[Pkg-osm-commits] [SCM] josm branch, master, updated. debian/0.0.svn6115+dfsg1-1-4-g615b235
David Paleino
dapal at debian.org
Fri Dec 20 22:02:50 UTC 2013
The following commit has been merged in the master branch:
commit a31d7e448f6b46fb035c6a0ba78ecb5661ddfd94
Merge: 699c5fce3169de27687a7456004b14a229ac819a 51a8af99e590d63756cee7b9c3a01568e2fea92d
Author: David Paleino <dapal at debian.org>
Date: Fri Dec 20 22:32:10 2013 +0100
Merge tag 'upstream/0.0.svn6502+dfsg1'
Upstream version 0.0.svn6502+dfsg1
diff --combined CONTRIBUTION
index 1f32f02,dec5a68..0197d3c
--- a/CONTRIBUTION
+++ b/CONTRIBUTION
@@@ -42,3 -42,23 +42,23 @@@ with Apache license version 2.0
The signpost code (http://code.google.com/p/oauth-signpost/)
is from Matthias Käppler and licensed with the Apache License 2.0.
+
+ The NTv2 transformation code (http://jgridshift.sourceforge.net/)
+ is from Peter Yuill and licensed with LGPL.
+
+ The MultiSplitPane is from Hans Muller and licensed with LGPL
+ (https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html).
+
+ The Diff code (http://www.bmsi.com/java/#diff)
+ is from Stuart D. Gathman and licensed with GPL.
+
+ The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/)
+ is from Johan Montagnat and licensed with GPL.
+
+ The JSON code (https://github.com/douglascrockford/JSON-java)
+ is from Douglas Crockford and licensed as follows:
+ "The Software shall be used for Good, not Evil."
+
+ The opening hour validation uses code from opening_hour.js
+ (https://github.com/ypid/opening_hours.js) which is licensed
-with the New (2-clause) BSD license.
++with the New (2-clause) BSD license.
diff --combined REVISION
index 73a9088,231a96a..ce41f4d
--- a/REVISION
+++ b/REVISION
@@@ -1,18 -1,18 +1,18 @@@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"?>
<info>
<entry
- path="trunk"
- revision="6115"
- kind="dir">
+ revision="6502"
+ kind="dir"
+ path="trunk">
<url>http://josm.openstreetmap.de/svn/trunk</url>
<repository>
<root>http://josm.openstreetmap.de/svn</root>
<uuid>0c6e7542-c601-0410-84e7-c038aed88b3b</uuid>
</repository>
<commit
- revision="6115">
- <author>Don-vip</author>
- <date>2013-08-06T22:04:24.793824Z</date>
+ revision="6502">
+ <author>simon04</author>
+ <date>2013-12-19T21:48:46.640985Z</date>
</commit>
</entry>
</info>
diff --combined data/defaultpresets.xml
index 1dd75ef,41fd0be..73da1b4
--- a/data/defaultpresets.xml
+++ b/data/defaultpresets.xml
@@@ -18,12 -18,23 +18,23 @@@ item
name_template: define custom formatting for OSM primitives
see http://josm.openstreetmap.de/wiki/NameTemplate
+ group: a group of items (same syntax as "item")
+
link: link to the relating map features website
href: the URL
label: simple static text label
text: the text to display
+ space: empty line
+
+ optional: optional tags, short for "space" plus "label" plus "space"
+ text: the text to display (defaults to "Optional Attributes:")
+
+ separator: separator line in menus
+
+ item_separator: horizontal separator line between items (in window)
+
key: fixed key/value pair to be set
key: key to set
value: value to set
@@@ -46,7 -57,8 +57,8 @@@ text: text bo
combo: combo box, with multiple choices and possible to enter free form text
key: key to set
text: fixed label to display
- values: comma separated list of values
+ delimiter: character that separates values (default: comma)
+ values: separated list of values
values_from: to use instead of "values" if the list of values has to be obtained with a Java method
of this form: public static String[] getValues();
The value must be: "full.package.name.ClassName#methodName"
@@@ -54,15 -66,16 +66,16 @@@
database values, order and number must be equal to values
short_descriptions: comma separated list of texts to be displayed below each
display_value. (Only if it is not possible to describe
- the entry in 2-3 words.) Instead of comma separeted list
+ the entry in 2-3 words.) Instead of comma separated list
instead using values, display_values and short_descriptions, the following form is also supported:
- <list_entry value="" display_value="" short_description="" icon="" icon_size=""/>
+ <list_entry value="" display_value="" short_description="" icon="" icon_size="" />
icon: location of icon
icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file
default: default string to display (defaults to "")
use_last_as_default: true/false/force (default is "false")
editable: allow to add other values as text (default is "true")
match: none/key/key!/keyvalue (default is none, see below for more information)
+ values_searchable: true/false (whether to search in combo (display_)values when searching for presets)
length: length of input box (number of characters allowed)
multiselect: list of values from which zero or more can be selected
@@@ -81,16 -94,17 +94,20 @@@
display_value. (Only if it is not possible to describe
the entry in 2-3 words.) Instead of a separated list
instead using values, display_values and short_descriptions, the following form is also supported:
- <list_entry value="" display_value="' short_description="" icon="" icon_size=""/>
+ <list_entry value="" display_value="' short_description="" icon="" icon_size="" />
icon: location of icon
icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file
default: default string to display (defaults to "")
use_last_as_default: true/false/force (default is "false")
match: none/key/key!/keyvalue (default is "none", see below for more information)
+ values_searchable: true/false (whether to search in multiselect (display_)values when searching for presets)
+
+ checkgroup: group of checks
+ columns: number of columns
+checkgroup: group of checks
+ columns: number of columns
+
check: checkbox
key: key to set
text: fixed label to display
@@@ -143,6 -157,7 +160,7 @@@ Note that for a match, at least one pos
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=motorway"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=motorway"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:highway=motorway"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=motorway"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=motorway"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=motorway"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=motorway" />
@@@ -156,12 -171,15 +174,15 @@@
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
<combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
- <check key="oneway" text="Oneway" default="on" />
- <check key="bridge" text="Bridge" default="off" />
- <check key="tunnel" text="Tunnel" default="off" />
- <check key="cutting" text="Cutting" default="off" />
- <check key="embankment" text="Embankment" default="off" />
- <check key="lit" text="Lit" default="off" />
+ <checkgroup columns="4">
+ <check key="oneway" text="Oneway" default="on" />
+ <check key="bridge" text="Bridge" default="off" />
+ <check key="tunnel" text="Tunnel" default="off" />
+ <check key="cutting" text="Cutting" default="off" />
+ <check key="embankment" text="Embankment" default="off" />
+ <check key="lit" text="Lit" default="off" />
+ <check key="toll" text="Toll" default="off" />
+ </checkgroup>
</optional>
</item>
<item name="Motorway Link" icon="presets/motorway.png" type="way">
@@@ -175,19 -193,21 +196,21 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=motorway_link"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=motorway_link" />
<label text="Edit Motorway Link" />
- <space />
<key key="highway" value="motorway_link" />
<optional>
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
<combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
- <check key="oneway" text="Oneway" default="on" />
- <check key="bridge" text="Bridge" default="off" />
- <check key="tunnel" text="Tunnel" default="off" />
- <check key="cutting" text="Cutting" default="off" />
- <check key="embankment" text="Embankment" default="off" />
- <check key="lit" text="Lit" default="off" />
+ <checkgroup columns="4">
+ <check key="oneway" text="Oneway" default="on" />
+ <check key="bridge" text="Bridge" />
+ <check key="tunnel" text="Tunnel" />
+ <check key="cutting" text="Cutting" />
+ <check key="embankment" text="Embankment" />
+ <check key="lit" text="Lit" />
+ <check key="toll" text="Toll" />
+ </checkgroup>
</optional>
</item>
<item name="Trunk" icon="presets/trunk.png" type="way">
@@@ -196,6 -216,7 +219,7 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=trunk"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=trunk"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=trunk"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=trunk"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=trunk"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=trunk"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=trunk" />
@@@ -209,13 -230,16 +233,16 @@@
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
<combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
- <check key="oneway" text="Oneway" default="on" />
- <check key="motorroad" text="Motorroad" default="on" />
- <check key="bridge" text="Bridge" default="off" />
- <check key="tunnel" text="Tunnel" default="off" />
- <check key="cutting" text="Cutting" default="off" />
- <check key="embankment" text="Embankment" default="off" />
- <check key="lit" text="Lit" default="off" />
+ <checkgroup columns="4">
+ <check key="oneway" text="Oneway" default="on" />
+ <check key="motorroad" text="Motorroad" default="on" />
+ <check key="bridge" text="Bridge" />
+ <check key="tunnel" text="Tunnel" />
+ <check key="cutting" text="Cutting" />
+ <check key="embankment" text="Embankment" />
+ <check key="lit" text="Lit" />
+ <check key="toll" text="Toll" />
+ </checkgroup>
</optional>
</item>
<item name="Trunk Link" icon="presets/trunk.png" type="way">
@@@ -225,7 -249,7 +252,7 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)" />
<label text="Edit Trunk Link" />
<space />
<key key="highway" value="trunk_link" />
@@@ -235,13 -259,16 +262,16 @@@
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
<combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
- <check key="oneway" text="Oneway" default="on" />
- <check key="motorroad" text="Motorroad" default="on" />
- <check key="bridge" text="Bridge" default="off" />
- <check key="tunnel" text="Tunnel" default="off" />
- <check key="cutting" text="Cutting" default="off" />
- <check key="embankment" text="Embankment" default="off" />
- <check key="lit" text="Lit" default="off" />
+ <checkgroup columns="4">
+ <check key="oneway" text="Oneway" default="on" />
+ <check key="motorroad" text="Motorroad" default="on" />
+ <check key="bridge" text="Bridge" />
+ <check key="tunnel" text="Tunnel" />
+ <check key="cutting" text="Cutting" />
+ <check key="embankment" text="Embankment" />
+ <check key="lit" text="Lit" />
+ <check key="toll" text="Toll" />
+ </checkgroup>
</optional>
</item>
<separator/>
@@@ -250,6 -277,8 +280,8 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=primary"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=primary"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=primary"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=primary"
+ pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:highway=primary"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=primary"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=primary"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=primary" />
@@@ -280,9 -309,8 +312,8 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)" />
<label text="Edit Primary Link" />
- <space />
<key key="highway" value="primary_link" />
<optional>
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
@@@ -304,7 -332,9 +335,9 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=secondary"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=secondary"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=secondary"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=secondary"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=secondary"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=secondary"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=secondary"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=secondary"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=secondary" />
@@@ -334,9 -364,8 +367,8 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)" />
<label text="Edit Secondary Link" />
- <space />
<key key="highway" value="secondary_link" />
<optional>
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
@@@ -358,7 -387,9 +390,9 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=tertiary"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=tertiary"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=tertiary"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=tertiary"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=tertiary"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=tertiary"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=tertiary"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=tertiary"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=tertiary" />
@@@ -388,9 -419,8 +422,8 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)" />
<label text="Edit Tertiary Link" />
- <space />
<key key="highway" value="tertiary_link" />
<optional>
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
@@@ -412,14 -442,15 +445,15 @@@
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=unclassified"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=unclassified"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=unclassified"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=unclassified"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=unclassified"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=unclassified"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=unclassified" />
<label text="Edit Unclassified Road" />
- <space />
<key key="highway" value="unclassified" />
<optional>
<text key="name" text="Name" />
+ <text key="ref" text="Reference" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
@@@ -441,6 -472,7 +475,7 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=residential"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=residential"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=residential"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=residential"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=residential"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=residential"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=residential" />
@@@ -449,6 -481,7 +484,7 @@@
<key key="highway" value="residential" />
<text key="name" text="Name" />
<optional>
+ <text key="ref" text="Reference" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
<text key="maxspeed" text="Max. speed (km/h)" />
@@@ -463,13 -496,42 +499,42 @@@
<text key="width" text="Width (meters)" />
</optional>
</item>
+ <item name="Bicycle Road" icon="presets/bicycle_road.svg" type="way">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:bicycle_road" />
+ <label text="Edit Bicycle Road" />
+ <space />
+ <key key="bicycle_road" value="yes" />
+ <key key="bicycle" value="designated" />
+ <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
+ <text key="name" text="Name" />
+ <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
+ <text key="maxspeed" text="Max. speed (km/h)" default="30" />
+ <optional>
+ <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
+ <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
+ <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
+ <check key="oneway" text="Oneway" default="off" />
+ <check key="oneway:bicycle" text="Oneway for bicycle" default="off" />
+ <check key="bridge" text="Bridge" default="off" />
+ <check key="tunnel" text="Tunnel" default="off" />
+ <check key="cutting" text="Cutting" default="off" />
+ <check key="embankment" text="Embankment" default="off" />
+ <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+ <check key="lit" text="Lit" default="off" />
+ <text key="width" text="Width (meters)" />
+ </optional>
+ </item>
<item name="Living Street" icon="presets/living_street.png" type="way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=living_street"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=living_street"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=living_street"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=living_street"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=living_street"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=living_street" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=living_street"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=living_street" />
<label text="Edit Living Street" />
<space />
<key key="highway" value="living_street" />
@@@ -495,6 -557,7 +560,7 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=pedestrian"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=pedestrian"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=pedestrian"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=pedestrian"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=pedestrian"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=pedestrian"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=pedestrian" />
@@@ -525,11 -588,11 +591,11 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=service"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=service"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=service" />
- <label text="Edit Serviceway" />
+ <label text="Edit Service Way" />
<space />
<key key="highway" value="service" />
+ <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through" />
<optional>
- <combo key="service" text="Serviceway type" values="alley,driveway,parking_aisle" />
<text key="name" text="Name" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<combo key="lanes" text="Lanes" values="1,2,3,4,5" length="3" />
@@@ -552,10 -615,10 +618,10 @@@
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:service=parking_aisle"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:service=parking_aisle"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:service=parking_aisle"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:service=parking_aisle"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:service=parking_aisle"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:service=parking_aisle" />
<label text="Edit Parking Aisle" />
- <space />
<key key="highway" value="service" />
<key key="service" value="parking_aisle" />
<optional>
@@@ -569,11 -632,11 +635,11 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=road"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=road"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=road"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=road"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=road"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=road"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=road" />
<label text="Edit Road of unknown type" />
- <space />
<key key="highway" value="road" />
<optional>
<text key="name" text="Name" />
@@@ -592,14 -655,14 +658,14 @@@
</optional>
</item>
<item name="Construction" icon="presets/construction.png" type="way,closedway">
- <label text="Edit Highway Under Construction" />
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=construction"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:construction"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:construction"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:construction"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:construction"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:construction"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:construction" />
- <space />
+ <label text="Edit Highway Under Construction" />
<key key="highway" value="construction" />
<optional>
<text key="name" text="Name" />
@@@ -632,14 -695,17 +698,17 @@@
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Key:access"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:access" />
<label text="Edit Road Restrictions" />
+ <space />
<check key="oneway" text="Oneway" default="off" />
<check key="toll" text="Toll" default="off" />
<check key="noexit" text="No exit (cul-de-sac)" default="off" />
<label text="Transport mode restrictions" />
- <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+ <space />
+ <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
<combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
<combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
<label text="Vehicles per type" />
+ <space />
<combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
<combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
<combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
@@@ -648,10 -714,12 +717,12 @@@
<combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
<combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
<label text="Vehicles per use" />
+ <space />
<combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" />
- <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="key" />
+ <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,permissive,private,no" match="keyvalue" />
<combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
<combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
+ <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
<text key="maxspeed" text="Max. speed (km/h)" />
<text key="minspeed" text="Min. speed (km/h)" match="key" />
<text key="maxweight" text="Max. weight (tonnes)" match="key" />
@@@ -671,7 -739,8 +742,8 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:junction=roundabout"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:junction=roundabout"
ro.href="http://wiki.openstreetmap.org/wiki/Ro:Tag:junction=roundabout"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:junction=roundabout" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:junction=roundabout"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:junction=roundabout" />
<label text="Edit Junction" />
<space />
<key key="junction" value="roundabout" />
@@@ -696,12 -765,13 +768,13 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:bridge"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:bridge"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:bridge"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:bridge"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:bridge"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:bridge"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:bridge" />
<label text="Edit Bridge" />
<space />
- <combo key="bridge" text="Bridge" values="yes,viaduct,swing,aqueduct" match="key!" default="yes" />
+ <combo key="bridge" text="Bridge" values="yes,viaduct,suspension,swing,aqueduct" match="keyvalue" default="yes" />
<optional>
<text key="name" text="Name" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
@@@ -709,14 -779,16 +782,16 @@@
<text key="maxweight" text="Max. weight (tonnes)" />
<combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
<text key="width" text="Width (meters)" />
+ <check key="toll" text="Toll" />
</optional>
</item>
<item name="Ford" icon="presets/ford.png" type="node,way">
- <label text="Edit Ford" />
<link href="http://wiki.openstreetmap.org/wiki/Key:ford"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:ford"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:ford" />
- <space />
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Key:ford"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:ford"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:ford" />
+ <label text="Edit Ford" />
<key key="ford" value="yes" />
<optional>
<text key="name" text="Name" />
@@@ -731,14 -803,16 +806,16 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=track"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=track"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=track"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=track"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=track"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=track"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=track"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=track"
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=track"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=track" />
<label text="Edit Track" />
- <combo key="tracktype" text="Tracktype" values="grade1,grade2,grade3,grade4,grade5" />
<space />
+ <combo key="tracktype" text="Tracktype" values="grade1,grade2,grade3,grade4,grade5" />
<key key="highway" value="track" />
<optional>
<text key="name" text="Name" />
@@@ -765,11 -839,12 +842,12 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=path"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=path"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=path"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:highway=path"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=path"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=path"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=path"
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=path" />
<label text="Edit Path" />
- <space />
<key key="highway" value="path" />
<optional>
<text key="name" text="Name" />
@@@ -782,7 -857,7 +860,7 @@@
<check key="embankment" text="Embankment" default="off" />
<combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
<check key="lit" text="Lit" default="off" />
- <combo key="sac_scale" text="SAC Scale">
+ <combo key="sac_scale" text="SAC Scale" values_searchable="true">
<list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
<list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" />
<list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" />
@@@ -791,7 -866,7 +869,7 @@@
<list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" />
</combo>
<combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
- <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" />
+ <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" />
<combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
<combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
<combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
@@@ -811,7 -886,6 +889,6 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bridleway"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:highway=bridleway" />
<label text="Edit Bridleway" />
- <space />
<key key="highway" value="bridleway" />
<optional>
<text key="name" text="Name" />
@@@ -828,7 -902,7 +905,7 @@@
<text key="width" text="Width (meters)" />
</optional>
</item>
- <item name="Cycle Lane" type="way">
+ <item name="Cycle Lane/Track" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Bicycle"
de.href="http://wiki.openstreetmap.org/wiki/DE:Bicycle"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Bicycle"
@@@ -836,16 -910,20 +913,20 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Bicycle"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Bicycle"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Bicycle"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Bicycle"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Bicycle"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Bicycle" />
- <label text="Edit Cycle Lane" />
+ <label text="Edit Cycle Lane or Track" />
+ <space />
<combo key="cycleway" text="Cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
<combo key="cycleway:left" text="Cycleway left" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" />
<combo key="cycleway:right" text="Cycleway right" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" />
<check key="oneway:bicycle" text="Oneway (bicycle)" default="off" />
<space />
- <label text="Edit Highway" />
- <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" />
- <check key="oneway" text="Oneway" default="off" />
+ <optional text="Edit Highway Attributes:">
+ <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" />
+ <check key="oneway" text="Oneway" default="off" />
+ </optional>
</item>
<item name="Dedicated Cycleway" icon="presets/cycleway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cycleway"
@@@ -853,10 -931,10 +934,10 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=cycleway"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=cycleway"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=cycleway"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=cycleway"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=cycleway" />
<label text="Edit Cycleway" />
- <space />
<key key="highway" value="cycleway" />
<optional>
<text key="name" text="Name" />
@@@ -878,7 -956,6 +959,6 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" />
<label text="Edit Cycleway" />
- <space />
<key key="highway" value="path" />
<key key="bicycle" value="designated" />
<key key="foot" value="designated" />
@@@ -902,7 -979,6 +982,6 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=cycleway"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=cycleway" />
<label text="Edit Cycleway" />
- <space />
<key key="highway" value="path" />
<key key="bicycle" value="designated" />
<key key="foot" value="designated" />
@@@ -927,11 -1003,13 +1006,13 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=footway"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=footway"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=footway"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=footway"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=footway"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:highway=footway"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=footway"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=footway"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=footway" />
<label text="Edit Footway" />
- <space />
<key key="highway" value="footway" />
<optional>
<text key="name" text="Name" />
@@@ -943,7 -1021,7 +1024,7 @@@
<check key="embankment" text="Embankment" default="off" />
<combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
<check key="lit" text="Lit" default="off" />
- <check key="passing_places" text="Passing Places" default="off" />
+ <check key="bicycle" text="Bicycle" default="off" />
<text key="width" text="Width (meters)" />
</optional>
</item>
@@@ -956,7 -1034,6 +1037,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=steps"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=steps" />
<label text="Edit Flight of Steps" />
- <space />
<key key="highway" value="steps" />
<optional>
<text key="name" text="Name" />
@@@ -991,11 -1068,11 +1071,11 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=services"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=services"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=services"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:highway=services"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=services"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=services"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=services" />
<label text="Edit Service Station" />
- <space />
<key key="highway" value="services" />
<optional>
<text key="name" text="Name" />
@@@ -1013,20 -1090,13 +1093,13 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=rest_area"
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:highway=rest_area" />
<label text="Edit Rest Area" />
- <space />
<key key="highway" value="rest_area" />
<optional>
<text key="name" text="Name" />
<check key="toilets" text="Toilets" default="off" />
+ <check key="drinking_water" text="Drinking Water" default="off" />
</optional>
</item>
- <item name="Emergency Phone" icon="presets/telephone.png" type="node">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=phone"
- de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=phone"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=phone"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:emergency=phone" />
- <key key="emergency" value="phone" />
- </item>
<separator/>
<item name="Traffic Signal" icon="presets/traffic-light.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=traffic_signals"
@@@ -1034,13 -1104,14 +1107,14 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=traffic_signals"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=traffic_signals"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=traffic_signals" />
+ <label text="Edit Traffic Signal" />
<key key="highway" value="traffic_signals" />
- <optional>
+ <optional text="Optional crossing attributes:">
<combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
- <check key="horse" text="Cross on horseback" default="off" />
- <check key="bicycle" text="Cross by bicycle" default="off" />
- <check key="supervised" text="Crossing attendant" default="off" />
<combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
+ <check key="supervised" text="Crossing attendant" default="off" />
+ <check key="bicycle" text="Cross by bicycle" default="off" />
+ <check key="horse" text="Cross on horseback" default="off" />
</optional>
</item>
<item name="Stop" icon="presets/Stop.png" type="node">
@@@ -1057,6 -1128,8 +1131,8 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=mini_roundabout"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=mini_roundabout" />
<key key="highway" value="mini_roundabout" />
+ <label text="Edit Mini-Roundabout" />
+ <space />
<combo key="direction" text="Direction" values="clockwise" />
</item>
<item name="Pedestrian Crossing" icon="styles/standard/vehicle/zebra_crossing.png" type="node">
@@@ -1065,33 -1138,36 +1141,36 @@@
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:crossing"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:crossing"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:crossing"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:crossing"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" />
- <label text="Edit Crossing" />
+ <label text="Edit Pedestrian Crossing" />
+ <space />
<key key="highway" value="crossing" />
- <combo key="crossing" text="Type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
+ <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
+ <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
+ <check key="supervised" text="Crossing attendant" default="off" />
<check key="bicycle" text="Cross by bicycle" default="off" />
<check key="horse" text="Cross on horseback" default="off" />
- <check key="supervised" text="Crossing attendant" default="off" />
- <combo key="crossing_ref" text="Type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
</item>
<item name="Traffic Calming" icon="presets/chicane.png" type="node,way">
<link href="http://wiki.openstreetmap.org/wiki/Key:traffic_calming"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:traffic_calming"
es.href="http://wiki.openstreetmap.org/wiki/ES:Key:traffic_calming"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:traffic_calming"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:traffic_calming"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:traffic_calming"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:traffic_calming"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:traffic_calming"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_calming" />
<label text="Edit Traffic Calming" />
- <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,island,rumble_strip,table" match="key" />
+ <space />
+ <combo key="traffic_calming" text="Type" values="yes,bump,chicane,choker,cushion,hump,island,rumble_strip,table" match="key" values_searchable="true" />
</item>
<item name="Passing Place" icon="presets/passingplace.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=passing_place"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=passing_place"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=passing_place"/>
- <label text="Edit Passing Place" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=passing_place" />
<key key="highway" value="passing_place" />
</item>
<item name="Turning Circle" icon="presets/turning_circle.png" type="node">
@@@ -1105,21 -1181,26 +1184,26 @@@
<item name="City Limit" icon="presets/citylimit.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:traffic_sign"
+ fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:traffic_sign"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:traffic_sign"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:traffic_sign" />
<label text="Edit City Limit Sign" />
<space />
<key key="traffic_sign" value="city_limit" />
- <space />
<text key="name" text="Name" />
<text key="alt_name" text="Second Name" />
</item>
<item name="Speed Camera" icon="presets/speed_camera.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=speed_camera"
+ az.href="http://wiki.openstreetmap.org/wiki/Az:Tag:highway=speed_camera"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=speed_camera"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:highway=speed_camera"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=speed_camera"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=speed_camera" />
<key key="highway" value="speed_camera" />
+ <optional>
+ <text key="maxspeed" text="Max. speed (km/h)" />
+ </optional>
</item>
<separator/>
<item name="Grit Bin" icon="styles/standard/misc/grit_bin.png" type="node">
@@@ -1138,7 -1219,6 +1222,6 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:mountain_pass"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:mountain_pass" />
<label text="Edit Mountain Pass" />
- <space />
<key key="mountain_pass" value="yes" />
<optional>
<text key="name" text="Name" />
@@@ -1147,22 -1227,23 +1230,23 @@@
</optional>
</item>
</group> <!-- Waypoints -->
- <group name="Barriers" icon="presets/barrier.png">
-
- <!-- *** node barriers *** -->
+ <group name="Barriers" icon="presets/barrier.png"> <!-- *** node barriers *** -->
<item name="Block" icon="presets/block.png" type="node,way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=block"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=block"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=block" />
<label text="Edit Block" />
- <space />
<key key="barrier" value="block" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ </optional>
+ <optional>
+ <text key="maxwidth" text="Max. width (meters)" length="7" />
+ <combo key="material" text="Material" values="concrete,stone" />
+ </optional>
</item> <!-- block -->
<item name="Bollard" icon="presets/bollard.png" type="node,way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bollard"
@@@ -1170,19 -1251,21 +1254,21 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=bollard"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=bollard"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:barrier=bollard"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=bollard"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=bollard" />
<label text="Edit Bollard" />
<space />
<key key="barrier" value="bollard" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
+ <combo key="bollard" text="Bollard type" values="rising,removable" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
- <combo key="bollard" text="Bollard type" values="rising,removable" />
+ <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
</optional>
</item> <!-- bollard -->
<item name="Cycle Barrier" icon="styles/standard/vehicle/cycle_barrier.png" type="node">
@@@ -1191,14 -1274,13 +1277,13 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=cycle_barrier"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=cycle_barrier" />
<label text="Edit Cycle Barrier" />
- <space />
<key key="barrier" value="cycle_barrier" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
@@@ -1206,20 -1288,18 +1291,18 @@@
<item name="Cattle Grid" icon="presets/cattle_grid.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=cattle_grid" />
<label text="Edit Cattle Grid" />
- <space />
<key key="barrier" value="cattle_grid" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
</item> <!-- cattle_grid -->
<item name="Bus Trap" icon="presets/empty.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=bus_trap"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=bus_trap" />
<label text="Edit Bus Trap" />
- <space />
<key key="barrier" value="bus_trap" />
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
@@@ -1227,15 -1307,14 +1310,14 @@@
</item> <!-- bus_trap -->
<item name="Spikes" icon="presets/empty.png" type="node">
<label text="Edit Spikes" />
- <space />
<key key="barrier" value="spikes" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
</item> <!-- spikes -->
<item name="Toll Booth" icon="presets/toll_station.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=toll_booth"
@@@ -1247,7 -1326,6 +1329,6 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=toll_booth"
zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=toll_booth" />
<label text="Edit Toll Booth" />
- <space />
<key key="barrier" value="toll_booth" />
<optional>
<text key="name" text="Name" />
@@@ -1256,19 -1334,16 +1337,16 @@@
</item> <!-- toll_booth -->
<item name="Border Control" icon="presets/douane.png" type="node">
<label text="Edit Border Control" />
- <space />
<key key="barrier" value="border_control" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
</item> <!-- border_control -->
- <separator/>
-
- <!-- *** linear barriers *** -->
+ <separator/> <!-- *** linear barriers *** -->
<item name="Hedge" icon="presets/hedge.png" type="way,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=hedge"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=hedge"
@@@ -1279,7 -1354,6 +1357,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=hedge"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=hedge" />
<label text="Edit Hedge" />
- <space />
<key key="barrier" value="hedge" />
<optional>
<text key="height" text="Height (meters)" length="7" />
@@@ -1298,18 -1372,16 +1375,16 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=fence"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=fence" />
<label text="Edit Fence" />
- <space />
<key key="barrier" value="fence" />
<optional>
- <!-- <combo key="fence_type" text="Type" values="barbed_wire,chain_link,electric,roundpole,split_rail,wood" /> -->
- <combo key="fence_type" text="Type" values="barbed_wire,chain,electric,hedge,pole,split_rail,wood" />
+ <combo key="fence_type" text="Type" values="barbed_wire,chain_link,electric,metal,pole,split_rail,wire,wood" />
<text key="height" text="Height (meters)" length="7" />
</optional>
</item> <!-- fence -->
<item name="Guard Rail" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=guard_rail" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=guard_rail"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=guard_rail" />
<label text="Edit Guard Rail" />
- <space />
<key key="barrier" value="guard_rail" />
<optional>
<text key="height" text="Height (meters)" length="7" />
@@@ -1325,7 -1397,6 +1400,6 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=wall"
zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:barrier=wall" />
<label text="Edit Wall" />
- <space />
<key key="barrier" value="wall" />
<optional>
<text key="height" text="Height (meters)" length="7" />
@@@ -1337,7 -1408,6 +1411,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=city_wall"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=city_wall" />
<label text="Edit City Wall" />
- <space />
<key key="barrier" value="city_wall" />
<optional>
<text key="height" text="Height (meters)" length="7" />
@@@ -1346,12 -1416,12 +1419,12 @@@
<item name="Retaining Wall" icon="presets/retaining_wall.png" type="way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=retaining_wall"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=retaining_wall"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=retaining_wall"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=retaining_wall"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=retaining_wall"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=retaining_wall"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=retaining_wall" />
<label text="Edit Retaining Wall" />
- <space />
<key key="barrier" value="retaining_wall" />
<optional>
<text key="height" text="Height (meters)" length="7" />
@@@ -1363,8 -1433,7 +1436,7 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=ditch"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=ditch"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=ditch" />
- <label text="Edit Ditch" />
- <space />
+ <label text="Edit Ditch" text_context="Barrier" />
<key key="barrier" value="ditch" />
<optional>
<text key="width" text="Width (meters)" length="7" />
@@@ -1372,101 -1441,94 +1444,94 @@@
</item> <!-- ditch -->
<item name="Kerb" type="way,closedway">
<label text="Edit Kerb" />
- <space />
<key key="barrier" value="kerb" />
<optional>
<text key="height" text="Height (meters)" length="7" />
</optional>
</item> <!-- kerb -->
- <separator/>
-
- <!-- *** access *** -->
- <item name="Entrance" icon="styles/standard/vehicle/entrance.png" type="node">
+ <separator/> <!-- *** access *** -->
+ <item name="Entrance (barrier opening)" icon="styles/standard/vehicle/entrance.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=entrance"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=entrance"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=entrance" />
- <label text="Edit Entrance" />
- <space />
+ <label text="Edit Entrance (barrier opening)" />
<key key="barrier" value="entrance" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
</item> <!-- entrance -->
<item name="Gate" icon="presets/gate.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=gate"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=gate"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=gate"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=gate"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=gate"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=gate"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=gate" />
<label text="Edit Gate" />
- <space />
<key key="barrier" value="gate" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
</item> <!-- gate -->
<item name="Lift Gate" icon="presets/lift_gate.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=lift_gate"
- de.href="http://wiki.openstreetmap.org/wiki/FR:Tag:barrier=lift_gate"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:barrier=lift_gate"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:barrier=lift_gate"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=lift_gate"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:barrier=lift_gate"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:barrier=lift_gate" />
<label text="Edit Lift Gate" />
- <space />
<key key="barrier" value="lift_gate" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
</item> <!-- lift_gate -->
<item name="Hampshire Gate" icon="presets/empty.png" type="node">
<label text="Edit Hampshire Gate" />
- <space />
<key key="barrier" value="hampshire_gate" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
</item> <!-- hampshire_gate -->
<item name="Bump Gate" icon="presets/empty.png" type="node">
<label text="Edit Bump Gate" />
- <space />
<key key="barrier" value="bump_gate" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
@@@ -1474,12 -1536,11 +1539,11 @@@
<item name="Kissing Gate" icon="presets/empty.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=kissing_gate" />
<label text="Edit Kissing Gate" />
- <space />
<key key="barrier" value="kissing_gate" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
@@@ -1488,15 -1549,14 +1552,14 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:barrier=chain"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:barrier=chain" />
<label text="Edit Chain" />
- <space />
<key key="barrier" value="chain" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
@@@ -1506,51 -1566,45 +1569,45 @@@
<label text="Edit Stile" />
<space />
<key key="barrier" value="stile" />
+ <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
<optional>
- <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
<combo key="material" text="Material" values="metal,stone,wood" />
</optional>
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="off" />
+ </optional>
</item> <!-- stile -->
<item name="Turnstile" icon="styles/standard/vehicle/turnstile.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=stile"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=stile"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=stile" />
<label text="Edit Turnstile" />
- <space />
<key key="barrier" value="turnstile" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="off" />
+ </optional>
</item> <!-- turnstile -->
<item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=sally_port"
- de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=sally_port"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=sally_port" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=sally_port" />
<label text="Edit Sally Port" />
- <space />
<key key="barrier" value="sally_port" />
- <label text="Allowed traffic:" />
- <space />
- <check key="foot" text="Foot" default="on" />
- <check key="bicycle" text="Bicycle" default="on" />
- <check key="horse" text="Horse" default="off" />
- <check key="motorcycle" text="Motorcycle" default="off" />
- <check key="motorcar" text="Motorcar" default="off" />
+ <optional text="Allowed traffic:">
+ <check key="foot" text="Foot" default="on" />
+ <check key="bicycle" text="Bicycle" default="on" />
+ <check key="horse" text="Horse" default="off" />
+ <check key="motorcycle" text="Motorcycle" default="off" />
+ <check key="motorcar" text="Motorcar" default="off" />
+ </optional>
<optional>
<text key="maxheight" text="Max. height (meters)" length="7" />
<text key="maxwidth" text="Max. width (meters)" length="7" />
</optional>
</item> <!-- sally_port -->
-
</group> <!-- Barriers -->
<group name="Passageways" icon="presets/tunnel.png">
<item name="Tunnel" icon="presets/tunnel.png" type="way">
- <label text="Edit Tunnel"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:tunnel"
@@@ -1560,7 -1614,7 +1617,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:tunnel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
- <space />
+ <label text="Edit Tunnel" />
<key key="tunnel" value="yes" />
<optional>
<text key="name" text="Name" />
@@@ -1568,10 -1622,10 +1625,10 @@@
<text key="maxspeed" text="Max. speed (km/h)" />
<text key="width" text="Width (meters)" />
<combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+ <check key="toll" text="Toll" />
</optional>
</item>
<item name="Building Passage" icon="presets/tunnel.png" type="way">
- <label text="Edit Building Passage"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:tunnel"
@@@ -1581,7 -1635,7 +1638,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:tunnel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
- <space />
+ <label text="Edit Building Passage" />
<key key="tunnel" value="building_passage" />
<optional>
<text key="name" text="Name" />
@@@ -1592,12 -1646,14 +1649,14 @@@
</optional>
</item>
<item name="Arcade" type="way">
- <label text="Edit Arcade"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:covered"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:covered"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:covered"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:covered"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:covered"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:covered"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:covered" />
+ <label text="Edit Arcade" />
<space />
<key key="covered" value="arcade" />
<check key="arcade:left" value_on="open" text="Open on left side" />
@@@ -1609,12 -1665,12 +1668,12 @@@
</optional>
</item>
<item name="Colonnade" type="way">
- <label text="Edit Colonnade"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:covered"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:covered"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:covered"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:covered"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:covered" />
+ <label text="Edit Colonnade" />
<space />
<key key="covered" value="colonnade" />
<check key="colonnade:left" value_on="open" text="Open on left side" />
@@@ -1626,7 -1682,6 +1685,6 @@@
</optional>
</item>
<item name="Avalanche Protector" type="way">
- <label text="Edit Avalanche Protector"/>
<link href="http://wiki.openstreetmap.org/wiki/Key:tunnel"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:tunnel"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:tunnel"
@@@ -1636,6 -1691,7 +1694,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:tunnel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:tunnel"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:tunnel" />
+ <label text="Edit Avalanche Protector" />
<space />
<key key="tunnel" value="avalanche_protector" />
<check key="avalanche_protector:left" value_on="open" text="Open on left side" />
@@@ -1651,7 -1707,6 +1710,6 @@@
</group> <!-- Passageways -->
<group name="Water" icon="presets/waterway.png">
<group name="Water" icon="presets/waterway.png">
- <separator/>
<item name="Drain" icon="presets/waterway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=drain"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=drain"
@@@ -1688,6 -1743,14 +1746,14 @@@
<text key="name" text="Name" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
</item>
+ <item name="Wadi" icon="presets/waterway.png" type="way">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=wadi" />
+ <label text="Edit Wadi" />
+ <space />
+ <key key="waterway" value="wadi" />
+ <text key="name" text="Name" />
+ <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+ </item>
<item name="Canal" icon="presets/waterway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=canal"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=canal"
@@@ -1718,11 -1781,13 +1784,13 @@@
<separator/>
<item name="Spring" icon="presets/spring.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=spring"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=spring"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=spring"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:natural=spring"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=spring"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=spring" />
<label text="Edit Spring" />
+ <space />
<key key="natural" value="spring" />
<text key="name" text="Name" />
</item>
@@@ -1748,7 -1813,9 +1816,9 @@@
<item name="Dam" icon="presets/dam.png" type="node,way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=dam"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=dam"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=dam"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=dam"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:waterway=dam"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=dam"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=dam" />
<label text="Edit Dam" />
@@@ -1762,15 -1829,13 +1832,13 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=groyne"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=groyne"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=groyne" />
- <label text="Edit Groyne" />
- <space />
<key key="man_made" value="groyne" />
</item>
<item name="Breakwater" icon="presets/groyne.png" type="way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=breakwater"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=breakwater"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=breakwater" />
- <label text="Edit Breakwater"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=breakwater"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=breakwater" />
+ <label text="Edit Breakwater" />
<space />
<key key="man_made" value="breakwater" />
<text key="ref" text="Reference" />
@@@ -1778,13 -1843,13 +1846,13 @@@
</item>
<separator/>
<item name="Culvert" icon="presets/tunnel.png" type="way">
- <label text="Edit Culvert"/>
<link href="http://wiki.openstreetmap.org/wiki/Tag:tunnel=culvert"
- de.href="http://wiki.openstreetmap.org/wiki/DE:tunnel=culvert"
- ja.href="http://wiki.openstreetmap.org/wiki/JA:tunnel=culvert"
- pl.href="http://wiki.openstreetmap.org/wiki/Pl:tunnel=culvert"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:tunnel=culvert" />
- <space />
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tunnel=culvert"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tunnel=culvert"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tunnel=culvert"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tunnel=culvert"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tunnel=culvert" />
+ <label text="Edit Culvert" />
<key key="tunnel" value="culvert" />
<optional>
<text key="name" text="Name" />
@@@ -1813,6 -1878,7 +1881,7 @@@
</item>
<item name="Covered Reservoir" icon="presets/reservoir_covered.png" type="node,closedway,relation">
<label text="Edit Covered Reservoir" />
+ <space />
<key key="man_made" value="reservoir_covered" />
<text key="name" text="Name" />
</item>
@@@ -1825,11 -1891,14 +1894,14 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=water"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=water" />
<label text="Edit Water" />
+ <space />
<key key="natural" value="water" />
<text key="name" text="Name" />
+ <combo key="water" text="Water Body" values="lake,lagoon,pond,reservoir" match="key" values_searchable="true" />
</item>
<item name="Land" icon="presets/landuse.png" type="node,closedway,relation">
<label text="Edit Land" />
+ <space />
<key key="natural" value="land" />
<text key="name" text="Name" />
</item>
@@@ -1839,6 -1908,7 +1911,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=coastline"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=coastline" />
<label text="Edit Coastline" />
+ <space />
<key key="natural" value="coastline" />
<text key="name" text="Name" />
</item>
@@@ -1848,8 -1918,10 +1921,10 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=riverbank"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=riverbank"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=riverbank"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=riverbank" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=riverbank"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:waterway=riverbank" />
<label text="Edit Riverbank" />
+ <space />
<key key="waterway" value="riverbank" />
<text key="name" text="Name" />
</item>
@@@ -1861,17 -1933,20 +1936,20 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=wetland"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:natural=wetland"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=wetland"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=wetland"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:natural=wetland"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=wetland"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=wetland" />
<label text="Edit Wetland" />
+ <space />
<key key="natural" value="wetland" />
<text key="name" text="Name" />
- <combo key="wetland" text="Type" values="swamp,bog,marsh,reedbed,saltmarsh,tidalflat,mangrove" />
+ <combo key="wetland" text="Type" values="swamp,bog,marsh,reedbed,saltmarsh,tidalflat,mangrove" values_searchable="true" />
</item>
<item name="Mud" icon="presets/mud.png" type="node,closedway,relation">
<label text="Edit Mud" />
<key key="natural" value="mud" />
+ <space />
<text key="name" text="Name" />
</item>
<item name="Beach" icon="presets/beach.png" type="node,closedway,relation">
@@@ -1881,21 -1956,25 +1959,25 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=beach"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=beach" />
<label text="Edit Beach" />
+ <space />
<key key="natural" value="beach" />
<text key="name" text="Name" />
</item>
<item name="Bay" icon="presets/bay.png" type="node,closedway,relation">
<label text="Edit Bay" />
+ <space />
<key key="natural" value="bay" />
<text key="name" text="Name" />
</item>
<item name="Cliff" icon="presets/cliff.png" type="node,way,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cliff"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=cliff"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=cliff"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=cliff"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=cliff"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=cliff" />
<label text="Edit Cliff" />
+ <space />
<key key="natural" value="cliff" />
<text key="name" text="Name" />
</item>
@@@ -1909,9 -1988,10 +1991,10 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=ferry_terminal"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=ferry_terminal" />
<label text="Edit Ferry Terminal" />
+ <space />
<key key="amenity" value="ferry_terminal" />
<text key="name" text="Name" />
- <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" />
+ <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
</item>
<item name="Ferry Route" icon="presets/ferry.png" type="way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:route=ferry"
@@@ -1920,7 -2000,6 +2003,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:route=ferry"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:route=ferry" />
<label text="Edit Ferry" />
- <space />
<key key="route" value="ferry" />
<optional>
<text key="name" text="Name" />
@@@ -1929,22 -2008,26 +2011,26 @@@
<separator/>
<item name="Marina" icon="presets/marina.png" type="node,closedway">
<label text="Edit Marina" />
+ <space />
<key key="leisure" value="marina" />
<text key="name" text="Name" />
</item>
<item name="Pier" icon="presets/pier.png" type="way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pier"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pier"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=pier"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=pier"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=pier"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pier" />
<label text="Edit Pier" />
+ <space />
<key key="man_made" value="pier" />
<text key="name" text="Name" />
</item>
<item name="Lock Gate" icon="presets/lock_gate.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=lock_gate"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:waterway=lock_gate"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=lock_gate"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:waterway=lock_gate"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=lock_gate" />
<key key="waterway" value="lock_gate" />
@@@ -1964,11 -2047,15 +2050,15 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=slipway" />
<label text="Edit Slipway" />
<key key="leisure" value="slipway" />
- <text key="name" text="Name" />
+ <optional>
+ <text key="name" text="Name" />
+ </optional>
</item>
<item name="Boatyard" icon="presets/boatyard.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=boatyard"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=boatyard" />
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:waterway=boatyard"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:waterway=boatyard"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:waterway=boatyard" />
<label text="Edit Boatyard" />
<space />
<key key="waterway" value="boatyard" />
@@@ -1996,30 -2083,27 +2086,27 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=rail"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=rail" />
<label text="Edit Rail" />
- <space />
<key key="railway" value="rail" />
<optional>
<combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
- <combo key="service" text="Service/Type" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" lenght="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4"/>
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Narrow Gauge Rail" icon="presets/railway.png" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=light_rail"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=light_rail" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=light_rail" />
<label text="Edit Narrow Gauge Rail" />
- <space />
<key key="railway" value="narrow_gauge" />
<optional>
<combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Monorail" icon="presets/railway.png" type="way">
@@@ -2028,39 -2112,36 +2115,36 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=monorail"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=monorail" />
<label text="Edit Monorail" />
- <space />
<key key="railway" value="monorail" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Preserved" icon="presets/rail_preserved.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:railway=preserved" />
<label text="Edit Preserved Railway" />
- <space />
<key key="railway" value="preserved" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Light Rail" icon="presets/rail_light.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:railway=light_rail" />
<label text="Edit Light Rail" />
- <space />
<key key="railway" value="light_rail" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Subway" icon="presets/rail_light.png" type="way">
@@@ -2068,16 -2149,14 +2152,14 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=subway"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=subway"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=subway" />
- <label text="Edit Tram" />
<label text="Edit Subway" />
- <space />
<key key="railway" value="subway" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Tram" icon="presets/tram.png" type="way">
@@@ -2086,16 -2165,15 +2168,15 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=tram"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=tram"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=tram"
- uk.href="http://wiki.openstreetmap.org/wiki/UK:Tag:railway=tram" />
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=tram" />
<label text="Edit Tram" />
- <space />
<key key="railway" value="tram" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
<combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
<combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" />
- <combo key="voltage" text="Voltage" values="600,650,750,1500,3000,15000,25000" length="5" />
- <combo key="frequency" text="Frequency (Hz)" values="0,16.7,50,60" length="4" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
</optional>
</item>
<item name="Bus Guideway" icon="presets/busway.png" type="way">
@@@ -2103,7 -2181,6 +2184,6 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_guideway"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_guideway" />
<label text="Edit Bus Guideway" />
- <space />
<key key="highway" value="bus_guideway" />
<optional>
<text key="name" text="Name" />
@@@ -2121,42 -2198,43 +2201,43 @@@
</item>
<separator/>
<item name="Disused Rail" icon="presets/railway.png" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=disused" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=disused"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=disused" />
<label text="Edit Disused Railway" />
- <space />
<key key="railway" value="disused" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
</optional>
</item>
<item name="Abandoned Rail" icon="presets/railway.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:railway=abandoned"
- de.href="http://wiki.openstreetmap.org/wiki/Tag:railway=abandoned" />
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=abandoned" />
<label text="Edit Abandoned Railway" />
- <space />
<key key="railway" value="abandoned" />
<optional>
- <combo key="service" text="Types" values="yard,siding,spur" />
+ <combo key="service" text="Service type" values="yard,siding,spur" />
</optional>
</item>
<separator/>
<item name="Level Crossing" icon="presets/level_crossing.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:railway=level_crossing"
- bg.href="http://wiki.openstreetmap.org/wiki/BG:Tag:railway=level_crossing"
+ bg.href="http://wiki.openstreetmap.org/wiki/Bg:Tag:railway=level_crossing"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=level_crossing"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:railway=level_crossing"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:railway=level_crossing"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:railway=level_crossing"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:railway=level_crossing"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=level_crossing"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:railway=level_crossing"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=level_crossing"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=level_crossing" />
+ <label text="Edit Level Crossing" />
<key key="railway" value="level_crossing" />
<optional>
<check key="supervised" text="Supervised" default="off" />
<check key="crossing:light" text="Traffic lights" default="off" />
<check key="crossing:bell" text="Sound signals" default="off" />
- <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" />
+ <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
</optional>
</item>
<item name="Crossing" icon="presets/crossing.png" type="node">
@@@ -2167,6 -2245,7 +2248,7 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:crossing"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:crossing"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:crossing" />
+ <label text="Edit Crossing" />
<key key="railway" value="crossing" />
<optional>
<combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
@@@ -2175,7 -2254,7 +2257,7 @@@
<check key="supervised" text="Supervised" default="off" />
<check key="crossing:light" text="Traffic lights" default="off" />
<check key="crossing:bell" text="Sound signals" default="off" />
- <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" />
+ <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
</optional>
</item>
<item name="Turntable" icon="presets/turntable.png" type="node,closedway">
@@@ -2192,8 -2271,10 +2274,10 @@@
</group> <!-- Railway -->
<group name="Aerialway" icon="presets/aerialway.png">
<item name="Chair Lift" icon="presets/chair_lift.png" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=chair_lift" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=chair_lift"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:aerialway=chair_lift" />
<label text="Edit Chair Lift" />
+ <space />
<key key="aerialway" value="chair_lift" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2208,6 -2289,7 +2292,7 @@@
<item name="Drag Lift" icon="presets/drag_lift.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=drag_lift" />
<label text="Edit Drag Lift" />
+ <space />
<key key="aerialway" value="drag_lift" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2218,10 -2300,13 +2303,13 @@@
</item>
<item name="Cable Car" icon="presets/cable_car.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=cable_car"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:aerialway=cable_car"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:aerialway=cable_car"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:aerialway=cable_car"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aerialway=cable_car"
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:aerialway=cable_car" />
<label text="Edit Cable Car" />
+ <space />
<key key="aerialway" value="cable_car" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2238,6 -2323,7 +2326,7 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/Piste_Maps"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Proposed_features/Piste_Maps" />
<label text="Edit Gondola" />
+ <space />
<key key="aerialway" value="gondola" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2251,6 -2337,7 +2340,7 @@@
<item name="Mixed Lift" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aerialway=mixed_lift" />
<label text="Edit Mixed Lift (containing both gondolas and chairs)" />
+ <space />
<key key="aerialway" value="mixed_lift" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2263,8 -2350,12 +2353,12 @@@
</optional>
</item>
<item name="T-bar Lift" icon="presets/drag_lift.png" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Proposed_features/Piste_Maps"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/Piste_Maps"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Proposed_features/Piste_Maps" />
<label text="Edit T-bar Lift" />
+ <space />
<key key="aerialway" value="t-bar" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2276,6 -2367,7 +2370,7 @@@
<item name="J-bar Lift" icon="presets/drag_lift.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
<label text="Edit J-bar Lift" />
+ <space />
<key key="aerialway" value="j-bar" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2287,6 -2379,7 +2382,7 @@@
<item name="Platter Lift" icon="presets/drag_lift.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
<label text="Edit Platter Lift" />
+ <space />
<key key="aerialway" value="platter" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2298,6 -2391,7 +2394,7 @@@
<item name="Rope Tow" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
<label text="Edit Rope Tow" />
+ <space />
<key key="aerialway" value="rope_tow" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2309,6 -2403,7 +2406,7 @@@
<item name="Magic Carpet" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
<label text="Edit Magic Carpet" />
+ <space />
<key key="aerialway" value="magic_carpet" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2317,8 -2412,9 +2415,9 @@@
<text key="aerialway:duration" text="Typical journey time in minutes" />
</optional>
</item>
- <item name="Goods" name_context="aerialway" icon="presets/goods.png" type="way">
- <label text="Edit Goods" text_context="aerialway" />
+ <item name="Goods" icon="presets/goods.png" type="way">
+ <label text="Edit Goods" />
+ <space />
<key key="aerialway" value="goods" />
<text key="name" text="Name" />
<text key="ref" text="Reference number" />
@@@ -2330,12 -2426,14 +2429,14 @@@
<item name="Station" name_context="aerialway" icon="presets/aerialway_station.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
<label text="Edit Station" text_context="aerialway" />
+ <space />
<key key="aerialway" value="station" />
<text key="name" text="Name" />
</item>
- <item name="Pylon" name_context="aerialway" icon="presets/power_tower.png" type="node">
+ <item name="Pylon" icon="presets/power_tower.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
- <label text="Edit Pylon" text_context="aerialway" />
+ <label text="Edit Pylon" />
+ <space />
<key key="aerialway" value="pylon" />
<text key="name" text="Name" />
</item>
@@@ -2345,17 -2443,20 +2446,20 @@@
<item name="Parking" icon="presets/parking.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=parking"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=parking"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=parking"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=parking"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=parking"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=parking"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking" />
<label text="Edit Parking" />
+ <space />
<key key="amenity" value="parking" />
<text key="name" text="Name" />
+ <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
<text key="ref" text="Reference number" />
- <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" />
<text key="maxheight" text="Max. height (meters)" />
<combo key="access" text="Access" values="yes,private,customers,permissive,no" />
<combo key="park_ride" text="Park and Ride" values="yes,no" />
@@@ -2371,12 -2472,16 +2475,16 @@@
<item name="Parking space" icon="presets/parking.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_space"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking_space"
- ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_space" />
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=parking_space"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_space"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=parking_space"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking_space" />
<label text="Edit Parking space" />
+ <space />
<key key="amenity" value="parking_space" />
<text key="name" text="Name" />
- <text key="ref" text="Reference number" />
<combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
+ <text key="ref" text="Reference number" />
<text key="capacity" text="Capacity" />
<space />
<combo key="access" text="Access" values="yes,private,customers,permissive,no" />
@@@ -2387,17 -2492,21 +2495,21 @@@
<combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" />
<combo key="supervised" text="Supervised" values="yes,no,interval" />
<combo key="lit" text="Lit" values="yes,no,interval" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Parking entrance" icon="presets/parking.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=parking_entrance"
- ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_entrance" />
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=parking_entrance"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=parking_entrance"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=parking_entrance"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=parking_entrance" />
<label text="Edit Parking entrance" />
+ <space />
<key key="amenity" value="parking_entrance" />
<text key="name" text="Name" />
+ <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
<text key="ref" text="Reference number" />
<space />
- <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
<combo key="access" text="Access" values="yes,private,customers,permissive,no" />
<combo key="fee" text="Fee" values="yes,no,interval" />
<text key="operator" text="Operator" />
@@@ -2406,7 -2515,7 +2518,7 @@@
<combo key="stay" text="Time Limit (minutes)" values="0,30-60,30-180,30+" />
<combo key="supervised" text="Supervised" values="yes,no,interval" />
<combo key="lit" text="Lit" values="yes,no,interval" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Fuel" icon="presets/fuel.png" type="node,closedway">
@@@ -2419,14 -2528,16 +2531,16 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fuel"
no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=fuel"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fuel"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fuel" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fuel"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=fuel" />
<label text="Edit Fuel" />
+ <space />
<key key="amenity" value="fuel" />
- <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Sunoco,Statoil,Tamoil,Texaco,Total,Independent" />
+ <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Sunoco,Statoil,Tamoil,Texaco,Total,Independent" values_searchable="true" />
<optional>
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
<label text="Fuel types:" />
<checkgroup columns="2">
@@@ -2450,8 -2561,9 +2564,9 @@@
</optional>
</item>
<item name="Charging Station" icon="styles/standard/accommodation/camping/hookup.png" type="node">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fuel" />
<label text="Edit Charging Station (for electric cars)" />
+ <space />
<key key="amenity" value="charging_station" />
<text key="operator" text="Operator" />
<text key="voltage" text="Voltage" />
@@@ -2459,11 -2571,12 +2574,12 @@@
</item>
<item name="Wash" icon="presets/car_wash.png" type="node,closedway">
<label text="Edit Car Wash" />
+ <space />
<key key="amenity" value="car_wash" />
<text key="name" text="Name" />
<text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Car Dealer" icon="presets/car.png" type="node,closedway">
@@@ -2475,31 -2588,47 +2591,47 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=car"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=car" />
<label text="Edit Car Shop" />
+ <space />
<key key="shop" value="car" />
<text key="name" text="Name" />
+ <text key="brand" text="Brand" />
<text key="operator" text="Operator" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Repair" icon="presets/car_repair.png" type="node,closedway">
<label text="Edit Car Repair" />
+ <space />
<key key="shop" value="car_repair" />
<text key="name" text="Name" />
<text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
- <item name="Tyres" icon="presets/tyres.png" type="node,closedway">
- <label text="Edit Tyres" />
- <key key="shop" value="tyres" />
+ <item name="Parts" icon="presets/car_repair.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=car_parts"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=car_parts" />
+ <label text="Edit Car Parts" />
+ <space />
+ <key key="shop" value="car_parts" />
<text key="name" text="Name" />
<text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Tyres" icon="presets/tyres.png" type="node,closedway">
+ <label text="Edit Tyres" />
+ <space />
+ <key key="shop" value="tyres" />
+ <text key="name" text="Name" />
+ <text key="brand" text="Brand" />
+ <text key="operator" text="Operator" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<label text="Contact:" />
<text key="phone" text="Phone Number" />
<text key="fax" text="Fax Number" />
<text key="website" text="Website" />
<text key="email" text="Email Address" />
- </item>
+ </item>
<separator/>
<item name="Rental" icon="presets/car_rental.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_rental"
@@@ -2508,11 -2637,13 +2640,13 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=car_rental"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_rental" />
<label text="Edit Car Rental" />
+ <space />
<key key="amenity" value="car_rental" />
<text key="name" text="Name" />
<text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="second_hand" text="Second hand" values="only,yes,no" />
</item>
<item name="Sharing" icon="presets/car_sharing.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=car_sharing"
@@@ -2523,47 -2654,53 +2657,53 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=car_sharing"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=car_sharing" />
<label text="Edit Car Sharing" />
+ <space />
<key key="amenity" value="car_sharing" />
<text key="operator" text="Operator" />
<text key="capacity" text="Capacity" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="website" text="Website" />
</item>
</group> <!-- Car -->
<group name="Motorcycle" icon="presets/motorbike.png">
<item name="Parking" icon="styles/standard/vehicle/parking/motorbike.png" type="node,closedway">
<label text="Edit Motorcycle Parking" />
+ <space />
<key key="amenity" value="motorcycle_parking" />
<text key="name" text="Name" />
<text key="capacity" text="Capacity" />
- <combo key="parking" text="Type" values="multi-storey,surface,underground" default="surface" />
+ <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" />
<combo key="fee" text="Fee" values="yes,no" />
</item>
<item name="Motorcycle Dealer" icon="presets/motorbike.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=motorcycle"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=motorcycle"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=motorcycle"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=motorcycle"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=motorcycle" />
<label text="Edit Shop Motorcycle" />
+ <space />
<key key="shop" value="motorcycle" />
<text key="name" text="Name" />
<combo key="brand" text="Brand" values="independent" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
- <label text="Services:" />
- <combo key="sale" text="Sale" values="yes,brand,used,no" values_context="motorcycle" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="second_hand" text="Second hand" values="only,yes,no" />
+ <optional text="Services:">
+ <combo key="sale" text="Sale" values="yes,brand,no" />
<combo key="rental" text="Rental" values="yes,brand,no" />
<combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
<combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÃ,MOT,TÃV,no" />
<combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
<combo key="clothes" text="Clothes" values="yes,brand,no" />
<text key="services" text="Other" />
- <label text="Contact:" />
+ </optional>
+ <optional text="Contact:">
<text key="phone" text="Phone Number" />
<text key="fax" text="Fax Number" />
<text key="website" text="Website" />
<text key="email" text="Email Address" />
+ </optional>
</item>
</group> <!-- Motorcycle -->
<group name="Bicycle" icon="presets/bike.png">
@@@ -2574,9 -2711,11 +2714,11 @@@
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=bicycle_parking"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_parking"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_parking"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bicycle_parking"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_parking"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=bicycle_parking" />
<label text="Edit Bicycle Parking" />
+ <space />
<key key="amenity" value="bicycle_parking" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -2590,19 -2729,22 +2732,22 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=bicycle"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:shop=bicycle"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=bicycle"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=bicycle"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:shop=bicycle"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=bicycle"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=bicycle"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:shop=bicycle" />
<label text="Edit Bicycle Shop" />
+ <space />
<key key="shop" value="bicycle" />
<text key="name" text="Name" />
- <check key="service:bicycle:retail" text="Bicycles are sold" />
- <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
- <check key="service:bicycle:repair" text="Bicycles are repaired" />
- <check key="service:bicycle:rental" text="Bicycles are rented" />
- <check key="service:bicycle:pump" text="Free bicycle pump" />
- <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
- <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
+ <check key="service:bicycle:retail" text="Bicycles are sold" />
+ <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
+ <check key="service:bicycle:repair" text="Bicycles are repaired" />
+ <check key="service:bicycle:rental" text="Bicycles are rented" />
+ <check key="service:bicycle:pump" text="Free bicycle pump" />
+ <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
+ <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
</item>
<item name="Rental" icon="presets/bicycle_rental.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bicycle_rental"
@@@ -2612,29 -2754,32 +2757,32 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bicycle_rental"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=bicycle_rental"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bicycle_rental"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bicycle_rental"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bicycle_rental"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bicycle_rental"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=bicycle_rental" />
<label text="Edit Bicycle Rental" />
+ <space />
<key key="amenity" value="bicycle_rental" />
<text key="name" text="Name" />
</item>
</group> <!-- Bicycle -->
<group name="Public Transport" icon="presets/bus.png">
<item name="Public transport route" icon="presets/path.png" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route"/>
- <label text="Edit Route"/>
- <key key="type" value="route"/>
- <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry"/>
- <text key="name" text="Name"/>
- <text key="ref" text="Reference"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route" />
+ <label text="Edit Route" />
+ <space />
+ <key key="type" value="route" />
+ <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry" values_searchable="true" />
+ <text key="name" text="Name" />
+ <text key="ref" text="Reference" />
<optional>
- <text key="from" text="From (initial stop)"/>
- <text key="to" text="To (terminal stop)"/>
- <text key="via" text="Via (intermediate stops)"/>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
- <text key="description" text="Description"/>
+ <text key="from" text="From (initial stop)" />
+ <text key="to" text="To (terminal stop)" />
+ <text key="via" text="Via (intermediate stops)" />
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
+ <text key="description" text="Description" />
<combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
</optional>
<roles>
@@@ -2648,105 -2793,115 +2796,115 @@@
</roles>
</item>
<item name="Route master" icon="presets/path.png" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route_master"/>
- <label text="Edit Route master"/>
- <key key="type" value="route_master"/>
- <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry"/>
- <text key="name" text="Name"/>
- <text key="ref" text="Reference"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Route_master" />
+ <label text="Edit Route master" />
+ <space />
+ <key key="type" value="route_master" />
+ <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,aerialway,ferry" />
+ <text key="name" text="Name" />
+ <text key="ref" text="Reference" />
<optional>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
<combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
</optional>
<roles>
- <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route"/> <!-- FIXME: at least 2 members are required -->
+ <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- FIXME: at least 2 members are required -->
</roles>
</item>
<item name="Stop Area" type="relation" icon="presets/interpolation.png">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area"/>
- <label text="Edit Stop Area"/>
- <key key="type" value="public_transport"/>
- <key key="public_transport" value="stop_area"/>
- <text key="name" text="Name"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area" />
+ <label text="Edit Stop Area" />
+ <space />
+ <key key="type" value="public_transport" />
+ <key key="public_transport" value="stop_area" />
+ <text key="name" text="Name" />
<optional>
- <text key="ref" text="Reference"/>
- <text key="uic_ref" text="UIC reference"/>
- <text key="uic_name" text="UIC name"/>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
+ <text key="ref" text="Reference" />
+ <text key="uic_ref" text="UIC reference" />
+ <text key="uic_name" text="UIC name" />
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
</optional>
<roles>
- <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position"/>
- <role key="platform" text="Platform" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform"/>
- <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway" member_expression="amenity|public_transport=station"/>
+ <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
+ <role key="platform" text="Platform" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform" />
+ <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway" member_expression="amenity|public_transport=station" />
</roles>
</item>
<separator/>
<item name="Stop Position" type="node" icon="presets/barrier.png">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area"/>
- <key key="public_transport" value="stop_position"/>
- <text key="name" text="Name"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_area" />
+ <label text="Edit Stop Position" />
+ <space />
+ <key key="public_transport" value="stop_position" />
+ <text key="name" text="Name" />
<optional>
- <text key="ref" text="Reference"/>
- <text key="uic_ref" text="UIC reference"/>
- <text key="uic_name" text="UIC name"/>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
+ <text key="ref" text="Reference" />
+ <text key="uic_ref" text="UIC reference" />
+ <text key="uic_name" text="UIC name" />
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
</optional>
- <space/>
- <check key="bus" text="Bus"/>
- <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)"/>
- <check key="tram" text="Tram"/>
- <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)"/>
- <check key="train" text="Train"/>
- <check key="railway" value_on="station" value_off="" text="Railway station (legacy)"/>
- <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)"/>
- <check key="trolleybus" text="Trolleybus"/>
- <check key="share_taxi" text="Share taxi"/>
- <check key="subway" text="Subway"/>
- <check key="monorail" text="Monorail"/>
- <check key="funicular" text="Funicular"/>
- <check key="aerialway" text="Aerialway"/>
- <check key="ferry" text="Ferry"/>
+ <check key="bus" text="Bus" />
+ <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)" />
+ <check key="tram" text="Tram" />
+ <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)" />
+ <check key="train" text="Train" />
+ <check key="railway" value_on="station" value_off="" text="Railway station (legacy)" />
+ <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)" />
+ <check key="trolleybus" text="Trolleybus" />
+ <check key="share_taxi" text="Share taxi" />
+ <check key="subway" text="Subway" />
+ <check key="monorail" text="Monorail" />
+ <check key="funicular" text="Funicular" />
+ <check key="aerialway" text="Aerialway" />
+ <check key="ferry" text="Ferry" />
</item>
<item name="Platform" type="node,way,closedway" icon="presets/platform_bus.png">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Platform"/>
- <key key="public_transport" value="platform"/>
- <text key="name" text="Name"/>
- <check key="bench" text="Bench"/>
- <check key="shelter" text="Shelter"/>
- <check key="covered" text="Covered"/>
- <combo key="wheelchair" text="Wheelchair" values="yes,no,limited,only"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Platform" />
+ <label text="Edit Platform" />
+ <space />
+ <key key="public_transport" value="platform" />
+ <text key="name" text="Name" />
+ <check key="bench" text="Bench" />
+ <check key="shelter" text="Shelter" />
+ <check key="covered" text="Covered" />
+ <combo key="wheelchair" text="Wheelchair" values="yes,no,limited,only" />
<optional>
- <text key="ref" text="Reference"/>
- <text key="uic_ref" text="UIC reference"/>
- <text key="uic_name" text="UIC name"/>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
+ <text key="ref" text="Reference" />
+ <text key="uic_ref" text="UIC reference" />
+ <text key="uic_name" text="UIC name" />
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
<space/>
- <check key="bus" text="Bus"/>
- <check key="highway" value_on="platform" text="Highway platform (legacy)"/>
- <check key="tram" text="Tram"/>
- <check key="train" text="Train"/>
- <check key="railway" value_on="platform" text="Railway platform (legacy)"/>
- <check key="trolleybus" text="Trolleybus"/>
- <check key="share_taxi" text="Share taxi"/>
- <check key="subway" text="Subway"/>
- <check key="monorail" text="Monorail"/>
- <check key="funicular" text="funicular"/>
- <check key="aerialway" text="aerialway"/>
- <check key="ferry" text="ferry"/>
- </optional>
- </item>
- <item name="Station" type="node,closedway" icon="styles/standard/transport/railway_station.png">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:public_transport=station"/>
- <key key="public_transport" value="station"/>
- <text key="name" text="Name"/>
- <check key="area" text="Area"/>
- <check key="building" text="Building"/>
- <text key="operator" text="Operator"/>
- <text key="network" text="Network"/>
+ <check key="bus" text="Bus" />
+ <check key="highway" value_on="platform" text="Highway platform (legacy)" />
+ <check key="tram" text="Tram" />
+ <check key="train" text="Train" />
+ <check key="railway" value_on="platform" text="Railway platform (legacy)" />
+ <check key="trolleybus" text="Trolleybus" />
+ <check key="share_taxi" text="Share taxi" />
+ <check key="subway" text="Subway" />
+ <check key="monorail" text="Monorail" />
+ <check key="funicular" text="funicular" />
+ <check key="aerialway" text="aerialway" />
+ <check key="ferry" text="ferry" />
+ </optional>
+ </item>
+ <item name="Station" name_context="railway" type="node,closedway" icon="styles/standard/transport/railway_station.png">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:public_transport=station"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:public_transport=station"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:public_transport=station"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:public_transport=station" />
+ <label text="Edit Station" text_context="railway" />
+ <space />
+ <key key="public_transport" value="station" />
+ <text key="name" text="Name" />
+ <check key="area" text="Area" />
+ <check key="building" text="Building" />
+ <text key="operator" text="Operator" />
+ <text key="network" text="Network" />
</item>
<separator/>
<item name="Subway Entrance" icon="presets/underground.png" type="node">
@@@ -2755,7 -2910,6 +2913,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=subway_entrance"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=subway_entrance" />
<label text="Edit Subway Entrance" />
- <space />
<key key="railway" value="subway_entrance" />
<optional>
<text key="name" text="Name" />
@@@ -2763,17 -2917,19 +2920,19 @@@
<check key="bicycle" text="Bicycle" default="off" />
</optional>
</item>
- <item name="Ticket Machine" de.name="Fahrausweisautomat" icon="presets/vending_machine.png" type="node">
+ <item name="Ticket Machine" icon="presets/vending_machine.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=vending_machine"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=vending_machine"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=vending_machine"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=vending_machine"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine"/>
- <key key="amenity" value="vending_machine"/>
- <key key="vending" value="public_transport_tickets"/>
- <text key="name" text="Name"/>
- <text key="operator" text="Operator"/>
- <text key="ref" text="Reference Number"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine" />
+ <label text="Edit Ticket Machine" />
+ <space />
+ <key key="amenity" value="vending_machine" />
+ <key key="vending" value="public_transport_tickets" />
+ <text key="name" text="Name" />
+ <text key="operator" text="Operator" />
+ <text key="ref" text="Reference Number" />
<check key="payment:coins" text="Coins" default="off" />
<check key="payment:notes" text="Notes" default="off" />
<check key="payment:electronic_purses" text="Electronic purses and Charge cards" default="off" />
@@@ -2789,9 -2945,9 +2948,9 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:railway=station"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:railway=station"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=station"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:railway=station"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=station" />
<label text="Edit Station" text_context="railway" />
- <space />
<key key="railway" value="station" />
<optional>
<text key="name" text="Name" />
@@@ -2804,7 -2960,6 +2963,6 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=halt"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:railway=halt" />
<label text="Edit Halt" />
- <space />
<key key="railway" value="halt" />
<optional>
<text key="name" text="Name" />
@@@ -2815,7 -2970,6 +2973,6 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=tram_stop"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=tram_stop" />
<label text="Edit Tram Stop" />
- <space />
<key key="railway" value="tram_stop" />
<optional>
<text key="name" text="Name" />
@@@ -2826,8 -2980,8 +2983,8 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=platform"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:railway=platform" />
<label text="Edit Railway Platform" />
- <key key="railway" value="platform" />
<space />
+ <key key="railway" value="platform" />
<text key="ref" text="Reference (track number)" />
<text key="width" text="Width (meters)" />
<check key="area" text="Area" default="off" />
@@@ -2850,23 -3004,23 +3007,23 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:highway=bus_stop"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:highway=bus_stop" />
<label text="Edit Bus Stop" />
- <space />
<key key="highway" value="bus_stop" />
<optional>
<text key="name" text="Name" />
<combo key="shelter" text="Shelter" values="yes,no" />
<combo key="bench" text="Bench" values="yes,no" />
<combo key="tactile_paving" text="Tactile Paving" values="yes,no" />
-
</optional>
</item>
<item name="Bus Platform" icon="presets/platform_bus.png" type="node,way,closedway">
<label text="Edit Bus Platform" />
- <key key="highway" value="platform" />
<space />
+ <key key="highway" value="platform" />
<text key="ref" text="Reference (track number)" />
<text key="width" text="Width (meters)" />
<check key="area" text="Area" default="off" />
@@@ -2874,10 -3028,14 +3031,14 @@@
</group> <!-- Public Transport -->
<item name="Taxi" icon="presets/taxi.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=taxi"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Tag:amenity=taxi"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=taxi"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=taxi"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=taxi"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=taxi"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=taxi" />
- <label text="Edit Taxi station" />
+ <label text="Edit Taxi Station" />
+ <space />
<key key="amenity" value="taxi" />
<text key="name" text="Name" />
</item>
@@@ -2888,6 -3046,7 +3049,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=aerodrome"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=aerodrome" />
<label text="Edit Airport Ground" />
+ <space />
<key key="aeroway" value="aerodrome" />
<text key="name" text="Name" />
<optional>
@@@ -2922,6 -3081,7 +3084,7 @@@
</item>
<item name="Helipad" icon="styles/standard/transport/airport/helipad.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=helipad"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:aeroway=helipad"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=helipad"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=helipad"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=helipad" />
@@@ -2936,42 -3096,45 +3099,45 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=apron"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=apron"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=apron" />
- <label text="Apron" />
<key key="aeroway" value="apron" />
</item>
<item name="Hangar" icon="presets/hangar.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=hangar" />
- <label text="Hangar" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=hangar"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:aeroway=hangar" />
<key key="building" value="hangar" />
</item>
<item name="Beacon" icon="styles/standard/misc/landmark/beacon.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=beacon"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=beacon"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" />
- <label text="Beacon" />
<key key="man_made" value="beacon" />
</item>
<item name="Windsock" icon="styles/standard/transport/airport/windsock.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=windsock"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=windsock" />
- <label text="Windsock" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=windsock"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=windsock" />
<key key="aeroway" value="windsock" />
</item>
<separator/>
<item name="Terminal" icon="styles/standard/transport/airport/terminal.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=terminal"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:aeroway=terminal"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:aeroway=terminal"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=terminal"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=terminal" />
<label text="Edit Terminal" />
+ <space />
<key key="aeroway" value="terminal" />
<text key="name" text="Name" />
+ <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
+ <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
</item>
<item name="Gate" name_context="airport" icon="presets/aeroway_gate.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=gate"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:aeroway=gate"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:aeroway=gate" />
<label text="Edit Terminal Gate" />
+ <space />
<key key="aeroway" value="gate" />
<text key="ref" text="Reference" />
</item>
@@@ -2981,12 -3144,15 +3147,15 @@@
<group name="Accommodation" icon="presets/bed.png">
<item name="Hotel" icon="presets/bed.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hotel"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=hotel"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:tourism=hotel"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=hotel"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=hotel"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=hotel"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=hotel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=hotel" />
<label text="Edit Hotel" />
+ <space />
<key key="tourism" value="hotel" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3005,8 -3171,10 +3174,10 @@@
<item name="Motel" icon="styles/standard/accommodation/motel.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=motel"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=motel"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=motel"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=motel" />
<label text="Edit Motel" />
+ <space />
<key key="tourism" value="motel" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3025,8 -3193,10 +3196,10 @@@
<item name="Guest House" icon="styles/standard/accommodation/guest_house.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=guest_house"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=guest_house"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=guest_house"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=guest_house" />
<label text="Edit Guest House" />
+ <space />
<key key="tourism" value="guest_house" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3045,9 -3215,11 +3218,11 @@@
<item name="Chalet" icon="styles/standard/accommodation/chalet.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=chalet"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:tourism=chalet"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=chalet"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=chalet"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=chalet" />
<label text="Edit Chalet" />
+ <space />
<key key="tourism" value="chalet" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3067,9 -3239,11 +3242,11 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=hostel"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=hostel"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=hostel"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=hostel"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=hostel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=hostel" />
<label text="Edit Hostel" />
+ <space />
<key key="tourism" value="hostel" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3090,8 -3264,10 +3267,10 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=alpine_hut"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=alpine_hut"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=alpine_hut"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=alpine_hut" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=alpine_hut"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:tourism=alpine_hut" />
<label text="Edit Alpine Hut" />
+ <space />
<key key="tourism" value="alpine_hut" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3111,8 -3287,10 +3290,10 @@@
<item name="Caravan Site" icon="presets/caravan2.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=caravan_site"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=caravan_site"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=caravan_site"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=caravan_site" />
<label text="Edit Caravan Site" />
+ <space />
<key key="tourism" value="caravan_site" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3139,9 -3317,11 +3320,11 @@@
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=camp_site"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=camp_site"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=camp_site"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=camp_site"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=camp_site"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=camp_site" />
<label text="Edit Camping Site" />
+ <space />
<key key="tourism" value="camp_site" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3168,12 -3348,13 +3351,13 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=restaurant"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=restaurant" />
<label text="Edit Restaurant" />
+ <space />
<key key="amenity" value="restaurant" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" />
+ <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" values_searchable="true" />
<check key="microbrewery" text="Microbrewery" default="off" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
@@@ -3193,11 -3374,12 +3377,12 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fast_food"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fast_food" />
<label text="Edit Fast Food Restaurant" />
+ <space />
<key key="amenity" value="fast_food" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
<combo key="cuisine" text="Cuisine" values="italian,chinese,pizza,burger,greek,german,indian,regional,kebab,turkish,asian,thai,mexican,japanese,french,sandwich,sushi,fish_and_chips,chicken" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3215,10 -3397,11 +3400,11 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=food_court"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=food_court" />
<label text="Edit Food Court" />
+ <space />
<key key="amenity" value="food_court" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3233,17 -3416,20 +3419,20 @@@
<item name="Cafe" icon="presets/cafe.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=cafe"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=cafe"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Tag:amenity=cafe"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=cafe"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=cafe"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=cafe"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=cafe"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=cafe"
zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:amenity=cafe" />
<label text="Edit Cafe" />
+ <space />
<key key="amenity" value="cafe" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
<combo key="cuisine" text="Cuisine" values="ice_cream" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3262,11 -3448,12 +3451,12 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=pub"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pub" />
<label text="Edit Pub" />
+ <space />
<key key="amenity" value="pub" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
<check key="microbrewery" text="Microbrewery" default="off" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3285,11 -3472,12 +3475,12 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=biergarten"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=biergarten" />
<label text="Edit Biergarten" />
+ <space />
<key key="amenity" value="biergarten" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
<check key="microbrewery" text="Microbrewery" default="off" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3311,10 -3499,11 +3502,11 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bar"
zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Tag:amenity=bar" />
<label text="Edit Bar" />
+ <space />
<key key="amenity" value="bar" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3328,17 -3517,20 +3520,20 @@@
</item>
<item name="Nightclub" icon="presets/bar.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=nightclub"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=nightclub"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=nightclub"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=nightclub"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=nightclub"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=nightclub"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=nightclub"
ro.href="http://wiki.openstreetmap.org/wiki/Ro:Tag:amenity=nightclub"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=nightclub" />
<label text="Edit Nightclub" />
+ <space />
<key key="amenity" value="nightclub" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" />
<combo key="wheelchair" text="Wheelchairs" values="yes,no" />
@@@ -3350,6 -3542,7 +3545,7 @@@
</item>
<item name="Stripclub" icon="styles/standard/leisure/stripclub.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=stripclub"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=stripclub"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=stripclub"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=stripclub"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=stripclub" />
@@@ -3358,7 -3551,7 +3554,7 @@@
<key key="amenity" value="stripclub" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
<combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
@@@ -3374,17 -3567,21 +3570,21 @@@
<group name="Tourism" icon="presets/sightseeing.png">
<item name="Attraction" icon="presets/sightseeing.png" type="node,closedway">
<label text="Edit Attraction" />
+ <space />
<key key="tourism" value="attraction" />
<text key="name" text="Name" />
- <text key="opening_hours" text="Opening Hours" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Viewpoint" icon="presets/viewpoint.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=viewpoint"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:tourism=viewpoint"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=viewpoint"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=viewpoint"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=viewpoint" />
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=viewpoint"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=viewpoint"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=viewpoint" />
<label text="Edit Viewpoint" />
+ <space />
<key key="tourism" value="viewpoint" />
<text key="name" text="Name" />
<!--<check key="man_made" value="tower" text="Look-Out Tower" default="off" />-->
@@@ -3395,58 -3592,74 +3595,74 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:information"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:information"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:information"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:information"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:information" />
+ <label text="Edit Information Office" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="office" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
+ <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
</item>
<item name="Map" icon="presets/map.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Key:information" />
+ <label text="Edit Information Map" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="map" />
<text key="name" text="Name" />
- <combo key="map_type" text="Detail Grade" values="topo,street,scheme" />
+ <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
<combo key="map_size" text="Shown Area" values="site,city,region" />
<text key="description" text="Closer Description" />
- <space />
- <label text="Routes shown for:" />
- <check key="hiking" text="Hiking" default="off" />
- <check key="bicycle" text="Cycling" default="off" />
- <check key="mtb" text="Mountainbiking" default="off" />
- <check key="ski" text="Skiing" default="off" />
- <check key="horse" text="Riding" default="off" />
- <label text="... other transportation modes possible" />
+ <optional text="Routes shown for:">
+ <check key="hiking" text="Hiking" default="off" />
+ <check key="bicycle" text="Cycling" default="off" />
+ <check key="mtb" text="Mountainbiking" default="off" />
+ <check key="ski" text="Skiing" default="off" />
+ <check key="horse" text="Riding" default="off" />
+ <space />
+ <label text="... other transportation modes possible" />
+ </optional>
</item>
<item name="Information Board" icon="presets/board.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:information=board"
de.href="http://wiki.openstreetmap.org/wiki/DE:Proposed_features/information"
it.href="http://wiki.openstreetmap.org/wiki/IT:Proposed_features/information" />
+ <label text="Edit Information Board" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="board" />
<text key="name" text="Name" />
- <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants" default="board" />
+ <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants" />
<text key="description" text="Closer Description" />
</item>
<item name="Guidepost" icon="presets/guidepost.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:information=guidepost"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:information=guidepost"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:information=guidepost"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:information=guidepost" />
+ <label text="Edit Guidepost" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="guidepost" />
<text key="name" text="Name" />
<text key="ele" text="Elevation" />
- <space />
- <label text="Routes shown for:" />
- <check key="hiking" text="Hiking" default="off" />
- <check key="bicycle" text="Cycling" default="off" />
- <check key="mtb" text="Mountainbiking" default="off" />
- <check key="ski" text="Skiing" default="off" />
- <check key="horse" text="Riding" default="off" />
- <label text="... other transportation modes possible" />
+ <optional text="Routes shown for:">
+ <check key="hiking" text="Hiking" default="off" />
+ <check key="bicycle" text="Cycling" default="off" />
+ <check key="mtb" text="Mountainbiking" default="off" />
+ <check key="ski" text="Skiing" default="off" />
+ <check key="horse" text="Riding" default="off" />
+ <space />
+ <label text="... other transportation modes possible" />
+ </optional>
</item>
<item name="Information Terminal" icon="presets/information.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Key:information" />
+ <label text="Edit Information Terminal" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="terminal" />
<text key="name" text="Name" />
@@@ -3454,9 -3667,13 +3670,13 @@@
<text key="operator" text="Operator" />
<text key="ref" text="Reference number" />
<combo key="fee" text="Fee" values="yes,no" />
+ <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
+ <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
</item>
<item name="Audioguide" icon="presets/information.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Key:information" />
+ <label text="Edit Audioguide" />
+ <space />
<key key="tourism" value="information" />
<key key="information" value="audioguide" />
<text key="name" text="Name" />
@@@ -3468,12 -3685,15 +3688,15 @@@
<label text="Audioguide via mobile phone?" />
<text key="phone" text="Phone number" />
</item>
- <item name="Other Information Points" icon="presets/information.png" type="node,closedway">
+ <item name="Other Information Point" icon="presets/information.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=information"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=information"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=information"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=information"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=information"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=information" />
+ <label text="Edit Information Point" />
+ <space />
<key key="tourism" value="information" />
<text key="name" text="Name" />
<text key="description" text="Closer Description" />
@@@ -3488,19 -3708,22 +3711,22 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=cinema"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=cinema" />
<label text="Edit Cinema" />
+ <space />
<key key="amenity" value="cinema" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Zoo" icon="presets/zoo.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=zoo"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:tourism=zoo"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=zoo"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=zoo" />
<label text="Edit Zoo" />
+ <space />
<key key="tourism" value="zoo" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="wikipedia" text="Wikipedia" />
<space />
<text key="phone" text="Phone Number" />
@@@ -3513,27 -3736,31 +3739,31 @@@
da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:leisure=dog_park"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:leisure=dog_park"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:leisure=dog_park"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:leisure=dog_park"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:leisure=dog_park"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:leisure=dog_park"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=dog_park"
sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:leisure=dog_park" />
<label text="Edit Dog Park" />
+ <space />
<key key="leisure" value="dog_park" />
<text key="name" text="Name" />
<check key="area" text="Area" default="off" />
<combo key="barrier" text="Barrier" values="fence,wall" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<check key="lit" text="Lit" default="off" />
</item>
<item name="Theme Park" icon="presets/theme_park.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=theme_park"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=theme_park"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=theme_park"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=theme_park" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=theme_park" />
<label text="Edit Theme Park" />
+ <space />
<key key="tourism" value="theme_park" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<text key="phone" text="Phone Number" />
<text key="fax" text="Fax Number" />
@@@ -3546,13 -3773,14 +3776,14 @@@
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:leisure=water_park"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:leisure=water_park"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:leisure=water_park"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisurem=water_park"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=water_park" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=water_park"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=water_park" />
<label text="Edit Water Park" />
+ <space />
<key key="leisure" value="water_park" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<text key="phone" text="Phone Number" />
<text key="fax" text="Fax Number" />
@@@ -3565,10 -3793,11 +3796,11 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=sauna"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=sauna" />
<label text="Edit Sauna" />
+ <space />
<key key="leisure" value="sauna" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<combo key="access" text="Access" values="yes,permissive,private,unknown" />
<space />
<text key="phone" text="Phone Number" />
@@@ -3579,10 -3808,11 +3811,11 @@@
<item name="Horse riding" icon="presets/equestrian.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=horse_riding" />
<label text="Edit Horse riding" />
+ <space />
<key key="leisure" value="horse_riding" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="fee" text="Fee" />
<space />
<text key="phone" text="Phone Number" />
@@@ -3593,14 -3823,17 +3826,17 @@@
<item name="Brothel" de.name="Bordell" icon="styles/standard/leisure/stripclub.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=brothel"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=brothel"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=brothel"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=brothel"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=brothel"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=brothel"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=brothel" />
<label text="Edit Brothel" />
+ <space />
<key key="amenity" value="brothel" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<space />
<combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,no" />
<combo key="wheelchair" text="Wheelchairs" values="yes,no" />
@@@ -3622,11 -3855,13 +3858,13 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=playground"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=playground" />
<label text="Edit Playground" />
+ <space />
<key key="leisure" value="playground" />
<text key="name" text="Name" />
</item>
<item name="Picnic Site" icon="presets/picnic.png" type="node,closedway">
<label text="Edit Picnic Site" />
+ <space />
<key key="tourism" value="picnic_site" />
<text key="name" text="Name" />
<check key="fireplace" text="Fireplace" default="off" />
@@@ -3637,19 -3872,20 +3875,20 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bbq"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bbq"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bbq" />
- <label text="Edit Public Grill"/>
+ <label text="Edit Public Grill" />
<space />
<key key="amenity" value="bbq" />
<text key="name" text="Name" />
<combo key="covered" text="Covered" values="yes,no" />
<combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
- </item>
+ </item>
<item name="Fishing" icon="presets/fishing.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=fishing"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:leisure=fishing"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:leisure=fishing"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=fishing" />
<label text="Edit Fishing" />
+ <space />
<key key="leisure" value="fishing" />
<text key="name" text="Name" />
</item>
@@@ -3662,13 -3898,15 +3901,15 @@@
<item name="Museum" icon="presets/State_Public.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:tourism=museum"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:tourism=museum"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=museum"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=museum"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=museum" />
<label text="Edit Museum" />
+ <space />
<key key="tourism" value="museum" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="wikipedia" text="Wikipedia" />
</item>
<item name="Theatre" icon="presets/theater.png" type="node,closedway,relation">
@@@ -3678,6 -3916,7 +3919,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=theatre"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=theatre" />
<label text="Edit Theatre" />
+ <space />
<key key="amenity" value="theatre" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3685,16 -3924,18 +3927,18 @@@
<item name="Library" icon="styles/standard/shop/rental/library.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=library"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Tag:amenity=library"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=library"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=library"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=library"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=library"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=library" />
<label text="Edit Library" />
+ <space />
<key key="amenity" value="library" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Arts Centre" icon="presets/arts_centre.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=arts_centre"
@@@ -3703,6 -3944,7 +3947,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=arts_centre"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=arts_centre" />
<label text="Edit Arts Centre" />
+ <space />
<key key="amenity" value="arts_centre" />
<text key="name" text="Name" />
</item>
@@@ -3712,30 -3954,14 +3957,14 @@@
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:tourism=artwork"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:tourism=artwork"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:tourism=artwork"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=artwork" />
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=artwork"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=artwork"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=artwork" />
<label text="Edit Artwork" />
+ <space />
<key key="tourism" value="artwork" />
<text key="name" text="Name" />
</item>
- <item name="Place of Worship" icon="presets/church.png" type="node,closedway,relation">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
- da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
- de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
- it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
- ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
- no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
- sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship" />
- <label text="Edit Place of Worship" />
- <key key="amenity" value="place_of_worship" />
- <text key="name" text="Name" />
- <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
- <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,shia,sunni" />
- <combo key="service_times" text="Service Times" values="Su 10:00,Su 10:30,Su 11:00" />
- <combo key="opening_hours" text="Opening Hours for visiting" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
- </item>
<item name="Recording Studio" icon="presets/studio.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=studio"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=studio"
@@@ -3748,8 -3974,172 +3977,172 @@@
<combo key="type" text="Type" values="audio,video" />
<text key="phone" text="Phone Number" />
<text key="website" text="Website" />
- </item>
+ </item>
</group> <!-- Culture -->
+ <group name="Place of Worship" icon="styles/standard/religion.png">
+ <item name="Church" icon="styles/standard/religion/church.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Church" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="christian" />
+ <text key="name" text="Name" />
+ <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" match="keyvalue" values_searchable="true" />
+ <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,greek_catholic,greek_orthodox,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,russian_orthodox,seventh_day_adventist" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Mosque" icon="styles/standard/religion/muslim.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Mosque" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="muslim" />
+ <text key="name" text="Name" />
+ <combo key="building" text="Building type" values="mosque" match="keyvalue" values_searchable="true" />
+ <combo key="denomination" text="Denomination" values="ibadi,shia,sunni" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Synagogue" icon="styles/standard/religion/jewish.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Synagogue" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="jewish" />
+ <text key="name" text="Name" />
+ <combo key="building" text="Building type" values="synagogue" match="keyvalue" values_searchable="true" />
+ <combo key="denomination" text="Denomination" values="orthodox,conservative,reform" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Buddhist Temple" icon="styles/standard/religion/buddhism.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Buddhist Temple" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="buddhist" />
+ <text key="name" text="Name" />
+ <combo key="denomination" text="Denomination" values="theravada,mahayana,vajrayana" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Hindu Temple" icon="styles/standard/religion/hinduism.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Hindu Temple" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="hindu" />
+ <text key="name" text="Name" />
+ <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Shinto Shrine" icon="styles/standard/religion/shinto.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit Shinto Shrine" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <key key="religion" value="shinto" />
+ <text key="name" text="Name" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Other Place of Worship" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
+ da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
+ no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
+ <label text="Edit other Place of Worship" />
+ <space />
+ <key key="amenity" value="place_of_worship" />
+ <text key="name" text="Name" />
+ <combo key="religion" text="Religion" values="bahai,jain,sikh,spiritualist,taoist,unitarian,zoroastrian" match="keyvalue" values_searchable="true" />
+ <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ </group> <!-- Place of Worship -->
<group name="Public Building" icon="presets/townhall.png">
<item name="Public Building" icon="styles/standard/service.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=public_building"
@@@ -3757,21 -4147,24 +4150,24 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=public_building"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=public_building" />
<label text="Edit Public Building" />
+ <space />
<key key="amenity" value="public_building" />
<text key="name" text="Name" />
</item>
<item name="Town hall" icon="presets/townhall.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=townhall"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=townhall"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=townhall"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=townhall"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=townhall"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=townhall"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=townhall" />
<label text="Edit Town hall" />
+ <space />
<key key="amenity" value="townhall" />
<text key="name" text="Name" />
</item>
- <item name="Community Centre" icon="presets/community_centre.png" type="node,closedway">
+ <item name="Community Centre" icon="presets/community_centre.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=community_centre"
da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=community_centre"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=community_centre"
@@@ -3783,8 -4176,8 +4179,8 @@@
<key key="amenity" value="community_centre" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Embassy" icon="presets/embassy.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=embassy"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=embassy"
@@@ -3792,6 -4185,7 +4188,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=embassy"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=embassy" />
<label text="Edit Embassy" />
+ <space />
<key key="amenity" value="embassy" />
<text key="name" text="Name" />
</item>
@@@ -3802,6 -4196,7 +4199,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=courthouse"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=courthouse" />
<label text="Edit Courthouse" />
+ <space />
<key key="amenity" value="courthouse" />
<text key="name" text="Name" />
</item>
@@@ -3812,6 -4207,7 +4210,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=prison"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=prison" />
<label text="Edit Prison" />
+ <space />
<key key="amenity" value="prison" />
<text key="name" text="Name" />
</item>
@@@ -3825,6 -4221,7 +4224,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=police"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=police" />
<label text="Edit Police" />
+ <space />
<key key="amenity" value="police" />
<text key="name" text="Name" />
</item>
@@@ -3834,29 -4231,35 +4234,35 @@@
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=fire_station"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=fire_station"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fire_station"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=fire_station"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fire_station"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fire_station" />
<label text="Edit Fire Station" />
+ <space />
<key key="amenity" value="fire_station" />
<text key="name" text="Name" />
</item>
<item name="Post Office" icon="styles/standard/service/post_office.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_office"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=post_office"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=post_office"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=post_office"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=post_office"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=post_office"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=post_office"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_office"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_office" />
<label text="Edit Post Office" />
+ <space />
<key key="amenity" value="post_office" />
<text key="name" text="Name" />
- <text key="operator" text="Operator" />
+ <text key="operator" text="Operator" />
</item>
</group> <!-- Public Buildings -->
<group name="Education" icon="presets/school.png">
<item name="Kindergarten" icon="presets/kindergarten.png" type="node,closedway,relation">
<label text="Edit Kindergarten" />
+ <space />
<key key="amenity" value="kindergarten" />
<text key="name" text="Name" />
</item>
@@@ -3872,6 -4275,7 +4278,7 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=school"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=school" />
<label text="Edit School" />
+ <space />
<key key="amenity" value="school" />
<text key="name" text="Name" />
</item>
@@@ -3879,72 -4283,84 +4286,91 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=university"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=university"
es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=university"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=university"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=university"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=university"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=university"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=university"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=university" />
<label text="Edit University" />
+ <space />
<key key="amenity" value="university" />
<text key="name" text="Name" />
</item>
<item name="College" icon="styles/standard/education/college.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=college"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=college"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=college"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=college"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=college"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=college" />
<label text="Edit College" />
+ <space />
<key key="amenity" value="college" />
<text key="name" text="Name" />
</item>
<item name="Driving School" icon="styles/standard/education/driving_school.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Proposed_features/driving_school" />
- <label text="Edit Driving School"/>
+ <label text="Edit Driving School" />
<space />
<key key="amenity" value="driving_school" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <text key="license_classes" text="License Classes" values="A1;A;B;BE;C" />
+ <combo key="license_classes" text="License Classes" values="A;A1;B;BE;C,A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E" />
</item>
</group> <!-- Education -->
<group name="Health" icon="presets/pharmacy.png">
<item name="Hospital" icon="styles/standard/health/hospital.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=hospital"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=hospital"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=hospital"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=hospital"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=hospital"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:amenity=hospital"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=hospital"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=hospital" />
<label text="Edit Hospital" />
+ <space />
<key key="amenity" value="hospital" />
<text key="name" text="Name" />
+ <text key="operator" text="Operator" />
+ </item>
+ <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=clinic" />
+ <label text="Edit Clinic" />
+ <space />
+ <key key="amenity" value="clinic" />
+ <text key="name" text="Name" />
</item>
+ <item name="Clinic" icon="styles/standard/health/hospital.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clinic"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=clinic" />
+ <label text="Edit Clinic" />
+ <key key="amenity" value="clinic" />
+ <text key="name" text="Name" />
+ </item>
<item name="Doctors" icon="styles/standard/health/doctor.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=doctors"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=doctors"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=doctors" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=doctors"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=doctors" />
<label text="Edit Doctors" />
+ <space />
<key key="amenity" value="doctors" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Dentist" icon="styles/standard/health/dentist.png" type="node,closedway">
<label text="Edit Dentist" />
+ <space />
<key key="amenity" value="dentist" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Nursing Home" type="node,closedway">
<label text="Edit Nursing Home" />
+ <space />
<key key="amenity" value="nursing_home" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
@@@ -3956,6 -4372,7 +4382,7 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:social_facility"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:social_facility" />
<label text="Edit Retirement Home" />
+ <space />
<key key="amenity" value="social_facility" />
<key key="social_facility" value="group_home" />
<key key="social_facility:for" value="senior" />
@@@ -3970,28 -4387,31 +4397,31 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=pharmacy"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=pharmacy"
no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=pharmacy"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=pharmacy"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=pharmacy"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=pharmacy" />
<label text="Edit Pharmacy" />
+ <space />
<key key="amenity" value="pharmacy" />
- <combo key="dispensing" text="Dispensing" values="yes,no" default="no" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="dispensing" text="Dispensing" values="yes,no" default="no" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Hearing Aids" icon="presets/hearing_aids.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hearing_aids"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hearing_aids"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hearing_aids"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hearing_aids" />
<label text="Edit Hearing Aids" />
<space />
<key key="shop" value="hearing_aids" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Baby Hatch" icon="presets/baby_hatch.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=baby_hatch"
- cs.href="http://wiki.openstreetmap.org/wiki/CS:Tag:amenity=baby_hatch"
+ cs.href="http://wiki.openstreetmap.org/wiki/Cs:Tag:amenity=baby_hatch"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=baby_hatch"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=baby_hatch"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=baby_hatch"
@@@ -4001,9 -4421,10 +4431,10 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=baby_hatch"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=baby_hatch" />
<label text="Edit Baby Hatch" />
+ <space />
<key key="amenity" value="baby_hatch" />
<text key="operator" text="Operator" />
- <text key="opening_hours" text="Opening Hours" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Emergency Access Point" icon="styles/standard/service/emergency_access_point.png" type="node,closedway">
@@@ -4026,38 -4447,58 +4457,58 @@@
<item name="Veterinary" icon="styles/standard/health/veterinary.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary"
da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=veterinary"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=veterinary"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=veterinary"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=veterinary"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=veterinary"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=veterinary"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=veterinary" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=veterinary"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=veterinary" />
<label text="Edit Veterinary" />
+ <space />
<key key="amenity" value="veterinary" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Health -->
<group name="Facilities" icon="presets/telephone.png">
<item name="Toilets" icon="presets/toilet.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=toilets"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=toilets"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=toilets"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=toilets"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=toilets"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=toilets"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=toilets" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=toilets"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=toilets" />
+ <label text="Edit Toilets" />
+ <space />
<key key="amenity" value="toilets" />
- <text key="description" text="Description" />
- <combo key="drinking_water" text="Drinking water" values="yes,no" />
- <combo key="fee" text="Fee" values="yes,no" />
- <text key="operator" text="Operator" />
- <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
+ <combo key="access" text="Access rights" values="public,permissive,customers" />
+ <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
+ <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
+ <optional>
+ <text key="description" text="Description" />
+ <combo key="fee" text="Fee" values="yes,no" />
+ <text key="operator" text="Operator" />
+ <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
+ <combo key="wheelchair" text="Wheelchair" values="no,limited,yes" />
+ </optional>
</item>
<item name="Post Box" icon="styles/standard/service/post_box.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=post_box"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=post_box"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=post_box"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=post_box"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=post_box"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=post_box" />
+ <label text="Edit Postbox" />
+ <space />
<key key="amenity" value="post_box" />
<text key="operator" text="Operator" />
+ <text key="ref" text="Reference number" />
+ <combo key="collection_times" text="Collection times" delimiter="|" values="11:30|Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00|Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off" />
+ <check key="drive_through" text="Drive through" />
</item>
<item name="Telephone" icon="presets/telephone.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=telephone"
@@@ -4068,6 -4509,7 +4519,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=telephone"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=telephone" />
<label text="Edit Telephone" />
+ <space />
<key key="amenity" value="telephone" />
<text key="operator" text="Operator" />
<check key="payment:coins" text="Coins" default="off" />
@@@ -4077,6 -4519,43 +4529,43 @@@
<check key="payment:credit_cards" text="Credit cards" default="off" />
<check key="payment:telephone_cards" text="Telephone cards" default="off" />
</item>
+ <item name="Emergency Phone" icon="presets/telephone.png" type="node">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=phone"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=phone"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=phone"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:emergency=phone" />
+ <key key="emergency" value="phone" />
+ </item>
+ <item name="Internet Access" icon="presets/network-wireless.svg" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:internet_access"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:internet_access"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Key:internet_access"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:internet_access"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:internet_access"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:internet_access" />
+ <label text="Edit Internet Access" />
+ <space />
+ <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="key" />
+ <combo key="internet_access:fee" text="Internet access fee" values="yes,no" match="key" />
+ </item>
+ <item name="Automated Defibrillator" icon="presets/aed.svg" type="node">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:emergency=aed"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:emergency=aed"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:emergency=aed"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:emergency=aed" />
+ <label text="Edit Automated External Defibrillator" />
+ <space />
+ <key key="emergency" value="aed" />
+ <combo key="opening_hours" text="Opening Hours" values="24/7,limited" />
+ <text key="operator" text="Operator" />
+ <check key="indoor" text="Located inside a building?" default="off" />
+ <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
+ <optional>
+ <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
+ <text key="lastcheck:note" text="Last check note" />
+ </optional>
+ -->
+ </item>
<item name="Clock" icon="styles/standard/service/clock.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=clock"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=clock"
@@@ -4086,8 -4565,8 +4575,8 @@@
<label text="Edit Clock" />
<key key="amenity" value="clock" />
<optional>
- <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" values_context="display" />
- <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" />
+ <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
+ <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
<combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" />
<check key="date" text="Shows current date" default="off" />
<check key="thermometer" text="Shows temperature" default="off" />
@@@ -4103,8 -4582,11 +4592,11 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=recycling"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=recycling"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=recycling"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=recycling" />
- <label text="Edit Recycling station" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=recycling"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=recycling"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=recycling" />
+ <label text="Edit Recycling Station" />
+ <space />
<key key="amenity" value="recycling" />
<check key="recycling:batteries" text="Batteries" default="off" />
<check key="recycling:cans" text="Cans" default="off" />
@@@ -4120,28 -4602,35 +4612,35 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=waste_basket"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=waste_basket"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=waste_basket"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=waste_basket"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=waste_basket"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_basket" />
- <label text="Edit Waste Basket" />
<key key="amenity" value="waste_basket" />
</item>
<item name="Waste Disposal" icon="styles/standard/service/recycling/waste_disposal.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=waste_disposal"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=waste_disposal"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=waste_disposal"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=waste_disposal"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=waste_disposal"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=waste_disposal" />
- <label text="Edit Waste Disposal" />
<key key="amenity" value="waste_disposal" />
</item>
<separator/>
<item name="Bench" icon="presets/bench.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bench"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bench"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Tag:amenity=bench"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=bench"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bench"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=bench"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bench"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bench"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bench" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bench"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=bench"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=bench" />
+ <label text="Edit Bench" />
+ <space />
<key key="amenity" value="bench" />
<combo key="backrest" text="Backrest" values="yes,no" />
<combo key="material" text="Material" values="stone,metal,wood,plastic" />
@@@ -4150,15 -4639,17 +4649,17 @@@
</item>
<item name="Shelter" icon="presets/shelter.png" type="node,closedway">
<label text="Edit Shelter" />
+ <space />
<key key="amenity" value="shelter" />
<text key="name" text="Name" />
<check key="fireplace" text="Fireplace" default="off" />
- <combo key="shelter_type" text="Type of shelter" values="weather_shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" />
+ <combo key="shelter_type" text="Type of shelter" values="weather_shelter,public_transport,picnic_shelter,wildlife_hide" values_context="shelter" values_searchable="true" />
</item>
<item name="Hunting Stand" icon="presets/hunting_stand.png" type="node">
<label text="Edit Hunting Stand" />
+ <space />
<key key="amenity" value="hunting_stand" />
- <combo key="height" text="Height" values="low,half,full,5,10,15,20" />
+ <combo key="height" text="Height" values="low,half,full,5,10,15,20" values_context="height" />
<combo key="shelter" text="Shelter" values="yes,no,unknown" />
<combo key="hide" text="Hide" values="yes,no,unknown" />
<combo key="lock" text="Lock" values="yes,no,unknown" />
@@@ -4167,12 -4658,15 +4668,15 @@@
<item name="Drinking Water" icon="presets/drinking_water.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=drinking_water"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=drinking_water"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=drinking_water"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=drinking_water"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=drinking_water"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=drinking_water"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=drinking_water" />
<label text="Edit Source of Potable Water" />
+ <space />
<key key="amenity" value="drinking_water" />
- <combo key="indoor" text="Indoor" values="yes,no" />
+ <check key="indoor" text="Indoor" default="off" />
<optional>
<text key="name" text="Name" />
<text key="description" text="Description" />
@@@ -4187,6 -4681,7 +4691,7 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:emergency=fire_hydrant"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:emergency=fire_hydrant" />
<label text="Edit Fire Hydrant" />
+ <space />
<key key="emergency" value="fire_hydrant" />
<combo key="fire_hydrant:type" text="Type" values="underground,pillar,wall,pond" values_context="pipeline" default="pillar" />
<combo key="fire_hydrant:diameter" text="Diameter (in mm)" values="50,80,100,150,200,250,300,400" />
@@@ -4195,9 -4690,9 +4700,9 @@@
<text key="ref" text="Reference" />
<text key="operator" text="Operator" />
<space />
- <combo key="fire_hydrant:position" text="Position" values_context="hydrant position" values="lane,parking_lot,sidewalk,green" />
+ <combo key="fire_hydrant:position" text="Hydrant Position" values="lane,parking_lot,sidewalk,green" values_context="hydrant position" />
<combo key="fire_hydrant:pressure" text="Pressure (in bar)" values="5,6,8,suction" />
- <text key="fire_hydrant:count" text="Count" values="" />
+ <text key="fire_hydrant:count" text="Count" />
</item>
</group> <!-- Facilities -->
</group> <!-- Facilities -->
@@@ -4205,173 -4700,191 +4710,191 @@@
<group name="Sport Facilities" icon="presets/stadium.png">
<item name="Stadium" icon="presets/stadium.png" type="node,closedway">
<label text="Edit Stadium" />
+ <space />
<key key="leisure" value="stadium" />
<text key="name" text="Name" />
- <space />
- <label text="select sport:" />
- <space />
- <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" />
+ <optional text="Select sport:">
+ <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
+ </optional>
</item>
<item name="Sports Centre" icon="presets/sports_centre.png" type="node,closedway">
<label text="Edit Sports Centre" />
+ <space />
<key key="leisure" value="sports_centre" />
<text key="name" text="Name" />
- <space />
- <label text="select sport:" />
- <space />
- <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" />
+ <optional text="Select sport:">
+ <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
+ </optional>
</item>
<item name="Pitch" icon="presets/pitch.png" type="node,closedway">
<label text="Edit Pitch" />
+ <space />
<key key="leisure" value="pitch" />
<text key="name" text="Name" />
- <space />
- <label text="select sport:" />
- <space />
- <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" />
+ <optional text="Select sport:">
+ <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
+ </optional>
</item>
<item name="Racetrack" icon="presets/stadium.png" type="node,way,closedway,relation">
<label text="Edit Racetrack" />
+ <space />
<key key="leisure" value="track" />
<text key="name" text="Name" />
- <space />
- <label text="select sport:" />
- <space />
- <combo key="sport" text="sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,table_tennis,tennis" />
+ <optional text="Select sport:">
+ <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,boules,bowls,canadian_football,canoe,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,equestrian,gaelic_games,golf,gymnastics,hockey,horse_racing,motor,pelota,racquet,rugby_league,rugby_union,shooting,skateboard,skating,skiing,soccer,swimming,table_tennis,tennis" values_context="sport" />
+ </optional>
</item>
<item name="Golf Course" icon="presets/golf.png" type="node,closedway">
<label text="Edit Golf Course" />
+ <space />
<key key="leisure" value="golf_course" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Miniature Golf" icon="presets/golf.png" type="node,closedway">
<label text="Edit Miniature Golf" />
+ <space />
<key key="leisure" value="miniature_golf" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Sport facilities -->
<group name="Sport" icon="presets/rowing.png">
<item name="Multi" icon="styles/standard/sport/multi.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=multi" />
<label text="Edit Multi" />
+ <space />
<key key="sport" value="multi" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
</item>
<item name="9pin" icon="styles/standard/sport/10pin.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=9pin"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=9pin" />
<label text="Edit 9pin" />
+ <space />
<key key="sport" value="9pin" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="10pin" icon="styles/standard/sport/10pin.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=10pin" />
<label text="Edit 10pin" />
+ <space />
<key key="sport" value="10pin" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Archery" icon="styles/standard/sport/archery.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=archery" />
<label text="Edit Archery" />
+ <space />
<key key="sport" value="archery" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Athletics" icon="presets/athletics.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sports=athletics" />
<label text="Edit Athletics" />
+ <space />
<key key="sport" value="athletics" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
</item>
- <item name="Climbing" icon="styles/standard/sport/climbing.png" type="node,closedway">
+ <item name="Climbing" icon="styles/standard/sport/climbing.png" type="node,way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=climbing"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=climbing" />
<label text="Edit Climbing" />
+ <space />
<key key="sport" value="climbing" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="sports_centre" />
+ <combo key="leisure" text="Type" values="sports_centre" />
</item>
<item name="Canoeing" icon="presets/canoe.png" type="node,way,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canoe" />
<label text="Edit Canoeing" />
+ <space />
<key key="sport" value="canoe" />
<text key="name" text="Name" />
</item>
<item name="Cycling" icon="presets/cycling.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cycling" />
<label text="Edit Cycling" />
+ <space />
<key key="sport" value="cycling" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
</item>
<item name="Dog Racing" icon="styles/standard/leisure/dog.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=dog_racing" />
<label text="Edit Dog Racing" />
+ <space />
<key key="sport" value="dog_racing" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
</item>
<item name="Equestrian" icon="presets/equestrian.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=equestrian" />
<label text="Edit Equestrian" />
+ <space />
<key key="sport" value="equestrian" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" values_context="riding" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="riding" />
<combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
</item>
<item name="Horse Racing" icon="presets/equestrian.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=horse_racing" />
<label text="Edit Horse Racing" />
+ <space />
<key key="sport" value="horse_racing" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" values_context="riding" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="riding" />
<combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
</item>
<item name="Gymnastics" icon="presets/gymnastics.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gymnastics" />
<label text="Edit Gymnastics" />
+ <space />
<key key="sport" value="gymnastics" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Skating" icon="presets/skating.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=skating"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skating" />
<label text="Edit Skating" />
+ <space />
<key key="sport" value="skating" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
+ <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
</item>
<item name="Skateboard" icon="styles/standard/sport/skateboard.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=skateboard"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=skateboard" />
<label text="Edit Skateboard" />
+ <space />
<key key="sport" value="skateboard" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
</item>
<item name="Swimming" icon="presets/swimming.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=swimming"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=swimming" />
<label text="Edit Swimming" />
+ <space />
<key key="sport" value="swimming" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" />
+ <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
</item>
<item name="Skiing" icon="presets/skiing_downhill.png" type="node,way,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps" />
<label text="Edit Skiing" />
+ <space />
<key key="sport" value="skiing" />
<text key="name" text="Name" />
<combo key="piste:type" text="Piste type" values="downhill,nordic,skitour,snow_park" />
- <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" />
- <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" />
+ <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" />
+ <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic;skating,scooter,backcountry" values_context="piste:grooming" />
</item>
<item name="Shooting" icon="presets/range.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=shooting"
@@@ -4380,86 -4893,97 +4903,97 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=shooting"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=shooting" />
<label text="Edit Shooting" />
+ <space />
<key key="sport" value="shooting" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
</group> <!-- Sport -->
<group name="Sport (Ball)" icon="presets/soccer.png">
<item name="Soccer" icon="presets/soccer.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=soccer"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=soccer"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=soccer"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=soccer"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=soccer" />
<label text="Edit Soccer" />
+ <space />
<key key="sport" value="soccer" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Australian Football" icon="presets/soccer.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=australian_football"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=australian_football" />
<label text="Edit Australian Football" />
+ <space />
<key key="sport" value="australian_football" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="American Football" icon="presets/football.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=american_football"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=american_football" />
<label text="Edit American Football" />
+ <space />
<key key="sport" value="american_football" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Canadian Football" icon="presets/football.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canadian_football"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=canadian_football" />
<label text="Edit Canadian Football" />
+ <space />
<key key="sport" value="canadian_football" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Gaelic Games" icon="presets/soccer.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_games"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_games" />
<label text="Edit Gaelic Games" />
+ <space />
<key key="sport" value="gaelic_games" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
<optional>
- <check key="gaelic_games:hurling" text="Hurling" text_context="gaelic game" default="off" />
- <check key="gaelic_games:football" text="Football" text_context="gaelic game" default="off" />
- <check key="gaelic_games:camogie" text="Camogie" text_context="gaelic game" default="off" />
- <check key="gaelic_games:rounders" text="Rounders" text_context="gaelic game" default="off" />
+ <check key="gaelic_games:hurling" text="Hurling" />
+ <check key="gaelic_games:football" text="Football" />
+ <check key="gaelic_games:camogie" text="Camogie" />
+ <check key="gaelic_games:rounders" text="Rounders" />
</optional>
</item>
<item name="Rugby League" icon="presets/football.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=rugby_league"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_league"/>
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_league" />
<label text="Edit Rugby League" />
+ <space />
<key key="sport" value="rugby_league" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Rugby Union" icon="presets/football.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=rugby_union"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_union"/>
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:sport=rugby_union" />
<label text="Edit Rugby Union" />
+ <space />
<key key="sport" value="rugby_union" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Baseball" icon="presets/baseball.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=baseball"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=baseball" />
<label text="Edit Baseball" />
+ <space />
<key key="sport" value="baseball" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Basketball" icon="presets/basketball.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=basketball"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=basketball" />
<label text="Edit Basketball" />
+ <space />
<key key="sport" value="basketball" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
- <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway">
+ <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=volleyball" />
<label text="Edit Volleyball" />
<space />
@@@ -4479,123 -5003,141 +5013,141 @@@
</item>
<item name="Golf" icon="presets/golf.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=golf"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=golf"
pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:sport=golf"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=golf"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:sport=golf" />
<label text="Edit Golf" />
+ <space />
<key key="sport" value="golf" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
+ <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
</item>
<item name="Boule" icon="presets/boule.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=boules"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=boules" />
<label text="Edit Boule" />
+ <space />
<key key="sport" value="boules" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Bowls" icon="presets/boule.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=bowls"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=bowls" />
<label text="Edit Bowls" />
+ <space />
<key key="sport" value="bowls" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Cricket" icon="presets/cricket.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket" />
<label text="Edit Cricket" />
+ <space />
<key key="sport" value="cricket" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Cricket Nets" icon="presets/cricket.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket_nets"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=cricket_nets" />
<label text="Edit Cricket Nets" />
+ <space />
<key key="sport" value="cricket_nets" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Croquet" icon="styles/standard/sport/croquet.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=croquet"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=croquet" />
<label text="Edit Croquet" />
+ <space />
<key key="sport" value="croquet" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Hockey" icon="presets/Hockey.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=hockey"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=hockey" />
<label text="Edit Hockey" />
+ <space />
<key key="sport" value="hockey" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="ice_rink,pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
</item>
<item name="Pelota" icon="presets/pelota.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=pelota"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=pelota"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=pelota" />
<label text="Edit Pelota" />
+ <space />
<key key="sport" value="pelota" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
<item name="Racquet" icon="presets/racquetball.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:sport=racquet"
- uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=racquet"/>
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:sport=racquet" />
<label text="Edit Racquet" />
+ <space />
<key key="sport" value="racquet" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Table Tennis" icon="presets/table_tennis.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=table_tennis"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=table_tennis" />
<label text="Edit Table Tennis" />
+ <space />
<key key="sport" value="table_tennis" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
</item>
<item name="Tennis" icon="presets/tennis.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=tennis"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=tennis" />
<label text="Edit Tennis" />
+ <space />
<key key="sport" value="tennis" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium" default="pitch" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
</item>
</group> <!-- Sport (Ball) -->
<group name="Motorsport" icon="presets/motorbike.png">
<item name="Motorsport" icon="styles/standard/sport/motor.png" type="node,closedway">
<label text="Edit Motorsport" />
+ <space />
<key key="sport" value="motor" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,stadium,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
</item>
<item name="Karting" icon="presets/karting.png" type="node,closedway">
<label text="Edit Karting" />
+ <space />
<key key="sport" value="karting" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
</item>
<item name="Motocross" icon="styles/standard/sport/motocross.png" type="node,closedway">
<label text="Edit Motocross" />
+ <space />
<key key="sport" value="motocross" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
</item>
<item name="Safety Training" icon="presets/safety_training.png" type="node,closedway">
<label text="Edit Safety Training" />
+ <space />
<key key="sport" value="safety_training" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
</item>
<separator/>
<item name="Model Aerodrome" icon="presets/plane.png" type="node,closedway">
<label text="Edit Model Aerodrome" />
+ <space />
<key key="sport" value="model_aerodrome" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
</item>
<item name="RC Car" icon="presets/car.png" type="node,closedway">
<label text="Edit RC Car" />
+ <space />
<key key="sport" value="rc_car" />
<text key="name" text="Name" />
- <combo key="leisure" text="type" values="pitch,sports_centre,track" />
+ <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
</item>
</group> <!-- Motorsport -->
</group> <!-- Sports -->
@@@ -4605,7 -5147,7 +5157,7 @@@
<link href="http://wiki.openstreetmap.org/wiki/Key:building"
de.href="http://wiki.openstreetmap.org/wiki/DE:Key:building"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:building"
- hu.href="http://wiki.openstreetmap.org/wiki/HU:Key:building"
+ hu.href="http://wiki.openstreetmap.org/wiki/Hu:Key:building"
it.href="http://wiki.openstreetmap.org/wiki/IT:Key:building"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:building"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:building"
@@@ -4615,7 -5157,8 +5167,8 @@@
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:building"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:building" />
<label text="Edit Building" />
- <combo key="building" text="Building" values="yes,roof,garage,industrial,church,school,hangar,commercial,farm,transportation,greenhouse,office,university" default="yes" match="keyvalue" />
+ <space />
+ <combo key="building" text="Building" values="yes,roof,garage,garages,industrial,school,hangar,commercial,farm,transportation,greenhouse,office,university,hospital,warehouse,retail,shed" values_context="building" default="yes" match="keyvalue" values_searchable="true" />
<text key="name" text="Name" />
</item>
<item name="Residential Building" icon="styles/standard/misc/landmark/building.png" type="node,closedway,relation">
@@@ -4629,11 -5172,26 +5182,26 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:building"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:building" />
<label text="Edit Residential Building" />
- <combo key="building" text="Building" values="residential,apartments,house,hut,terrace,detached,roof" default="residential" match="keyvalue" />
+ <space />
+ <combo key="building" text="Building" values="residential,apartments,house,hut,dormitory,terrace,detached,roof" default="residential" match="keyvalue" values_context="building" values_searchable="true" />
<text key="name" text="Name" />
</item>
+ <item name="Entrance" icon="styles/standard/misc/entrance-yes.png" type="node">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:entrance"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:entrance"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:entrance"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:entrance"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:entrance"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:entrance" />
+ <label text="Edit Entrance" />
+ <space />
+ <combo key="entrance" text="Entrance" values="yes,main,service,exit,emergency" values_context="entrance" default="yes" match="key" />
+ <combo key="access" text="Access" values="yes,delivery,private,no" />
+ <combo key="wheelchair" text="Wheelchairs" values="yes,no" />
+ </item>
<item name="Tower" icon="presets/tower.png" type="node,closedway">
<label text="Edit Tower" />
+ <space />
<key key="man_made" value="tower" />
<text key="name" text="Name" />
<combo key="tower:type" text="Tower type" values="communication,observation" />
@@@ -4650,6 -5208,7 +5218,7 @@@
<separator/>
<item name="Works" icon="presets/works.png" type="node,closedway">
<label text="Edit Works" />
+ <space />
<key key="man_made" value="works" />
<text key="name" text="Name" />
</item>
@@@ -4664,15 -5223,18 +5233,18 @@@
</item>
<item name="Windmill" icon="presets/windmill.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=windmill"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=windmill"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=windmill"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:man_made=windmill"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=windmill" />
<label text="Edit Windmill" />
+ <space />
<key key="man_made" value="windmill" />
<text key="name" text="Name" />
</item>
<item name="Gasometer" icon="presets/gasometer.png" type="node,closedway">
<label text="Edit Gasometer" />
+ <space />
<key key="man_made" value="gasometer" />
<text key="name" text="Name" />
</item>
@@@ -4680,8 -5242,9 +5252,9 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pipeline"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pipeline"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=pipeline"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pipeline"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=pipeline" />
<label text="Edit Pipeline" />
+ <space />
<key key="man_made" value="pipeline" />
<text key="operator" text="Operator" />
<combo key="type" text="Type" values="water,gas,heat,oil,sewage" />
@@@ -4690,8 -5253,10 +5263,10 @@@
<item name="Crane" icon="presets/crane.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=crane"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=crane"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=crane"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=crane" />
<label text="Edit Crane" />
+ <space />
<key key="man_made" value="crane" />
<text key="name" text="Name" />
</item>
@@@ -4700,6 -5265,7 +5275,7 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=mineshaft"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=mineshaft" />
<label text="Edit Mineshaft" />
+ <space />
<key key="man_made" value="mineshaft" />
<text key="name" text="Name" />
<combo key="mineshaft_type" text="Function" values="winding,air" />
@@@ -4712,9 -5278,12 +5288,12 @@@
<item name="Adit" icon="presets/adit.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=adit"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=adit"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=adit"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=adit"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=adit"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=adit" />
<label text="Edit Adit" />
+ <space />
<key key="man_made" value="adit" />
<text key="name" text="Name" />
<text key="length" text="Length in meters" />
@@@ -4725,11 -5294,13 +5304,13 @@@
<separator/>
<item name="Water Tower" icon="presets/water_tower.png" type="node,closedway">
<label text="Edit Water Tower" />
+ <space />
<key key="man_made" value="water_tower" />
<text key="name" text="Name" />
</item>
<item name="Water Works" icon="presets/water_works.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_works"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=water_works"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=water_works"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_works"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=water_works" />
@@@ -4748,14 -5319,17 +5329,17 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=wastewater_plant"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=wastewater_plant" />
<label text="Edit Wastewater Plant" />
+ <space />
<key key="man_made" value="wastewater_plant" />
<text key="name" text="Name" />
</item>
<item name="Watermill" icon="styles/standard/misc/landmark/watermill.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=watermill"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=watermill"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:man_made=watermill"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=watermill"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=watermill" />
- <label text="Edit Watermill"/>
+ <label text="Edit Watermill" />
<space />
<key key="man_made" value="watermill" />
<text key="name" text="Name" />
@@@ -4764,11 -5338,13 +5348,13 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=fountain"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=fountain"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=fountain"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=fountain"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=fountain"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=fountain"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=fountain"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=fountain" />
<label text="Edit Fountain" />
+ <space />
<key key="amenity" value="fountain" />
<text key="name" text="Name" />
</item>
@@@ -4776,18 -5352,22 +5362,22 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=water_well"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=water_well"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=water_well"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=water_well"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=water_well" />
<label text="Edit Water Well" />
+ <space />
<key key="man_made" value="water_well" />
<text key="name" text="Name" />
</item>
<separator/>
<item name="Lighthouse" icon="styles/standard/misc/landmark/lighthouse.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=lighthouse"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=lighthouse"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:man_made=lighthouse"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=lighthouse"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=lighthouse" />
<label text="Edit Lighthouse" />
+ <space />
<key key="man_made" value="lighthouse" />
<text key="name" text="Name" />
</item>
@@@ -4796,49 -5376,117 +5386,117 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=beacon"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=beacon" />
<label text="Edit Beacon" />
+ <space />
<key key="man_made" value="beacon" />
<text key="name" text="Name" />
</item>
- <item name="Street Lamp" icon="styles/standard/misc/streetlamp.png" type="node">
+ <item name="Street Lamp" icon="styles/standard/misc/streetlamp.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:highway=street_lamp"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=street_lamp"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:highway=street_lamp"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=street_lamp" />
<label text="Edit Street Lamp" />
<space />
<key key="highway" value="street_lamp" />
<combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" />
</item>
- <item name="Measurement Station" icon="presets/measurement_station.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/measurement_station" />
- <label text="Edit Measurement Station" />
+ <item name="Monitoring Station" icon="presets/monitoring_station.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=monitoring_station"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=monitoring_station"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=monitoring_station" />
+ <label text="Edit Monitoring Station" />
<space />
- <key key="man_made" value="measurement_station" />
+ <key key="man_made" value="monitoring_station" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="measurement" text="Measurement" values="particulate_matter,seismic,water_level,weather" />
- <combo key="recording" text="Recording" values="manually,automated,remote,no" />
- <combo key="display" text="Display" values="analog,digital,no" values_context="display" />
- </item>
+ <label text="Monitoring:" />
+ <checkgroup columns="3">
+ <check key="monitoring:weather" text="Weather" />
+ <check key="monitoring:water_level" text="Water level" />
+ <check key="monitoring:tide_gauge" text="Tide Level" />
+ <check key="monitoring:traffic" text="Traffic" />
+ <check key="monitoring:air_quality" text="Air Quality" />
+ <check key="monitoring:noise" text="Noise" />
+ <check key="monitoring:gps" text="GPS Signals" />
+ <check key="monitoring:glonass" text="GLONASS Signals" />
+ <check key="monitoring:galileo" text="Galileo Signals" />
+ <check key="monitoring:radiation" text="Radiation" />
+ <check key="monitoring:seismic_activity" text="Seismic Activity" />
+ </checkgroup>
+ <label text="Recording:" />
+ <checkgroup columns="3">
+ <check key="recording:automated" text="Automated" />
+ <check key="recording:manually" text="Manually" />
+ <check key="recording:remote" text="Remote" />
+ </checkgroup>
+ <label text="Display:" />
+ <checkgroup columns="2">
+ <check key="display:analog" text="Analog" />
+ <check key="display:digital" text="Digital" />
+ </checkgroup>
+ </item>
<item name="Survey Point" icon="presets/survey_point.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=survey_point"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=survey_point"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=survey_point"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=survey_point" />
<label text="Edit Survey Point" />
+ <space />
<key key="man_made" value="survey_point" />
<text key="name" text="Name" />
</item>
- <item name="Surveillance" icon="presets/surveillance.png" type="node,closedway">
+ <item name="Surveillance Camera" icon="presets/surveillance.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=surveillance"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:man_made=surveillance"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=surveillance" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:man_made=surveillance"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:man_made=surveillance" />
<label text="Edit Surveillance Camera" />
+ <space />
<key key="man_made" value="surveillance" />
+ <key key="surveillance:type" value="camera" />
<text key="name" text="Name" />
+ <text key="operator" text="Operator" />
<combo key="surveillance" text="Type" values="indoor,outdoor,public" />
+ <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
+ <space />
+ <label text="Camera" />
+ <space />
+ <combo key="camera:type" text="Type" values="fixed,panning,dome" match="key" />
+ <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" match="key" />
+ <optional>
+ <text key="camera:direction" text="Direction in degrees" match="key" />
+ <text key="camera:angle" text="Inclination in degrees" match="key" />
+ <text key="height" text="Height in meter (m)" />
+ </optional>
</item>
</group> <!-- Man Made -->
<group name="Power" icon="presets/power.png">
- <item name="Power Generator" icon="presets/power.png" type="node,closedway">
+ <item name="Power Plant" icon="presets/power.png" type="closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:power=plant"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=plant" />
+ <label text="Edit Power Plant" />
+ <space />
+ <key key="power" value="plant" />
+ <text key="name" text="Name" />
+ <text key="operator" text="Operator" />
+ <text key="ref" text="Reference" />
+ <text key="start_date" text="Start date" />
+ <optional>
+ <label text="Output forms of energy" />
+ <label text="(please add this information to the generators if possible)" />
+ <space />
+ <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
+ </optional>
+ </item>
+ <item name="Power Generator" icon="presets/power.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:power=generator"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=generator"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=generator"
@@@ -4846,55 -5494,115 +5504,115 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=generator"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=generator" />
<label text="Edit Power Generator" />
+ <space />
<key key="power" value="generator" />
<text key="name" text="Name" />
- <combo key="generator:source" text="Source" values="biofuel,biogas,biomass,coal,diesel,gas,gasoline,geothermal,hydro,nuclear,oil,osmotic,solar,tidal,waste,wave,wind" />
- <combo key="generator:method" text="Method" values="anaerobic_digestion,combustion,dam,fission,fusion,gasification,photovoltaic,pumped-storage,pumping,pyrolysis,run-of-the-river,thermal" />
- <space />
- <label text="Output forms of energy" />
- <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
- <combo key="generator:output:battery_charging" text="battery charging" values="yes,2 W,3 kW,5 MW,7 GW" />
- </item>
- <item name="Power Station" icon="presets/power.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Tag:power=line"
- de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line"
- fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:power=line"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=line"
- pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:power=line"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=line"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=line" />
- <label text="Edit Power Station" />
- <key key="power" value="station" />
- <text key="name" text="Name" />
<text key="operator" text="Operator" />
<text key="ref" text="Reference" />
+ <text key="start_date" text="Start date" />
+ <combo key="generator:source" text="Source" values_searchable="true">
+ <list_entry value="biofuel" icon="http://wiki.openstreetmap.org/w/images/6/6b/Bahnpirat-power_source-biofuel.svg" />
+ <list_entry value="biogas" icon="http://wiki.openstreetmap.org/w/images/6/6b/Bahnpirat-power_source-biofuel.svg" />
+ <list_entry value="biomass" icon="http://wiki.openstreetmap.org/w/images/6/6b/Bahnpirat-power_source-biofuel.svg" />
+ <list_entry value="coal" icon="http://wiki.openstreetmap.org/w/images/4/4b/Bahnpirat-power_source-coal.svg" />
+ <list_entry value="diesel" icon="http://wiki.openstreetmap.org/w/images/f/f7/Bahnpirat-power_source-oil.svg" />
+ <list_entry value="gas" icon="http://wiki.openstreetmap.org/w/images/e/e6/Bahnpirat-power_source-gas.svg" />
+ <list_entry value="gasoline" icon="http://wiki.openstreetmap.org/w/images/f/f7/Bahnpirat-power_source-oil.svg" />
+ <list_entry value="geothermal" icon="http://wiki.openstreetmap.org/w/images/e/ed/2020_stBN_powergensource_water.svg" />
+ <list_entry value="hydro" icon="http://wiki.openstreetmap.org/w/images/e/ed/2020_stBN_powergensource_water.svg" />
+ <list_entry value="nuclear" icon="http://wiki.openstreetmap.org/w/images/3/3e/2020_stBN_powergensource_nuclear.svg" />
+ <list_entry value="oil" icon="http://wiki.openstreetmap.org/w/images/f/f7/Bahnpirat-power_source-oil.svg" />
+ <list_entry value="osmotic" icon="http://wiki.openstreetmap.org/w/images/e/ed/2020_stBN_powergensource_water.svg" />
+ <list_entry value="solar" icon="http://wiki.openstreetmap.org/w/images/2/22/2020_stBN_powergensource_sun.svg" />
+ <list_entry value="tidal" icon="http://wiki.openstreetmap.org/w/images/e/ed/2020_stBN_powergensource_water.svg" />
+ <list_entry value="waste" icon="http://wiki.openstreetmap.org/w/images/2/2f/Bahnpirat-power_source-waste.svg" />
+ <list_entry value="wave" icon="http://wiki.openstreetmap.org/w/images/e/ed/2020_stBN_powergensource_water.svg" />
+ <list_entry value="wind" icon="http://wiki.openstreetmap.org/w/images/0/03/2020_stBN_powergensource_wind.svg" />
+ </combo>
+ <combo key="generator:method" text="Method" values_context="generator method" values_searchable="true">
+ <list_entry value="anaerobic_digestion" short_description="" /> <!-- Recheck -->
+ <list_entry value="barrage" short_description="tidal" />
+ <list_entry value="combustion" short_description="bio / coal / diesel / gas / gasoline / oil / waste" />
+ <list_entry value="fission" short_description="nuclear" />
+ <list_entry value="fusion" short_description="nuclear" />
+ <list_entry value="gasification" short_description="biomass / waste" />
+ <list_entry value="photovoltaic" short_description="solar" />
+ <list_entry value="pyrolysis" short_description="" /> <!-- Recheck -->
+ <list_entry value="run-of-the-river" short_description="hydro" />
+ <list_entry value="stream" short_description="tidal" />
+ <list_entry value="thermal" short_description="solar" />
+ <list_entry value="water-pumped-storage" short_description="hydro" />
+ <list_entry value="water-storage" short_description="hydro" />
+ </combo>
+ <combo key="generator:type" text="Generator Type" values_searchable="true">
+ <list_entry value="combined_cycle" short_description="gas combustion" />
+ <list_entry value="francis_turbine" short_description="hydro" />
+ <list_entry value="gas_turbine" short_description="biogas, biomass, gas, waste combustion" />
+ <list_entry value="heat_pump" short_description="geothermal" />
+ <list_entry value="horizontal_axis" short_description="tidal steam / wind" />
+ <list_entry value="kaplan_turbine" short_description="hygro run-of-the-river / hydro water-storage / tidal barrage" />
+ <list_entry value="pelton_turbine" short_description="hygro run-of-the-river / hydro water-storage" />
+ <list_entry value="reciprocating_engine" short_description="biofuel, biogas, diesel, gas, gasoline" />
+ <list_entry value="solar_photovoltaic_panel" short_description="solar photovoltaic" />
+ <list_entry value="solar_thermal_collector" short_description="solar thermal" />
+ <list_entry value="steam_generator" short_description="bio, coal, diesel, gas, gasoline, oil, waste combustion" />
+ <list_entry value="steam_turbine" short_description="geothermal / solar thermal / bio, coal, oil, waste combustion" />
+ <list_entry value="stellarator" short_description="nuclear fusion" />
+ <list_entry value="tokamak" short_description="nuclear fusion" />
+ <list_entry value="vertical_axis" short_description="tidal steam / wind" />
+ <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="nuclear fission" />
+ <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="nuclear fission" />
+ <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="nuclear fission" />
+ <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="nuclear fission" />
+ <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="nuclear fission" />
+ <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="nuclear fission" />
+ <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="nuclear fission" />
+ <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="nuclear fission" />
+ <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="nuclear fission" />
+ <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="nuclear fusion" />
+ <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="nuclear fission" />
+ <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="nuclear fission" />
+ <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="nuclear fission" />
+ <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="nuclear fission" />
+ </combo>
+ <optional text="Output forms of energy:">
+ <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
+ </optional>
</item>
<item name="Power Sub Station" icon="presets/power.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:power=sub_station"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=sub_station"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=sub_station"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:power=sub_station"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:power=sub_station"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=sub_station"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=sub_station" />
<label text="Edit Power Sub Station" />
+ <space />
<key key="power" value="sub_station" />
<text key="operator" text="Operator" />
<text key="ref" text="Line reference" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000,high,medium,low,750000;200000,110000;20000" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
</item>
<item name="Cable Distribution Cabinet" icon="presets/power.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:power=cable_distribution_cabinet"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=cable_distribution_cabinet"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=cable_distribution_cabinet" />
<label text="Edit Cable Distribution Cabinet" />
+ <space />
<key key="power" value="cable_distribution_cabinet" />
<text key="operator" text="Operator" />
<text key="ref" text="Reference" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110,low" /> <!-- Recheck values -->
</item>
<separator/>
<item name="Power Tower" icon="presets/power_tower.png" type="node">
@@@ -4907,8 -5615,12 +5625,12 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=tower"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=tower" />
<label text="Edit Power Tower" />
+ <space />
<key key="power" value="tower" />
+ <text key="operator" text="Operator" />
<text key="ref" text="Tower reference" />
+ <text key="height" text="Height in meter (m)" />
+ <combo key="material" text="Material" values="metal,plastic,steel,stone,wood" />
</item>
<item name="Pole" icon="styles/standard/misc/landmark/power/pole.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:power=pole"
@@@ -4919,18 -5631,29 +5641,29 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:power=pole"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=pole" />
<label text="Edit Power Pole" />
+ <space />
<key key="power" value="pole" />
+ <text key="operator" text="Operator" />
<text key="ref" text="Pole reference" />
+ <text key="height" text="Height in meter (m)" />
+ <combo key="material" text="Material" values="metal,plastic,steel,stone,wood" />
</item>
<item name="Power Line" icon="presets/power.png" type="way">
<link href="http://wiki.openstreetmap.org/wiki/Tag:power=line"
- de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line" />
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:power=line"
+ fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:power=line"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:power=line"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:power=line"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:power=line"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:power=line"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:power=line" />
<label text="Edit Power Line" />
- <combo key="power" text="Line type" values_context="Power Line" values="line,minor_line" default="line" match="keyvalue" />
+ <space />
+ <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue" />
<text key="operator" text="Operator" />
<text key="ref" text="Line reference" />
- <!-- TODO: voltage values used are a mixture of power lines and railways - needs cleanup -->
- <combo key="voltage" text="Voltage" values="3000,10000,15000,20000,25000,110000,220000,380000" />
+ <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000,750,400,220,110,high,medium,low,750000;200000,110000;20000" />
+ <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
<text key="cables" text="Amount of Cables" />
<combo key="wires" text="Number of wires (better: conductors) per power cable" values="single,double,triple,quad" />
</item>
@@@ -4939,17 -5662,20 +5672,20 @@@
<item name="Castle" icon="presets/State_Tourist.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:historic=castle"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=castle"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=castle" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=castle"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=castle" />
<label text="Edit Castle" />
+ <space />
<key key="historic" value="castle" />
<text key="name" text="Name" />
<text key="wikipedia" text="Wikipedia" />
</item>
<item name="Ruins" icon="presets/ruins.png" type="node,closedway">
<label text="Edit Ruins" />
+ <space />
<key key="historic" value="ruins" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Archaeological Site" icon="styles/standard/sightseeing/archaeological.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:historic=archaeological_site"
@@@ -4958,54 -5684,65 +5694,65 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=archaeological_site"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=archaeological_site" />
<label text="Edit Archaeological Site" />
+ <space />
<key key="historic" value="archaeological_site" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Battlefield" icon="presets/battlefield.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:historic=battlefield"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:historic=battlefield"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:historic=battlefield"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:historic=battlefield"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=battlefield"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=battlefield" />
<label text="Edit Battlefield" />
+ <space />
<key key="historic" value="battlefield" />
<text key="name" text="Name" />
</item>
<item name="Palaeontological Site" icon="presets/palaeontological_site.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:geological" />
<label text="Edit Palaeontological Site" />
+ <space />
<key key="geological" value="palaeontological_site" />
<text key="name" text="Name" />
</item>
<separator/>
<item name="Monument" icon="presets/monument.png" type="node,closedway">
<label text="Edit Monument" />
+ <space />
<key key="historic" value="monument" />
<text key="name" text="Name" />
</item>
<item name="Memorial" icon="presets/memorial.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:historic=memorial"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:historic=memorial"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:historic=memorial"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:historic=memorial"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:historic=memorial"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=memorial" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:historic=memorial"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:historic=memorial" />
<label text="Edit Memorial" />
+ <space />
<key key="historic" value="memorial" />
<text key="name" text="Name" />
</item>
<item name="Wayside Cross" icon="presets/wayside_cross.png" type="node,closedway">
<label text="Edit Wayside Cross" />
+ <space />
<key key="historic" value="wayside_cross" />
<text key="name" text="Name" />
</item>
<item name="Wayside Shrine" icon="presets/wayside_shrine.png" type="node,closedway">
<label text="Edit Wayside Shrine" />
+ <space />
<key key="historic" value="wayside_shrine" />
<text key="name" text="Name" />
</item>
<item name="Boundary Stone" icon="styles/standard/historic/boundary_stone.png" type="node,closedway">
<label text="Edit Boundary Stone" />
+ <space />
<key key="historic" value="boundary_stone" />
<text key="name" text="Name" />
</item>
@@@ -5014,46 -5751,59 +5761,59 @@@
<group name="Shops" icon="styles/standard/shop/mall.png">
<group name="Food" icon="styles/standard/shop/supermarket.png">
<item name="Supermarket" icon="styles/standard/shop/supermarket.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=supermarket"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=supermarket"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=supermarket"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=supermarket"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=supermarket"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=supermarket" />
<label text="Edit Supermarket" />
+ <space />
<key key="shop" value="supermarket" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Convenience Store" icon="presets/convenience.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=convenience"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=convenience"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=convenience"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=convenience"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=convenience" />
<label text="Edit Convenience Store" />
+ <space />
<key key="shop" value="convenience" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Kiosk" icon="presets/kiosk.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=kiosk"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=kiosk"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=kiosk"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=kiosk"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=kiosk"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=kiosk" />
<label text="Edit Kiosk" />
+ <space />
<key key="shop" value="kiosk" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
- <item name="Baker" icon="presets/baker.png" type="node,closedway">
+ <item name="Bakery" icon="presets/baker.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bakery"
ar.href="http://wiki.openstreetmap.org/wiki/Ar:Tag:shop=bakery"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=bakery"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=bakery"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:shop=bakery"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=bakery"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=bakery"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=bakery"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=bakery" />
- <label text="Edit Baker" />
+ <label text="Edit Bakery" />
+ <space />
<key key="shop" value="bakery" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Butcher" icon="presets/cow.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=butcher"
@@@ -5064,40 -5814,50 +5824,50 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=butcher"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=butcher" />
<label text="Edit Butcher" />
+ <space />
<key key="shop" value="butcher" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Seafood" icon="presets/seafood.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=seafood"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=seafood"/>
- <label text="Edit Seafood" />
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=seafood"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=seafood"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=seafood" />
+ <label text="Edit Seafood Shop" />
<space />
<key key="shop" value="seafood" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Deli (Fine Food)" icon="presets/deli.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=deli"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=deli"/>
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=deli"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=deli"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=deli"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=deli"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=deli" />
<label text="Edit Deli (Fine Food)" />
- <space />
+ <space />
<key key="shop" value="deli" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Confectionery" icon="presets/confectionery.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=confectionery"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=confectionery"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=confectionery"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=confectionery"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=confectionery"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=confectionery"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=confectionery" />
<label text="Edit Confectionery" />
+ <space />
<key key="shop" value="confectionery" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Marketplace" icon="styles/standard/place/marketplace.png" type="node,way,closedway">
@@@ -5114,183 -5874,251 +5884,251 @@@
<key key="amenity" value="marketplace" />
<text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="website" text="Website" />
- </item>
+ <combo key="organic" text="Organic" values="only,yes,no" />
+ </item>
<item name="Greengrocer" icon="presets/greengrocer.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=greengrocer"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=greengrocer"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:shop=greengrocer"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=greengrocer"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=greengrocer"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=greengrocer" />
<label text="Edit Greengrocer" />
<space />
<key key="shop" value="greengrocer" />
- <text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <text key="name" text="Name" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="website" text="Website" />
+ <combo key="organic" text="Organic" values="only,yes,no" />
</item>
<item name="Farm Stand" icon="presets/apple.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=farm"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=farm"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=farm"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=farm"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=farm"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=farm" />
<label text="Edit Farm Stand" />
<space />
<key key="shop" value="farm" />
<text key="name" text="Name" />
<text key="description" text="Description" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<text key="phone" text="Phone Number" match="key" />
<text key="website" text="Website" />
- <combo key="organic" text="Organic" values="yes,no,only" />
+ <combo key="organic" text="Organic" values="only,yes,no" />
</item>
<separator/>
<item name="Organic" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Key:organic" />
+ <link href="http://wiki.openstreetmap.org/wiki/Key:organic"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Key:organic" />
<label text="Edit Organic/Bio" />
- <combo text="Organic/Bio" key="organic" values="no,yes,only" match="key" />
+ <space />
+ <combo text="Organic/Bio" key="organic" values="only,yes,no" match="key" />
</item>
<item name="Fair Trade" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Key:fair_trade" />
<label text="Edit Fair Trade" />
+ <space />
<combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
</item>
<separator/>
<item name="Alcohol" icon="styles/standard/shop/beverages.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=alcohol"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=alcohol"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=alcohol"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=alcohol" />
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=alcohol"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=alcohol"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=alcohol" />
<label text="Edit Alcohol Shop" />
+ <space />
<key key="shop" value="alcohol" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Beverages" icon="styles/standard/shop/beverages.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=beverages"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=beverages"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=beverages"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=beverages" />
<label text="Edit Beverages Shop" />
+ <space />
<key key="shop" value="beverages" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Food -->
<group name="Clothes" icon="styles/standard/shop/clothes.png">
<item name="Clothes" icon="styles/standard/shop/clothes.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=clothes"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=clothes"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=clothes"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=clothes"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=clothes"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=clothes" />
<label text="Edit Clothes Shop" />
+ <space />
<key key="shop" value="clothes" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="second_hand" text="Second hand" values="only,yes,no" />
+ <combo key="organic" text="Organic" values="only,yes,no" />
</item>
<item name="Boutique" icon="presets/boutique.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=boutique"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=boutique"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=boutique"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=boutique"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=boutique"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=boutique" />
<label text="Edit Boutique" />
- <space />
+ <space />
<key key="shop" value="boutique" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
- <item name="Shoes" icon="styles/standard/shop/shoes.png" type="node,closedway">
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Shoes" icon="styles/standard/shop/shoes.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=shoes"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=shoes"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=shoes"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=shoes" />
<label text="Edit Shoe Shop" />
+ <space />
<key key="shop" value="shoes" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="second_hand" text="Second hand" values="only,yes,no" />
+ <combo key="organic" text="Organic" values="only,yes,no" />
</item>
<item name="Outdoor" icon="presets/tent.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=outdoor"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=outdoor"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=outdoor" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=outdoor"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=outdoor" />
<label text="Edit Outdoor Shop" />
+ <space />
<key key="shop" value="outdoor" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Sports" icon="presets/rowing.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=sports"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=sports"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=sports" />
<label text="Edit Sports Shop" />
+ <space />
<key key="shop" value="sports" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Dry Cleaning" icon="presets/laundry.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=dry_cleaning"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=dry_cleaning"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:shop=dry_cleaning"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=dry_cleaning" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=dry_cleaning"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=dry_cleaning" />
<label text="Edit Dry Cleaning" />
+ <space />
<key key="shop" value="dry_cleaning" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Laundry" icon="presets/laundry.png" type="node,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Laundry" />
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=laundry"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=laundry"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=laundry"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=laundry" />
<label text="Edit Laundry" />
+ <space />
<key key="shop" value="laundry" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Tailor" icon="styles/standard/shop/tailor.png" type="node,closedway">
<label text="Edit Tailor" />
+ <space />
<key key="shop" value="tailor" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Fabric" icon="presets/fabric.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=fabric"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=fabric"/>
- <label text="Edit Fabric" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=fabric"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=fabric" />
+ <label text="Edit Fabric Shop" />
+ <space />
<key key="shop" value="fabric" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
</group> <!-- Clothes -->
<group name="Electronic" icon="styles/standard/shop/electronics.png">
<item name="Computer" icon="styles/standard/shop/computer.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=computer"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=computer"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=computer"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=computer" />
<label text="Edit Computer Shop" />
+ <space />
<key key="shop" value="computer" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Electronics" icon="styles/standard/shop/electronics.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=electronics"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=electronics"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=electronics"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=electronics" />
<label text="Edit Electronics Shop" />
+ <space />
<key key="shop" value="electronics" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Mobile Phone" icon="presets/mobile_phone.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=mobile_phone"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=mobile_phone"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=mobile_phone"/>
- <label text="Edit Mobile Phone" />
- <space />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=mobile_phone" />
+ <label text="Edit Mobile Phone Shop" />
+ <space />
<key key="shop" value="mobile_phone" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Vacuum Cleaner" icon="presets/vacuum_cleaner.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=vacuum_cleaner"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=vacuum_cleaner"/>
- <label text="Edit Vacuum Cleaner" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=vacuum_cleaner"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=vacuum_cleaner" />
+ <label text="Edit Vacuum Cleaner Shop" />
+ <space />
<key key="shop" value="vacuum_cleaner" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Hifi" icon="styles/standard/shop/hifi.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hifi"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=hifi"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hifi"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hifi" />
<label text="Edit Hifi Shop" />
+ <space />
<key key="shop" value="hifi" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
- <item name="Video" name_context="shop" icon="styles/standard/shop/video.png" type="node,closedway">
+ <item name="Video" icon="styles/standard/shop/video.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=video"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=video"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=video"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=video" />
<label text="Edit Video Shop" />
+ <space />
<key key="shop" value="video" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Electronic -->
<group name="Cash" icon="presets/dollar.png">
@@@ -5298,16 -6126,20 +6136,20 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=bank"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=bank"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=bank"
+ hr.href="http://wiki.openstreetmap.org/wiki/Hr:Tag:amenity=bank"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=bank"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=bank"
no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=bank"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=bank"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bank"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bank" />
<label text="Edit Bank" />
+ <space />
<key key="amenity" value="bank" />
<text key="name" text="Name" />
+ <text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
<check key="atm" text="Automated Teller Machine" default="on" />
</item>
<item name="Money Exchange" icon="styles/standard/money/exchange.png" type="node,closedway">
@@@ -5318,9 -6150,10 +6160,10 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=bureau_de_change"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=bureau_de_change" />
<label text="Edit Money Exchange" />
+ <space />
<key key="amenity" value="bureau_de_change" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Automated Teller Machine" icon="styles/standard/money/atm.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=atm"
@@@ -5330,12 -6163,26 +6173,26 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=atm"
hr.href="http://wiki.openstreetmap.org/wiki/Hr:Tag:amenity=atm"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=atm"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=atm"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=atm"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=atm"
uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:amenity=atm" />
<label text="Edit Automated Teller Machine" />
+ <space />
<key key="amenity" value="atm" />
+ <text key="brand" text="Brand" />
<text key="operator" text="Operator" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Pawnbroker" icon="presets/pawnbroker.svg" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=pawnbroker"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=pawnbroker"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=pawnbroker" />
+ <label text="Edit Pawnbroker" />
+ <space />
+ <key key="shop" value="pawnbroker" />
+ <text key="name" text="Name" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Cash -->
<group name="Other" icon="styles/standard/shop/mall.png">
@@@ -5344,65 -6191,102 +6201,102 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=department_store"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:shop=department_store"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=department_store"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=department_store"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=department_store" />
<label text="Edit Department Store" />
- <space />
+ <space />
<key key="shop" value="department_store" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Mall" icon="styles/standard/shop/mall.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=mall"
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=mall"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=mall"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=mall"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=mall" />
<label text="Edit Mall" />
- <space />
+ <space />
<key key="shop" value="mall" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<separator/>
<item name="Chemist" icon="styles/standard/shop/chemist.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=chemist"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=chemist"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=chemist"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=chemist"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=chemist" />
<label text="Edit Chemist" />
+ <space />
<key key="shop" value="chemist" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Hairdresser" icon="styles/standard/shop/hairdresser.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hairdresser"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=hairdresser"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=hairdresser"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=hairdresser"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hairdresser"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hairdresser" />
<label text="Edit Hairdresser" />
+ <space />
<key key="shop" value="hairdresser" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Optician" icon="styles/standard/shop/optician.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=optician"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=optician"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=optician" />
<label text="Edit Optician" />
+ <space />
<key key="shop" value="optician" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Jewelry" icon="styles/standard/shop/jewelry.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=jewelry"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=jewelry"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=jewelry"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=jewelry" />
<label text="Edit Jewelry" />
- <space />
+ <space />
<key key="shop" value="jewelry" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
+ <text key="operator" text="Operator" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
+ <item name="Gift" icon="http://openclipart.org/people/secretlondon/secretlondon_chocolate_present.svg" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=gift"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=gift"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=gift"
+ ko.href="http://wiki.openstreetmap.org/wiki/Ko:Tag:shop=gift"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=gift"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=gift" />
+ <label text="Edit Gift Shop" />
+ <space />
+ <key key="shop" value="gift" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <optional>
+ <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
+ <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" />
+ </optional>
+ </item>
<item name="Erotic" icon="presets/erotic.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=erotic"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=erotic"/>
- <label text="Edit Erotic" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=erotic"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=erotic" />
+ <label text="Edit Erotic Shop" />
+ <space />
<key key="shop" value="erotic" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<separator/>
<item name="Florist" icon="styles/standard/shop/florist.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=florist"
@@@ -5412,153 -6296,203 +6306,214 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=florist"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=florist" />
<label text="Edit Florist" />
+ <space />
<key key="shop" value="florist" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Garden Centre" icon="styles/standard/shop/garden_centre.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=garden_centre"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=garden_centre"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=garden_centre"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=garden_centre"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=garden_centre" />
+ ko.href="http://wiki.openstreetmap.org/wiki/Ko:Tag:shop=garden_centre"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=garden_centre"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=garden_centre" />
<label text="Edit Garden Centre" />
+ <space />
<key key="shop" value="garden_centre" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <text key="brand" text="Brand" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<separator/>
<item name="Do-it-yourself-store" icon="presets/diy_store.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=doityourself"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=doityourself"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=doityourself"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=doityourself"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=doityourself" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=doityourself"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=doityourself" />
<label text="Edit Do-it-yourself-store" />
+ <space />
<key key="shop" value="doityourself" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <text key="brand" text="Brand" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Hardware" icon="presets/hardware.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hardware"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hardware" />
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=hardware"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hardware"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hardware" />
<label text="Edit Hardware Store" />
+ <space />
<key key="shop" value="hardware" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Paint" icon="presets/paint.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=paint"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=paint"/>
- <label text="Edit Paint" />
- <space />
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=paint"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=paint"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=paint" />
+ <label text="Edit Paint Shop" />
+ <space />
<key key="shop" value="paint" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<separator/>
<item name="Furniture" icon="styles/standard/shop/furniture.png" type="node,closedway">
<label text="Edit Furniture Shop" />
+ <space />
<key key="shop" value="furniture" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <text key="brand" text="Brand" />
+ <text key="operator" text="Operator" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Kitchen" icon="presets/kitchen.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=kitchen"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=kitchen"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=kitchen"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=kitchen"/>
- <label text="Edit Kitchen" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=kitchen"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=kitchen" />
+ <label text="Edit Kitchen Store" />
+ <space />
<key key="shop" value="kitchen" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
+ <text key="brand" text="Brand" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Curtain" icon="presets/curtain.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=curtain"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=curtain"/>
- <label text="Edit Curtain" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=curtain"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=curtain" />
+ <label text="Edit Curtain Shop" />
+ <space />
<key key="shop" value="curtain" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Frame" icon="presets/frame.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=frame"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=frame"/>
- <label text="Edit Frames" />
- <space />
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=frame"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=frame"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=frame" />
+ <label text="Edit Frames Shop" />
+ <space />
<key key="shop" value="frame" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<separator/>
<item name="Stationery" icon="presets/stationery.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=stationery"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=stationery"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=stationery"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=stationery" />
<label text="Edit Stationery Shop" />
+ <space />
<key key="shop" value="stationery" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Copyshop" icon="presets/copyshop.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=copyshop"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=copyshop"/>
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=copyshop"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=copyshop"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=copyshop" />
<label text="Edit Copyshop" />
- <space />
+ <space />
<key key="shop" value="copyshop" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Book Store" icon="presets/book.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=book"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=book"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=book"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=book"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=book" />
<label text="Edit Book Store" />
+ <space />
<key key="shop" value="books" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <text key="brand" text="Brand" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ <combo key="second_hand" text="Second hand" values="only,yes,no" />
+ </item>
+ <item name="Newsagent's shop" icon="presets/kiosk.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=newsagent"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=newsagent"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=newsagent"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=newsagent"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=newsagent" />
+ <label text="Edit Newsagent's shop" />
+ <space />
+ <key key="shop" value="newsagent" />
+ <text key="name" text="Name" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
+ <item name="Newsagent's shop" icon="presets/kiosk.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=newsagent"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=newsagent"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:shop=newsagent"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=newsagent"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=newsagent" />
+ <label text="Edit Newsagent's shop" />
+ <key key="shop" value="newsagent" />
+ <text key="name" text="Name" />
+ <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ </item>
<separator/>
<item name="Travel Agency" icon="presets/travel.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=travel_agency"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=travel_agency" />
<label text="Edit Travel Agency" />
+ <space />
<key key="shop" value="travel_agency" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <text key="brand" text="Brand" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Musical Instrument" icon="presets/musical_instrument.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=musical_instrument"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=musical_instrument"/>
- <label text="Edit Musical Instruments" />
- <space />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=musical_instrument"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=musical_instrument" />
+ <label text="Edit Musical Instruments Shop" />
+ <space />
<key key="shop" value="musical_instrument" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
- </item>
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
+ </item>
<item name="Toys" icon="styles/standard/shop/toys.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=toy"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=toy"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=toy" />
<label text="Edit Toy Shop" />
+ <space />
<key key="shop" value="toys" />
<text key="name" text="Name" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
<item name="Variety Store" icon="presets/variety_store.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=variety_store"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=variety_store"/>
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=variety_store"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=variety_store" />
<label text="Edit Variety Store" />
- <space />
+ <space />
<key key="shop" value="variety_store" />
- <text key="name" text="Name" />
+ <text key="name" text="Name" />
<text key="operator" text="Operator" />
- <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" />
+ <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
</item>
</group> <!-- Other -->
<item name="Vending machine" icon="presets/vending_machine.png" type="node">
@@@ -5567,8 -6501,9 +6522,9 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=vending_machine"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=vending_machine" />
<label text="Edit Vending machine" />
+ <space />
<key key="amenity" value="vending_machine" />
- <multiselect key="vending" text="Vending products" values="animal_food;bicycle_tube;cigarettes;condoms;drinks;excrement_bags;food;news_papers;parking_tickets;photos;public_transport_plans;public_transport_tickets;SIM-cards;stamps;sweets;tampons;telephone_vouchers;toys;vouchers" />
+ <multiselect key="vending" text="Vending products" values="animal_food;bicycle_tube;cigarettes;condoms;drinks;excrement_bags;food;news_papers;parking_tickets;photos;public_transport_plans;public_transport_tickets;SIM-cards;stamps;sweets;tampons;telephone_vouchers;toys;vouchers" values_searchable="true" />
<text key="operator" text="Operator" />
<text key="ref" text="Reference number" />
<text key="note" text="Note" />
@@@ -5580,7 -6515,7 +6536,7 @@@
<check key="payment:account_cards" text="Account or loyalty cards" default="off" />
</item>
</group> <!-- Shops -->
- <group name="Geography" icon="presets/peak.png">
+ <group name="Geography" icon="presets/peak.svg">
<group name="Boundaries" icon="presets/boundaries.png">
<item name="National" icon="presets/boundaries.png" type="closedway,relation">
<label text="Edit National Boundary" />
@@@ -5683,6 -6618,7 +6639,7 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=suburb"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:place=suburb"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:place=suburb"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:place=suburb"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:place=suburb"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=suburb" />
<label text="Edit Suburb" />
@@@ -5729,6 -6665,7 +6686,7 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:place=neighbourhood"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:place=neighbourhood"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:place=neighbourhood"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:place=neighbourhood"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=neighbourhood" />
<label text="Edit Neighbourhood" />
<space />
@@@ -5743,6 -6680,7 +6701,7 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:place=locality"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:place=locality"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:place=locality"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:place=locality"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:place=locality"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:place=locality" />
<label text="Edit Locality" />
@@@ -5752,22 -6690,38 +6711,38 @@@
<text key="wikipedia" text="Wikipedia" />
</item>
</group> <!-- Places -->
- <group name="Geography" icon="presets/peak.png">
- <item name="Peak" icon="presets/peak.png" type="node">
+ <group name="Geography" icon="presets/peak.svg">
+ <item name="Peak" icon="presets/peak.svg" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=peak"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=peak"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=peak"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=peak" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=peak"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:natural=peak" />
<label text="Edit Peak" />
+ <space />
<key key="natural" value="peak" />
<text key="name" text="Name" />
<text key="ele" text="Elevation" />
<text key="wikipedia" text="Wikipedia" />
</item>
+ <item name="Saddle" icon="presets/saddle.svg" type="node">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=saddle"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=saddle"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:natural=saddle"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=saddle" />
+ <label text="Edit Saddle" />
+ <space/>
+ <key key="natural" value="saddle" />
+ <text key="name" text="Name" />
+ <text key="ele" text="Elevation" />
+ <text key="wikipedia" text="Wikipedia" />
+ </item>
<item name="Glacier" icon="presets/glacier.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=glacier"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:natural=glacier"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=glacier" />
<label text="Edit Glacier" />
+ <space />
<key key="natural" value="glacier" />
<text key="name" text="Name" />
<text key="ele" text="Elevation" />
@@@ -5776,8 -6730,10 +6751,10 @@@
<item name="Volcano" icon="presets/volcano.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=volcano"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=volcano"
- pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=volcano" />
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=volcano"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=volcano" />
<label text="Edit Volcano" />
+ <space />
<key key="natural" value="volcano" />
<text key="name" text="Name" />
<text key="ele" text="Elevation" />
@@@ -5785,8 -6741,10 +6762,10 @@@
</item>
<item name="Cave Entrance" icon="presets/cave_entrance.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=cave_entrance"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=cave_entrance"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=cave_entrance" />
<label text="Edit Cave Entrance" />
+ <space />
<key key="natural" value="cave_entrance" />
<text key="name" text="Name" />
<text key="wikipedia" text="Wikipedia" />
@@@ -5820,17 -6778,34 +6799,34 @@@
<item name="Tree" icon="presets/tree.png" type="node">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=tree"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:natural=tree"
fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:natural=tree"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=tree"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=tree"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=tree"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=tree"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=tree" />
<label text="Edit Tree" />
+ <space />
<key key="natural" value="tree" />
<text key="name" text="Name" />
- <text key="type" text="Type" />
- <text key="height" text="Height" />
+ <combo key="type" text="Type" values="broad_leaved,conifer,palm" />
+ <text key="height" text="Height in meter (m)" />
<text key="name:botanical" text="Botanical Name" />
+ <optional>
+ <text key="genus" text="Genus" />
+ <text key="species" text="Species" />
+ <text key="taxon" text="Taxon" />
+ </optional>
+ </item>
+ <item name="Tree Row" icon="presets/tree.png" type="way">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree_row"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=tree_row"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=tree_row"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=tree_row"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=tree_row"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=tree_row" />
+ <key key="natural" value="tree_row" />
</item>
<item name="Wood" icon="presets/landuse.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wood"
@@@ -5839,9 -6814,10 +6835,10 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=wood"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=wood" />
<label text="Edit Wood" />
+ <space />
<key key="natural" value="wood" />
<text key="name" text="Name" />
- <combo key="wood" text="Type" values="coniferous,deciduous,mixed" values_context="wood" />
+ <combo key="wood" text="Type" values="coniferous,deciduous,mixed" />
</item>
<item name="Forest" icon="presets/landuse.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=forest"
@@@ -5862,7 -6838,8 +6859,8 @@@
it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:natural=grassland"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=grassland"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=grassland"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=grassland" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=grassland"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Tag:natural=grassland" />
<label text="Edit Grassland" />
<space />
<key key="natural" value="grassland" />
@@@ -5871,12 -6848,14 +6869,14 @@@
</item>
<item name="Nature Reserve" icon="styles/standard/leisure/nature_reserve.png" type="node,closedway,relation">
<label text="Edit Nature Reserve" />
+ <space />
<key key="leisure" value="nature_reserve" />
<text key="name" text="Name" />
</item>
<separator/>
<item name="Scree" icon="presets/empty.png" type="node,closedway,relation">
<label text="Edit Scree" />
+ <space />
<key key="natural" value="scree" />
<text key="name" text="Name" />
</item>
@@@ -5886,11 -6865,13 +6886,13 @@@
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=fell"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=fell" />
<label text="Edit Fell" />
+ <space />
<key key="natural" value="fell" />
<text key="name" text="Name" />
</item>
<item name="Scrub" icon="presets/empty.png" type="node,closedway,relation">
<label text="Edit Scrub" />
+ <space />
<key key="natural" value="scrub" />
<text key="name" text="Name" />
</item>
@@@ -5898,9 -6879,11 +6900,11 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:natural=heath"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=heath"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=heath"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=heath"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:natural=heath"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=heath" />
<label text="Edit Heath" />
+ <space />
<key key="natural" value="heath" />
<text key="name" text="Name" />
</item>
@@@ -5911,6 -6894,7 +6915,7 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=farmyard"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:landuse=farmyard"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=farmyard"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:landuse=farmyard"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=farmyard" />
<label text="Edit Farmyard Landuse" />
<space />
@@@ -5929,6 -6913,18 +6934,18 @@@
<key key="landuse" value="meadow" />
<text key="name" text="Name" />
</item>
+ <item name="Orchard" icon="presets/landuse.png" type="closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=orchard"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=orchard"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:landuse=orchard"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=orchard"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=orchard"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=orchard" />
+ <label text="Edit Orchard Landuse" />
+ <space />
+ <key key="landuse" value="orchard" />
+ <text key="name" text="Name" />
+ </item>
<item name="Vineyard" icon="presets/fruits.png" type="node,closedway,relation">
<label text="Edit Vineyard Landuse" />
<space />
@@@ -5955,6 -6951,7 +6972,7 @@@
<separator/>
<item name="Garden" icon="presets/empty.png" type="node,closedway,relation">
<label text="Edit Garden" />
+ <space />
<key key="leisure" value="garden" />
<text key="name" text="Name" />
</item>
@@@ -5967,6 -6964,7 +6985,7 @@@
<item name="Village Green" icon="presets/landuse.png" type="node,closedway,relation">
<link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=village_green"
de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=village_green"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=village_green"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=village_green"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=village_green" />
<label text="Edit Village Green Landuse" />
@@@ -5978,11 -6976,13 +6997,13 @@@
<link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=common"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=common" />
<label text="Edit Common" />
+ <space />
<key key="leisure" value="common" />
<text key="name" text="Name" />
</item>
<item name="Park" icon="presets/empty.png" type="node,closedway,relation">
<label text="Edit Park" />
+ <space />
<key key="leisure" value="park" />
<text key="name" text="Name" />
</item>
@@@ -5998,7 -6998,7 +7019,7 @@@
<text key="name" text="Name" />
</item>
<separator/>
- <item name="Residential area" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
+ <item name="Residential Area" icon="styles/standard/misc/landmark/building.png" type="closedway,relation">
<label text="Edit Residential Landuse" />
<space />
<key key="landuse" value="residential" />
@@@ -6010,12 -7010,14 +7031,14 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=grave_yard"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=grave_yard"
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:amenity=grave_yard"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=grave_yard"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=grave_yard"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=grave_yard" />
<label text="Edit Graveyard" />
+ <space />
<key key="amenity" value="grave_yard" />
<text key="name" text="Name" />
- <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
+ <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,unitarian,zoroastrian" />
<combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" />
</item>
<item name="Cemetery" icon="presets/cemetery.png" type="node,closedway,relation">
@@@ -6026,27 -7028,45 +7049,45 @@@
nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:landuse=cemetery"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:landuse=cemetery"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=cemetery"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=cemetery" />
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=cemetery"
+ zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:landuse=cemetery" />
<label text="Edit Cemetery Landuse" />
<space />
<key key="landuse" value="cemetery" />
<text key="name" text="Name" />
- <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
+ <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,unitarian,zoroastrian" />
<combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" />
</item>
<item name="Retail" icon="styles/standard/shop/supermarket.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=retail"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=retail"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=retail"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=retail"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=retail" />
<label text="Edit Retail Landuse" />
<space />
<key key="landuse" value="retail" />
<text key="name" text="Name" />
</item>
<item name="Commercial" icon="presets/empty.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=commercial"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=commercial"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=commercial"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=commercial"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=commercial" />
<label text="Edit Commercial Landuse" />
<space />
<key key="landuse" value="commercial" />
<text key="name" text="Name" />
</item>
<item name="Industrial" icon="presets/works.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=industrial"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=industrial"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:landuse=industrial"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=industrial"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Tag:landuse=industrial"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=industrial"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=industrial" />
<label text="Edit Industrial Landuse" />
<space />
<key key="landuse" value="industrial" />
@@@ -6076,6 -7096,10 +7117,10 @@@
<text key="name" text="Name" />
</item>
<item name="Military" icon="presets/military.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=military"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=military"
+ pt-br.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=military"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=military" />
<label text="Edit Military Landuse" />
<space />
<key key="landuse" value="military" />
@@@ -6083,41 -7107,107 +7128,107 @@@
</item>
<separator/>
<item name="Construction area" icon="presets/construction.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=construction"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=construction"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:landuse=construction"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=construction"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=construction"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=construction" />
<label text="Edit Construction Landuse" />
<space />
<key key="landuse" value="construction" />
<text key="name" text="Name" />
</item>
<item name="Brownfield" icon="presets/landuse.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=brownfield"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=brownfield"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=brownfield"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:landuse=brownfield"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=brownfield" />
<label text="Edit Brownfield Landuse" />
<space />
<key key="landuse" value="brownfield" />
<text key="name" text="Name" />
</item>
<item name="Greenfield" icon="presets/landuse.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=greenfield"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=greenfield"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=greenfield"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=greenfield" />
<label text="Edit Greenfield Landuse" />
<space />
<key key="landuse" value="greenfield" />
<text key="name" text="Name" />
</item>
<item name="Landfill" icon="presets/landuse.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=landfill"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=landfill"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:landuse=landfill"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=landfill"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=landfill" />
<label text="Edit Landfill Landuse" />
<space />
<key key="landuse" value="landfill" />
<text key="name" text="Name" />
</item>
<item name="Quarry" icon="presets/mine.png" type="node,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=quarry"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=quarry"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:landuse=quarry"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:landuse=quarry"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:landuse=quarry" />
<label text="Edit Quarry Landuse" />
<space />
<key key="landuse" value="quarry" />
<text key="name" text="Name" />
+ <text key="operator" text="Operator" />
</item>
</group> <!-- Landuse -->
</group>
<group name="Annotation" icon="presets/addresses.png">
- <item name="Addresses" icon="presets/addresses.png" type="node,way,closedway">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/House_numbers/Karlsruhe_Schema"
- de.href="http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern" />
+ <item name="Name" icon="presets/message.png" type="node,way,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:name"
+ ar.href="http://wiki.openstreetmap.org/wiki/Ar:Key:name"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:name"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Key:name"
+ fi.href="http://wiki.openstreetmap.org/wiki/Fi:Key:name"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:name"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Key:name"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:name"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:name"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:name"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:name"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:name"
+ sv.href="http://wiki.openstreetmap.org/wiki/Sv:Key:name"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Key:name"
+ zh_CN.href="http://wiki.openstreetmap.org/wiki/Zh-hans:Key:name" />
+ <label text="Edit Name Information" />
+ <space />
+ <text key="name" text="Name" />
+ <optional>
+ <text key="alt_name" text="Alternative name" match="key" />
+ <text key="old_name" text="Historical name" match="key" />
+ <text key="loc_name" text="Local name" match="key" />
+ <text key="reg_name" text="Regional name" match="key" />
+ <text key="nat_name" text="National name" match="key" />
+ <text key="int_name" text="International name" match="key" />
+ <text key="official_name" text="Official name" match="key" />
+ <text key="short_name" text="Common name abbreviation" match="key" />
+ </optional>
+ </item>
+ <item name="Addresses" icon="presets/addresses.png" type="node,way,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:addr"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:addr"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Key:addr"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Key:addr"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:addr"
+ hr.href="http://wiki.openstreetmap.org/wiki/Hr:Key:addr"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Key:addr"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:addr"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:addr"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:addr"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:addr"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:addr" />
<label text="Edit Address Information" />
<space />
<text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
@@@ -6130,11 -7220,24 +7241,24 @@@
</optional>
</item>
<item name="Address Interpolation" icon="presets/interpolation.png" type="way">
- <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/House_numbers/Karlsruhe_Schema"
- de.href="http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern" />
+ <link href="http://wiki.openstreetmap.org/wiki/Key:addr"
+ de.href="http://wiki.openstreetmap.org/wiki/DE:Key:addr"
+ es.href="http://wiki.openstreetmap.org/wiki/ES:Key:addr"
+ et.href="http://wiki.openstreetmap.org/wiki/Et:Key:addr"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:addr"
+ hr.href="http://wiki.openstreetmap.org/wiki/Hr:Key:addr"
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Key:addr"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:addr"
+ nl.href="http://wiki.openstreetmap.org/wiki/NL:Key:addr"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:addr"
+ pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:addr"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:addr" />
<label text="Edit Address Interpolation" />
<space />
<combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
+ <optional>
+ <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
+ </optional>
</item>
<item name="Contact (common schema)" icon="presets/contact.png" type="node,way,closedway,relation">
<label text="Edit Contact information" />
@@@ -6149,6 -7252,12 +7273,12 @@@
<text key="image" text="Image" />
</item>
<item name="Contact (schema with 'contact:*' prefix)" icon="presets/contact.png" type="node,way,closedway,relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Key:contact"
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Key:contact"
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Key:contact"
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Key:contact"
+ pt-BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Key:contact"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Key:contact" />
<label text="Edit Contact information (new schema)" />
<space />
<text key="contact:phone" text="Phone Number" match="key" />
@@@ -6189,10 -7298,11 +7319,11 @@@
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:boundary"
ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:boundary" />
<label text="Edit Boundary" />
+ <space />
<key key="type" value="boundary" />
<text key="name" text="Name" />
<optional>
- <combo key="boundary" text="Boundary type" values="administrative,national,civil,political" />
+ <combo key="boundary" text="Boundary type" values="administrative,national,civil,political" values_searchable="true" />
<combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10" />
</optional>
<roles>
@@@ -6204,8 -7314,10 +7335,10 @@@
</roles>
</item>
<item name="Site" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Site"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Relations=Site"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relations=Site" />
<label text="Edit Site" />
+ <space />
<key key="type" value="site" />
<text key="name" text="Site name" />
<roles>
@@@ -6225,10 -7337,11 +7358,11 @@@
ja.href="http://wiki.openstreetmap.org/wiki/JA:Relation:restriction"
pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:restriction"
pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Relation:restriction"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:restriction"/>
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:restriction" />
<label text="Edit Turn Restriction" />
+ <space />
<key key="type" value="restriction" />
- <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" />
+ <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" values_searchable="true" />
<optional>
<text key="name" text="Name" />
</optional>
@@@ -6243,8 -7356,10 +7377,10 @@@
de.href="http://wiki.openstreetmap.org/wiki/DE:Relation:enforcement"
es.href="http://wiki.openstreetmap.org/wiki/ES:Relation:enforcement"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:enforcement"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:enforcement"/>
+ it.href="http://wiki.openstreetmap.org/wiki/IT:Relation:enforcement"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:enforcement" />
<label text="Edit Enforcement" />
+ <space />
<key key="type" value="enforcement" />
<combo key="enforcement" text="Type of enforcement" values="maxheight,maxweight,maxspeed,mindistance,traffic_signals,check " />
<text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
@@@ -6265,10 -7380,12 +7401,12 @@@
fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:route"
it.href="http://wiki.openstreetmap.org/wiki/IT:Relation:route"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Relation:route"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:route"/>
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:route"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:route" />
<label text="Edit general route" />
+ <space />
<key key="type" value="route" />
- <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" />
+ <combo key="route" text="Route type" values="bicycle,bus,road,ferry,ski,foot,hiking,tram,detour,railway,subway" values_context="route type" values_searchable="true" />
<text key="name" text="Name" />
<text key="ref" text="Reference" />
<text key="symbol" text="Symbol description" />
@@@ -6292,9 -7409,10 +7430,10 @@@
<role key="backward_stop" text="backward halt point" requisite="optional" type="node" />
</roles>
</item>
- <item name="Route network" icon="presets/path.png" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Network"/>
- <label text="Edit route network" />
+ <item name="Route Network" icon="presets/path.png" type="relation">
+ <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Network" />
+ <label text="Edit Route Network" />
+ <space />
<key key="type" value="network" />
<text key="name" text="Name" />
<optional>
@@@ -6306,12 -7424,14 +7445,14 @@@
</roles>
</item>
<separator/>
- <item name="Associated street" icon="presets/addresses.png" type="relation">
+ <item name="Associated Street" icon="presets/addresses.png" type="relation">
<link href="http://wiki.openstreetmap.org/wiki/Relation:associatedStreet"
de.href="http://wiki.openstreetmap.org/wiki/DE:Relation:associatedStreet"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:associatedStreet"
- pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:associatedStreet"/>
- <label text="Edit associated street" />
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:associatedStreet"
+ uk.href="http://wiki.openstreetmap.org/wiki/Uk:Relation:associatedStreet" />
+ <label text="Edit Associated Street" />
+ <space />
<key key="type" value="associatedStreet" />
<text key="name" text="Street name" />
<roles>
@@@ -6321,8 -7441,9 +7462,9 @@@
</item>
<item name="Street" type="relation">
<link href="http://wiki.openstreetmap.org/wiki/Relation:street"
- fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:street"/>
+ fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:street" />
<label text="Edit Street" />
+ <space />
<key key="type" value="street" />
<text key="name" text="Name" />
<roles>
@@@ -6338,8 -7459,10 +7480,10 @@@
es.href="http://wiki.openstreetmap.org/wiki/ES:Relation:destination_sign"
fr.href="http://wiki.openstreetmap.org/wiki/FR:Relation:destination_sign"
ja.href="http://wiki.openstreetmap.org/wiki/JA:Relation:destination_sign"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:destination_sign"/>
- <label text="Edit Destination sign" />
+ pl.href="http://wiki.openstreetmap.org/wiki/Pl:Relation:destination_sign"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relation:destination_sign" />
+ <label text="Edit Destination Sign" />
+ <space />
<key key="type" value="destination_sign" />
<text key="destination" text="Destination written on sign (w/o distance)" />
<text key="distance" text="Distance (km)" />
@@@ -6356,10 -7479,11 +7500,11 @@@
</item>
<separator/>
<item name="Waterway" icon="presets/river.png" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Waterway"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Waterway" />
<label text="Edit Waterway" />
+ <space />
<key key="type" value="waterway" />
- <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" />
+ <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
<text key="name" text="Name" />
<optional>
<text key="destination" text="Name of river/sea/ocean" />
@@@ -6374,14 -7498,16 +7519,16 @@@
<roles>
<role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
<role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
- <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank"/>
+ <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
<role key="spring" text="spring of waterway" requisite="optional" type="node" />
</roles>
</item>
<item name="Bridge" icon="presets/bridge.png" type="relation">
<link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Bridges_and_Tunnels"
- ru.href="http://wiki.openstreetmap.org/wiki/RU:Relations/Proposed/Bridges_and_Tunnels"/>
+ ja.href="http://wiki.openstreetmap.org/wiki/JA:Relations/Proposed/Bridges_and_Tunnels"
+ ru.href="http://wiki.openstreetmap.org/wiki/RU:Relations/Proposed/Bridges_and_Tunnels" />
<label text="Edit Bridge" />
+ <space />
<key key="type" value="bridge" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<text key="name" text="Name" />
@@@ -6392,13 -7518,14 +7539,14 @@@
<roles>
<role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
<role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
- <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
- <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
+ <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
+ <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
</roles>
</item>
<item name="Tunnel" icon="presets/tunnel.png" type="relation">
- <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Bridges_and_Tunnels"/>
+ <link href="http://wiki.openstreetmap.org/wiki/Relations/Proposed/Bridges_and_Tunnels" />
<label text="Edit Tunnel" />
+ <space />
<key key="type" value="tunnel" />
<combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
<text key="name" text="Name" />
@@@ -6407,8 -7534,8 +7555,8 @@@
<text key="operator" text="Operator" />
<roles>
<role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
- <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway" />
- <role key="edge" text="nodes forming the outline" requisite="optional" type="node" />
+ <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,relation" />
+ <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
</roles>
</item>
</group> <!-- Relations -->
diff --combined i18n/po/af.po
index 046a771,e9d767c..4cf110b
--- a/i18n/po/af.po
+++ b/i18n/po/af.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-10-13 02:39+0000\n"
"Last-Translator: Grant Slater <Unknown>\n"
"Language-Team: Afrikaans <af at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:31+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:31+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: af\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "Geskiedenis
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/am.po
index 703ed98,68cf375..8b536b0
--- a/i18n/po/am.po
+++ b/i18n/po/am.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2010-03-30 12:09+0000\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Amharic <am at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:32+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:32+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: am\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ar.po
index cb9cf67,bf894c6..82865a3
--- a/i18n/po/ar.po
+++ b/i18n/po/ar.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 14:17+0000\n"
"Last-Translator: Chdoula <chdoula at gmail.com>\n"
"Language-Team: Arabic <ar at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= "
"3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:32+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:32+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ar\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -160,13 -166,13 +166,13 @@@ msgid "About JOSM...
msgstr "ØÙÙ JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -251,9 -257,6 +257,6 @@@ msgstr "Ø§ÙØ¹Ø¯Ø©: {0}
msgid "Please select at least four nodes."
msgstr "Ø§ÙØ±Ø¬Ø§Ø¡ Ø¥Ø®ØªÙØ§Ø± أربعة Ø¹ÙØ¯ عÙÙ Ø§ÙØ£ÙÙ."
- msgid "Information"
- msgstr "اÙÙ
عÙÙÙ
ات"
-
msgid "Align Nodes in Line"
msgstr "صÙÙ Ø§ÙØ¹Ùد Ù٠خط٠Ù
ستÙÙÙ
"
@@@ -290,6 -293,9 +293,9 @@@ msgstr "Ø§ÙØªØ§ÙÙ
msgid "Nothing selected to zoom to."
msgstr "ÙØ§ ÙÙØ¬Ø¯ Ø´ÙØ¡ Ù
ØØ¯Ø¯ ÙÙØªÙØ¨ÙØ±/ÙÙØªØµØºÙر."
+ msgid "Information"
+ msgstr "اÙÙ
عÙÙÙ
ات"
+
msgid "Zoom to {0}"
msgstr "زÙÙ
اÙÙ {0}"
@@@ -345,9 -351,9 +351,9 @@@ msgstr "
"ÙØ§ ÙÙ
Ù٠ضÙ
Ù Ø§ÙØ·Ø±Ùات ÙÙ Ø¥ØªØ¬Ø§ÙØ§ØªÙا Ø§ÙØØ§ÙÙØ©. ÙÙ ØªØ±ÙØ¯ Ø¹ÙØ³ Ø¥ØªØ¬Ø§ÙØ§Øª Ø¨Ø¹Ø¶ÙØ§ Ø"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "ÙØ§ ÙÙ
Ù٠تجÙ
ÙØ¹ Ø§ÙØ·Ø±Ù (ÙØ§ ÙÙ
Ù٠دÙ
Ø¬ÙØ§ ÙÙ Ø³ÙØ³ÙØ© Ø¹ÙØ¯ ÙØ§ØØ¯Ø©)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "ادÙ
ج {0} Ø·Ø±ÙØ§Øª"
@@@ -525,6 -531,9 +531,9 @@@ msgstr "Ø§ÙØ®Ø· Ø§ÙØ²Ù
ÙÙ
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -638,7 -647,7 +647,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -788,8 -797,8 +797,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "ادÙ
ج Ø§ÙØ¹Ùد Ø¥ÙÙ Ø§ÙØ¹Ùدة Ø§ÙØ£Ø¹ØªÙ."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -974,12 -983,8 +983,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -997,9 -1002,6 +1002,6 @@@ msgstr "Ø¥Ø³ÙØ§Ø· عÙ
ÙØ¯Ù
msgid "Usage"
msgstr "Ø§ÙØ§Ø³ØªØ¹Ù
اÙ"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1165,9 -1167,6 +1167,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1310,13 -1309,13 +1309,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1405,6 -1404,27 +1404,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "ØªÙØ±Ø§Ø¬Ùع"
@@@ -1689,6 -1709,9 +1709,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ÙØ²Ù {0} Ù
Ù {1} (باÙÙØ© {2} )"
@@@ -1908,8 -1931,8 +1931,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2334,6 -2357,9 +2357,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2530,8 -2556,7 +2556,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2617,6 -2642,9 +2642,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2653,10 -2681,10 +2681,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2680,8 -2708,8 +2708,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2785,6 -2813,9 +2813,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2845,8 -2876,8 +2876,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2876,11 -2907,11 +2907,11 @@@ msgstr "Ø·Ø¨Ù Ø§ÙØªØºÙÙØ±Ø§Øª اÙÙ
msgid "Do not apply changes"
msgstr "ÙØ§ ØªØ·Ø¨Ù Ø§ÙØªØºÙÙØ±Ø§Øª"
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "خصائص "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2900,6 -2931,9 +2931,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2930,18 -2964,18 +2964,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2950,8 -2984,8 +2984,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2959,13 -2993,11 +2993,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2979,8 -3011,8 +3011,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3010,11 -3042,10 +3042,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "Ù
جÙÙÙ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3179,8 -3210,7 +3210,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3287,7 -3317,7 +3317,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3325,9 -3355,6 +3355,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3366,6 -3393,9 +3393,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Ø¹ÙØ§ÙÙÙ"
@@@ -3390,6 -3420,15 +3420,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3449,6 -3488,9 +3488,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3531,6 -3573,15 +3573,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Ù
تعدد Ø§ÙØ¶ÙÙØ¹"
@@@ -3600,6 -3651,12 +3651,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3657,13 -3714,13 +3714,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3695,10 -3752,10 +3752,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3832,7 -3889,7 +3889,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3907,6 -3964,9 +3964,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3937,9 -3997,6 +3997,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3964,10 -4021,10 +4021,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4030,23 -4087,6 +4087,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4154,7 -4194,7 +4194,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr "Ø¬Ø§Ø±Ù ØªÙØ²ÙÙ \"أخبار اÙÙÙÙ
\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4383,6 -4423,18 +4423,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "سÙ
عÙÙ"
@@@ -4487,19 -4539,6 +4539,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "ØºÙØ± Ù
ÙØ¹ÙÙ : ÙØ§ ØªØ·Ø¨Ù ÙØ°Ù اÙÙ
ÙØ§ØµÙØ© عÙÙ Ø§ÙØ£ØºØ±Ø§Ø¶ اÙÙ
ختارة"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4787,29 -4826,47 +4826,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4824,7 -4881,7 +4881,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4876,14 -4933,6 +4933,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5137,14 -5186,14 +5186,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5665,6 -5714,9 +5714,9 @@@ msgstr "عرض/Ø¥Ø®ÙØ§Ø¡
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5748,6 -5800,33 +5800,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "Ù
Ø®ØªÙØ·"
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Ø§ÙØ¹ÙØ§ÙØ§Øª"
@@@ -5838,8 -5917,7 +5917,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6009,9 -6087,6 +6087,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6296,8 -6371,8 +6371,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6362,35 -6437,47 +6437,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "خصائص/عضÙÙØ§Øª"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "خصائص Ø§ÙØ£ØºØ±Ø§Ø¶ اÙÙ
ختارة."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<Ù
ختÙÙ>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "عض٠Ù
Ù"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Ø§ÙØ®ØµØ§Ø¦Øµ: {0} / Ø§ÙØ¹Ø¶ÙÙØ§Øª: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Ø§ÙØ®ØµØ§Ø¦Øµ/ Ø§ÙØ¹Ø¶ÙÙØ§Øª"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Ø£Ù
ØÙ اÙÙ
ÙØªØ§Ø اÙÙ
ÙØªÙÙ Ù
Ù ÙÙÙ Ø§ÙØ£ØºØ±Ø§Ø¶"
- msgid "Delete Properties"
- msgstr "Ø£Ù
ØÙ Ø§ÙØ®ØµØ§Ø¦Øµ"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "غÙÙØ± Ø§ÙØ¹ÙØ§ÙØ©"
@@@ -6404,13 -6491,13 +6491,13 @@@ msgstr "ÙÙ ØÙا٠أÙ
ØÙ Ø§ÙØ®Ù
msgid "Add a new key/value pair to all objects"
msgstr "Ø£Ø¶Ù Ø²ÙØ¬ Ø¬Ø¯ÙØ¯ Ù
ÙØªØ§Ø/ÙÙÙ
Ø© Ø¥ÙÙ ÙÙÙ Ø§ÙØ£ØºØ±Ø§Ø¶"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "ØØ±Ùر اÙÙ
ØØªØ§Ø اÙÙ
ÙÙÙ ÙÙÙÙ Ø§ÙØ£ØºØ±Ø§Ø¶"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6564,7 -6651,7 +6651,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6882,6 -6969,25 +6969,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "إشارات Ù
Ø±Ø¬Ø¹ÙØ©"
@@@ -7013,21 -7119,8 +7119,8 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "Ù
Ø®ØªÙØ·"
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
+ msgid "Start downloading"
+ msgstr "بدأ Ø§ÙØªÙزÙÙ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7037,23 -7130,9 +7130,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "بدأ Ø§ÙØªÙزÙÙ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7150,7 -7229,7 +7229,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7249,6 -7328,9 +7328,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7336,7 -7418,7 +7418,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7356,6 -7438,12 +7438,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7422,8 -7510,7 +7510,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7498,8 -7585,8 +7585,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7513,8 -7600,7 +7600,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7729,12 -7815,6 +7815,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7743,6 -7823,22 +7823,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7758,6 -7854,21 +7854,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7765,8 -7876,8 +7876,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7878,9 -7989,6 +7989,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7890,6 -7998,9 +7998,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7906,7 -8017,7 +8017,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8052,7 -8163,7 +8163,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8082,7 -8193,7 +8193,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8435,9 -8546,6 +8546,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8456,6 -8564,9 +8564,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8513,6 -8624,12 +8624,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8579,9 -8696,6 +8696,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8766,14 -8880,10 +8880,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8788,7 -8898,7 +8898,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8798,8 -8908,7 +8908,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9019,7 -9128,7 +9128,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9735,21 -9844,21 +9844,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9803,6 -9912,9 +9945,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9856,6 -9968,11 +10001,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10313,6 -10430,12 +10463,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10376,7 -10499,7 +10532,7 @@@ msgstr "إعدادات Ø§ÙØ®Ø±Ùطة
msgid "Settings for the map projection and data interpretation."
msgstr "إعدادت Ø¥Ø³ÙØ§Ø· Ø§ÙØ®Ø±Ùطة Ù ØªÙØ³Ùر اÙÙ
Ø¹Ø·ÙØ§Øª."
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10634,40 -10757,40 +10790,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10720,8 -10843,8 +10876,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10730,20 -10853,25 +10886,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10825,14 -10953,8 +10986,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr "Ù
ÙØ¹ÙØ·ÙÙÙ"
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10909,8 -11031,8 +11064,8 @@@ msgstr "طبÙÙ Ø§ÙØ®Ùار اÙÙ
سØ
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "غÙÙØ± Ø§ÙØ®ØµØ§Ø¦Øµ"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -10988,9 -11110,6 +11143,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr "خطأ ÙÙ Ø§ÙØªØÙÙ٠اÙÙØÙÙ {0}: "
@@@ -11009,6 -11128,14 +11161,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11038,9 -11165,49 +11198,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "ØºÙØ± Ù
ÙØ¹ÙÙ : ÙØ§ ØªØ·Ø¨Ù ÙØ°Ù اÙÙ
ÙØ§ØµÙØ© عÙÙ Ø§ÙØ£ØºØ±Ø§Ø¶ اÙÙ
ختارة"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11071,7 -11238,7 +11271,7 @@@ msgid "Contacting OSM Server...
msgstr "Ø¬Ø§Ø±Ù Ø§ÙØ¥ØªØµØ§Ù Ø¨Ø§ÙØ®Ø§Ø¯Ù
Ø£Ù.أس.Ø£Ù
"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11111,28 -11278,26 +11311,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11229,6 -11394,9 +11427,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11244,12 -11412,20 +11445,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11328,8 -11504,8 +11537,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "ÙØ¬Ø§Ø Ø¥Ø³ÙØ±Ø§Ø¯ NMEA"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "ÙØ´Ù Ø¥Ø³ØªÙØ±Ø§Ø¯ NMEA !"
@@@ -11427,35 -11603,11 +11636,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11465,8 -11617,8 +11650,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11493,10 -11645,7 +11678,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11580,8 -11729,8 +11762,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11778,7 -11927,7 +11960,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11824,6 -11973,15 +12006,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11854,19 -12012,19 +12045,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11888,11 -12046,23 +12079,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11962,13 -12132,13 +12165,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12111,10 -12281,10 +12314,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12129,22 -12299,21 +12332,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12213,8 -12382,7 +12415,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12229,9 -12397,24 +12430,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12553,12 -12736,11 +12769,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12569,21 -12751,64 +12784,64 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
msgstr ""
msgid "Value is too long (max {0} characters):"
@@@ -12603,9 -12828,23 +12861,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12928,6 -13167,11 +13200,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13167,6 -13411,9 +13444,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13216,9 -13463,6 +13496,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13255,6 -13499,11 +13532,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13385,6 -13634,9 +13667,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13475,6 -13727,50 +13760,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13493,10 -13789,10 +13822,10 @@@ msgstr "Ù
Ø³Ø§ØØ©
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13508,6 -13804,9 +13837,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13535,18 -13834,12 +13867,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13556,9 -13849,6 +13882,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13568,13 -13858,13 +13891,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13622,6 -13912,9 +13945,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13706,6 -13999,9 +14032,9 @@@ msgstr "ØØ±Ùر جسر
msgid "viaduct"
msgstr "جسر"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13810,21 -14106,30 +14139,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13840,10 -14145,10 +14178,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13879,7 -14184,7 +14217,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13948,12 -14253,18 +14286,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "ÙØ§ØªÙ Ø·ÙØ§Ø±Ø¦"
+ msgid "Drinking Water"
+ msgstr "Ù
اء Ø´ÙØ©"
msgid "Traffic Signal"
msgstr "إشارة Ø³ÙØ±"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "ÙÙØ¹ Ø§ÙØªÙاطع ÙÙÙ
شاة"
@@@ -13969,15 -14280,6 +14313,6 @@@ msgstr "Ø¬Ø²ÙØ±Ø©
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13999,6 -14301,15 +14334,15 @@@ msgstr "
msgid "tiger"
msgstr "ÙÙ
ر"
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "إشارة ÙÙÙÙ"
@@@ -14008,6 -14319,9 +14352,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Ù
Ø³ØªØ¯ÙØ±Ø© ØµØºÙØ±Ø©"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Ø§ÙØ¥ØªØ¬Ø§Ù"
@@@ -14017,10 -14331,7 +14364,7 @@@ msgstr "Ø¥ØªØ¬Ø§Ù Ø¹ÙØ§Ø±Ø¨ Ø§ÙØ³Ø§Ø
msgid "Pedestrian Crossing"
msgstr "ØªÙØ§Ø·Ø¹ Ù
شاة"
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14053,9 -14364,6 +14397,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14098,6 -14406,12 +14439,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Ø§ÙØ³Ùر اÙÙ
سÙ
ÙØ:"
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14113,6 -14427,9 +14460,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr "ØØ§Ø¬Ø² دراجة"
@@@ -14182,19 -14499,13 +14532,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14225,6 -14536,7 +14572,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14234,10 -14546,10 +14582,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14279,6 -14591,6 +14627,21 @@@ msgstr "
msgid "Stile"
msgstr ""
++msgid "Edit Chain"
++msgstr ""
++
++msgid "ladder"
++msgstr ""
++
++msgid "squeezer"
++msgstr ""
++
++msgid "stepover"
++msgstr ""
++
++msgid "Turnstile"
++msgstr ""
++
msgid "Edit Stile"
msgstr ""
@@@ -14291,12 -14603,6 +14654,12 @@@ msgstr "
msgid "stepover"
msgstr ""
+msgid "Material"
+msgstr ""
+
+msgid "stone"
+msgstr ""
+
msgid "Turnstile"
msgstr ""
@@@ -14357,12 -14663,21 +14720,21 @@@ msgstr "ØØ±Ùر Ù
سرب
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "جدÙÙ ÙÙØ±"
msgid "Edit Stream"
msgstr "ØØ±Ùر جدÙÙ ÙÙØ±"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "ÙÙØ§Ø©"
@@@ -14402,9 -14717,6 +14774,6 @@@ msgstr "ØØ±Ùر سدÙ
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14438,6 -14750,21 +14807,21 @@@ msgstr "ØØ±Ùر خزا٠Ù
غطÙ
msgid "Edit Water"
msgstr "ØØ±Ùر اÙÙ
اء"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Ø§ÙØ£Ø±Ø¶ اÙÙØ§Ø¨Ø³Ø©"
@@@ -14519,18 -14846,23 +14903,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14606,7 -14938,7 +14995,7 @@@ msgstr "Ø³ÙØ§ØØ©
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14630,10 -14962,13 +15019,13 @@@ msgstr "
msgid "rail"
msgstr "Ø³ÙØ© ØØ¯Ùد"
- msgid "Voltage"
- msgstr "Ø§ÙØªÙتر"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14645,9 -14980,6 +15037,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "ÙØ·Ø§Ø± ذات Ø³ÙØ© ØØ¯Ùد ÙØ§ØØ¯Ø©"
@@@ -14669,15 -15001,15 +15058,15 @@@ msgstr "
msgid "Subway"
msgstr "ÙØ·Ø§Ø± ÙÙÙÙ"
+msgid "Edit Tram"
+msgstr "ØØ±Ùر تراÙ
"
+
msgid "Edit Subway"
msgstr "ØØ±Ùر ÙØ·Ø§Ø± ÙÙÙÙ"
msgid "Tram"
msgstr "تراÙ
"
-msgid "Edit Tram"
-msgstr "ØØ±Ùر تراÙ
"
-
msgid "Bus Guideway"
msgstr ""
@@@ -14699,6 -15031,9 +15088,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14711,18 -15046,32 +15103,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "ÙØµÙ"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "Ù
ÙØ¡"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14822,11 -15171,9 +15228,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14838,11 -15185,9 +15242,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14861,10 -15206,10 +15263,10 @@@ msgstr "Ù
Ø³Ø§ØØ©
msgid "underground"
msgstr "ØªØØª Ø§ÙØ£Ø±Ø¶"
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14894,9 -15239,6 +15296,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Ø¥Ø³ØªÙØ¹Ø§Ø¨"
@@@ -14918,10 -15260,29 +15317,29 @@@ msgstr "Ø£Ø²ÙØ§Øª Ø§ÙØ¥ÙتتاØ
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15071,6 -15432,9 +15489,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Ø§ÙØªÙتر"
+
msgid "Amperage"
msgstr ""
@@@ -15092,6 -15456,12 +15513,12 @@@ msgstr "تصÙÙØ Ø³ÙØ§Ø±Ø§Øª
msgid "Edit Car Repair"
msgstr "ØØ±Ùر تصÙÙØ Ø³ÙØ§Ø±Ø§Øª"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15119,8 -15489,14 +15546,14 @@@ msgstr "إستئجار Ø³ÙØ§Ø±Ø©
msgid "Edit Car Rental"
msgstr "ØØ±Ùر إستئجار Ø³ÙØ§Ø±Ø©"
- msgid "Sharing"
- msgstr "Ù
Ø´Ø§Ø±ÙØ© Ø§ÙØ³Ùارة"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
+ msgid "Sharing"
+ msgstr "Ù
Ø´Ø§Ø±ÙØ© Ø§ÙØ³Ùارة"
msgid "Edit Car Sharing"
msgstr "ØØ±Ùر Ù
Ø´Ø§Ø±ÙØ© Ø§ÙØ³Ùارة"
@@@ -15143,22 -15519,6 +15576,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15180,9 -15540,6 +15597,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Ù
ÙØ§Ø¨Ø³"
@@@ -15377,6 -15734,9 +15791,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15407,6 -15767,9 +15824,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15419,9 -15782,6 +15839,6 @@@ msgstr "Ù
ÙØ§Ø³Ø¨ ÙÙØ±Ø³Ù اÙÙ
ÙØ
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15431,9 -15791,14 +15848,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Ù
بÙÙ"
@@@ -15446,6 -15811,9 +15868,9 @@@ msgstr "ØØ±Ùر Ù
Ø¯Ø®Ù ÙØ·Ø§Ø± ÙÙ
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15470,14 -15838,6 +15895,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15526,8 -15886,8 +15943,8 @@@ msgstr "
msgid "Taxi"
msgstr "ØªØ§ÙØ³Ù"
- msgid "Edit Taxi station"
- msgstr "ØØ±Ùر Ù
ÙÙÙ ØªØ§ÙØ³Ù"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Ù
طار"
@@@ -15580,6 -15940,21 +15997,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr ""
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15602,21 -15977,6 +16034,6 @@@ msgstr "ØØ±Ùر ÙÙØ¯Ù
msgid "Stars"
msgstr "اÙÙØ¬ÙÙ
"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr ""
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -15806,9 -16166,6 +16223,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Ø³ÙØ§ØØ©"
@@@ -15830,9 -16187,15 +16244,15 @@@ msgstr "برج Ù
Ø±Ø§ÙØ¨Ø©
msgid "Information Office"
msgstr "Ù
ÙØªØ¨ Ø¥Ø³ØªØ¹ÙØ§Ù
ات"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Ø§ÙØ®Ø±Ùطة"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15845,6 -16208,9 +16265,9 @@@ msgstr "شارع
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15884,6 -16250,9 +16307,9 @@@ msgstr "
msgid "Information Board"
msgstr "ÙÙØØ© Ù
عÙÙÙ
ات"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15905,22 -16274,34 +16331,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16050,49 -16431,43 +16488,43 @@@ msgstr "أعÙ
ا٠ÙÙÙØ©
msgid "Edit Artwork"
msgstr "ØØ±Ùر أعÙ
ا٠ÙÙÙØ©"
- msgid "Place of Worship"
- msgstr "Ù
عبد"
-
- msgid "Edit Place of Worship"
- msgstr "ØØ±Ùر Ù
عبد"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "Religion"
- msgstr "Ø§ÙØ¯ÙØ§ÙØ©"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "Ø¨ÙØ§Ø¦Ù"
+ msgid "audio"
+ msgstr ""
- msgid "buddhist"
- msgstr "Ø¨ÙØ°Ù"
+ msgid "video"
+ msgstr ""
- msgid "christian"
- msgstr "ÙØµØ±Ø§ÙÙ"
+ msgid "Place of Worship"
+ msgstr "Ù
عبد"
- msgid "hindu"
- msgstr "ÙÙØ¯Ùس"
+ msgid "Church"
+ msgstr "ÙÙÙØ³Ø©"
- msgid "jain"
+ msgid "Edit Church"
msgstr ""
- msgid "jewish"
- msgstr "ÙÙÙØ¯Ù"
-
- msgid "muslim"
- msgstr "Ù
سÙÙ
"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "Ø³ÙØ®"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "Ø±ÙØØ§ÙÙ"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16110,6 -16485,12 +16542,12 @@@ msgstr "ÙØ«ÙÙÙ
msgid "evangelical"
msgstr "Ø¥ÙØ¬ÙÙÙ"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "Ø´ÙÙØ¯ ÙÙÙÙ"
@@@ -16122,6 -16503,9 +16560,9 @@@ msgstr "Ù
ÙÙØ¬Ù
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "Ø£Ø±Ø«Ø¯ÙØ³"
@@@ -16140,37 -16524,137 +16581,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "Ø´ÙØ¹Ù"
msgid "sunni"
msgstr "سÙÙÙ"
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Ø§ÙØ¯ÙØ§ÙØ©"
+
+ msgid "bahai"
+ msgstr "Ø¨ÙØ§Ø¦Ù"
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr "Ø³ÙØ®"
+
+ msgid "spiritualist"
+ msgstr "Ø±ÙØØ§ÙÙ"
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16260,6 -16744,12 +16801,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "ØµØØ©"
@@@ -16341,71 -16831,155 +16888,155 @@@ msgstr "Ø¨ÙØ·Ø±Ù
msgid "Edit Veterinary"
msgstr "ØØ±Ùر Ø¨ÙØ·Ø±Ù"
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
- msgstr "ØµÙØ¯ÙÙ Ø¨Ø±ÙØ¯"
-
- msgid "Telephone"
- msgstr "ÙØ§ØªÙ"
-
- msgid "Edit Telephone"
- msgstr "ØØ±Ùر ÙØ§ØªÙ"
+ msgid "Access rights"
+ msgstr ""
- msgid "Telephone cards"
- msgstr "Ø¨Ø·Ø§ÙØ§Øª ÙØ§ØªÙÙØ©"
+ msgid "public"
+ msgstr ""
- msgid "Clock"
+ msgid "seasonal"
msgstr ""
- msgid "Edit Clock"
+ msgid "flush"
msgstr ""
- msgid "Display"
+ msgid "pitlatrine"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "chemical"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "seated"
msgstr ""
- msgid "Support"
+ msgid "seated;urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "squat"
msgstr ""
- msgid "billboard"
+ msgid "urinal"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Post Box"
+ msgstr "ØµÙØ¯ÙÙ Ø¨Ø±ÙØ¯"
+
+ msgid "Edit Postbox"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "Collection times"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "11:30"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "Shows current date"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows temperature"
+ msgid "Drive through"
+ msgstr ""
+
+ msgid "Telephone"
+ msgstr "ÙØ§ØªÙ"
+
+ msgid "Edit Telephone"
+ msgstr "ØØ±Ùر ÙØ§ØªÙ"
+
+ msgid "Telephone cards"
+ msgstr "Ø¨Ø·Ø§ÙØ§Øª ÙØ§ØªÙÙØ©"
+
+ msgid "Emergency Phone"
+ msgstr "ÙØ§ØªÙ Ø·ÙØ§Ø±Ø¦"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
msgstr ""
msgid "Shows barometric pressure"
@@@ -16417,8 -16991,8 +17048,8 @@@ msgstr "
msgid "Recycling"
msgstr "إعادة تصÙÙØ¹ Ø§ÙØ£Ø´Ùاء"
- msgid "Edit Recycling station"
- msgstr "ØØ±Ùر إعادة تصÙÙØ¹ Ø§ÙØ£Ø´Ùاء"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Ø¨Ø·Ø§Ø±ÙØ§Øª"
@@@ -16444,21 -17018,15 +17075,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16493,8 -17061,17 +17118,17 @@@ msgstr "
msgid "Height"
msgstr "Ø§ÙØ¥Ø±ØªÙاع"
+ msgctxt "height"
msgid "low"
- msgstr "Ù
ÙØ®Ùض"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Ù
خبئ"
@@@ -16502,9 -17079,6 +17136,6 @@@
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "Ù
اء Ø´ÙØ©"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16536,6 -17110,9 +17167,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16573,119 -17150,155 +17207,155 @@@ msgstr "Ù
درج Ø£ÙØ¹Ø§Ø¨ Ø±ÙØ§Ø¶ÙØ
msgid "Edit Stadium"
msgstr "ØØ±Ùر Ù
درج Ø£ÙØ¹Ø§Ø¨ Ø±ÙØ§Ø¶ÙØ©"
- msgid "select sport:"
- msgstr "إختر Ø§ÙØ±Ùاضة :"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "Ø§ÙØ±Ùاضة"
+ msgid "Sport"
+ msgstr "Ø±ÙØ§Ø¶Ø©"
+ msgctxt "sport"
msgid "multi"
- msgstr "Ù
تعدد"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "Ø£Ø³ÙØØ© Ø§ÙØ±Ù
Ø§ÙØ©"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "ÙØ±Ø© اÙÙØ¯Ù
Ø§ÙØ£ÙستراÙÙØ©"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "ÙØ±Ø© اÙÙ
ضرب"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "ÙØ±Ø© Ø§ÙØ³ÙÙØ©"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "Ø§ÙØªØ³ÙÙ"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "رÙÙØ¨ Ø§ÙØ¯Ø±Ø§Ø¬Ø©"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "سب٠اÙÙÙØ§Ø¨"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "رÙÙØ¨ Ø§ÙØ®ÙÙ"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "Ø§ÙØ¬Ù
باز"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "Ø³Ø¨Ù Ø§ÙØ®ÙÙ"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "Ø±ÙØ§Ø¶Ø© اÙÙ
ØØ±Ùات"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "Ø§ÙØªØ²Ùج"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "ÙØ±Ø© اÙÙØ¯Ù
"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "Ø§ÙØ³Ø¨Ø§ØØ©"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "ØªÙØ³ Ø§ÙØ·Ø§ÙÙØ©"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "Ø§ÙØªÙس"
+ msgstr ""
msgid "Sports Centre"
msgstr "Ù
Ø±ÙØ²/ÙØ§Ø¯Ù Ø±ÙØ§Ø¶Ù"
@@@ -16717,26 -17330,27 +17387,27 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr "Ø±ÙØ§Ø¶Ø©"
-
msgid "Multi"
msgstr "Ù
تعدد"
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "اÙÙÙØ¹"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "Ù
Ø±ÙØ²/ÙØ§Ø¯Ù Ø±ÙØ§Ø¶Ù"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "Ù
درج Ø£ÙØ¹Ø§Ø¨ Ø±ÙØ§Ø¶ÙØ©"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16744,6 -17358,15 +17415,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr "Ù
Ø±ÙØ²/ÙØ§Ø¯Ù Ø±ÙØ§Ø¶Ù"
+
+ msgid "stadium"
+ msgstr "Ù
درج Ø£ÙØ¹Ø§Ø¨ Ø±ÙØ§Ø¶ÙØ©"
+
msgid "10pin"
msgstr ""
@@@ -16777,6 -17400,22 +17457,22 @@@ msgstr "ØØ±Ùر غدÙ
msgid "Edit Cycling"
msgstr "ØØ±Ùر Ø±ÙØ¨ Ø§ÙØ¯Ø±Ø§Ø¬Ø©"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "سبا٠اÙÙÙØ§Ø¨"
@@@ -16833,7 -17472,7 +17529,7 @@@ msgid "Skating
msgstr "تزØÙÙ"
msgid "Edit Skating"
- msgstr "ØØ±Ùر تزØÙÙ"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -16877,36 -17516,54 +17573,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Ø§ÙØµØ¹Ùبة"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "Ù
بتدئ"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "سÙÙ"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "Ø®Ø¨ÙØ±"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16949,19 -17606,15 +17663,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17100,6 -17753,18 +17810,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17112,60 -17777,134 +17834,134 @@@ msgstr "Ù
Ù ØµÙØ¹ Ø§ÙØ¥ÙساÙ
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "برج"
@@@ -17390,41 -18129,67 +18186,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17433,8 -18198,8 +18255,8 @@@ msgstr "ÙÙØ·Ø© Ø±Ø¤ÙØ©
msgid "Edit Survey Point"
msgstr "ØØ±Ùر ÙÙØ·Ø© Ø±Ø¤ÙØ©"
- msgid "Surveillance"
- msgstr "Ù
Ø±Ø§ÙØ¨Ø©"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "ØØ±Ùر ÙØ§Ù
رة Ù
Ø±Ø§ÙØ¨Ø©"
@@@ -17445,12 -18210,102 +18267,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "Ù
تجر/Ø¯ÙØ§Ù"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Ù
ÙÙØ¯ Ø·Ø§ÙØ©"
@@@ -17502,89 -18357,192 +18414,192 @@@ msgstr "Ø£Ø±ÙØ§Ø
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "ÙÙØ±Ø¨Ø§Ø¡ Ø´Ù
Ø³ÙØ©"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
msgstr ""
- msgid "battery charging"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
msgstr ""
- msgid "Power Station"
- msgstr "Ù
ØØ·Ø© تÙÙÙØ¯ Ø·Ø§ÙØ©"
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "ØØ±Ùر Ù
ØØ·Ø© تÙÙÙØ¯ Ø·Ø§ÙØ©"
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Ù
ØØ·Ø© Ø·Ø§ÙØ© ÙØ±Ø¹ÙØ©"
@@@ -17595,6 -18553,21 +18610,21 @@@ msgstr "ØØ±Ùر Ù
ØØ·Ø© Ø·Ø§ÙØ© ÙØ±
msgid "Line reference"
msgstr "رÙÙ
Ø§ÙØ®Ø·"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "Ù
ÙØ®Ùض"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17610,6 -18583,9 +18640,9 @@@ msgstr "ØØ±Ùر عÙ
ÙØ¯ ÙÙØ±Ø¨Ø§Ø¦Ù
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17628,11 -18604,9 +18661,9 @@@ msgstr "ØØ±Ùر عÙ
ÙØ¯ ÙÙØ±Ø¨Ø§Ø¦Ù
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17741,11 -18715,11 +18772,11 @@@ msgstr "ÙØ´Ù
msgid "Edit Kiosk"
msgstr "ØØ±Ùر ÙØ´Ù"
- msgid "Baker"
- msgstr "خباز"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "ØØ±Ùر خباز"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "جزار"
@@@ -17756,7 -18730,7 +18787,7 @@@ msgstr "ØØ±Ùر جزار
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17777,6 -18751,9 +18808,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Ù
Ø£ÙÙÙØ§Øª عضÙÙØ©"
+
msgid "Greengrocer"
msgstr ""
@@@ -17789,9 -18766,6 +18823,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Ù
Ø£ÙÙÙØ§Øª عضÙÙØ©"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17861,7 -18835,7 +18892,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17882,13 -18856,13 +18913,13 @@@ msgstr "ØØ±Ùر Ø¥ÙÙØªØ±ÙÙÙØ§Øª
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17897,9 -18871,8 +18928,8 @@@ msgstr "Hifi
msgid "Edit Hifi Shop"
msgstr "ØØ±Ùر Ù
Ø¨ÙØ¹ Hifi"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Ù
رئÙÙØ§Øª"
msgid "Edit Video Shop"
msgstr "ØØ±Ùر Ù
Ø¨ÙØ¹ Ù
رئÙÙØ§Øª"
@@@ -17925,6 -18898,12 +18955,12 @@@ msgstr "ØØ±Ùر ØµØ±ÙØ§Ù
msgid "Edit Automated Teller Machine"
msgstr "ØØ±Ùر صرا٠آÙÙ"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17961,10 -18940,31 +18997,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "Ø¨ÙØ°Ù"
+
+ msgid "christian"
+ msgstr "ÙØµØ±Ø§ÙÙ"
+
+ msgid "hindu"
+ msgstr "ÙÙØ¯Ùس"
+
+ msgid "jewish"
+ msgstr "ÙÙÙØ¯Ù"
+
+ msgid "muslim"
+ msgstr "Ù
سÙÙ
"
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17994,7 -18994,7 +19051,7 @@@ msgstr "ØØ±Ùر Ù
Ø®Ø²Ù Ø®Ø±Ø¯ÙØ§Øª/
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18006,19 -19006,19 +19063,19 @@@ msgstr "ØØ±Ùر Ù
Ø¨ÙØ¹ ÙØ±Ø´/أثا
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18054,7 -19054,7 +19111,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18267,6 -19267,12 +19324,12 @@@ msgstr "ÙÙ
ÙØ©
msgid "Edit Peak"
msgstr "ØØ±Ùر ÙÙ
ÙØ©"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "جÙÙØ¯"
@@@ -18306,26 -19312,35 +19369,35 @@@ msgstr "شجرة
msgid "Edit Tree"
msgstr "ØØ±Ùر شجرة"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "ØØ±Ùر اإسÙ
اÙÙØ¨Ø§ØªÙ"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "ØØ±Ø¬"
msgid "Edit Wood"
msgstr "ØØ±Ùر ØØ±Ø¬"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "صÙÙØ¨Ø±Ù Ø§ÙØ«Ù
ر"
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "Ù
Ø®ØªÙØ·"
msgid "Forest"
msgstr "غابة"
@@@ -18333,15 -19348,6 +19405,6 @@@
msgid "Edit Forest Landuse"
msgstr "ØØ±Ùر غابة"
- msgid "coniferous"
- msgstr "صÙÙØ¨Ø±Ù Ø§ÙØ«Ù
ر"
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr "Ù
Ø®ØªÙØ·"
-
msgid "Grassland"
msgstr ""
@@@ -18417,6 -19423,12 +19480,12 @@@ msgstr "Ù
رج
msgid "Edit Meadow Landuse"
msgstr "ØØ±Ùر Ù
رج"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "ÙØ±Ù
Ø¹ÙØ¨"
@@@ -18471,8 -19483,8 +19540,8 @@@ msgstr "Ù
ÙØ¯Ø§Ù Ø£ÙØ¹Ø§Ø¨
msgid "Edit Recreation Ground Landuse"
msgstr "ØØ±Ùر Ù
ÙØ¯Ø§Ù Ø£ÙØ¹Ø§Ø¨"
- msgid "Residential area"
- msgstr "Ù
ÙØ·ÙØ© سÙÙÙØ©"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "ØØ±Ùر Ù
ÙØ·ÙØ© سÙÙÙØ©"
@@@ -18483,6 -19495,9 +19552,9 @@@ msgstr "Ù
ÙØ¨Ø±Ø©
msgid "Edit Graveyard"
msgstr "ØØ±Ùر Ù
ÙØ¨Ø±Ø©"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Ù
ÙØ¨Ø±Ø©"
@@@ -18543,19 -19558,46 +19615,46 @@@ msgstr "ØÙ٠أخضر
msgid "Edit Greenfield Landuse"
msgstr "ØØ±Ùر إستعÙ
Ø§Ù Ø§ÙØ£Ø±Ø¶ ÙØÙ٠أخضر"
- msgid "Landfill"
- msgstr "Ù
Ø·Ù
ر ÙÙØ§Ùات"
+ msgid "Landfill"
+ msgstr "Ù
Ø·Ù
ر ÙÙØ§Ùات"
+
+ msgid "Edit Landfill Landuse"
+ msgstr "ØØ±Ùر Ù
Ø·Ù
ر ÙÙØ§Ùات"
+
+ msgid "Quarry"
+ msgstr "ÙØ³ÙØ§Ø±Ø©Ø Ù
ÙÙØ¹ ØØ¬Ø§Ø±Ø©"
+
+ msgid "Edit Quarry Landuse"
+ msgstr "ØØ±Ùر ÙØ³Ùارة / Ù
ÙÙØ¹ ØØ¬Ø§Ø±Ø©"
+
+ msgid "Annotation"
+ msgstr ""
+
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
- msgid "Edit Landfill Landuse"
- msgstr "ØØ±Ùر Ù
Ø·Ù
ر ÙÙØ§Ùات"
+ msgid "Regional name"
+ msgstr ""
- msgid "Quarry"
- msgstr "ÙØ³ÙØ§Ø±Ø©Ø Ù
ÙÙØ¹ ØØ¬Ø§Ø±Ø©"
+ msgid "National name"
+ msgstr ""
- msgid "Edit Quarry Landuse"
- msgstr "ØØ±Ùر ÙØ³Ùارة / Ù
ÙÙØ¹ ØØ¬Ø§Ø±Ø©"
+ msgid "International name"
+ msgstr ""
- msgid "Annotation"
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18594,6 -19636,18 +19693,18 @@@ msgstr "Ù
Ø«ÙÙ
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18762,21 -19816,50 +19873,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "Ø§ÙØ·Ø±ÙÙ"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr "ÙØµÙ Ø§ÙØ±Ù
ز"
@@@ -18822,19 -19905,22 +19962,22 @@@ msgstr "ÙÙØ·Ø© Ø§ÙØªÙÙÙ Ø§ÙØ£Ù
Ø
msgid "backward halt point"
msgstr "ÙÙØ·Ø© Ø§ÙØªÙÙÙ Ø§ÙØ®ÙÙÙØ©"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18858,7 -19944,7 +20001,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18954,18 -20040,27 +20097,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "جسر"
msgid "deprecated"
msgstr "Ù
ÙØ¬Ùر"
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr "Ø®ÙÙ"
@@@ -18975,7 -20070,10 +20127,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18984,10 -20082,10 +20139,10 @@@ msgstr "
msgid "ford"
msgstr "Ù
خاضة"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19005,6 -20103,9 +20160,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19020,28 -20121,28 +20178,28 @@@ msgstr "Ø³ÙØ© ØØ¯Ùد ÙØ¯ÙÙ
Ø©
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19062,20 -20163,20 +20220,20 @@@ msgstr "Ù
ارÙÙØ§
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "ØµØØ©"
- msgid "shop"
- msgstr "Ù
تجر/Ø¯ÙØ§Ù"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "ÙÙØ¯Ù"
@@@ -19149,10 -20250,13 +20307,13 @@@ msgstr "طرÙÙ
msgid "boundary"
msgstr "Ø§ÙØØ¯ÙØ¯"
+ msgid "sport"
+ msgstr "Ø§ÙØ±Ùاضة"
+
msgid "place"
msgstr "اÙÙ
ÙØ§Ù"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19167,9 -20271,6 +20328,6 @@@ msgstr "اÙÙØ±ÙØ©/اÙÙ
دÙÙØ©
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr "ÙÙÙØ³Ø©"
-
msgid "Fuel Station"
msgstr "Ù
ØØ·Ø© Ù
ØØ±ÙÙØ§Øª"
@@@ -19197,6 -20298,9 +20355,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19242,10 -20346,40 +20403,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19257,7 -20391,7 +20448,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19275,7 -20409,7 +20466,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19392,19 -20526,130 +20583,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19423,7 -20668,46 +20725,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19435,24 -20719,30 +20776,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19468,7 -20758,7 +20818,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19477,6 -20767,9 +20827,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19623,6 -20916,29 +20976,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19788,6 -21104,9 +21164,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19833,6 -21152,39 +21212,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20019,19 -21371,31 +21431,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20055,13 -21419,7 +21479,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20324,10 -21682,13 +21742,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20531,7 -21892,7 +21952,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20802,15 -22163,6 +22223,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20981,6 -22333,9 +22393,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20999,12 -22354,6 +22414,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21140,6 -22489,9 +22549,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21157,6 -22509,9 +22569,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21383,7 -22738,10 +22798,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21433,7 -22791,7 +22851,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21588,36 -22946,36 +23006,101 @@@ msgstr "
msgid "{0} user"
msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21657,27 -23015,9 +23140,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22755,9 -24095,26 +24220,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23404,9 -24761,6 +24886,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "ÙÙØ¹ خطأ: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23459,18 -24813,6 +24938,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr "Ø£ÙØµÙ اÙÙ
Ø´ÙÙØ© Ø¨Ø¯ÙØ©"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23817,6 -25159,27 +25284,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23968,6 -25331,9 +25456,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24285,9 -25651,6 +25776,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24503,6 -25866,9 +25991,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24535,15 -25901,31 +26026,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "غÙÙØ± Ø§ÙØ®ØµØ§Ø¦Øµ"
+
msgid "Country preset:"
msgstr ""
@@@ -24658,9 -26040,6 +26165,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24839,19 -26218,19 +26343,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25067,6 -26446,95 +26571,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25103,6 -26571,9 +26696,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25255,9 -26726,6 +26851,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26243,9 -27711,6 +27836,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Ù
رئÙÙØ§Øª"
-
msgid "Import Video"
msgstr ""
@@@ -26524,9 -27989,6 +28114,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ast.po
index c2a0d0c,932209d..0e1e990
--- a/i18n/po/ast.po
+++ b/i18n/po/ast.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-07-14 21:47+0000\n"
"Last-Translator: Xuacu Saturio <xuacusk8 at gmail.com>\n"
"Language-Team: Asturian <ast at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:33+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:33+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ast\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Condiciones d'usu del fondu
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Nun hai sofitu p'abrir l'enllaz na plataforma actual (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Executando l'enganche d'aniciu de la plataforma"
@@@ -162,20 -168,14 +168,14 @@@ msgid "About JOSM...
msgstr "Tocante a JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ATENCIÃN: formatu inesperáu de la URL base del API. La redireición a la "
- "páxina d'información o d'historial del oxetu OSM probablemente fallará. La "
- "URL base del API ye: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ATENCIÃN: formatu inesperáu de la URL base del API. La redireición a la "
- "páxina del usuariu OSM probablemente fallará. La URL base de la API ye: "
- "''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -263,9 -263,6 +263,6 @@@ msgstr "Ferramienta: {0}
msgid "Please select at least four nodes."
msgstr "Por favor, seleiciona polo menos cuatro nodos."
- msgid "Information"
- msgstr "Información"
-
msgid "Align Nodes in Line"
msgstr "Alliniar en reuta los nodos"
@@@ -302,6 -299,9 +299,9 @@@ msgstr "siguiente
msgid "Nothing selected to zoom to."
msgstr "Nun s'esbilló nada p'ampliar."
+ msgid "Information"
+ msgstr "Información"
+
msgid "Zoom to {0}"
msgstr "Acercar a {0}"
@@@ -358,11 -358,9 +358,9 @@@ msgstr "
"dalgunes?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Nun se pudieron combinar les vÃes (Nun se pudieron amestar nuna cadena de "
- "nodos única)"
msgid "Combine {0} ways"
msgstr "Combinar {0} vÃes"
@@@ -548,6 -546,9 +546,9 @@@ msgid "Display history information abou
msgstr ""
"Amostrar la información del historial de vÃes, nodos o rellaciones d'OSM."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "Historial (web)"
@@@ -674,11 -675,9 +675,9 @@@ msgid "Joined overlapping areas
msgstr "Se xuntaron árees superpuestes"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Delles vÃes pertenecen a rellaciones que se camudaron. Por favor comprueba "
- "que nun s'amestara dengún fallu."
msgid "Fix tag conflicts"
msgstr "Arreglar conflictos d'etiquetes"
@@@ -837,11 -836,9 +836,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Sumir nodos nel más antiguu."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Por favor, seleiciona polo menos dos nodos para xunir o un nodu que tea "
- "cerca d'otru."
msgid "Abort Merging"
msgstr "Encaboxar fusión"
@@@ -1037,15 -1034,9 +1034,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizar / Desfacer"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizar forma / Desfacer\n"
- "¡Esbilla nodos que se movieron cola aición Ortogonalizar forma anterior!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Desfacer ortogonalizar forma"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1065,9 -1056,6 +1056,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Usu"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Los elementos esbillaos nun pueden ortogonalizase"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1249,9 -1237,6 +1237,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1400,18 -1385,14 +1385,14 @@@ msgstr "
"na metá de la vÃa)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>La pertenencia a una rellación basada en roles se copió a toles vÃes "
- "nueves.<br>DeberÃes comprobales y correxilo cuando faiga falta.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>La pertenencia a una rellación se copió a toles vÃes "
- "nueves.<br>DeberÃes comprobales y correxilo cuando faiga falta.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Partir la vÃa {0} en {1} partes"
@@@ -1499,6 -1480,27 +1480,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Desfacer"
@@@ -1783,6 -1785,9 +1785,9 @@@ msgstr "({0}/{1}) Cargando padres de l
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Cargando padres de la rellación {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Descargando {0} de {1} (queden {2})"
@@@ -2012,8 -2017,8 +2017,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2457,6 -2462,9 +2462,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2653,8 -2661,7 +2661,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Falta un operador pa «NOT»"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2744,6 -2751,9 +2751,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Amestáu {0} oxetu"
msgstr[1] "Amestaos {0} oxetos"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Camudar nodu {0}"
@@@ -2780,10 -2790,10 +2790,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2806,8 -2816,8 +2816,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2911,6 -2921,9 +2921,9 @@@ msgstr[1] "Purgaos {0} oxetos
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Iguarr conflictos na llista de miembros de la rellación {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Xirar {0} nodu"
@@@ -2971,8 -2984,8 +2984,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -3002,11 -3015,11 +3015,11 @@@ msgstr "Aplicar los cambios seleicionao
msgid "Do not apply changes"
msgstr "Nun aplicar los cambios"
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "Propiedaes de "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roles nes rellaciones que refieren a"
@@@ -3026,6 -3039,9 +3039,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3056,18 -3072,18 +3072,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -3076,8 -3092,8 +3092,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3085,13 -3101,11 +3101,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3105,8 -3119,8 +3119,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3136,11 -3150,10 +3150,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "DESCONOCÃU"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3292,8 -3305,7 +3305,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3400,7 -3412,7 +3412,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3438,9 -3450,6 +3450,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3479,6 -3488,9 +3488,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3503,6 -3515,15 +3515,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3562,6 -3583,9 +3583,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3644,6 -3668,15 +3668,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3713,6 -3746,12 +3746,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3770,13 -3809,13 +3809,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3808,10 -3847,10 +3847,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3945,7 -3984,7 +3984,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -4020,6 -4059,9 +4059,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -4050,9 -4092,6 +4092,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -4077,10 -4116,10 +4116,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4143,23 -4182,6 +4182,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4263,7 -4285,7 +4285,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4492,6 -4514,18 +4514,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4596,19 -4630,6 +4630,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4896,29 -4917,47 +4917,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4933,7 -4972,7 +4972,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4985,14 -5024,6 +5024,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5242,14 -5273,14 +5273,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5770,6 -5801,9 +5801,9 @@@ msgstr "Amuesa / Escuende
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5853,6 -5887,36 +5887,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Triba d'oxetu:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "amestáu"
+
+ msgid "Choose the OSM object type"
+ msgstr "Escueyi la triba d'oxetu OSM"
+
+ msgid "Object ID:"
+ msgstr "ID del oxetu:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Escribi la ID del oxetu que se tien de descargar"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Les IDs del oxetu de pueden separtar con comes o espacios.<br/> Exemplos: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En mou mistu, conseña los "
+ "oxetos d'esta forma: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5943,8 -6007,7 +6007,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6114,9 -6177,6 +6177,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6401,8 -6461,8 +6461,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6467,34 -6527,46 +6527,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr "<diferente>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Desaniciar la clave seleicionada en tolos oxetos"
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6509,13 -6581,13 +6581,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr "Amestar una nueva parexa clave/valor pa tolos oxetos"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Editar el valor de la clave seleicionada pa tolos oxetos"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6669,7 -6741,7 +6741,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6987,6 -7059,25 +7059,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Marcadores"
@@@ -7118,21 -7209,8 +7209,8 @@@ msgstr "Descargar referencies (rellacio
msgid "Download object"
msgstr "Descargar oxetu"
- msgid "Object type:"
- msgstr "Triba d'oxetu:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "amestáu"
-
- msgid "Choose the OSM object type"
- msgstr "Escueyi la triba d'oxetu OSM"
-
- msgid "Object ID:"
- msgstr "ID del oxetu:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Escribi la ID del oxetu que se tien de descargar"
+ msgid "Start downloading"
+ msgstr "Aniciar descarga"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7145,28 -7223,9 +7223,9 @@@ msgid "Select if the members of a relat
msgstr ""
"Seleicionar si los miembros d'una rellación tienen de descargase tamién"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Les IDs del oxetu de pueden separtar con comes o espacios.<br/> Exemplos: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En mou mistu, conseña los "
- "oxetos d'esta forma: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Descargar referencies (vÃes y rellaciones padre)"
- msgid "Start downloading"
- msgstr "Aniciar descarga"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Llista conseñada d'ID inválida\n"
- "Nun se pue descargar l'oxetu."
-
msgid "Class Type"
msgstr ""
@@@ -7263,7 -7322,7 +7322,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7362,6 -7421,9 +7421,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7449,7 -7511,7 +7511,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7468,6 -7530,12 +7530,12 @@@ msgstr "Pon-yos un breve comentariu a l
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7534,8 -7602,7 +7602,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7610,8 -7677,8 +7677,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7625,8 -7692,7 +7692,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7841,12 -7907,6 +7907,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7855,6 -7915,22 +7915,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7870,6 -7946,21 +7946,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7877,8 -7968,8 +7968,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7990,9 -8081,6 +8081,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -8002,6 -8090,9 +8090,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8018,7 -8109,7 +8109,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8164,7 -8255,7 +8255,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8194,7 -8285,7 +8285,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8549,9 -8640,6 +8640,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8570,6 -8658,9 +8658,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Imaxes Xeomarcáes"
@@@ -8627,6 -8718,12 +8718,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8693,9 -8790,6 +8790,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8876,14 -8970,10 +8970,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8898,7 -8988,7 +8988,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8908,8 -8998,7 +8998,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9129,7 -9218,7 +9218,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9844,21 -9933,21 +9933,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9912,6 -10001,9 +10034,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9965,6 -10057,11 +10090,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10421,6 -10518,12 +10551,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10484,7 -10587,7 +10620,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10742,40 -10845,40 +10878,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10828,8 -10931,8 +10964,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10838,20 -10941,25 +10974,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10933,14 -11041,8 +11074,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11013,7 -11115,7 +11148,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -11092,9 -11194,6 +11227,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11113,6 -11212,14 +11245,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11142,9 -11249,49 +11282,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11175,7 -11322,7 +11355,7 @@@ msgid "Contacting OSM Server...
msgstr "Contautando col Sirvidor d'OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11215,28 -11362,26 +11395,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11331,6 -11476,9 +11509,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11346,12 -11494,20 +11527,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11430,7 -11586,7 +11619,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11529,35 -11685,11 +11718,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11567,8 -11699,8 +11732,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11595,10 -11727,7 +11760,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11682,8 -11811,8 +11844,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11880,7 -12009,7 +12042,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11926,6 -12055,15 +12088,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11956,19 -12094,19 +12127,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11990,11 -12128,23 +12161,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12064,13 -12214,13 +12247,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12213,10 -12363,10 +12396,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12231,22 -12381,21 +12414,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12317,8 -12466,7 +12499,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12333,9 -12481,24 +12514,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12657,12 -12820,11 +12853,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12673,16 -12835,59 +12868,59 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Key is too long (max {0} characters):"
msgstr ""
@@@ -12707,9 -12912,23 +12945,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13032,6 -13251,11 +13284,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13271,6 -13495,9 +13528,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13320,9 -13547,6 +13580,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13359,6 -13583,11 +13616,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13489,6 -13718,9 +13751,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13579,6 -13811,50 +13844,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13597,10 -13873,10 +13906,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13612,6 -13888,9 +13921,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13639,18 -13918,12 +13951,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13660,9 -13933,6 +13966,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13672,13 -13942,13 +13975,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13726,6 -13996,9 +14029,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13810,6 -14083,9 +14116,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13914,21 -14190,30 +14223,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13944,10 -14229,10 +14262,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13983,7 -14268,7 +14301,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14052,12 -14337,18 +14370,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -14073,15 -14364,6 +14397,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14103,6 -14385,15 +14418,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14112,6 -14403,9 +14436,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14121,10 -14415,7 +14448,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14157,9 -14448,6 +14481,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14199,7 -14487,13 +14520,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14217,6 -14511,9 +14550,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14286,19 -14583,13 +14622,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14329,6 -14620,7 +14662,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14338,10 -14630,10 +14672,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14395,12 -14687,6 +14729,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14461,12 -14747,21 +14789,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14506,9 -14801,6 +14843,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14542,6 -14834,21 +14876,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14623,18 -14930,23 +14972,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14710,7 -15022,7 +15064,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14734,10 -15046,13 +15088,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14749,9 -15064,6 +15106,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14773,13 -15085,13 +15127,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14803,6 -15115,9 +15157,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14815,21 -15130,35 +15172,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14926,11 -15255,9 +15318,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14942,11 -15269,9 +15332,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14965,10 -15290,10 +15353,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14998,9 -15323,6 +15386,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -15022,10 -15344,29 +15407,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15175,6 -15516,9 +15579,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15196,6 -15540,12 +15603,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15223,6 -15573,12 +15636,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15247,22 -15603,6 +15666,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15284,9 -15624,6 +15687,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15481,6 -15818,9 +15881,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15511,6 -15851,9 +15914,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15523,9 -15866,6 +15929,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15535,9 -15875,14 +15938,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15550,6 -15895,9 +15958,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15574,14 -15922,6 +15985,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15630,7 -15970,7 +16033,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15684,41 -16024,41 +16087,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15910,9 -16250,6 +16313,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15934,9 -16271,15 +16334,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15949,6 -16292,9 +16355,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15988,6 -16334,9 +16397,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16009,22 -16358,34 +16421,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16154,49 -16515,43 +16578,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16214,6 -16569,12 +16632,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16226,6 -16587,9 +16650,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16244,37 -16608,137 +16671,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16364,6 -16828,12 +16891,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16445,122 -16915,200 +16978,200 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
msgstr ""
msgid "Amount of Seats"
@@@ -16597,16 -17145,22 +17208,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16640,6 -17194,9 +17257,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16677,117 -17234,153 +17297,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16821,33 -17414,43 +17477,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16881,6 -17484,22 +17547,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16981,36 -17600,54 +17663,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17053,19 -17690,15 +17753,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17204,6 -17837,18 +17900,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17216,60 -17861,134 +17924,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17494,41 -18213,67 +18276,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17537,7 -18282,7 +18345,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17549,12 -18294,102 +18357,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17606,88 -18441,191 +18504,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumped-storage"
- msgstr ""
-
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
msgstr ""
- msgid "battery charging"
+ msgid "stellarator"
msgstr ""
- msgid "Power Station"
+ msgid "nuclear fusion"
msgstr ""
- msgid "Edit Power Station"
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17699,6 -18637,21 +18700,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17714,6 -18667,9 +18730,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17732,11 -18688,9 +18751,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17845,10 -18799,10 +18862,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17860,7 -18814,7 +18877,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17881,6 -18835,9 +18898,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17893,9 -18850,6 +18913,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17965,7 -18919,7 +18982,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17986,13 -18940,13 +19003,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18001,7 -18955,6 +19018,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18029,6 -18982,12 +19045,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18065,10 -19024,31 +19087,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18098,7 -19078,7 +19141,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18110,19 -19090,19 +19153,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18158,7 -19138,7 +19201,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18371,6 -19351,12 +19414,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18410,24 -19396,33 +19459,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18437,15 -19432,6 +19495,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18521,6 -19507,12 +19570,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18575,7 -19567,7 +19630,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18584,7 -19576,10 +19639,10 @@@ msgstr "
msgid "Graveyard"
msgstr ""
- msgid "Edit Graveyard"
+ msgid "Edit Graveyard"
+ msgstr ""
+
+ msgid "shinto"
msgstr ""
msgid "Cemetery"
@@@ -18662,6 -19657,33 +19720,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr ""
@@@ -18698,6 -19720,18 +19783,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18866,21 -19900,50 +19963,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18926,19 -19989,22 +20052,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18962,7 -20028,7 +20091,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19058,18 -20124,27 +20187,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -19079,7 -20154,10 +20217,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19088,10 -20166,10 +20229,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19109,6 -20187,9 +20250,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19124,28 -20205,28 +20268,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19166,19 -20247,19 +20310,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19253,10 -20334,13 +20397,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19271,9 -20355,6 +20418,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19301,6 -20382,9 +20445,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19346,10 -20430,40 +20493,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19361,7 -20475,7 +20538,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19379,7 -20493,7 +20556,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19496,19 -20610,130 +20673,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19527,7 -20752,46 +20815,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19539,24 -20803,30 +20866,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19572,7 -20842,7 +20908,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19581,6 -20851,9 +20917,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19727,6 -21000,29 +21066,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19892,6 -21188,9 +21254,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19937,6 -21236,39 +21302,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20132,10 -21464,22 +21530,22 @@@ msgstr "
msgid "Uploads traces to openstreetmap.org"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
+ msgstr ""
+
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20159,13 -21503,7 +21569,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20428,10 -21766,13 +21832,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20635,7 -21976,7 +22042,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20906,15 -22247,6 +22313,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21085,6 -22417,9 +22483,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21103,12 -22438,6 +22504,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21244,6 -22573,9 +22639,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21261,6 -22593,9 +22659,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21487,7 -22822,10 +22888,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21537,7 -22875,7 +22941,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21659,69 -22997,69 +23063,134 @@@ msgstr "
msgid "Public"
msgstr ""
+
+msgid "Could not get server response, check logs"
+msgstr ""
+
+msgid "Failed to login as {0}:"
+msgstr ""
+
+msgid "The server did not return user ID"
+msgstr ""
+
+msgid "Failed to send message:"
+msgstr ""
+
+msgid "Failed to get messages as {0}:"
+msgstr ""
+
+msgid "GeoChat"
+msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
+
+ msgid "Could not get server response, check logs"
+ msgstr ""
+
+ msgid "Failed to login as {0}:"
+ msgstr ""
+
+ msgid "The server did not return user ID"
+ msgstr ""
+
+ msgid "Failed to send message:"
+ msgstr ""
+
+ msgid "Failed to get messages as {0}:"
+ msgstr ""
+
+ msgid "GeoChat"
+ msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21761,27 -23099,9 +23230,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22859,9 -24179,30 +24310,30 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>La pertenencia a una rellación basada en roles se copió a toles vÃes "
+ "nueves.<br>DeberÃes comprobales y correxilo cuando faiga falta.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>La pertenencia a una rellación se copió a toles vÃes "
+ "nueves.<br>DeberÃes comprobales y correxilo cuando faiga falta.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23508,9 -24849,6 +24980,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Hubo un error: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23563,18 -24901,6 +25032,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23921,6 -25247,27 +25378,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24072,6 -25419,9 +25550,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24389,9 -25739,6 +25870,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24607,6 -25954,9 +26085,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24639,15 -25989,31 +26120,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24762,9 -26128,6 +26259,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24943,19 -26306,19 +26437,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25171,6 -26534,95 +26665,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25207,6 -26659,9 +26790,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25359,9 -26814,6 +26945,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26347,9 -27799,6 +27930,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26628,9 -28077,6 +28208,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/az.po
index 7338e16,f5cf4c2..1d10c0a
--- a/i18n/po/az.po
+++ b/i18n/po/az.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-01-12 17:56+0000\n"
"Last-Translator: iAZISS <iss-sash at mail.ru>\n"
"Language-Team: Azerbaijani <az at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:34+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:34+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
msgid "{0}: option ''{1}'' is ambiguous"
msgstr ""
@@@ -49,6 -49,9 +49,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -58,6 -61,9 +61,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -158,13 -164,13 +164,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -249,9 -255,6 +255,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -288,6 -291,9 +291,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -342,7 -348,7 +348,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -522,6 -528,9 +528,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -635,7 -644,7 +644,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -785,8 -794,8 +794,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -971,12 -980,8 +980,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -994,9 -999,6 +999,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1162,9 -1164,6 +1164,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1303,13 -1302,13 +1302,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1398,6 -1397,27 +1397,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1682,6 -1702,9 +1702,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1901,8 -1924,8 +1924,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2327,6 -2350,9 +2350,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2523,8 -2549,7 +2549,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2610,6 -2635,9 +2635,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2646,10 -2674,10 +2674,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2672,8 -2700,8 +2700,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2777,6 -2805,9 +2805,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2837,8 -2868,8 +2868,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2868,10 -2899,10 +2899,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2892,6 -2923,9 +2923,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2922,18 -2956,18 +2956,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2942,8 -2976,8 +2976,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2951,13 -2985,11 +2985,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2971,8 -3003,8 +3003,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3002,11 -3034,10 +3034,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3159,8 -3190,7 +3190,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3267,7 -3297,7 +3297,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3305,9 -3335,6 +3335,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3346,6 -3373,9 +3373,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3370,6 -3400,15 +3400,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3429,6 -3468,9 +3468,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3511,6 -3553,15 +3553,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3580,6 -3631,12 +3631,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3637,13 -3694,13 +3694,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3675,10 -3732,10 +3732,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3812,7 -3869,7 +3869,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3887,6 -3944,9 +3944,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3917,9 -3977,6 +3977,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3944,10 -4001,10 +4001,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4010,23 -4067,6 +4067,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4130,7 -4170,7 +4170,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4359,6 -4399,18 +4399,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4463,19 -4515,6 +4515,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4763,29 -4802,47 +4802,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4800,7 -4857,7 +4857,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4852,14 -4909,6 +4909,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5109,14 -5158,14 +5158,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5637,6 -5686,9 +5686,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5720,6 -5772,33 +5772,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5810,8 -5889,7 +5889,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5981,9 -6059,6 +6059,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6268,8 -6343,8 +6343,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6334,34 -6409,46 +6409,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6376,13 -6463,13 +6463,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6536,7 -6623,7 +6623,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6854,6 -6941,25 +6941,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6985,20 -7091,7 +7091,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7009,23 -7102,9 +7102,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7122,7 -7201,7 +7201,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7221,6 -7300,9 +7300,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7308,7 -7390,7 +7390,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7327,6 -7409,12 +7409,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7393,8 -7481,7 +7481,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7469,8 -7556,8 +7556,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7484,8 -7571,7 +7571,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7700,12 -7786,6 +7786,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7714,13 -7794,29 +7794,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7729,6 -7825,21 +7825,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7736,8 -7847,8 +7847,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7849,9 -7960,6 +7960,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7861,6 -7969,9 +7969,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7877,7 -7988,7 +7988,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8023,7 -8134,7 +8134,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8053,7 -8164,7 +8164,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8406,9 -8517,6 +8517,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8427,6 -8535,9 +8535,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8484,6 -8595,12 +8595,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8550,9 -8667,6 +8667,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8733,14 -8847,10 +8847,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8755,7 -8865,7 +8865,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8765,8 -8875,7 +8875,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8986,7 -9095,7 +9095,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9701,21 -9810,21 +9810,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9769,6 -9878,9 +9911,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9822,6 -9934,11 +9967,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10278,6 -10395,12 +10428,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10341,7 -10464,7 +10497,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10599,40 -10722,40 +10755,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10685,8 -10808,8 +10841,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10695,20 -10818,25 +10851,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10790,14 -10918,8 +10951,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10870,7 -10992,7 +11025,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10949,9 -11071,6 +11104,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10970,6 -11089,14 +11122,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -10999,9 -11126,49 +11159,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11032,7 -11199,7 +11232,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11072,28 -11239,26 +11272,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11188,6 -11353,9 +11386,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11203,12 -11371,20 +11404,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11287,7 -11463,7 +11496,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11386,35 -11562,11 +11595,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11424,8 -11576,8 +11609,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11452,10 -11604,7 +11637,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11539,8 -11688,8 +11721,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11737,7 -11886,7 +11919,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11783,6 -11932,15 +11965,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11813,19 -11971,19 +12004,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11847,11 -12005,23 +12038,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11921,13 -12091,13 +12124,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12070,10 -12240,10 +12273,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12088,22 -12258,21 +12291,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12172,8 -12341,7 +12374,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12188,9 -12356,24 +12389,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12512,12 -12695,11 +12728,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12528,30 -12710,73 +12743,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12562,9 -12787,23 +12820,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12887,6 -13126,11 +13159,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13126,6 -13370,9 +13403,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13175,9 -13422,6 +13455,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13214,6 -13458,11 +13491,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13344,6 -13593,9 +13626,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13434,6 -13686,50 +13719,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13452,10 -13748,10 +13781,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13467,6 -13763,9 +13796,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13494,18 -13793,12 +13826,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13515,9 -13808,6 +13841,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13527,13 -13817,13 +13850,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13581,6 -13871,9 +13904,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13665,6 -13958,9 +13991,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13769,21 -14065,30 +14098,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13799,10 -14104,10 +14137,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13838,7 -14143,7 +14176,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13907,12 -14212,18 +14245,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13928,15 -14239,6 +14272,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13958,6 -14260,15 +14293,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13967,6 -14278,9 +14311,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13976,10 -14290,7 +14323,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14012,9 -14323,6 +14356,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14057,6 -14365,12 +14398,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14072,6 -14386,9 +14419,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14141,19 -14458,13 +14491,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14184,6 -14495,7 +14528,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14193,10 -14505,10 +14538,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14250,12 -14562,6 +14595,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14316,12 -14622,21 +14655,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14361,9 -14676,6 +14709,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14397,6 -14709,21 +14742,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14478,18 -14805,23 +14838,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14565,7 -14897,7 +14930,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14589,10 -14921,13 +14954,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14604,9 -14939,6 +14972,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14628,13 -14960,13 +14993,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14658,6 -14990,9 +15023,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14670,21 -15005,35 +15038,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14781,11 -15130,9 +15184,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14797,11 -15144,9 +15198,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14820,10 -15165,10 +15219,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14853,9 -15198,6 +15252,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14877,10 -15219,29 +15273,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15030,6 -15391,9 +15445,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15051,6 -15415,12 +15469,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15078,6 -15448,12 +15502,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15102,22 -15478,6 +15532,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15139,9 -15499,6 +15553,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15336,6 -15693,9 +15747,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15366,6 -15726,9 +15780,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15378,9 -15741,6 +15795,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15390,9 -15750,14 +15804,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15405,6 -15770,9 +15824,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15429,14 -15797,6 +15851,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15485,7 -15845,7 +15899,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15539,41 -15899,41 +15953,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15765,9 -16125,6 +16179,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15789,9 -16146,15 +16200,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15804,6 -16167,9 +16221,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15843,6 -16209,9 +16263,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15864,22 -16233,34 +16287,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16009,49 -16390,43 +16444,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16069,6 -16444,12 +16498,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16081,6 -16462,9 +16516,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16099,37 -16483,137 +16537,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16219,6 -16703,12 +16757,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16300,128 -16790,206 +16844,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16452,16 -17020,22 +17074,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16495,6 -17069,9 +17123,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16532,117 -17109,153 +17163,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16676,33 -17289,43 +17343,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16736,6 -17359,22 +17413,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16836,36 -17475,54 +17529,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16908,19 -17565,15 +17619,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17059,6 -17712,18 +17766,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17071,60 -17736,134 +17790,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17349,41 -18088,67 +18142,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17392,7 -18157,7 +18211,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17404,12 -18169,102 +18223,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17461,88 -18316,191 +18370,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17554,6 -18512,21 +18566,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17569,6 -18542,9 +18596,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17587,11 -18563,9 +18617,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17700,10 -18674,10 +18728,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17715,7 -18689,7 +18743,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17736,6 -18710,9 +18764,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17748,9 -18725,6 +18779,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17820,7 -18794,7 +18848,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17841,13 -18815,13 +18869,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17856,7 -18830,6 +18884,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17884,6 -18857,12 +18911,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17920,10 -18899,31 +18953,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17953,7 -18953,7 +19007,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17965,19 -18965,19 +19019,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18013,7 -19013,7 +19067,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18226,6 -19226,12 +19280,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18265,24 -19271,33 +19325,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18292,15 -19307,6 +19361,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18376,6 -19382,12 +19436,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18430,7 -19442,7 +19496,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18442,6 -19454,9 +19508,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18478,43 -19493,70 +19547,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18553,6 -19595,18 +19649,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18721,21 -19775,50 +19829,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18781,19 -19864,22 +19918,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18817,7 -19903,7 +19957,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18913,18 -19999,27 +20053,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18934,7 -20029,10 +20083,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18943,10 -20041,10 +20095,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18964,6 -20062,9 +20116,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18979,28 -20080,28 +20134,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19021,19 -20122,19 +20176,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19108,10 -20209,13 +20263,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19126,9 -20230,6 +20284,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19156,6 -20257,9 +20311,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19201,10 -20305,40 +20359,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19216,7 -20350,7 +20404,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19234,7 -20368,7 +20422,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19351,19 -20485,130 +20539,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19382,7 -20627,46 +20681,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19394,24 -20678,30 +20732,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19427,7 -20717,7 +20774,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19436,6 -20726,9 +20783,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19582,6 -20875,29 +20932,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19747,6 -21063,9 +21120,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19792,6 -21111,39 +21168,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19978,19 -21330,31 +21387,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20014,13 -21378,7 +21435,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20283,10 -21641,13 +21698,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20490,7 -21851,7 +21908,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20761,15 -22122,6 +22179,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20940,6 -22292,9 +22349,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20958,12 -22313,6 +22370,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21099,6 -22448,9 +22505,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21116,6 -22468,9 +22525,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21342,7 -22697,10 +22754,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21392,7 -22750,7 +22807,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21561,22 -22919,22 +22976,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21616,27 -22974,9 +23096,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22714,9 -24054,26 +24176,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23363,9 -24720,6 +24842,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23418,18 -24772,6 +24894,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23776,6 -25118,27 +25240,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23927,6 -25290,9 +25412,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24244,9 -25610,6 +25732,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24462,6 -25825,9 +25947,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24494,15 -25860,31 +25982,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24617,9 -25999,6 +26121,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24798,19 -26177,19 +26299,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25026,6 -26405,95 +26527,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25062,6 -26530,9 +26652,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25214,9 -26685,6 +26807,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26202,9 -27670,6 +27792,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26483,9 -27948,6 +28070,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/be.po
index f14fcb4,43941dd..220aeac
--- a/i18n/po/be.po
+++ b/i18n/po/be.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-07-08 12:07+0000\n"
"Last-Translator: Andrew West <2thewest at gmail.com>\n"
"Language-Team: Belarusian <i18n at mova.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:35+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:35+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: be\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "Ð£Ð¼Ð¾Ð²Ñ Ð²ÑкаÑÑÑÑан
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "ÐеÑаÑ
од па ÑпаÑÑлÑÑ Ð½Ðµ падÑÑÑмлÑваеÑÑа на гÑÑай плаÑÑоÑме ('' {0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "ÐÐÐЯРÐÐÐÐÐЬÐÐ: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "ÐÐФÐÐ ÐÐЦЫЯ: {0}
msgid "DEBUG: {0}"
msgstr "Ðдладка: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "ÐÑкананне ÑÑаÑÑавÑÑ
пÑаÑÑдÑÑ"
@@@ -164,16 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "ÐÑа JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "УÐÐÐÐ: ÐÐµÐ°Ð´Ð¿Ð°Ð²ÐµÐ´Ð½Ñ ÑаÑÐ¼Ð°Ñ URL да аÑноÑнага API. Ð ÑдÑÑÐµÐºÑ Ð´Ð° ÑÑаÑÐ¾Ð½ÐºÑ "
- "каÑÑÑÑаÑа магÑÑма неÑпÑаÑÑе. URL да аÑноÑнага API: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -262,9 -266,6 +266,6 @@@ msgstr "ÐнÑÑÑÑменÑ: {0}
msgid "Please select at least four nodes."
msgstr "ÐÑбеÑаÑе Ñк-меней ÑаÑÑÑÑ Ð½Ð¾Ð´Ñ."
- msgid "Information"
- msgstr "ÐнÑаÑмаÑÑÑ"
-
msgid "Align Nodes in Line"
msgstr "РазмеÑкаваÑÑ Ð½Ð¾Ð´Ñ ÑздоÑж лÑнÑÑ"
@@@ -301,6 -302,9 +302,9 @@@ msgstr "далей/наÑÑÑпнае
msgid "Nothing selected to zoom to."
msgstr "ÐÑÑога не вÑбÑана Ð´Ð»Ñ Ð¿ÑаглÑдÑ"
+ msgid "Information"
+ msgstr "ÐнÑаÑмаÑÑÑ"
+
msgid "Zoom to {0}"
msgstr "ÐÑаглÑдзеÑÑ {0}"
@@@ -356,10 -360,9 +360,9 @@@ msgstr "
"Так лÑнÑÑ Ð½Ðµ могÑÑÑ Ð±ÑÑÑ Ð·'ÑзднанÑ. ÐагÑÑма змÑнÑÑÑ Ð½Ð°Ð¿Ñамак некаÑоÑÑÑ
з ÑÑ
?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "ÐемагÑÑма з'ÑзднаÑÑ Ð»ÑнÑÑ (ÐÐ¾Ð´Ñ Ð½Ðµ могÑÑÑ Ð±ÑÑÑ Ð·'ÑÐ´Ð½Ð°Ð½Ñ Ñ Ð°Ð´Ð½Ñ Ð»ÑнÑÑ )"
msgid "Combine {0} ways"
msgstr ""
@@@ -545,6 -548,9 +548,9 @@@ msgstr "ÐÑÑÑоÑÑÑ
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "ÐаказаÑÑ Ð³ÑÑÑаÑÑÑнÑÑ ÑнÑаÑмаÑÑÑ Ð°Ð± лÑнÑÑÑ
, нодаÑ
ÑÑ ÑÑадноÑÑнаÑ
OSM."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "ÐÑÑÑоÑÑÑ (на ÑайÑе OSM)"
@@@ -667,11 -673,9 +673,9 @@@ msgid "Joined overlapping areas
msgstr "Ð'ÑÐ´Ð½Ð°Ð½Ñ Ð¿Ð»Ð¾ÑÑÑ Ð· пеÑакÑÑвам"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "ÐекаÑоÑÑÑ Ð»ÑнÑÑ Ð±ÑÐ»Ñ Ð·Ð²ÑзанÑÑ ÑÑадноÑÑÐ½Ð°Ð¼Ñ ÑкÑÑ Ð·Ð¼ÑнÑлÑÑÑ. ÐÑавеÑе ÑÑо гÑÑа "
- "не дадала памÑлак."
msgid "Fix tag conflicts"
msgstr "ÐÑÑаÑÑÑÑ ÐºÐ°Ð½ÑлÑкÑÑ Ð· меÑкамÑ"
@@@ -833,8 -837,8 +837,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "ÐлÑÑÑ Ð½Ð¾Ð´Ñ Ñ Ð°Ð´Ð½Ñ Ð½Ð°Ð¹ÑÑаÑÑйÑаÑ"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -1036,13 -1040,9 +1040,9 @@@ msgid "Orthogonalize / Undo
msgstr "ÐÑÑаганалÑзаÑÑÑ / ÐдмÑнÑÑÑ"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr "ÐÑÑаганалÑзаÑÑÑ ÑÑгÑÑÑ / ÐдмÑнÑÑÑ"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ÐдмÑнÑÑÑ Ð°ÑÑаганалÑзаÑÑÑ ÑÑгÑÑÑ"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
+ msgstr ""
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1062,9 -1062,6 +1062,6 @@@ msgstr "ÐÑÑаганалÑзаваÑÑ
msgid "Usage"
msgstr "ÐÑкаÑÑÑÑанÑне"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "ÐÑбÑанÑÑ ÑлеменÑÑ Ð°ÑÑаганалÑзаваÑÑ Ð½ÐµÐ¼Ð°Ð³ÑÑма"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1245,9 -1242,6 +1242,6 @@@ msgstr "ÐапампаваÑÑ ÑеÑÑ
msgid "Load a session from file."
msgstr "ÐапампаваÑÑ ÑеÑÑÑ Ð· Ñайла"
- msgid "Session file (*.jos, *.joz)"
- msgstr "Файл ÑеÑÑÑÑ (*.jos, *.joz)"
-
msgid "Open session"
msgstr "ÐдкÑÑÑÑ ÑеÑÑÑÑ"
@@@ -1403,18 -1397,14 +1397,14 @@@ msgstr "
"на канÑаÑ
лÑнÑÑ.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>УÑе новÑÑ Ð»ÑнÑÑ Ð°ÑÑÑÐ¼Ð°Ð»Ñ ÑÑбÑоÑÑÑва Ñ ÑалÑвÑÑ
ÑÑадноÑÑнаÑ
.ТÑÑба "
- "ÑпÑаÑдзÑÑÑ Ñ Ð²ÑпÑавÑÑÑ ÐºÐ°Ð»Ñ Ð¿Ð°ÑÑÑбна.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "УÑе новÑÑ Ð»ÑнÑÑ Ð°ÑÑÑÐ¼Ð°Ð»Ñ ÑÑбÑоÑÑÑва Ñ ÑÑадноÑÑнаÑ
.ТÑÑба ÑпÑаÑдзÑÑÑ Ñ "
- "вÑпÑавÑÑÑ ÐºÐ°Ð»Ñ Ð¿Ð°ÑÑÑбна.</html>"
msgid "Split way {0} into {1} parts"
msgstr "ÐадзÑлÑÑÑ Ð»ÑнÑÑ {0} на {1} кавалкаÑ"
@@@ -1515,6 -1505,27 +1505,27 @@@ msgstr "
"ÐÑ Ð·Ð±ÑÑаеÑеÑÑ Ñаз'ÑднаÑÑ Ð½ÑпоÑÐ½Ñ Ð°Ð±'ÐµÐºÑ <br> ÐÑÑа пÑÑвÑдзе да памÑлак, "
"паколÑÐºÑ Ð²Ñ Ð±Ð°ÑÑÑе не ÑвеÑÑ Ð°Ð±'екÑ. <br> ÐÑ ÑапÑаÑÐ´Ñ Ñ
оÑаÑе Ñаз'ÑднаÑÑ ÑÑ
?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "ÐÑÑнÑÑÑ"
@@@ -1806,6 -1817,9 +1817,9 @@@ msgstr "({0} / {1}) ÐагÑÑзка б
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0} / {1}) ÐагÑÑзка баÑÑÐºÐ¾Ñ Ð°Ð´Ð½Ð¾ÑÑÐ½Ñ {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ÐапампоÑÐºÑ {0} з {1} ({2} заÑÑалоÑÑ)"
@@@ -2054,11 -2068,10 +2068,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Ðе ÑдаеÑÑа змÑÑÑÑÑÑ ÐºÑÐ¾Ð¿ÐºÑ Ð·Ð° Ð¼ÐµÐ¶Ð°Ð¼Ñ ÑвеÑÑ"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "ÐадаÑÑ Ð½Ð¾Ð²ÑÑ ÐºÑÐ¾Ð¿ÐºÑ Ð´Ð° лÑнÑÑ"
- msgstr[1] "ÐадаÑÑ Ð½Ð¾Ð²ÑÑ ÐºÑÐ¾Ð¿ÐºÑ Ð´Ð° {0} лÑнÑй"
- msgstr[2] "ÐадаÑÑ Ð½Ð¾Ð²ÑÑ ÐºÑÐ¾Ð¿ÐºÑ Ð´Ð° {0} лÑнÑÑм"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "ÐемагÑÑма вÑдалÑÑÑ ÐºÑопкÑ, ÑÑо ÑваÑ
одзÑÑÑ Ñ Ð½ÐµÐºÐ°Ð»ÑÐºÑ Ð°Ð±'екÑаÑ"
@@@ -2523,6 -2536,9 +2536,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2719,8 -2735,7 +2735,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2806,6 -2821,9 +2821,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2842,10 -2860,10 +2860,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2868,8 -2886,8 +2886,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2973,6 -2991,9 +2991,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -3033,8 -3054,8 +3054,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -3064,10 -3085,10 +3085,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -3088,6 -3109,9 +3109,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3118,18 -3142,18 +3142,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -3138,8 -3162,8 +3162,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3147,13 -3171,11 +3171,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3167,8 -3189,8 +3189,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3198,11 -3220,10 +3220,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3355,8 -3376,7 +3376,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3463,7 -3483,7 +3483,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3501,9 -3521,6 +3521,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3542,6 -3559,9 +3559,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3566,6 -3586,15 +3586,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3625,6 -3654,9 +3654,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3707,6 -3739,15 +3739,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3776,6 -3817,12 +3817,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3833,13 -3880,13 +3880,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3871,10 -3918,10 +3918,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -4008,7 -4055,7 +4055,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -4083,6 -4130,9 +4130,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -4113,9 -4163,6 +4163,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -4140,10 -4187,10 +4187,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4206,23 -4253,6 +4253,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4326,7 -4356,7 +4356,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4555,6 -4585,18 +4585,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4659,19 -4701,6 +4701,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4959,29 -4988,47 +4988,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4996,7 -5043,7 +5043,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -5048,14 -5095,6 +5095,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5305,14 -5344,14 +5344,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5833,6 -5872,9 +5872,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5916,6 -5958,36 +5958,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "ТÑп аб'екÑа"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "ÐмеÑанÑ"
+
+ msgid "Choose the OSM object type"
+ msgstr "ÐÑбеÑаÑе ÑÑп аб'екÑа OSM"
+
+ msgid "Object ID:"
+ msgstr "ID аб'екÑа:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ÐазнаÑÑе ID аб'екÑа Ð´Ð»Ñ Ð·Ð°Ð¿Ð°Ð¼Ð¿Ð¾ÑкÑ"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ÐдÑнÑÑÑÑкаÑаÑÑ Ð°Ð±'екÑÐ°Ñ Ð¼Ð¾Ð³ÑÑÑ Ð±ÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÐµÐ½ÑÑ ÐºÐ¾ÑÐºÐ°Ð¼Ñ Ð°Ð±Ð¾ пÑÐ°Ð±ÐµÐ»Ð°Ð¼Ñ <br/> "
+ "ÐÑÑкладÑ:. <b> <ul> <li> 1 2 5 </ li> <li> 1,2,5 </ li> </ UL> <Ð±Ñ / > </ B> "
+ "У змеÑанÑм ÑÑжÑме ÑказвайÑе аб'екÑÑ Ñак: <b> W123, n110, w12, r15 </ B> <br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -6006,8 -6078,7 +6078,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6177,9 -6248,6 +6248,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6464,8 -6532,8 +6532,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6530,34 -6598,46 +6598,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6572,13 -6652,13 +6652,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6732,7 -6812,7 +6812,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7050,6 -7130,25 +7130,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7181,21 -7280,8 +7280,8 @@@ msgstr "СпампаваÑÑ ÑпаÑÑ
msgid "Download object"
msgstr "ÐапампоÑка аб'екÑа"
- msgid "Object type:"
- msgstr "ТÑп аб'екÑа"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "ÐмеÑанÑ"
-
- msgid "Choose the OSM object type"
- msgstr "ÐÑбеÑаÑе ÑÑп аб'екÑа OSM"
-
- msgid "Object ID:"
- msgstr "ID аб'екÑа:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ÐазнаÑÑе ID аб'екÑа Ð´Ð»Ñ Ð·Ð°Ð¿Ð°Ð¼Ð¿Ð¾ÑкÑ"
+ msgid "Start downloading"
+ msgstr "ÐаÑаÑак запампоÑкÑ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7207,28 -7293,9 +7293,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "ÐдзнаÑÑе, ÐºÐ°Ð»Ñ Ð¿Ð°Ð²ÑÐ½Ð½Ñ Ð±ÑÑÑ Ð·Ð°Ð¿Ð°Ð¼Ð¿Ð°Ð²Ð°Ð½Ñ Ñ ÑдзелÑнÑÐºÑ Ð°Ð´Ð½Ð¾ÑÑнÑ"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ÐдÑнÑÑÑÑкаÑаÑÑ Ð°Ð±'екÑÐ°Ñ Ð¼Ð¾Ð³ÑÑÑ Ð±ÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÐµÐ½ÑÑ ÐºÐ¾ÑÐºÐ°Ð¼Ñ Ð°Ð±Ð¾ пÑÐ°Ð±ÐµÐ»Ð°Ð¼Ñ <br/> "
- "ÐÑÑкладÑ:. <b> <ul> <li> 1 2 5 </ li> <li> 1,2,5 </ li> </ UL> <Ð±Ñ / > </ B> "
- "У змеÑанÑм ÑÑжÑме ÑказвайÑе аб'екÑÑ Ñак: <b> W123, n110, w12, r15 </ B> <br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "СпампаваÑÑ Ð°Ð±'екÑÑ, ÑкÑÑ ÑпаÑÑлаÑÑÑа (баÑÑкоÑÑкÑÑ Ð°Ð´Ð½Ð¾ÑÑÐ½Ñ Ñ Ð»ÑнÑÑ)"
- msgid "Start downloading"
- msgstr "ÐаÑаÑак запампоÑкÑ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "ÐÑпÑавÑлÑÐ½Ñ ÑпÑÑ ÑдÑнÑÑÑÑкаÑаÑаÑ.\n"
- "ÐемагÑÑма запампаваÑÑ Ð°Ð±'екÑ."
-
msgid "Class Type"
msgstr ""
@@@ -7325,7 -7392,7 +7392,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7424,6 -7491,9 +7491,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7511,7 -7581,7 +7581,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7530,13 -7600,19 +7600,19 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
- msgid "Changeset id:"
+ msgid "Specify the data source for the changes:"
msgstr ""
- msgid "Created at:"
+ msgid "Enter a source"
msgstr ""
- msgid "Changeset comment:"
+ msgid "Changeset id:"
+ msgstr ""
+
+ msgid "Created at:"
+ msgstr ""
+
+ msgid "Changeset comment:"
msgstr ""
msgid "No open changeset"
@@@ -7596,8 -7672,7 +7672,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7672,8 -7747,8 +7747,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7687,8 -7762,7 +7762,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7903,12 -7977,6 +7977,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7917,6 -7985,22 +7985,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7932,6 -8016,21 +8016,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7939,8 -8038,8 +8038,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8052,9 -8151,6 +8151,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -8064,6 -8160,9 +8160,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8080,7 -8179,7 +8179,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8226,7 -8325,7 +8325,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8256,7 -8355,7 +8355,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8611,9 -8710,6 +8710,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8632,6 -8728,9 +8728,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8689,6 -8788,12 +8788,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8755,9 -8860,6 +8860,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8938,14 -9040,10 +9040,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8960,7 -9058,7 +9058,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8970,8 -9068,7 +9068,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9191,7 -9288,7 +9288,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9906,7 -10003,7 +10003,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -9974,6 -10071,9 +10071,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10027,6 -10127,11 +10127,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10483,6 -10588,12 +10588,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10546,7 -10657,7 +10657,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10804,40 -10915,40 +10915,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10890,8 -11001,8 +11001,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10900,20 -11011,25 +11011,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10995,14 -11111,8 +11111,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11052,6 -11162,6 +11162,12 @@@ msgstr "
msgid "Use preset ''{0}'' of group ''{1}''"
msgstr ""
++msgid "Paste tags from buffer"
++msgstr ""
++
++msgid "Use preset ''{0}'' of group ''{1}''"
++msgstr ""
++
msgid "Use preset ''{0}''"
msgstr ""
@@@ -11075,7 -11185,7 +11191,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -11154,9 -11264,6 +11270,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11175,6 -11282,14 +11288,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11204,9 -11319,49 +11325,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11237,7 -11392,7 +11398,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11277,28 -11432,26 +11438,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11393,6 -11546,9 +11552,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11408,12 -11564,20 +11570,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11492,7 -11656,7 +11662,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11591,35 -11755,11 +11761,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11629,8 -11769,8 +11775,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11657,10 -11797,7 +11803,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11744,8 -11881,8 +11887,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11942,7 -12079,7 +12085,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11988,6 -12125,15 +12131,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12018,19 -12164,19 +12170,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12052,11 -12198,23 +12204,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Файл ÑеÑÑÑÑ (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12126,13 -12284,13 +12290,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12275,10 -12433,10 +12439,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12293,22 -12451,21 +12457,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12377,8 -12534,7 +12540,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12393,9 -12549,24 +12555,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12717,12 -12888,11 +12894,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12733,56 -12903,113 +12909,113 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
msgstr ""
- msgid "Ignore warnings"
+ msgid "Update Java"
msgstr ""
- msgid ""
- "<html><p> Sorry, it is impossible to paste tags from buffer. It does not "
- "contain any JOSM object or suitable text. </p></html>"
+ msgid "You are running version {0} of Java."
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "February 2013"
msgstr ""
msgid ""
- "Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
- "geometry from preferences."
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
msgstr ""
msgid ""
- "Preference with key ''{0}'' does not provide an int value for ''{1}''. Got "
- "{2}. Cannot restore window geometry from preferences."
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
msgstr ""
- msgid ""
- "Failed to parse field ''{1}'' in preference with key ''{0}''. Exception was: "
- "{2}. Cannot restore window geometry from preferences."
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
+ msgstr ""
+
+ msgid "Ignore warnings"
+ msgstr ""
+
+ msgid ""
+ "<html><p> Sorry, it is impossible to paste tags from buffer. It does not "
+ "contain any JOSM object or suitable text. </p></html>"
+ msgstr ""
+
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
+ "geometry from preferences."
+ msgstr ""
+
+ msgid ""
+ "Preference with key ''{0}'' does not provide an int value for ''{1}''. Got "
+ "{2}. Cannot restore window geometry from preferences."
+ msgstr ""
+
+ msgid ""
+ "Failed to parse field ''{1}'' in preference with key ''{0}''. Exception was: "
+ "{2}. Cannot restore window geometry from preferences."
msgstr ""
msgid ""
@@@ -13092,6 -13319,11 +13325,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13331,6 -13563,9 +13569,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13380,9 -13615,6 +13621,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13419,6 -13651,11 +13657,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13549,6 -13786,9 +13792,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13639,6 -13879,50 +13885,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13657,10 -13941,10 +13947,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13672,6 -13956,9 +13962,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13699,18 -13986,12 +13992,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13720,9 -14001,6 +14007,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13732,13 -14010,13 +14016,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13786,6 -14064,9 +14070,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13870,6 -14151,9 +14157,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13974,21 -14258,30 +14264,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -14004,10 -14297,10 +14303,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14043,7 -14336,7 +14342,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14112,12 -14405,18 +14411,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -14133,15 -14432,6 +14438,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14163,6 -14453,15 +14459,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14172,6 -14471,9 +14477,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14181,10 -14483,7 +14489,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14217,9 -14516,6 +14522,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14262,6 -14558,12 +14564,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14277,6 -14579,9 +14585,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14346,19 -14651,13 +14657,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14389,6 -14688,7 +14697,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14398,10 -14698,10 +14707,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14455,12 -14755,6 +14764,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14521,12 -14815,21 +14824,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14566,9 -14869,6 +14878,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14602,6 -14902,21 +14911,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14683,18 -14998,23 +15007,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14770,7 -15090,7 +15099,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14794,10 -15114,13 +15123,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14809,9 -15132,6 +15141,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14833,13 -15153,13 +15162,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14863,6 -15183,9 +15192,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14875,18 -15198,32 +15207,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14986,11 -15323,9 +15332,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15002,11 -15337,9 +15346,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -15025,10 -15358,10 +15367,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -15058,9 -15391,6 +15400,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "ÐмÑÑÑаÑÑÑ"
@@@ -15082,10 -15412,29 +15421,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15235,6 -15584,9 +15593,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15256,6 -15608,12 +15617,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15283,6 -15641,12 +15650,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15307,22 -15671,6 +15680,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15344,9 -15692,6 +15701,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15541,6 -15886,9 +15895,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15571,6 -15919,9 +15928,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15583,9 -15934,6 +15943,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15595,9 -15943,14 +15952,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15610,6 -15963,9 +15972,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15634,14 -15990,6 +15999,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15690,7 -16038,7 +16047,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15744,41 -16092,41 +16101,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15970,9 -16318,6 +16327,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15994,9 -16339,15 +16348,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -16009,6 -16360,9 +16369,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -16048,6 -16402,9 +16411,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16069,22 -16426,34 +16435,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16214,49 -16583,43 +16592,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16274,6 -16637,12 +16646,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16286,6 -16655,9 +16664,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16304,37 -16676,137 +16685,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16424,6 -16896,12 +16905,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16505,12 -16983,66 +16992,66 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr ""
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr ""
@@@ -16520,6 -17052,30 +17061,30 @@@ msgstr "
msgid "Telephone cards"
msgstr ""
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16529,31 -17085,37 +17094,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16581,7 -17143,7 +17152,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16608,21 -17170,15 +17179,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16657,18 -17213,24 +17222,24 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr "СÑ
аваÑÑ"
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr ""
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16700,6 -17262,9 +17271,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16737,117 -17302,153 +17311,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16881,33 -17482,43 +17491,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16941,6 -17552,22 +17561,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -17041,36 -17668,54 +17677,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17113,19 -17758,15 +17767,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17264,6 -17905,18 +17914,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17276,58 -17929,132 +17938,132 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
- msgid "Edit Residential Building"
+ msgid "Edit Residential Building"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "apartments"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "house"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hut"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "terrace"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "detached"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
msgstr ""
- msgid "apartments"
+ msgctxt "entrance"
+ msgid "yes"
msgstr ""
- msgid "house"
+ msgctxt "entrance"
+ msgid "main"
msgstr ""
- msgid "hut"
+ msgctxt "entrance"
+ msgid "service"
msgstr ""
- msgid "terrace"
+ msgctxt "entrance"
+ msgid "exit"
msgstr ""
- msgid "detached"
+ msgctxt "entrance"
+ msgid "emergency"
msgstr ""
msgid "Tower"
@@@ -17554,41 -18281,67 +18290,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17597,7 -18350,7 +18359,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17609,12 -18362,102 +18371,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17666,88 -18509,191 +18518,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
msgstr ""
- msgid "battery charging"
+ msgid "hygro run-of-the-river / hydro water-storage"
msgstr ""
- msgid "Power Station"
+ msgid "reciprocating_engine"
msgstr ""
- msgid "Edit Power Station"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17759,6 -18705,21 +18714,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17774,6 -18735,9 +18744,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17792,11 -18756,9 +18765,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17905,10 -18867,10 +18876,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17920,7 -18882,7 +18891,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17941,6 -18903,9 +18912,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17953,9 -18918,6 +18927,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18025,7 -18987,7 +18996,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18046,13 -19008,13 +19017,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18061,7 -19023,6 +19032,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18089,6 -19050,12 +19059,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18125,10 -19092,31 +19101,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18158,7 -19146,7 +19155,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18170,19 -19158,19 +19167,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18218,7 -19206,7 +19215,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18431,6 -19419,12 +19428,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18470,24 -19464,33 +19473,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr "ÐмÑнÑÑÑ Ð»ÐµÑ"
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18497,15 -19500,6 +19509,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18581,6 -19575,12 +19584,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18635,7 -19635,7 +19644,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18644,7 -19644,10 +19653,10 @@@ msgstr "
msgid "Graveyard"
msgstr ""
- msgid "Edit Graveyard"
+ msgid "Edit Graveyard"
+ msgstr ""
+
+ msgid "shinto"
msgstr ""
msgid "Cemetery"
@@@ -18722,6 -19725,33 +19734,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr ""
@@@ -18758,6 -19788,18 +19797,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18926,21 -19968,50 +19977,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18986,19 -20057,22 +20066,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19022,7 -20096,7 +20105,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19118,18 -20192,27 +20201,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -19139,7 -20222,10 +20231,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19148,10 -20234,10 +20243,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19169,6 -20255,9 +20264,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19184,28 -20273,28 +20282,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19226,19 -20315,19 +20324,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19313,10 -20402,13 +20411,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19331,9 -20423,6 +20432,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19361,6 -20450,9 +20459,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19406,10 -20498,40 +20507,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19421,7 -20543,7 +20552,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19439,7 -20561,7 +20570,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19556,19 -20678,130 +20687,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19587,7 -20820,46 +20829,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19599,24 -20871,30 +20880,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19632,7 -20910,7 +20922,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19641,6 -20919,9 +20931,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19787,6 -21068,29 +21080,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19952,6 -21256,9 +21268,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19997,6 -21304,39 +21316,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20192,10 -21532,22 +21544,22 @@@ msgstr "
msgid "Uploads traces to openstreetmap.org"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
+ msgstr ""
+
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20219,13 -21571,7 +21583,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20488,10 -21834,13 +21846,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20695,7 -22044,7 +22056,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20966,15 -22315,6 +22327,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21145,6 -22485,9 +22497,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21163,12 -22506,6 +22518,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21304,6 -22641,9 +22653,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21321,6 -22661,9 +22673,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21547,7 -22890,10 +22902,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21597,7 -22943,7 +22955,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21765,23 -23111,23 +23123,88 @@@ msgid "User {0} is mapping nearby
msgstr ""
msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21821,27 -23167,9 +23244,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22919,9 -24247,30 +24324,30 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>УÑе новÑÑ Ð»ÑнÑÑ Ð°ÑÑÑÐ¼Ð°Ð»Ñ ÑÑбÑоÑÑÑва Ñ ÑалÑвÑÑ
ÑÑадноÑÑнаÑ
.ТÑÑба "
+ "ÑпÑаÑдзÑÑÑ Ñ Ð²ÑпÑавÑÑÑ ÐºÐ°Ð»Ñ Ð¿Ð°ÑÑÑбна.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "УÑе новÑÑ Ð»ÑнÑÑ Ð°ÑÑÑÐ¼Ð°Ð»Ñ ÑÑбÑоÑÑÑва Ñ ÑÑадноÑÑнаÑ
.ТÑÑба ÑпÑаÑдзÑÑÑ Ñ "
+ "вÑпÑавÑÑÑ ÐºÐ°Ð»Ñ Ð¿Ð°ÑÑÑбна.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23568,9 -24917,6 +24994,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23623,18 -24969,6 +25046,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23981,6 -25315,27 +25392,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24132,6 -25487,9 +25564,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24449,9 -25807,6 +25884,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24667,6 -26022,9 +26099,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24699,15 -26057,31 +26134,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24822,9 -26196,6 +26273,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25003,19 -26374,19 +26451,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25231,6 -26602,95 +26679,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25267,6 -26727,9 +26804,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25419,9 -26882,6 +26959,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26407,9 -27867,6 +27944,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26688,9 -28145,6 +28222,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/bg.po
index 6743cbc,fc11a6b..ca2b33c
--- a/i18n/po/bg.po
+++ b/i18n/po/bg.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-06-24 15:10+0000\n"
"Last-Translator: Ventsislav Nikolov <ventsi.nikolov at gmail.com>\n"
"Language-Team: Bulgarian <bg at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:37+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:36+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: bg\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"ÐÑваÑÑнеÑо на вÑÑзкаÑа не Ñе поддÑÑжа на ÑекÑÑаÑа плаÑÑоÑма (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "ÐÐ ÐÐУÐÐ ÐÐÐÐÐÐÐ: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "ÐÐФÐ: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -164,16 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "Ðа JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐÐÐÐÐÐÐ: неоÑакван ÑоÑÐ¼Ð°Ñ Ð½Ð° Ð±Ð°Ð·Ð¾Ð²Ð¸Ñ API адÑеÑ. ÐÑенаÑоÑванеÑо кÑм лиÑнаÑа "
- "ÑÑÑаниÑа на OSM-поÑÑебиÑÐµÐ»Ñ Ð½ÐµÐ²Ñзможно. ÐазовиÑÑ API адÑеÑ: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -261,9 -265,6 +265,6 @@@ msgstr "ÐнÑÑÑÑменÑ: {0}
msgid "Please select at least four nodes."
msgstr "ÐÐ¾Ð»Ñ Ð¸Ð·Ð±ÐµÑеÑе поне ÑеÑиÑи ÑоÑки."
- msgid "Information"
- msgstr "ÐнÑоÑмаÑиÑ"
-
msgid "Align Nodes in Line"
msgstr "ÐодÑеди ÑоÑкиÑе в линиÑ"
@@@ -300,6 -301,9 +301,9 @@@ msgstr "ÑледваÑ
msgid "Nothing selected to zoom to."
msgstr "ÐÑма ниÑо избÑано за показване."
+ msgid "Information"
+ msgstr "ÐнÑоÑмаÑиÑ"
+
msgid "Zoom to {0}"
msgstr "Ðоказване на {0}"
@@@ -356,11 -360,9 +360,9 @@@ msgstr "
"поÑокаÑа на нÑкои Ð¾Ñ ÑÑÑ
?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Ðе може да Ñе обединÑÑ Ð»Ð¸Ð½Ð¸Ð¸Ñе (Ðе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° бÑÐ´Ð°Ñ Ð¿ÑедÑÑавени каÑо една "
- "поÑледоваÑелноÑÑ Ð¾Ñ Ð²Ñзли)."
msgid "Combine {0} ways"
msgstr "ÐбединÑване {0} линии"
@@@ -544,6 -546,9 +546,9 @@@ msgstr "ÐÑÑоÑиÑ
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Ðоказва инÑоÑмаÑÐ¸Ñ Ð·Ð° иÑÑоÑиÑÑа на OSM линии, ÑоÑки или ÑелаÑии."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "ÐÑÑоÑÐ¸Ñ (Ñеб)"
@@@ -666,11 -671,9 +671,9 @@@ msgid "Joined overlapping areas
msgstr "СвÑÑзана пÑеÑиÑаÑа облаÑÑ"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "ÐÑкои Ð¾Ñ Ð¿ÑÑиÑаÑа Ñа ÑаÑÑ Ð¾Ñ ÑелаÑии, коиÑо Ñа били пÑоменÑни. ÐолÑ, "
- "пÑовеÑеÑе дали нÑма да Ñе поÑвÑÑ Ð³ÑеÑки."
msgid "Fix tag conflicts"
msgstr "ÐопÑавÑне конÑликÑи маÑкеÑи"
@@@ -834,11 -837,9 +837,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Ðбедини ÑоÑкиÑе в най-ÑÑаÑаÑа Ð¾Ñ ÑÑÑ
."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
+"ÐÐ¾Ð»Ñ Ð¸Ð·Ð±ÐµÑеÑе поне два вÑзела за обединÑване или вÑзел, койÑо е близÑк до "
+"дÑÑг вÑзел."
msgid "Abort Merging"
msgstr "ÐÑекÑÑване на обединÑванеÑо"
@@@ -1025,16 -1026,9 +1028,9 @@@ msgid "Orthogonalize / Undo
msgstr "ÐÑÑогонализиÑане / ÐÑмÑна"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "ÐÑÑогонализиÑане на ÑоÑма / ÐÑмÑна\n"
- "ÐÐ¾Ð»Ñ Ð¸Ð·Ð±ÐµÑеÑе вÑзли, коиÑо Ñа пÑемеÑÑени Ð¾Ñ Ð¿ÑедиÑно дейÑÑвие на командаÑа "
- "ÐÑÑогонализиÑане на ÑоÑма"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ÐÑмÑна на ÐÑÑогонализиÑане на ÑоÑма"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1054,9 -1048,6 +1050,6 @@@ msgstr "ÐÑÑогонализиÑанÐ
msgid "Usage"
msgstr "Ðзползване"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "ÐзбÑаниÑе елеменÑи не Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° бÑÐ´Ð°Ñ Ð¾ÑÑогонализиÑани"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1232,9 -1223,6 +1225,6 @@@ msgstr "ÐаÑеждане на ÑеÑÐ
msgid "Load a session from file."
msgstr "ÐаÑеждане на ÑеÑÐ¸Ñ Ð¾Ñ Ñайл."
- msgid "Session file (*.jos, *.joz)"
- msgstr "СеÑÐ¸Ñ (*.jos, *.joz)"
-
msgid "Open session"
msgstr "ÐÑваÑÑне на ÑеÑиÑ"
@@@ -1387,18 -1375,14 +1377,14 @@@ msgstr "
"ÑÑедаÑа на пÑÑÑ.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>РолевоÑо ÑленÑÑво в ÑелаÑÐ¸Ñ Ð±ÐµÑе копиÑано за вÑиÑки нови "
- "пÑÑиÑа.<br>ТÑÑбва да го пÑовеÑиÑе и коÑигиÑаÑе ако е необÑ
одимо.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>ЧленÑÑвоÑо в ÑелаÑÐ¸Ñ Ð±ÐµÑе копиÑано за вÑиÑки нови пÑÑиÑа.<br>ТÑÑбва да "
- "го пÑовеÑиÑе и коÑигиÑаÑе ако е необÑ
одимо.</html>"
msgid "Split way {0} into {1} parts"
msgstr "РазделÑне пÑÑ {0} на {1} ÑаÑÑи"
@@@ -1493,6 -1477,27 +1479,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "ÐÑмÑна"
@@@ -1777,6 -1782,9 +1784,9 @@@ msgstr "({0}/{1}) ÐаÑеждане н
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) ÐаÑеждане на ÑодиÑелиÑе на ÑелаÑÐ¸Ñ {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "СвалÑне {0} Ð¾Ñ {1} ({2} оÑÑава)"
@@@ -2000,8 -2008,8 +2010,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2435,6 -2443,9 +2445,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2640,8 -2651,7 +2653,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2727,6 -2737,9 +2739,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "ÐÑомÑна на вÑзел {0}"
@@@ -2763,10 -2776,10 +2778,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2789,8 -2802,8 +2804,8 @@@ msgid "Double conflict
msgstr "Ðвоен конÑликÑ"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2900,6 -2913,9 +2915,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr "РазÑеÑаване на конÑликÑиÑе в ÑпиÑÑка Ñ ÑленовеÑе на ÑелаÑÐ¸Ñ {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "ÐавÑÑÑи {0} вÑзел"
@@@ -2960,11 -2976,9 +2978,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "ÐÑи обÑÑÑане напÑавлениеÑо на линиÑÑа, пÑедлагаме да Ñе напÑавÑÑ ÑледниÑе "
- "пÑомени на пÑÑиÑаÑа, и ÑеÑ
ниÑе вÑзли за да Ñе ÑÑÑ
Ñани ÑелоÑÑÑа на данниÑе."
msgid "Relation"
msgstr "РелаÑиÑ"
@@@ -2993,11 -3007,11 +3009,11 @@@ msgstr "ÐÑиложи избÑаниÑ
msgid "Do not apply changes"
msgstr "Ðе пÑилагай пÑомениÑе"
- msgid "Please select which property changes you want to apply."
- msgstr "ÐолÑ, избеÑеÑе кои пÑомени на паÑамеÑÑи желаеÑе да пÑиложиÑе."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "СвойÑÑва на "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Роли в ÑелаÑии, оÑнаÑÑÑи Ñе за"
@@@ -3017,6 -3031,9 +3033,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3047,21 -3064,19 +3066,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Ðнимание: неÑÑпеÑно запиÑване на пÑедпоÑиÑаниÑÑа в ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Ðнимание: неÑÑпеÑ
пÑи иниÑиализиÑане на пÑедпоÑиÑаниÑÑа. ÐиÑекÑоÑиÑÑа за "
- "пÑедпоÑиÑÐ°Ð½Ð¸Ñ ''{0}'' не е диÑекÑоÑиÑ."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3071,11 -3086,9 +3088,9 @@@ msgstr "
"пÑедпоÑиÑÐ°Ð½Ð¸Ñ ''{0}'' не е диÑекÑоÑиÑ."
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Ðнимание: ÐÑеÑка пÑи иниÑиализаÑÐ¸Ñ Ð½Ð° пÑедпоÑиÑаниÑÑа. ÐеÑÑпеÑно ÑÑздаване "
- "на липÑваÑа диÑекÑоÑÐ¸Ñ Ð·Ð° паÑамеÑÑи: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3084,13 -3097,11 +3099,11 @@@ msgstr "
"<html>ÐÑеÑка пÑи иниÑиализаÑÐ¸Ñ Ð½Ð° пÑедпоÑиÑаниÑÑа.<br>ÐеÑÑпеÑно ÑÑздаване на "
"липÑваÑа диÑекÑоÑÐ¸Ñ Ð·Ð° паÑамеÑÑи: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3104,8 -3115,8 +3117,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3135,11 -3146,10 +3148,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ÐÐÐÐÐÐСТÐÐ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3292,8 -3302,7 +3304,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "паÑамеÑÑÑÑÑ {0} не е в инÑеÑвала 0..{1}, Ñой е {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3400,7 -3409,7 +3411,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3438,9 -3447,6 +3449,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3481,6 -3487,9 +3489,9 @@@ msgstr "дÑÑго пÑи пÑовеÑÐ
msgid "Running test {0}"
msgstr "ÐÑовеÑÑва Ñе за: {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "ÐдÑеÑи"
@@@ -3505,6 -3514,15 +3516,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3566,6 -3584,9 +3586,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "ÐовÑаÑÑÑи Ñе ÑоÑки"
@@@ -3648,6 -3669,15 +3671,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "ÐÑлÑиполигон"
@@@ -3717,6 -3747,12 +3749,12 @@@ msgstr "ТоÑки Ñ ÐµÐ´Ð½Ð°ÐºÐ²Ð¸ и
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Този ÑеÑÑ Ð¿ÑовеÑÑва за ÑоÑки Ñ ÐµÐ´Ð½Ð°ÐºÐ¸ имена (може да Ñа повÑоÑениÑ)"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3776,13 -3812,13 +3814,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3818,13 -3854,11 +3856,11 @@@ msgstr "
"ÐÐ°Ð´ÐµÐ½Ð¸Ñ ÑеÑÑ Ð¿ÑовеÑÑва за пÑÑиÑа Ñ Ð¿Ð¾Ð´Ð¾Ð±Ð½Ð¸ имена. ÐÑзможно е Ñова да е Ð¾Ñ "
"пÑавопиÑни гÑеÑки."
- msgid "Properties checker :"
- msgstr "ÐÑовеÑка на паÑамеÑÑиÑе:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "Това ÑазÑиÑение пÑовеÑÑва за гÑеÑки в клÑÑовеÑе на маÑкиÑане и ÑеÑ
ниÑе "
- "ÑÑойноÑÑи"
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ðевалидна Ð»Ð¸Ð½Ð¸Ñ Ð½Ð° Ñаг-пÑовеÑка - {0}: {1}"
@@@ -3963,8 -3997,8 +3999,8 @@@ msgid "Use the default spellcheck file
msgstr ""
"Ðзползване на Ñайла за пÑовеÑка на пÑÐ°Ð²Ð¾Ð¿Ð¸Ñ Ð¿Ð¾ подÑазбиÑане (пÑепоÑÑÑвано)."
- msgid "Fix properties"
- msgstr "ÐопÑави паÑамеÑÑиÑе"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Ðе може да бÑде оÑкÑÐ¸Ñ Ñипа на елеменÑа"
@@@ -4038,6 -4072,9 +4074,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "Това пÑовеÑÑва дали пÑÑиÑа, коиÑо Ñа кÑÑгови Ñа заÑвоÑени."
+ msgid "Unclosed way"
+ msgstr "ÐезаÑвоÑен пÑÑ"
+
msgid "natural type {0}"
msgstr "еÑÑеÑÑвен Ñип {0}"
@@@ -4068,9 -4105,6 +4107,6 @@@ msgstr "ÑгÑада
msgid "area"
msgstr "облаÑÑ"
- msgid "Unclosed way"
- msgstr "ÐезаÑвоÑен пÑÑ"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4096,10 -4130,10 +4132,10 @@@ msgid "This test checks for untagged no
msgstr ""
"Този ÑеÑÑ Ð¿ÑовеÑÑва за немаÑкиÑани ÑоÑки, коиÑо не Ñа ÑаÑÑ Ð¾Ñ Ð½Ñкой пÑÑ."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4163,25 -4197,6 +4199,6 @@@ msgstr "ÐбÑÑнаÑа бÑеговÐ
msgid "Reversed land: land not on left side"
msgstr "ÐбÑÑнаÑа поÑока на линиÑÑа на ÑÑÑаÑа: земÑÑа не е Ð¾Ñ Ð»Ñво"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>ÐевÑзможно пÑоÑиÑанеÑо на оÑмеÑкиÑе оÑ<br>''{0}''<br>ÐÑеÑкаÑа е: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4285,7 -4300,7 +4302,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr "ÐаÑеждане на \"СÑобÑение на денÑ\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4521,6 -4536,18 +4538,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "ÐÑдио"
@@@ -4625,21 -4652,6 +4654,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "false: паÑамеÑÑÑа е изÑиÑно изклÑÑен"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: паÑамеÑÑÑа е изÑиÑно вклÑÑен"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "partial: ÑазлиÑниÑе избÑани обекÑи Ð¸Ð¼Ð°Ñ ÑазлиÑни ÑÑойноÑÑи, не пÑоменÑйÑе."
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
- "unset: не пÑоменÑйÑе ÑÑойноÑÑÑа на Ñози паÑамеÑÑÑ Ð½Ð° избÑаниÑе обекÑи"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4927,29 -4939,47 +4941,47 @@@ msgstr "> долÑ
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4964,8 -4994,8 +4996,8 @@@ msgstr "
msgid "Up"
msgstr "ÐагоÑе"
- msgid "Move up the selected elements by one position."
- msgstr "ÐÑемеÑÑване нагоÑе на избÑаниÑе елеменÑи Ñ ÐµÐ´Ð½Ð° позиÑиÑ"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "ÐадолÑ"
@@@ -5017,14 -5047,6 +5049,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "ÐÑзел"
@@@ -5274,14 -5296,14 +5298,14 @@@ msgctxt "tag
msgid "Key:"
msgstr "ÐлÑÑ:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr "СÑойноÑÑ:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5804,6 -5826,9 +5828,9 @@@ msgstr "Ðоказване/ÑкÑива
msgid "Information about layer"
msgstr "ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° ÑлоÑ"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5887,6 -5912,33 +5914,33 @@@ msgstr "
msgid "No"
msgstr "Ðе"
+ msgid "Object type:"
+ msgstr "Тип на обекÑа:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "ÑмеÑен"
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr "ID на обекÑа:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "ÐÑÑзки"
@@@ -5965,6 -6017,6 +6019,18 @@@ msgstr "
msgid "Authors"
msgstr "ÐвÑоÑи"
++msgid "Always shown"
++msgstr ""
++
++msgid "Dynamic"
++msgstr ""
++
++msgid "Always hidden"
++msgstr ""
++
++msgid "Authors"
++msgstr "ÐвÑоÑи"
++
msgid "Open a list of people working on the selected objects."
msgstr "Ðокажи ÑпиÑÑк Ñ
оÑа, ÑабоÑеÑи по избÑаниÑе обекÑи."
@@@ -5979,8 -6031,7 +6045,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6150,9 -6201,6 +6215,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6437,8 -6485,8 +6499,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6503,35 -6551,47 +6565,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "ÐаÑамеÑÑи/ÐÑноÑениÑ"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "ÐаÑамеÑÑи на избÑаниÑе обекÑи"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<ÑазлиÑни>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Член на"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "СвойÑÑва: {0} / ЧленÑÑво: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "ÐаÑамеÑÑи / ÐÑноÑениÑ"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "ÐзÑÑиване на избÑÐ°Ð½Ð¸Ñ ÐºÐ»ÑÑ Ð·Ð° вÑиÑки обекÑи"
- msgid "Delete Properties"
- msgstr "ÐзÑÑиване на паÑамеÑÑи"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "ÐÑомÑна на ÑелаÑиÑ"
@@@ -6545,13 -6605,13 +6619,13 @@@ msgstr "Ðзваждане на избÑ
msgid "Add a new key/value pair to all objects"
msgstr "ÐобавÑне на нова двойка клÑÑ/ÑÑойноÑÑ Ð·Ð° вÑиÑки обекÑи"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "РедакÑиÑане ÑÑойноÑÑÑа на избÑÐ°Ð½Ð¸Ñ ÐºÐ»ÑÑ Ð·Ð° вÑиÑки обекÑи"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6705,7 -6765,7 +6779,7 @@@ msgstr "ÐÑÑзкаÑа е изÑÑиÑ
msgid "Downloading relation {0}"
msgstr "СвалÑне на ÑелаÑÐ¸Ñ {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7023,6 -7083,27 +7097,27 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>ÐевÑзможно пÑоÑиÑанеÑо на оÑмеÑкиÑе оÑ<br>''{0}''<br>ÐÑеÑкаÑа е: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "ÐÑмеÑки"
@@@ -7158,47 -7239,20 +7253,20 @@@ msgstr "
msgid "Download object"
msgstr "СвалÑне на обекÑ"
- msgid "Object type:"
- msgstr "Тип на обекÑа:"
+ msgid "Start downloading"
+ msgstr "ÐапоÑни ÑвалÑне"
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "ÑмеÑен"
+ msgid ""
+ "Select if the referrers of the object should be downloaded as well, "
+ "i.e.,parent relations and for nodes, additionally, parent ways"
+ msgstr ""
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr "ID на обекÑа:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
-
- msgid ""
- "Select if the referrers of the object should be downloaded as well, "
- "i.e.,parent relations and for nodes, additionally, parent ways"
- msgstr ""
-
- msgid "Select if the members of a relation should be downloaded as well"
- msgstr ""
-
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
+ msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "ÐапоÑни ÑвалÑне"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7295,7 -7349,7 +7363,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7394,6 -7448,9 +7462,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7494,7 -7551,7 +7565,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7513,6 -7570,12 +7584,12 @@@ msgstr "ÐпиÑеÑе изменени
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7581,8 -7644,7 +7658,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7657,8 -7719,8 +7733,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7672,8 -7734,7 +7748,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7889,12 -7950,6 +7964,6 @@@ msgstr "ÐаÑване на пÑомеÐ
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7903,6 -7958,22 +7972,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7918,6 -7989,21 +8003,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "ÐÑекÑÑване на каÑванеÑо и пÑодÑлжаване Ñ ÑедакÑиÑанеÑо"
@@@ -7925,8 -8011,8 +8025,8 @@@ msgid "Tags of changeset {0}
msgstr "ÐÑикеÑи на ÑпиÑÑк Ñ Ð¿Ñомени {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8049,9 -8135,6 +8149,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "ÐаÑване на {0} обекÑ..."
@@@ -8061,6 -8144,9 +8158,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8077,7 -8163,7 +8177,7 @@@ msgstr "ÐзбеÑеÑе обекÑи Ð
msgid "Cancel uploading"
msgstr "ÐÑекÑаÑÑване на каÑванеÑо"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8223,7 -8309,7 +8323,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8253,7 -8339,7 +8353,7 @@@ msgstr "веÑÑÐ¸Ñ {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8619,9 -8705,6 +8719,6 @@@ msgstr "ÐзвлиÑане на GPS кÐ
msgid "Starting directory scan"
msgstr "ÐапоÑване на пÑеглед на диÑекÑоÑии"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "ÐÑоÑиÑане на Ñнимки..."
@@@ -8640,6 -8723,9 +8737,9 @@@ msgstr "ÐамеÑен е пÑазен
msgid "Error while getting files from directory {0}\n"
msgstr "ÐÑеÑка пÑи ÑеÑене на Ñайлове Ð¾Ñ Ð´Ð¸ÑекÑоÑÐ¸Ñ {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "ÐзобÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ñ Ð´Ð°Ð½Ð½Ð¸ за меÑÑоположение"
@@@ -8697,6 -8783,12 +8797,12 @@@ msgstr "СледваÑ
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "ЦенÑÑиÑане на изгледа"
@@@ -8767,9 -8859,6 +8873,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8963,14 -9052,10 +9066,10 @@@ msgstr "ÐÑзникна гÑеÑка Ð
msgid "(URL was: "
msgstr "(URL беÑе: "
- msgid "Error displaying URL"
- msgstr "ÐÑеÑка показване URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8985,7 -9070,7 +9084,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8995,8 -9080,7 +9094,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9216,7 -9300,7 +9314,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9948,7 -10032,7 +10046,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10016,6 -10100,9 +10114,9 @@@ msgstr "ÐзобÑазÑвай виÑÑ
msgid "Draw inactive layers in other color"
msgstr "ÐзобÑазÑвай неакÑивниÑе Ñлоеве в дÑÑг ÑвÑÑ"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10071,6 -10158,11 +10172,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10541,6 -10633,12 +10647,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10604,8 -10702,8 +10716,8 @@@ msgstr "ÐаÑÑÑойки на каÑÑ
msgid "Settings for the map projection and data interpretation."
msgstr "ÐаÑамеÑÑи на пÑоекÑиÑÑа на каÑÑаÑа и инÑеÑпÑеÑаÑиÑÑа на данниÑе."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Ðе може да Ñе пÑоÑеÑе изÑоÑник на Ñаблони за маÑкиÑане: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10863,40 -10961,40 +10975,40 @@@ msgstr "ШвейÑаÑÑка ÐÑежÐ
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
- msgstr "СевеÑ"
-
- msgid "South"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "Hemisphere"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "UTM Zone"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "North"
+ msgstr "СевеÑ"
+
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10949,8 -11047,8 +11061,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10959,20 -11057,25 +11071,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11054,16 -11157,10 +11171,10 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "изклÑÑено"
-
- msgid "no modifier"
- msgstr "без модиÑикаÑоÑ"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11134,8 -11231,8 +11245,8 @@@ msgstr "ÐÑилагане Ñаблон
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "ÐÑомÑна паÑамеÑÑи"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11143,8 -11240,8 +11254,8 @@@
msgid "Illegal member expression: {0}"
msgstr ""
--msgid "More information about this feature"
--msgstr "ÐовеÑе инÑоÑмаÑÐ¸Ñ Ð·Ð° Ñази вÑзможноÑÑ"
++msgid "Change Properties"
++msgstr "ÐÑомÑна паÑамеÑÑи"
msgid "Available roles"
msgstr ""
@@@ -11213,9 -11310,6 +11324,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Ðе може да Ñе пÑоÑеÑе изÑоÑник на Ñаблони за маÑкиÑане: {0}"
-
msgid "Error parsing {0}: "
msgstr "ÐÑеÑка пÑи ÑÐ°Ð·Ð±Ð¾Ñ {0}: "
@@@ -11234,6 -11328,14 +11342,14 @@@ msgstr "
msgid "Search in tags"
msgstr "ТÑÑÑене в еÑикеÑиÑе"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11263,9 -11365,51 +11379,51 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: паÑамеÑÑÑа е изÑиÑно изклÑÑен"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: паÑамеÑÑÑа е изÑиÑно вклÑÑен"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "partial: ÑазлиÑниÑе избÑани обекÑи Ð¸Ð¼Ð°Ñ ÑазлиÑни ÑÑойноÑÑи, не пÑоменÑйÑе."
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+ "unset: не пÑоменÑйÑе ÑÑойноÑÑÑа на Ñози паÑамеÑÑÑ Ð½Ð° избÑаниÑе обекÑи"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11296,7 -11440,7 +11454,7 @@@ msgid "Contacting OSM Server...
msgstr "СвÑÑзване Ñ OSM СÑÑвÑÑ..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11336,28 -11480,26 +11494,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11456,6 -11598,9 +11612,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "ÐÑеÑка пÑи ÑазбоÑ: невалидна ÑÑÑÑкÑÑÑа на gpx докÑменÑа"
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr "ÐÐµÐ¿Ð¾Ð·Ð½Ð°Ñ Ñежим {0}."
@@@ -11471,12 -11616,20 +11630,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11555,8 -11708,8 +11722,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "УÑпеÑно NMEA импоÑÑиÑане"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "ÐÑеÑка пÑи NMEA импоÑÑиÑане!"
@@@ -11654,35 -11807,11 +11821,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11692,8 -11821,8 +11835,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11720,10 -11849,7 +11863,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11809,8 -11935,8 +11949,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11987,6 -12113,6 +12127,15 @@@ msgstr "
msgid "Load data from API"
msgstr ""
++msgid "Enable the checkbox to accept the value"
++msgstr ""
++
++msgid "Accept all tags from {0} for this session"
++msgstr ""
++
++msgid "Load data from API"
++msgstr ""
++
msgid "Import data from URL"
msgstr ""
@@@ -12008,7 -12134,7 +12157,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -12057,6 -12183,15 +12206,15 @@@ msgid "Remote Control has been asked t
msgstr ""
"ÐиÑÑанÑионноÑо ÑпÑавление полÑÑи заÑвка за заÑеждане на данни Ð¾Ñ API-Ñо."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12087,19 -12222,19 +12245,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12121,11 -12256,23 +12279,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "СеÑÐ¸Ñ (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12195,13 -12342,13 +12365,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12345,10 -12492,10 +12515,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12363,22 -12510,21 +12533,21 @@@ msgstr "Ðапазване на добÐ
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12453,8 -12599,7 +12622,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12469,9 -12614,24 +12637,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12793,12 -12953,11 +12976,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12809,9 -12968,52 +12991,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12843,9 -13045,23 +13068,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13172,6 -13388,11 +13411,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13427,6 -13648,9 +13671,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13478,9 -13702,6 +13725,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13521,6 -13742,11 +13765,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13651,6 -13877,9 +13900,9 @@@ msgstr "ÐаÑип
msgid "Lit"
msgstr "оÑвеÑен(-а)"
+ msgid "Toll"
+ msgstr "ÐÑÑна ÑакÑа"
+
msgid "Motorway Link"
msgstr "ÐвÑомагиÑÑÑална вÑÑзка"
@@@ -13741,6 -13970,50 +13993,50 @@@ msgstr "УлиÑа
msgid "Edit Residential Street"
msgstr "РедакÑиÑане ÑлиÑа Ð¾Ñ Ð½Ð°Ñелено мÑÑÑо"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "ÐÐ»Ð°Ñ Ð¿ÑÑ"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "да"
+
+ msgid "no"
+ msgstr "не"
+
+ msgid "destination"
+ msgstr "Ñ Ð½Ð°Ð·Ð½Ð°Ñение"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "ÐилиÑна ÑлиÑа"
@@@ -13759,11 -14032,11 +14055,11 @@@ msgstr "ÐблаÑÑ
msgid "Service"
msgstr "ÐомоÑна ÑлиÑа"
- msgid "Edit Serviceway"
- msgstr "РедакÑиÑане помоÑна ÑлиÑа"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Тип помоÑна ÑлиÑа"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "алеÑ"
@@@ -13774,6 -14047,9 +14070,9 @@@ msgstr "авÑомобилен
msgid "parking_aisle"
msgstr "паÑкинг"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "УлиÑа паÑкинг"
@@@ -13801,18 -14077,12 +14100,12 @@@ msgstr "кÑÑгово
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "да"
-
msgid "Road Restrictions"
msgstr "ÐÑÑни огÑаниÑениÑ"
msgid "Edit Road Restrictions"
msgstr "РедакÑиÑане пÑÑни огÑаниÑениÑ"
- msgid "Toll"
- msgstr "ÐÑÑна ÑакÑа"
-
msgid "No exit (cul-de-sac)"
msgstr "Ðез изÑ
од"
@@@ -13822,9 -14092,6 +14115,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "Ñ Ð½Ð°Ð·Ð½Ð°Ñение"
-
msgid "delivery"
msgstr ""
@@@ -13834,15 -14101,15 +14124,15 @@@ msgstr "ÑазÑеÑиÑелен
msgid "private"
msgstr "ÑаÑÑен"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "ÑелÑкоÑÑопанÑки"
msgid "forestry"
msgstr "гоÑÑки пÑÑ"
- msgid "no"
- msgstr "не"
-
msgid "official"
msgstr ""
@@@ -13888,6 -14155,9 +14178,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "ÐбÑеÑÑвен ÑÑанÑпоÑÑ"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Ðин. ÑкоÑоÑÑ (км/Ñ)"
@@@ -13972,6 -14242,9 +14265,9 @@@ msgstr "РедакÑиÑай моÑÑ
msgid "viaduct"
msgstr "виадÑкÑ"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14076,21 -14349,30 +14372,30 @@@ msgstr "
msgid "Visibility"
msgstr "ÐидимоÑÑ"
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "за ÑÑедно ниво"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -14106,10 -14388,10 +14411,10 @@@ msgstr "ЧеÑен пÑÑ Ð·Ð° езда
msgid "Edit Bridleway"
msgstr "РедакÑиÑане Ð°Ð»ÐµÑ Ð·Ð° езда"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14145,7 -14427,7 +14450,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14214,12 -14496,18 +14519,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "ТелеÑон за ÑпеÑен ÑлÑÑай"
+ msgid "Drinking Water"
+ msgstr "ÐиÑейна вода"
msgid "Traffic Signal"
msgstr "СвеÑоÑаÑ"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Тип пеÑеÑ
одна пÑÑека"
@@@ -14235,15 -14523,6 +14546,6 @@@ msgstr "оÑÑÑов
msgid "unmarked"
msgstr "немаÑкиÑан"
- msgid "Cross on horseback"
- msgstr "ÐÑеÑиÑане вÑÑÑ
Ñ ÐºÐ¾Ð½"
-
- msgid "Cross by bicycle"
- msgstr "ÐÑеÑиÑане Ñ Ð²ÐµÐ»Ð¾Ñипед"
-
- msgid "Crossing attendant"
- msgstr "ÐомоÑник пÑи пÑеÑÑÑане"
-
msgid "Crossing type name (UK)"
msgstr "Ðме на Ñипа пÑÑека (UK)"
@@@ -14265,6 -14544,15 +14567,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "ÐомоÑник пÑи пÑеÑÑÑане"
+
+ msgid "Cross by bicycle"
+ msgstr "ÐÑеÑиÑане Ñ Ð²ÐµÐ»Ð¾Ñипед"
+
+ msgid "Cross on horseback"
+ msgstr "ÐÑеÑиÑане вÑÑÑ
Ñ ÐºÐ¾Ð½"
+
msgid "Stop"
msgstr "СÑоп"
@@@ -14274,6 -14562,9 +14585,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Ðини кÑÑгово движение"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "ÐоÑока"
@@@ -14283,11 -14574,8 +14597,8 @@@ msgstr "по ÑаÑовниковаÑÐ
msgid "Pedestrian Crossing"
msgstr "ÐеÑеÑ
одна пÑÑека"
- msgid "Edit Crossing"
- msgstr "РедакÑиÑане на пÑеÑеÑно мÑÑÑо или кÑÑÑÑовиÑе"
-
- msgid "Type name (UK)"
- msgstr "Тип име (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr ""
@@@ -14319,9 -14607,6 +14630,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr "ÐбÑÑÑало"
@@@ -14364,6 -14649,12 +14672,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "РазÑеÑено пÑеминаване:"
+ msgid "Material"
+ msgstr "ÐаÑеÑиал"
+
+ msgid "stone"
+ msgstr "камÑк"
+
msgid "Bollard"
msgstr "колÑеÑа"
@@@ -14379,6 -14670,9 +14693,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "плаÑÑмаÑа"
+
msgid "Cycle Barrier"
msgstr "Ðело баÑиеÑа"
@@@ -14448,19 -14742,13 +14765,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14491,6 -14779,7 +14805,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14500,11 -14789,11 +14815,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "ÐÑ
од"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "РедакÑиÑай вÑ
од"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "ÐоÑÑа"
@@@ -14557,12 -14846,6 +14872,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "ÐаÑеÑиал"
-
- msgid "stone"
- msgstr "камÑк"
-
msgid "Turnstile"
msgstr "ÑÑÑÐ½Ð¸ÐºÐµÑ (конÑÑол на доÑÑÑпа)"
@@@ -14623,12 -14906,21 +14932,21 @@@ msgstr "РедакÑиÑай оÑÑоÑ
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "ÐоÑок"
msgid "Edit Stream"
msgstr "РедакÑиÑай поÑок"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Ðанал"
@@@ -14668,9 -14960,6 +14986,6 @@@ msgstr "РедакÑиÑай Ñзови
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14704,6 -14993,21 +15019,21 @@@ msgstr "РедакÑиÑай закÑи
msgid "Edit Water"
msgstr "РедакÑиÑай водаÑа"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "СÑÑа"
@@@ -14785,18 -15089,23 +15115,23 @@@ msgstr "РедакÑиÑай ÑеÑиб
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "велоÑипед"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14872,7 -15181,7 +15207,7 @@@ msgstr "ÑÑÑизÑм
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14896,10 -15205,13 +15231,13 @@@ msgstr "
msgid "rail"
msgstr "ÐÐ"
- msgid "Voltage"
- msgstr "ÐолÑаж"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14911,9 -15223,6 +15249,6 @@@ msgstr "ТеÑнолинейка
msgid "Edit Narrow Gauge Rail"
msgstr "РедакÑиÑай ÑеÑнолинейка"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "ÐоноÑелÑа"
@@@ -14935,15 -15244,15 +15270,15 @@@ msgstr "РедакÑиÑай лека Ð
msgid "Subway"
msgstr "ÐеÑÑо"
+msgid "Edit Tram"
+msgstr "РедакÑиÑай ÑÑамвай"
+
msgid "Edit Subway"
msgstr "РедакÑиÑай меÑÑо"
msgid "Tram"
msgstr "ТÑамвай"
-msgid "Edit Tram"
-msgstr "РедакÑиÑай ÑÑамвай"
-
msgid "Bus Guideway"
msgstr "ÐапÑавлÑван авÑобÑÑ"
@@@ -14965,6 -15274,9 +15300,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "РегÑлиÑан ÐРпÑелез"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14977,18 -15289,32 +15315,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "ÑÑеден"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "пÑлен"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "ÐРпÑелез"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Тип пÑеÑиÑане"
@@@ -15088,11 -15414,9 +15440,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15104,11 -15428,9 +15454,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -15127,12 -15449,12 +15475,12 @@@ msgstr "наземен
msgid "underground"
msgstr "подземен"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "ÐоÑÑÑп"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -15160,9 -15482,6 +15508,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "ÐапаÑиÑеÑ"
@@@ -15184,10 -15503,29 +15529,29 @@@ msgstr "РабоÑно вÑеме
msgid "24/7"
msgstr "деноноÑно"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "понеделник-пеÑÑк 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15337,6 -15675,9 +15701,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "ÐолÑаж"
+
msgid "Amperage"
msgstr ""
@@@ -15358,6 -15699,12 +15725,12 @@@ msgstr "СеÑвиз
msgid "Edit Car Repair"
msgstr "РедакÑиÑай авÑоÑеÑвиз"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15385,6 -15732,12 +15758,12 @@@ msgstr "Ðод наем
msgid "Edit Car Rental"
msgstr "РедакÑиÑане коли под наем"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "СподелÑне на авÑомобили"
@@@ -15409,22 -15762,6 +15788,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15446,9 -15783,6 +15809,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "ÐÑеÑ
и"
@@@ -15643,6 -15977,9 +16003,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15673,6 -16010,9 +16036,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Скамейка"
@@@ -15685,9 -16025,6 +16051,6 @@@ msgstr "Ðнвалидна колиÑк
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15697,8 -16034,13 +16060,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "ÐаÑа / СпиÑка"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "РедакÑиÑане: гаÑа / ÑÑанÑиÑ"
msgid "Building"
msgstr "СгÑада"
@@@ -15712,6 -16054,9 +16080,9 @@@ msgstr "РедакÑиÑай вÑ
од Ð
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15736,14 -16081,6 +16107,6 @@@ msgstr "клиенÑÑки каÑÑи
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "ÐаÑа / СпиÑка"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "РедакÑиÑане: гаÑа / ÑÑанÑиÑ"
-
msgid "UIC-Reference"
msgstr "UIC-РеÑеÑенÑиÑ"
@@@ -15792,8 -16129,8 +16155,8 @@@ msgstr "РедакÑиÑай авÑоб
msgid "Taxi"
msgstr "ТакÑи"
- msgid "Edit Taxi station"
- msgstr "РедакÑиÑай ÑÑоÑнка ÑакÑиÑа"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "ÐеÑиÑе"
@@@ -15846,6 -16183,21 +16209,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "ÑеÑминал"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15868,21 -16220,6 +16246,6 @@@ msgstr "РедакÑиÑай Ñ
оÑел
msgid "Stars"
msgstr "Ðвезди"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "ÑеÑминал"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -16072,9 -16409,6 +16435,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "вÑоÑник-Ð½ÐµÐ´ÐµÐ»Ñ 08:00-15:00; ÑÑбоÑа 08:00-12:00"
-
msgid "Tourism"
msgstr "ТÑÑизÑм"
@@@ -16096,9 -16430,15 +16456,15 @@@ msgstr "ÐаблÑдаÑелниÑа
msgid "Information Office"
msgstr "ÐнÑоÑмаÑионен пÑнкÑ"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "ÐаÑÑа"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -16111,6 -16451,9 +16477,9 @@@ msgstr "ÑлиÑа
msgid "scheme"
msgstr "ÑÑ
ема"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -16150,6 -16493,9 +16519,9 @@@ msgstr "... вÑзможни Ñа дÑÑ
msgid "Information Board"
msgstr "ÐнÑоÑмаÑионно Ñабло"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "СÑдÑÑжание на ÑаблоÑо"
@@@ -16171,23 -16517,35 +16543,35 @@@ msgstr "ÑаÑÑениÑ
msgid "Guidepost"
msgstr "УпÑÑване"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "ÐнÑоÑмаÑионен пÑнкÑ"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Ðо-ÑоÑно опиÑание"
msgid "Audioguide"
msgstr "ÐÑдио напÑÑÑÑвиÑ"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "ÐÑдио-напÑÑÑÑÐ²Ð¸Ñ Ð¿Ð¾ мобилен ÑелеÑон?"
msgid "Phone number"
msgstr "Тел. номеÑ"
- msgid "Other Information Points"
- msgstr "ÐÑÑги инÑоÑмаÑионни ÑоÑки"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "ÐеÑÑа за оÑдиÑ
и ÑазвлеÑениÑ"
@@@ -16316,50 -16674,44 +16700,44 @@@ msgstr "ТвоÑба на изкÑÑÑÐ
msgid "Edit Artwork"
msgstr "РедакÑиÑай ÑвоÑба на изкÑÑÑвоÑо"
- msgid "Place of Worship"
- msgstr "ÐÑÑÑо за богоÑлÑжение"
-
- msgid "Edit Place of Worship"
- msgstr "РедакÑиÑай мÑÑÑо за богоÑлÑжение"
-
- msgid "Religion"
- msgstr "РелигиÑ"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "ÐаÑ
аи"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "ÐÑдизÑм"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "Ð¥ÑиÑÑиÑнÑÑво"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "ÐндÑизÑм"
+ msgid "Place of Worship"
+ msgstr "ÐÑÑÑо за богоÑлÑжение"
- msgid "jain"
- msgstr "ÐжайнизÑм"
+ msgid "Church"
+ msgstr "ЦÑÑква"
- msgid "jewish"
- msgstr "ЮдаизÑм"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "ÐÑÑÑлманÑÑво"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "СикÑ
изÑм"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "СпиÑиÑÑализÑм"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "ÐаоÑизÑм"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "УниÑаÑиÑÑи"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "ÐоÑоаÑÑÑизÑм"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "ÐонÑеÑиÑ"
@@@ -16376,6 -16728,12 +16754,12 @@@ msgstr "ÐаÑолиÑеÑко
msgid "evangelical"
msgstr "ÐвангелÑка"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "СвидеÑели на ÐеÑ
ова"
@@@ -16388,6 -16746,9 +16772,9 @@@ msgstr "ÐеÑодизÑм
msgid "mormon"
msgstr "ÐоÑмони"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ÐÑавоÑлавие"
@@@ -16406,39 -16767,139 +16793,139 @@@ msgstr "ÐваÑкеÑи
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "ШийÑи"
msgid "sunni"
msgstr "СÑниÑи"
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
msgstr ""
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "РелигиÑ"
+
+ msgid "bahai"
+ msgstr "ÐаÑ
аи"
+
+ msgid "jain"
+ msgstr "ÐжайнизÑм"
+
+ msgid "sikh"
+ msgstr "СикÑ
изÑм"
+
+ msgid "spiritualist"
+ msgstr "СпиÑиÑÑализÑм"
+
+ msgid "taoist"
+ msgstr "ÐаоÑизÑм"
+
+ msgid "unitarian"
+ msgstr "УниÑаÑиÑÑи"
+
+ msgid "zoroastrian"
+ msgstr "ÐоÑоаÑÑÑизÑм"
+
msgid "Public Building"
msgstr "ÐбÑеÑÑвена ÑгÑада"
@@@ -16526,6 -16987,12 +17013,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "ÐдÑаве"
@@@ -16607,55 -17074,139 +17100,139 @@@ msgstr "ÐеÑеÑинаÑ
msgid "Edit Veterinary"
msgstr "РедакÑиÑай веÑеÑинаÑ"
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
- msgstr "ÐоÑенÑка кÑÑиÑ"
+ msgid "Access rights"
+ msgstr ""
- msgid "Telephone"
- msgstr "ТелеÑон"
+ msgid "public"
+ msgstr ""
- msgid "Edit Telephone"
- msgstr "РедакÑиÑай ÑелеÑон"
+ msgid "seasonal"
+ msgstr ""
- msgid "Telephone cards"
- msgstr "ТелеÑонни каÑÑи"
+ msgid "flush"
+ msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
+
+ msgid "Post Box"
+ msgstr "ÐоÑенÑка кÑÑиÑ"
+
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
+ msgid "Telephone"
+ msgstr "ТелеÑон"
+
+ msgid "Edit Telephone"
+ msgstr "РедакÑиÑай ÑелеÑон"
+
+ msgid "Telephone cards"
+ msgstr "ТелеÑонни каÑÑи"
+
+ msgid "Emergency Phone"
+ msgstr "ТелеÑон за ÑпеÑен ÑлÑÑай"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16683,8 -17234,8 +17260,8 @@@ msgstr "
msgid "Recycling"
msgstr "РеÑиклиÑане"
- msgid "Edit Recycling station"
- msgstr "РедакÑиÑане на ÑÑанÑÐ¸Ñ Ð·Ð° ÑеÑиклиÑане"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "ÐаÑеÑии"
@@@ -16710,21 -17261,15 +17287,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr "плаÑÑмаÑа"
-
msgid "Amount of Seats"
msgstr "ÐÑой ÑедÑÑи меÑÑа"
@@@ -16759,8 -17304,17 +17330,17 @@@ msgstr "РедакÑиÑай ловнÐ
msgid "Height"
msgstr "ÐиÑоÑина"
+ msgctxt "height"
msgid "low"
- msgstr "ниÑÑк"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "СкÑивалиÑе"
@@@ -16768,9 -17322,6 +17348,6 @@@
msgid "Lock"
msgstr "ÐаклÑÑване"
- msgid "Drinking Water"
- msgstr "ÐиÑейна вода"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16802,6 -17353,9 +17379,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16839,119 -17393,155 +17419,155 @@@ msgstr "СÑадион
msgid "Edit Stadium"
msgstr "РедакÑиÑай ÑÑадион"
- msgid "select sport:"
- msgstr "вид ÑпоÑÑ:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "ÑпоÑÑ"
+ msgid "Sport"
+ msgstr "СпоÑÑ"
+ msgctxt "sport"
msgid "multi"
- msgstr "многобой"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "ÑÑÑелба Ñ Ð»Ñк"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "аÑлеÑика"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "авÑÑÑалийÑки ÑÑÑбол"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "бейзбол"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "баÑкеÑбол"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "игÑа Ñ Ð¼ÐµÑ.ÑопÑеÑа"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "игÑа Ñ Ð°Ñим.Ñопки"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "канÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "алпинизÑм"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "кÑикеÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "кÑÐ¸ÐºÐµÑ Ð¼Ñежи"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "кÑокеÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "велоÑпоÑÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "кÑÑеÑки надбÑгваниÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "конна езда"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "голÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "гимнаÑÑика"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "Ñ
окей"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "конни надбÑгваниÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "моÑоÑен ÑпоÑÑ"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "бейзбол"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "ÑÐ°ÐºÐµÑ Ð±Ð¾Ð»"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "ÑÑÑелба"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "ÑкейÑбоÑд"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "ÑигÑÑно пÑÑзалÑне"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "Ñки"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "ÑÑÑбол"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "плÑване"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "ÑÐµÐ½Ð¸Ñ Ð½Ð° маÑа"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "ÑениÑ"
+ msgstr ""
msgid "Sports Centre"
msgstr "СпоÑÑен ÑенÑÑÑ"
@@@ -16983,26 -17573,27 +17599,27 @@@ msgstr "ÐиниголÑ
msgid "Edit Miniature Golf"
msgstr "РедакÑиÑай миниголÑ"
- msgid "Sport"
- msgstr "СпоÑÑ"
-
msgid "Multi"
msgstr "Ðногобой"
msgid "Edit Multi"
msgstr "РедакÑиÑай многобой"
- msgid "type"
- msgstr "Ñип"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "игÑиÑе"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "ÑпоÑÑен ÑенÑÑÑ"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "ÑÑадион"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17010,6 -17601,15 +17627,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "игÑиÑе"
+
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑен ÑенÑÑÑ"
+
+ msgid "stadium"
+ msgstr "ÑÑадион"
+
msgid "10pin"
msgstr "ÐоÑлинг зала"
@@@ -17043,6 -17643,22 +17669,22 @@@ msgstr "РедакÑиÑай канÑ
msgid "Edit Cycling"
msgstr "РедакÑиÑай велоÑипедизÑм"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "ÐадпÑеваÑване Ñ ÐºÑÑеÑа"
@@@ -17099,7 -17715,7 +17741,7 @@@ msgid "Skating
msgstr "ФигÑÑно пÑÑзалÑне"
msgid "Edit Skating"
- msgstr "РедакÑиÑай ÑигÑÑно пÑÑзалÑне"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17143,36 -17759,54 +17785,54 @@@ msgstr "Ðимен паÑк
msgid "Difficulty"
msgstr "ТÑÑдноÑÑ"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "наÑинаеÑ"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "леÑно"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "за напÑеднали"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "екÑпеÑÑ"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "Ñвободна езда"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17215,19 -17849,15 +17875,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17366,6 -17996,18 +18022,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17378,60 -18020,134 +18046,134 @@@ msgstr "ÐзкÑÑÑвени
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr "ÐилиÑна ÑгÑада"
msgid "Edit Residential Building"
msgstr "РедакÑиÑане на жилиÑна ÑгÑада"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "ÐÑ
од"
+
+ msgid "Edit Entrance"
+ msgstr "РедакÑиÑай вÑ
од"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "ÐÑла"
@@@ -17656,41 -18372,67 +18398,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17699,8 -18441,8 +18467,8 @@@ msgstr "ТоÑка на наблÑдеÐ
msgid "Edit Survey Point"
msgstr "РедакÑиÑай ÑоÑка на наблÑдение"
- msgid "Surveillance"
- msgstr "ÐидеонаблÑдение"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "РедакÑиÑай видеонаблÑдение"
@@@ -17711,12 -18453,102 +18479,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "магазин"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "ÐлекÑÑоÑенÑÑала"
@@@ -17768,89 -18600,192 +18626,192 @@@ msgstr "вÑÑÑÑна енеÑгиÑ
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "ÑлÑнÑева енеÑгиÑ"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
msgstr ""
- msgid "battery charging"
+ msgid "solar photovoltaic"
msgstr ""
- msgid "Power Station"
- msgstr "ÐлекÑÑоÑÑанÑиÑ"
+ msgid "solar_thermal_collector"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "РедакÑиÑай елекÑÑоÑÑанÑиÑ"
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "ÐлекÑÑоподÑÑанÑиÑ"
@@@ -17861,6 -18796,21 +18822,21 @@@ msgstr "РедакÑиÑай елекÑ
msgid "Line reference"
msgstr "ÐзнаÑение"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "ниÑÑк"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17876,6 -18826,9 +18852,9 @@@ msgstr "РедакÑиÑай ÑÑÑлÐ
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17894,11 -18847,9 +18873,9 @@@ msgstr "РедакÑиÑай линиÑ
msgid "Line type"
msgstr "Тип на линиÑ"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18007,11 -18958,11 +18984,11 @@@ msgstr "ÐÑдка
msgid "Edit Kiosk"
msgstr "РедакÑиÑай бÑдка"
- msgid "Baker"
- msgstr "ФÑÑна"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "РедакÑиÑай ÑÑÑна"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "ÐеÑаÑниÑа"
@@@ -18022,7 -18973,7 +18999,7 @@@ msgstr "РедакÑиÑай меÑаÑ
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -18043,6 -18994,9 +19020,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Ðио магазин"
+
msgid "Greengrocer"
msgstr ""
@@@ -18055,9 -19009,6 +19035,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Ðио магазин"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18127,7 -19078,7 +19104,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18148,13 -19099,13 +19125,13 @@@ msgstr "РедакÑиÑай магаз
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18163,9 -19114,8 +19140,8 @@@ msgstr "ÐÑдио HiFi
msgid "Edit Hifi Shop"
msgstr "РедакÑиÑай магазин за ÐÑдио HiFi"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Ðидео"
msgid "Edit Video Shop"
msgstr "РедакÑиÑай Ðидео-магазин"
@@@ -18191,6 -19141,12 +19167,12 @@@ msgstr "РедакÑиÑай обмÑн
msgid "Edit Automated Teller Machine"
msgstr "РедакÑиÑай банкомаÑ"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18227,10 -19183,31 +19209,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "ÐÑдизÑм"
+
+ msgid "christian"
+ msgstr "Ð¥ÑиÑÑиÑнÑÑво"
+
+ msgid "hindu"
+ msgstr "ÐндÑизÑм"
+
+ msgid "jewish"
+ msgstr "ЮдаизÑм"
+
+ msgid "muslim"
+ msgstr "ÐÑÑÑлманÑÑво"
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18260,7 -19237,7 +19263,7 @@@ msgstr "РедакÑиÑай желез
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18272,19 -19249,19 +19275,19 @@@ msgstr "РедакÑиÑай мебел
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18320,7 -19297,7 +19323,7 @@@ msgstr "РедакÑиÑане на ÑÑ
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18533,6 -19510,12 +19536,12 @@@ msgstr "ÐÑÑÑ
msgid "Edit Peak"
msgstr "РедакÑиÑане вÑÑÑ
"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Ðедник"
@@@ -18572,26 -19555,35 +19581,35 @@@ msgstr "ÐÑÑво
msgid "Edit Tree"
msgstr "РедакÑиÑай дÑÑво"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "ÐоÑаниÑеÑко название"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "ÐоÑа"
msgid "Edit Wood"
msgstr "ÑедакÑиÑане на \"гоÑа\""
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "иглолиÑÑен"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "ÑиÑоколиÑÑен"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "ÑмеÑен"
msgid "Forest"
msgstr "ÐоÑа"
@@@ -18599,15 -19591,6 +19617,6 @@@
msgid "Edit Forest Landuse"
msgstr "ÑедакÑиÑане на \"залеÑена плоÑ\""
- msgid "coniferous"
- msgstr "иглолиÑÑен"
-
- msgid "deciduous"
- msgstr "ÑиÑоколиÑÑен"
-
- msgid "mixed"
- msgstr "ÑмеÑен"
-
msgid "Grassland"
msgstr ""
@@@ -18683,6 -19666,12 +19692,12 @@@ msgstr "ÐолÑна
msgid "Edit Meadow Landuse"
msgstr "РедакÑиÑане полÑна"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Ðозе"
@@@ -18737,8 -19726,8 +19752,8 @@@ msgstr "СпоÑÑна плоÑадка
msgid "Edit Recreation Ground Landuse"
msgstr "РедакÑиÑай ÑпоÑÑна плоÑадка"
- msgid "Residential area"
- msgstr "ÐилиÑна зона"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "РедакÑиÑай жилиÑна зона"
@@@ -18749,6 -19738,9 +19764,9 @@@ msgstr "ЦÑÑковно гÑобиÑе
msgid "Edit Graveyard"
msgstr "РедакÑиÑай ÑÑÑковно гÑобиÑе"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "ÐÑобиÑе"
@@@ -18824,6 -19816,33 +19842,33 @@@ msgstr "РедакÑиÑай каÑие
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "РедакÑиÑане на инÑоÑмаÑиÑÑа за адÑеÑа"
@@@ -18857,8 -19876,20 +19902,20 @@@ msgstr "неÑеÑни
msgid "even"
msgstr "ÑеÑни"
- msgid "alphabetic"
- msgstr "по азбÑÑен Ñед"
+ msgid "alphabetic"
+ msgstr "по азбÑÑен Ñед"
+
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
msgid "Contact (common schema)"
msgstr ""
@@@ -19028,20 -20059,49 +20085,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "пÑÑ"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "Ñки"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "пеÑ"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "ÑÑÑиÑÑиÑеÑки маÑÑÑÑÑ"
+ msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "обиколка"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "ÐпиÑание на Ñимвол"
@@@ -19088,19 -20148,22 +20174,22 @@@ msgstr "ÑоÑка за ÑпиÑане
msgid "backward halt point"
msgstr "ÑоÑка за ÑпиÑане назад"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19124,7 -20187,7 +20213,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19220,18 -20283,27 +20309,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "моÑÑ"
msgid "deprecated"
msgstr "оÑÑаÑÑл, веÑе невалиден"
+ msgid "bicycle"
+ msgstr "велоÑипед"
+
+ msgid "foot"
+ msgstr "пеÑ"
+
msgid "horse"
msgstr "кон"
@@@ -19241,8 -20313,11 +20339,11 @@@ msgstr "баÑиеÑа
msgid "motorroad"
msgstr "авÑомобилен пÑÑ"
- msgid "highway_track"
- msgstr "пÑÑ_оÑ_пÑÑна_мÑежа"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "ÑÑлÑги"
@@@ -19250,11 -20325,11 +20351,11 @@@
msgid "ford"
msgstr "ÑоÑд"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "ÑоÑка за вÑÑзка ÑÑÑ ÑпеÑна помоÑ"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "ÑеÑен бÑÑг"
@@@ -19271,6 -20346,9 +20372,9 @@@ msgstr "
msgid "railwaypoint"
msgstr "ÐÐ ÑоÑка"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19286,29 -20364,29 +20390,29 @@@ msgstr "ÑÑаÑа ÐРлиниÑ
msgid "aeroway"
msgstr "вÑздÑÑен ÑÑанÑпоÑÑ"
- msgid "aeroway_dark"
- msgstr "Ðадземен_ÑÑанÑпоÑÑ_ÑÑмен"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "Ðадземен_ÑÑанÑпоÑÑ_ÑвеÑÑл"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "леÑна Ñки пиÑÑа"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "ÑÑедно ÑÑÑдна Ñки пиÑÑа"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "Ñки пиÑÑа за напÑеднали"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "Ñки пиÑÑа за екÑпеÑÑи"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "Ñки пиÑÑа freeride"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "Ñки пиÑÑа за наÑинаеÑи"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "заÑ
Ñанване"
@@@ -19328,20 -20406,20 +20432,20 @@@ msgstr "ÑÑ
Ñ Ð¿ÑиÑÑан
msgid "amenity"
msgstr "ÐбÑеÑÑвени ÑÑлÑги"
- msgid "amenity_traffic"
- msgstr "ÐбÑеÑÑвен ÑÑаÑик"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "ÐбÑеÑÑвено оÑвеÑление"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "ÑвеÑла_вода"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "здÑавеопазване"
- msgid "shop"
- msgstr "магазин"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "Ñ
оÑел"
@@@ -19415,10 -20493,13 +20519,13 @@@ msgstr "маÑÑÑÑÑ
msgid "boundary"
msgstr "гÑаниÑа"
+ msgid "sport"
+ msgstr "ÑпоÑÑ"
+
msgid "place"
msgstr "мÑÑÑо"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19433,9 -20514,6 +20540,6 @@@ msgstr "ÐÑад/Село
msgid "One Way"
msgstr "ÐднопоÑоÑна"
- msgid "Church"
- msgstr "ЦÑÑква"
-
msgid "Fuel Station"
msgstr "ÐензиноÑÑанÑиÑ"
@@@ -19463,6 -20541,9 +20567,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19508,10 -20589,40 +20615,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19523,7 -20634,7 +20660,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19541,7 -20652,7 +20678,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19658,19 -20769,130 +20795,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19689,7 -20911,46 +20937,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19701,24 -20962,30 +20988,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19734,7 -21001,7 +21030,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19743,6 -21010,9 +21039,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19889,6 -21159,29 +21188,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20054,6 -21347,9 +21376,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20099,6 -21395,39 +21424,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "ÐоÑÑ:"
+
+ msgid "refresh the port list"
+ msgstr "обнови ÑпиÑÑка Ñ Ð¿Ð¾ÑÑове"
+
+ msgid "Configure"
+ msgstr "ÐаÑÑÑойки"
+
+ msgid "Connection Error."
+ msgstr "ÐÑеÑка пÑи ÑвÑÑзване."
+
+ msgid "configure the connected DG100"
+ msgstr "конÑигÑÑиÑане на ÑвÑÑзаноÑо DG100"
+
+ msgid "delete data after import"
+ msgstr "изÑÑиване на данниÑе Ñлед импоÑÑ"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20293,13 -21622,25 +21651,25 @@@ msgstr "Ðе е пÑидоÑÑавенÐ
msgid "Uploading GPX Track"
msgstr "ÐаÑване на GPX Ñледа"
- msgid "Uploads traces to openstreetmap.org"
- msgstr "ÐаÑване на Ñледи на openstreetmap.org"
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr "ÐаÑване на Ñледи на openstreetmap.org"
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
+ msgstr ""
+
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20323,13 -21664,7 +21693,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20592,10 -21927,13 +21956,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20799,7 -22137,7 +22166,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21070,15 -22408,6 +22437,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21249,6 -22578,9 +22607,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21267,12 -22599,6 +22628,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21420,6 -22746,9 +22775,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21438,6 -22767,9 +22796,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "ÐобавÑне на \"source=...\" кÑм ?"
@@@ -21670,8 -23002,11 +23031,11 @@@ msgstr "WMS Ñлой ({0}), {1} кваÐ
msgid "Is not vectorized."
msgstr "Ðе е векоÑоÑизиÑан."
- msgid "Raster size: {0}"
- msgstr "Ð Ð°Ð·Ð¼ÐµÑ Ð½Ð° ÑаÑÑеÑа: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "ÐекÑоÑизиÑан."
@@@ -21722,7 -23057,7 +23086,7 @@@ msgstr "ÐзÑÑиване на избÑ
msgid "Color Schemes"
msgstr "ЦвеÑни ÑÑ
еми"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21848,67 -23183,67 +23212,132 @@@ msgid "Public
msgstr ""
msgid "Could not get server response, check logs"
+msgstr ""
+
+msgid "Failed to login as {0}:"
+msgstr ""
+
+msgid "The server did not return user ID"
+msgstr ""
+
+msgid "Failed to send message:"
+msgstr ""
+
+msgid "Failed to get messages as {0}:"
+msgstr ""
+
+msgid "GeoChat"
+msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
+ msgstr ""
+
+ msgid "Failed to login as {0}:"
+ msgstr ""
+
+ msgid "The server did not return user ID"
+ msgstr ""
+
+ msgid "Failed to send message:"
+ msgstr ""
+
+ msgid "Failed to get messages as {0}:"
+ msgstr ""
+
+ msgid "GeoChat"
+ msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr "Само позиÑиÑ"
@@@ -21948,27 -23283,9 +23377,9 @@@ msgstr "ÐзклÑÑване на наÑ
msgid "Unknown logFormat"
msgstr "ÐеизвеÑÑен ÑоÑÐ¼Ð°Ñ Ð·Ð° наÑÑÑпване"
- msgid "Port:"
- msgstr "ÐоÑÑ:"
-
- msgid "refresh the port list"
- msgstr "обнови ÑпиÑÑка Ñ Ð¿Ð¾ÑÑове"
-
- msgid "Configure"
- msgstr "ÐаÑÑÑойки"
-
msgid "Configure Device"
msgstr "ÐонÑигÑÑиÑане на ÑÑÑÑойÑÑво"
- msgid "Connection Error."
- msgstr "ÐÑеÑка пÑи ÑвÑÑзване."
-
- msgid "configure the connected DG100"
- msgstr "конÑигÑÑиÑане на ÑвÑÑзаноÑо DG100"
-
- msgid "delete data after import"
- msgstr "изÑÑиване на данниÑе Ñлед импоÑÑ"
-
msgid "Importing data from device."
msgstr "ÐмпоÑÑиÑане на данни Ð¾Ñ ÑÑÑÑойÑÑво."
@@@ -23064,9 -24381,30 +24475,30 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>РолевоÑо ÑленÑÑво в ÑелаÑÐ¸Ñ Ð±ÐµÑе копиÑано за вÑиÑки нови "
+ "пÑÑиÑа.<br>ТÑÑбва да го пÑовеÑиÑе и коÑигиÑаÑе ако е необÑ
одимо.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>ЧленÑÑвоÑо в ÑелаÑÐ¸Ñ Ð±ÐµÑе копиÑано за вÑиÑки нови пÑÑиÑа.<br>ТÑÑбва да "
+ "го пÑовеÑиÑе и коÑигиÑаÑе ако е необÑ
одимо.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23715,9 -25053,6 +25147,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "ÐÑзникна гÑеÑка: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "ÐевÑзможно да бÑде ÑÑздаден нов бÑг. РезÑлÑаÑ: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -23774,18 -25109,6 +25203,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Ðов пÑоблем"
-
- msgid "Create issue"
- msgstr "СÑздаване на нов пÑоблем"
-
- msgid "Describe the problem precisely"
- msgstr "ÐпиÑеÑе пÑоблема колкоÑо можеÑе по-подÑобно"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24135,6 -25458,27 +25552,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24286,6 -25630,9 +25724,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24603,9 -25950,6 +26044,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24821,6 -26165,9 +26259,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24853,15 -26200,31 +26294,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "ÐÑомÑна паÑамеÑÑи"
+
msgid "Country preset:"
msgstr ""
@@@ -24976,9 -26339,6 +26433,6 @@@ msgstr "ÐаÑÑÑойки на ÑазÑ
msgid "Configure routing preferences."
msgstr "ÐаÑÑÑойване пÑедпоÑиÑÐ°Ð½Ð¸Ñ Ð·Ð° маÑÑÑÑÑизиÑане"
- msgid "Highway type"
- msgstr "ÐÐ»Ð°Ñ Ð¿ÑÑ"
-
msgid "Speed (Km/h)"
msgstr "СкоÑоÑÑ (км/Ñ)"
@@@ -25157,19 -26517,19 +26611,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25390,6 -26750,95 +26844,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25426,6 -26875,9 +26969,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25578,9 -27030,6 +27124,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26566,9 -28015,6 +28109,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Ðидео"
-
msgid "Import Video"
msgstr ""
@@@ -26847,9 -28293,6 +28387,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/bn.po
index 2baccf8,794ccad..15248aa
--- a/i18n/po/bn.po
+++ b/i18n/po/bn.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-06-13 16:28+0000\n"
"Last-Translator: Md Alamgir <alamgircu at hotmail.com>\n"
"Language-Team: Bengali <bn at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:35+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:35+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: bn\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "পà¦à¦à§à¦®à¦¿ বà§à¦¯à¦¬
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,17 -165,14 +165,14 @@@ msgid "About JOSM...
msgstr "JOSMà¦à¦° সমà§à¦¬à¦¨à§à¦§à§à¥¤"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "সতরà§à¦à¦¤à¦¾: à¦.পি.à¦à¦. à¦à¦¿à¦¤à§à¦¤à¦¿ à¦à¦à¦à¦°à¦à¦²à§à¦° à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ ফরমà§à¦¯à¦¾à¦à¥¤ OSM বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° à¦à¦¨à§à¦¯ "
- "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ পাতাতৠদিঠপরিবরà§à¦¤à¦¨ সমà§à¦à¦¬à¦¤ বà§à¦¯à¦°à§à¦¥ হবà§à¥¤ à¦.পি.à¦à¦. à¦à¦¿à¦¤à§à¦¤à¦¿ à¦à¦à¦à¦°à¦à¦²: "
- "''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -254,9 -257,6 +257,6 @@@ msgstr "à¦à§à¦²:{0}
msgid "Please select at least four nodes."
msgstr "দà§à¦¾ à¦à¦°à§ à¦
নà§à¦¤à¦¤ à¦à¦¾à¦° নà§à¦¡ নিরà§à¦¬à¦¾à¦à¦¨ à¦à¦°à§à¦¨à¥¤"
- msgid "Information"
- msgstr "তথà§à¦¯à¦¾à¦¦à¦¿"
-
msgid "Align Nodes in Line"
msgstr "লাà¦à¦¨à§ নà§à¦¡ সারি দিà§à§ সাà¦à¦¾à¦¨"
@@@ -293,6 -293,9 +293,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr "বৠà¦à¦°à§ দà§à¦à¦¤à§ à¦à¦¿à¦à§à¦ নিরà§à¦¬à¦¾à¦à¦¨ à¦à¦°à¦¾ হà§à¦¨à¦¿"
+ msgid "Information"
+ msgstr "তথà§à¦¯à¦¾à¦¦à¦¿"
+
msgid "Zoom to {0}"
msgstr "{0} তৠà¦à¦°à§ à¦à§à¦ বা বৠà¦à¦°à§ দà§à¦à§à¦¨à¥¤"
@@@ -349,7 -352,7 +352,7 @@@ msgstr "
"à¦à¦²à§à¦à§ à¦à¦°à¦¤à§ à¦à¦¾à¦¨?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -529,6 -532,9 +532,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -642,7 -648,7 +648,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -792,8 -798,8 +798,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -978,12 -984,8 +984,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1001,9 -1003,6 +1003,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1169,9 -1168,6 +1168,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1310,13 -1306,13 +1306,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1405,6 -1401,27 +1401,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1689,6 -1706,9 +1706,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1908,8 -1928,8 +1928,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2334,6 -2354,9 +2354,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2530,8 -2553,7 +2553,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2617,6 -2639,9 +2639,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2653,10 -2678,10 +2678,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2679,8 -2704,8 +2704,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2784,6 -2809,9 +2809,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2844,8 -2872,8 +2872,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2875,10 -2903,10 +2903,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2899,6 -2927,9 +2927,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2929,18 -2960,18 +2960,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2949,8 -2980,8 +2980,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2958,13 -2989,11 +2989,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2978,8 -3007,8 +3007,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3009,11 -3038,10 +3038,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "à¦
à¦à§à¦à¦¾à¦¤"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3166,8 -3194,7 +3194,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3274,7 -3301,7 +3301,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3312,9 -3339,6 +3339,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3353,6 -3377,9 +3377,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3377,6 -3404,15 +3404,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3436,6 -3472,9 +3472,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3518,6 -3557,15 +3557,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3587,6 -3635,12 +3635,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3644,13 -3698,13 +3698,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3682,10 -3736,10 +3736,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3819,7 -3873,7 +3873,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3894,6 -3948,9 +3948,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3924,9 -3981,6 +3981,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3951,10 -4005,10 +4005,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4017,23 -4071,6 +4071,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4137,7 -4174,7 +4174,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4366,6 -4403,18 +4403,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4470,19 -4519,6 +4519,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4770,29 -4806,47 +4806,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4807,7 -4861,7 +4861,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4859,14 -4913,6 +4913,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5116,14 -5162,14 +5162,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5644,6 -5690,9 +5690,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5727,6 -5776,33 +5776,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5817,8 -5893,7 +5893,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5988,9 -6063,6 +6063,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6275,8 -6347,8 +6347,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6341,34 -6413,46 +6413,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6383,13 -6467,13 +6467,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6543,7 -6627,7 +6627,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6861,6 -6945,25 +6945,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6992,20 -7095,7 +7095,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7016,23 -7106,9 +7106,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7129,7 -7205,7 +7205,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7228,6 -7304,9 +7304,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7315,7 -7394,7 +7394,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7334,6 -7413,12 +7413,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7400,8 -7485,7 +7485,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7476,8 -7560,8 +7560,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7491,8 -7575,7 +7575,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7707,12 -7790,6 +7790,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7721,13 -7798,29 +7798,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7736,6 -7829,21 +7829,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7743,8 -7851,8 +7851,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7856,9 -7964,6 +7964,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7868,6 -7973,9 +7973,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7884,7 -7992,7 +7992,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8030,7 -8138,7 +8138,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8060,7 -8168,7 +8168,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8413,9 -8521,6 +8521,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8434,6 -8539,9 +8539,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8491,6 -8599,12 +8599,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8557,9 -8671,6 +8671,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8740,14 -8851,10 +8851,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8762,7 -8869,7 +8869,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8772,8 -8879,7 +8879,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8993,7 -9099,7 +9099,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9708,21 -9814,21 +9814,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9776,6 -9882,9 +9915,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9829,6 -9938,11 +9971,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10285,6 -10399,12 +10432,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10348,7 -10468,7 +10501,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10606,40 -10726,40 +10759,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10692,8 -10812,8 +10845,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10702,20 -10822,25 +10855,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10797,14 -10922,8 +10955,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10877,7 -10996,7 +11029,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10956,9 -11075,6 +11108,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10977,6 -11093,14 +11126,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11006,9 -11130,49 +11163,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11039,7 -11203,7 +11236,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11079,28 -11243,26 +11276,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11195,6 -11357,9 +11390,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11210,12 -11375,20 +11408,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11294,7 -11467,7 +11500,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11393,35 -11566,11 +11599,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11431,8 -11580,8 +11613,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11459,10 -11608,7 +11641,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11546,8 -11692,8 +11725,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11744,7 -11890,7 +11923,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11790,6 -11936,15 +11969,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11820,19 -11975,19 +12008,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11854,11 -12009,23 +12042,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11928,13 -12095,13 +12128,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12077,10 -12244,10 +12277,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12095,22 -12262,21 +12295,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12179,8 -12345,7 +12378,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12195,9 -12360,24 +12393,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12519,12 -12699,11 +12732,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12535,27 -12714,70 +12747,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12569,9 -12791,23 +12824,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12894,6 -13130,11 +13163,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13133,6 -13374,9 +13407,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13182,9 -13426,6 +13459,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13221,6 -13462,11 +13495,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13351,6 -13597,9 +13630,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13441,6 -13690,50 +13723,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13459,10 -13752,10 +13785,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13474,6 -13767,9 +13800,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13501,18 -13797,12 +13830,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13522,9 -13812,6 +13845,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13534,13 -13821,13 +13854,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13588,6 -13875,9 +13908,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13672,6 -13962,9 +13995,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13776,21 -14069,30 +14102,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13806,10 -14108,10 +14141,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13845,7 -14147,7 +14180,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13914,12 -14216,18 +14249,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13935,15 -14243,6 +14276,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13965,6 -14264,15 +14297,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13974,6 -14282,9 +14315,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13983,10 -14294,7 +14327,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14019,9 -14327,6 +14360,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14061,7 -14366,13 +14399,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14079,6 -14390,9 +14429,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14133,6 -14447,6 +14486,21 @@@ msgstr "
msgid "Taxon"
msgstr ""
++msgid "Edit Hedge"
++msgstr ""
++
++msgid "Height (meters)"
++msgstr ""
++
++msgid "Genus"
++msgstr ""
++
++msgid "Species"
++msgstr ""
++
++msgid "Taxon"
++msgstr ""
++
msgid "Fence"
msgstr ""
@@@ -14148,19 -14462,13 +14516,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14191,6 -14499,7 +14556,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14200,10 -14509,10 +14566,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14257,12 -14566,6 +14623,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14323,12 -14626,21 +14683,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14368,9 -14680,6 +14737,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14404,6 -14713,21 +14770,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14485,18 -14809,23 +14866,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14572,7 -14901,7 +14958,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14596,10 -14925,13 +14982,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14611,9 -14943,6 +15000,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14635,13 -14964,13 +15021,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14665,6 -14994,9 +15051,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14677,18 -15009,32 +15066,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14788,11 -15134,9 +15191,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14804,11 -15148,9 +15205,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14827,10 -15169,10 +15226,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14860,9 -15202,6 +15259,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14884,10 -15223,29 +15280,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15037,6 -15395,9 +15452,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15058,6 -15419,12 +15476,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15085,6 -15452,12 +15509,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15109,22 -15482,6 +15539,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15146,9 -15503,6 +15560,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15343,6 -15697,9 +15754,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15373,6 -15730,9 +15787,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15385,9 -15745,6 +15802,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15397,9 -15754,14 +15811,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15412,6 -15774,9 +15831,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15436,14 -15801,6 +15858,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15492,7 -15849,7 +15906,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15546,41 -15903,41 +15960,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15772,9 -16129,6 +16186,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15796,9 -16150,15 +16207,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15811,6 -16171,9 +16228,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15850,6 -16213,9 +16270,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15871,22 -16237,34 +16294,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16016,49 -16394,43 +16451,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16076,6 -16448,12 +16505,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16088,6 -16466,9 +16523,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16106,37 -16487,137 +16544,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16226,6 -16707,12 +16764,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16307,128 -16794,206 +16851,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16459,16 -17024,22 +17081,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16502,6 -17073,9 +17130,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16539,117 -17113,153 +17170,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16683,33 -17293,43 +17350,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16743,6 -17363,22 +17420,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16843,36 -17479,54 +17536,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16915,19 -17569,15 +17626,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17066,6 -17716,18 +17773,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17078,60 -17740,134 +17797,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17356,41 -18092,67 +18149,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17399,7 -18161,7 +18218,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17411,12 -18173,102 +18230,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17468,88 -18320,191 +18377,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17561,6 -18516,21 +18573,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17576,6 -18546,9 +18603,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17594,11 -18567,9 +18624,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17707,10 -18678,10 +18735,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17722,7 -18693,7 +18750,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17743,6 -18714,9 +18771,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17755,9 -18729,6 +18786,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17827,7 -18798,7 +18855,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17848,13 -18819,13 +18876,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17863,7 -18834,6 +18891,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17891,6 -18861,12 +18918,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17927,10 -18903,31 +18960,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17960,7 -18957,7 +19014,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17972,19 -18969,19 +19026,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18020,7 -19017,7 +19074,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18233,6 -19230,12 +19287,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18272,24 -19275,33 +19332,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18299,15 -19311,6 +19368,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18383,6 -19386,12 +19443,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18437,7 -19446,7 +19503,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18449,6 -19458,9 +19515,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18485,43 -19497,70 +19554,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18560,6 -19599,18 +19656,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18728,21 -19779,50 +19836,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18788,19 -19868,22 +19925,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18824,7 -19907,7 +19964,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18920,18 -20003,27 +20060,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18941,7 -20033,10 +20090,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18950,10 -20045,10 +20102,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18971,6 -20066,9 +20123,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18986,28 -20084,28 +20141,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19028,19 -20126,19 +20183,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19115,10 -20213,13 +20270,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19133,9 -20234,6 +20291,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19163,6 -20261,9 +20318,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19208,10 -20309,40 +20366,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19223,7 -20354,7 +20411,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19241,7 -20372,7 +20429,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19358,19 -20489,130 +20546,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19389,7 -20631,46 +20688,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19401,24 -20682,30 +20739,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19434,7 -20721,7 +20781,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19443,6 -20730,9 +20790,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19589,6 -20879,29 +20939,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19754,6 -21067,9 +21127,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19799,6 -21115,39 +21175,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19985,19 -21334,31 +21394,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20021,13 -21382,7 +21442,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20290,10 -21645,13 +21705,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20497,7 -21855,7 +21915,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20768,15 -22126,6 +22186,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20947,6 -22296,9 +22356,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20965,12 -22317,6 +22377,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21106,6 -22452,9 +22512,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21123,6 -22472,9 +22532,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21349,7 -22701,10 +22761,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21399,7 -22754,7 +22814,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21568,22 -22923,22 +22983,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21623,27 -22978,9 +23103,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22721,9 -24058,26 +24183,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23370,9 -24724,6 +24849,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23425,18 -24776,6 +24901,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23783,6 -25122,27 +25247,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23934,6 -25294,9 +25419,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24251,9 -25614,6 +25739,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24469,6 -25829,9 +25954,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24501,15 -25864,31 +25989,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24624,9 -26003,6 +26128,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24805,19 -26181,19 +26306,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25033,6 -26409,95 +26534,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25069,6 -26534,9 +26659,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25221,9 -26689,6 +26814,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26209,9 -27674,6 +27799,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26490,9 -27952,6 +28077,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/br.po
index b2c349d,c247013..cf541db
--- a/i18n/po/br.po
+++ b/i18n/po/br.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-10-17 12:11+0000\n"
"Last-Translator: Fulup <Unknown>\n"
"Language-Team: Breton <br at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:36+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:36+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: br\n"
msgid "License"
@@@ -53,6 -53,9 +53,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -62,6 -65,9 +65,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Diwar-benn JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "Ostilh : {0}
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr "Titouroù"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "Titouroù"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "DIANAV"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr "O vont e darempred gant servijer OSM"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/bs.po
index 47d8d23,24ca44f..f6134d5
--- a/i18n/po/bs.po
+++ b/i18n/po/bs.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-11-03 23:07+0000\n"
"Last-Translator: Alen Mahovic <eyeofthestorm at windowslive.com>\n"
"Language-Team: Bosnian <bs at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:36+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:36+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: bs\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "Uslovi korištenja pozadine
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Otvaranje linka nije podržano na trenutnoj platformi (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -163,19 -169,14 +169,14 @@@ msgid "About JOSM...
msgstr "O JOSM-u..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UPOZORENJE: NeoÄekivani format URL baze API. Preusmjeravanje na stranicu "
- "info ili historija za OSM objekte vjerovatno neÄe uspjeti. Osnovni URL za "
- "bazu API je:'' {0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UPOZORENJE: neoÄekivani format API osnovnog URL-a. Preusmjeravanje na OSM "
- "korisniÄku stranicu vjerovatno neÄe uspjeti. API osnovni URL je: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -259,9 -260,6 +260,6 @@@ msgstr "Alat: {0}
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr "Informacije"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -298,6 -296,9 +296,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "Informacije"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -354,7 -355,7 +355,7 @@@ msgstr "
"obrnuti neke od njih?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -534,6 -535,9 +535,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -647,7 -651,7 +651,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -797,8 -801,8 +801,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -983,12 -987,8 +987,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1006,9 -1006,6 +1006,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1174,9 -1171,6 +1171,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1315,13 -1309,13 +1309,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1410,6 -1404,27 +1404,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1694,6 -1709,9 +1709,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1913,8 -1931,8 +1931,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2339,6 -2357,9 +2357,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2535,8 -2556,7 +2556,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2622,6 -2642,9 +2642,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2658,10 -2681,10 +2681,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2684,8 -2707,8 +2707,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2789,6 -2812,9 +2812,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2849,8 -2875,8 +2875,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2880,10 -2906,10 +2906,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2904,6 -2930,9 +2930,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2934,18 -2963,18 +2963,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2954,8 -2983,8 +2983,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2963,13 -2992,11 +2992,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2983,8 -3010,8 +3010,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3014,11 -3041,10 +3041,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEPOZNAT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3171,8 -3197,7 +3197,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3279,7 -3304,7 +3304,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3317,9 -3342,6 +3342,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3358,6 -3380,9 +3380,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3382,6 -3407,15 +3407,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3441,6 -3475,9 +3475,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3523,6 -3560,15 +3560,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3592,6 -3638,12 +3638,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3649,13 -3701,13 +3701,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3687,10 -3739,10 +3739,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3824,7 -3876,7 +3876,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3899,6 -3951,9 +3951,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3929,9 -3984,6 +3984,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3956,10 -4008,10 +4008,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4022,23 -4074,6 +4074,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4142,7 -4177,7 +4177,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4371,6 -4406,18 +4406,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4475,19 -4522,6 +4522,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4775,29 -4809,47 +4809,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4812,7 -4864,7 +4864,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4864,14 -4916,6 +4916,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5121,14 -5165,14 +5165,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5649,6 -5693,9 +5693,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5732,6 -5779,33 +5779,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5822,8 -5896,7 +5896,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5993,9 -6066,6 +6066,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6280,8 -6350,8 +6350,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6346,34 -6416,46 +6416,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6388,13 -6470,13 +6470,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6548,7 -6630,7 +6630,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6866,6 -6948,25 +6948,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6997,20 -7098,7 +7098,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7021,23 -7109,9 +7109,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7134,7 -7208,7 +7208,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7233,6 -7307,9 +7307,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7320,7 -7397,7 +7397,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7339,6 -7416,12 +7416,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7405,8 -7488,7 +7488,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7481,8 -7563,8 +7563,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7496,8 -7578,7 +7578,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7712,12 -7793,6 +7793,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7726,13 -7801,29 +7801,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7741,6 -7832,21 +7832,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7748,8 -7854,8 +7854,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7861,9 -7967,6 +7967,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7873,6 -7976,9 +7976,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7889,7 -7995,7 +7995,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8035,7 -8141,7 +8141,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8065,7 -8171,7 +8171,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8418,9 -8524,6 +8524,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8439,6 -8542,9 +8542,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8496,6 -8602,12 +8602,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8562,9 -8674,6 +8674,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8745,14 -8854,10 +8854,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8767,7 -8872,7 +8872,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8777,8 -8882,7 +8882,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8998,7 -9102,7 +9102,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9713,21 -9817,21 +9817,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9781,6 -9885,9 +9918,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9834,6 -9941,11 +9974,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10290,6 -10402,12 +10435,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10353,7 -10471,7 +10504,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10611,40 -10729,40 +10762,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10697,8 -10815,8 +10848,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10707,20 -10825,25 +10858,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10802,14 -10925,8 +10958,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10882,7 -10999,7 +11032,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10961,9 -11078,6 +11111,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10982,6 -11096,14 +11129,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11011,9 -11133,49 +11166,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11044,7 -11206,7 +11239,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11084,28 -11246,26 +11279,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11200,6 -11360,9 +11393,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11215,12 -11378,20 +11411,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11299,7 -11470,7 +11503,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11398,35 -11569,11 +11602,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11436,8 -11583,8 +11616,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11464,10 -11611,7 +11644,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11551,8 -11695,8 +11728,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11749,7 -11893,7 +11926,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11795,6 -11939,15 +11972,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11825,19 -11978,19 +12011,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11859,11 -12012,23 +12045,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11933,13 -12098,13 +12131,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12082,10 -12247,10 +12280,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12100,22 -12265,21 +12298,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12184,8 -12348,7 +12381,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12200,9 -12363,24 +12396,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12524,12 -12702,11 +12735,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12540,30 -12717,73 +12750,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12574,9 -12794,23 +12827,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12899,6 -13133,11 +13166,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13138,6 -13377,9 +13410,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13187,9 -13429,6 +13462,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13226,6 -13465,11 +13498,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13356,6 -13600,9 +13633,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13446,6 -13693,50 +13726,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13464,10 -13755,10 +13788,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13479,6 -13770,9 +13803,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13506,18 -13800,12 +13833,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13527,9 -13815,6 +13848,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13539,13 -13824,13 +13857,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13593,6 -13878,9 +13911,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13677,6 -13965,9 +13998,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13781,21 -14072,30 +14105,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13811,10 -14111,10 +14144,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13850,7 -14150,7 +14183,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13919,12 -14219,18 +14252,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13940,15 -14246,6 +14279,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13970,6 -14267,15 +14300,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13979,6 -14285,9 +14318,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13988,10 -14297,7 +14330,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14024,9 -14330,6 +14363,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14069,6 -14372,12 +14405,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14084,6 -14393,9 +14426,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14153,19 -14465,13 +14498,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14196,6 -14502,7 +14535,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14205,10 -14512,10 +14545,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14262,12 -14569,6 +14602,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14328,12 -14629,21 +14662,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14373,9 -14683,6 +14716,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14409,6 -14716,21 +14749,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14490,18 -14812,23 +14845,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14577,7 -14904,7 +14937,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14601,10 -14928,13 +14961,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14616,9 -14946,6 +14979,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14640,13 -14967,13 +15000,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14670,6 -14997,9 +15030,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14682,21 -15012,35 +15045,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14793,11 -15137,9 +15191,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14809,11 -15151,9 +15205,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14832,10 -15172,10 +15226,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14865,9 -15205,6 +15259,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14889,10 -15226,29 +15280,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15042,6 -15398,9 +15452,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15063,6 -15422,12 +15476,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15090,6 -15455,12 +15509,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15114,22 -15485,6 +15539,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15151,9 -15506,6 +15560,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15348,6 -15700,9 +15754,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15378,6 -15733,9 +15787,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15390,9 -15748,6 +15802,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15402,9 -15757,14 +15811,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15417,6 -15777,9 +15831,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15441,14 -15804,6 +15858,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15497,7 -15852,7 +15906,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15551,41 -15906,41 +15960,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15777,9 -16132,6 +16186,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15801,9 -16153,15 +16207,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15816,6 -16174,9 +16228,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15855,6 -16216,9 +16270,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15876,22 -16240,34 +16294,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16021,49 -16397,43 +16451,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16081,6 -16451,12 +16505,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16093,6 -16469,9 +16523,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16111,37 -16490,137 +16544,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16231,6 -16710,12 +16764,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16312,128 -16797,206 +16851,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16464,16 -17027,22 +17081,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16507,6 -17076,9 +17130,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16544,117 -17116,153 +17170,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16688,33 -17296,43 +17350,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16748,6 -17366,22 +17420,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16848,36 -17482,54 +17536,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16920,19 -17572,15 +17626,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17071,6 -17719,18 +17773,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17083,60 -17743,134 +17797,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17361,41 -18095,67 +18149,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17404,7 -18164,7 +18218,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17416,12 -18176,102 +18230,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17473,88 -18323,191 +18377,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17566,6 -18519,21 +18573,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17581,6 -18549,9 +18603,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17599,11 -18570,9 +18624,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17712,10 -18681,10 +18735,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17727,7 -18696,7 +18750,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17748,6 -18717,9 +18771,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17760,9 -18732,6 +18786,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17832,7 -18801,7 +18855,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17853,13 -18822,13 +18876,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17868,7 -18837,6 +18891,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17896,6 -18864,12 +18918,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17932,10 -18906,31 +18960,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17965,7 -18960,7 +19014,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17977,19 -18972,19 +19026,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18025,7 -19020,7 +19074,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18238,6 -19233,12 +19287,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18277,24 -19278,33 +19332,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18304,15 -19314,6 +19368,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18388,6 -19389,12 +19443,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18442,7 -19449,7 +19503,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18454,6 -19461,9 +19515,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18490,43 -19500,70 +19554,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18565,6 -19602,18 +19656,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18733,21 -19782,50 +19836,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18793,19 -19871,22 +19925,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18829,7 -19910,7 +19964,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18925,18 -20006,27 +20060,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18946,7 -20036,10 +20090,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18955,10 -20048,10 +20102,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18976,6 -20069,9 +20123,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18991,28 -20087,28 +20141,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19033,19 -20129,19 +20183,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19120,10 -20216,13 +20270,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19138,9 -20237,6 +20291,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19168,6 -20264,9 +20318,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19213,10 -20312,40 +20366,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19228,7 -20357,7 +20411,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19246,7 -20375,7 +20429,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19363,19 -20492,130 +20546,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19394,7 -20634,46 +20688,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19406,24 -20685,30 +20739,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19439,7 -20724,7 +20781,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19448,6 -20733,9 +20790,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19594,6 -20882,29 +20939,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19759,6 -21070,9 +21127,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19804,6 -21118,39 +21175,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19990,19 -21337,31 +21394,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20026,13 -21385,7 +21442,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20295,10 -21648,13 +21705,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20502,7 -21858,7 +21915,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20773,15 -22129,6 +22186,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20952,6 -22299,9 +22356,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20970,12 -22320,6 +22377,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21111,6 -22455,9 +22512,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21128,6 -22475,9 +22532,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21354,7 -22704,10 +22761,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21404,7 -22757,7 +22814,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21573,22 -22926,22 +22983,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21628,27 -22981,9 +23103,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22726,9 -24061,26 +24183,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23375,9 -24727,6 +24849,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23430,18 -24779,6 +24901,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23788,6 -25125,27 +25247,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23939,6 -25297,9 +25419,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24256,9 -25617,6 +25739,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24474,6 -25832,9 +25954,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24506,15 -25867,31 +25989,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24629,9 -26006,6 +26128,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24810,19 -26184,19 +26306,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25038,6 -26412,95 +26534,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25074,6 -26537,9 +26659,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25226,9 -26692,6 +26814,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26214,9 -27677,6 +27799,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26495,9 -27955,6 +28077,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ca.po
index d52296e,35d0ebd..3e8e5e0
--- a/i18n/po/ca.po
+++ b/i18n/po/ca.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-15 06:38+0000\n"
- "Last-Translator: jmontane <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-19 07:41+0000\n"
+ "Last-Translator: pitort <pitort at eclipso.eu>\n"
"Language-Team: el_libre - - www.catmidia.cat\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-16 04:31+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-20 04:31+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ca\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Termes d''ús de la imatge de f
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "L''enllaç no pot ser obert en aquesta plataforma (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ERROR: {0}"
+
msgid "WARNING: {0}"
msgstr "ATENCIÃ: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFORMACIÃ: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr "Causa: "
+
msgid "Executing platform startup hook"
msgstr "Inicialitzacions especÃfiques de la plataforma"
@@@ -165,19 -171,19 +171,19 @@@ msgid "About JOSM...
msgstr "Quant al JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "AvÃs: el format de l''adreça URL de l''API no és l''esperat. La redirecció "
- "vers l''històric de l''objecte probablement fallarà . L''adreça és: ''{0}''"
+ "Format inesperat per la URL de l''API. Probablement fallarà la redirecció "
+ "vers la pà gina d''informació o de l''historial d''objectes OSM. La URL de "
+ "l''API és: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ADVERTÃNCIA: format inesperat de l''API de base URL. Redirecció a la pà gina "
- "d''usuari per a l''usuari d''OSM probablement fallarà . API de base de URL "
- "és: ''{0}''"
+ "Format inesperat per la URL de l''API. Probablement fallarà la redirecció "
+ "vers la pà gina d''usuari OSM. La URL de l''API és: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -267,9 -273,6 +273,6 @@@ msgstr "Eina: {0}
msgid "Please select at least four nodes."
msgstr "Seleccioneu com a mÃnim quatre nodes."
- msgid "Information"
- msgstr "Informació"
-
msgid "Align Nodes in Line"
msgstr "Alinea els nodes en una lÃnia"
@@@ -306,6 -309,9 +309,9 @@@ msgstr "endavant
msgid "Nothing selected to zoom to."
msgstr "No hi ha res seleccionat per ampliar."
+ msgid "Information"
+ msgstr "Informació"
+
msgid "Zoom to {0}"
msgstr "Amplia {0}"
@@@ -363,11 -369,11 +369,11 @@@ msgstr "
"dels sentits?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "No es poden combinar les vies (No es poden fusionar com una sola cadena de "
- "nodes)"
+ "No és possible la combinació de les vies<br>(No poden ser unides per a "
+ "formar una única sèrie de nodes)"
msgid "Combine {0} ways"
msgstr "Combina {0} vies"
@@@ -553,6 -559,9 +559,9 @@@ msgstr "
"Mostra informació de la història sobre les vies, nodes, o les relacions de "
"OSM."
+ msgid "Show history"
+ msgstr "Mostra l''historial"
+
msgid "History (web)"
msgstr "Historial (web)"
@@@ -677,11 -686,11 +686,11 @@@ msgid "Joined overlapping areas
msgstr "Zones superposades fusionades"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Alguns de les vies eren part de relacions que han estat modificades. "
- "Verifiqueu que no s''ha introduït cap error."
+ "Algunes vies eren part de relacions que han estat modificades.<br>Si us "
+ "plau, comproveu que no s''han introduit errors."
msgid "Fix tag conflicts"
msgstr "Arregla conflictes d''etiquetes"
@@@ -850,10 -859,11 +859,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Fusiona dos o més nodes en el més antic"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Seleccioneu almenys dos nodes per fusionar o un node proper a un altre."
+ "Si us plau, seleccioneu com a mÃnim dos nodes per ajuntar-los o un node "
+ "proper a un altre."
msgid "Abort Merging"
msgstr "Anul·la la fusió"
@@@ -1056,16 -1066,11 +1066,11 @@@ msgid "Orthogonalize / Undo
msgstr "Normalitza / Desfés"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalitza la figura / Desfés\n"
- "Seleccioneu els nodes que han estat desplaçats per la darrera acció "
- "d''ortogonalització!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Desfà la normalització d''una figura"
+ "Normalització de la figura / Anul·lació<br>Si us plau, seleccioneu els nodes "
+ "que han estat moguts per l''acció precedent de normalització!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1085,9 -1090,6 +1090,6 @@@ msgstr "Normalitza
msgid "Usage"
msgstr "Ãs"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Elements seleccionats no poden ser ortogonalizats"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1270,9 -1272,6 +1272,6 @@@ msgstr "Carrega una sessió
msgid "Load a session from file."
msgstr "Carrega una sessió d''un fitxer."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Fitxer de la sessió (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Obre una sessió"
@@@ -1426,20 -1425,20 +1425,20 @@@ msgstr "
"nodes al mig de la via.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Un rol basat membre de la relació fou copiat a totes les noves "
- "vies.<br> Caldria que comprovessiu si això és correcte i fessiu les "
- "correccions quan sigui necessari.</html>"
+ "Una pertinença a una relació basada al rol ha estat copiada a totes les "
+ "noves vies.<br>Haurieu de comprovar-ho i fer les correccions necessà ries si "
+ "calgués."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Una relació de membre fou copiada a totes les noves vies.<br> Caldria "
- "que comprovessiu si això és correcte i fessiu les correccions quan sigui "
- "necessari.</html>"
+ "Una pertinença a una relació ha estat copiada a totes les noves "
+ "vies.<br>Haurieu de comprovar-ho i fer les correccions necessà ries si "
+ "calgués."
msgid "Split way {0} into {1} parts"
msgstr "Divideix la via {0} en {1} parts"
@@@ -1537,6 -1536,29 +1536,29 @@@ msgstr "
"Sou a punt de separar objectes incomplets.<br>Això pot causar problemes "
"perquè no veieu l''objecte real.<br>Segur que els voleu separar?"
+ msgid "Disconnect Node from Way"
+ msgstr "Desconnecta el node de la via"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Desconnecta nodes d''una via a la qual pertanyen"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Seleccioneu com a mÃnim un node a desconnectar."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "El node seleccionat no pot ser desconnectat de res."
+ msgstr[1] "Els nodes seleccionats no poden ser desconnectats de res."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "La via afectada despareixeria un cop es desconnecti el node seleccionat."
+ msgstr[1] ""
+ "La via afectada despareixeria un cop es desconnectin els nodes seleccionats."
+
msgid "Undo"
msgstr "Desfés"
@@@ -1842,6 -1864,9 +1864,9 @@@ msgstr "({0}/{1}) Carregant parents de
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Carregant parents de la relació {2}"
+ msgid "Download session"
+ msgstr "Descarrega sessió"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Baixa {0} de {1} (manquen {2})"
@@@ -2089,10 -2114,10 +2114,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "No és possible de posar un node fora del Món."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Afegeix un node a una via"
- msgstr[1] "Afegeix un node a {0} vies"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Afegeix un nou node a la via"
+ msgstr[1] "Afegeix un nou node a {0} vies"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "No es pot esborrar un node que fa referència a múltiples objectes"
@@@ -2574,6 -2599,10 +2599,10 @@@ msgstr "''valor'' a qualsevol clau
msgid "matches if ''key'' exists"
msgstr "s''acompleix si la ''clau'' existeix"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+ "es correspon si \"key\" és més gran que \"value\" (anà leg a menor que)"
+
msgid "combinators"
msgstr "combinadors"
@@@ -2786,11 -2815,10 +2815,10 @@@ msgstr "Manca un parà metre per l''XOR
msgid "Missing operator for NOT"
msgstr "Manca l''operador per al NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "AvÃs: truncament automà tic del valor de l''atribut ''{0}'' de l''objecte "
- "suprimit {1}"
+ "Truncament automà tic del valor de l''etiqueta \"{0}\" de l''objecte suprimit "
+ "{1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2883,6 -2911,9 +2911,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Afegit {0} objecte"
msgstr[1] "Afegits {0} objectes"
+ msgid "New way {0} has 0 nodes"
+ msgstr "La nova via {0} no té cap node"
+
msgid "Change node {0}"
msgstr "Canvia node {0}"
@@@ -2919,11 -2950,11 +2950,11 @@@ msgstr "Suprimir \"{0}\" de {1} objecte
msgid "Set {0}={1} for {2} objects"
msgstr "Definir {0}={1} per a {2} objectes"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "{0} propietats suprimides de {1} objectes"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{0} etiquetes han estat suprimides per {1} objectes"
- msgid "Set {0} properties for {1} objects"
- msgstr "Definir {0} propietats per a {1} objectes"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "{0} etiquetes han estat establertes per {1} objectes"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Reemplaçar \"{0}\" per \"{1}\" per"
@@@ -2947,11 -2978,11 +2978,11 @@@ msgid "Double conflict
msgstr "Conflicte doble"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "AvÃs: la capa ''{0}'' ja no existeix. No és possible d''eliminar el "
- "conflicte amb l''objecte ''{1}''."
+ "La capa ''{0}'' ja no existeix. No és possible de suprimir el conflicte per "
+ "l''objecte ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Afegeix un conflicte per ''{0}''"
@@@ -3069,6 -3100,9 +3100,9 @@@ msgstr[1] "{0} objectes eliminats
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resoldre els conflictes de la llista de membres de la relació {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Nodes suprimits de {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotar {0} node"
@@@ -3123,17 -3157,25 +3157,25 @@@ msgid_plural "
"of these tags are defined by its direction:<br/>{1}Do you really want to "
"change the way direction, thus its semantic meaning?</html>"
msgstr[0] ""
+ "<html>Sou a punt d''invertir la via ''{0}'',<br/> però el significat "
+ "semà ntic d''aquesta etiqueta ''{1}'' és definit per la seva "
+ "direcció.<br/>Segur que voleu canviar la direcció de la via i al mateix "
+ "temps canviar el seu significat semà ntic?</html>"
msgstr[1] ""
+ "<html>Sou a punt d''invertir la via ''{0}'',<br/> però el significat "
+ "semà ntic d''aquestes etiquetes ''{1}'' és definit per la seva "
+ "direcció.<br/>Segur que voleu canviar la direcció de la via i al mateix "
+ "temps canviar el significat semà ntic?</html>"
msgid "Reverse directional way."
msgstr "Canvia el sentit de la vÃa."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Si revertiu el sentit d''aquesta via, suggerim fer també els següents canvis "
- "a les propietats de la via per tal de mantenir la consistència de les dades."
+ "Quan a la reversió d''aquesta via, hom suggereix els següents canvis per tal "
+ "de conservar la consistència de les dades."
msgid "Relation"
msgstr "Relació"
@@@ -3162,12 -3204,11 +3204,11 @@@ msgstr "Aplicar els canvis seleccionats
msgid "Do not apply changes"
msgstr "No aplicar els canvis"
- msgid "Please select which property changes you want to apply."
- msgstr ""
- "Si us plau, seleccioneu quines modificacions de propietats voleu aplicar."
+ msgid "Please select which changes you want to apply."
+ msgstr "Si us plau, seleccioneu els canvis que voleu aplicar."
- msgid "Properties of "
- msgstr "Propietats de "
+ msgid "Tags of "
+ msgstr "Etiquetes de "
msgid "Roles in relations referring to"
msgstr "Els rols referits a les relacions"
@@@ -3191,6 -3232,9 +3232,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "No és possible de suprimir l''antiga còpia de seguretat {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "S''ha fet una còpia de seguretat automà tica de la vostra feina."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
"Error mentre es creava una còpia de seguretat de la capa suprimida: {0}"
@@@ -3225,21 -3269,21 +3269,21 @@@ msgstr "
"però en aquest moment no es coneix el seu valor predefinit<br/> Si us plau, "
"activeu manualment la funció corresponent i torneu a importar una altre cop."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "AvÃs: ha fallat la creació del directori de memòria cau mancant: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Ha fallat la creació del directori mancant per la memòria cau: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Ha fallat la creació del directori de memòria cau: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "AvÃs: ha fallat fer persistents les preferències a ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Ha fallat la persistència de les preferències sobre \"{0}\""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "AvÃs: Ha fallat la inicialització de les preferències. El directori de les "
- "preferències ''{0}'' no és un directori"
+ "Ha fallat la inicialització de les preferències. El directori de les "
+ "preferències ''{0}'' no és un directori."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3249,11 -3293,11 +3293,11 @@@ msgstr "
"les preferències ''{0}'' no és un directori.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "AvÃs: Ha fallat la inicialització de les preferències. Ha fallat la creació "
- "del directori de preferències que manca: {0}"
+ "Ha fallat la inicialització de les preferències. Ha fallat la creació del "
+ "directori de preferències mancants: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3262,18 -3306,16 +3306,16 @@@ msgstr "
"<html>Ha fallat la inicialització de les preferències. <br>Ha fallat la "
"creació del directori de preferències que manca: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Informació: manca el fitxer de preferències ''{0}''. Creant un fitxer "
- "predeterminat."
+ "Manca el fitxer de les preferències ''{0}''. Creant un fitxer predefinit de "
+ "preferències."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "AvÃs: Reemplaçant el fitxer de preferències existent ''{0}'' amb el fitxer "
- "predeterminat."
+ "Reemplaçant el fitxer de les prreferències existent ''{0}'' amb el fitxer de "
+ "preferències predefinit."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3291,11 -3333,11 +3333,11 @@@ msgstr "
"preferències predeterminat.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "AvÃs: Ha fallat la inicialització de les preferències. Error en inicialitzar "
- "el fitxer amb els valors predeterminats: {0}"
+ "Ha fallat la inicialització de les preferències. Ha fallat la inicialització "
+ "del fitxer de preferències amb els valors predefinits: {0}"
msgid "Paint style {0}: {1}"
msgstr "Model de renderització {0}: {1}"
@@@ -3324,14 -3366,13 +3366,13 @@@ msgstr "El recurs ''{0}'' no ha pogut s
msgid "UNKNOWN"
msgstr "Desconegut"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "AvÃs: s''ha trobat un nombre de versió de JOSM inesperat al fitxer de "
- "revisions, el seu valor és ''{0}''"
+ "Número inesperat de la versió de JOSM al fitxer de revisió, el valor és "
+ "''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "AvÃs: manca el fitxer de revisió \"/REVISIO\"."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Manca el fitxer de revisió ''/REVISION''."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Ja ha estat enregistrat un conflicte per l''objecte ''{0}''"
@@@ -3503,11 -3544,10 +3544,10 @@@ msgid "Parameter {0} not in range 0..{1
msgstr ""
"El parà metre {0} no te un valor entre 0 i {1}. El seu valor és ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Error: ha fallat la cà rrega de la classe de rederització ''{0}''. No s''ha "
- "trobat la classe."
+ "Ha fallat la cà rrega de la classe de renderització de mapes ''{0}''. La "
+ "classe no ha estat trobada."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3622,8 -3662,8 +3662,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identificador del datum desconegut: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum requerit (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Datum requerit (+datum=*, +towgs84=* o +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3667,10 -3707,6 +3707,6 @@@ msgstr "Projecció personalitzada
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Error: ha fallat l''obertura del flux d''entrada pel recurs ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3711,6 -3747,9 +3747,9 @@@ msgstr "altres validacions
msgid "Running test {0}"
msgstr "Test {0} en execució"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "El test ''{0}'' ha estat completat en {1}"
+
msgid "Addresses"
msgstr "Adreces"
@@@ -3737,6 -3776,15 +3776,15 @@@ msgstr "Varis noms de carrer a la relac
msgid "House number too far from street"
msgstr "El nombre és massa lluny del carrer"
+ msgid "Barriers and entrances"
+ msgstr "Barreres i entrades"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Recerca d''errors a barreres i entrades"
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "L''entrada de barrera no és sobre una barrera."
+
msgid "Building inside building"
msgstr "Contrucció a l''interior d''una altra"
@@@ -3799,6 -3847,9 +3847,9 @@@ msgstr " o
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} és obsolet, utilitzeu {1} en el seu lloc"
+ msgid "{0} is unnecessary"
+ msgstr "{0} no és necessari"
+
msgid "Duplicated nodes"
msgstr "Nodes duplicats"
@@@ -3884,7 -3935,16 +3935,16 @@@ msgid "Performs semantic checks on high
msgstr "Fa una comprovació semà ntica de les vies."
msgid "Incorrect roundabout (highway: {0} instead of {1})"
- msgstr "Totonda incorrecta (via: {0} en comptes de {1})"
+ msgstr "Rotonda incorrecta (via: {0} en comptes de {1})"
+
+ msgid "Missing pedestrian crossing information"
+ msgstr "Manca informació sobre l''encreuament de vies per a vianants"
+
+ msgid "Unknown country code: {0}"
+ msgstr "Codi d''estat desconegut: {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "Font desconeguda:context de velocitat mà xima: {0}"
msgid "Multipolygon"
msgstr "MultipolÃgon"
@@@ -3959,6 -4019,14 +4019,14 @@@ msgstr "Nodes amb el mateix nom
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Aquest test cerca nodes amb el mateix nom (podrien estar duplicats)."
+ msgid "Opening hours syntax"
+ msgstr "Sintaxi d''horari d''obertura"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "Aquest test verifica la utilització correcta de la sintaxi de les hores "
+ "d''obertura"
+
msgid "Overlapping Areas"
msgstr "Zones o superfÃcies superposades"
@@@ -4022,15 -4090,15 +4090,15 @@@ msgstr "El tipus de relació no és con
msgid "Relation is empty"
msgstr "La relació és buida"
+ msgid "Role verification problem"
+ msgstr "Problema de verificació del rol"
+
msgid "<empty>"
msgstr "<buit>"
msgid "Role {0} missing"
msgstr "Manca rol {0}"
- msgid "Role verification problem"
- msgstr "Problema de verificació del rol"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Un nombre de {0} rols és massa petit ({1})"
@@@ -4062,11 -4130,13 +4130,13 @@@ msgstr "
"Aquest test comprova si hi ha vies que tenen un nom similar i es podria "
"tractar d''un error d''ortografia"
- msgid "Properties checker :"
- msgstr "Verificador de propietats:"
+ msgid "Tag checker"
+ msgstr "Verificador d''etiquetes"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Aquest test comprova si hi ha errors a les claus i els valors"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
+ "Aquest test verifica si hi ha errors a les claus o als valors de les "
+ "etiquetes."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "LÃnia no và lida al comprovador d''etiquetes - {0}: {1}"
@@@ -4211,8 -4281,8 +4281,8 @@@ msgid "Use the default spellcheck file
msgstr ""
"Utilitzar el fitxer de comprovació d''ortografia de defecte (recomanat)."
- msgid "Fix properties"
- msgstr "Corregit les propietats"
+ msgid "Fix tags"
+ msgstr "Correcció d''etiquetes"
msgid "Could not find element type"
msgstr "No s''ha pogut trobar el tipus d''element"
@@@ -4287,6 -4357,9 +4357,9 @@@ msgid "This tests if ways which should
msgstr ""
"Aquest test comprova si les vies que han de ser circulars són tancades"
+ msgid "Unclosed way"
+ msgstr "Via sense tancar"
+
msgid "natural type {0}"
msgstr "tipus d''element natural {0}"
@@@ -4317,9 -4390,6 +4390,6 @@@ msgstr "edifici
msgid "area"
msgstr "Ã rea"
- msgid "Unclosed way"
- msgstr "Via sense tancar"
-
msgid "Unconnected ways"
msgstr "Vies sense connexió"
@@@ -4346,12 -4416,12 +4416,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Aquest test cerca nodes sense etiquetes i que no són part de cap via."
- msgid "No tags"
- msgstr "Cap etiqueta"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nodes no connectats sense etiquetes fÃsiques"
+ msgid "No tags"
+ msgstr "Cap etiqueta"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Te una etiqueta amb ''fixme'' o ''FIXME''"
@@@ -4414,26 -4484,6 +4484,6 @@@ msgstr "LÃnia de costa invertida: la t
msgid "Reversed land: land not on left side"
msgstr "Terra invertida: la terra no és al costat esquerrre"
- msgid "Wrong number of arguments for bookmark"
- msgstr "El nombre d''aruments no és correcte pel favorit"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Error llegint entrada de favorits: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Error: LÃnia ''{0}'' no esperada al fitxer de favorits ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Error: Valor duplicat ''{0}'' incorrecte a la lÃnia ''{1}'' al fitxer de "
- "favorits ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>No es poden llegir els favorits de<br>''{0}''<br>Error: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "No tornar a mostrar (recordar selecció)"
@@@ -4537,8 -4587,8 +4587,8 @@@ msgstr "Mostrar ajuda
msgid "Downloading \"Message of the day\""
msgstr "Baixant el \"Missatge del dia\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "AvÃs: ha fallat la lectura de MOTD. L''excepció ha estat: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Ha fallat la lectura de MOTD. L''excepció ha estat: {0}"
msgid "Message of the day not available"
msgstr "El missatge del dia no és a l''abast del sistema"
@@@ -4784,6 -4834,20 +4834,20 @@@ msgid "Toggles the visibility of the ed
msgstr ""
"Activa la visibilitat de la barra d''eines d''edició (p.ex. barra vertical)"
+ msgid "Preset preferences"
+ msgstr "preferències preestablertes"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+ "Feu clic per obrir la pestanya d''etiquetes preconfigurades a les "
+ "preferències"
+
+ msgid "Imagery preferences"
+ msgstr "Preferències de la imatgeria"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Feu clic per obrir la pestanya de la imatgeria a les preferències"
+
msgid "Audio"
msgstr "Ãudio"
@@@ -4891,22 -4955,6 +4955,6 @@@ msgstr "En segon pla
msgid "Click to run job in background"
msgstr "Feu clic per llançar la tasca en segon pla"
- msgid "false: the property is explicitly switched off"
- msgstr "fals: la propietat ha estat deshabilitada expressament"
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
- "cert: la propietat ha estat habilitada expressament<html>Please confirm to "
- "remove <strong>1 object</strong> from <strong>1 relation</strong>.</html>"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parcial: els objectes seleccionats tenen diferents propietats, no ho canvieu"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "no definit: no aplicar aquesta propietat als objectes seleccionats"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5223,6 -5271,9 +5271,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"Copiar els elements seleccionats al final de la llista combinada d''elements"
+ msgid "> before"
+ msgstr "> abans"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5230,6 -5281,9 +5281,9 @@@ msgstr "
"Copiar els elements seleccionats abans del primer element seleccionat a la "
"llista combinada d''elements"
+ msgid "> after"
+ msgstr "> després"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5237,14 -5291,23 +5291,23 @@@ msgstr "
"Copiar els elements selecionats després del primer element seleccionat a la "
"llista combinada d''elements."
+ msgid "< top"
+ msgstr "< a dalt"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "Copiar els seus elements a l''inici de la llista fusionada"
+ msgid "< bottom"
+ msgstr "< a sota"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "Copiar els seus elements al final de la llista fusionada"
+ msgid "< before"
+ msgstr "< abans"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5252,6 -5315,9 +5315,9 @@@ msgstr "
"Copiar els seus elements seleccionats abans del primer node seleccionat de "
"la llista fusionada"
+ msgid "< after"
+ msgstr "< després"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5268,8 -5334,8 +5334,8 @@@ msgstr "Copia tots els seus nodes a la
msgid "Up"
msgstr "Amunt"
- msgid "Move up the selected elements by one position."
- msgstr "Moure amunt una posició els elements seleccionats"
+ msgid "Move up the selected entries by one position."
+ msgstr "Mou amunt una posició els elements seleccionats"
msgid "Down"
msgstr "Avall"
@@@ -5325,16 -5391,6 +5391,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "La seva versió ({0} entrada)"
msgstr[1] "La seva versió ({0} entrades)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Ajustament {0} encara no enregistrat. No es pot establir la particiapació a "
- "l''ajustament sincronitzat."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Ajustament {0} encara no enregistrat."
-
msgid "Node"
msgstr "Node"
@@@ -5615,18 -5671,18 +5671,18 @@@ msgctxt "tag
msgid "Key:"
msgstr "Clau:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Entreu una clau per l''etiqueta, p.ex. "
+ "<html>Escriu la clau de l'etiqueta, per exemple "
"<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valor:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Entreu un valor d''etiqueta, p. ex. <strong><tt>check "
+ "<html>Escriu el valor de l'etiqueta, per exemple <strong><tt>check "
"members</tt></strong></html>"
msgid ""
@@@ -6219,6 -6275,9 +6275,9 @@@ msgstr "Mostra/Amaga
msgid "Information about layer"
msgstr "Informació sobre la capa"
+ msgid "Map paint preferences"
+ msgstr "Preferències de dibuix del mapa"
+
msgid "Map Paint Styles"
msgstr "Estils d''acoloriment de mapes"
@@@ -6302,6 -6361,38 +6361,38 @@@ msgstr "Està actiu l''estil?
msgid "No"
msgstr "No"
+ msgid "Object type:"
+ msgstr "Tipus d''objecte:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "barrejat"
+
+ msgid "Choose the OSM object type"
+ msgstr "Seleccioneu el tipus d''objecte OSM"
+
+ msgid "Object ID:"
+ msgstr "ID d''objecte"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Indiqueu l''ID de l''objecte a baixar"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Els ID dels objectes poden ser separats per comes o per espais.<br/> "
+ "Exemples: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En mode mixt, "
+ "especifiqueu els objectes d''aquesta manera: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "S''ha especificat un ID de llista invà lid\n"
+ "No es pot continuar."
+
msgid "Relations"
msgstr "Relacions"
@@@ -6395,11 -6486,10 +6486,10 @@@ msgstr "Seleccionar els objectes d''aqu
msgid "Launches a browser with information about the user"
msgstr "Obre un navegador web amb informació sobre l''usuari"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "AvÃs: només s''està mostrant informació al navegador del primer {0} dels {1} "
- "usuaris seleccionats"
+ "Només es mostrarà informació al navegador per {0} dels {1} usuaris "
+ "seleccionats"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6579,9 -6669,6 +6669,6 @@@ msgid "Update the changeset content fro
msgstr ""
"Actualitzar el contingut del conjunt de canvis amb dades del servidor OSM"
- msgid "Show history"
- msgstr "Mostra l''historial"
-
msgid "Download and show the history of the selected objects"
msgstr "Descarregar i mostrar l''historial de l''objecte seleccionat"
@@@ -6921,11 -7008,11 +7008,11 @@@ msgstr "
"<html>Descarregar els conjunts de canvis de la vista actual del mapa</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "AvÃs: valor inesperat per la preferència ''{0}'', hi ha ''{1}''. "
- "Reinicialitzant amb la la consulta per defecte"
+ "Valor inesperat per la preferència ''{0}'', s''ha obtingut ''{1}''. "
+ "Reinicialitzant am la consulta predefinida."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6997,35 -7084,47 +7084,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Aquesta URL de consulta de conjunts de canvis no és và lida"
- msgid "Select objects for which to change properties."
- msgstr "Seleccionar objectes per canviar les seves propietats"
+ msgid "Discardable key: selection Foreground"
+ msgstr "Clau descartable: selecció en primer pla"
- msgid "Properties/Memberships"
- msgstr "Propietats/Membres"
+ msgid "Discardable key: selection Background"
+ msgstr "Clau descartable: selecció en el fons"
- msgid "Properties for selected objects."
- msgstr "Propietats dels objectes seleccionats"
+ msgid "Discardable key: foreground"
+ msgstr "Clau descartable: selecció en primer pla"
+
+ msgid "Discardable key: background"
+ msgstr "Clau descartable: selecció en el fons"
msgid "<different>"
msgstr "<diferent>"
+ msgid "Select objects for which to change tags."
+ msgstr "Seleccioneu els objectes del quals voleu modificar les etiquetes"
+
+ msgid "Tags/Memberships"
+ msgstr "Etiquetes/Pertinença"
+
+ msgid "Tags for selected objects."
+ msgstr "Etiquetes pels objectes seleccionats"
+
msgid "Member Of"
msgstr "Membre de"
msgid "Position"
msgstr "Posició"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Propietats: {0} / Membres: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Etiquetes: {0} / Pertinença: {1}"
- msgid "Properties / Memberships"
- msgstr "Propietats / Membres"
+ msgid "Tags / Memberships"
+ msgstr "Etiquetes / Pertinença"
msgid "Delete the selected key in all objects"
msgstr "Suprimir la clau seleccionada a tots els objectes"
- msgid "Delete Properties"
- msgstr "Suprimir propietats"
+ msgid "Delete Tags"
+ msgstr "Suprimeix les etiquetes"
msgid "Change relation"
msgstr "Canviar la relació"
@@@ -7039,14 -7138,14 +7138,14 @@@ msgstr "Segur que voleu suprimir la sel
msgid "Add a new key/value pair to all objects"
msgstr "Afegeix un nou parell clau/valor a tots els objectes"
- msgid "Add Property"
- msgstr "Afegeir una propietat"
+ msgid "Add Tag"
+ msgstr "Afegeix etiqueta"
msgid "Edit the value of the selected key for all objects"
msgstr "Editar el valor de la clau seleccionada per a tots els objectes"
- msgid "Edit Properties"
- msgstr "Editar les propietats"
+ msgid "Edit Tags"
+ msgstr "Modifica les etiquetes"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Anar al wiki OSM per obtenir ajuda (F1)"
@@@ -7211,9 -7310,9 +7310,9 @@@ msgstr "La relació està suprimida
msgid "Downloading relation {0}"
msgstr "Descarregant relació {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "AvÃs: Ignorant l''excepció perquè la tasca fou anulada. Excepció: {0}"
+ "Ignorant l''excepció a causa de l''anul·lació de la tasca. Excepció: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7565,6 -7664,28 +7664,28 @@@ msgstr "
"la via no està connectada ni a un membre anterior ni a un membre posterior "
"de la relació"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "El nombre d''aruments no és correcte pel favorit"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Error llegint entrada de favorits: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "LÃnia ''{0}'' inesperada al fitxer de preferits ''{1}'"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Valor doble no và lid \"{0}\" a la lÃnia \"{1}\" del fitxer de preferits "
+ "''{2}'"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>No es poden llegir els favorits de<br>''{0}''<br>Error: {1}</html>"
+
msgid "Bookmarks"
msgstr "Favorits"
@@@ -7716,21 -7837,8 +7837,8 @@@ msgstr "Baixa les referències (relacio
msgid "Download object"
msgstr "Baixa l''objecte"
- msgid "Object type:"
- msgstr "Tipus d''objecte:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "barrejat"
-
- msgid "Choose the OSM object type"
- msgstr "Seleccioneu el tipus d''objecte OSM"
-
- msgid "Object ID:"
- msgstr "ID d''objecte"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Indiqueu l''ID de l''objecte a baixar"
+ msgid "Start downloading"
+ msgstr "Inicia la baixada"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7743,28 -7851,9 +7851,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Indiqueu si els membres de la relació també han de ser descarregats"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Els ID dels objectes poden ser separats per comes o per espais.<br/> "
- "Exemples: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En mode mixt, "
- "especifiqueu els objectes d''aquesta manera: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Baixa lesrelacions (relacions de parentiu i vies)"
- msgid "Start downloading"
- msgstr "Inicia la baixada"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "L''ID especificat no és và lid\n"
- "L''objecte no pot ser descarregat."
-
msgid "Class Type"
msgstr "Classe"
@@@ -7877,9 -7966,8 +7966,8 @@@ msgstr "Vés a la pà gina següent
msgid "Go to the JOSM help home page"
msgstr "Va a la pà gina incial d''ajuda de JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr ""
- "AvÃs: localització incorrecta al document HTML. La excepció ha estat: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Posició incorrecta al document HTML. L''excepció ha estat: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "No s''ha pogut obrir la pà gina d''ajuda. La URL és buida."
@@@ -7990,6 -8078,9 +8078,9 @@@ msgstr "
"<html>La versió <strong>{0}</strong> ha estat creada a "
"<strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Comentari del conjunt de canvis"
+
msgid "Changeset info"
msgstr "Informació del conjunt de canvis"
@@@ -8100,10 -8191,8 +8191,8 @@@ msgstr "
msgid "Object still in use"
msgstr "L''objecte ja és en ús"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "AvÃs: la capálera d''error ''{0}'' no es correspon amb cap dels patrons "
- "esperats"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "La capçalera d''error \"{0}\" no es correspon amb el patró esperat."
msgid "Upload"
msgstr "Puja"
@@@ -8125,6 -8214,12 +8214,12 @@@ msgstr "Afegiu un comentari descrivint
msgid "Enter an upload comment"
msgstr "Afegeix un comentari"
+ msgid "Specify the data source for the changes:"
+ msgstr "Especifiqueu la font de dades pels canvis:"
+
+ msgid "Enter a source"
+ msgstr "Indiqueu una font"
+
msgid "Changeset id:"
msgstr "ID del conjunt de canvis:"
@@@ -8195,11 -8290,10 +8290,10 @@@ msgid "Closing changeset {0}
msgstr "Tancant el conjunt de canvis {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "AvÃs: ha fallat l''intent de posicionar la finestra de Credencials en primer "
- "pla. Ha estat interceptada una excepció de seguretat."
+ "Ha fallat la configuració per a posar sempre en primer pla la finestra de "
+ "les credencials. S''ha detectat una excepció de seguretat."
msgid "Enter credentials for OSM API"
msgstr "Indiqueu unes credencials per a l''API OSM"
@@@ -8283,11 -8377,11 +8377,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Desempaquetant {0} en {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "AvÃs: No és possible de descarregar el fitxer ''{0}''. El seu enllaç de "
- "descà rrega ''{1}'' no és una URL và lida. Ignorant la descà rrega."
+ "El fitxer ''{0}'' no pot ser descarregat. El seu enllaç de descà rrega "
+ "''{1}'' no és una URL và lida. Omentent la descà rrega."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8303,10 -8397,9 +8397,9 @@@ msgid "Missing user identity
msgstr "Manca la identitat de l''usuari"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "AvÃs: Ha fallat l''obtenció d''informació de l''usuari. L''excepció ha "
+ "Ha fallat l''obtenció d''informació de l''usuari de JOSM. L''excepció ha "
"estat: {0}"
msgid "Download objects"
@@@ -8561,12 -8654,6 +8654,6 @@@ msgstr "Pujar les primitives canviades
msgid "Please revise upload comment"
msgstr "Si us plau, reviseu el comentari de la pujada"
- msgid "Revise"
- msgstr "Revisar"
-
- msgid "Continue as is"
- msgstr "Continuar com està "
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8580,6 -8667,27 +8667,27 @@@ msgstr "
"d''entendre<br />que heu fet!<br /><br />Si dediqueu uns instats a explicar "
"la vostra modificació, facilitareu la feina<br />de molts d''atres usuaris."
+ msgid "Please specify a changeset source"
+ msgstr "Si us plau, especifiqueu una font pel conjunt de canvis"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "No heu especificat una font per les vostres modificacions.<br />Això és "
+ "tècnicament correcte, però si ho feu podeu ajudar els altres usuaris <br />a "
+ "entendre l''origen de les dades.<br /><br />Si ara dediqueu un minut a "
+ "explicar la vostra modificació fareu facilitareu<br />la feina d''altres "
+ "usuaris."
+
+ msgid "Revise"
+ msgstr "Revisar"
+
+ msgid "Continue as is"
+ msgstr "Continuar com està "
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Tornar a la finestra anterior per introduir un comentari més descriptiu"
@@@ -8596,6 -8704,25 +8704,25 @@@ msgstr "Si us plau entreu primer una mi
msgid "Illegal chunk size"
msgstr "La mida de fragment és errònia"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>L''etiqueta del següent conjunt de canvis conté una clau/valor "
+ "buit:<br>{0}<br>Continuar?</html>"
+ msgstr[1] ""
+ "<html>Les etiquetes del següent conjunt de canvis conté una "
+ "clau/valor:<br>{0}<br>Continuar?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Metadades buides"
+
msgid "Cancel the upload and resume editing"
msgstr "Anul·lar la pujada i reprendre les modificacions"
@@@ -8603,11 -8730,11 +8730,11 @@@ msgid "Tags of changeset {0}
msgstr "Etiquetes del conjunt de canvis {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "AvÃs: l''objecte ''{0}'' ja ha estat suprimit al servidor. Ignorant aquest "
- "objecte i intentant continuar la pujada."
+ "L''objecte ''{0}\" ja ha estat suprimit al servidor. Omentent l''objecte i "
+ "reintentant la pujada."
msgid "Preparing objects to upload ..."
msgstr "Preparant els objectes a pujar ..."
@@@ -8747,9 -8874,6 +8874,6 @@@ msgid "Object ''{0}'' is already delete
msgstr ""
"L''objecte ''{0}'' ha estat suprimit. Ignorant l''objecte a la pujada"
- msgid "Warning: {0}"
- msgstr "AvÃs: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Pujant {0} objecte ..."
@@@ -8760,6 -8884,9 +8884,9 @@@ msgid "
msgstr ""
"Ignorant l''excepció perquè la pujada ha estat anul·lada. L''excepció és: {0}"
+ msgid "Upload successful!"
+ msgstr "Pujada reeixida!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8780,9 -8907,9 +8907,9 @@@ msgstr "Seleccionar objectes a pujar
msgid "Cancel uploading"
msgstr "Cancel·lar la pujada"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "AvÃs: valor inesperat per la clau ''{0}'' a les preferències, valor obtingut "
+ "Valor inesperat per a la clau ''{0}'' de les preferències, s''ha obtingut "
"''{1}''"
msgid "Please select the upload strategy:"
@@@ -8937,7 -9064,7 +9064,7 @@@ msgstr "Marcador següent
msgid "Jump to next marker"
msgstr "Saltar al següent marcador"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "Marcador anterior"
msgid "Jump to previous marker"
@@@ -8970,10 -9097,10 +9097,10 @@@ msgstr "versió {0}
msgid "Merging layers"
msgstr "Combinant capes"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
- "AvÃs: barrejar dades de les versions 0.6 i 0.5 farà que les dades resultants "
- "siguin de la versió 0.5"
+ "La barreja de dades amb versions 0.5 i 0.6 donarà com a resultat dades de la "
+ "versió 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9356,9 -9483,6 +9483,6 @@@ msgstr "Extreïent localitzacions GPS
msgid "Starting directory scan"
msgstr "Iniciant l''exploració del directori"
- msgid "One of the selected files was null"
- msgstr "Un dels fitxers seleccionats era nul"
-
msgid "Read photos..."
msgstr "Llegir fotos..."
@@@ -9377,6 -9501,9 +9501,9 @@@ msgstr "Trobat un fitxer buit al direct
msgid "Error while getting files from directory {0}\n"
msgstr "Error en recuperar fitxers del directori {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Un dels fitxers seleccionats era nul"
+
msgid "Geotagged Images"
msgstr "Imatges geolocalitzades"
@@@ -9436,6 -9563,12 +9563,12 @@@ msgstr "Següent
msgid "Show next Image"
msgstr "Mostrar la imatge següent"
+ msgid "Show first Image"
+ msgstr "Mostra la primera imatge"
+
+ msgid "Show last Image"
+ msgstr "Mostra la darrera imatge"
+
msgid "Center view"
msgstr "Centrar la vista"
@@@ -9519,9 -9652,6 +9652,6 @@@ msgstr "
"<html>La pujada de dades GPS sense processar sobre el mapa es considera "
"nociva<br>Si voleu pujar tracks mireu aquÃ:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Personalitzar el dibuix dels tracks"
@@@ -9719,17 -9849,13 +9849,13 @@@ msgstr "
msgid "(URL was: "
msgstr "(La URL era: "
- msgid "Error displaying URL"
- msgstr "Error mostrant la URL"
-
msgid "Select the map painting styles"
msgstr "Seleccionar els estils per dibuixar el mapa"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "AvÃa: ha fallat la cà rrega dels etils de dibuix de mapes de ''{0}''. "
- "L''excepció ha estat: {1}"
+ "Ha fallat la cà rrega dels estils de Mappaint de ''{0}''. L''excepció ha "
+ "estat: {1}"
msgid "loading style ''{0}''..."
msgstr "carregant l''estil ''{0}''..."
@@@ -9747,10 -9873,10 +9873,10 @@@ msgstr[1] "
"Ha hagut {0} errors en carregar aquest estil. Seleccioneu ''Informació'' al "
"menú que obtindreu amb el botó dret del ratolà per a més detalls."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "AvÃs: ha fallat l''anà lisi dels models de dibuix de mapes a partir de "
- "''{0}''. L''error ha estat: {1}"
+ "Ha fallat l''anà lisi dels estils de Mappaint de ''{0}''. L''excepció ha "
+ "estat: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "L''estil de traçat no és válid, els valors han de ser positius"
@@@ -9761,11 -9887,10 +9887,10 @@@ msgstr "
"gran que zero"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "AvÃs: ha fallat l''anà lisi dels models de dibuix de mapes a partir de "
- "''{0}''. Error: [{1}:{2}] {3}"
+ "Ha fallat l''anà lisi dels estils de Mappaint desde ''{0}''. L''excepció ha "
+ "estat: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Clau del testimoni d''autenticació:"
@@@ -10046,8 -10171,8 +10171,8 @@@ msgstr "Tancar la finestra i anul·lar
msgid "Close the dialog and accept the Access Token"
msgstr "Tanca la finestra i accepta el testimoni d''autenticació"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "AvÃs: ha fallat la cancel·lació de l''operació OAuth en funcionament"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Ha fallat l''anul·lació de l''operació OAuth en execució"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Obtenint una petició de testimoni Oauth de ''{0}''"
@@@ -10862,26 -10987,26 +10987,64 @@@ msgstr "Afegir parà metre
msgid "Advanced Background: Changed"
msgstr "Fons avançat: canviat"
+ msgid "Advanced Background: NonDefault"
+ msgstr "Fons avançat: No defecte"
+
+ msgid "Current value is default."
+ msgstr "El valor per defecte és l''actual"
+
+ msgid "Default value is ''{0}''."
+ msgstr "El valor per defecte és ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "Actualment no hi ha valor per defecte (aquesta configuració encara no ha "
+ "estat utilitzada)."
+
+ msgid "Change string setting"
+ msgstr "Modifica un parà metre de tipus cadena de carà cters"
+
+ msgid "Value: "
+ msgstr "Valor: "
+
++msgid "Simple"
++msgstr "Simple"
++
++msgid "List"
++msgstr "Llista"
++
++msgid "List of lists"
++msgstr "Llista de llistes"
++
++msgid "List of maps"
++msgstr "Llista de mapes"
++
++msgid "Add setting"
++msgstr "Afegir parà metre"
++
++msgid "Advanced Background: Changed"
++msgstr "Fons avançat: canviat"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "Fons avançat: SensePredeterminació"
+
+msgid "Current value is default."
+msgstr "El valor per defecte és l''actual"
+
+msgid "Default value is ''{0}''."
+msgstr "El valor per defecte és ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"Actualment no hi ha valor per defecte (aquesta configuració encara no ha "
+"estat utilitzada)."
+
+msgid "Change string setting"
+msgstr "Modifica un parà metre de tipus cadena de carà cters"
+
+msgid "Value: "
+msgstr "Valor: "
+
msgid "Color"
msgstr "Color"
@@@ -10934,6 -11059,9 +11097,9 @@@ msgstr "Dibuixar nodes virtuals al mod
msgid "Draw inactive layers in other color"
msgstr "Mostrar les capes inactives en un altre color"
+ msgid "Display discardable keys"
+ msgstr "Mostra les claus descartables"
+
msgid "Highlight target ways and nodes"
msgstr "Ressaltar les vies i nodes de destinació"
@@@ -10998,6 -11126,13 +11164,13 @@@ msgstr "
"Aquesta opció suprimeix l''emplenament de les à rees, superposant-se a "
"qualsevol estil d''emplenament seleccionat"
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Mostra les claus que han estat considerades com a poc interessants fins el "
+ "punt que poden ser eliminades."
+
msgid "Options that affect drawing performance"
msgstr "Opcions que afecten el dibuix"
@@@ -11492,6 -11627,12 +11665,12 @@@ msgstr "
"<i>(JOSM pot conservar un fitxer de còpia de seguretat en desar les capes. "
"Afegirà ''~'' al nom del fitxer i el desarà a la mateix carpeta.)</i>"
+ msgid "Notification at each save"
+ msgstr "Notificació cada vegada que es desi"
+
+ msgid "When saving, display a small notification"
+ msgstr "Quan es desi, motra una petita notificació"
+
msgid "File backup"
msgstr "Arxiu de còpia de seguretat"
@@@ -11561,10 -11702,8 +11740,8 @@@ msgstr "Parà metres dels mapes
msgid "Settings for the map projection and data interpretation."
msgstr "Parà metres de projecció i interpretació de dades dels mapes."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
- "AvÃs: no ha estat possible de llegir la font de les etiquetes predefindes: "
- "{0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "No és possible de llegir la font d''etiquetes predefinides: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11848,21 -11987,6 +12025,6 @@@ msgstr "Swiss Grid (Suïssa)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (sense correccions locals)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Nord"
-
- msgid "South"
- msgstr "Sud"
-
- msgid "Hemisphere"
- msgstr "Hemisferi"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadalupe Fort-Marigot 1949"
@@@ -11884,6 -12008,21 +12046,21 @@@ msgstr "UTM França (DOM)
msgid "UTM Geodesic system"
msgstr "Sistema geodèsic UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Nord"
+
+ msgid "South"
+ msgstr "Sud"
+
+ msgid "Hemisphere"
+ msgstr "Hemisferi"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Provant la URL de l''API OSM ''{0}''"
@@@ -11951,11 -12090,11 +12128,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Selecciona d''utilitzar OAuth com a mecanisme d''autenticació"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "AvÃs: valor no suportat a la preferència ''{0}'', hi ha ''{1}''. utilitzant "
- "el mètode d''''Autenticació bà sica''"
+ "Valor no suportat a la preferència ''{0}'', s''ha obtingut ''{1}''. "
+ "Utilitzant el mètode d''autenticació \"Autenticació Bà sica\"."
msgid "OSM username:"
msgstr "Non d''usuari OSM:"
@@@ -11963,25 -12102,31 +12140,31 @@@
msgid "OSM password:"
msgstr "Contrasenya OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "AvÃs: ha fallat la recuperació de les credencials del seu gestor"
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
+ "La fallat l''obtenció de les credencials OSM del gestor de credencials."
msgid "Current credential manager is of type ''{0}''"
msgstr "El gestor de credencials actual és de tipus ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "AvÃs: ha fallat l''ació de desar les credencials al gestor."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
+ "Les credencials OSM no han pogut ser desades al gestor de credencials."
+
+ msgid "Periodically check for new messages"
+ msgstr "Comprova periòdicament si hi ha nous missatges"
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Check interval (minutes):"
+ msgstr "Interval de comprovació (minuts):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "AvÃs: Ha fallat l''obtenció del testimoni d''autenticació OAuth del gestor "
- "de credencials"
+ "Ha fallat l''obtenció del testimoni d''accés OAuth del gestor de credencials"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "AvÃs: Ha fallat l''emmagatzemament del testimoni d''autenticació al gestor "
- "de credencials"
+ "Ha fallat l''emmagatzemament del testimoni d''accés OAuth al gestor de "
+ "credencials"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12076,18 -12221,13 +12259,13 @@@ msgid "Use a SOCKS proxy
msgstr "Utilitzar un proxi SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "AvÃs: JOSM ha estat configurat per utilitzar servidors intermediaris però la "
- "mà quina virtual de Java no ha estat configurada per trobar-los. Canvieu les "
- "preferències a \"Sense seervidor intermediari\"."
-
- msgid "disabled"
- msgstr "deshabilitat"
-
- msgid "no modifier"
- msgstr "sense modificador"
+ "JOSM ha estat configurat per a utilitzar el servidor proxi que hi ha als "
+ "parà metres del sistema, però la mà quina virtual de java (JVM) no ha estat "
+ "configurada per obtenir-lo. Reinicialitzada la preferència vers el valor "
+ "\"Cap proxi\"."
msgid "Shortcut Background: User"
msgstr "Drecera de fons: Usuari"
@@@ -12159,8 -12299,8 +12337,8 @@@ msgstr "Aplicar
msgid "New relation"
msgstr "Nova relació"
- msgid "Change Properties"
- msgstr "Canvia propietats"
+ msgid "Change Tags"
+ msgstr "Canvia les etiquetes"
msgid "Unknown requisite: {0}"
msgstr "Requisit desconegut: {0}"
@@@ -12248,9 -12388,6 +12426,6 @@@ msgstr "Element de rol predefinit sens
msgid "Preset sub element without parent"
msgstr "Sotselement predefinit sense parent"
- msgid "Could not read tagging preset source: {0}"
- msgstr "No és possible de llegir la font d''etiquetes predefinides: {0}"
-
msgid "Error parsing {0}: "
msgstr "Error d''anà lisi {0}: "
@@@ -12269,6 -12406,16 +12444,16 @@@ msgstr "Mostrar només el que sigui apl
msgid "Search in tags"
msgstr "Cerca entre les etiquetes"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Ajustament {0} encara no enregistrat. No es pot establir la particiapació a "
+ "l''ajustament sincronitzat."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Ajustament {0} encara no enregistrat."
+
msgid "All files (*.*)"
msgstr "Tots els fitxers (*.*)"
@@@ -12304,9 -12451,62 +12489,62 @@@ msgstr "
"El valor no és un ID và lid. Si us plau, indiqueu un valor enter més gran que "
"zero"
+ msgid "false: the property is explicitly switched off"
+ msgstr "fals: la propietat ha estat deshabilitada expressament"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+ "cert: la propietat ha estat habilitada expressament<html>Please confirm to "
+ "remove <strong>1 object</strong> from <strong>1 relation</strong>.</html>"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parcial: els objectes seleccionats tenen diferents propietats, no ho canvieu"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "no definit: no aplicar aquesta propietat als objectes seleccionats"
+
msgid "Cut"
msgstr "Retalla"
+ msgid "Right click = copy to clipboard"
+ msgstr "Clic amb el botó dret = copiar al portaretalls"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "L''atribut ''{0}'' manca i és obligatori."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''long''. El seu "
+ "valor és ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''long'' (>=0) . "
+ "El seu valor és ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Valor incorrecte de l''atribut ''{0}'' de tipus ''double''. El seu valor és "
+ "''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''lboolean''. El "
+ "seu valor és ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus "
+ "''OsmPrimitiveType''. El seu valor és ''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12342,11 -12542,11 +12580,11 @@@ msgid "Contacting OSM Server...
msgstr "Contactant amb el servidor OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "AvÃs: el valor de l''atribut ''{0}'' de l''element ''{1}'' no és adequat per "
- "les capacitats del servidor. El seu valor és ''{2}''"
+ "Valor invà lid per l''atribut ''{0}'' de l''element ''{1}'' a les capacitats "
+ "del serevidor. El valor és ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr ""
@@@ -12396,41 -12596,39 +12634,39 @@@ msgid "Illegal port number in preferenc
msgstr "Nombre de port incorrecte a la preferència ''{0}''. Hi ha {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "AvÃs: s''ha trobat un valor no esperat per a la preferència ''{0}''. Hi ha "
- "''{1}''. No s''utilitzarà el servidor intermediari."
+ "S''ha trobat un valor inesperat per la preferència ''{0}''. El valor trobat "
+ "és ''{1}''. No s''utilitzarà cap proxi."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "AvÃs: Parà metres incorrectes per al servidor intermediari HTTP. Configurat "
- "host ''{0}'' i port ''{1}''."
+ "Parà metres inesperats per al servidor intermiediari d''HTTP. El host "
+ "obtingut és ''{0}'' i el port el ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "AvÃs: Parà metres incorrectes per al servidor intermediari SOCKS. Configurat "
- "host ''{0}'' i port ''{1}''."
+ "Parà metres inesperats per al servidor intermiediari de SOCKS. El host "
+ "obtingut és ''{0}'' i el port el ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Error: Ha fallat la connexió al servidor intermediari ''{0}'' per a "
- "l''adreça ''{1}''. L''excepció ha estat: {2}"
+ "Ha fallat la conexió al servidor intermediari ''{0}'' per la URI ''{1}''. "
+ "L''excepció ha estat: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "AvÃs: la mà quina virtual de Java no ha estat configurada per poder trobar "
- "servidors intermediaris a partir de la configuració del sistema. la "
- "propietat ''java.net.useSystemProxies'' mancava en el moment d''iniciar. No "
- "serà possible la utilització de servidors intermediaris."
+ "La mà quina virtual de java (JVM) no ha estat configurada per a obtenir "
+ "servidors intermediaris dels parà metres del sistema. La propietat "
+ "''java.net.useSystemProxies'' mancava en el moment d''iniciar. No "
+ "s''utilitzarà cap servidor intermediari."
msgid "Parsing response from server..."
msgstr "Analitzant la resposta del servidor..."
@@@ -12533,6 -12731,9 +12769,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Error de sintaxi: l''estructura del document GPX no és correcta"
+ msgid "(at line {0}, column {1})"
+ msgstr "(a la lÃnia {0}, columna {1})"
+
msgid "Unknown mode {0}."
msgstr "Node {0} desconegut."
@@@ -12548,15 -12749,23 +12787,23 @@@ msgstr "Cercant fitxers d''imatges
msgid "No image files found."
msgstr "No s''han trobat fitxers d''imatge"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Teniu {0} missatge sense llegir"
+ msgstr[1] "Teniu {0} missatges sense llegir"
+
+ msgid "Click here to see your inbox."
+ msgstr "Feu clic aquà per a veure la vostra bústia."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Ha fallat l''obertura d''un fux d''entrada pel recurs ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "AvÃs: ha fallat l''obertura del fitxer amb extensió ''{2}'' i nom ''{3}'' "
- "del fitxer zip ''{0}''. L''excepció ha estat: {1}"
+ "Ha fallat l''obertura del fitxer amb extensió ''{2}'' i nom ''{3}'' del zip "
+ "''{0}''. L''excepció ha estat: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "No s''ha pogut canviar el nom del fitxer {0} a {1}."
@@@ -12645,8 -12854,8 +12892,8 @@@ msgstr "Sentències desconegudes: {0}
msgid "Zero coordinates: {0}"
msgstr "Sense coordenades: {0}"
- msgid "NMEA import success"
- msgstr "Importació NMEA correcta"
+ msgid "NMEA import success:"
+ msgstr "Importació NMEA reeixida:"
msgid "NMEA import failure!"
msgstr "La importació NMEA ha fallat!"
@@@ -12755,49 -12964,15 +13002,15 @@@ msgstr "NO s''han trobat dades al fitxe
msgid "Open OsmChange file"
msgstr "Obre fitxer OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "L''atribut ''{0}'' manca i és obligatori."
-
msgid "Unsupported version: {0}"
msgstr "Versió no suportada: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''long''. El seu "
- "valor és ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''long'' (>=0) . "
- "El seu valor és ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Valor incorrecte de l''atribut ''{0}'' de tipus ''double''. El seu valor és "
- "''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus ''lboolean''. El "
- "seu valor és ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Valor incorrecte de l''atribut obligatori ''{0}'' de tipus "
- "''OsmPrimitiveType''. El seu valor és ''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "AvÃs: l''element d''inici ''{0}'' situat a la posició ({1},{2}) dins del "
- "conjunt de canvis no està suportat. Anul·lant."
+ "Element inicial ''{0}'' no suportat al contigut del conjunt de canvis a la "
+ "posició ({1},{2}). Omentent."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12807,11 -12982,11 +13020,11 @@@ msgstr "
"estat trobat fora d''un bloc ''create'', ''modify'', o ''delete''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "AvÃs: l''element de final ''{0}'' situat a la posició ({1},{2}) dins del "
- "conjunt de canvis no està suportat. Anul·lant."
+ "Element final ''{0}'' no suportat al contigut del conjunt de canvis a la "
+ "posició ({1},{2}). Omentent."
msgid "Parsing changeset content ..."
msgstr "Processant el contingut del conjunt de canvis ..."
@@@ -12841,11 -13016,8 +13054,8 @@@ msgstr "
"Ha fallat la signatura d''una connexió HTTP amb una capçalera "
"d''autenticació OAuth."
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "AvÃs: valor no esperat de la preferència ''{0}''. Ãs ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(a la lÃnia {0}, columna {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "Valor inesperat per a la preferència ''{0}''. Ãs ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Ha hagut un error en desar.<br>L''error és:<br>{0}</html>"
@@@ -12940,11 -13112,11 +13150,11 @@@ msgstr "
"Valor incorrecte de l''atribut ''versió'' a l''objecte amb ID {0}. Hi ha {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "AvÃs: Normalitzant el valor de l''atribut ''version'' de l''element {0} fins "
- "{2}, la versió de l''API és ''{3}''. Valor obtingut {1}."
+ "Normalitzant el valor de l''aatribut \"versió\" de l''element {0} al {2}, la "
+ "versió de l''API és ''{3}''. S''ha obtingut {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "La versió de l''API és desconeguda o no suportada. La versió és {0}."
@@@ -13154,17 -13326,15 +13364,21 @@@ msgstr "Crear nous objectes
msgid "Read protocol version"
msgstr "Llegir la versió del protocol"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr ""
- "AvÃs: no és possible d''iniciar el control remot del servidor al port {0}: "
- "{1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr "No es possible iniciar el servidor de control remot al port {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Control remot::Acceptant connexions a través del port {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Control remot::Servidor aturat."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "Control remot::Acceptant connexions a través del port {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Control remot::Servidor aturat."
+
msgid "Remote Control has been asked to create a new node."
msgstr "El control remot ha demanat de crear un nou node"
@@@ -13207,6 -13377,15 +13421,15 @@@ msgstr "El control remot ha demanat d''
msgid "Remote Control has been asked to load data from the API."
msgstr "El control remot ha demanat de carregar dades de l''API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "Les latituds han d''estar entre {0} i {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "Les longituds han d''estar entre {0} i {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "El mÃnim ha de ser més petit que el mà xim"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13243,20 -13422,20 +13466,20 @@@ msgstr "Dades:
msgid "local file"
msgstr "fitxer local"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Enllaç a un fitxer de dades OSM al disc local."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Enllaç vers un fitxer GPX del vostre disc local."
msgid "include"
msgstr "inclou"
- msgid "Include OSM data in the .joz session file."
- msgstr "Incloure dades OSM al fitxer .joz de la sessió."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "Inclou dades GPX al fitxer de sessió .joz."
msgid "No file association"
msgstr "Cap associació de fitxer"
- msgid "OSM data will be included in the session file."
- msgstr "Les dades OSM seran incloses al fitxer de la sessió."
+ msgid "GPX data will be included in the session file."
+ msgstr "Les dades GPX seran incloses al fitxer de sessió-"
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13281,6 -13460,15 +13504,15 @@@ msgstr "La capa conté dades no desade
msgid "Layer does not contain unsaved data."
msgstr "La capa no conté dades sense desar."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Enllaç a un fitxer de dades OSM al disc local."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Incloure dades OSM al fitxer .joz de la sessió."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "Les dades OSM seran incloses al fitxer de la sessió."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13288,6 -13476,9 +13520,9 @@@ msgstr "
"La versió ''{0}'' de les metadades de la capa de dades OSM no està "
"suportada. S''esperava la versió: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Fitxer de la sessió (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "No és possible localitzar el fitxer ''{0}''."
@@@ -13364,18 -13555,18 +13599,18 @@@ msgid "Download skipped
msgstr "Descà rrega ignorada"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "AvÃs: No es pot descarregar el connector ''{0}''. No es coneix el seu enllaç "
- "de descà rrega. Ignorant la descà rrega."
+ "No és possible la descà rrega del connector ''{0}''. No es coneix l''enllaç "
+ "de descà rrega. Omentent la descà rrega."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "AvÃs: No es pot descarregar el connector ''{0}''. El seu enllaç de "
- "descà rrega ''{1}''no és una URL và lida. Ignorant la descà rrega."
+ "No és possible la descà rrega del connector ''{0}''. El seu enllaç de "
+ "descà rrega ''{1}'' no és una URL và lida. Omentent la descà rrega."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Ha fallat la creació del directori de connectors ''{0}''"
@@@ -13547,12 -13738,11 +13782,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Ha fallat l''actualització del connector"
- msgid "Warning: failed to find plugin {0}"
- msgstr "AvÃs: el connector {0} no ha pogut ser trobat"
+ msgid "Failed to find plugin {0}"
+ msgstr "No ha estat possible de trobar el connector {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr ""
- "AvÃs: ha fallat la descà rrega de la llista d''informació dels connectors"
+ msgid "Failed to download plugin information list"
+ msgstr "Ha fallat la descà rrega de la llista d''informació de connectors"
msgid "Disable plugin"
msgstr "Deshabilitar connector"
@@@ -13566,30 -13756,28 +13800,28 @@@ msgstr "Conservar el connector
msgid "Click to keep the plugin ''{0}''"
msgstr "Feu clic per conservar el connector ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr ""
- "AvÃs: ha fallat la supresió del connector ''{0}'' que està desactualitzat"
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Ha fallat la supressió del connector obsolet ''{0}''."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "AvÃs: ha fallat la instal·lació del connector descarregat ''{0}''. Anul·lant "
- "la instal·lació. JOSM carregarà la versió antiga del connector."
+ "Ha fallat la instal·lació del connector descarregat ''{0}''. Ometent la "
+ "instal·lació. JOSM continuarà carregant la versió anterior del connector."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "AvÃs: ha fallat la instal·lació del connector ''{0}'' a partir del fitxer "
- "temporal ''{1}'' descarregat. {2}"
+ "Ha fallat la instal·lació del connector ''{0}'' del fitxer temporal ''{1}'' "
+ "descarregat. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "AvÃs: ha fallat la instal·lació del connector ''{0}'' a partir del fitxer "
- "temporal descarregat ''{1}''. Ha fallat l''acció d''anomenar-lo."
+ "Ha fallat la instal·lació del connector ''{0}'' del fitxer temporal ''{1}'' "
+ "descarregat. Ha fallat el canvi de nom."
msgid "Click to disable the plugin ''{0}''"
msgstr "Feu clic per deshabilitar el connector ''{0}''"
@@@ -13668,10 -13856,10 +13900,10 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr "S''està processant el fitxer ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "AvÃs: Ha fallat la cerca d''informació del connector al fitxer ''{0}''."
+ "Ha fallat l''escaneig del fitxer ''{0}'' per la informació del connector. "
+ "Ometent."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -13687,12 -13875,28 +13919,28 @@@ msgstr "Descarregada la llista de conne
msgid "Downloading plugin list from ''{0}''"
msgstr "Descarregant la llista de connectors de ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Error a la descà rrega de la llista de connectors"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM no ha aconseguit descarregar la llista de connectors:"
+
+ msgid "Details:"
+ msgstr "Detalls:"
+
+ msgid "Plugin icons download error"
+ msgstr "Error en la descà rrega de les icones dels connectos"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM no ha aconseguit descarregar les icones dels connectors:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "AvÃs: ha fallat la creació el directori del connector ''{0}''. No ha estat "
- "possible de posar a la memòria cau la llista de connectors del lloc ''{1}''"
+ "Ha fallat la creació del directori dels connectors ''{0}''. Ha estat "
+ "impossible d''inserir a la memòria cau la llista de connectors del lloc "
+ "''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Escrivint la llista de connectors a la memòria cau local ''{0}''"
@@@ -14161,17 -14365,15 +14409,15 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Ha fallat la localització la imatge ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
- "AvÃs: ha fallat la manipulació del fitxer zip ''{0}''. L''excepció ha estat: "
- "{1}"
+ "Ha fallat la gestió del fitxer zip ''{0}''. L''excepció ha estat: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "AvÃs: ha fallat l''accés al directori ''{0}'' per raons de seguretat. "
- "L''excepcióha estat: {1}"
+ "Ha fallat l''accés al directori ''{0}'' per raons de seguretat. L''excepció "
+ "ha estat: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [si us plau escriviu el nombre]"
@@@ -14183,9 -14385,56 +14429,56 @@@ msgstr "
"Ha fallat l''obertura de la URL. No hi ha una plataforma establerta. Si us "
"plau, establiu-ne una primer."
+ msgid "Opening URL: {0}"
+ msgstr "Obrint la URL: {0}"
+
+ msgid "zoom"
+ msgstr "ampliació"
+
+ msgid "latitude"
+ msgstr "latitud"
+
+ msgid "longitude"
+ msgstr "longitud"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "La URL no conté {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "La URL no conté un {0} và lid"
+
msgid "reserved"
msgstr "reservat"
+ msgid "Outdated Java version"
+ msgstr "Versió obsoleta de Java"
+
+ msgid "Update Java"
+ msgstr "Actualitzeu Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "Utilitzeu la versió {0} de Java."
+
+ msgid "February 2013"
+ msgstr "Febrer de 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Aquesta versió no és suportada per {0} des de {1} i no es recomana la seva "
+ "utilització."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM deixarà de funcionar aviat amb aquesta versió; recomanem actualitzar "
+ "vers la versió de Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Voleu actualitzar-la ara?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr "Conflicte de drecera: ''{0}'' ha estat mogut per ''{1}'' a ''{2}''."
@@@ -14221,8 -14470,22 +14514,22 @@@ msgstr "
"<html><p> Ho sentim, No és possible d''enganxar etiquetes de la memòria "
"intermèdia perquè no conté cap objecte JOSM ni cap text apropiat. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Clic amb el botó dret = copiar al portaretalls"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "min"
+
+ msgid "h"
+ msgstr "h"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "dia"
+ msgstr[1] "dies"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14571,6 -14834,13 +14878,13 @@@ msgid "Saturation:
msgstr "Saturació:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "Permet modificar la informació del trà nsit i exportar-la al simulador de "
+ "mobilitat urbana SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14881,6 -15151,10 +15195,10 @@@ msgstr "
"Escriu la posició gps a la capçalera de la imatge. Utilitzeu aquesta opció "
"fent clic amb el botó dret sobre el menú de la capa de la imatge."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+ "Fa que les fotografies es puguin moure i les posiciona sobre el mapa."
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14942,9 -15216,6 +15260,6 @@@ msgstr "
"Simplifica à rees suprimint els nodes amb angles molt obtusos. Això pot ser "
"limitat indicant un mà xim per l''à rea a suprimir."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Crea i modifica cartes marines per OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Modifica funcions per OpenSeaMap"
@@@ -14985,7 -15256,7 +15300,7 @@@ msgstr "
"Forneix la possibilitat d''utilitzar tecles auxiliars per a permetre la "
"utilització de dispositius com l''stylus, sense equivalent al botó dret del "
"ratolÃ. La simulació es fa prement la tecla T i mantenint activat "
- "l'equivalent al botó esquerre del ratolÃ."
+ "l''equivalent al botó esquerre del ratolÃ."
msgid ""
"Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) "
@@@ -14994,6 -15265,13 +15309,13 @@@ msgstr "
"Dibuixa edificis a partir del mapa del cadastre txec. Requereix tenir "
"TracerServer (.NET o Mono) funcionant."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "Traça edificis i altres formes d''un mapa. Requereix que el servidor Tracer2 "
+ "estigui en funcionament."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Connector per signar digitalment dades OSM"
@@@ -15135,6 -15413,9 +15457,9 @@@ msgstr "Terraplè
msgid "Lit"
msgstr "Llum"
+ msgid "Toll"
+ msgstr "Peatge"
+
msgid "Motorway Link"
msgstr "Enllaç d''autopista"
@@@ -15225,6 -15506,50 +15550,50 @@@ msgstr "Carrer
msgid "Edit Residential Street"
msgstr "Edita carrer"
+ msgid "Bicycle Road"
+ msgstr "Carrer per bicicletes"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Modifica carrer per bicicletes"
+
+ msgid "Highway type"
+ msgstr "Tipus de carretera"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "residencial"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "via de servei"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "sense classificació"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "camÃ"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "carril bici"
+
+ msgid "Vehicle access"
+ msgstr "Accés de vehicles"
+
+ msgid "yes"
+ msgstr "sÃ"
+
+ msgid "no"
+ msgstr "no"
+
+ msgid "destination"
+ msgstr "destinació"
+
+ msgid "Oneway for bicycle"
+ msgstr "Sentit únic per bicicletes"
+
msgid "Living Street"
msgstr "Zona Residencial (20)"
@@@ -15243,10 -15568,10 +15612,10 @@@ msgstr "Ãrea
msgid "Service"
msgstr "Via de servei"
- msgid "Edit Serviceway"
- msgstr "Modificar via de servei"
+ msgid "Edit Service Way"
+ msgstr "Modifica Service Way"
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr "Tipus de via de servei"
msgid "alley"
@@@ -15258,6 -15583,9 +15627,9 @@@ msgstr "entrada de vehicles
msgid "parking_aisle"
msgstr "via d''aparcament"
+ msgid "drive-through"
+ msgstr "accés a servei amb cotxe (drive-through)"
+
msgid "Parking Aisle"
msgstr "Via d''aparcament"
@@@ -15285,18 -15613,12 +15657,12 @@@ msgstr "rotonda
msgid "jughandle"
msgstr "desviament"
- msgid "yes"
- msgstr "sÃ"
-
msgid "Road Restrictions"
msgstr "Restriccions a la via"
msgid "Edit Road Restrictions"
msgstr "Edita les restriccions a la via"
- msgid "Toll"
- msgstr "Peatge"
-
msgid "No exit (cul-de-sac)"
msgstr "Sense sortida (cul de sac)"
@@@ -15306,9 -15628,6 +15672,6 @@@ msgstr "Restriccions del mode de transp
msgid "General Access"
msgstr "Accés general"
- msgid "destination"
- msgstr "destinació"
-
msgid "delivery"
msgstr "lliurament"
@@@ -15318,15 -15637,15 +15681,15 @@@ msgstr "permissiu
msgid "private"
msgstr "privat"
+ msgid "customers"
+ msgstr "clients"
+
msgid "agricultural"
msgstr "agrÃcola"
msgid "forestry"
msgstr "forestal"
- msgid "no"
- msgstr "no"
-
msgid "official"
msgstr "oficial"
@@@ -15372,6 -15691,9 +15735,9 @@@ msgstr "Vehicles amb alta ocupació (VA
msgid "Public Service Vehicles (psv)"
msgstr "Vehicles de servei públic (SP)"
+ msgid "Tourist buses"
+ msgstr "Autobús turÃstic"
+
msgid "Min. speed (km/h)"
msgstr "Velocitat Min (km/h)"
@@@ -15456,6 -15778,9 +15822,9 @@@ msgstr "Edita Pont
msgid "viaduct"
msgstr "viaducte"
+ msgid "suspension"
+ msgstr "suspensió"
+
msgid "swing"
msgstr "giratori"
@@@ -15574,20 -15899,29 +15943,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilitat"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excel·lent"
+ msgstr "exceÅlent"
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "bo"
+ msgstr "bona"
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermedi"
+ msgstr "regular"
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "dolent"
+ msgstr "dolenta"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "horrible"
+ msgstr "pèssima"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "no"
msgid "Wheelchairs"
msgstr "Cadires de rodes"
@@@ -15604,11 -15938,11 +15982,11 @@@ msgstr "Camà de ferradura
msgid "Edit Bridleway"
msgstr "Editar camà de ferradura"
- msgid "Cycle Lane"
- msgstr "Carril bici"
+ msgid "Cycle Lane/Track"
+ msgstr "Carril bici/Pista"
- msgid "Edit Cycle Lane"
- msgstr "Edita carril bici"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "Modifica carril bici o pista"
msgid "Cycleway"
msgstr "Via ciclista"
@@@ -15643,8 -15977,8 +16021,8 @@@ msgstr "Via ciclista a la dreta
msgid "Oneway (bicycle)"
msgstr "Unidireccional (bicicleta)"
- msgid "Edit Highway"
- msgstr "Edita carretera"
+ msgid "Edit Highway Attributes:"
+ msgstr "Modifica els atributs de la via"
msgid "Highway"
msgstr "Carretera"
@@@ -15712,12 -16046,18 +16090,18 @@@ msgstr "Ãrea de descans
msgid "Edit Rest Area"
msgstr "Edita Ãrea de Descans"
- msgid "Emergency Phone"
- msgstr "Telèfon d''emergència (pal SOS)"
+ msgid "Drinking Water"
+ msgstr "Aigua potable"
msgid "Traffic Signal"
msgstr "Semà for"
+ msgid "Edit Traffic Signal"
+ msgstr "Modifica senyal de trà nsit"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Atributs opcional d''una cruïlla:"
+
msgid "Pedestrian crossing type"
msgstr "Tipus de pas de vianants"
@@@ -15733,15 -16073,6 +16117,6 @@@ msgstr "illa
msgid "unmarked"
msgstr "sense marcar"
- msgid "Cross on horseback"
- msgstr "Cruïlla a cavall"
-
- msgid "Cross by bicycle"
- msgstr "Cruïlla amb bicicleta"
-
- msgid "Crossing attendant"
- msgstr "Cruïlla assistida"
-
msgid "Crossing type name (UK)"
msgstr "Nom de Tipus de Cruïlla (Regne Unit)"
@@@ -15763,6 -16094,15 +16138,15 @@@ msgstr "pegà s
msgid "tiger"
msgstr "tigre"
+ msgid "Crossing attendant"
+ msgstr "Cruïlla assistida"
+
+ msgid "Cross by bicycle"
+ msgstr "Cruïlla amb bicicleta"
+
+ msgid "Cross on horseback"
+ msgstr "Cruïlla a cavall"
+
msgid "Stop"
msgstr "Stop"
@@@ -15772,6 -16112,9 +16156,9 @@@ msgstr "Cediu el pas
msgid "Mini-roundabout"
msgstr "Minirotonda"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Modifica mini-rotonda"
+
msgid "Direction"
msgstr "Direcció"
@@@ -15781,11 -16124,8 +16168,8 @@@ msgstr "sentit de les agulles del rello
msgid "Pedestrian Crossing"
msgstr "Pas de vianants"
- msgid "Edit Crossing"
- msgstr "Edita Pas de vianants"
-
- msgid "Type name (UK)"
- msgstr "Introdueix el nom (Regne Unit)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "Modifica pas de vianants"
msgid "Traffic Calming"
msgstr "Pacificació del trà nsit"
@@@ -15817,9 -16157,6 +16201,6 @@@ msgstr "taula
msgid "Passing Place"
msgstr "Lloc de Passants"
- msgid "Edit Passing Place"
- msgstr "Edita Lloc de Passants"
-
msgid "Turning Circle"
msgstr "Cercle de gir"
@@@ -15862,6 -16199,12 +16243,12 @@@ msgstr "Edita bloc
msgid "Allowed traffic:"
msgstr "Trà nsit permès:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "pedra"
+
msgid "Bollard"
msgstr "Bol·lard"
@@@ -15877,6 -16220,9 +16264,9 @@@ msgstr "ascendent
msgid "removable"
msgstr "suprimible"
+ msgid "plastic"
+ msgstr "plà stic"
+
msgid "Cycle Barrier"
msgstr "Barrera ciclista"
@@@ -15946,20 -16292,14 +16336,17 @@@ msgstr "tela metà l·lica
msgid "electric"
msgstr "elèctric"
- msgid "roundpole"
- msgstr "pals rodons"
-
- msgid "split_rail"
- msgstr "divisió_de_ferrocarril"
+ msgid "pole"
+ msgstr "pal"
- msgid "chain"
- msgstr "cadena"
-msgid "split_rail"
-msgstr "divisió_de_ferrocarril"
++msgid "Guard Rail"
++msgstr "Guarda-rail"
+
- msgid "hedge"
- msgstr "bardissa"
++msgid "Edit Guard Rail"
++msgstr "Modifica guarda-rail"
- msgid "pole"
- msgstr "pal"
+ msgid "wire"
+ msgstr "fil metà l·lic"
msgid "Guard Rail"
msgstr "Guarda-rail"
@@@ -15989,8 -16329,9 +16376,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Rasa"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Edita sèquia"
+ msgstr "Modifica sèquia"
msgid "Kerb"
msgstr "Vorada"
@@@ -15998,11 -16339,11 +16386,11 @@@
msgid "Edit Kerb"
msgstr "Modifica vorada"
- msgid "Entrance"
- msgstr "Entrada"
+ msgid "Entrance (barrier opening)"
+ msgstr "Accés (barrera oberta)"
- msgid "Edit Entrance"
- msgstr "Edita l''entrada"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Modifica accés (barrera oberta)"
msgid "Gate"
msgstr "Porta"
@@@ -16056,12 -16397,6 +16444,6 @@@ msgstr "pas d''escletxa
msgid "stepover"
msgstr "pas de graons"
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "pedra"
-
msgid "Turnstile"
msgstr "Torn"
@@@ -16122,12 -16457,21 +16504,21 @@@ msgstr "Editar canal de drenatge
msgid "Ditch"
msgstr "Sèquia"
+ msgid "Edit Ditch"
+ msgstr "Edita sèquia"
+
msgid "Stream"
msgstr "Riera / Torrent"
msgid "Edit Stream"
msgstr "Edita riera / torrent"
+ msgid "Wadi"
+ msgstr "uadi"
+
+ msgid "Edit Wadi"
+ msgstr "Modifica uadi"
+
msgid "Canal"
msgstr "Canal"
@@@ -16167,9 -16511,6 +16558,6 @@@ msgstr "Edita presa
msgid "Groyne"
msgstr "Espigó"
- msgid "Edit Groyne"
- msgstr "Edita Espigó"
-
msgid "Breakwater"
msgstr "Escullera"
@@@ -16203,6 -16544,21 +16591,21 @@@ msgstr "Modificar dipòsit cobert
msgid "Edit Water"
msgstr "Edita aigua"
+ msgid "Water Body"
+ msgstr "Cos d''aigua"
+
+ msgid "lake"
+ msgstr "llac"
+
+ msgid "lagoon"
+ msgstr "llacuna"
+
+ msgid "pond"
+ msgstr "bassa"
+
+ msgid "reservoir"
+ msgstr "embassament"
+
msgid "Land"
msgstr "AqüÃfer"
@@@ -16284,20 -16640,25 +16687,25 @@@ msgstr "Edita terminal de ferris
msgid "Cargo"
msgstr "CÃ rrega"
+ msgctxt "cargo"
msgid "passengers"
msgstr "passatgers"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "vehicle"
+ msgctxt "cargo"
msgid "bicycle"
msgstr "bicicleta"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "vehicles pesants"
+ msgstr "vehicle per a mercaderies pesants"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "passatgers;vehicle"
+ msgstr "passatgers;vehicles"
msgid "Ferry Route"
msgstr "Ruta de ferri"
@@@ -16371,8 -16732,8 +16779,8 @@@ msgstr "turisme
msgid "freight"
msgstr "noli"
- msgid "Service/Type"
- msgstr "Servei/Tipus"
+ msgid "Service type"
+ msgstr "Tipus de servei"
msgid "yard"
msgstr "iardes"
@@@ -16395,11 -16756,14 +16803,14 @@@ msgstr "catenà ria
msgid "rail"
msgstr "via fèrria"
- msgid "Voltage"
- msgstr "Tensió"
+ msgid "Voltage in Volts (V)"
+ msgstr "Voltatge en volts (V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Freqüència en hertz (Hz)"
- msgid "Frequency (Hz)"
- msgstr "Freqüència (Hz)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16.7"
@@@ -16410,9 -16774,6 +16821,6 @@@ msgstr "Ferrocarril de via estreta
msgid "Edit Narrow Gauge Rail"
msgstr "Edita ferrocarril de via estreta"
- msgid "Types"
- msgstr "Tipus"
-
msgid "Monorail"
msgstr "Funicular"
@@@ -16434,15 -16795,15 +16842,15 @@@ msgstr "Edita metro lleuger
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Edita tramvia"
+
msgid "Edit Subway"
msgstr "Edita metro"
msgid "Tram"
msgstr "Tramvia"
-msgid "Edit Tram"
-msgstr "Edita tramvia"
-
msgid "Bus Guideway"
msgstr "Troleibús"
@@@ -16464,6 -16825,9 +16872,9 @@@ msgstr "Modifica via fèrria abandonada
msgid "Level Crossing"
msgstr "Pas a nivell"
+ msgid "Edit Level Crossing"
+ msgstr "Modifica pas a nivell"
+
msgid "Supervised"
msgstr "Amb vigilà ncia"
@@@ -16476,18 -16840,32 +16887,32 @@@ msgstr "Senyals sonors
msgid "Barrier"
msgstr "Barrera"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "si"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "no"
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "mig"
+ msgstr "mitja"
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "complet"
+ msgstr "completa"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "semibarreres"
+ msgstr "doble mitja barrera"
msgid "Crossing"
msgstr "Cruïlla"
+ msgid "Edit Crossing"
+ msgstr "Modifica cruïlla"
+
msgid "Crossing type"
msgstr "Tipus de cruïlla"
@@@ -16587,13 -16965,11 +17012,11 @@@ msgstr "Catifa mà gica
msgid "Edit Magic Carpet"
msgstr "Edita catifa mà gica"
- msgctxt "aerialway"
msgid "Goods"
msgstr "Mercaderies"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Edita mercaderies"
+ msgstr "Modifica mercaderies"
msgctxt "aerialway"
msgid "Station"
@@@ -16603,13 -16979,11 +17026,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Edita l''estació"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pilona"
+ msgstr "Piló"
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Edita Pilona"
+ msgstr "Modifica piló"
msgid "Parking"
msgstr "Aparcament"
@@@ -16626,12 -17000,12 +17047,12 @@@ msgstr "superfÃcie
msgid "underground"
msgstr "soterrat"
+ msgid "rooftop"
+ msgstr "terrat"
+
msgid "Access"
msgstr "Accés"
- msgid "customers"
- msgstr "clients"
-
msgid "Park and Ride"
msgstr "Aparcament Dissuasiu (P-R)"
@@@ -16659,9 -17033,6 +17080,6 @@@ msgstr "Places d''aparcament
msgid "Edit Parking space"
msgstr "Edita places d''aparcament"
- msgid "rooftop"
- msgstr "terrat"
-
msgid "Capacity"
msgstr "Capacitat"
@@@ -16683,11 -17054,32 +17101,32 @@@ msgstr "Horari d''obertura
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Dll-Dv 8:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "ds-dg 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "dl-dv 08:30-20:00; ds,dg 08:00-15:00; festius tancat"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "dl-dv 08:30-20:00,dt-dg 08:00-15:00; ds 08:00-12:00"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Dim-Diu 8:00-15:00;Dis 8:00-12:00"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "dl-dg 08:00-18:00; 10-15 abril tancat; juny 08:00-14:00; agost tancat; 25 "
+ "dec 25 tancat"
+
+ msgid "sunrise-sunset"
+ msgstr "ortus-ocà s"
+
+ msgid "Su 10:00+"
+ msgstr "dg 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "setmana 1-53/2 dv 09:00-12:00; setmana 2-52/2 dc 09:00-12:00"
msgid "Parking entrance"
msgstr "Entrada de l''aparcament"
@@@ -16836,6 -17228,9 +17275,9 @@@ msgstr "Estació de cà rrega
msgid "Edit Charging Station (for electric cars)"
msgstr "Edita estació de cà rrega (cotxes elèctrics)"
+ msgid "Voltage"
+ msgstr "Tensió"
+
msgid "Amperage"
msgstr "Amperatge"
@@@ -16857,6 -17252,12 +17299,12 @@@ msgstr "Taller mecà nic
msgid "Edit Car Repair"
msgstr "Edita taller mecà nic"
+ msgid "Parts"
+ msgstr "Parts"
+
+ msgid "Edit Car Parts"
+ msgstr "Modifica botiga de recanvis d''automòbil"
+
msgid "Tyres"
msgstr "Pneumà tics"
@@@ -16884,6 -17285,12 +17332,12 @@@ msgstr "Lloguer
msgid "Edit Car Rental"
msgstr "Edita Lloguer de cotxes"
+ msgid "Second hand"
+ msgstr "Segona mà "
+
+ msgid "only"
+ msgstr "només"
+
msgid "Sharing"
msgstr "Compartició"
@@@ -16908,22 -17315,6 +17362,6 @@@ msgstr "Serveis:
msgid "Sale"
msgstr "Venda"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "sÃ"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "marca"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "utilitzat"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "no"
-
msgid "brand"
msgstr "marca"
@@@ -16945,9 -17336,6 +17383,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Parts"
-
msgid "Clothes"
msgstr "Roba"
@@@ -17144,6 -17532,9 +17579,9 @@@ msgstr "Andana
msgid "Station or amenities"
msgstr "Estació o atractiu"
+ msgid "Edit Stop Position"
+ msgstr "Modifica la posició de la parada"
+
msgid "Bus"
msgstr "Autobús"
@@@ -17174,6 -17565,9 +17612,9 @@@ msgstr "Funicular
msgid "Ferry"
msgstr "Transbordador"
+ msgid "Edit Platform"
+ msgstr "Modifica andana"
+
msgid "Bench"
msgstr "Banc per seure"
@@@ -17186,9 -17580,6 +17627,6 @@@ msgstr "Cadira de rodes
msgid "limited"
msgstr "limitat"
- msgid "only"
- msgstr "només"
-
msgid "Highway platform (legacy)"
msgstr "Andana de carretera (antiga)"
@@@ -17198,9 -17589,14 +17636,14 @@@ msgstr "Andana de ferrocarril (antiga)
msgid "funicular"
msgstr "funicular"
+ msgctxt "railway"
msgid "Station"
msgstr "Estació"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Edita Estació"
+
msgid "Building"
msgstr "Edifici"
@@@ -17213,6 -17609,9 +17656,9 @@@ msgstr "Edita Boca de metro
msgid "Ticket Machine"
msgstr "MÃ quina Expenedora de bitllets"
+ msgid "Edit Ticket Machine"
+ msgstr "Modifica mà quina expenedora de tiquets"
+
msgid "Reference Number"
msgstr "Número de lÃnia"
@@@ -17237,14 -17636,6 +17683,6 @@@ msgstr "A compte o targetes de fidelitz
msgid "Public Transport (legacy)"
msgstr "Transport públic (antic)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Estació"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Edita Estació"
-
msgid "UIC-Reference"
msgstr "UIC-Referència"
@@@ -17293,8 -17684,8 +17731,8 @@@ msgstr "Edita andana de l''estació d''
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Edita parada de Taxis"
+ msgid "Edit Taxi Station"
+ msgstr "Modifica parada de taxis"
msgid "Airport"
msgstr "Aeroport"
@@@ -17347,6 -17738,21 +17785,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Edita Terminal"
+ msgid "Internet access"
+ msgstr "Accés a Internet"
+
+ msgid "wlan"
+ msgstr "wi-fi"
+
+ msgid "wired"
+ msgstr "amb cable"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Tarifa d''accés a Internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Porta"
@@@ -17369,21 -17775,6 +17822,6 @@@ msgstr "Edita hotel
msgid "Stars"
msgstr "Estrelles"
- msgid "Internet access"
- msgstr "Accés a Internet"
-
- msgid "wlan"
- msgstr "wi-fi"
-
- msgid "wired"
- msgstr "amb cable"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Tarifa d''accés a Internet"
-
msgid "Smoking"
msgstr "Fumar"
@@@ -17573,9 -17964,6 +18011,6 @@@ msgstr "Striptease
msgid "Edit Stripclub"
msgstr "Modifica striptease"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Dim-Diu 8:00-15:00;Dis 8:00-12:00"
-
msgid "Tourism"
msgstr "Turisme"
@@@ -17597,9 -17985,15 +18032,15 @@@ msgstr "Torre de guaita
msgid "Information Office"
msgstr "Oficina d''informació"
+ msgid "Edit Information Office"
+ msgstr "Modifica oficina d''informació"
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr "Modifica mapa informatiu"
+
msgid "Detail Grade"
msgstr "Grau de Detall del mapa"
@@@ -17612,6 -18006,9 +18053,9 @@@ msgstr "carrer
msgid "scheme"
msgstr "esquemà tic"
+ msgid "toposcope"
+ msgstr "Taula d''orientació"
+
msgid "Shown Area"
msgstr "Ãrea que es mostra"
@@@ -17651,6 -18048,9 +18095,9 @@@ msgstr "... altres modes de transport p
msgid "Information Board"
msgstr "Panell informatiu"
+ msgid "Edit Information Board"
+ msgstr "Modifica tauler informatiu"
+
msgid "Board Content"
msgstr "Contingut del panell"
@@@ -17672,23 -18072,35 +18119,35 @@@ msgstr "plantes
msgid "Guidepost"
msgstr "Fita"
+ msgid "Edit Guidepost"
+ msgstr "Modifica pal indicatiu"
+
msgid "Information Terminal"
msgstr "Terminal d''informació"
+ msgid "Edit Information Terminal"
+ msgstr "Modifica terminal d''informació"
+
msgid "Closer description"
msgstr "Descripció"
msgid "Audioguide"
msgstr "Audioguia"
+ msgid "Edit Audioguide"
+ msgstr "Modifica audioguia"
+
msgid "Audioguide via mobile phone?"
msgstr "Audioguia a través del telèfon mòbil?"
msgid "Phone number"
msgstr "Número de telèfon"
- msgid "Other Information Points"
- msgstr "Altres punts d''informació"
+ msgid "Other Information Point"
+ msgstr "Altres tipus de punts d''informació"
+
+ msgid "Edit Information Point"
+ msgstr "Modifica punt d''informació"
msgid "Leisure"
msgstr "Oci"
@@@ -17817,50 -18229,44 +18276,44 @@@ msgstr "Art
msgid "Edit Artwork"
msgstr "Edita Art"
- msgid "Place of Worship"
- msgstr "Lloc de culte"
-
- msgid "Edit Place of Worship"
- msgstr "Edita Lloc de culte"
-
- msgid "Religion"
- msgstr "Religió"
+ msgid "Recording Studio"
+ msgstr "Estudi de Gravació"
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr "Edita Estudi de Gravació"
- msgid "buddhist"
- msgstr "budista"
+ msgid "audio"
+ msgstr "Ã udio"
- msgid "christian"
- msgstr "cristià "
+ msgid "video"
+ msgstr "vÃdeo"
- msgid "hindu"
- msgstr "hindú"
+ msgid "Place of Worship"
+ msgstr "Lloc de culte"
- msgid "jain"
- msgstr "jainista"
+ msgid "Church"
+ msgstr "Església"
- msgid "jewish"
- msgstr "jueu"
+ msgid "Edit Church"
+ msgstr "Modifica església"
- msgid "muslim"
- msgstr "musulmà "
+ msgid "Building type"
+ msgstr "Tipus d''edifici"
- msgid "sikh"
- msgstr "sij"
+ msgid "basilica"
+ msgstr "basÃlica"
- msgid "spiritualist"
- msgstr "espiritualista"
+ msgid "cathedral"
+ msgstr "catedral"
- msgid "taoist"
- msgstr "taoista"
+ msgid "chapel"
+ msgstr "capella"
- msgid "unitarian"
- msgstr "unitari"
+ msgid "church"
+ msgstr "església"
- msgid "zoroastrian"
- msgstr "zoroastrià "
+ msgid "temple"
+ msgstr "temple"
msgid "Denomination"
msgstr "Denominació"
@@@ -17877,6 -18283,12 +18330,12 @@@ msgstr "catòlic
msgid "evangelical"
msgstr "evangèlic"
+ msgid "greek_catholic"
+ msgstr "catòlica grega"
+
+ msgid "greek_orthodox"
+ msgstr "ortodoxa grega"
+
msgid "jehovahs_witness"
msgstr "testimonis_jehovà "
@@@ -17889,6 -18301,9 +18348,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mormó"
+ msgid "new_apostolic"
+ msgstr "neo apostòlica"
+
msgid "orthodox"
msgstr "ortodox"
@@@ -17907,38 -18322,140 +18369,140 @@@ msgstr "quà quer
msgid "roman_catholic"
msgstr "Catòlica romana"
+ msgid "russian_orthodox"
+ msgstr "otodoxa russa"
+
+ msgid "seventh_day_adventist"
+ msgstr "adventista del setè dia"
+
+ msgid "Service Times"
+ msgstr "Horari"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "ortus,ocà s"
+
+ msgid "Su 9:30,11:00"
+ msgstr "dg 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "ds,dg,festius 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "ds 18:00; dg 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "dv 08:00-18:00; 10-15 abril tancat; juny 07:00-20:00; agost tancat; 24 dec "
+ "08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "ds 10:00+"
+
+ msgid "Mosque"
+ msgstr "Mesquita"
+
+ msgid "Edit Mosque"
+ msgstr "Modifica mesquita"
+
+ msgid "mosque"
+ msgstr "mesquita"
+
+ msgid "ibadi"
+ msgstr "ibadista"
+
msgid "shia"
msgstr "shia"
msgid "sunni"
msgstr "sunnita"
- msgid "Service Times"
- msgstr "Horari"
+ msgid "Synagogue"
+ msgstr "sinagoga"
- msgid "Su 10:00"
- msgstr "Dg 10:00"
+ msgid "Edit Synagogue"
+ msgstr "Modifica sinagoga"
- msgid "Su 10:30"
- msgstr "Dg 10:30"
+ msgid "synagogue"
+ msgstr "sinagoga"
- msgid "Su 11:00"
- msgstr "Dg 11:00"
+ msgid "conservative"
+ msgstr "conservador"
- msgid "Opening Hours for visiting"
- msgstr "Horaris de visita"
+ msgid "reform"
+ msgstr "reformista"
- msgid "Recording Studio"
- msgstr "Estudi de Gravació"
+ msgid "Buddhist Temple"
+ msgstr "Temple budista"
- msgid "Edit Studio"
- msgstr "Edita Estudi de Gravació"
+ msgid "Edit Buddhist Temple"
+ msgstr "Modifica temple budista"
- msgid "audio"
- msgstr "Ã udio"
+ msgid "theravada"
+ msgstr "theravada"
- msgid "video"
- msgstr "vÃdeo"
+ msgid "mahayana"
+ msgstr "mahayana"
+
+ msgid "vajrayana"
+ msgstr "vajrayana"
+
+ msgid "Hindu Temple"
+ msgstr "Temple hindú"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Modifica temple hindú"
+
+ msgid "vaishnavism"
+ msgstr "vixnuisme"
+
+ msgid "shaivism"
+ msgstr "xivaisme"
+
+ msgid "shaktism"
+ msgstr "xactisme"
+
+ msgid "smartism"
+ msgstr "smartisme"
+
+ msgid "Shinto Shrine"
+ msgstr "Jinja"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "Modifica jinja"
+
+ msgid "Other Place of Worship"
+ msgstr "Altre tipus de lloc de culte"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Modifica altre tipus de lloc de culte"
+
+ msgid "Religion"
+ msgstr "Religió"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jainista"
+
+ msgid "sikh"
+ msgstr "sij"
+
+ msgid "spiritualist"
+ msgstr "espiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitari"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrià "
msgid "Public Building"
msgstr "Edificis Públics"
@@@ -18027,6 -18544,12 +18591,12 @@@ msgstr "Edita Autoescola
msgid "License Classes"
msgstr "Tipus de carnet"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Salut"
@@@ -18108,12 -18631,66 +18678,66 @@@ msgstr "Veterinari
msgid "Edit Veterinary"
msgstr "Edita Veterinari"
- msgid "Drinking water"
- msgstr "Aigua potable"
+ msgid "Edit Toilets"
+ msgstr "Modifica và ters públics"
+
+ msgid "Access rights"
+ msgstr "Drets d''accés"
+
+ msgid "public"
+ msgstr "públic"
+
+ msgid "seasonal"
+ msgstr "estacional"
+
+ msgid "flush"
+ msgstr "descà rrega"
+
+ msgid "pitlatrine"
+ msgstr "pou mort"
+
+ msgid "chemical"
+ msgstr "quÃmic"
+
+ msgid "bucket"
+ msgstr "fossa sèptica"
+
+ msgid "Usage Position"
+ msgstr "Posició d''utilització"
+
+ msgid "seated"
+ msgstr "seient"
+
+ msgid "seated;urinal"
+ msgstr "seient; urinari"
+
+ msgid "squat"
+ msgstr "a la gatzoneta"
+
+ msgid "urinal"
+ msgstr "orinal"
msgid "Post Box"
msgstr "Bústia"
+ msgid "Edit Postbox"
+ msgstr "Modifica bústia"
+
+ msgid "Collection times"
+ msgstr "Horari de recollida"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "dl-dv 15:00,17:45,19:00,23:00; ds 15:10; dg 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "dl-dv 09:00-12:00,17:15; ds 14:00; festius tancat"
+
+ msgid "Drive through"
+ msgstr "Accés a servei amb cotxe (drive-through)"
+
msgid "Telephone"
msgstr "Telèfon"
@@@ -18123,6 -18700,30 +18747,30 @@@ msgstr "Edita Telèfon
msgid "Telephone cards"
msgstr "Targetes telefòniques"
+ msgid "Emergency Phone"
+ msgstr "Telèfon d''emergència (pal SOS)"
+
+ msgid "Internet Access"
+ msgstr "Accés a Internet"
+
+ msgid "Edit Internet Access"
+ msgstr "Modifica accés a Internet"
+
+ msgid "Automated Defibrillator"
+ msgstr "Desfibril·lador automà tic"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Modifica desfibril·lador automà tic extern"
+
+ msgid "Located inside a building?"
+ msgstr "Ãs a dins de l''edifici?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Darrera verificació (AAAA-MM-DD)"
+
+ msgid "Last check note"
+ msgstr "Darrera nota de verificació"
+
msgid "Clock"
msgstr "Rellotge"
@@@ -18132,30 -18733,36 +18780,36 @@@ msgstr "Edita rellotge
msgid "Display"
msgstr "Pantalla"
- msgctxt "display"
msgid "analog"
msgstr "analògic"
- msgctxt "display"
msgid "digital"
msgstr "digital"
- msgctxt "display"
msgid "sundial"
msgstr "rellotge de sol"
- msgctxt "display"
msgid "unorthodox"
msgstr "no ortodox"
msgid "Support"
msgstr "Suport"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "pal"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr "mural"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "cartellera"
+ msgstr "tanca publicità ria"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "sòl"
msgid "Visibility/readability"
msgstr "Visibilitat/llegibilitat"
@@@ -18184,8 -18791,8 +18838,8 @@@ msgstr "Mostra la humitat
msgid "Recycling"
msgstr "Recollida selectiva / Punt Net"
- msgid "Edit Recycling station"
- msgstr "Edita recollida selectiva/ Punt Net"
+ msgid "Edit Recycling Station"
+ msgstr "Modifica punt de reciclatge. Deixalleria."
msgid "Batteries"
msgstr "Piles"
@@@ -18211,21 -18818,15 +18865,15 @@@ msgstr "centre
msgid "Waste Basket"
msgstr "Paperera"
- msgid "Edit Waste Basket"
- msgstr "Edita paperera"
-
msgid "Waste Disposal"
msgstr "Abocador"
- msgid "Edit Waste Disposal"
- msgstr "MOdificar abocador"
+ msgid "Edit Bench"
+ msgstr "Modifica banc"
msgid "Backrest"
msgstr "respatller"
- msgid "plastic"
- msgstr "plà stic"
-
msgid "Amount of Seats"
msgstr "Quantitat de seients"
@@@ -18260,18 -18861,24 +18908,24 @@@ msgstr "Edita Base de caça
msgid "Height"
msgstr "Alçada"
+ msgctxt "height"
msgid "low"
msgstr "baix"
+ msgctxt "height"
+ msgid "half"
+ msgstr "mitja"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "alta"
+
msgid "Hide"
msgstr "Aguait"
msgid "Lock"
msgstr "Bloca"
- msgid "Drinking Water"
- msgstr "Aigua potable"
-
msgid "Edit Source of Potable Water"
msgstr "Modifica font d''aigua potable"
@@@ -18303,6 -18910,9 +18957,9 @@@ msgstr "estany
msgid "Diameter (in mm)"
msgstr "Dià metre (en mm)"
+ msgid "Hydrant Position"
+ msgstr "Emplaçament d''hidrant"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "carril"
@@@ -18340,117 -18950,153 +18997,153 @@@ msgstr "Estadi
msgid "Edit Stadium"
msgstr "Edita estadi"
- msgid "select sport:"
- msgstr "Selecciona l''esport:"
+ msgid "Select sport:"
+ msgstr "Seleccioneu esport:"
- msgid "sport"
- msgstr "esport"
+ msgid "Sport"
+ msgstr "Esport"
+ msgctxt "sport"
msgid "multi"
- msgstr "multiplica"
+ msgstr "multi"
+ msgctxt "sport"
msgid "archery"
msgstr "tir amb arc"
+ msgctxt "sport"
msgid "athletics"
msgstr "atletisme"
+ msgctxt "sport"
msgid "american_football"
- msgstr "futbol_americà "
+ msgstr "futbol americà "
+ msgctxt "sport"
msgid "australian_football"
- msgstr "futbol_australià "
+ msgstr "futbol australià "
+ msgctxt "sport"
msgid "baseball"
msgstr "beisbol"
+ msgctxt "sport"
msgid "basketball"
msgstr "bà squet"
+ msgctxt "sport"
msgid "boules"
- msgstr "petanca"
+ msgstr "Esport de boles"
+ msgctxt "sport"
msgid "bowls"
- msgstr "bitlles"
+ msgstr "bowls"
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "futbol_canadenc"
+ msgstr "futbol canadenc"
+ msgctxt "sport"
msgid "canoe"
msgstr "canoa"
+ msgctxt "sport"
msgid "climbing"
msgstr "escalada"
+ msgctxt "sport"
msgid "cricket"
msgstr "criquet"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "xarxa_criquet"
+ msgstr "Xarxa de criquet"
+ msgctxt "sport"
msgid "croquet"
msgstr "croquet"
+ msgctxt "sport"
msgid "cycling"
msgstr "ciclisme"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "carrera_gossos - canòdrom"
+ msgstr "cursa de llebrers"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "hÃpica - hipòdrom"
+ msgstr "equitació"
+ msgctxt "sport"
msgid "gaelic_games"
msgstr "jocs gaèlics"
+ msgctxt "sport"
msgid "golf"
msgstr "golf"
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnà stica"
+ msgstr "ginnà tica"
+ msgctxt "sport"
msgid "hockey"
msgstr "hoquei"
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "carrera_cavalls"
+ msgstr "cursa de cavalls"
+ msgctxt "sport"
msgid "motor"
msgstr "motor"
+ msgctxt "sport"
msgid "pelota"
- msgstr "pilota basca/valenciana"
+ msgstr "pilota"
+ msgctxt "sport"
msgid "racquet"
msgstr "raqueta"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "lliga_rugbi"
+ msgstr "rugbi a 13"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "unió_rugbi"
+ msgstr "rugbi a 15"
+ msgctxt "sport"
msgid "shooting"
msgstr "tir"
+ msgctxt "sport"
msgid "skateboard"
msgstr "monopatÃ"
+ msgctxt "sport"
msgid "skating"
msgstr "patinatge"
+ msgctxt "sport"
msgid "skiing"
msgstr "esquÃ"
+ msgctxt "sport"
msgid "soccer"
msgstr "futbol"
+ msgctxt "sport"
msgid "swimming"
msgstr "natació"
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tennis_taula"
+ msgstr "tennis taula"
+ msgctxt "sport"
msgid "tennis"
msgstr "tennis"
@@@ -18484,33 -19130,43 +19177,43 @@@ msgstr "Mini-Golf
msgid "Edit Miniature Golf"
msgstr "Edita Mini-Golf"
- msgid "Sport"
- msgstr "Esport"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Edita Multi"
- msgid "type"
- msgstr "tipus"
-
+ msgctxt "running"
msgid "pitch"
msgstr "pista/camp"
+ msgctxt "running"
msgid "sports_centre"
- msgstr "centre_esports"
+ msgstr "centre esportiu"
+ msgctxt "running"
msgid "stadium"
msgstr "estadi"
+ msgctxt "running"
+ msgid "track"
+ msgstr "pista"
+
msgid "9pin"
msgstr "9 forats"
msgid "Edit 9pin"
msgstr "Edita 9 forats"
+ msgid "pitch"
+ msgstr "pista/camp"
+
+ msgid "sports_centre"
+ msgstr "centre_esports"
+
+ msgid "stadium"
+ msgstr "estadi"
+
msgid "10pin"
msgstr "10 forats"
@@@ -18544,6 -19200,22 +19247,22 @@@ msgstr "Edita Piragüisme
msgid "Edit Cycling"
msgstr "Edita Ciclisme"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "pista/camp"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "centre esportiu"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "estadi"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "pista"
+
msgid "Dog Racing"
msgstr "Canòdrom"
@@@ -18600,7 -19272,7 +19319,7 @@@ msgid "Skating
msgstr "Patinatge"
msgid "Edit Skating"
- msgstr "Edita patinatge"
+ msgstr "Modifica patinatge"
msgid "ice_rink"
msgstr "pista de gel"
@@@ -18644,38 -19316,56 +19363,56 @@@ msgstr "snow_park
msgid "Difficulty"
msgstr "Dificultat"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "principiant"
+ msgstr "principiants (verda)"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "fà cil"
+ msgstr "fà cil (blava)"
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "intermèdia (vermella)"
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avançat"
+ msgstr "difÃcil (negra)"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "expert"
+ msgstr "experts"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "esquà forapista"
+ msgstr "freeride"
msgid "Grooming"
msgstr "mà quina trepitjaneu"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "clà ssic"
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "bamp"
+ msgstr "acrobà tic"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "patinatge"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "clà ssic;patinatge"
+ msgstr "clà ssic;patinador"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "moto de neu"
+ msgstr "motoneu"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "fora_de_pista"
+ msgstr "fora pista"
msgid "Shooting"
msgstr "Tir"
@@@ -18716,19 -19406,15 +19453,15 @@@ msgstr "Jocs Gaèlics
msgid "Edit Gaelic Games"
msgstr "Modifica jocs gaèlics"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "Hurling"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Futbol gaèlic"
+ msgstr "Futbol"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -18867,6 -19553,18 +19600,18 @@@ msgstr "Aeromodelisme
msgid "Edit Model Aerodrome"
msgstr "Edita Aeromodelisme"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "pista/camp"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "centre esportiu"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "pista"
+
msgid "RC Car"
msgstr "Pista per a cotxes teledirigits"
@@@ -18879,59 -19577,133 +19624,133 @@@ msgstr "Construccions
msgid "Edit Building"
msgstr "Edita Edifici"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "si"
+
+ msgctxt "building"
msgid "roof"
- msgstr "sostre"
+ msgstr "cobert"
+ msgctxt "building"
msgid "garage"
msgstr "garatge"
- msgid "church"
- msgstr "església"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "aparcaments"
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "industrial"
+
+ msgctxt "building"
msgid "school"
msgstr "escola"
+ msgctxt "building"
msgid "hangar"
msgstr "hangar"
+ msgctxt "building"
msgid "commercial"
msgstr "comercial"
+ msgctxt "building"
msgid "farm"
msgstr "granja"
+ msgctxt "building"
msgid "transportation"
msgstr "transports"
+ msgctxt "building"
msgid "greenhouse"
msgstr "hivernacle"
+ msgctxt "building"
msgid "office"
msgstr "oficina"
+ msgctxt "building"
msgid "university"
msgstr "universitat"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "hospital"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "magatzem"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "comerç al detall"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "cobert"
+
msgid "Residential Building"
msgstr "Edifici residencial"
msgid "Edit Residential Building"
msgstr "Edita edifici residencial"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "residencial"
+
+ msgctxt "building"
msgid "apartments"
msgstr "apartaments"
+ msgctxt "building"
msgid "house"
msgstr "casa"
+ msgctxt "building"
msgid "hut"
- msgstr "barraca"
+ msgstr "refugi"
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "dormitori"
+ msgctxt "building"
msgid "terrace"
- msgstr "terrassa"
+ msgstr "casa en filera"
+ msgctxt "building"
msgid "detached"
- msgstr "separada"
+ msgstr "casa unifamiliar"
+
+ msgid "Entrance"
+ msgstr "Entrada"
+
+ msgid "Edit Entrance"
+ msgstr "Edita l''entrada"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "si"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "principal"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "servei"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "sortida"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "emergència"
msgid "Tower"
msgstr "Torre"
@@@ -19157,42 -19929,68 +19976,68 @@@ msgstr "Horari de funcionament
msgid "Mo-Fr 22:00-05:00"
msgstr "Dll-Dv 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Estació de mesurament"
+ msgid "Monitoring Station"
+ msgstr "Estació de monitorització"
- msgid "Edit Measurement Station"
- msgstr "Edita estació de mesurament"
+ msgid "Edit Monitoring Station"
+ msgstr "Edita estació de monitorització"
- msgid "Measurement"
- msgstr "Mesurament"
+ msgid "Monitoring:"
+ msgstr "Monitoritza:"
- msgid "particulate_matter"
- msgstr "partÃcules en suspensió"
+ msgid "Weather"
+ msgstr "Meteorologia"
- msgid "seismic"
- msgstr "sÃsmic"
+ msgid "Water level"
+ msgstr "Nivell d'aigua"
- msgid "water_level"
- msgstr "nivell_aigua"
+ msgid "Tide Level"
+ msgstr "NIvell de la marea"
- msgid "weather"
- msgstr "meteo"
+ msgid "Traffic"
+ msgstr "Trà nsit"
- msgid "Recording"
- msgstr "Enregistrament"
+ msgid "Air Quality"
+ msgstr "Qualitat de l'aire"
- msgid "manually"
- msgstr "manualment"
+ msgid "Noise"
+ msgstr "Soroll"
- msgid "automated"
- msgstr "automatitzat"
+ msgid "GPS Signals"
+ msgstr "Senyal de GPS"
- msgid "remote"
- msgstr "remot"
+ msgid "GLONASS Signals"
+ msgstr "Senyals GLONASS"
- msgctxt "display"
- msgid "no"
- msgstr "no"
+ msgid "Galileo Signals"
+ msgstr "Senyals Galileu"
+
+ msgid "Radiation"
+ msgstr "Radiació"
+
+ msgid "Seismic Activity"
+ msgstr "Activitat sÃsmica"
+
+ msgid "Recording:"
+ msgstr "Enregistrament:"
+
+ msgid "Automated"
+ msgstr "Automatitzat"
+
+ msgid "Manually"
+ msgstr "Manual"
+
+ msgid "Remote"
+ msgstr "Remot"
+
+ msgid "Display:"
+ msgstr "Pantalla:"
+
+ msgid "Analog"
+ msgstr "Analògic"
+
+ msgid "Digital"
+ msgstr "Digital"
msgid "Survey Point"
msgstr "Vèrtex geodèsic"
@@@ -19200,8 -19998,8 +20045,8 @@@
msgid "Edit Survey Point"
msgstr "Edita vèrtex geodèsic"
- msgid "Surveillance"
- msgstr "Vigilà ncia"
+ msgid "Surveillance Camera"
+ msgstr "Cà mera de videovigilà ncia"
msgid "Edit Surveillance Camera"
msgstr "Edita cà mera de vigilà ncia"
@@@ -19212,12 -20010,103 +20057,103 @@@ msgstr "interior
msgid "outdoor"
msgstr "exterior"
- msgid "public"
- msgstr "públic"
+ msgid "Zone"
+ msgstr "Zona"
+
+ msgid "parking"
+ msgstr "aparcament"
+
+ msgid "traffic"
+ msgstr "trà nsit"
+
+ msgid "shop"
+ msgstr "botiga"
+
+ msgid "bank"
+ msgstr "banc"
+
+ msgid "Camera"
+ msgstr "CÃ mera"
+
+ msgid "fixed"
+ msgstr "fixa"
+
+ msgid "panning"
+ msgstr "escombratge"
+
+ msgid "dome"
+ msgstr "dom"
+
+ msgid "Mounted on"
+ msgstr "Muntada sobre"
+
+ msgid "ceiling"
+ msgstr "sostre"
+
+ msgid "Direction in degrees"
+ msgstr "Direcció en graus"
+
+ msgid "Inclination in degrees"
+ msgstr "Inclinació en graus"
+
+ msgid "Height in meter (m)"
+ msgstr "Altura en metres (m)"
msgid "Power"
msgstr "Energia"
+ msgid "Power Plant"
+ msgstr "Central elèctrica"
+
+ msgid "Edit Power Plant"
+ msgstr "Modifica central elèctrica"
+
+ msgid "Start date"
+ msgstr "Data d''inici"
+
+ msgid "Output forms of energy"
+ msgstr "Formes de sortida d''energia"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+ "(si us plau, afegiu aquesta informació pels generadors si és possible)"
+
+ msgid "electricity"
+ msgstr "electricitat"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "aigua calenta"
+
+ msgid "hot air"
+ msgstr "aire calent"
+
+ msgid "cold water"
+ msgstr "aigua freda"
+
+ msgid "cold air"
+ msgstr "aire fred"
+
+ msgid "compressed air"
+ msgstr "aire comprimit"
+
+ msgid "steam"
+ msgstr "de vapor"
+
+ msgid "vacuum"
+ msgstr "buit"
+
msgid "Power Generator"
msgstr "Generador elèctric"
@@@ -19269,89 -20158,194 +20205,194 @@@ msgstr "vent
msgid "Method"
msgstr "Mètode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "Digestió anaeròbica"
+ msgstr "digestió anaeròbica"
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "presa"
+ msgctxt "generator method"
msgid "combustion"
msgstr "combustió"
- msgid "dam"
- msgstr "presa"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "bio / carbó/ gasoli / gas / gasolina / petroli / residus"
+ msgctxt "generator method"
msgid "fission"
msgstr "fissió"
+ msgctxt "generator method"
msgid "fusion"
msgstr "fusió"
+ msgctxt "generator method"
msgid "gasification"
msgstr "gasificació"
- msgid "photovoltaic"
- msgstr "fotovoltaica"
-
- msgid "pumped-storage"
- msgstr "d''emmagatzematge per bombeig"
+ msgid "biomass / waste"
+ msgstr "biomassa / residus"
- msgid "pumping"
- msgstr "de bombeig"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr "fotovoltaic"
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr "piròlisi"
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr "central d''aigua fluent"
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "corrent d''aigua"
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termal"
+ msgstr "tèrmica"
- msgid "Output forms of energy"
- msgstr "Formes de sortida d''energia"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "hidroelèctrica reversible"
- msgid "electricity"
- msgstr "electricitat"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "hidroelèctrica"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr "Tipus de generador"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr "cicle combinat"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr "combustió de gas"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr "turbina Francis"
- msgid "hot water"
- msgstr "aigua calenta"
+ msgid "gas_turbine"
+ msgstr "turbina de gas"
- msgid "hot air"
- msgstr "aire calent"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "biogas, biomassa, gas, combustió de residus"
- msgid "cold water"
- msgstr "aigua freda"
+ msgid "heat_pump"
+ msgstr "bomba de calor"
- msgid "cold air"
- msgstr "aire fred"
+ msgid "horizontal_axis"
+ msgstr "d''eix horitzontal"
- msgid "compressed air"
- msgstr "aire comprimit"
+ msgid "tidal steam / wind"
+ msgstr "mareomotriu / vent"
- msgid "steam"
- msgstr "de vapor"
+ msgid "kaplan_turbine"
+ msgstr "turbina Kaplan"
- msgid "vacuum"
- msgstr "buit"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+ "central d''aigua fluent / central hidroelèctrica / central mareomotriu"
- msgid "battery charging"
- msgstr "cà rrega de bateries"
+ msgid "pelton_turbine"
+ msgstr "turbina Pelton"
- msgid "Power Station"
- msgstr "Central elèctrica"
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "central d''aigua fluent / central hidroelèctrica"
+
+ msgid "reciprocating_engine"
+ msgstr "motor d''explosió"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "biocombustible, biogas, gasoli, gas, benzina"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "placa solar fotovoltaica"
+
+ msgid "solar photovoltaic"
+ msgstr "solar fotovoltaica"
+
+ msgid "solar_thermal_collector"
+ msgstr "col·lector tèrmic solar"
+
+ msgid "solar thermal"
+ msgstr "solar tèrmica"
+
+ msgid "steam_generator"
+ msgstr "generador de vapor"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "bio, carbó, gasoli, gas, benzina, petroli, combustió de residus"
+
+ msgid "steam_turbine"
+ msgstr "turbina de gas"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+ "geotèrmica / solar tèrmica / bio, carbó, petroli, combustió de residus"
+
+ msgid "stellarator"
+ msgstr "reactor estel·lar"
+
+ msgid "nuclear fusion"
+ msgstr "fusió nuclear"
+
+ msgid "tokamak"
+ msgstr "tokamak"
+
+ msgid "vertical_axis"
+ msgstr "d''eix vertical"
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "reactor nuclear d''aigua bullent"
+
+ msgid "nuclear fission"
+ msgstr "fissió nuclear"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "Reactor nuclear d''aigua bullint 2 (BWR-2)"
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "Reactor nuclear d''aigua bullint 3 (BWR-3)"
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "Reactor nuclear d''aigua bullint 4 (BWR-4)"
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "Reactor nuclear d''aigua bullint 5 (BWR-5)"
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "Reactor nuclear d''aigua bullint 6 (BWR-6)"
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "Reactor CANDU"
- msgid "Edit Power Station"
- msgstr "Edita central elèctrica"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "CPR-1000 (reactor xinès PWR)"
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "Reactor europeu pressuritzat"
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "Fusió en confinament inercial"
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Reactor d'aigua pressuritzada (PWR)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Reactor Vodo-Vodyanoi Energetichesky (VVER)"
+
+ msgid "Output forms of energy:"
+ msgstr "Formes d''energia produïda:"
msgid "Power Sub Station"
msgstr "Subestació elèctrica"
@@@ -19362,6 -20356,21 +20403,21 @@@ msgstr "Edita Subestació elèctrica
msgid "Line reference"
msgstr "LÃnia de referència"
+ msgid "high"
+ msgstr "alt"
+
+ msgid "medium"
+ msgstr "mitjà "
+
+ msgid "low"
+ msgstr "baix"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Armari de distribució"
@@@ -19377,6 -20386,9 +20433,9 @@@ msgstr "Edita Torre elèctrica
msgid "Tower reference"
msgstr "Torre de referència"
+ msgid "steel"
+ msgstr "acer"
+
msgid "Pole"
msgstr "Pal"
@@@ -19395,13 -20407,11 +20454,11 @@@ msgstr "Edita lÃnia elèctrica
msgid "Line type"
msgstr "Tipus de lÃnia"
- msgctxt "Power Line"
msgid "line"
msgstr "lÃnia"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "lÃnia_baixa_tensió"
+ msgstr "lÃnia secundà ria"
msgid "Amount of Cables"
msgstr "Quantitat de cables"
@@@ -19508,11 -20518,11 +20565,11 @@@ msgstr "Quiosc
msgid "Edit Kiosk"
msgstr "Edita quiosc"
- msgid "Baker"
- msgstr "Fleca"
+ msgid "Bakery"
+ msgstr "Forn"
- msgid "Edit Baker"
- msgstr "Edita fleca"
+ msgid "Edit Bakery"
+ msgstr "Modifica forn"
msgid "Butcher"
msgstr "Carnisseria"
@@@ -19523,8 -20533,8 +20580,8 @@@ msgstr "Edita Carnisseria
msgid "Seafood"
msgstr "Peixateria"
- msgid "Edit Seafood"
- msgstr "Edita Peixateria"
+ msgid "Edit Seafood Shop"
+ msgstr "Modifica peixateria"
msgid "Deli (Fine Food)"
msgstr "Delicatessen (al detall)"
@@@ -19544,6 -20554,9 +20601,9 @@@ msgstr "Mercat
msgid "Edit Marketplace"
msgstr "Edita mercat"
+ msgid "Organic"
+ msgstr "Orgà nica"
+
msgid "Greengrocer"
msgstr "Fruiteria"
@@@ -19556,9 -20569,6 +20616,6 @@@ msgstr "Venda directa de productes agra
msgid "Edit Farm Stand"
msgstr "Modifica venda directa de productes agraris"
- msgid "Organic"
- msgstr "Orgà nica"
-
msgid "Edit Organic/Bio"
msgstr "Modificar botiga d''aliments ecològics"
@@@ -19628,8 -20638,8 +20685,8 @@@ msgstr "Edita sastreria
msgid "Fabric"
msgstr "Teixits"
- msgid "Edit Fabric"
- msgstr "Edita Botiga de teixits"
+ msgid "Edit Fabric Shop"
+ msgstr "Modifica botiga de teixits"
msgid "Electronic"
msgstr "Electrònica"
@@@ -19649,14 -20659,14 +20706,14 @@@ msgstr "Edita botiga d''electrònica
msgid "Mobile Phone"
msgstr "Telèfons mòbils"
- msgid "Edit Mobile Phone"
- msgstr "Edita telèfons mòbils"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "Modifica botiga de telefonia mòbil"
msgid "Vacuum Cleaner"
msgstr "Aspiradora"
- msgid "Edit Vacuum Cleaner"
- msgstr "Edita Aspiradora"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "Modifica botiga d''aspiradores"
msgid "Hifi"
msgstr "Equips d''Ã udio"
@@@ -19664,7 -20674,6 +20721,6 @@@
msgid "Edit Hifi Shop"
msgstr "Edita botiga d''equips d''Ã udio"
- msgctxt "shop"
msgid "Video"
msgstr "VÃdeo"
@@@ -19692,6 -20701,12 +20748,12 @@@ msgstr "Edita Canvi de moneda
msgid "Edit Automated Teller Machine"
msgstr "Edita caixer automà tic"
+ msgid "Pawnbroker"
+ msgstr "Empenyorament"
+
+ msgid "Edit Pawnbroker"
+ msgstr "Modifica empenyorament"
+
msgid "Department Store"
msgstr "Grans magatzems"
@@@ -19728,11 -20743,32 +20790,32 @@@ msgstr "Joieria
msgid "Edit Jewelry"
msgstr "Edita Joieria"
+ msgid "Gift"
+ msgstr "Articles de regal"
+
+ msgid "Edit Gift Shop"
+ msgstr "Modifica botiga d''articles de regal"
+
+ msgid "buddhist"
+ msgstr "budista"
+
+ msgid "christian"
+ msgstr "cristià "
+
+ msgid "hindu"
+ msgstr "hindú"
+
+ msgid "jewish"
+ msgstr "jueu"
+
+ msgid "muslim"
+ msgstr "musulmà "
+
msgid "Erotic"
msgstr "Sex-shop"
- msgid "Edit Erotic"
- msgstr "Edita Sex-shop"
+ msgid "Edit Erotic Shop"
+ msgstr "Modifica sex shop"
msgid "Florist"
msgstr "Florista"
@@@ -19761,8 -20797,8 +20844,8 @@@ msgstr "Edita Botiga de Maquinari
msgid "Paint"
msgstr "Pintura"
- msgid "Edit Paint"
- msgstr "Edita Pintura"
+ msgid "Edit Paint Shop"
+ msgstr "Modifica botiga de pintures"
msgid "Furniture"
msgstr "Mobles"
@@@ -19773,20 -20809,20 +20856,20 @@@ msgstr "Edita Botiga de mobles
msgid "Kitchen"
msgstr "Cuines"
- msgid "Edit Kitchen"
- msgstr "Edita Botiga de Cuines"
+ msgid "Edit Kitchen Store"
+ msgstr "Modifica botiga de cuines"
msgid "Curtain"
msgstr "Cortina"
- msgid "Edit Curtain"
- msgstr "Edita Cortina"
+ msgid "Edit Curtain Shop"
+ msgstr "Modifica botiga de cortines"
msgid "Frame"
msgstr "Marc"
- msgid "Edit Frames"
- msgstr "Edita Marc"
+ msgid "Edit Frames Shop"
+ msgstr "Modifica botiga de marcs"
msgid "Stationery"
msgstr "Papereria"
@@@ -19821,8 -20857,8 +20904,8 @@@ msgstr "Edita Agència de Viatges
msgid "Musical Instrument"
msgstr "Instruments Musicals"
- msgid "Edit Musical Instruments"
- msgstr "Edita Instruments Musicals"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "Modifica botiga d''instruments musicals"
msgid "Toys"
msgstr "Joguineria"
@@@ -20034,6 -21070,12 +21117,12 @@@ msgstr "Pic
msgid "Edit Peak"
msgstr "Edita Pic"
+ msgid "Saddle"
+ msgstr "Coll"
+
+ msgid "Edit Saddle"
+ msgstr "Modifica coll"
+
msgid "Glacier"
msgstr "Glacera"
@@@ -20073,24 -21115,33 +21162,33 @@@ msgstr "Arbre
msgid "Edit Tree"
msgstr "Edita arbre"
+ msgid "broad_leaved"
+ msgstr "planifoli"
+
+ msgid "conifer"
+ msgstr "conÃferes"
+
+ msgid "palm"
+ msgstr "palmera"
+
msgid "Botanical Name"
msgstr "Nom botà nic"
+ msgid "Tree Row"
+ msgstr "Filera d''arbres"
+
msgid "Wood"
msgstr "Bosc"
msgid "Edit Wood"
msgstr "Edita bosc"
- msgctxt "wood"
msgid "coniferous"
msgstr "conÃferes"
- msgctxt "wood"
msgid "deciduous"
msgstr "caduc"
- msgctxt "wood"
msgid "mixed"
msgstr "barrejat"
@@@ -20100,15 -21151,6 +21198,6 @@@ msgstr "Plantació forestal
msgid "Edit Forest Landuse"
msgstr "Edita plantació forestal"
- msgid "coniferous"
- msgstr "conÃferes"
-
- msgid "deciduous"
- msgstr "caduc"
-
- msgid "mixed"
- msgstr "barrejat"
-
msgid "Grassland"
msgstr "Prada"
@@@ -20184,6 -21226,12 +21273,12 @@@ msgstr "Prat
msgid "Edit Meadow Landuse"
msgstr "Edita Prat"
+ msgid "Orchard"
+ msgstr "Verger"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Modifica verger"
+
msgid "Vineyard"
msgstr "Vinya"
@@@ -20238,8 -21286,8 +21333,8 @@@ msgstr "Zona d''esbarjo
msgid "Edit Recreation Ground Landuse"
msgstr "MOdifica Zona d''esbarjo"
- msgid "Residential area"
- msgstr "Zona residencial"
+ msgid "Residential Area"
+ msgstr "Ãrea residencial"
msgid "Edit Residential Landuse"
msgstr "Edita zona residencial"
@@@ -20250,6 -21298,9 +21345,9 @@@ msgstr "Cementiri
msgid "Edit Graveyard"
msgstr "Edita Cementiri"
+ msgid "shinto"
+ msgstr "xintoisme"
+
msgid "Cemetery"
msgstr "Cementiri"
@@@ -20325,6 -21376,33 +21423,33 @@@ msgstr "Edita Informació d''adreça
msgid "Annotation"
msgstr "Anotacions"
+ msgid "Edit Name Information"
+ msgstr "Modifica el nom d''informació"
+
+ msgid "Alternative name"
+ msgstr "Nom alternatiu"
+
+ msgid "Historical name"
+ msgstr "Nom històric"
+
+ msgid "Local name"
+ msgstr "Nom local"
+
+ msgid "Regional name"
+ msgstr "Nom regional"
+
+ msgid "National name"
+ msgstr "Nom nacional"
+
+ msgid "International name"
+ msgstr "Nom internacional"
+
+ msgid "Official name"
+ msgstr "Nom oficial"
+
+ msgid "Common name abbreviation"
+ msgstr "Nom comú abreviat"
+
msgid "Edit Address Information"
msgstr "Edita informació d''adreça"
@@@ -20361,6 -21439,18 +21486,18 @@@ msgstr "parell
msgid "alphabetic"
msgstr "alfabètic"
+ msgid "Accuracy"
+ msgstr "Acurat"
+
+ msgid "actual"
+ msgstr "actual"
+
+ msgid "estimate"
+ msgstr "estimat"
+
+ msgid "potential"
+ msgstr "potencial"
+
msgid "Contact (common schema)"
msgstr "Contacte (esquema comú)"
@@@ -20529,20 -21619,49 +21666,49 @@@ msgstr "Ruta genèrica
msgid "Edit general route"
msgstr "Modifica ruta genèrica"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "autobús"
+
+ msgctxt "route type"
msgid "road"
- msgstr "desconeguda"
+ msgstr "carretera"
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "ferri"
+ msgctxt "route type"
msgid "ski"
- msgstr "esquÃ"
+ msgstr "pista d''esquÃ"
+ msgctxt "route type"
msgid "foot"
msgstr "a peu"
+ msgctxt "route type"
msgid "hiking"
msgstr "excursionisme"
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "tramvia"
+
+ msgctxt "route type"
msgid "detour"
- msgstr "desviament"
+ msgstr "trencall"
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "ferrocarril"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "metro"
msgid "Symbol description"
msgstr "Descripció de sÃmbols"
@@@ -20589,20 -21708,23 +21755,23 @@@ msgstr "punt final d''anada
msgid "backward halt point"
msgstr "punt final de tornada"
- msgid "Route network"
- msgstr "Xarxa de Rutes"
+ msgid "Route Network"
+ msgstr "Xarxa de carreteres"
- msgid "Edit route network"
- msgstr "Edita xarxa de rutes"
+ msgid "Edit Route Network"
+ msgstr "Modifica xarxa de carreteres"
msgid "member"
msgstr "membre"
- msgid "Associated street"
+ msgid "Associated Street"
msgstr "Carrer associat"
- msgid "Edit associated street"
- msgstr "Edita Carrer associat"
+ msgid "Edit Associated Street"
+ msgstr "Modifica carrer associat"
+
+ msgid "house"
+ msgstr "casa"
msgid "Street"
msgstr "Carrer"
@@@ -20625,8 -21747,8 +21794,8 @@@ msgstr "tot el relacionat amb el carrer
msgid "Destination sign"
msgstr "Senyal de DestÃ"
- msgid "Edit Destination sign"
- msgstr "Edita Senyal de DestÃ"
+ msgid "Edit Destination Sign"
+ msgstr "Modifica senyal d''indicació"
msgid "Destination written on sign (w/o distance)"
msgstr "Destinació escrita al senyal (amb o sense distà ncia)"
@@@ -20721,18 -21843,27 +21890,27 @@@ msgstr "vies que passen per sota del po
msgid "way forming the outline footprint"
msgstr "via que forma el pas de la gent"
- msgid "nodes forming the outline"
- msgstr "nodes que formen el pas"
+ msgid "edge ways parallel to ''across''"
+ msgstr "vies paral·leles a ''across''"
msgid "ways passing through the tunnel"
msgstr "vies que passen a través del túnel"
+ msgid "edge ways parallel to ''through''"
+ msgstr "vies paral·leles a ''through''"
+
msgid "bridge"
msgstr "pont"
msgid "deprecated"
msgstr "en desús"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgid "foot"
+ msgstr "a peu"
+
msgid "horse"
msgstr "cavall"
@@@ -20742,8 -21873,11 +21920,11 @@@ msgstr "barrera
msgid "motorroad"
msgstr "autopista/autovia"
- msgid "highway_track"
- msgstr "traçat_autopista"
+ msgid "highway.track"
+ msgstr "via.pista"
+
+ msgid "livingdashed"
+ msgstr "carrer residencial discontinu"
msgid "services"
msgstr "serveis"
@@@ -20751,11 -21885,11 +21932,11 @@@
msgid "ford"
msgstr "gual"
- msgid "highway_platform"
- msgstr "plataforma_autopista"
+ msgid "highway.platform"
+ msgstr "via.andana"
- msgid "emergency_access_point"
- msgstr "accés_punt_emergència"
+ msgid "emergency.access.point"
+ msgstr "emergència.punt d''accés"
msgid "riverbank"
msgstr "riba del riu"
@@@ -20772,6 -21906,9 +21953,9 @@@ msgstr "rà pids
msgid "railwaypoint"
msgstr "punt de via fèrria"
+ msgid "raildashed"
+ msgstr "via fèrria discontÃnua"
+
msgid "railyard"
msgstr "platja de vies"
@@@ -20787,29 -21924,29 +21971,29 @@@ msgstr "via fèrria antiga
msgid "aeroway"
msgstr "via aèria"
- msgid "aeroway_dark"
- msgstr "via_aèria_fosca"
+ msgid "aeroway.dark"
+ msgstr "aeroport.fosc"
- msgid "aeroway_light"
- msgstr "via_aèria_llum"
+ msgid "aeroway.light"
+ msgstr "aeroport.llum"
- msgid "piste_easy"
- msgstr "pista_verda"
+ msgid "piste.easy"
+ msgstr "pista fà cil"
- msgid "piste_intermediate"
- msgstr "pista_blava"
+ msgid "piste.intermediate"
+ msgstr "pista intermèdia"
- msgid "piste_advanced"
- msgstr "pista_vermella"
+ msgid "piste.advanced"
+ msgstr "pista avançada"
- msgid "piste_expert"
- msgstr "pista_negra"
+ msgid "piste.expert"
+ msgstr "pista expert"
- msgid "piste_freeride"
- msgstr "esquà forapista"
+ msgid "piste.freeride"
+ msgstr "pista freeride"
- msgid "piste_novice"
- msgstr "pista_iniciació"
+ msgid "piste.novice"
+ msgstr "pista debutants"
msgid "power"
msgstr "energia"
@@@ -20829,20 -21966,20 +22013,20 @@@ msgstr "port_esportiu
msgid "amenity"
msgstr "equipament"
- msgid "amenity_traffic"
- msgstr "instal.lacions_semafor"
+ msgid "amenity.traffic"
+ msgstr "estructura de servei.trà nsit"
- msgid "amenity_light"
- msgstr "estructura de servei (llum)"
+ msgid "amenity.light"
+ msgstr "estructura de servei.llum"
- msgid "light_water"
- msgstr "aigua (llum)"
+ msgid "light.water"
+ msgstr "llum.aigua"
msgid "health"
msgstr "salut"
- msgid "shop"
- msgstr "botiga"
+ msgid "office"
+ msgstr "oficina"
msgid "hotel"
msgstr "hotel"
@@@ -20916,11 -22053,14 +22100,14 @@@ msgstr "ruta
msgid "boundary"
msgstr "lÃmit"
+ msgid "sport"
+ msgstr "esport"
+
msgid "place"
msgstr "lloc"
- msgid "tiger_data"
- msgstr "dades_tiger"
+ msgid "tiger.data"
+ msgstr "dades TIGER"
msgid "address"
msgstr "adreça"
@@@ -20934,9 -22074,6 +22121,6 @@@ msgstr "Poble/Ciutat
msgid "One Way"
msgstr "Sentit Ãnic"
- msgid "Church"
- msgstr "Església"
-
msgid "Fuel Station"
msgstr "Benzinera"
@@@ -20964,6 -22101,9 +22148,9 @@@ msgstr "etiqueta de pont a un node
msgid "wrong highway tag on a node"
msgstr "etiqueta de via errònia a un node"
+ msgid "wrong crossing tag on a way"
+ msgstr "etiqueta incorrecta de cruïlla a una via"
+
msgid "Unnamed unclassified highway"
msgstr "Via no classificada sense nom"
@@@ -21009,11 -22149,41 +22196,41 @@@ msgstr "combinació inusual d''etiquete
msgid "unusual tag combination (highway & natural)"
msgstr "combinació inusual d''etiquetes (via i natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "combinació inusual d''etiquetes (\"landuse\" i \"building\")"
+
+ msgid "unnecessary access key"
+ msgstr "clau d''accés innecessà ria"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "clau \"motor_vehicle=yes\" innecessà ria"
+
msgid "natural water used for swimming pool"
msgstr "etiqueta \"aigua natural\" utilitzada a una piscina"
- msgid "incline without highway"
- msgstr "inclinació sense via"
+ msgid "numerical key"
+ msgstr "clau numèrica"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "relació route_master sense route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "xarxa elèctrica sense voltatge"
+
+ msgid "substation key without power=substation"
+ msgstr "etiqueta de subestació sense power=substation"
+
+ msgid "transformer key without power"
+ msgstr "transformador sense power"
+
+ msgid "missing substation=*"
+ msgstr "manca substation=*"
+
+ msgid "missing transformer=*"
+ msgstr "manca transformer=*"
+
+ msgid "incline without highway or railway"
+ msgstr "inclinació sense via o via fèrria"
msgid "junction without highway"
msgstr "cruïlla sense via"
@@@ -21024,8 -22194,8 +22241,8 @@@ msgstr "carrils sense via
msgid "lcn without highway"
msgstr "lcn sense via"
- msgid "lit without highway"
- msgstr "llum sense via"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "lit sense highway/railway/piste/parking/platform"
msgid "living_street without highway"
msgstr "carrer residencial sense via"
@@@ -21042,8 -22212,8 +22259,8 @@@ msgstr "autopista sense via
msgid "ntd_id without highway"
msgstr "ntd_id sense via"
- msgid "oneway without highway"
- msgstr "sentit únic sense via"
+ msgid "oneway without highway or railway"
+ msgstr "sentit únic sense via o via fèrria"
msgid "sac_scale without highway"
msgstr "escala sac sense via"
@@@ -21129,50 -22299,161 +22346,161 @@@ msgstr "tipus de via sense ferrocarril
msgid "tracks without railway"
msgstr "vies sense ferrocarril"
- msgid "traffic_mode without railway"
- msgstr "mode de trà nsit sense via fèrria"
+ msgid "traffic_mode without railway"
+ msgstr "mode de trà nsit sense via fèrria"
+
+ msgid "usage without railway"
+ msgstr "utilització sense via fèrria"
+
+ msgid "workrules without railway"
+ msgstr "normes de treball sense via fèrria"
+
+ msgid "stream without waterway"
+ msgstr "rierol sense curs d''aigua"
+
+ msgid "intermittent without waterway"
+ msgstr "curs intermintent sense curs d''aigua"
+
+ msgid "boat without waterway / natural=water"
+ msgstr "vaixell sense curs d''aigua / aigua natural"
+
+ msgid "length_unit without waterway"
+ msgstr "unitat de mesura sense curs d''aigua"
+
+ msgid "llid without waterway"
+ msgstr "llid sense curs d''aigua"
+
+ msgid "canal without waterway"
+ msgstr "canal sense curs d''aigua"
+
+ msgid "have_riverbank without waterway"
+ msgstr "banc fluvial sense curs d''aigua"
+
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "túnel sense highway/railway/waterway/platform/pipeline"
+
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "pont sense highway/railway/waterway/platform/piste/pipeline"
+
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psv sense via/via fèrria/curs d''aigua/aparcament"
+
+ msgid "width without physical linear feature"
+ msgstr "amplada sense una caracterÃstica fÃsica lineal"
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "velocitat mà xima sense via/via fèrria/senyal de trà nsit"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "tipus de tancat sense barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "border_type sense boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "recycling_type sense amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "board_type sense information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "shelter_type sense amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "lamp_type sense highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "map_type sense information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "site_type sense historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "artwork_type sense tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "castle_type sense historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "reservoir_type senselanduse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "bunker_type sense military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr "font:addr sense addr:*"
+
+ msgid "source:date without source"
+ msgstr "font:data sense font"
+
+ msgid "source:name without name"
+ msgstr "font:nom sense nom"
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr "font:velocitat mà xima sense velocitat mà xima"
+
+ msgid "source:building without building"
+ msgstr "font:edifici sense edifici"
+
+ msgid "source:ref without ref"
+ msgstr "font:ref sense ref"
+
+ msgid "source:population without population"
+ msgstr "font: població sense població"
+
+ msgid "source:geometry on a node"
+ msgstr "font:geometria sobre un node"
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr "font:[addr:]codi postal sense addr:postcode"
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr "font:postal_code sense addr:postcode"
- msgid "usage without railway"
- msgstr "utilització sense via fèrria"
+ msgid "source:ele without ele"
+ msgstr "font:ele sense ele"
- msgid "workrules without railway"
- msgstr "normes de treball sense via fèrria"
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr "font:ref:INSEE sense ref:INSEE"
- msgid "stream without waterway"
- msgstr "rierol sense curs d''aigua"
+ msgid "source:lit without lit"
+ msgstr "font:lit sense lit"
- msgid "intermittent without waterway"
- msgstr "curs intermintent sense curs d''aigua"
+ msgid "source:hgv without hgv"
+ msgstr "font:hgv sense hgv"
- msgid "boat without waterway / natural=water"
- msgstr "vaixell sense curs d''aigua / aigua natural"
+ msgid "source:outline on a node"
+ msgstr "font:contorn sobre un node"
- msgid "length_unit without waterway"
- msgstr "unitat de mesura sense curs d''aigua"
+ msgid "source:highway without highway"
+ msgstr "font: via sense via"
- msgid "llid without waterway"
- msgstr "llid sense curs d''aigua"
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr "font:pes mà xim per eix sense pes mà xim per eix"
- msgid "canal without waterway"
- msgstr "canal sense curs d''aigua"
+ msgid "source:surface without surface"
+ msgstr "font:superfÃce sense superfÃcie"
- msgid "have_riverbank without waterway"
- msgstr "banc fluvial sense curs d''aigua"
+ msgid "source:bridge without bridge"
+ msgstr "font:pont sense pont"
- msgid "tunnel without highway/railway/waterway"
- msgstr "túnel sense via/ferrocarril/curs d''aigua"
+ msgid "source:old_name without old_name"
+ msgstr "font:old_name sense old_name"
- msgid "bridge without highway/railway/waterway"
- msgstr "pont sese via/via fèrria/curs d''aigua"
+ msgid "source:bicycle without bicycle"
+ msgstr "font:bicicleta sense bicicleta"
- msgid "psv without highway/railway/waterway"
- msgstr "etiqueta psv (serveis públics) sense via/via fèrria/curs d''aigua"
+ msgid "source:designation without designation"
+ msgstr "font:designació sense designació"
- msgid "width without physical linear feature"
- msgstr "amplada sense una caracterÃstica fÃsica lineal"
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr "font:[addr:]housenumber sense addr:housenumber"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "velocitat mà xima sense via/ferrocarril/senyal de trà nsit"
+ msgid "source:height without height"
+ msgstr "font:altura sense altura"
+
+ msgid "source:lanes without lanes"
+ msgstr "font:carrils sense carrils"
msgid "religion without denomination"
msgstr "religió sense denominació"
@@@ -21192,8 -22473,55 +22520,55 @@@ msgstr "
"manca l''indicatiu de llengua de la viqupèdia, utilitzeu "
"''wikipedia''=''llengua:article'' (p.ex: ''wikipedia''=''ca:Montseny''"
- msgid "unkown language prefix in wikipedia tag"
- msgstr "prefix de llengua desconegut a una etiqueta de tipus viquipèdia"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr "prefix de llengua desconegut a l''etiqueta viquipèdia"
+
+ msgid "layer should be between -5 and 5"
+ msgstr "la capa ha d''estar entre -5 i 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "el nivell ha de ser un nombre amb increments opcionals de .5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "altura: en metres per defecte; el separador és el punt; en cas de la unitat "
+ "inseriu un espai i llavors la unitat"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "altura mà xima: en metres per defecte; el separador és el punt; en cas de la "
+ "unitat inseriu un espai i llavors la unitat"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "amplada: en metres per defecte; el separador és el punt; en cas de la unitat "
+ "inseriu un espai i llavors la unitat"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "amplada mà xima: en metres per defecte; el separador és el punt; en cas de la "
+ "unitat inseriu un espai i llavors la unitat"
+
+ msgid "unusual maxspeed format"
+ msgstr "format inusual de velocitat mà xima"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr "el voltatge ha d''estar en volts sense unitat/delimitador/espais"
+
+ msgid "unusual frequency specification"
+ msgstr "especificació inusual de freqüència"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "ample de via inusual; utilitzeu mm sense separador"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "pendent inusual; utilitzeu percentatges/graus o amunt/avall"
msgid "Landsat"
msgstr "Landsat"
@@@ -21204,24 -22532,30 +22579,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "Tracks GPS d''Copy text \t OpenStreetMap"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Black & White)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21235,10 -22569,10 +22619,10 @@@ msgid "OpenStreetMap (German Style)
msgstr "OpenStreetMap (estil alemany)"
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
- msgstr ""
+ msgstr "Cambodja, Laos, Tailà ndia, Vietnam bilingüe"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI black-and-white 2.5m"
@@@ -21246,6 -22580,9 +22630,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (base map)"
@@@ -21374,7 -22711,7 +22761,7 @@@ msgid "Hike & Bike
msgstr "Hike & Bike"
msgid "OpenStreetMap (Sorbian Language)"
- msgstr ""
+ msgstr "OpenStreetMap (Llengua sòrab)"
msgid "OpenStreetMap (German Language)"
msgstr "OpenStreetMap (llengua alemanya)"
@@@ -21394,6 -22731,32 +22781,32 @@@ msgstr "Bavaria (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Erlangen 2013 imatge aèria (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Erlangen 2011 imatge aèria (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+ "Mapa antic de Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "Mapa antic de Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (HaitÃ)"
@@@ -21425,10 -22788,10 +22838,10 @@@ msgid "PCN 2008 - IT Lazio+Umbria
msgstr "PCN 2008 - IT Lazio+Umbria"
msgid "USSR - Latvia"
- msgstr ""
+ msgstr "URSS- Letònia"
msgid "50cm ortho - Latvia"
- msgstr ""
+ msgstr "50cm orto - Letònia"
msgid "20cm ortho - Coastline"
msgstr "20cm ortho - Coastline"
@@@ -21440,7 -22803,7 +22853,7 @@@ msgid "Niger Delta Oct 2012 Landsat
msgstr "Niger Delta Oct 2012 Landsat"
msgid "Pangasinán/Bulacan (Phillipines HiRes)"
- msgstr ""
+ msgstr "Pangasinan/Bulacan (Filipines alta resolució)"
msgid "ScanEx IRS"
msgstr "ScanEx IRS"
@@@ -21473,7 -22836,7 +22886,7 @@@ msgid "Slovakia EEA CORINE 2006
msgstr "Slovakia EEA CORINE 2006"
msgid "Slovakia Historic Maps"
- msgstr ""
+ msgstr "Mapes històrics de Eslovà quia"
msgid "South Africa CD:NGI Aerial"
msgstr "South Africa CD:NGI Aerial"
@@@ -21559,6 -22922,9 +22972,9 @@@ msgstr "USGS Large Scale Imagery
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Roads Overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "Nous carrers creats per TIGER desalineats (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -21604,6 -22970,39 +23020,39 @@@ msgstr "OS Scottish Popular historic
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "Plà nols de ciutats OS, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "Exporta OSM"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Exporta dades de trà nsit a un fitxer SUMO"
+
+ msgid "SUMO Export"
+ msgstr "Exportació SUMO"
+
+ msgid "Export"
+ msgstr "Exporta"
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "refrescar la llista de ports"
+
+ msgid "Configure"
+ msgstr "Configura"
+
+ msgid "Connection Error."
+ msgstr "S''ha produït un error en la connexió."
+
+ msgid "configure the connected DG100"
+ msgstr "configura el DG100 connectat"
+
+ msgid "delete data after import"
+ msgstr "suprimir les dades després d''importar"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 fitxers CSV"
@@@ -21814,6 -23213,18 +23263,18 @@@ msgstr "Mostra el perfil d''alçada
msgid "Elevation Profile"
msgstr "Perfil de desnivell"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Capa de graella d''elevació (experimental)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Mostra la capa de la graella d''elevació"
+
+ msgid "Elevation Grid"
+ msgstr "Graella d''elevació"
+
+ msgid "No SRTM data"
+ msgstr "Cap dada de tipus SRTM"
+
msgid "Open the elevation profile window."
msgstr "Obre la finestra del perfil de desnivell"
@@@ -21835,14 -23246,8 +23296,8 @@@ msgstr "Guany
msgid "Time"
msgstr "Hora"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Automà tic"
-
- msgid "Fixed value"
- msgstr "Valor fix"
+ msgid "Tracks"
+ msgstr "Tracks"
msgid "Elevation profile for track ''{0}''."
msgstr "Perfil de desnivell del track ''{0}''."
@@@ -22117,11 -23522,14 +23572,14 @@@ msgstr "Selecciona les adreces incomple
msgid "Selects all addresses with incomplete data."
msgstr "Selecciona totes les adreces amb dades incompletes."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Utilitzeu les etiquetes 'addr:street' o 'addr:place'"
+
msgid "House Number Editor"
msgstr "Editor de numeraricó de carrers"
- msgid "Housenumber increment:"
- msgstr "Increment pel nombres de carrer:"
+ msgid "House number increment:"
+ msgstr "Increment de número de carrer:"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22334,8 -23742,8 +23792,8 @@@ msgstr "S''esperen nombres imparells
msgid "Expected even numbers for addresses"
msgstr "S''esperen nombres parells"
- msgid "Expected valid number for address increment"
- msgstr "S''esperava un nombre và lid per l''increment de l''adreça"
+ msgid "Expected valid number for increment"
+ msgstr "S''esperava un número và lid com a increment"
msgid "Country code must be 2 letters"
msgstr "El codi de paÃs ha de contenir dues lletres"
@@@ -22714,15 -24122,6 +24172,6 @@@ msgstr "Nombre de carrer:
msgid "Street Name:"
msgstr "Nom del carrer:"
- msgid "Increment"
- msgstr "Increment"
-
- msgid "Decrement"
- msgstr "Disminueix"
-
- msgid "Numbers:"
- msgstr "Nombres:"
-
msgid "Big buildings mode"
msgstr "Mode de grans edificis"
@@@ -22917,6 -24316,9 +24366,9 @@@ msgstr "Desactiva l''enquadrament de le
msgid "Use \"Tableau d''assemblage\""
msgstr "Utilitza el \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "Substitueix l''ombrejat en gris per color blanc"
+
msgid "Select first WMS layer in list."
msgstr "Seleccionar la primera capa WMS de la llista."
@@@ -22937,12 -24339,6 +24389,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "alt"
-
- msgid "medium"
- msgstr "mitjà "
-
msgid "symbol"
msgstr "sÃmbol"
@@@ -23097,6 -24493,11 +24543,11 @@@ msgstr "
"Afegeix els ''tableaux d''assemblage\" (taulers d''assemblatge) a la llista "
"de capes cadastrals a descarregar"
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "Substitueix l''escala de grisos per color blanc (fitxers més petits i poca "
+ "utilització de memòria)"
+
msgid "Display crosspieces:"
msgstr "Mostra encavalcaments:"
@@@ -23117,6 -24518,9 +24568,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Habiliteu això per utilitzar l''etiqueta \"add:street\" als nodes."
+ msgid "Unexpected file extension. {0}"
+ msgstr "Extensió de fitxer no esperada. [{0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "Afegir \"source=...\" (font) als objectes?"
@@@ -23370,8 -24774,11 +24824,11 @@@ msgstr "Capa WMS ({0}), {1} tessel·le
msgid "Is not vectorized."
msgstr "No és vectorial"
- msgid "Raster size: {0}"
- msgstr "Mida de la imatge rà ster: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Rectangle de selecció: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "Mida de la imatge (px): {0}/{1}"
msgid "Is vectorized."
msgstr "ÃS vectorial."
@@@ -23423,7 -24830,7 +24880,7 @@@ msgstr "Suprimir l''esquema selecciona
msgid "Color Schemes"
msgstr "Esquemes de color"
- msgid "Adress"
+ msgid "Address"
msgstr "Adreça"
msgid "Split area"
@@@ -23657,27 -25064,9 +25114,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr "Format de registre desconegut"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "refrescar la llista de ports"
-
- msgid "Configure"
- msgstr "Configura"
-
msgid "Configure Device"
msgstr "Configura dispositiu"
- msgid "Connection Error."
- msgstr "S''ha produït un error en la connexió."
-
- msgid "configure the connected DG100"
- msgstr "configura el DG100 connectat"
-
- msgid "delete data after import"
- msgstr "suprimir les dades després d''importar"
-
msgid "Importing data from device."
msgstr "Important dades del dispositiu"
@@@ -24209,14 -25598,20 +25648,20 @@@ msgid "
"OSM data in the area. Please check that the offset is still valid\n"
"by downloading GPS tracks and comparing them and OSM data to the imagery."
msgstr ""
+ "La capa superior de la imatgeria ha estat desplaçada, presumiblement per a "
+ "fer coincidir\n"
+ "les dades OSM de lazona. Si us plau verifiqueu que el decalatge continua "
+ "sent\n"
+ "và lid carregant tacks GPS i comparant-los amb les dades OSM i amb la "
+ "imatgeria aèria."
msgid ""
"A layer has been added with a calibration geometry. Hide data layers,\n"
"find the corresponding feature on the imagery layer and move it accordingly."
msgstr ""
"S''ha afegit una capa amb una geometria calibrada. Amageu capes de dades,\n"
- "trobeu la caracterÃstica corresponent a la capa d'imatgeri i moveu-la segons "
- "convingui."
+ "trobeu la caracterÃstica corresponent a la capa d''imatgeri i moveu-la "
+ "segons convingui."
msgid "Deprecated by {0} on {1}"
msgstr "Marcat com a obsolet per {0} el {1}"
@@@ -24310,6 -25705,10 +25755,10 @@@ msgid "
"clearly visible boundaries on various satellite imagery. Please describe "
"this object and its whereabouts."
msgstr ""
+ "Esteu enregistrant una geometria de calibratge. Ha de ser la posició més "
+ "precisa possible de l''objecte, amb els lÃmits ben definits sobre diferents "
+ "imatges de satèl·lit. Si us plau descriviu aquest objecte i la seva posició "
+ "amb precisió."
msgid "Uploading a new offset..."
msgstr "Descarregant un nou decalatge ..."
@@@ -24845,9 -26244,36 +26294,36 @@@ msgstr "Fusiona les superposicions de v
msgid "Merge Overlap (combine)"
msgstr "Fusiona la superposició (combinar)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Un rol basat membre de la relació fou copiat a totes les noves "
+ "vies.<br> Caldria que comprovessiu si això és correcte i fessiu les "
+ "correccions quan sigui necessari.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Una relació de membre fou copiada a totes les noves vies.<br> Caldria "
+ "que comprovessiu si això és correcte i fessiu les correccions quan sigui "
+ "necessari.</html>"
+
msgid "Split way"
msgstr "Divideix la via"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Entreu una clau per l''etiqueta, p.ex. "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Entreu un valor d''etiqueta, p. ex. <strong><tt>check "
+ "members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan esquerra"
@@@ -25587,9 -27013,6 +27063,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "S''ha produït un error: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "No ha estat possible crear el nou error. Resultat: {0}"
-
msgid "Process queue"
msgstr "Cua de procés"
@@@ -25646,18 -27069,6 +27119,6 @@@ msgstr "
msgid "Close: "
msgstr "Tanca: "
- msgid "New issue"
- msgstr "Nou problema"
-
- msgid "Create issue"
- msgstr "Crear nou problema"
-
- msgid "Describe the problem precisely"
- msgstr "Descriviu el problema de manera precisa"
-
- msgid "Create: "
- msgstr "Crea: "
-
msgid "Open in browser"
msgstr "Obre al navegador web"
@@@ -26013,6 -27424,28 +27474,28 @@@ msgstr "El test ha fallat: no ha estat
msgid "Test failed: Could not write mtime."
msgstr "Ha fallat el test: No s''ha pogut escriure mtime."
+ msgid "Adjust photos"
+ msgstr "Ajusta fotografies"
+
+ msgid "Move and position photos"
+ msgstr "Mou i posiciona fotografies"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+ "Clic+arrossegar per moure la foto o majúscula+clic per posicionar la foto"
+
+ msgid "Please load some photos."
+ msgstr "Si us plau carregeu alguna foto"
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "Commuta la vista prèvia de la imatge en miniatura"
+
+ msgid "New layer for untagged images"
+ msgstr "Nova capa per imatges no etiquetades"
+
+ msgid "Untagged Images"
+ msgstr "Imatges no etiquetades"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Voleu desar el calibratge de la capa {0}?"
@@@ -26169,6 -27602,11 +27652,11 @@@ msgstr "No hi ha res al portaretalls
msgid "The clipboard data is not an image"
msgstr "Les dades que hi ha al portaretalls no són imatges"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "AvÃs: ha fallat la manipulació del fitxer zip ''{0}''. L''excepció ha estat: "
+ "{1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr "S''ha trobat un fitxer de calibratge associat a la fotografia: {0}\n"
@@@ -26491,9 -27929,6 +27979,6 @@@ msgstr "El fitxer GPX no conté cap tra
msgid "Create Stops from GPX"
msgstr "Crear parades a partir d''un fitxer GPX"
- msgid "Tracks"
- msgstr "Tracks"
-
msgid "Tracks in this GPX file:"
msgstr "Tracks d''aquest fitxer GPX:"
@@@ -26717,6 -28152,9 +28202,9 @@@ msgstr "Entreu l''ID del conjunt de can
msgid "Reverted changeset"
msgstr "Conjunt de canvis revertit"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "No és permès de revertir el grup de canvis de {0}"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Manca un objectiu de fusió per {0} amb l''ID {1}"
@@@ -26752,15 -28190,35 +28240,35 @@@ msgstr "Obtenint les primitives que man
msgid "Downloading changeset"
msgstr "Descarregant conjunt de canvis"
+ msgid "See {0}"
+ msgstr "Vegeu {0}"
+
msgid "Revert changeset #{0}"
msgstr "Reverteix el conjunt de canvis #{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "AvÃs: l''element d''inici ''{0}'' situat a la posició ({1},{2}) dins del "
+ "conjunt de canvis no està suportat. Anul·lant."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "AvÃs: l''element de final ''{0}'' situat a la posició ({1},{2}) dins del "
+ "conjunt de canvis no està suportat. Anul·lant."
+
msgid "Road Sign Plugin"
msgstr "Connector de senyals de trà nsit"
msgid "signs"
msgstr "senyals"
+ msgid "Change Properties"
+ msgstr "Canvia propietats"
+
msgid "Country preset:"
msgstr "Preconfiguracions del paÃs:"
@@@ -26875,9 -28333,6 +28383,6 @@@ msgstr "Preferències del connector de
msgid "Configure routing preferences."
msgstr "Configurar les preferències de cà lcul d''itineraris"
- msgid "Highway type"
- msgstr "Tipus de carretera"
-
msgid "Speed (Km/h)"
msgstr "Velocitat (km/h)"
@@@ -27083,20 -28538,20 +28588,20 @@@ msgstr "Factor de distà ncia
msgid "Merge Nearby Nodes Threshold"
msgstr "Llindar per fusionar nodes propers"
- msgid "Online Help"
- msgstr "Ajuda en lÃnia"
+ msgid "SeaMap Editor"
+ msgstr "Editor de cartes nà utiques"
- msgid "Load"
- msgstr "Carrega"
+ msgid "No object selected"
+ msgstr "No heu seleccionat cap objecte"
- msgid "invisible"
- msgstr "invisible"
+ msgid "Seamark Inspector"
+ msgstr "Inspector Seamark"
- msgid "SeaMap Editor"
- msgstr "Editor de cartes nà utiques"
+ msgid "Select only one object"
+ msgstr "Seleccioneu un sol objecte"
- msgid "Export"
- msgstr "Exporta"
+ msgid "Select a map object"
+ msgstr "Seleccioneu un objecte del mapa"
msgid "AutoSave LiveData"
msgstr "Desament automà tic de LiveData"
@@@ -27323,6 -28778,103 +28828,103 @@@ msgstr "Traçador.
msgid "Tracer building"
msgstr "Traçar edifici"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "Modifica de l''etiqueta {0} a la {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "La versió del servidor Tracer2 no és compatible amb aquest connector. Si us "
+ "plau descarregueu la versió {0} de\n"
+ "{1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "HI ha una nova versió del servidor Tracer2. Si us plau actualitzeu a la "
+ "versió {0} per tal d''obtenir millors resultats."
+
+ msgid "No set of parameter is active!"
+ msgstr "No hi ha cap conjunt de parà metres actiu!"
+
+ msgid "Select parameter"
+ msgstr "Seleccioneu un parà metre"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: afegeix una via amb {0} punts"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: modifica una via amb {0} punts"
+
+ msgid "Tracer2 error"
+ msgstr "Error de Tracer2"
+
+ msgid "Parameter for server request"
+ msgstr "Parà metre per consultar el servidor"
+
+ msgid "Tile size:"
+ msgstr "Mida de la tessel·la"
+
+ msgid "Resolution:"
+ msgstr "Resolució:"
+
+ msgid "Mode:"
+ msgstr "Mode:"
+
+ msgid "Threshold:"
+ msgstr "Llindar:"
+
+ msgid "Points per circle:"
+ msgstr "Punts per cercle:"
+
+ msgid "Tag:"
+ msgstr "Etiqueta:"
+
+ msgid "Preferred values:"
+ msgstr "Valors preferits:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "Voleu suprimir el parà metre \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "Afegeix nou"
+
+ msgid "Add predefined"
+ msgstr "Afegeix predefinit"
+
+ msgid "Select predefined parameter"
+ msgstr "Seleccioneu un parà metre predefinit"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "Modifica la llista de parà metres per consultar el servidor"
+
+ msgid "Parameter:"
+ msgstr "Parà metre:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "El servidor Tracer2 no està iniciat. Si us plau inicieu el servidor.\n"
+ "Si no teniu el servidor, el podeu descarregar de\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "El servidor Tracer2 no ha trobat res."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "El servidor Tracer2 ha trobat un error."
+
msgid "GPG"
msgstr "GPG"
@@@ -27362,6 -28914,10 +28964,10 @@@ msgstr "Descarregar objectes del servid
msgid "Download signed data"
msgstr "Descarregar dades signades"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "AvÃs: Ignorant l''excepció perquè la tasca fou anulada. Excepció: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27532,9 -29088,6 +29138,6 @@@ msgstr "Signatura cancel·lada!
msgid "Please give a tolerance in meters"
msgstr "Si us plau indiqueu un tolerà ncia en metres"
- msgid "Accuracy"
- msgstr "Acurat"
-
msgid "Select as much as you like:"
msgstr "Seleccioneu tant com vulgueu:"
@@@ -28682,9 -30235,6 +30285,6 @@@ msgstr "Desseleccionar nodes
msgid "Removes all nodes from selection"
msgstr "Suprimir tots els nodes de la selecció"
- msgid "Video"
- msgstr "VÃdeo"
-
msgid "Import Video"
msgstr "Importar un vÃdeo"
@@@ -28994,9 -30544,6 +30594,6 @@@ msgstr "Estableix la llengua per defect
msgid "Enter the Wikipedia language"
msgstr "Indiqueu el lleguatge per a la Viquipèdia"
- msgid "Add Tag"
- msgstr "Afegeix etiqueta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/cs.po
index acca88d,7fd3967..eeb1263
--- a/i18n/po/cs.po
+++ b/i18n/po/cs.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-21 16:02+0000\n"
- "Last-Translator: Lukáš MatÄjka <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-11-29 12:17+0000\n"
+ "Last-Translator: Jezevec <Unknown>\n"
"Language-Team: Czech <cs at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-22 04:31+0000\n"
- "X-Generator: Launchpad (build 16734)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:38+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: cs\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "PodmÃnky použità podkladovÃ
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "OtevÃránà odkazů nenà na souÄasné platformÄ (''{0}'') podporováno"
+ msgid "ERROR: {0}"
+ msgstr "CHYBA: {0}"
+
msgid "WARNING: {0}"
msgstr "VAROVÃNÃ: {0}"
@@@ -57,10 -60,13 +60,13 @@@ msgid "INFO: {0}
msgstr "INFO: {0}"
msgid "DEBUG: {0}"
- msgstr "DEBUG: {0}"
+ msgstr "LADÄNÃ: {0}"
+
+ msgid "Cause: "
+ msgstr ""
msgid "Executing platform startup hook"
- msgstr "ProvádÃm pÅipojovánà k startu platformy"
+ msgstr "Startovacà Äinnosti specfické pro platformu"
msgid "Building main menu"
msgstr "Sestavovánà hlavnÃho menu"
@@@ -96,7 -102,7 +102,7 @@@ msgid "Parameter \"downloadgps\" does n
msgstr "Parametr \"downloadgps\" neakceptuje jména souborů nebo URL"
msgid "Ignoring malformed URL: \"{0}\""
- msgstr "Ignorujà se nekorektnà URL: \"{0}\""
+ msgstr "Ignoruji vadné URL: \"{0}\""
msgid ""
"<h2>JOSM requires Java version 6.</h2>Detected Java version: {0}.<br>You can "
@@@ -162,19 -168,18 +168,18 @@@ msgid "About JOSM...
msgstr "O JOSMâ¦"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VAROVÃNÃ: neoÄekávaný formát základnà URL adresu rozhrannà API. PÅesmÄrovánà "
- "do informaÄnà stránky nebo stránky historie OSM objektu pravdÄpodobnÄ selže. "
- "Základnà URL adresa rozhrannà API je: \"{0}\""
+ "Formát URL pro API nebyl rozponán. PÅesmÄrovánà na stránku s informaci Äi "
+ "historià objektu OSM pravdÄpodobnÄ selže. Základ pro URL API: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VarovánÃ: neoÄekávaný formát základnà URL API. PÅesmÄrovánà na uživatelskou "
- "stránku OSM prvku pravdÄpodobnÄ selže. Základnà URL API je: ''{0}''"
+ "Formát URL pro API nebyl rozponán. PÅesmÄrovánà na stránku uživatele "
+ "pravdÄpodobnÄ selže. Základ pro URL API: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -264,9 -269,6 +269,6 @@@ msgstr "Nástroj: {0}
msgid "Please select at least four nodes."
msgstr "Vyberte minimálnÄ 4 uzly"
- msgid "Information"
- msgstr "Informace"
-
msgid "Align Nodes in Line"
msgstr "SeÅadit uzly do pÅÃmky"
@@@ -303,6 -305,9 +305,9 @@@ msgstr "následujÃcÃ
msgid "Nothing selected to zoom to."
msgstr "Nenà zvoleno nic co by se dalo pÅiblÞit"
+ msgid "Information"
+ msgstr "Informace"
+
msgid "Zoom to {0}"
msgstr "ZvÄtÅ¡it na {0}"
@@@ -359,12 -364,12 +364,12 @@@ msgstr "
"orientaci?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Nemohu spojit cesty (Nemohou být spojeny do jednoho ÅetÄzce bodů)"
+ msgstr "Nemohu spojit cesty.<br>(Nemohou být spojeny do jednoho uzlu)"
msgid "Combine {0} ways"
- msgstr "Kombinovat {0} cesty"
+ msgstr "Spojit {0} cesty"
msgid "Please select at least two ways to combine."
msgstr "ProsÃm zvolte minimálnÄ dvÄ cesty ke spojenÃ"
@@@ -548,6 -553,9 +553,9 @@@ msgstr "Historie
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Zobrazit historii cest, uzlů a relacà v OSM."
+ msgid "Show history"
+ msgstr "Zobrazit historii"
+
msgid "History (web)"
msgstr "Historie (web)"
@@@ -672,11 -680,9 +680,9 @@@ msgid "Joined overlapping areas
msgstr "Spojeny pÅekrývajÃcà se plochy"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "NÄkteré z cest byly prvky relacÃ, které byly zmÄnÄny. ProsÃme, ovÄÅte, zda "
- "tÃmto nedoÅ¡lo ke vzniku chyb."
msgid "Fix tag conflicts"
msgstr "Opravit konflikty tagů"
@@@ -841,11 -847,11 +847,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Spoj uzly do nejstarÅ¡Ãho"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Aby bylo možné body spojit, vyberte prosÃm alespoÅ dva body, nebo jeden bod "
- "v blÃzkosti jiného."
+ "OznaÄte prosÃm alespoÅ dva uzly, které chcete spojit, nebo jeden uzel, který "
+ "je blÃzko jinému."
msgid "Abort Merging"
msgstr "ZruÅ¡it sluÄovánÃ"
@@@ -1050,13 -1056,9 +1056,9 @@@ msgid "Orthogonalize / Undo
msgstr "Pravoúhlost / ZpÄt"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr "Ortogonálnà tvar / ZpÄt"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ZpÄt ortogonálnà tvar"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
+ msgstr ""
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1076,9 -1078,6 +1078,6 @@@ msgstr "Ortogonalizovat
msgid "Usage"
msgstr "VyužitÃ"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Vybrané prvky nelze uspoÅádat do pravých úhlů"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1257,9 -1256,6 +1256,6 @@@ msgstr "NaÄÃst sezenÃ
msgid "Load a session from file."
msgstr "NaÄÃst sezenà ze souboru."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Soubor s uloženým sezenÃm (*.jos, *.joz)"
-
msgid "Open session"
msgstr "OtevÅÃt sezenÃ"
@@@ -1411,19 -1407,18 +1407,18 @@@ msgstr "
"cesty.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Relace založená na rolÃch byla zkopÃrována na vÅ¡echny nové "
- "cesty.<br>MÄlo by být ovÄÅeno, zda je zkopÃrovánà správné a pÅÃpadnÄ "
- "opraveno.</html>"
+ "Älenstvà i s rolà bylo zkopÃrováno do vÅ¡ech nových cest.<br>Je tÅeba provést "
+ "kontrolu a pÅÃpadné opravy."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Älenstvà v relaci bylo zkopÃrováno na vÅ¡echny nové cesty.<br>MÄlo by "
- "být ovÄÅeno, zda je zkopÃrovánà správné a pÅÃpadnÄ opraveno.</html>"
+ "Älenstvà v relacÃch bylo zkopÃrováno do vÅ¡ech nových cest.<br>Je tÅeba "
+ "provést kontrolu a pÅÃpadné opravy."
msgid "Split way {0} into {1} parts"
msgstr "RozdÄlit cestu {0} do {1} ÄástÃ"
@@@ -1525,6 -1520,29 +1520,29 @@@ msgstr "
"Chystáte se oddÄlit neúplné objekty. <br>To způsobà problémy, protože "
"nevidÃte skuteÄné objekty. <br>Opravdu si pÅejete uzly oddÄlit?"
+ msgid "Disconnect Node from Way"
+ msgstr "Odpojit uzel od cesty"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Odpojit uzel z cesty na které ležÃ"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Vyberte alespoŠjeden uzel, který má být odpojen"
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Vybraný bod nenà Äeho odpojit."
+ msgstr[1] "Vybrané body nenà Äeho odpojit."
+ msgstr[2] "Vybrané body nenà Äeho odpojit."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] "DotÄená cesta by po odpojenà uzlu pÅestala existovat."
+ msgstr[1] "DotÄená cesta by po odpojenà uzlů pÅestala existovat."
+ msgstr[2] "DotÄená cesta by po odpojenà uzlů pÅestala existovat."
+
msgid "Undo"
msgstr "ZpÄt"
@@@ -1817,6 -1835,9 +1835,9 @@@ msgstr "({0}/{1}) Nahrávám rodiÄe ce
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Nahrávám rodiÄe relace {2}"
+ msgid "Download session"
+ msgstr "Stáhni sezenÃ"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Stahovánà {0} z {1} ({2} zbývá"
@@@ -2066,11 -2087,11 +2087,11 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Nemohu umÃstit uzel mimo svÄt."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "PÅidat nový uzel do cesty"
- msgstr[1] "PÅidat nový uzel do {0} cest"
- msgstr[2] "PÅidat nový uzel do {0} cest"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "PÅidat nový bod do cesty"
+ msgstr[1] "PÅidat nový bod do {0} cest"
+ msgstr[2] "PÅidat nový bod do {0} cest"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Nemohu odstranit uzel odkazovaný vÃce cestami."
@@@ -2542,6 -2563,9 +2563,9 @@@ msgstr "\"hodnota\" v libovoln̩m kl̀
msgid "matches if ''key'' exists"
msgstr "shoduje se pokud \"klÃÄ\" existuje"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "kombinace"
@@@ -2749,10 -2773,8 +2773,8 @@@ msgstr "ChybÄjÃcà parametr pro XOR
msgid "Missing operator for NOT"
msgstr "ChybÄjÃcà operátor pro NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "UpozornÄnÃ: automaticky oÅezávám hodnotu tagu ''{0}'' u smazaného objektu {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2847,6 -2869,9 +2869,9 @@@ msgstr[0] "PÅidán {0} objekt
msgstr[1] "PÅidány {0} objekty"
msgstr[2] "PÅidáno {0} objektů"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Nová cesta {0} nemá žádné body"
+
msgid "Change node {0}"
msgstr "ZmÄnit bod {0}"
@@@ -2883,11 -2908,11 +2908,11 @@@ msgstr "Odstranit \"{0}\" pro {1} objek
msgid "Set {0}={1} for {2} objects"
msgstr "Nastavit {0}={1} pro {2} objekt(ů)"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Smazáno {0} vlastnostà pro {1} objektů"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "Smazáno {0} tagů na {1} objektech"
- msgid "Set {0} properties for {1} objects"
- msgstr "Nastaveno {0} vlastnostà pro {1} objektů"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "Nastaveno {0} tagů na {1} objektech"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "ZamÄÅte \"{0}\" za \"{1}\" pro"
@@@ -2912,11 -2937,10 +2937,10 @@@ msgid "Double conflict
msgstr "Dvojà konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
- msgstr ""
- "VarovánÃ: vrstva ''{0}'' již neexistuje. Nelze odstranit konflikt objektu "
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
"''{1}''."
+ msgstr ""
+ "Vrstva ''{0}'' již neexistuje. Nelze odstranit konflikt pro objekt ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "PÅidánà konfliktu pro ''{0}''"
@@@ -3040,6 -3064,9 +3064,9 @@@ msgstr[2] "OdstranÄno {0} objektů
msgid "Resolve conflicts in member list of relation {0}"
msgstr "VyÅeÅ¡it konflikty v seznamu Älenů relace {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Uzly odstranÄny z {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "OtoÄit uzel {0}"
@@@ -3113,11 -3140,9 +3140,9 @@@ msgid "Reverse directional way.
msgstr "OtoÄiÅ¥ smerovanú cestu."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "PÅi otáÄenà smÄru cesty jsou kvůli zachovánà konzistence dat doporuÄeny "
- "následujÃcà zmÄny vlastnostà cesty a jejÃch bodů."
msgid "Relation"
msgstr "Vztah"
@@@ -3146,11 -3171,11 +3171,11 @@@ msgstr "PoužÃt zvolené zmÄny
msgid "Do not apply changes"
msgstr "NeprovádÄt zmÄny"
- msgid "Please select which property changes you want to apply."
- msgstr "ProsÃm vyberte které zmÄny vlastnostà chcete použÃt."
+ msgid "Please select which changes you want to apply."
+ msgstr "Vyberte si prosÃm zmÄny, které chcete aplikovat."
- msgid "Properties of "
- msgstr "Vlastnosti "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Role v relaci odkazujÃcà na"
@@@ -3171,6 -3196,9 +3196,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Nemohu smazat starý záložnà soubor {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Vaše práce byla automaticky uložena."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Chyba pÅi vytváÅenà zálohy odstranÄné vrstvy: {0}"
@@@ -3204,21 -3232,19 +3232,19 @@@ msgstr "
"jeho východisková hodnota je v tomto okamihu neznáma.<br/> Aktivujte si "
"prosÃm zodpovedajúcu funkciu ruÄne a skúste to znova importovaÅ¥."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "VarovánÃ: VytváÅenà chybÄjÃcÃho adresáÅe mezipamÄti selhalo: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "ChybÄjÃcà adresáŠcache se nepodaÅilo vytvoÅit: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>NepodaÅilo se vytvoÅit chybÄjÃcà adresáŠcache: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "UpozornÄnÃ: chyba pÅi ukládánà pÅedvoleb do ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "VarovánÃ: NepodaÅilo se naÄÃst konfiguraci. Nastavená cesta ''{0}'' nenà "
- "adresáÅem."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3228,11 -3254,11 +3254,11 @@@ msgstr "
"rejstÅÃkem.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "UpozornÄnÃ: Inicializace pÅedvoleb selhala. NepodaÅilo se vytvoÅit chybÄjÃcà "
- "rejstÅÃk pÅedvoleb ''{0}''"
+ "PÅedvolby se nepodaÅilo inicializovat. ChybÄjÃcà adresáŠs pÅedvobami "
+ "\"{0}\" nelze vytvoÅit."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3241,17 -3267,15 +3267,15 @@@ msgstr "
"<html>Inicializace pÅedvoleb selhala. <br/>NepodaÅilo se vytvoÅit chybÄjÃcà "
"rejstÅÃk pÅedvoleb ''{0}''</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: Chybà soubor s nastavenÃmi ''{0}''. VytváÅÃm výchozà soubor nastavenÃ."
+ "Soubor pÅedvoleb \"{0}\" nenalezen. VytváÅÃm výchozà soubor pÅedvoleb."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "VarovánÃ: Nahrazuji existujÃcà soubor s nastavenÃm ''{0}'' souborem s "
- "výchozÃm nastavenÃm."
+ "Nahrazuji souÄasný soubor s pÅedvolbami \"{0}\" souborem se standardnÃmi "
+ "výchozÃmi pÅedvolbami."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3269,11 -3293,9 +3293,9 @@@ msgstr "
"výchozÃmi hodnotami.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "UpozornÄnÃ: Inicializace pÅedvoleb selhala. NepodaÅilo se obnovit výchozà "
- "hodnoty souboru pÅedvoleb: {0}"
msgid "Paint style {0}: {1}"
msgstr "Styl kreslenà {0}: {1}"
@@@ -3302,14 -3324,11 +3324,11 @@@ msgstr "NepodaÅilo se naÄÃst zdroj '
msgid "UNKNOWN"
msgstr "NEZNÃMÃ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr ""
- "UpozornÄnÃ: neoÄekávané ÄÃslo verze JOSM v souboru s vydánÃmi, hodnota je "
- "''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "NeoÄekávané ÄÃslo veze JOSM v reviznÃm souboru \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "VarovánÃ: soubor revizà ''/REVISION'' chybÃ."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Již je registrován konflikt pro objekt ''{0}''."
@@@ -3475,11 -3494,8 +3494,8 @@@ msgstr "Nelze srovnat objekt s ID ''{0}
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "parameter {0} nenà v rozsahu 0..{1}, zadáno {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Chyba: nepodaÅilo se naÄÃst tÅÃdu mapového renederu ''{0}''. TÅÃda nebyla "
- "nalezena."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3590,8 -3606,8 +3606,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Neznámý identifikátor data: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Požadováno datum (+datum=*, +towgs84=* nebo +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3629,10 -3645,6 +3645,6 @@@ msgstr "Vlastnà nastavenà projekce
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Chyba: selhalo otevÃránà vstupnÃho datového proudu zdroje ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3673,14 -3685,17 +3685,17 @@@ msgstr "ostatnà kontroly
msgid "Running test {0}"
msgstr "SpouÅ¡tÃm test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test ''{0}'' dokonÄen za {1}"
+
msgid "Addresses"
msgstr "Adresy"
msgid "Checks for errors in addresses and associatedStreet relations."
- msgstr ""
+ msgstr "Zkontrolujte chyby v adresách a pÅidružených relacÃch."
msgid "Multiple associatedStreet relations"
- msgstr ""
+ msgstr "NÄkolik pÅidružených relacà adres"
msgid "House number without street"
msgstr "ÄÃslo domu bez ulice"
@@@ -3697,6 -3712,15 +3712,15 @@@ msgstr "Viacnásobný poÄet názvu uli
msgid "House number too far from street"
msgstr "Dom ÄÃslo je prÃliÅ¡ Äaleko od ulice"
+ msgid "Barriers and entrances"
+ msgstr "Bariéry a vstupy"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Zkontroluje chyby v bariérách a vstupech."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Na bariéÅe nenà nastaven vstup"
+
msgid "Building inside building"
msgstr "Budova uvnitÅ budovy"
@@@ -3758,6 -3782,9 +3782,9 @@@ msgstr " nebo
msgid "{0} is deprecated, use {1} instead"
msgstr "Å tÃtek {0} je zavržený, použijte mÃste nÄj {1}"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Duplicitnà uzly"
@@@ -3845,6 -3872,15 +3872,15 @@@ msgstr "Vykonať kontroly zmyslu na ces
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Chybný kruhový objazd (highway: {0} namiesto {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3920,6 -3956,12 +3956,12 @@@ msgid "This test finds nodes that have
msgstr ""
"Tento test kontroluje, jestli nemajà uzly stejné jméno (mohou být duplikáty)."
+ msgid "Opening hours syntax"
+ msgstr "Syntaxe otevÃracÃch hodin"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "Tento test kontroluje korektnà zápis otevÃracÃch hodin."
+
msgid "Overlapping Areas"
msgstr "PÅekrývajÃcà se plochy"
@@@ -3980,15 -4022,15 +4022,15 @@@ msgstr "Neznámý typ relace
msgid "Relation is empty"
msgstr "Relace je prázdná"
+ msgid "Role verification problem"
+ msgstr "Problém pÅi kontrole rolÃ"
+
msgid "<empty>"
msgstr "<prázdné>"
msgid "Role {0} missing"
msgstr "Role {0} chybÃ"
- msgid "Role verification problem"
- msgstr "Problém pÅi kontrole rolÃ"
-
msgid "Number of {0} roles too low ({1})"
msgstr "PoÄet rolà {0} je pÅÃliÅ¡ nÃzký ({1})"
@@@ -4020,11 -4062,11 +4062,11 @@@ msgid "
msgstr ""
"Tento test kontroluje cesty na podobnost jmen, kdy může jÃt o pÅeklep."
- msgid "Properties checker :"
- msgstr "Kontrola vlastnostÃ:"
+ msgid "Tag checker"
+ msgstr "Kontrola tagů"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Tento plugin kontroluje chyby klÃÄů a jejich hodnot."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Tento test kontroluje chyby ve znaÄkovánà a nastavených hodnotách."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Neplatný Åádek pÅi kontrole tagů - {0}: {1}"
@@@ -4162,8 -4204,8 +4204,8 @@@ msgstr "PoužÃt standarnà slovnÃkovÃ
msgid "Use the default spellcheck file (recommended)."
msgstr "PoužÃt standardnà slovnÃk (doporuÄeno)."
- msgid "Fix properties"
- msgstr "Opravit vlastnosti"
+ msgid "Fix tags"
+ msgstr "Opravit tagy"
msgid "Could not find element type"
msgstr "Nelze najÃt typ elementu"
@@@ -4241,6 -4283,9 +4283,9 @@@ msgstr "
"Tento test kontroluje cesty, které by mÄly být uzavÅené, jestli jsou "
"skuteÄnÄ uzavÅené."
+ msgid "Unclosed way"
+ msgstr "NeuzavÅená cesta"
+
msgid "natural type {0}"
msgstr "typ krajiny (natural) {0}"
@@@ -4271,9 -4316,6 +4316,6 @@@ msgstr "budova
msgid "area"
msgstr "oblast"
- msgid "Unclosed way"
- msgstr "NeuzavÅená cesta"
-
msgid "Unconnected ways"
msgstr "Nenapojené cesty"
@@@ -4299,12 -4341,12 +4341,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Tento test hledá neotagované uzly, které nejsou souÄástà žádné cesty."
- msgid "No tags"
- msgstr "Žádné tagy"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nenapojené uzly bez fyzických tagů"
+ msgid "No tags"
+ msgstr "Žádné tagy"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Má tag obsahujÃcà ''fixme'' nebo ''FIXME''"
@@@ -4365,25 -4407,6 +4407,6 @@@ msgstr "Obrácené pobÅežÃ: zemÄ ne
msgid "Reversed land: land not on left side"
msgstr "Obrácená zemÄ: zemÄ nenà na levé stranÄ"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Nesprávný poÄet argumentů pro záložku"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Chyba pÅi Ätenà záložky: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Chyba: neoÄekávaná Åádka ''{0}'' v souboru záložek ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Chyba: NepÅÃpustná hodnota typu double ''{0}'' na Åádku {1} v souboru se "
- "záložkami ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr "<html>Nelze naÄÃst záložky z<br>''{0}''<br>Chyba: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Neptat se pÅÃÅ¡tÄ (zapamatovat si volbu)"
@@@ -4489,8 -4512,8 +4512,8 @@@ msgstr "Zobrazit informace o pomoci
msgid "Downloading \"Message of the day\""
msgstr "Stahovánà zprávy dne"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Upozornenie: Nepodarilo sa ÄÃtaÅ¥ MOTD. Výnimka bola: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Chyba naÄtenà MOTD. VyjÃmka byla: {0}"
msgid "Message of the day not available"
msgstr "Zprávu dne nenà možné zobrazit"
@@@ -4733,6 -4756,18 +4756,18 @@@ msgstr "EditaÄnà nástrojová liÅ¡ta
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "PÅepÃná viditelnost editaÄnà nástrojové liÅ¡ty"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Zvuk"
@@@ -4839,20 -4874,6 +4874,6 @@@ msgstr "Na pozadÃ
msgid "Click to run job in background"
msgstr "KliknutÃm pÅesunete úlohu na pozadÃ"
- msgid "false: the property is explicitly switched off"
- msgstr "odvybráno: vlastnost je explicitnÄ vypnutá"
-
- msgid "true: the property is explicitly switched on"
- msgstr "vybráno: vlastnost je explicitnÄ zapnutá"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "ÄásteÄnÄ vybráno: vlastnost je u vybraných objektů nastavena rozdÃlnÄ"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "nenastaveno: vlastnost nenà pro vybrané objekty nastavena"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5165,12 -5186,18 +5186,18 @@@ msgstr "> spodek
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "KopÃrovat mé vybrané elementy na konec seznamu sluÄovaných elementů"
+ msgid "> before"
+ msgstr "> pÅed"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
"KopÃrovat mé vybrané elementy na zaÄátek seznamu sluÄovaných elementů"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5178,16 -5205,25 +5205,25 @@@ msgstr "
"KopÃrovat mé vybrané elementy za vybraný element ze seznamu sluÄovaných "
"elementů"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"KopÃrovat cizà vybrané elementy na zaÄátek seznamu sluÄovaných elementů"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"KopÃrovat cizà vybrané elementy na konec seznamu sluÄovaných elementů"
+ msgid "< before"
+ msgstr "< pÅed"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5195,6 -5231,9 +5231,9 @@@ msgstr "
"KopÃrovat cizà vybrané elementy pÅed vybraný element ze seznamu sluÄovaných "
"elementů"
+ msgid "< after"
+ msgstr "< po"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5211,8 -5250,8 +5250,8 @@@ msgstr "KopÃrovat vÅ¡echny cizà eleme
msgid "Up"
msgstr "Nahoru"
- msgid "Move up the selected elements by one position."
- msgstr "Posunout vybrané elementy o jednu pozici nahoru"
+ msgid "Move up the selected entries by one position."
+ msgstr "Posune vybrané položky o jednu pozici nahoru."
msgid "Down"
msgstr "Dolu"
@@@ -5270,16 -5309,6 +5309,6 @@@ msgstr[0] "Cizà verze ({0} položka)
msgstr[1] "Cizà verze ({0} položky)"
msgstr[2] "Cizà verze ({0} položek)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Nastaviteľný {0} eÅ¡te neregistrovaný. Nemôžem nastaviÅ¥ spoluúÄasÅ¥ v "
- "nastavenà synchronizácie."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Nastaviteľný {0} ešte neregistrovaný."
-
msgid "Node"
msgstr "Bod"
@@@ -5558,16 -5587,16 +5587,16 @@@ msgctxt "tag
msgid "Key:"
msgstr "KlÃÄ:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>Vložte klÃÄ tagu, t.j. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Zadejte tag, napÅ. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Hodnota:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Vložte hodnotu tagu, t.j. <strong><tt>zkontrolovat "
+ "<html>Zadejte hodnotu tagu, napÅ. <strong><tt>zkontrolovat "
"Äleny</tt></strong></html>"
msgid ""
@@@ -5767,7 -5796,7 +5796,7 @@@ msgid "Enable filter
msgstr "Aktivovat filtr."
msgid "Multikey: {0}"
- msgstr ""
+ msgstr "Kombinace kláves: {0}"
msgid "Hide filter"
msgstr "Skrýt filtr"
@@@ -6150,6 -6179,9 +6179,9 @@@ msgstr "Zobrazit/Skrýt
msgid "Information about layer"
msgstr "Informace o vrstvÄ"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Styly kreslenà mapy"
@@@ -6234,6 -6266,36 +6266,36 @@@ msgstr "Styl momentálnÄ aktivnÃ?
msgid "No"
msgstr "Ne"
+ msgid "Object type:"
+ msgstr "Typ objektu:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "smÃÅ¡ený"
+
+ msgid "Choose the OSM object type"
+ msgstr "Vyberte typ OSM objektu"
+
+ msgid "Object ID:"
+ msgstr "ID objektu:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Zadat ID objektu, který chcete stáhnout"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID objektů mohou být oddÄlena mezerami nebo Äárkami.<br/> PÅÃklady: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ve smÃÅ¡eném režimu "
+ "zadávejte objekty následovnÄ: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relace"
@@@ -6327,11 -6389,8 +6389,8 @@@ msgstr "Vybrat objekty vložené tÃmt
msgid "Launches a browser with information about the user"
msgstr "Spustit prohlÞeÄ s informacemi o uživateli"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "UpozornÄnÃ: spouÅ¡tÃm prohlÞeÄ pouze pro prvnÃch {0} z {1} zvolených "
- "uživatelů"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6504,9 -6563,6 +6563,6 @@@ msgstr "Aktualizovat obsah
msgid "Update the changeset content from the OSM server"
msgstr "Aktualizovat obsah sady zmÄn z OSM serveru"
- msgid "Show history"
- msgstr "Zobrazit historii"
-
msgid "Download and show the history of the selected objects"
msgstr "Stáhni a zobraz historii vybraných objektů"
@@@ -6832,11 -6888,9 +6888,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>Stáhnout zmÄny dat v aktuálnÃm pohledu na mapu</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
+"Varovanie: neoÄakávané hodnota pre preferencie ''{0}'', dostal som ''{1}''. "
+"Resetovanie pre východziu hodnotu."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6902,35 -6956,47 +6958,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Toto URL dotazu na datové zmÄny nenà platné"
- msgid "Select objects for which to change properties."
- msgstr "Vyberte objekty, jejichž vlastnosti chcete mÄnit."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Vlastnosti/ÄlenstvÃ"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Vlastnosti pro zvolené objekty"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<různé>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Älen"
msgid "Position"
msgstr "Pozice"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Vlastnosti: {0} / ÄlenstvÃ: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Vlastnosti / ÄlenstvÃ"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Smaže zvolený klÃÄ ve vÅ¡ech objektech"
- msgid "Delete Properties"
- msgstr "Smazat vlastnosti"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "ZmÄnit relaci"
@@@ -6944,14 -7010,14 +7012,14 @@@ msgstr "Opravdu smazat výbÄr z relac
msgid "Add a new key/value pair to all objects"
msgstr "PÅidat nový pár klÃÄ/hodnota ke vÅ¡em objektům"
- msgid "Add Property"
- msgstr "PÅidat vlastnost"
+ msgid "Add Tag"
+ msgstr "PridaÅ¥ znaÄku"
msgid "Edit the value of the selected key for all objects"
msgstr "ZmÄnit hodnotu zvoleného klÃÄe pro vÅ¡echny objekty"
- msgid "Edit Properties"
- msgstr "Upravit vlastnosti"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "PodÃvat se informace o tagu na OSM wiki (F1)"
@@@ -7115,9 -7181,8 +7183,8 @@@ msgstr "Relace je smazána
msgid "Downloading relation {0}"
msgstr "Stahovánà relace {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Upozornenie: Ignorujem výnimku, pretože úloha bola zrušená. Výnimka: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Ignoruji chybu, protože úloha byla pÅeruÅ¡ena. Chyba: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7461,6 -7526,25 +7528,25 @@@ msgstr "cesta je pÅipojena na následu
msgid "way is not connected to previous or next relation member"
msgstr "cesta nenà pÅipojena na pÅedchozÃho ani následujÃcÃho Älena relace"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Nesprávný poÄet argumentů pro záložku"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Chyba pÅi Ätenà záložky: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr "Chybná hodnota double ''{0}'' na Åádku ''{1}'' v souboru ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr "<html>Nelze naÄÃst záložky z<br>''{0}''<br>Chyba: {1}</html>"
+
msgid "Bookmarks"
msgstr "Záložky"
@@@ -7605,21 -7689,8 +7691,8 @@@ msgstr "Stáhnout odkazujÃcà objekty
msgid "Download object"
msgstr "Stáhnout objekt"
- msgid "Object type:"
- msgstr "Typ objektu:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "smÃÅ¡ený"
-
- msgid "Choose the OSM object type"
- msgstr "Vyberte typ OSM objektu"
-
- msgid "Object ID:"
- msgstr "ID objektu:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Zadat ID objektu, který chcete stáhnout"
+ msgid "Start downloading"
+ msgstr "ZaÄÃnám stahovánÃ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7631,28 -7702,9 +7704,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Zvolte, jestli majà být staženy také Äleny relace"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID objektů mohou být oddÄlena mezerami nebo Äárkami.<br/> PÅÃklady: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ve smÃÅ¡eném režimu "
- "zadávejte objekty následovnÄ: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Stáhnout odkazujÃcà objekty (rodiÄovské relace a cesty)"
- msgid "Start downloading"
- msgstr "ZaÄÃnám stahovánÃ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Specifikován neplatný seznam ID\n"
- "Nemohu stáhnout objekt"
-
msgid "Class Type"
msgstr "Typ tÅÃdy"
@@@ -7765,8 -7817,8 +7819,8 @@@ msgstr "PÅejÃt na následujÃcà strÃ
msgid "Go to the JOSM help home page"
msgstr "JÃt na domovskou stránku nápovÄdy pro JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "UpozornÄnÃ: Å¡patná pozice v HTML dokumentu. Výjimka: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "NepodaÅilo se otevÅÃt stránku s nápovÄdou. CÃlové URL je prázdné."
@@@ -7872,6 -7924,9 +7926,9 @@@ msgid "
msgstr ""
"<html>Verze <strong>{0}</strong> vytvoÅená <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Informace o sadÄ zmÄn"
@@@ -7980,9 -8035,8 +8037,9 @@@ msgstr "
msgid "Object still in use"
msgstr "Objekt je stále použÃván"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
+"Varovanie: chybná hlaviÄka \"{0}\" nenastala žiadna zhoda s oÄakávaným vzorom"
msgid "Upload"
msgstr "Nahrát na server"
@@@ -8004,6 -8058,12 +8061,12 @@@ msgstr "NapiÅ¡te struÄný komentáŠk
msgid "Enter an upload comment"
msgstr "Zadejte komentáŠk nahraným datům"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "ID sady zmÄn:"
@@@ -8072,11 -8132,8 +8135,10 @@@ msgid "Closing changeset {0}
msgstr "ZavÃrám sadu zmÄn {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
+"Varovanie: neúspešné zapnutie Credential Dialog-u vždy hore. Zachytená "
+"bezpeÄnostná výnimka."
msgid "Enter credentials for OSM API"
msgstr "Zadejte pÅihlaÅ¡ovacà údaje pro OSM API"
@@@ -8158,11 -8215,9 +8220,9 @@@ msgid "Unpacking {0} into {1}
msgstr "Rozbalovánà {0} do {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "VarovánÃ: Nelze stáhnout soubor ''{0}''. Odkaz na nÄj ''{1}'' nenà korektnà "
- "URL. PÅeskakuji stahovánÃ."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8178,9 -8233,8 +8238,8 @@@ msgid "Missing user identity
msgstr "ChybÄjÃcà totožnost uživatele"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
- msgstr "VarovánÃ: ZÃskánà informacà o uživateli se nezdaÅilo. Důvod: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
+ msgstr ""
msgid "Download objects"
msgstr "Stáhnout objekty"
@@@ -8436,12 -8490,6 +8495,6 @@@ msgstr "Nahrát zmÄnÄné objekty
msgid "Please revise upload comment"
msgstr "ProsÃm opravte komentáŠzmÄny"
- msgid "Revise"
- msgstr "Opravit"
-
- msgid "Continue as is"
- msgstr "PokraÄovat beze zmÄn"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8455,6 -8503,22 +8508,22 @@@ msgstr "
"komentáÅů<br />aby pochopili, co se dÄje!<br /><br />Pokud strávÃte minutku "
"k popisu vašà zmÄny,<br />ulehÄÃte život spoustÄ maperů."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Opravit"
+
+ msgid "Continue as is"
+ msgstr "PokraÄovat beze zmÄn"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "Návrat k pÅedchozÃmu dialogu a vloženà podrobnÄjÅ¡Ãho komentáÅe"
@@@ -8470,6 -8534,21 +8539,21 @@@ msgstr "ProsÃm, zadejte nejprve platno
msgid "Illegal chunk size"
msgstr "Neplatná velikost bloku"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "ZruÅ¡it nahrávánà na server a pokraÄovat v editaci"
@@@ -8477,11 -8556,9 +8561,9 @@@ msgid "Tags of changeset {0}
msgstr "ZnaÄky sady zmÄn {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "VarovánÃ: objekt ''{0}'' je na serveru již smazán. PÅeskakuji tento objekt a "
- "opakuji nahrávánÃ."
msgid "Preparing objects to upload ..."
msgstr "PÅÃprava objektů pro nahrávánà ..."
@@@ -8620,9 -8697,6 +8702,6 @@@ msgstr "Relácia ''{0}'' je už odstrá
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Objekt ''{0}'' je již smazán. PÅeskakuji objekt pÅi nahrávánÃ."
- msgid "Warning: {0}"
- msgstr "Varovanie: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Nahrávám {0} objekt..."
@@@ -8634,6 -8708,9 +8713,9 @@@ msgid "
msgstr ""
"Ignorujem zachytenú výnimku pretože nahrávanie je zrušené. Výnimka je: {0}"
+ msgid "Upload successful!"
+ msgstr "Nahránà probÄhlo úspÄÅ¡nÄ!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8654,9 -8731,8 +8736,9 @@@ msgstr "Vybrat objekty k nahránà na s
msgid "Cancel uploading"
msgstr "UkonÄit nahrávánÃ"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
+"Varovanie: neÄakaná hodnota kľúÄa ''{0}'' v preferenciách, dostal som ''{1}''"
msgid "Please select the upload strategy:"
msgstr "ProsÃm vyberte způsob nahrávánÃ"
@@@ -8815,8 -8891,8 +8897,8 @@@ msgstr "Nasledujúca znaÄka
msgid "Jump to next marker"
msgstr "PÅejÃt na dalšà znaÄku"
- msgid "Previos marker"
- msgstr "Predchádzajúca znaÄka"
+ msgid "Previous marker"
+ msgstr "PÅedchozà znaÄka"
msgid "Jump to previous marker"
msgstr "PÅejÃt na pÅedchozà znaÄku"
@@@ -8848,9 -8924,8 +8930,8 @@@ msgstr "verze {0}
msgid "Merging layers"
msgstr "SluÄovánà vrstev"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
- "VarovánÃ: mÃchánà dat z verze 0.6 a 0.5 má za výsledek data verze 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9226,9 -9301,6 +9307,6 @@@ msgstr "Extrahovat pozice GPS z EXIFu
msgid "Starting directory scan"
msgstr "ZaÄÃnam prohledávat adresáÅ"
- msgid "One of the selected files was null"
- msgstr "Jeden z vybraných souborů byl prázdný"
-
msgid "Read photos..."
msgstr "NaÄÃst fotografie..."
@@@ -9247,6 -9319,9 +9325,9 @@@ msgstr "Nalezen nulový soubor v adresÃ
msgid "Error while getting files from directory {0}\n"
msgstr "Chyba pÅi zÃskávánà souborů z adresáÅe {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Jeden z vybraných souborů byl prázdný"
+
msgid "Geotagged Images"
msgstr "Obrázky s GPS souÅadnicemi"
@@@ -9308,6 -9383,12 +9389,12 @@@ msgstr "DalÅ¡Ã
msgid "Show next Image"
msgstr "Zobrazit dalšà obrázek"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrovat pohled"
@@@ -9390,9 -9471,6 +9477,6 @@@ msgstr "
"<html>Nahrať nespracované GPS dáta do mapy nie je dobrý nápad. <br>Ak chcete "
"nahrať stopy, pozrite sem:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "PÅizpůsobenà kreslenà záznamu"
@@@ -9591,17 -9669,11 +9675,13 @@@ msgstr "PÅi pokusu o zobrazenà URL pr
msgid "(URL was: "
msgstr "(URL bylo: "
- msgid "Error displaying URL"
- msgstr "Chyba pÅi zobrazovánà URL"
-
msgid "Select the map painting styles"
msgstr "Vybrať štýl kreslenia mapy"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
+"Upozornenie: Nepodarilo sa naÄÃtaÅ¥ Mappaint Å¡týly od ''{0}''. Výnimka bola: "
+"{1}"
msgid "loading style ''{0}''..."
msgstr "nahrávám styl ''{0}''..."
@@@ -9622,10 -9694,8 +9702,10 @@@ msgstr[2] "
"DoÅ¡lo k {0} chybám pÅi naÄÃtánà tohoto stylu. Vyberete ''Info'' z "
"kontextového menu pokud chcete znát detaily."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
+"Upozornenie: nepodarilo sa spracovať Mappaint štýly z ''{0}''. Chyba bola: "
+"{1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Nesprávna kresba preruÅ¡ovanej Äiary, hodnoty musia byÅ¥ kladné"
@@@ -9635,11 -9705,8 +9715,10 @@@ msgstr "
"Nesprávna kresba preruÅ¡ovanej Äiary, aspoÅ jedna hodnota musà byÅ¥ > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
+"Upozornenie: nepodarilo sa spracovať Mappaint štýly z ''{0}''. Chyba bola: "
+"[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "KlÃÄ pÅÃstupového tokenu:"
@@@ -9905,8 -9972,8 +9984,8 @@@ msgstr "Zavžit zialog a zruÅ¡it pÅihl
msgid "Close the dialog and accept the Access Token"
msgstr "ZavÅÃt dialog a pÅijmout pÅÃstupový token"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "VarovánÃ: NepodaÅilo se pÅeruÅ¡it bÄžÃcà operaci Oauth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "ZÃskavam OAuth žiadosÅ¥ prÃstupu z ''{0}''"
@@@ -10690,7 -10757,7 +10769,7 @@@ msgstr "PÅidat nastavenÃ
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10758,6 -10825,9 +10837,9 @@@ msgstr "Vykreslovat virtuálnà uzly v
msgid "Draw inactive layers in other color"
msgstr "Vykreslovat neaktivnà vrstvy v jiných barvách"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Zvýrazniť cieľové cesty a body"
@@@ -10816,6 -10886,11 +10898,11 @@@ msgstr "
"Táto možnosÅ¥ potlaÄà vypĺÅanie oblastÃ, prevažujúce Äokoľvek uvedené vo "
"vybranom štýle."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Možnosti, ktoré ovplyvnia výkonnosť kreslenia"
@@@ -11292,6 -11367,12 +11379,12 @@@ msgstr "
"<i>(JOSM může zachovat záložnà soubor po uloženà datových vrstev. K názvu "
"souboru bude pÅipojeno ''~'' a bude uložen do stejného adresáÅe.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Záložnà soubory"
@@@ -11360,8 -11441,8 +11453,8 @@@ msgstr "Nastavenà mapy
msgid "Settings for the map projection and data interpretation."
msgstr "Nastavenà projekce mapy a interpretace dat."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Varovanie: Nemožno ÄÃtaÅ¥ zdroj predvolieb oznaÄovania: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Nelze naÄÃst zdroj pÅednastavených tagů: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11640,21 -11721,6 +11733,6 @@@ msgstr "Švýcarský Grid
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (bez lokálnÃch korekcÃ)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zóna UTM"
-
- msgid "North"
- msgstr "Sever"
-
- msgid "South"
- msgstr "Jih"
-
- msgid "Hemisphere"
- msgstr "Polokoule"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11676,6 -11742,21 +11754,21 @@@ msgstr "UTM Francie (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Geodesický systém"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zóna UTM"
+
+ msgid "North"
+ msgstr "Sever"
+
+ msgid "South"
+ msgstr "Jih"
+
+ msgid "Hemisphere"
+ msgstr "Polokoule"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testuji OSM API URL ''{0}''"
@@@ -11740,11 -11821,9 +11833,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Vybere OAuth jako autentizaÄnà mechanismus"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
+"Varovanie: Nepodporovaná hodnota ''{1}'' v predvoľbe ''{0}'. PoužÃva sa "
+"základné overenie totožnosti (Basic Authentication)."
msgid "OSM username:"
msgstr "Uživatelské jméno:"
@@@ -11752,29 -11831,26 +11845,34 @@@
msgid "OSM password:"
msgstr "Heslo:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
+"Varovanie: nepodarilo sa zÃskaÅ¥ prihlasovacie údaje pre OSM zo správcu "
+"prihlasovacÃch údajov."
msgid "Current credential manager is of type ''{0}''"
msgstr "Aktuálny správca prihlasovacÃch údajov je typu ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
+
+ msgid "Periodically check for new messages"
msgstr ""
+"Varovanie: Nepodarilo sa uložiť prihlasovacie údaje pre OSM do správcu "
+"prihlasovacÃch údajov."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
+"Varovanie: Nepodarilo sa zÃskaÅ¥ OAuth autorizaÄný prÃstup zo správcu "
+"prihlasovacÃch údajov"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
+"Varovanie: Nepodarilo sa uložiÅ¥ OAuth autorizaÄný prÃstup do správcu "
+"prihlasovacÃch údajov"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11864,18 -11940,9 +11962,9 @@@ msgid "Use a SOCKS proxy
msgstr "PoužÃt SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "VarovánÃ: JOSM je nakonfigurován k použÃvánà systémové proxy, ale JVM nenà "
- "nakonfigurován k jejÃmu pÅevzetÃ. Konfigurace byla resetována na ''Žádná "
- "proxy''"
-
- msgid "disabled"
- msgstr "zakázáno"
-
- msgid "no modifier"
- msgstr "žádný pÅepÃnaÄ"
msgid "Shortcut Background: User"
msgstr ""
@@@ -11949,8 -12016,8 +12038,8 @@@ msgstr "Aplikovat pÅednastavenÃ
msgid "New relation"
msgstr "Nová relace"
- msgid "Change Properties"
- msgstr "ZmÄnit vlastnosti"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Neznámy žiadaný: {0}"
@@@ -12038,9 -12105,6 +12127,6 @@@ msgstr "Prednastavené úlohy prvkom, b
msgid "Preset sub element without parent"
msgstr "Prednastavený sub prvok bez materských"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Nelze naÄÃst zdroj pÅednastavených tagů: {0}"
-
msgid "Error parsing {0}: "
msgstr "Chyba parsovánà {0}: "
@@@ -12059,6 -12123,16 +12145,16 @@@ msgstr "Zobrazit pouze aplikovatelné n
msgid "Search in tags"
msgstr "Hledat ve znaÄkách (tags)"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Nastaviteľný {0} eÅ¡te neregistrovaný. Nemôžem nastaviÅ¥ spoluúÄasÅ¥ v "
+ "nastavenà synchronizácie."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Nastaviteľný {0} ešte neregistrovaný."
+
msgid "All files (*.*)"
msgstr "Všetky súbory (*.*)"
@@@ -12091,9 -12165,56 +12187,56 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "Aktuálnà hodnota nenà validnÃm ID OSM. Zadejte prosÃm celé ÄÃslo > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "odvybráno: vlastnost je explicitnÄ vypnutá"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "vybráno: vlastnost je explicitnÄ zapnutá"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "ÄásteÄnÄ vybráno: vlastnost je u vybraných objektů nastavena rozdÃlnÄ"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "nenastaveno: vlastnost nenà pro vybrané objekty nastavena"
+
msgid "Cut"
msgstr "Vystrihnúť"
+ msgid "Right click = copy to clipboard"
+ msgstr "Pravé kliknutà = kopÃrovat do schránky"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "povinný atribut ''{0}'' chybÃ"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "nedovolená hodnota povinného atributu ''{0}'' typu long , zadáno ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "nedovolená hodnota povinného atributu ''{0}'' typu long (>=0), zadáno ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Chybná hodnota v atribúte ''{0}'' typu \"double\". Zadané bolo ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "nedovolená hodnota povinného atributu ''{0}'' typu boolean, zadáno ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "nedovolená hodnota povinného atributu ''{0}'' typu OsmPrimitiveType, zadáno "
+ "''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12129,11 -12250,9 +12272,11 @@@ msgid "Contacting OSM Server...
msgstr "PÅipojovánà k serveru OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
+"Upozornenie: Neplatná hodnota atribútu ''{0}'' z elementu ''{1}'' v "
+"schopnosti servera. Dostal som ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Neúspešné rozloženie údajov ''{0}'' odpovedal server."
@@@ -12178,39 -12297,27 +12321,35 @@@ msgid "Illegal port number in preferenc
msgstr "Chybné ÄÃslo portu v nastavenà ''{0}''. Nalezeno {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "VarovánÃ: neoÄekávaná hodnota v položce ''{0}''. Zadáno ''{1}''. Proxy "
- "nebude použita."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
+"Varovanie: NeoÄakávaný parametre pre HTTP proxy server. Mám hostiteľa "
+"''{0}'' a port ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
+"Varovanie: NeoÄakávaný parameter pre SOCKS proxy. Dostal som hostiteľa "
+"''{0}'' a port ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
+"Chyba: Pripojenie k proxy ''{0}'' pre URI ''{1}'' zlyhalo. Výnimka bola: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
+"Upozornenie: JVM nie je nakonfigurovaný tak, aby vyhľadával nastavenia "
+"systému proxy servera. Vlastnosť ''java.net.useSystemProxies'' chýbala pri "
+"štarte. Nebude použitý proxy server."
msgid "Parsing response from server..."
msgstr "Zpracovávám odpovÄÄ ze serveru..."
@@@ -12311,6 -12418,9 +12450,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Chyba parsovánÃ: Chybná struktura GPX dokumentu"
+ msgid "(at line {0}, column {1})"
+ msgstr "(na Åádce {0}, sloupci {1})"
+
msgid "Unknown mode {0}."
msgstr "Neznámý režim {0}."
@@@ -12326,15 -12436,21 +12468,23 @@@ msgstr "Hledám soubory s obrázky
msgid "No image files found."
msgstr "Nenalezeny žádné soubory s obrázky."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Nepodarilo sa otvoriť vstupný tok pre zdroj ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
+"Upozornenie: Nepodarilo sa otvoriÅ¥ súbor s prÃponou ''{2}'' a súbor ''{3}'' "
+"v zip súbore ''{0}''. Výnimka bola: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "NepodaÅilo se pÅejmenovat soubor {0} na {1}."
@@@ -12419,8 -12535,8 +12569,8 @@@ msgstr "Neznáme vety: {0}
msgid "Zero coordinates: {0}"
msgstr "Nulové souÅadnice: {0}"
- msgid "NMEA import success"
- msgstr "NMEA import úspÄÅ¡ný"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA import selhal!"
@@@ -12523,45 -12639,13 +12673,15 @@@ msgstr "V souboru {0} nebyla nalezena Å
msgid "Open OsmChange file"
msgstr "Otvoriť súbor OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "povinný atribut ''{0}'' chybÃ"
-
msgid "Unsupported version: {0}"
msgstr "Nepodporovaná verze: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "nedovolená hodnota povinného atributu ''{0}'' typu long , zadáno ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "nedovolená hodnota povinného atributu ''{0}'' typu long (>=0), zadáno ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Chybná hodnota v atribúte ''{0}'' typu \"double\". Zadané bolo ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "nedovolená hodnota povinného atributu ''{0}'' typu boolean, zadáno ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "nedovolená hodnota povinného atributu ''{0}'' typu OsmPrimitiveType, zadáno "
- "''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
+"Upozornenie: Nepodporovaný zaÄiatoÄný prvok ''{0}'' v obsahu zmenového "
+"súboru na pozÃcii ({1},{2}). Vynechávam."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12571,11 -12655,9 +12691,11 @@@ msgstr "
"''vytvoriť'','' zmeniť'', alebo odstrániť''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
+"Upozornenie: Nepodporovaný koncový prvok ''{0}'' v obsahu zmenového súboru "
+"na pozÃcii ({1},{2}). Vynechávam."
msgid "Parsing changeset content ..."
msgstr "Parsovánà obsahu sady zmÄnâ¦"
@@@ -12602,12 -12684,8 +12722,8 @@@ msgid "Failed to sign a HTTP connectio
msgstr ""
"NepodaÅilo se podepsat HTTP konexi pomocà autentizaÄnà hlaviÄky OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- "UpozornÄnÃ: NeoÄakávaná hodnota preference ''{0}''. Nalezeno ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(na Åádce {0}, sloupci {1})"
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>PÅi ukládánà doÅ¡lo k chybÄ.<br>Chyba: <br>{0}</html>"
@@@ -12697,11 -12775,9 +12813,11 @@@ msgstr "
"s ID {0}. Prijatá hodnota je {1}"
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
+"VAROVANIE: Normalizuje sa hodnota vlastnosti \"version\" (verzia) prvku {0} "
+"na {2}, API verzia je ''{3}''. Prijatá hodnota je {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Neznámá, nebo nepodporovaná verze API. Nalezeno {0}"
@@@ -12909,7 -12985,7 +13025,7 @@@ msgstr "VytváÅet nové objekty
msgid "Read protocol version"
msgstr "ÄÃst verzi protokolu"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -12957,6 -13033,15 +13073,15 @@@ msgstr "Vzdálené ovládánà bylo poÅ
msgid "Remote Control has been asked to load data from the API."
msgstr "Vzdálené ovládánà bylo požádáno o nahránà dat z API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12989,20 -13074,20 +13114,20 @@@ msgstr "Data:
msgid "local file"
msgstr "lokálnà soubor"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Odkaz na lokálnà datový soubor OSM."
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "zahrnúť"
- msgid "Include OSM data in the .joz session file."
- msgstr "Zahrnúť OSM dáta do .joz súboru sedenia."
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "Žiadna asociácia súboru"
- msgid "OSM data will be included in the session file."
- msgstr "OSM dáta budú zahrnuté v súbore sedenia."
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13023,6 -13108,15 +13148,15 @@@ msgstr "Vrstva obsahuj neuložená dat
msgid "Layer does not contain unsaved data."
msgstr "Vrstva neobsahuje neuložené dáta."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Odkaz na lokálnà datový soubor OSM."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Zahrnúť OSM dáta do .joz súboru sedenia."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM dáta budú zahrnuté v súbore sedenia."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13030,6 -13124,9 +13164,9 @@@ msgstr "
"Verzia ''{0}'' metaúdajov pre vrstvu OSM dát nie je podporovaná. OÄakávala "
"sa: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Soubor s uloženým sezenÃm (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "NepodaÅilo se nalézt soubor ''{0}''."
@@@ -13101,18 -13198,14 +13238,14 @@@ msgid "Download skipped
msgstr "Stahovánà pÅeskoÄeno"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "VarovánÃ: Nelze stáhnout plugin ''{0}''. Odkaz ke staženà se nepodaÅilo "
- "nalézt. PÅeskakuji."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "VarovánÃ: Nelze stáhnout plugin ''{0}''. Odkaz ke staženà ''{1}'' nenà "
- "platné URL. PÅeskakuji."
msgid "Failed to create plugin directory ''{0}''"
msgstr "NepodaÅilo se vytvoÅit adresáŠpro pluginy ''{0}''"
@@@ -13285,11 -13378,11 +13418,11 @@@ msgstr[2] "
msgid "Plugin update failed"
msgstr "Aktualizace pluginů selhala"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Varovanie: nepodarilo sa nájsť plugin {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Varovanie: Nepodarilo sa stiahnuÅ¥ informáÄný zoznam pluginov"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Zakázat plugin"
@@@ -13303,29 -13396,22 +13436,28 @@@ msgstr "Ponechat plugin
msgid "Click to keep the plugin ''{0}''"
msgstr "KliknÄte pro ponechánà pluginu ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "VarovánÃ: nepodaÅilo se smazat zastaralý plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
+"Varovanie: Nepodarilo sa nainštalovať už stiahnutý plugin ''{0}''. "
+"Vynechávam inÅ¡taláciu. JOSM stále použÃva starú verziu pluginu."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
+"\"Varovanie: nepodarilo sa nainÅ¡talovaÅ¥ plugin \"{0}\" z doÄasne stiahnutého "
+"súboru \"{1}\". {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
+"Varovanie: Nepodarilo sa nainÅ¡talovaÅ¥ plugin ''{0}'' z doÄasne stiahnutého "
+"súboru ''{1}''. Premenovanie zlyhalo."
msgid "Click to disable the plugin ''{0}''"
msgstr "KliknÄte pro zakázánà pluginu ''{0}''"
@@@ -13399,11 -13485,8 +13531,10 @@@ msgstr "Zpracovávám cache pluginů...
msgid "Processing file ''{0}''"
msgstr "Zpracovávám soubor ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
+"Upozornenie: Nepodaril sa scan súboru ''{0}'' pre informácie o pluginoch. "
+"Vynechávam."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -13417,12 -13500,25 +13548,27 @@@ msgstr "Stahuji seznam pluginů...
msgid "Downloading plugin list from ''{0}''"
msgstr "Stahuji seznam pluginů z ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
+"Varovanie: nepodarilo sa vytvoriť adresár pluginu ''{0}''. Nemožno stiahnuť "
+"obsah pluginu z webu pluginu ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Zápis seznamu pluginů do lokálnà cache ''{0}''"
@@@ -13901,16 -13997,12 +14047,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "NepodaÅilo se nalézt obrázek ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
- "Varovanie: Nepodarilo sa spracovať zip súbor ''{0}''. Výnimka bola: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Varovanie: Nepodarilo sa pristúpiÅ¥ k adresáru ''{0}'' z bezpeÄnostných "
- "dôvodov. Výnimka bola: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}⦠[zadejte prosÃm jeho ÄÃslo]"
@@@ -13922,8 -14014,51 +14064,51 @@@ msgstr "
"Nepodarilo sa otvoriÅ¥ URL. V súÄasnej dobe neexistuje nastavenie platformy. "
"ProsÃm nastavte najskôr platformu."
- msgid "reserved"
- msgstr "rezervované"
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr "rezervované"
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13959,8 -14094,22 +14144,22 @@@ msgstr "
"<html><p> PrepáÄte, ale nie je možné vložiÅ¥ znaÄky z vyrovnávacej pamäte. "
"Neobsahujú žiadne objekty JOSM, alebo vhodné texty. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Pravé kliknutà = kopÃrovat do schránky"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14304,6 -14453,11 +14503,11 @@@ msgid "Saturation:
msgstr "Sytost:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14576,6 -14730,9 +14780,9 @@@ msgstr "
"ZapÃÅ¡e GPS souÅadnice do hlaviÄek obrázku. Použijte tuto funkci z "
"kontextového menu (pravým kliknutÃm) obrázkové vrstvy."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14635,9 -14792,6 +14842,6 @@@ msgstr "
"omezit maximálnà odstranÄnou velikostà plochy. PrůmÄruje taktéž body "
"umÃstÄné blÃzko sebe."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "VytváÅenà a editace námoÅnÃch map pro OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14681,6 -14835,11 +14885,11 @@@ msgstr "
"Trasuje budovy pÅÃpadnÄ dalšà polygony z Äeské katastrálnà mapy (nebo i "
"jinde), je tÅeba aby bÄžel TracerServer (.NET nebo Mono)."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Plugin pro digitálnà podepisovánà OSM-dat"
@@@ -14817,6 -14976,9 +15026,9 @@@ msgstr "Násep
msgid "Lit"
msgstr "OsvÄtlenÃ"
+ msgid "Toll"
+ msgstr "Poplatek"
+
msgid "Motorway Link"
msgstr "Dálnice - nájezd, rampa, kolektor"
@@@ -14907,6 -15069,50 +15119,50 @@@ msgstr "MÃstnà komunikace (ulice)
msgid "Edit Residential Street"
msgstr "Upravit mÃstnà komunikaci (ulici)"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Typ silnice"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ano"
+
+ msgid "no"
+ msgstr "ne"
+
+ msgid "destination"
+ msgstr "dopravnà obsluha"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Obytná zóna"
@@@ -14925,11 -15131,11 +15181,11 @@@ msgstr "OznaÄit jako plochu
msgid "Service"
msgstr "ÃÄelová komunikace"
- msgid "Edit Serviceway"
- msgstr "Upravit úÄelovou komunikaci"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Typ úÄelové komunikace"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "uliÄka"
@@@ -14940,6 -15146,9 +15196,9 @@@ msgstr "pÅÃjezdová cesta
msgid "parking_aisle"
msgstr "Obslužná silnice na parkovišti"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Obslužná silnice na parkovišti"
@@@ -14967,18 -15176,12 +15226,12 @@@ msgstr "kruhový objezd
msgid "jughandle"
msgstr "prÃpojka"
- msgid "yes"
- msgstr "ano"
-
msgid "Road Restrictions"
msgstr "SilniÄnà omezenÃ"
msgid "Edit Road Restrictions"
msgstr "Upravit silniÄnà omezenÃ"
- msgid "Toll"
- msgstr "Poplatek"
-
msgid "No exit (cul-de-sac)"
msgstr "Slepá komunikace"
@@@ -14988,9 -15191,6 +15241,6 @@@ msgstr "Obmedzenia spôsobu prepravy
msgid "General Access"
msgstr "Obecný pÅÃstup"
- msgid "destination"
- msgstr "dopravnà obsluha"
-
msgid "delivery"
msgstr "zásobovánÃ"
@@@ -15000,15 -15200,15 +15250,15 @@@ msgstr "na povolenÃ
msgid "private"
msgstr "soukromý"
+ msgid "customers"
+ msgstr "zákaznÃci"
+
msgid "agricultural"
msgstr "zemÄdelská vozidla"
msgid "forestry"
msgstr "lestnÃctvo"
- msgid "no"
- msgstr "ne"
-
msgid "official"
msgstr "oficiálne urÄené"
@@@ -15054,6 -15254,9 +15304,9 @@@ msgstr "Vozidlá vysoko obsadené (hov)
msgid "Public Service Vehicles (psv)"
msgstr "Vozidla MHD"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. rychlost (km/h)"
@@@ -15138,6 -15341,9 +15391,9 @@@ msgstr "Edituj most
msgid "viaduct"
msgstr "viadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "otoÄný"
@@@ -15255,20 -15461,29 +15511,29 @@@ msgstr "
msgid "Visibility"
msgstr "Viditelnost"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "vynikajÃcÃ"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "dobrá"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "pro stÅednÄ pokroÄilé (Äervená)"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "špatná"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "pÅÃÅ¡erná"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "VozÃky pro invalidy"
@@@ -15285,11 -15500,11 +15550,11 @@@ msgstr "Stezka pro konÄ
msgid "Edit Bridleway"
msgstr "Upravit cestu pro konÄ"
- msgid "Cycle Lane"
- msgstr "Pruh pre cyklistov"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Upraviť pruh pre cyklistov"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Cyklostezka"
@@@ -15324,8 -15539,8 +15589,8 @@@ msgstr "ChodnÃk pre cyklistov vpravo
msgid "Oneway (bicycle)"
msgstr "Jednosmerná (bicykel)"
- msgid "Edit Highway"
- msgstr "Upraviť hlavnú cestu"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Hlavná cesta"
@@@ -15393,12 -15608,18 +15658,18 @@@ msgstr "OdpoÄinková zóna
msgid "Edit Rest Area"
msgstr "Upravit odpoÄinkovou zónu"
- msgid "Emergency Phone"
- msgstr "Nouzový telefon"
+ msgid "Drinking Water"
+ msgstr "Pitná voda"
msgid "Traffic Signal"
msgstr "Semafory"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Typ pÅechodu pro chodce"
@@@ -15414,15 -15635,6 +15685,6 @@@ msgstr "ostrůvek
msgid "unmarked"
msgstr "neoznaÄený"
- msgid "Cross on horseback"
- msgstr "PÅechod na koni"
-
- msgid "Cross by bicycle"
- msgstr "PÅechod na kole"
-
- msgid "Crossing attendant"
- msgstr "Dohled nad pÅechodem"
-
msgid "Crossing type name (UK)"
msgstr "Typ pÅechodu (UK)"
@@@ -15445,6 -15657,15 +15707,15 @@@ msgstr "
msgid "tiger"
msgstr "tygr"
+ msgid "Crossing attendant"
+ msgstr "Dohled nad pÅechodem"
+
+ msgid "Cross by bicycle"
+ msgstr "PÅechod na kole"
+
+ msgid "Cross on horseback"
+ msgstr "PÅechod na koni"
+
msgid "Stop"
msgstr "Stop"
@@@ -15454,6 -15675,9 +15725,9 @@@ msgstr "OdpoÄÃvadlo
msgid "Mini-roundabout"
msgstr "Malý kruhový objezd"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "SmÄr"
@@@ -15463,11 -15687,8 +15737,8 @@@ msgstr "po smÄru hodinových ruÄiÄek
msgid "Pedestrian Crossing"
msgstr "PÅechod pro chodce"
- msgid "Edit Crossing"
- msgstr "Upravit pÅechod"
-
- msgid "Type name (UK)"
- msgstr "Jméno typu (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Zpomalovacà retardér"
@@@ -15499,9 -15720,6 +15770,6 @@@ msgstr "deska (rovná stÅednà Äást)
msgid "Passing Place"
msgstr "Výhybna"
- msgid "Edit Passing Place"
- msgstr "Upravit výhybnu"
-
msgid "Turning Circle"
msgstr "ObratiÅ¡tÄ"
@@@ -15544,6 -15762,12 +15812,12 @@@ msgstr "Upraviť balvan
msgid "Allowed traffic:"
msgstr "Povolený provoz:"
+ msgid "Material"
+ msgstr "Materiál"
+
+ msgid "stone"
+ msgstr "kámen"
+
msgid "Bollard"
msgstr "Sloupek"
@@@ -15559,6 -15783,9 +15833,9 @@@ msgstr "vysúvateľný
msgid "removable"
msgstr "odstrániteľný"
+ msgid "plastic"
+ msgstr "plast"
+
msgid "Cycle Barrier"
msgstr "Zábrana proti kolům"
@@@ -15628,20 -15855,14 +15905,14 @@@ msgstr "pletivo
msgid "electric"
msgstr "elektÅina"
- msgid "roundpole"
- msgstr "drevené brvná (roundpole)"
+ msgid "pole"
+ msgstr "stožár"
msgid "split_rail"
msgstr "rozchod železnice"
- msgid "chain"
- msgstr "ÅetÄz"
-
- msgid "hedge"
- msgstr "živý plot"
-
- msgid "pole"
- msgstr "stožár"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr "Zvodidlá"
@@@ -15671,8 -15892,9 +15942,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Priekopa (ditch)"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Upravit strouhu"
+ msgstr ""
msgid "Kerb"
msgstr "ObrubnÃk"
@@@ -15680,11 -15902,11 +15952,11 @@@
msgid "Edit Kerb"
msgstr "UpraviÅ¥ obrubnÃk"
- msgid "Entrance"
- msgstr "Vstup"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Upravit vstup"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Brána"
@@@ -15737,12 -15959,6 +16009,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Materiál"
-
- msgid "stone"
- msgstr "kámen"
-
msgid "Turnstile"
msgstr "Turniket"
@@@ -15803,12 -16019,21 +16069,21 @@@ msgstr "Upravit odvodÅovacà kanál, m
msgid "Ditch"
msgstr "Strouha"
+ msgid "Edit Ditch"
+ msgstr "Upravit strouhu"
+
msgid "Stream"
msgstr "Potok"
msgid "Edit Stream"
msgstr "Upravit potok"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Plavebnà kanál"
@@@ -15848,9 -16073,6 +16123,6 @@@ msgstr "Upravit pÅehradu
msgid "Groyne"
msgstr "Vlnolam"
- msgid "Edit Groyne"
- msgstr "Upravit vlnolam"
-
msgid "Breakwater"
msgstr "Vlnolam"
@@@ -15884,6 -16106,21 +16156,21 @@@ msgstr "Upravit zakrytou umÄlou vodnÃ
msgid "Edit Water"
msgstr "Upravit vodnà plochu"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "ZemÄ (souÅ¡)"
@@@ -15965,20 -16202,25 +16252,25 @@@ msgstr "Upravit pÅÃstaviÅ¡tÄ pÅivoz
msgid "Cargo"
msgstr "Náklad"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "pasažéÅi"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "vozidla"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicykl"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "nákladnà vozidla"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "pasažéÅi;vozidla"
+ msgstr ""
msgid "Ferry Route"
msgstr "PÅÃvoz"
@@@ -16052,8 -16294,8 +16344,8 @@@ msgstr "turistika
msgid "freight"
msgstr "náklad"
- msgid "Service/Type"
- msgstr "Služba/Typ"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "seÅazovacà kolej"
@@@ -16076,11 -16318,14 +16368,14 @@@ msgstr "trolejové vedenÃ
msgid "rail"
msgstr "železnice"
- msgid "Voltage"
- msgstr "NapÄtÃ"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekvence (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -16091,9 -16336,6 +16386,6 @@@ msgstr "Ãzkorozchodná železnice
msgid "Edit Narrow Gauge Rail"
msgstr "Upravit úzkorozchodnou železnici"
- msgid "Types"
- msgstr "Typy"
-
msgid "Monorail"
msgstr "Jednokolejnicová dráha"
@@@ -16115,15 -16357,15 +16407,15 @@@ msgstr "Upravit krátká/lehká trať
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Upravit tramvaj"
+
msgid "Edit Subway"
msgstr "Upravit metro"
msgid "Tram"
msgstr "Tramvaj"
-msgid "Edit Tram"
-msgstr "Upravit tramvaj"
-
msgid "Bus Guideway"
msgstr "Autobusová dráha"
@@@ -16145,6 -16387,9 +16437,9 @@@ msgstr "Upraviť opustenú železnicu
msgid "Level Crossing"
msgstr "ŽelezniÄnà pÅejezd"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "HlÃdané"
@@@ -16157,18 -16402,32 +16452,32 @@@ msgstr "Zvukový signál
msgid "Barrier"
msgstr "Závory"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "stÅednÃ"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "plná"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "poloviÄná dvojitá"
+ msgstr ""
msgid "Crossing"
msgstr "ŽelezniÄnà pÅechod pro chodce"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Druh kÅÞenÃ"
@@@ -16268,13 -16527,11 +16577,11 @@@ msgstr "PojÃzdný pás
msgid "Edit Magic Carpet"
msgstr "Upravit pojÃzdný pás"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Dopravnà lanovka"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Upravit dopravnà lanovku"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -16284,13 -16541,11 +16591,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Upravit stanici"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Stožár"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Upravit stožár"
+ msgstr ""
msgid "Parking"
msgstr "ParkoviÅ¡tÄ"
@@@ -16307,12 -16562,12 +16612,12 @@@ msgstr "povrchové
msgid "underground"
msgstr "podzemnÃ"
+ msgid "rooftop"
+ msgstr "zastrešené"
+
msgid "Access"
msgstr "PÅÃstup"
- msgid "customers"
- msgstr "zákaznÃci"
-
msgid "Park and Ride"
msgstr "ParkoviÅ¡tÄ P+R"
@@@ -16340,9 -16595,6 +16645,6 @@@ msgstr "Parkovacà mÃsto
msgid "Edit Parking space"
msgstr "Upravit parkovacà mÃsto"
- msgid "rooftop"
- msgstr "zastrešené"
-
msgid "Capacity"
msgstr "Kapacita"
@@@ -16364,17 -16616,36 +16666,36 @@@ msgstr "OtevÃracà doba
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Po-Pá 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Ãt-Ne od 8:00 do 15:00, So 8:00 - 12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
- msgid "Parking entrance"
- msgstr "Vjezd na parkoviÅ¡tÄ"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
- msgid "Edit Parking entrance"
- msgstr "Upravit vjezd na parkoviÅ¡tÄ"
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
+
+ msgid "Parking entrance"
+ msgstr "Vjezd na parkoviÅ¡tÄ"
+
+ msgid "Edit Parking entrance"
+ msgstr "Upravit vjezd na parkoviÅ¡tÄ"
msgid "Fuel"
msgstr "Äerpacà stanice"
@@@ -16517,6 -16788,9 +16838,9 @@@ msgstr "NabÃjecà stanice
msgid "Edit Charging Station (for electric cars)"
msgstr "Upravit nabÃjecà stanici (pro elektromobily)"
+ msgid "Voltage"
+ msgstr "NapÄtÃ"
+
msgid "Amperage"
msgstr "Proud"
@@@ -16538,6 -16812,12 +16862,12 @@@ msgstr "Opravna
msgid "Edit Car Repair"
msgstr "Upravit autoopravnu"
+ msgid "Parts"
+ msgstr "SouÄástky"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Pneuservis"
@@@ -16565,6 -16845,12 +16895,12 @@@ msgstr "PůjÄovna
msgid "Edit Car Rental"
msgstr "Upravit půjÄovnu aut"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "výhradnÄ"
+
msgid "Sharing"
msgstr "Carsharing (sdÃlené vlastnictvà vozidel)"
@@@ -16589,22 -16875,6 +16925,6 @@@ msgstr "Služby:
msgid "Sale"
msgstr "Prodej"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ano"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "znaÄka"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "použité"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ne"
-
msgid "brand"
msgstr "znaÄka"
@@@ -16626,9 -16896,6 +16946,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "SouÄástky"
-
msgid "Clothes"
msgstr "ObleÄenÃ"
@@@ -16823,6 -17090,9 +17140,9 @@@ msgstr "NástupiÅ¡tÄ
msgid "Station or amenities"
msgstr "Zastávky nebo veÅejná zaÅÃzenÃ"
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Autobus"
@@@ -16853,6 -17123,9 +17173,9 @@@ msgstr "Pozemnà lanovka
msgid "Ferry"
msgstr "Trajekt/pÅÃvoz"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "LaviÄka"
@@@ -16865,9 -17138,6 +17188,6 @@@ msgstr "Invalidnà vozÃk
msgid "limited"
msgstr "omezené"
- msgid "only"
- msgstr "výhradnÄ"
-
msgid "Highway platform (legacy)"
msgstr "SilniÄnà nástupiÅ¡tÄ (původnÃ)"
@@@ -16877,8 -17147,13 +17197,13 @@@ msgstr "ŽelezniÄnà nástupiÅ¡tÄ (pÅ
msgid "funicular"
msgstr "pozemnà lanovka"
+ msgctxt "railway"
msgid "Station"
- msgstr "Stanica"
+ msgstr "Vlaková stanice"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Upravit stanici"
msgid "Building"
msgstr "Budova"
@@@ -16892,6 -17167,9 +17217,9 @@@ msgstr "Upravit vchod do metra
msgid "Ticket Machine"
msgstr "Automat na jÃzdenky"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "ReferenÄnà ÄÃslo"
@@@ -16916,14 -17194,6 +17244,6 @@@ msgstr "Zůstatkové nebo vÄrnostnà k
msgid "Public Transport (legacy)"
msgstr "Hromadná doprava (původnÃ)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Vlaková stanice"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Upravit stanici"
-
msgid "UIC-Reference"
msgstr "UIC-Reference"
@@@ -16972,8 -17242,8 +17292,8 @@@ msgstr "Upravit nástupiÅ¡tÄ autobusu
msgid "Taxi"
msgstr "StanoviÅ¡tÄ taxi"
- msgid "Edit Taxi station"
- msgstr "Upravit stanoviÅ¡tÄ taxi"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "LetiÅ¡tÄ"
@@@ -17026,6 -17296,21 +17346,21 @@@ msgstr "Terminál
msgid "Edit Terminal"
msgstr "Upravit terminál"
+ msgid "Internet access"
+ msgstr "PÅÃstup k Internetu"
+
+ msgid "wlan"
+ msgstr "wifi"
+
+ msgid "wired"
+ msgstr "káblový"
+
+ msgid "terminal"
+ msgstr "terminál"
+
+ msgid "Internet access fee"
+ msgstr "poplatek za pÅÃstup k Internetu"
+
msgctxt "airport"
msgid "Gate"
msgstr "Brána"
@@@ -17048,21 -17333,6 +17383,6 @@@ msgstr "Upravit hotel
msgid "Stars"
msgstr "PoÄet hvÄzdiÄek"
- msgid "Internet access"
- msgstr "PÅÃstup k Internetu"
-
- msgid "wlan"
- msgstr "wifi"
-
- msgid "wired"
- msgstr "káblový"
-
- msgid "terminal"
- msgstr "terminál"
-
- msgid "Internet access fee"
- msgstr "poplatek za pÅÃstup k Internetu"
-
msgid "Smoking"
msgstr "KuÅáci"
@@@ -17252,9 -17522,6 +17572,6 @@@ msgstr "StriptÃzový klub
msgid "Edit Stripclub"
msgstr "UpraviÅ¥ striptÃzový klub"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ãt-Ne 08:00-15:00; So 08:00-12:00"
-
msgid "Tourism"
msgstr "Turistika"
@@@ -17276,9 -17543,15 +17593,15 @@@ msgstr "VyhlÃdková vÄž
msgid "Information Office"
msgstr "Turistické informaÄnà centrum"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "PÅehledová mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "ÃroveÅ detailů"
@@@ -17291,6 -17564,9 +17614,9 @@@ msgstr "ulice
msgid "scheme"
msgstr "orientaÄnÃ"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Zobrazený areál"
@@@ -17330,6 -17606,9 +17656,9 @@@ msgstr "... možný i jiný druh pÅepr
msgid "Information Board"
msgstr "InformaÄnà nástÄnka"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Obsah tabule"
@@@ -17351,23 -17630,35 +17680,35 @@@ msgstr "rostliny
msgid "Guidepost"
msgstr "RozcestnÃk"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "InformaÄnà terminál"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Bližšà popis"
msgid "Audioguide"
msgstr "Audioprůvodce"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Audioprůvodce pÅes mobilnà telefon?"
msgid "Phone number"
msgstr "Telefonnà ÄÃslo"
- msgid "Other Information Points"
- msgstr "Jiný informaÄnà bod"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Volný Äas"
@@@ -17496,50 -17787,44 +17837,44 @@@ msgstr "UmÄlecké dÃlo
msgid "Edit Artwork"
msgstr "Upravit umÄlecké dÃlo"
- msgid "Place of Worship"
- msgstr "Chrám (kostel, synagoga, mešita)"
-
- msgid "Edit Place of Worship"
- msgstr "Upravit chrám"
-
- msgid "Religion"
- msgstr "NáboženstvÃ"
+ msgid "Recording Studio"
+ msgstr "Nahrávacà studio"
- msgid "bahai"
- msgstr "baháâÃ"
+ msgid "Edit Studio"
+ msgstr "Upravit nahrávacà studio"
- msgid "buddhist"
- msgstr "budhistické"
+ msgid "audio"
+ msgstr "audio"
- msgid "christian"
- msgstr "kÅesÅ¥anské"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "hindské"
+ msgid "Place of Worship"
+ msgstr "Chrám (kostel, synagoga, mešita)"
- msgid "jain"
- msgstr "džinistické"
+ msgid "Church"
+ msgstr "Kostel"
- msgid "jewish"
- msgstr "židovské"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslimské"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualistické"
+ msgid "cathedral"
+ msgstr "katedrála"
- msgid "taoist"
- msgstr "taoistické"
+ msgid "chapel"
+ msgstr "kaple"
- msgid "unitarian"
- msgstr "UnitáÅské"
+ msgid "church"
+ msgstr "kostel"
- msgid "zoroastrian"
- msgstr "zoroastristické"
+ msgid "temple"
+ msgstr "chrám"
msgid "Denomination"
msgstr "VyznánÃ"
@@@ -17556,6 -17841,12 +17891,12 @@@ msgstr "katolické
msgid "evangelical"
msgstr "evangelické"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "svÄdkové Jehovovi"
@@@ -17568,6 -17859,9 +17909,9 @@@ msgstr "metodistické
msgid "mormon"
msgstr "mormonské"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "pravoslavné"
@@@ -17584,108 -17878,208 +17928,208 @@@ msgid "quaker
msgstr "kvakerské"
msgid "roman_catholic"
- msgstr "rÃmskokatolÃcky"
+ msgstr "ÅÃmskokatolické"
- msgid "shia"
- msgstr "Å¡Ãâitské"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunnitské"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Äasy bohoslužeb"
- msgid "Su 10:00"
- msgstr "Ne 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Ne 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Ne 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "OtevÃracà doba pro návÅ¡tÄvnÃky"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Nahrávacà studio"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Upravit nahrávacà studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "audio"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "VeÅejná budova"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Upravit veÅejnou budovu"
+ msgid "mosque"
+ msgstr "mešita"
- msgid "Town hall"
- msgstr "Radnice"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Upravit radnici"
+ msgid "shia"
+ msgstr "Å¡Ãâitské"
- msgid "Community Centre"
- msgstr "Komunitnà centrum"
+ msgid "sunni"
+ msgstr "sunnitské"
- msgid "Embassy"
- msgstr "Ambasáda"
+ msgid "Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Upravit ambasádu"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Courthouse"
- msgstr "Soud"
+ msgid "synagogue"
+ msgstr "synagoga"
- msgid "Edit Courthouse"
- msgstr "Upravit soud"
+ msgid "conservative"
+ msgstr ""
- msgid "Prison"
- msgstr "VÄzenÃ"
+ msgid "reform"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "Upravit vÄzenÃ"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "Policie"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Edit Police"
- msgstr "Upravit policii"
+ msgid "theravada"
+ msgstr ""
- msgid "Fire Station"
- msgstr "HasiÄská stanice"
+ msgid "mahayana"
+ msgstr ""
- msgid "Edit Fire Station"
- msgstr "Upravit hasiÄskou stanici"
+ msgid "vajrayana"
+ msgstr ""
- msgid "Post Office"
- msgstr "Pošta"
+ msgid "Hindu Temple"
+ msgstr ""
- msgid "Edit Post Office"
- msgstr "Upravit poštu"
+ msgid "Edit Hindu Temple"
+ msgstr ""
- msgid "Education"
- msgstr "VzdÄlánÃ"
+ msgid "vaishnavism"
+ msgstr ""
- msgid "Kindergarten"
- msgstr "MateÅská Å¡kola"
+ msgid "shaivism"
+ msgstr ""
- msgid "Edit Kindergarten"
- msgstr "Upravit mateÅskou Å¡kolu"
+ msgid "shaktism"
+ msgstr ""
- msgid "School"
- msgstr "Základnà škola"
+ msgid "smartism"
+ msgstr ""
- msgid "Edit School"
- msgstr "Upravit školu"
+ msgid "Shinto Shrine"
+ msgstr ""
- msgid "University"
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "NáboženstvÃ"
+
+ msgid "bahai"
+ msgstr "baháâÃ"
+
+ msgid "jain"
+ msgstr "džinistické"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualistické"
+
+ msgid "taoist"
+ msgstr "taoistické"
+
+ msgid "unitarian"
+ msgstr "unitáÅské"
+
+ msgid "zoroastrian"
+ msgstr "zoroastristické"
+
+ msgid "Public Building"
+ msgstr "VeÅejná budova"
+
+ msgid "Edit Public Building"
+ msgstr "Upravit veÅejnou budovu"
+
+ msgid "Town hall"
+ msgstr "Radnice"
+
+ msgid "Edit Town hall"
+ msgstr "Upravit radnici"
+
+ msgid "Community Centre"
+ msgstr "Komunitnà centrum"
+
+ msgid "Embassy"
+ msgstr "Ambasáda"
+
+ msgid "Edit Embassy"
+ msgstr "Upravit ambasádu"
+
+ msgid "Courthouse"
+ msgstr "Soud"
+
+ msgid "Edit Courthouse"
+ msgstr "Upravit soud"
+
+ msgid "Prison"
+ msgstr "VÄzenÃ"
+
+ msgid "Edit Prison"
+ msgstr "Upravit vÄzenÃ"
+
+ msgid "Police"
+ msgstr "Policie"
+
+ msgid "Edit Police"
+ msgstr "Upravit policii"
+
+ msgid "Fire Station"
+ msgstr "HasiÄská stanice"
+
+ msgid "Edit Fire Station"
+ msgstr "Upravit hasiÄskou stanici"
+
+ msgid "Post Office"
+ msgstr "Pošta"
+
+ msgid "Edit Post Office"
+ msgstr "Upravit poštu"
+
+ msgid "Education"
+ msgstr "VzdÄlánÃ"
+
+ msgid "Kindergarten"
+ msgstr "MateÅská Å¡kola"
+
+ msgid "Edit Kindergarten"
+ msgstr "Upravit mateÅskou Å¡kolu"
+
+ msgid "School"
+ msgstr "Základnà škola"
+
+ msgid "Edit School"
+ msgstr "Upravit školu"
+
+ msgid "University"
msgstr "Vysoká škola"
msgid "Edit University"
@@@ -17706,6 -18100,12 +18150,12 @@@ msgstr "Upravit autoškolu
msgid "License Classes"
msgstr "Typy oprávnÄnÃ"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "ZdravÃ"
@@@ -17787,12 -18187,66 +18237,66 @@@ msgstr "VeterináÅ
msgid "Edit Veterinary"
msgstr "Upravit veterinárnà ordinaci"
- msgid "Drinking water"
- msgstr "Pitná voda"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "veÅejný"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
msgid "Post Box"
msgstr "Poštovnà schránka"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -17802,6 -18256,30 +18306,30 @@@ msgstr "Upravit telefon
msgid "Telephone cards"
msgstr "Telefonnà karty"
+ msgid "Emergency Phone"
+ msgstr "Nouzový telefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Hodiny"
@@@ -17811,30 -18289,36 +18339,36 @@@ msgstr "Upravit hodiny
msgid "Display"
msgstr "Typ"
- msgctxt "display"
msgid "analog"
-msgstr ""
+msgstr "analógové"
- msgctxt "display"
msgid "digital"
-msgstr ""
+msgstr "digitálne"
- msgctxt "display"
msgid "sundial"
-msgstr ""
+msgstr "sleneÄné"
- msgctxt "display"
msgid "unorthodox"
-msgstr ""
+msgstr "neortodoxný"
msgid "Support"
msgstr "UmÃstÄnÃ"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "nástÄnné"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "Viditelnost/Äitelnost"
@@@ -17863,8 -18347,8 +18397,8 @@@ msgstr "Zobrazena vlkhost vzduchu
msgid "Recycling"
msgstr "RecyklaÄnà stanoviÅ¡tÄ"
- msgid "Edit Recycling station"
- msgstr "Upravit recyklaÄnà stanoviÅ¡tÄ"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Baterie"
@@@ -17890,21 -18374,15 +18424,15 @@@ msgstr "stredisko
msgid "Waste Basket"
msgstr "Odpadkový koš"
- msgid "Edit Waste Basket"
- msgstr "Upravit odpadkový koš"
-
msgid "Waste Disposal"
msgstr "Odpadkový kôš"
- msgid "Edit Waste Disposal"
- msgstr "Upraviť Nakladanie s odpadmi"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "OpÄrka zad"
- msgid "plastic"
- msgstr "plast"
-
msgid "Amount of Seats"
msgstr "PoÄet sedadel"
@@@ -17939,8 -18417,17 +18467,17 @@@ msgstr "Upravit posed
msgid "Height"
msgstr "Výška"
+ msgctxt "height"
msgid "low"
- msgstr "nÃzká"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Ãkryt"
@@@ -17948,9 -18435,6 +18485,6 @@@
msgid "Lock"
msgstr "Uzamknutelný"
- msgid "Drinking Water"
- msgstr "Pitná voda"
-
msgid "Edit Source of Potable Water"
msgstr "Upraviť zdroj pitnej vody"
@@@ -17982,6 -18466,9 +18516,9 @@@ msgstr "rybnÃk
msgid "Diameter (in mm)"
msgstr "Priemer (v mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "ochranné okolie"
@@@ -18019,119 -18506,155 +18556,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Upravit stadion"
- msgid "select sport:"
- msgstr "vyberte sport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "kombinovaný"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "lukostÅelba"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletika"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "americký fotbal"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australský fotbal"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketbal"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "Hry s koulemi (napÅ. pétanque)"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "kanadský fotbal"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kanoistika"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "HorolezenÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "kriket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "ohražené mÃsto pro tréning kriketu"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "kroket"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cyklistika"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "závody psů"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "krasojÃzda"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastika"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hokej"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "dostihy"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motoristické sporty"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota (mÃÄová hra)"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "pálkové (raketové) sporty"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "ragby liga"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "ragby svaz"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "stÅelba"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "bruslenÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "lyžovánÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fotbal"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "plavánÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "stolnà tenis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sportovnà centrum"
@@@ -18163,26 -18686,27 +18736,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Upravit minigolf"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Kombinováné"
msgid "Edit Multi"
msgstr "Upravit kombinované"
- msgid "type"
- msgstr "typ"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "hÅiÅ¡tÄ"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sportovnà centrum"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -18190,6 -18714,15 +18764,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "hÅiÅ¡tÄ"
+
+ msgid "sports_centre"
+ msgstr "sportovnà centrum"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "Bowling"
@@@ -18223,6 -18756,22 +18806,22 @@@ msgstr "Upravit kanoistiku
msgid "Edit Cycling"
msgstr "Upravit cyklistiku"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Závody psů"
@@@ -18279,7 -18828,7 +18878,7 @@@ msgid "Skating
msgstr "BruslenÃ"
msgid "Edit Skating"
- msgstr "Upravit bruslenÃ"
+ msgstr ""
msgid "ice_rink"
msgstr "zimný štadión"
@@@ -18323,38 -18872,56 +18922,56 @@@ msgstr "snow park
msgid "Difficulty"
msgstr "ObtÞnost"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "pro zaÄáteÄnÃky (zelená)"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "jednoduchá (modrá)"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "pro zkuÅ¡ené (Äerná)"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "pro experty (oranžová)"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "volný terén - freeride (žlutá)"
+ msgstr ""
msgid "Grooming"
msgstr "Bez dozoru"
+ msgctxt "piste:grooming"
msgid "classic"
-msgstr ""
+msgstr "klasický"
+ msgctxt "piste:grooming"
msgid "mogul"
-msgstr ""
+msgstr "jazda v bubnoch (moguls)"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
-msgstr ""
+msgstr "backcountry"
msgid "Shooting"
msgstr "StÅelba"
@@@ -18395,19 -18962,15 +19012,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
-msgstr ""
+msgstr "Americký futbal"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -18546,6 -19109,18 +19159,18 @@@ msgstr "ModeláÅské letiÅ¡tÄ
msgid "Edit Model Aerodrome"
msgstr "Upravit modeláÅské letiÅ¡tÄ"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "RC auta"
@@@ -18558,38 -19133,73 +19183,73 @@@ msgstr "Inženýrské objekty
msgid "Edit Building"
msgstr "Upravit budovu"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
-msgstr ""
+msgstr "strecha"
+ msgctxt "building"
msgid "garage"
- msgstr "garáž"
+ msgstr ""
- msgid "church"
- msgstr "kostel"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
- msgstr "škola"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "hangár"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "kanceláÅe"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "farma/stodola"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "doprava"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "sklenÃk/fóliák"
+ msgstr ""
+ msgctxt "building"
msgid "office"
-msgstr ""
+msgstr "úrad"
+ msgctxt "building"
msgid "university"
- msgstr "vysoká škola"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "Obytná budova"
@@@ -18597,21 -19207,60 +19257,60 @@@
msgid "Edit Residential Building"
msgstr "Upravit obytnou budovu"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
-msgstr ""
+msgstr "apartmány (byty)"
+ msgctxt "building"
msgid "house"
- msgstr "dům"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
-msgstr ""
+msgstr "chata"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
-msgstr ""
+msgstr "radová zástavba"
+ msgctxt "building"
msgid "detached"
-msgstr ""
+msgstr "samota"
+ msgid "Entrance"
+ msgstr "Vstup"
+
+ msgid "Edit Entrance"
+ msgstr "Upravit vstup"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "VÄž"
@@@ -18836,66 -19485,182 +19535,182 @@@ msgstr "Doba provozu
msgid "Mo-Fr 22:00-05:00"
msgstr "Po-Pi 22:00-05:00"
- msgid "Measurement Station"
- msgstr "MÄÅÃcà stanice"
+ msgid "Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Upravit mÄÅÃcà stanici"
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Measurement"
- msgstr "MÄÅenÃ"
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
- msgid "particulate_matter"
- msgstr "Äastice"
+ msgid "Tide Level"
+ msgstr ""
- msgid "seismic"
- msgstr "seizmické"
+ msgid "Traffic"
+ msgstr ""
- msgid "water_level"
- msgstr "úroveŠvody"
+ msgid "Air Quality"
+ msgstr ""
- msgid "weather"
- msgstr "poÄasÃ"
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
- msgid "Recording"
- msgstr "Záznam"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgid "manually"
- msgstr "ruÄnÃ"
+ msgid "Galileo Signals"
+ msgstr ""
- msgid "automated"
- msgstr "automatický"
+ msgid "Radiation"
+ msgstr ""
- msgid "remote"
- msgstr "vzdálený"
+ msgid "Seismic Activity"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "nie"
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "TriangulaÄnà bod"
- msgid "Edit Survey Point"
- msgstr "Upravit triangulaÄnà bod"
+ msgid "Edit Survey Point"
+ msgstr "Upravit triangulaÄnà bod"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Upravit sledovacà kameru"
+
+ msgid "indoor"
+ msgstr "vnitÅnÃ"
+
+ msgid "outdoor"
+ msgstr "venkovnÃ"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "obchod"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
+
+ msgid "Power"
+ msgstr "Energie"
+
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr "Výstupné formy energie"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "elektrina"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "horúca voda"
- msgid "Surveillance"
- msgstr "Sledovacà kamera"
+ msgid "hot air"
+ msgstr "horúci vzduch"
- msgid "Edit Surveillance Camera"
- msgstr "Upravit sledovacà kameru"
+ msgid "cold water"
+ msgstr "studená voda"
- msgid "indoor"
- msgstr "vnitÅnÃ"
+ msgid "cold air"
+ msgstr "studený vzduch"
- msgid "outdoor"
- msgstr "venkovnÃ"
+ msgid "compressed air"
+ msgstr "stlaÄený vzduch"
- msgid "public"
- msgstr "veÅejný"
+ msgid "steam"
+ msgstr "para"
- msgid "Power"
- msgstr "Energie"
+ msgid "vacuum"
+ msgstr "vysávaÄ"
msgid "Power Generator"
msgstr "Elektrárna"
@@@ -18948,89 -19713,192 +19763,192 @@@ msgstr "vÄtrná
msgid "Method"
msgstr "Metóda (spôsob výroby)"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
-msgstr ""
+msgstr "anaeróbne vyhnÃvanie"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "spalovánÃ"
+ msgstr ""
- msgid "dam"
- msgstr "priehrada"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
-msgstr ""
+msgstr "štiepenie"
+ msgctxt "generator method"
msgid "fusion"
-msgstr ""
+msgstr "fúzia"
+ msgctxt "generator method"
msgid "gasification"
-msgstr ""
+msgstr "splyÅovanie"
- msgid "photovoltaic"
- msgstr "fotovoltaická"
-
- msgid "pumped-storage"
- msgstr "preÄerpávacia"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "Äerpacia"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
-msgstr ""
+msgstr "tepelný rozklad"
+ msgctxt "generator method"
msgid "run-of-the-river"
-msgstr ""
+msgstr "vodná"
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "tepelná"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "Výstupné formy energie"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "elektrina"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "horúca voda"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "horúci vzduch"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "studená voda"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "studený vzduch"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "stlaÄený vzduch"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "para"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vysávaÄ"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
- msgid "battery charging"
- msgstr "nabÃjanie batérie"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Rozvodna"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Upravit rozvodnu"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Trafostanice"
@@@ -19041,6 -19909,21 +19959,21 @@@ msgstr "Upravit trafostanici
msgid "Line reference"
msgstr "ÄÃslo vedenÃ"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "nÃzká"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Rozvodná skÅÃÅ"
@@@ -19056,6 -19939,9 +19989,9 @@@ msgstr "Upravit stožár elektrického
msgid "Tower reference"
msgstr "OznaÄenie veže"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Sloup"
@@@ -19074,13 -19960,11 +20010,11 @@@ msgstr "Upravit dráty elektrického ve
msgid "Line type"
msgstr "Typ vedenÃ"
- msgctxt "Power Line"
msgid "line"
- msgstr "vedenÃ"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "vedlejšà vedenÃ"
+ msgstr ""
msgid "Amount of Cables"
msgstr "PoÄet kabelů"
@@@ -19187,11 -20071,11 +20121,11 @@@ msgstr "Kiosek
msgid "Edit Kiosk"
msgstr "Upravit kiosek"
- msgid "Baker"
- msgstr "PekaÅstvÃ"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Upravit pekaÅstvÃ"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "ÅeznictvÃ"
@@@ -19202,8 -20086,8 +20136,8 @@@ msgstr "Upravit ÅeznictvÃ
msgid "Seafood"
msgstr "MoÅské plody"
- msgid "Edit Seafood"
- msgstr "Upravit obchod s moÅskými plody"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Delikatesy"
@@@ -19223,6 -20107,9 +20157,9 @@@ msgstr "TržiÅ¡tÄ
msgid "Edit Marketplace"
msgstr "Upravit tržiÅ¡tÄ"
+ msgid "Organic"
+ msgstr "Obchod se zdravou výživou"
+
msgid "Greengrocer"
msgstr "ZelináÅstvÃ"
@@@ -19235,9 -20122,6 +20172,6 @@@ msgstr "Stánok farmy
msgid "Edit Farm Stand"
msgstr "Upraviť stánok farmy"
- msgid "Organic"
- msgstr "Obchod se zdravou výživou"
-
msgid "Edit Organic/Bio"
msgstr "Upraviť bio produkty"
@@@ -19307,8 -20191,8 +20241,8 @@@ msgstr "Upravit krejÄÃho
msgid "Fabric"
msgstr "Látka"
- msgid "Edit Fabric"
- msgstr "Upravit látky"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronika"
@@@ -19328,14 -20212,14 +20262,14 @@@ msgstr "Upravit obchod s elektronikou
msgid "Mobile Phone"
msgstr "Mobilnà telefony"
- msgid "Edit Mobile Phone"
- msgstr "Upravit mobilnà telefony"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "VysavaÄe"
- msgid "Edit Vacuum Cleaner"
- msgstr "Upravit vysavaÄe"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -19343,9 -20227,8 +20277,8 @@@
msgid "Edit Hifi Shop"
msgstr "Upravit obchod s hifi"
- msgctxt "shop"
msgid "Video"
- msgstr "Obchod s DVD"
+ msgstr "VideopůjÄovna/prodejna"
msgid "Edit Video Shop"
msgstr "Upravit videopůjÄovnu/prodejnu"
@@@ -19371,6 -20254,12 +20304,12 @@@ msgstr "Upravit smÄnárnu
msgid "Edit Automated Teller Machine"
msgstr "Upravit bankomat"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Obchodnà dům"
@@@ -19407,11 -20296,32 +20346,32 @@@ msgstr "ZlatnictvÃ
msgid "Edit Jewelry"
msgstr "Upravit zlatnictvÃ"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budhistické"
+
+ msgid "christian"
+ msgstr "kÅesÅ¥anské"
+
+ msgid "hindu"
+ msgstr "hindské"
+
+ msgid "jewish"
+ msgstr "židovské"
+
+ msgid "muslim"
+ msgstr "muslimské"
+
msgid "Erotic"
msgstr "Sexshop"
- msgid "Edit Erotic"
- msgstr "Upravit sexshop"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "KvÄtináÅstvÃ"
@@@ -19440,8 -20350,8 +20400,8 @@@ msgstr "Upravit železáÅstvÃ
msgid "Paint"
msgstr "MalÃÅské potÅeby"
- msgid "Edit Paint"
- msgstr "Upravit obchod s malÃÅskými potÅebami"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Nábytek"
@@@ -19452,19 -20362,19 +20412,19 @@@ msgstr "Upravit obchod s nábytkem
msgid "Kitchen"
msgstr "KuchynÄ"
- msgid "Edit Kitchen"
- msgstr "Upravit Kuchyni"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Obchod se závÄsy"
- msgid "Edit Curtain"
- msgstr "Upravit obchod se závÄsy"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -19500,8 -20410,8 +20460,8 @@@ msgstr "Upravit cestovnà kanceláÅ
msgid "Musical Instrument"
msgstr "Hudebnà nástroje"
- msgid "Edit Musical Instruments"
- msgstr "Upravit obchod s hudebnÃmi nástroji"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "HraÄky"
@@@ -19713,6 -20623,12 +20673,12 @@@ msgstr "Vrchol
msgid "Edit Peak"
msgstr "Upravit vrchol"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Ledovec"
@@@ -19752,26 -20668,35 +20718,35 @@@ msgstr "Strom
msgid "Edit Tree"
msgstr "Upravit strom"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanické jméno"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Prales"
msgid "Edit Wood"
msgstr "Upravit prales"
- msgctxt "wood"
msgid "coniferous"
- msgstr "ihliÄnatý"
+ msgstr "jehliÄnatý"
- msgctxt "wood"
msgid "deciduous"
msgstr "listnatý"
- msgctxt "wood"
msgid "mixed"
- msgstr "zmiešaný"
+ msgstr "smÃÅ¡ený"
msgid "Forest"
msgstr "Les"
@@@ -19779,15 -20704,6 +20754,6 @@@
msgid "Edit Forest Landuse"
msgstr "Upravit lesnà plochu"
- msgid "coniferous"
- msgstr "jehliÄnatý"
-
- msgid "deciduous"
- msgstr "listnatý"
-
- msgid "mixed"
- msgstr "smÃÅ¡ený"
-
msgid "Grassland"
msgstr "Lúka"
@@@ -19863,6 -20779,12 +20829,12 @@@ msgstr "Louka
msgid "Edit Meadow Landuse"
msgstr "Upravit louku"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vinice"
@@@ -19917,8 -20839,8 +20889,8 @@@ msgstr "RekreaÄnà plocha
msgid "Edit Recreation Ground Landuse"
msgstr "Upravit rekreaÄnà plochu"
- msgid "Residential area"
- msgstr "Obytná plocha"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Upravit obytnou plochu"
@@@ -19929,6 -20851,9 +20901,9 @@@ msgstr "Malý hÅbitov
msgid "Edit Graveyard"
msgstr "Upravit malý hÅbitov"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "HÅbitov"
@@@ -20004,6 -20929,33 +20979,33 @@@ msgstr "Upravit lom
msgid "Annotation"
msgstr "Anotace"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Upravit informace o adrese"
@@@ -20040,6 -20992,18 +21042,18 @@@ msgstr "sudé
msgid "alphabetic"
msgstr "abecednÃ"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Kontakt (spoloÄné schéma)"
@@@ -20208,20 -21172,49 +21222,49 @@@ msgstr "Všeobecná trasa
msgid "Edit general route"
msgstr "Upraviť všeobecnú trasu"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "silnice"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "lyžaÅská"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "pÄÅ¡Ã"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "turistická"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "objÃzdná"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Popis symbolu"
@@@ -20268,20 -21261,23 +21311,23 @@@ msgstr "dopÅedná zastávka
msgid "backward halt point"
msgstr "zpÄtná zastávka"
- msgid "Route network"
- msgstr "SÃÅ¥ cest"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Upravit sÃÅ¥ cest"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "Älen"
- msgid "Associated street"
- msgstr "PÅiÅazená ulice"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Upravit pÅiÅazenou ulici"
+ msgid "house"
+ msgstr "dům"
msgid "Street"
msgstr "Ulice"
@@@ -20304,8 -21300,8 +21350,8 @@@ msgstr "nieÄo vzÅ¥ahujúce sa k ulici
msgid "Destination sign"
msgstr "SmerovnÃk"
- msgid "Edit Destination sign"
- msgstr "UpraviÅ¥ smerovnÃk"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "Cieľ vyznaÄený na smerovnÃku (bez vzdialenosti)"
@@@ -20400,18 -21396,27 +21446,27 @@@ msgstr "cesty prechádzajúce pod mosto
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
- msgstr "body tvoriace obrys"
+ msgid "edge ways parallel to ''across''"
+ msgstr ""
msgid "ways passing through the tunnel"
msgstr "cesty prechádzajúce tunelom"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "most"
msgid "deprecated"
msgstr "zastaralý"
+ msgid "bicycle"
+ msgstr "bicykl"
+
+ msgid "foot"
+ msgstr "pÄÅ¡Ã"
+
msgid "horse"
msgstr "koÅská"
@@@ -20421,8 -21426,11 +21476,11 @@@ msgstr "pÅekážka
msgid "motorroad"
msgstr "silnice pro motorová vozidla"
- msgid "highway_track"
- msgstr "dálnice"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "služby"
@@@ -20430,11 -21438,11 +21488,11 @@@
msgid "ford"
msgstr "brod"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "miesto pohotovostnej prvej pomoci"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "ÅÃÄnà bÅeh"
@@@ -20451,6 -21459,9 +21509,9 @@@ msgstr "peÅeje
msgid "railwaypoint"
msgstr "železniÄná výhybka"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "koľajisko"
@@@ -20466,29 -21477,29 +21527,29 @@@ msgstr "historická železnica (turisti
msgid "aeroway"
msgstr "letecké cesty"
- msgid "aeroway_dark"
- msgstr "letecká cesta tmavá"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "letecká cesta svetlá"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "lehká sjezdovka"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "stÅednà sjezdovka"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "tÄžká sjezdovka"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "sjezdovka pro experty"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "sjezdovka pro freeride (piste_freeride)"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "sjezdovka pro zaÄáteÄnÃky"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "energetika"
@@@ -20508,20 -21519,20 +21569,20 @@@ msgstr "pÅÃsav
msgid "amenity"
msgstr "obÄanská vybavenost"
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
- msgstr "menšà vodnà plochy"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "zdravotnictvÃ"
- msgid "shop"
- msgstr "obchod"
+ msgid "office"
+ msgstr "úrad"
msgid "hotel"
msgstr "hotel"
@@@ -20595,11 -21606,14 +21656,14 @@@ msgstr "cesta
msgid "boundary"
msgstr "hranice"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "mÃsto"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "adresa"
@@@ -20613,9 -21627,6 +21677,6 @@@ msgstr "Vesnice/MÄsto
msgid "One Way"
msgstr "JednosmÄrka"
- msgid "Church"
- msgstr "Kostel"
-
msgid "Fuel Station"
msgstr "Äerpacà stanice"
@@@ -20643,6 -21654,9 +21704,9 @@@ msgstr "znaÄka \"most\" na bode
msgid "wrong highway tag on a node"
msgstr "nesprávna znaÄka \"highway\" na bode"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "nepomenovaná neklasifikovaná cesta"
@@@ -20688,11 -21702,41 +21752,41 @@@ msgstr "nezvyÄajná kombinácia znaÄi
msgid "unusual tag combination (highway & natural)"
msgstr "nezvyÄajná kombinácia znaÄiek (highway & natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr "znaÄka \"natural=water\" použitá pre plavecký bazén"
- msgid "incline without highway"
- msgstr "\"incline\" bez \"highway\""
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
+ msgstr ""
msgid "junction without highway"
msgstr "\"junction\" bez \"highway\""
@@@ -20703,8 -21747,8 +21797,8 @@@ msgstr "\"lanes\" bez \"highway\"
msgid "lcn without highway"
msgstr "\"lcn\" bez \"highway\""
- msgid "lit without highway"
- msgstr "\"lit\" bez \"highway\""
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr ""
msgid "living_street without highway"
msgstr "\"living_street\" bez \"highway\""
@@@ -20721,8 -21765,8 +21815,8 @@@ msgstr "\"motorroad\" bez \"highway\"
msgid "ntd_id without highway"
msgstr "\"ntd_id\" bez \"highway\""
- msgid "oneway without highway"
- msgstr "\"oneway\" bez \"highway\""
+ msgid "oneway without highway or railway"
+ msgstr ""
msgid "sac_scale without highway"
msgstr "\"sac_scale\" bez \"highway\""
@@@ -20838,20 -21882,131 +21932,132 @@@ msgstr "\"canal\" bez \"waterway\"
msgid "have_riverbank without waterway"
msgstr "\"have_riverbank\" bez \"waterway\""
- msgid "tunnel without highway/railway/waterway"
- msgstr "\"tunnel\" bez \"highway/railway/waterway\""
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr ""
- msgid "bridge without highway/railway/waterway"
- msgstr "\"bridge\" bez \"highway/railway/waterway\""
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr ""
- msgid "psv without highway/railway/waterway"
- msgstr "\"psv\" bez \"highway/railway/waterway\""
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr ""
msgid "width without physical linear feature"
msgstr "\"width\" bez fyzickej cesty"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "\"maxspeed\" bez \"highway/railway/traffic_sign\""
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
++"nezadaný jazyk pre wikipediu, použite \"wikipedia=jazyk:názov stránky\""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "\"religion\" bez \"denomination\""
@@@ -20870,8 -22025,47 +22076,47 @@@ msgid "
msgstr ""
"nezadaný jazyk pre wikipediu, použite \"wikipedia=jazyk:názov stránky\""
- msgid "unkown language prefix in wikipedia tag"
- msgstr "neznáma predpona jazyka v znaÄke \"wikipedia\""
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
msgid "Landsat"
msgstr "Landsat"
@@@ -20882,20 -22076,26 +22127,26 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Äiernobiely)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr ""
msgid "skobbler heatmap"
msgstr "skobbler heatmap"
@@@ -20915,8 -22115,8 +22166,8 @@@ msgstr "OpenStreetMap (Nemecký štýl)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodia, Laos, Thailand, Vietnam bilingual"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr ""
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI black-and-white 2.5m"
@@@ -20924,6 -22124,9 +22175,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (base map)"
@@@ -21026,55 -22229,78 +22280,110 @@@ msgstr "Géolittoral - Sentiers
msgid "Loire-Atlantique - Orthophotos 2012 - 20 cm"
msgstr "Loire-Atlantique - Orthophotos 2012 - 20 cm"
- msgid "Toulouse - Orthophotoplan 2011"
- msgstr "Toulouse - Orthophotoplan 2011"
+ msgid "Toulouse - Orthophotoplan 2011"
+ msgstr "Toulouse - Orthophotoplan 2011"
+
+ msgid "Toulouse - Orthophotoplan 2007"
+ msgstr "Toulouse - Orthophotoplan 2007"
+
+ msgid "Tours - Orthophotos 2008-2010"
+ msgstr "Tours - Orthophotos 2008-2010"
+
+ msgid "Tours - Orthophotos 2008"
+ msgstr "Tours - Orthophotos 2008"
+
+ msgid ""
+ "Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
+ "- 1 m"
+ msgstr ""
+ "Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
+ "- 1 m"
+
+ msgid "Streets NRW Geofabrik.de"
+ msgstr "Streets NRW Geofabrik.de"
+
+ msgid "Hike & Bike"
+ msgstr "Hike & Bike"
+
+ msgid "OpenStreetMap (Sorbian Language)"
+ msgstr "OpenStreetMap (Sorbian Language)"
+
+ msgid "OpenStreetMap (German Language)"
+ msgstr "OpenStreetMap (German Language)"
+
+ msgid "OpenPT Map (overlay)"
+ msgstr "OpenPT Map (overlay)"
+
+ msgid "Hamburg (40 cm)"
+ msgstr "Hamburg (40 cm)"
+
+ msgid "Hamburg (DK5)"
+ msgstr "Hamburg (DK5)"
+
+ msgid "Bavaria (2 m)"
+ msgstr "Bavaria (2 m)"
+
+ msgid "Stuttgart (Luftbild)"
+ msgstr "Stuttgart (Luftbild)"
+
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
- msgid "Toulouse - Orthophotoplan 2007"
- msgstr "Toulouse - Orthophotoplan 2007"
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
- msgid "Tours - Orthophotos 2008-2010"
- msgstr "Tours - Orthophotos 2008-2010"
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
- msgid "Tours - Orthophotos 2008"
- msgstr "Tours - Orthophotos 2008"
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
- msgid ""
- "Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
- "- 1 m"
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
msgstr ""
+"Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
+"- 1 m"
+
+msgid "Streets NRW Geofabrik.de"
+msgstr "Streets NRW Geofabrik.de"
+
+msgid "Hike & Bike"
+msgstr "Hike & Bike"
+
+msgid "OpenStreetMap (Sorbian Language)"
+msgstr "OpenStreetMap (Sorbian Language)"
+
+msgid "OpenStreetMap (German Language)"
+msgstr "OpenStreetMap (German Language)"
+
+msgid "OpenPT Map (overlay)"
+msgstr "OpenPT Map (overlay)"
+
+msgid "Hamburg (40 cm)"
+msgstr "Hamburg (40 cm)"
+
+msgid "Hamburg (DK5)"
+msgstr "Hamburg (DK5)"
+
+msgid "Bavaria (2 m)"
+msgstr "Bavaria (2 m)"
+
+msgid "Stuttgart (Luftbild)"
+msgstr "Stuttgart (Luftbild)"
+
+msgid "Imagerie Drone (Haiti)"
+msgstr "Imagerie Drone (Haiti)"
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
+ msgid "Imagerie Drone (Haiti)"
+ msgstr "Imagerie Drone (Haiti)"
+
msgid "Ireland British War Office One-Inch 1941-43 GSGS 4136"
msgstr "Ireland British War Office One-Inch 1941-43 GSGS 4136"
@@@ -21237,6 -22463,9 +22546,9 @@@ msgstr "USGS Large Scale Imagery
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Roads Overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -21282,6 -22511,39 +22594,39 @@@ msgstr "OS Scottish Popular historic
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "obnovit seznam portů"
+
+ msgid "Configure"
+ msgstr "Nastavit"
+
+ msgid "Connection Error."
+ msgstr "Chyba pÅi pÅipojovánÃ."
+
+ msgid "configure the connected DG100"
+ msgstr "nastavit pÅipojené DG100"
+
+ msgid "delete data after import"
+ msgstr "smazat data po importu"
+
msgid "Columbus V-900 CSV Files"
msgstr "CSV soubory Columbus V-900"
@@@ -21490,6 -22752,18 +22835,18 @@@ msgstr "Zobrazit výškový profil
msgid "Elevation Profile"
msgstr "Výškový profil"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "OtevÅÃt okno výškového profilu."
@@@ -21511,14 -22785,8 +22868,8 @@@ msgstr "Zvýšenie
msgid "Time"
msgstr "Äas"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Automatické"
-
- msgid "Fixed value"
- msgstr "Pevná hodnota"
+ msgid "Tracks"
+ msgstr "Stopy"
msgid "Elevation profile for track ''{0}''."
msgstr "Výškový profil pre stopu ''{0}''."
@@@ -21784,10 -23052,13 +23135,13 @@@ msgstr "Vyberat neúplné adresy
msgid "Selects all addresses with incomplete data."
msgstr "Vyberat všechny adresy s neúplnými údaji."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21993,8 -23264,8 +23347,8 @@@ msgstr "OÄekávána lichá ÄÃsla pr
msgid "Expected even numbers for addresses"
msgstr "OÄekávána sudá ÄÃsla pro adresy"
- msgid "Expected valid number for address increment"
- msgstr "OÄakávané platné ÄÃslo prÃrastka ÄÃsla adresy"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Kód zemÄ musà mÃt 2 pÃsmena"
@@@ -22270,15 -23541,6 +23624,6 @@@ msgstr "ÄÃslo domu:
msgid "Street Name:"
msgstr "Ulice:"
- msgid "Increment"
- msgstr "VzestupnÄ"
-
- msgid "Decrement"
- msgstr "SestupnÄ"
-
- msgid "Numbers:"
- msgstr "ÄÃsla:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -22466,6 -23728,9 +23811,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr "PoužÃt \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Zvoľte najprv WMS vrstvu v zozname."
@@@ -22484,12 -23749,6 +23832,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "symbol"
@@@ -22636,6 -23895,9 +23978,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Zobraziť krÞe:"
@@@ -22656,6 -23918,9 +24001,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "PÅidat \"source=...\" k objektům?"
@@@ -22903,8 -24168,11 +24251,11 @@@ msgstr "WMS vrstva ({0}), nahráno {1}
msgid "Is not vectorized."
msgstr "Nenà vektorizovaný."
- msgid "Raster size: {0}"
- msgstr "Velikost rastru: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Je vektorizovaný."
@@@ -22956,8 -24224,8 +24307,8 @@@ msgstr "Smazat vybrané schéma ze sezn
msgid "Color Schemes"
msgstr "Schémata barev"
- msgid "Adress"
- msgstr "Adresy"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr "RozdÄlit oblast"
@@@ -23182,27 -24450,9 +24533,9 @@@ msgstr "PÅestat logovat data, když vz
msgid "Unknown logFormat"
msgstr "Neznámý formát logu"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "obnovit seznam portů"
-
- msgid "Configure"
- msgstr "Nastavit"
-
msgid "Configure Device"
msgstr "Konfigurovat zaÅÃzenÃ"
- msgid "Connection Error."
- msgstr "Chyba pÅi pÅipojovánÃ."
-
- msgid "configure the connected DG100"
- msgstr "nastavit pÅipojené DG100"
-
- msgid "delete data after import"
- msgstr "smazat data po importu"
-
msgid "Importing data from device."
msgstr "Importovat data ze zaÅÃzenÃ."
@@@ -24305,9 -25555,33 +25638,33 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Relace založená na rolÃch byla zkopÃrována na vÅ¡echny nové "
+ "cesty.<br>MÄlo by být ovÄÅeno, zda je zkopÃrovánà správné a pÅÃpadnÄ "
+ "opraveno.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Älenstvà v relaci bylo zkopÃrováno na vÅ¡echny nové cesty.<br>MÄlo by "
+ "být ovÄÅeno, zda je zkopÃrovánà správné a pÅÃpadnÄ opraveno.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Vložte klÃÄ tagu, t.j. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Vložte hodnotu tagu, t.j. <strong><tt>zkontrolovat "
+ "Äleny</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -24960,9 -26234,6 +26317,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Stala se chyba : {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Nelze vytvoÅit novou chybu. Výsledek: {0}"
-
msgid "Process queue"
msgstr "Proces poradia"
@@@ -25019,18 -26290,6 +26373,6 @@@ msgstr "
msgid "Close: "
msgstr "UzavÅÃt: "
- msgid "New issue"
- msgstr "Nový problém"
-
- msgid "Create issue"
- msgstr "VytvoÅit problém"
-
- msgid "Describe the problem precisely"
- msgstr "PodrobnÄ popiÅ¡te problém"
-
- msgid "Create: "
- msgstr "VytvoÅit: "
-
msgid "Open in browser"
msgstr ""
@@@ -25379,6 -26638,27 +26721,27 @@@ msgstr "Test selhal: nelze pÅeÄÃst Ä
msgid "Test failed: Could not write mtime."
msgstr "Test selhal: nelze zapsat Äas modifikace."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -25530,6 -26810,10 +26893,10 @@@ msgstr "Ve schránce nic nenÃ
msgid "The clipboard data is not an image"
msgstr "Data ve schránce nejsou obrázek"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Varovanie: Nepodarilo sa spracovať zip súbor ''{0}''. Výnimka bola: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25847,9 -27131,6 +27214,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "Stopy"
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -26065,6 -27346,9 +27429,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Chýba zluÄovaný cieľ pre {0} s id {1}"
@@@ -26097,15 -27381,35 +27464,35 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Upozornenie: Nepodporovaný zaÄiatoÄný prvok ''{0}'' v obsahu zmenového "
+ "súboru na pozÃcii ({1},{2}). Vynechávam."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Upozornenie: Nepodporovaný koncový prvok ''{0}'' v obsahu zmenového súboru "
+ "na pozÃcii ({1},{2}). Vynechávam."
+
msgid "Road Sign Plugin"
msgstr "Plugin Dopravné znaÄky (Road Sign Plugin)"
msgid "signs"
msgstr "dopravné znaÄky"
+ msgid "Change Properties"
+ msgstr "ZmÄnit vlastnosti"
+
msgid "Country preset:"
msgstr "Prednastavenie krajiny:"
@@@ -26220,9 -27524,6 +27607,6 @@@ msgstr "Nastavenà pluginu routing
msgid "Configure routing preferences."
msgstr "Nastavenà pÅedvoleb smÄrovánÃ"
- msgid "Highway type"
- msgstr "Typ silnice"
-
msgid "Speed (Km/h)"
msgstr "Rychlost (Km/h)"
@@@ -26403,19 -27704,19 +27787,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Online nápovÄda"
+ msgid "SeaMap Editor"
+ msgstr ""
- msgid "Load"
- msgstr "NaÄÃst"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "neviditelný"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -26633,6 -27934,95 +28017,95 @@@ msgstr "TrasovaÄ.
msgid "Tracer building"
msgstr "Tracer budov"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -26669,6 -28059,10 +28142,10 @@@ msgstr "NaÄÃst objekty ze serveru
msgid "Download signed data"
msgstr "Stáhnout podepsaná data"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Upozornenie: Ignorujem výnimku, pretože úloha bola zrušená. Výnimka: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26821,9 -28215,6 +28298,6 @@@ msgstr "Podepisovánà pÅeruÅ¡eno!
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27913,9 -29304,6 +29387,6 @@@ msgstr "ZruÅ¡it výbÄr uzlů
msgid "Removes all nodes from selection"
msgstr "Odstranà vÅ¡echny uzly z výbÄru"
- msgid "Video"
- msgstr "VideopůjÄovna/prodejna"
-
msgid "Import Video"
msgstr "Importovat video"
@@@ -28205,9 -29593,6 +29676,6 @@@ msgstr "Nastavà štandardný jazyk pr
msgid "Enter the Wikipedia language"
msgstr "Zadajte jazyk Wikipedie"
- msgid "Add Tag"
- msgstr "PridaÅ¥ znaÄku"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/cy.po
index 0097d6b,04f5fdf..8163d55
--- a/i18n/po/cy.po
+++ b/i18n/po/cy.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-07-17 21:45+0000\n"
"Last-Translator: iggy23 <Unknown>\n"
"Language-Team: Welsh <cy at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? "
"2 : 3;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:05+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:05+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: cy\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -160,13 -166,13 +166,13 @@@ msgid "About JOSM...
msgstr "Ynglyn JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -251,9 -257,6 +257,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -290,6 -293,9 +293,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -344,7 -350,7 +350,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -524,6 -530,9 +530,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -637,7 -646,7 +646,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -787,8 -796,8 +796,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -973,12 -982,8 +982,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -996,9 -1001,6 +1001,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1164,9 -1166,6 +1166,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1305,13 -1304,13 +1304,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1400,6 -1399,27 +1399,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1684,6 -1704,9 +1704,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1903,8 -1926,8 +1926,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2329,6 -2352,9 +2352,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2525,8 -2551,7 +2551,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2612,6 -2637,9 +2637,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2648,10 -2676,10 +2676,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2674,8 -2702,8 +2702,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2779,6 -2807,9 +2807,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2839,8 -2870,8 +2870,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2870,10 -2901,10 +2901,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2894,6 -2925,9 +2925,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2924,18 -2958,18 +2958,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2944,8 -2978,8 +2978,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2953,13 -2987,11 +2987,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2973,8 -3005,8 +3005,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3004,11 -3036,10 +3036,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ANHYSBYS"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3161,8 -3192,7 +3192,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3269,7 -3299,7 +3299,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3307,9 -3337,6 +3337,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3348,6 -3375,9 +3375,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3372,6 -3402,15 +3402,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3431,6 -3470,9 +3470,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3513,6 -3555,15 +3555,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3582,6 -3633,12 +3633,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3639,13 -3696,13 +3696,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3677,10 -3734,10 +3734,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3814,7 -3871,7 +3871,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3889,6 -3946,9 +3946,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3919,9 -3979,6 +3979,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3946,10 -4003,10 +4003,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4012,23 -4069,6 +4069,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4132,7 -4172,7 +4172,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4361,6 -4401,18 +4401,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4465,19 -4517,6 +4517,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4765,29 -4804,47 +4804,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4802,7 -4859,7 +4859,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4854,14 -4911,6 +4911,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5111,14 -5160,14 +5160,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5639,6 -5688,9 +5688,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5722,6 -5774,33 +5774,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5812,8 -5891,7 +5891,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5983,9 -6061,6 +6061,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6270,8 -6345,8 +6345,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6336,34 -6411,46 +6411,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6378,13 -6465,13 +6465,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6538,7 -6625,7 +6625,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6856,6 -6943,25 +6943,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6987,20 -7093,7 +7093,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7011,23 -7104,9 +7104,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7124,7 -7203,7 +7203,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7223,6 -7302,9 +7302,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7310,7 -7392,7 +7392,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7329,6 -7411,12 +7411,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7395,8 -7483,7 +7483,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7471,8 -7558,8 +7558,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7486,8 -7573,7 +7573,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7702,12 -7788,6 +7788,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7716,13 -7796,29 +7796,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7731,6 -7827,21 +7827,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7738,8 -7849,8 +7849,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7851,9 -7962,6 +7962,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7863,6 -7971,9 +7971,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7879,7 -7990,7 +7990,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8025,7 -8136,7 +8136,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8055,7 -8166,7 +8166,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8408,9 -8519,6 +8519,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8429,6 -8537,9 +8537,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8486,6 -8597,12 +8597,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8552,9 -8669,6 +8669,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8735,14 -8849,10 +8849,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8757,7 -8867,7 +8867,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8767,8 -8877,7 +8877,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8988,7 -9097,7 +9097,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9703,21 -9812,21 +9812,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9771,6 -9880,9 +9913,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9824,6 -9936,11 +9969,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10280,6 -10397,12 +10430,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10343,7 -10466,7 +10499,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10601,40 -10724,40 +10757,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10687,8 -10810,8 +10843,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10697,20 -10820,25 +10853,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10792,14 -10920,8 +10953,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10872,7 -10994,7 +11027,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10951,9 -11073,6 +11106,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10972,6 -11091,14 +11124,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11001,9 -11128,49 +11161,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11034,7 -11201,7 +11234,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11074,28 -11241,26 +11274,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11190,6 -11355,9 +11388,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11205,12 -11373,20 +11406,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11289,7 -11465,7 +11498,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11388,35 -11564,11 +11597,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11426,8 -11578,8 +11611,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11454,10 -11606,7 +11639,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11541,8 -11690,8 +11723,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11739,7 -11888,7 +11921,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11785,6 -11934,15 +11967,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11815,19 -11973,19 +12006,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11849,11 -12007,23 +12040,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11923,13 -12093,13 +12126,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12072,10 -12242,10 +12275,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12090,22 -12260,21 +12293,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12174,8 -12343,7 +12376,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12190,9 -12358,24 +12391,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12514,12 -12697,11 +12730,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12530,30 -12712,73 +12745,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12564,9 -12789,23 +12822,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12889,6 -13128,11 +13161,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13128,6 -13372,9 +13405,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13177,9 -13424,6 +13457,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13216,6 -13460,11 +13493,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13346,6 -13595,9 +13628,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13436,6 -13688,50 +13721,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13454,10 -13750,10 +13783,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13469,6 -13765,9 +13798,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13496,18 -13795,12 +13828,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13517,9 -13810,6 +13843,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13529,13 -13819,13 +13852,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13583,6 -13873,9 +13906,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13667,6 -13960,9 +13993,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13771,21 -14067,30 +14100,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13801,10 -14106,10 +14139,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13840,7 -14145,7 +14178,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13909,12 -14214,18 +14247,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13930,15 -14241,6 +14274,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13960,6 -14262,15 +14295,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13969,6 -14280,9 +14313,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13978,10 -14292,7 +14325,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14014,9 -14325,6 +14358,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14059,6 -14367,12 +14400,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14074,6 -14388,9 +14421,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14143,19 -14460,13 +14493,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14186,6 -14497,7 +14530,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14195,10 -14507,10 +14540,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14252,12 -14564,6 +14597,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14318,12 -14624,21 +14657,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14363,9 -14678,6 +14711,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14399,6 -14711,21 +14744,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14480,18 -14807,23 +14840,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14567,7 -14899,7 +14932,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14591,10 -14923,13 +14956,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14606,9 -14941,6 +14974,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14630,13 -14962,13 +14995,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14660,6 -14992,9 +15025,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14672,21 -15007,35 +15040,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14783,11 -15132,9 +15186,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14799,11 -15146,9 +15200,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14822,10 -15167,10 +15221,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14855,9 -15200,6 +15254,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14879,10 -15221,29 +15275,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15032,6 -15393,9 +15447,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15053,6 -15417,12 +15471,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15080,6 -15450,12 +15504,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15104,22 -15480,6 +15534,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15141,9 -15501,6 +15555,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15338,6 -15695,9 +15749,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15368,6 -15728,9 +15782,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15380,9 -15743,6 +15797,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15392,9 -15752,14 +15806,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15407,6 -15772,9 +15826,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15431,14 -15799,6 +15853,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15487,7 -15847,7 +15901,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15541,41 -15901,41 +15955,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15767,9 -16127,6 +16181,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15791,9 -16148,15 +16202,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15806,6 -16169,9 +16223,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15845,6 -16211,9 +16265,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15866,22 -16235,34 +16289,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16011,49 -16392,43 +16446,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16071,6 -16446,12 +16500,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16083,6 -16464,9 +16518,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16101,37 -16485,137 +16539,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16221,6 -16705,12 +16759,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16302,128 -16792,206 +16846,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16454,16 -17022,22 +17076,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16497,6 -17071,9 +17125,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16534,117 -17111,153 +17165,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16678,33 -17291,43 +17345,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16738,6 -17361,22 +17415,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16838,36 -17477,54 +17531,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16910,19 -17567,15 +17621,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17061,6 -17714,18 +17768,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17073,60 -17738,134 +17792,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17351,41 -18090,67 +18144,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17394,7 -18159,7 +18213,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17406,12 -18171,102 +18225,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17463,88 -18318,191 +18372,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17556,6 -18514,21 +18568,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17571,6 -18544,9 +18598,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17589,11 -18565,9 +18619,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17702,10 -18676,10 +18730,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17717,7 -18691,7 +18745,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17738,6 -18712,9 +18766,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17750,9 -18727,6 +18781,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17822,7 -18796,7 +18850,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17843,13 -18817,13 +18871,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17858,7 -18832,6 +18886,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17886,6 -18859,12 +18913,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17922,10 -18901,31 +18955,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17955,7 -18955,7 +19009,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17967,19 -18967,19 +19021,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18015,7 -19015,7 +19069,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18228,6 -19228,12 +19282,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18267,24 -19273,33 +19327,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18294,15 -19309,6 +19363,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18378,6 -19384,12 +19438,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18432,7 -19444,7 +19498,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18444,6 -19456,9 +19510,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18480,43 -19495,70 +19549,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18555,6 -19597,18 +19651,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18723,21 -19777,50 +19831,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18783,19 -19866,22 +19920,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18819,7 -19905,7 +19959,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18915,18 -20001,27 +20055,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18936,7 -20031,10 +20085,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18945,10 -20043,10 +20097,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18966,6 -20064,9 +20118,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18981,28 -20082,28 +20136,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19023,19 -20124,19 +20178,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19110,10 -20211,13 +20265,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19128,9 -20232,6 +20286,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19158,6 -20259,9 +20313,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19203,10 -20307,40 +20361,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19218,7 -20352,7 +20406,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19236,7 -20370,7 +20424,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19353,19 -20487,130 +20541,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19384,7 -20629,46 +20683,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19396,24 -20680,30 +20734,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19429,7 -20719,7 +20776,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19438,6 -20728,9 +20785,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19584,6 -20877,29 +20934,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19749,6 -21065,9 +21122,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19794,6 -21113,39 +21170,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19980,19 -21332,31 +21389,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20016,13 -21380,7 +21437,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20285,10 -21643,13 +21700,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20492,7 -21853,7 +21910,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20763,15 -22124,6 +22181,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20942,6 -22294,9 +22351,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20960,12 -22315,6 +22372,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21101,6 -22450,9 +22507,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21118,6 -22470,9 +22527,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21344,7 -22699,10 +22756,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21394,7 -22752,7 +22809,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21563,22 -22921,22 +22978,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21618,27 -22976,9 +23098,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22716,9 -24056,26 +24178,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23365,9 -24722,6 +24844,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23420,18 -24774,6 +24896,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23778,6 -25120,27 +25242,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23929,6 -25292,9 +25414,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24246,9 -25612,6 +25734,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24464,6 -25827,9 +25949,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24496,15 -25862,31 +25984,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24619,9 -26001,6 +26123,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24800,19 -26179,19 +26301,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25028,6 -26407,95 +26529,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25064,6 -26532,9 +26654,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25216,9 -26687,6 +26809,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26204,9 -27672,6 +27794,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26485,9 -27950,6 +28072,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/da.po
index 1424595,6af002f..45722d7
--- a/i18n/po/da.po
+++ b/i18n/po/da.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-14 13:12+0000\n"
- "Last-Translator: Jens Hyllegaard <jens at linushvj.dk>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-10-20 19:17+0000\n"
+ "Last-Translator: Michael Andersen <Unknown>\n"
"Language-Team: Dansk <kde-i18n-doc at kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-15 04:31+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:38+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: da_DK\n"
"X-Poedit-SourceCharset: utf-8\n"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "Betingelser for brug af baggrun
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Ã
bning af link ikke understøttet på den nuværende platform (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr "FEJL: {0}"
+
msgid "WARNING: {0}"
msgstr "ADVARSEL: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Afvikler platforms opstartskrog"
@@@ -163,19 -169,18 +169,18 @@@ msgid "About JOSM...
msgstr "Om JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ADVARSEL: Uforventet format af base-URL til API. Viderestilling til info- "
- "eller historik-side for OSM-objektet vil sandsynligvis fejle. Base-URL til "
- "API er: \"{0}\""
+ "Ukendt format af API basis URL. Omdirigering til info eller historikside for "
+ "OSM objekt vil sandsynligvis mislykkes. API basis URL er: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Advarsel: uventet format af API base URL. Redirektion til bruger side for "
- "OSM bruger vil sandsynligvis fejle. API base URL er: ''{0}''"
+ "Ukendt format af API basis URL. Omdirigering til brugerside for OSM bruger "
+ "vil sandsynligvis mislykkes. API basis URL er: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -265,9 -270,6 +270,6 @@@ msgstr "Værktøj: {0}
msgid "Please select at least four nodes."
msgstr "Vælg mindst fire punkter."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Stil punkter op på linje"
@@@ -304,6 -306,9 +306,9 @@@ msgstr "næste
msgid "Nothing selected to zoom to."
msgstr "Intet markeret at zoome ind på."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Zoom til {0}"
@@@ -360,10 -365,11 +365,11 @@@ msgstr "
"nogle af dem?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Kunne ikke kombinere veje (de kunne ikke samles i en enkelt række punkter)"
+ "Kunne ikke kombinere vejene<br>(De kunne ikke sammenlægges til en enkelt "
+ "række punkter)"
msgid "Combine {0} ways"
msgstr "Kombiner {0} veje"
@@@ -547,6 -553,9 +553,9 @@@ msgstr "Historik
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Vis historik for OSM-veje, -punkter eller -relationer."
+ msgid "Show history"
+ msgstr "Vis historik"
+
msgid "History (web)"
msgstr "Historik (web)"
@@@ -668,11 -677,11 +677,11 @@@ msgid "Joined overlapping areas
msgstr "Forbandt overlappende områder"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Nogle af vejene var dele af relationer der er blevet modificeret. Kontroller "
- "venligst at ingen nye fejl er blevet introduceret."
+ "Nogle af vejene var en del af relationer der er blevet ændret.<br>Kontrollér "
+ "venligst at der ikke er kommet nogen fejl."
msgid "Fix tag conflicts"
msgstr "Løs tag konflikter"
@@@ -836,11 -845,11 +845,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Læg punkter sammen til den ældste"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Angiv venligst mindst to punkter der skal sammenføjes, eller et punkt er tæt "
- "på et andet punkt."
+ "Vælg venligst mindst to punkter der skal sammenlægges eller et punkt der er "
+ "tæt på et andet punkt."
msgid "Abort Merging"
msgstr "Afbryd sammenlægning"
@@@ -1041,15 -1050,9 +1050,9 @@@ msgid "Orthogonalize / Undo
msgstr "Retvinkl / Fortryd"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Retvinkl figur / Fortryd\n"
- "Vælg punkter der blev flyttet af den foregående Retvinkl figur aktion!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Fortryd retvinkling af figur"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1070,9 -1073,6 +1073,6 @@@ msgstr "Retvinkl
msgid "Usage"
msgstr "Anvendelse"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "De valgte elementer kan ikke retvinkles"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1252,9 -1252,6 +1252,6 @@@ msgstr "Indlæs session
msgid "Load a session from file."
msgstr "Indlæs en session fra en fil."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Sessionsfil (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Ã
bn session"
@@@ -1402,18 -1399,18 +1399,18 @@@ msgstr "
"vejen.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Et rollebaseret relationsmedlemsskab blev kopieret til alle nye "
- "veje.<br>Du bør kontrollere dette og om nødvendigt korrigere det.</html>"
+ "Et rollebaseret relations-medlemskab blev kopieret til alle nye veje.<br>Du "
+ "bør tjekke dette, og korrigere hvor nødvendigt."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Et relationsmedlemsskab blev kopieret til alle nye veje.<br>Du bør "
- "kontrollere dette og om nødvendigt korrigere det.</html>"
+ "Et relations-medlemskab blev kopieret til alle nye veje.<br>Du bør tjekke "
+ "dette, og korrigere hvor nødvendigt."
msgid "Split way {0} into {1} parts"
msgstr "Opdel vejen {0} i {1} stykker"
@@@ -1513,6 -1510,29 +1510,29 @@@ msgstr "
"Du er ved at adskille ufærdige objekter.<br>Dette vil skabe problemer, da du "
"ikke ser rigtige objekt.<br>Er du sikker på at du ønsker at adskille?"
+ msgid "Disconnect Node from Way"
+ msgstr "Frakobl punkt fra vej"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Frakobler punkter fra den vej de aktuelt hører til"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Vælg mindst et punkt der skal frakobles."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Valgt punkt kan ikke frakobles fra noget."
+ msgstr[1] "Valgte punkter kan ikke frakobles fra noget."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "Den påvirkede vej ville forsvinde efter frakobling af valgt punkt."
+ msgstr[1] ""
+ "Den påvirkede vej ville forsvinde efter frakobling af valgte punkter."
+
msgid "Undo"
msgstr "Fortryd"
@@@ -1808,6 -1828,9 +1828,9 @@@ msgstr "({0}/{1}) Henter forældre til
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Henter forældre til relation {2}"
+ msgid "Download session"
+ msgstr "Download session"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Henter {0} af {1} ({2} tilbage)"
@@@ -2048,10 -2071,10 +2071,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Kan ikke placere et punkt uden for verdenen."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Tilføj og et nyt punk til vejen"
- msgstr[1] "Tilføj og et nyt punk til {0} veje"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Kan ikke slette et punkt der henvises til af flere objekter"
@@@ -2527,6 -2550,9 +2550,9 @@@ msgstr "\"værdi\" i en vilkårlig nøg
msgid "matches if ''key'' exists"
msgstr "passer hvis \"nøgle\" eksisterer"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "kombinationer"
@@@ -2739,10 -2765,8 +2765,8 @@@ msgstr "Manglende parameter for XOR
msgid "Missing operator for NOT"
msgstr "Manglende operatør for NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr ""
- "Advarsel: Afkorter automatisk værdi af tag ''{0}'' på slettet objekt {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr "Afkorter automatisk værdien af tag ''{0}'' på slettet objekt {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2837,6 -2861,9 +2861,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Tilføjede {0} objekt"
msgstr[1] "Tilføjede {0} objekter"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Ãndr punkt {0}"
@@@ -2873,11 -2900,11 +2900,11 @@@ msgstr "Fjern \"{0}\" for {1} objekter
msgid "Set {0}={1} for {2} objects"
msgstr "Sæt {0}={1} for {2} objekter"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Slettede {0} egenskaber for {1} objekter"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "Indstillede {0} egenskaber for {1} objekter"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Erstat \"{0}\" med \"{1}\" for"
@@@ -2901,10 -2928,10 +2928,10 @@@ msgid "Double conflict
msgstr "Dobbelt konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Advarsel: Lag ''{0}'' eksistere ikke mere. Kan ikke fjerne konflikt for "
+ "Laget ''{0}'' eksisterer ikke længere. Kan ikke fjerne konflikten for "
"objektet ''{1}''."
msgid "Add conflict for ''{0}''"
@@@ -3021,6 -3048,9 +3048,9 @@@ msgstr[1] "Slette {0} objekter
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Løs konflikter i relation {0}âs medlemsliste"
+ msgid "Removed nodes from {0}"
+ msgstr "Fjernede punkter fra {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Roter {0} punkt"
@@@ -3087,11 -3117,9 +3117,9 @@@ msgid "Reverse directional way.
msgstr "Omvend ensrettet vej."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Når denne vej bliver vendt om, vil følgende af vejens og punkternes "
- "egenskaber foreslås ændret for at opretholde data-ensartethed."
msgid "Relation"
msgstr "Relation"
@@@ -3120,11 -3148,11 +3148,11 @@@ msgstr "Udfør valgte ændringer
msgid "Do not apply changes"
msgstr "Undlad at udføre ændringer"
- msgid "Please select which property changes you want to apply."
- msgstr "Vælg hvilke ændringer af egenskaber som du vil gennemføre."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Egenskaber for "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roller i relationer refererende til"
@@@ -3145,6 -3173,9 +3173,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Kunne ikke slette gammel backupfil {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Fejl ved oprettelse af backup for fjernet lag: {0}"
@@@ -3178,21 -3209,21 +3209,21 @@@ msgstr "
"<b>{0}</b>,<br/> men dens standardværdi er ukendt i øjeblikket.<br/> Aktiver "
"venligst den tilsvarende funktion manuelt og prøv at importere igen."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Advarsel: Kunne ikke oprette manglende cache mappe: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Kunne ikke oprette manglende cachemappe: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Advarsel: Kunne ikke oprette manglende cache mappe: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Advarsel: Kunne ikke gemme indstillinger i \"{0}\""
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Kunne ikke gemme indstillinger i ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Advarsel: Kunne ikke initialisere indstillinger. Indstillingsmappe \"{0}\" "
- "er ikke en mappe."
+ "Kunne ikke initiallisere indstillingerne. Indstillingsmappen ''{0}'' er ikke "
+ "en mappe."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3202,11 -3233,11 +3233,11 @@@ msgstr "
"ikke en mappe.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Advarsel: Kunne ikke initialisere indstillinger. Kunne ikke oprette "
- "manglende indstillingsmappe: {0}"
+ "Kunne ikke initiallisere indstillingerne. Kunne ikke oprette manglende "
+ "indstilingsmappe: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3215,18 -3246,14 +3246,14 @@@ msgstr "
"<html>Kunne ikke initialisere indstillinger.<br>Kunne ikke oprette manglende "
"indstillingsmappe: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: Manglende indstillingsfil \"{0}\". Opretter en standard "
- "indstillingsfil."
+ "Manglende indstillingsfil ''{0}''. Opretter standard indstillingsfil."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Advarsel: Erstatter eksisterende indstillingsfil \"{0}\" med standard-"
- "indstillingsfil."
+ "Erstat eksisterende indstillingsfil ''{0}'' med standard indstillingsfil."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3243,10 -3270,10 +3270,10 @@@ msgstr "
"<br>{0}<br> og opretter en ny standard-indstillingsfil.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Advarsel: Kunne ikke initialisere indstillinger. Kunne ikke nulstille "
+ "Kunne ikke initiallisere indstillingerne. Kunne ikke nulstille "
"indstillingsfilen til standard: {0}"
msgid "Paint style {0}: {1}"
@@@ -3277,13 -3304,11 +3304,11 @@@ msgstr "Kunne ikke indlæse ressource \
msgid "UNKNOWN"
msgstr "UKENDT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr ""
- "Advarsel: uventet JOSM versionsnummer i revisionsfilen, værdien er ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "Uventet JOSM versionsnummer i revisionsfilen, værdien er ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Advarsel: revisionsfilen \"/REVISION\" mangler."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Revistionsfilen ''/REVISION'' mangler."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Har allerede registreret en konflikt for primitiv \"{0}\"."
@@@ -3452,11 -3477,9 +3477,9 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parameter {0} ikke i interval 0..{1}. Fik ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Fejl: kunne ikke indlæse korttegningsklassen \"{0}\". Klassen blev ikke "
- "fundet."
+ "Kunne ikke indlæse kortfortolkningsklassen ''{0}''. Klassen blev ikke fundet."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3567,8 -3590,8 +3590,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Ukendt datum identifikation: \"{0}\""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum påkrævet (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3609,9 -3632,6 +3632,6 @@@ msgstr "Tilpasset projektion
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Fejl: Kunne ikke åbne inputstrømmen for ressourcen \"/data/{0}\"."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3652,6 -3672,9 +3672,9 @@@ msgstr "validering andet
msgid "Running test {0}"
msgstr "Kører test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Adresser"
@@@ -3676,6 -3699,15 +3699,15 @@@ msgstr "Adskillige vejnavne i relatione
msgid "House number too far from street"
msgstr "Husnummer for langt fra vejen"
+ msgid "Barriers and entrances"
+ msgstr "Barrierer og indgange"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Søger efter fejl i barrierer og indgange."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Barriere indgang ikke sat på barrieren"
+
msgid "Building inside building"
msgstr "Bygning inden i bygning"
@@@ -3737,6 -3769,9 +3769,9 @@@ msgstr " eller
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} er forældet, brug {1} i stedet"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Dublet-punkter"
@@@ -3825,6 -3860,15 +3860,15 @@@ msgstr "Udfører semantiske tjek af vej
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Ugyldig rundkørsel (highway: {0} i stedet for {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3897,6 -3941,12 +3941,12 @@@ msgstr "Punkter med samme navn
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Denne test finder punkter, som har samme navn (kan være dubletter)"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "Overlappende områder"
@@@ -3957,15 -4007,15 +4007,15 @@@ msgstr "Relationstypen er ukendt
msgid "Relation is empty"
msgstr "Relationen er tom"
+ msgid "Role verification problem"
+ msgstr "Rolle-verificeringsproblem"
+
msgid "<empty>"
msgstr "<tom>"
msgid "Role {0} missing"
msgstr "Rolle {0} mangler"
- msgid "Role verification problem"
- msgstr "Rolle-verificeringsproblem"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Antallet af {0} roller er for lav ({1})"
@@@ -3999,11 -4049,11 +4049,11 @@@ msgstr "
"Denne test tjekker for veje med næsten identiske navne, som blot kan være "
"stavet forkert."
- msgid "Properties checker :"
- msgstr "Egenskabstjekker:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Denne udvidelse tjekker for fejl i egenskabsnøgler og -værdier"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ugyldig tagtjekker-linje - {0}: {1}"
@@@ -4143,8 -4193,8 +4193,8 @@@ msgstr "Brug stavekontrollens standardf
msgid "Use the default spellcheck file (recommended)."
msgstr "Brug stavekontrollens standardfil (anbefales)."
- msgid "Fix properties"
- msgstr "Ret egenskaber"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Kunne ikke finde element-typen"
@@@ -4218,6 -4268,9 +4268,9 @@@ msgstr "Ulukkede veje
msgid "This tests if ways which should be circular are closed."
msgstr "Denne tester om veje, som burde være cirkulære, er lukkede."
+ msgid "Unclosed way"
+ msgstr "Uafsluttet vej"
+
msgid "natural type {0}"
msgstr "natur-type {0}"
@@@ -4248,9 -4301,6 +4301,6 @@@ msgstr "bygning
msgid "area"
msgstr "område"
- msgid "Unclosed way"
- msgstr "Uafsluttet vej"
-
msgid "Unconnected ways"
msgstr "Uforbundne veje"
@@@ -4277,12 -4327,12 +4327,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Denne test tjekker for utaggede punkter, som ikke er del af nogen vej."
- msgid "No tags"
- msgstr "Ingen tags"
-
msgid "Unconnected nodes without physical tags"
msgstr "Uforbundne punkter uden fysiske tags"
+ msgid "No tags"
+ msgstr "Ingen tags"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Har tag indholdende \"fixme\" eller \"FIXME\""
@@@ -4345,25 -4395,6 +4395,6 @@@ msgstr "Modsatrettet kystlinje: Der er
msgid "Reversed land: land not on left side"
msgstr "Modsatrettet land: Der er ikke land på venstre side"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Forkert antal argumenter til bogmærket"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Fejl ved læsning af bogmærkeemnet: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Fejl: Uventet linje ''{0}'' i bogmærkefil ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Fejl: Ulovlig double værdi ''{0}'' i linje ''{1}'' i bogmærkefil ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Kunne ikke læse bogmærker fra<br>''{0}''<br>Fejl var: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Vis ikke igen (husker valg)"
@@@ -4467,8 -4498,8 +4498,8 @@@ msgstr "Vis Hjælp-information
msgid "Downloading \"Message of the day\""
msgstr "Downloader \"Dagens besked\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Advarsel: kunne ikke læse MOTD. Undtagelsen var: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Kunne ikke læse MOTD. Undtagelsen var: {0}"
msgid "Message of the day not available"
msgstr "Dagens besked er ikke tilgængelig"
@@@ -4710,6 -4741,18 +4741,18 @@@ msgid "Toggles the visibility of the ed
msgstr ""
"Viser/skjuler værktøjslinjen Rediger (dvs. den vertikale værktøjslinje)"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Lyd"
@@@ -4816,20 -4859,6 +4859,6 @@@ msgstr "I baggrunden
msgid "Click to run job in background"
msgstr "Klik for at afvikle jobbet i baggrunden"
- msgid "false: the property is explicitly switched off"
- msgstr "falsk: egenskaben er eksplicit slået fra"
-
- msgid "true: the property is explicitly switched on"
- msgstr "sand: egenskaben er eksplicit slået til"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "opdelt: forskellige valgte objekter har forskellige værdier; skift ikke."
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "uangivet: sæt ikke denne egenskab for de valgte objekter"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5144,6 -5173,9 +5173,9 @@@ msgstr "
"Kopiér mine markerede elementer til enden af den sammenlagte liste over "
"elementer"
+ msgid "> before"
+ msgstr "> før"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5151,6 -5183,9 +5183,9 @@@ msgstr "
"Kopiér mine markerede elementer ind før det første markerede element i "
"listen over sammenlagte elementer."
+ msgid "> after"
+ msgstr "> efter"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5158,18 -5193,27 +5193,27 @@@ msgstr "
"Kopiér mine markerede elementer ind efter det første markerede element i "
"listen over sammenlagte elementer."
+ msgid "< top"
+ msgstr "< top"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Kopiér deres markerede element til starten af listen over sammenlagte "
"elementer."
+ msgid "< bottom"
+ msgstr "< bund"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Kopiér deres markerede elementer til enden af listen over sammenlagte "
"elementer."
+ msgid "< before"
+ msgstr "< før"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5177,6 -5221,9 +5221,9 @@@ msgstr "
"Kopiér deres markerede elementer ind før det første markerede element i "
"listen over sammenlagte elementer."
+ msgid "< after"
+ msgstr "< efter"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5193,8 -5240,8 +5240,8 @@@ msgstr "Kopiér alle deres elementer ti
msgid "Up"
msgstr "Op"
- msgid "Move up the selected elements by one position."
- msgstr "Flyt de valgte elementer ét trin op"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Ned"
@@@ -5249,16 -5296,6 +5296,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Deres version ({0} indlæg)"
msgstr[1] "Deres version ({0} indlæg)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Justerbar {0} ikke registreret endnu. Kan ikke sætte deltagelse i "
- "synkroniseret justering."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Justerbar {0} ikke registreret endnu."
-
msgid "Node"
msgstr "Punkt"
@@@ -5529,18 -5566,15 +5566,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Nøgle:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Indtast en tag nøgle, f.eks. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Værdi:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Indtast en tag værdi, f.eks. <strong><tt>Tjek "
- "medlemmer</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6125,6 -6159,9 +6159,9 @@@ msgstr "Vis/skjul
msgid "Information about layer"
msgstr "Information om lag"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Korttegningsstile"
@@@ -6208,6 -6245,36 +6245,36 @@@ msgstr "Stilart er aktiv i øjeblikket?
msgid "No"
msgstr "Nej"
+ msgid "Object type:"
+ msgstr "Objekttype:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "blandet"
+
+ msgid "Choose the OSM object type"
+ msgstr "Vælg OSM objekt type"
+
+ msgid "Object ID:"
+ msgstr "Objekt ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Indtast IDâet fra det objekt der skal downloads"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objekt IDâer kan adskilles med et komma eller mellemrum.<br/> Eksempler: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> I blandet tilstand, angiv "
+ "objekter således: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relationer"
@@@ -6298,11 -6365,8 +6365,8 @@@ msgstr "Vælg objekter indsendt af denn
msgid "Launches a browser with information about the user"
msgstr "starter en browser med information om brugeren"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
- msgstr ""
- "Advarsel: Starter kun infobrowsere for de første {0} af {1} markerede "
- "brugere."
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
+ msgstr "Starter kun info-browsere for de første {0} af {1} valgte brugere"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6476,9 -6540,6 +6540,6 @@@ msgstr "Opdatér indhold
msgid "Update the changeset content from the OSM server"
msgstr "Opdatér indhold af rettesæt fra OSM-serveren"
- msgid "Show history"
- msgstr "Vis historik"
-
msgid "Download and show the history of the selected objects"
msgstr "Download og vis historikken for de valgte objekter"
@@@ -6806,10 -6867,10 +6867,10 @@@ msgid "<html>Download changesets in th
msgstr "<html>Download rettesæt i den akutelle kortvisning</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Advarsel: Uventet værdi for indstilling ''{0}''. Fik ''{1}''. Nulstiller til "
+ "Uventet værdi for indstillingen ''{0}'', fik ''{1}''. Nulstiller til "
"standard forespørgsel."
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6878,35 -6939,47 +6939,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Denne rettesætsforespørgselsURL er ugyldig"
- msgid "Select objects for which to change properties."
- msgstr "Vælg objekter der skal ændres egenskaber for."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Egenskaber/medlemsskaber"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Egenskaber for valgte objekter."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<forskellige>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Medlem af"
msgid "Position"
msgstr "Placering"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Egenskaber: {0} / Medlemskaber: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Egenskaber / Medlemskaber"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Fjern den valgte nøgle i alle objekter"
- msgid "Delete Properties"
- msgstr "Fjern egenskaber"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Skift relation"
@@@ -6920,14 -6993,14 +6993,14 @@@ msgstr "Slet virkelig det markerede fr
msgid "Add a new key/value pair to all objects"
msgstr "Tilføj et nyt nøgle/værdi-sæt til alle objekter"
- msgid "Add Property"
- msgstr "Tilføj egenskab"
+ msgid "Add Tag"
+ msgstr "Tilføj tag"
msgid "Edit the value of the selected key for all objects"
msgstr "Rediger værdien for den valgte nøgle for alle objekter"
- msgid "Edit Properties"
- msgstr "Redigér egenskaber"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "GÃ¥ til OSM wikiâen for tag-hjælp (F1)"
@@@ -7086,9 -7159,8 +7159,8 @@@ msgstr "Relation er slettet
msgid "Downloading relation {0}"
msgstr "Downloader relation {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Advarsel: Ignorerer undtagelsen da opgaven blev annulleret. Undtagelse: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Ignorerer undtagelsen da opgaven blev annulleret. Undtagelse: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7437,6 -7509,27 +7509,27 @@@ msgstr "vej er forbundet til næste rel
msgid "way is not connected to previous or next relation member"
msgstr "vej er ikke forbundet til foregående eller næste relationsmedlem"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Forkert antal argumenter til bogmærket"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Fejl ved læsning af bogmærkeemnet: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Uventet linje ''{0}'' i bogmærkefilen ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Ugyldig dobbeltværdi ''{0}'' på linje ''{1}'' i bogmærkefilen ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Kunne ikke læse bogmærker fra<br>''{0}''<br>Fejl var: {1}</html>"
+
msgid "Bookmarks"
msgstr "Bogmærker"
@@@ -7586,21 -7679,8 +7679,8 @@@ msgstr "Download de referende (forælde
msgid "Download object"
msgstr "Download objekt"
- msgid "Object type:"
- msgstr "Objekttype:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "blandet"
-
- msgid "Choose the OSM object type"
- msgstr "Vælg OSM objekt type"
-
- msgid "Object ID:"
- msgstr "Objekt ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Indtast IDâet fra det objekt der skal downloads"
+ msgid "Start downloading"
+ msgstr "Start downloading"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7612,28 -7692,9 +7692,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Vælg om medlemmer af relationen også skal downloades"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objekt IDâer kan adskilles med et komma eller mellemrum.<br/> Eksempler: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> I blandet tilstand, angiv "
- "objekter således: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Download refererende (forælder-relationer og veje)"
- msgid "Start downloading"
- msgstr "Start downloading"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Ugyldig ID liste angivet\n"
- "Kan ikke downloade objektet."
-
msgid "Class Type"
msgstr "Klassetype"
@@@ -7744,8 -7805,8 +7805,8 @@@ msgstr "Gå til næste side
msgid "Go to the JOSM help home page"
msgstr "GÃ¥ til JOSMâs Hjælp-hjemmeside"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Advarsel: dårlig lokationo HTML dokumentet. Undtagelsen var: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "Kunne ikke Ã¥bne Hjælp-side. URLâen er tom."
@@@ -7849,6 -7910,9 +7910,9 @@@ msgid "
msgstr ""
"<html>Version <strong>{0}</strong> oprettet den <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Rettesætsinfo"
@@@ -7957,9 -8021,8 +8021,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Objekt stadig i brug"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Advarsel: Fejloverskrift \"{0}\" matchede ikke med et forventet mønster"
msgid "Upload"
msgstr "Upload"
@@@ -7981,6 -8044,12 +8044,12 @@@ msgstr "Angiv en kort kommentar for de
msgid "Enter an upload comment"
msgstr "Indtast en upload-kommentar"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Rettesæts-ID"
@@@ -8049,11 -8118,8 +8118,8 @@@ msgid "Closing changeset {0}
msgstr "Lukker rettesæt {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Advarsel: Kunne ikke placere brugerinfo-dialog altid-øverst. Fangede "
- "sikkerhedsundtagelse."
msgid "Enter credentials for OSM API"
msgstr "Indtast brugeroplysninger for OSM-API"
@@@ -8135,11 -8201,9 +8201,9 @@@ msgid "Unpacking {0} into {1}
msgstr "Udpakker {0} til {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Advarsel: Kan ikke downloade filen \"{0}\". Dets download-link \"{1}\" er "
- "ikke en gyldig URL. Downloader ikke."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8156,11 -8220,8 +8220,8 @@@ msgid "Missing user identity
msgstr "Mangler brugeridentitet"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Advarsel: Kunne ikke hente brugeroplysninger for den aktuelle JOSM bruger. "
- "Undtagelsen var: {0}"
msgid "Download objects"
msgstr "Download objekter"
@@@ -8395,12 -8456,6 +8456,6 @@@ msgstr "Upload de ændrede primitiver
msgid "Please revise upload comment"
msgstr "Tilpas venligst upload kommentaren"
- msgid "Revise"
- msgstr "Tilpas"
-
- msgid "Continue as is"
- msgstr "Forsæt som den er"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8415,6 -8470,22 +8470,22 @@@ msgstr "
"bruger et øjeblik nu på at forklare dine ændringer,<br />gør du livet "
"lettere for mange andre brugere."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Tilpas"
+
+ msgid "Continue as is"
+ msgstr "Forsæt som den er"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Gå til foregående dialogboks for at udfylde en mere beskrivende kommentar"
@@@ -8431,6 -8502,21 +8502,21 @@@ msgstr "Indtast venligst først en gyld
msgid "Illegal chunk size"
msgstr "Ulovlig størrelse af bidder"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Annullér uploaden og genoptag redigeringen"
@@@ -8438,11 -8524,9 +8524,9 @@@ msgid "Tags of changeset {0}
msgstr "Tags i rettesæt {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Advarsel: objekt ''{0}'' er allerede slettet fra serveren. Springer over "
- "dette objekt og prøver igen at uploade."
msgid "Preparing objects to upload ..."
msgstr "Forbereder objekter der skal uploades ..."
@@@ -8579,9 -8663,6 +8663,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Objekt ''{0}'' er allerede slettet. Springer over objekt i upload."
- msgid "Warning: {0}"
- msgstr "Advarsel: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Uploader {0} objekt..."
@@@ -8592,6 -8673,9 +8673,9 @@@ msgid "
msgstr ""
"Ignorerer fanget undtagelse fordi upload blev annulleret. Undtagelse er: {0}"
+ msgid "Upload successful!"
+ msgstr "Upload lykkedes!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8612,9 -8696,8 +8696,8 @@@ msgstr "Vælg objekter at uploade
msgid "Cancel uploading"
msgstr "Annullér upload"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Advarsel: uventet værdi for nøgle ''{0}'' i indstillinger. Fik ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Vælg venligst upload-strategien:"
@@@ -8765,7 -8848,7 +8848,7 @@@ msgstr "Næste markør
msgid "Jump to next marker"
msgstr "Hop til næste markør"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "Forrige markør"
msgid "Jump to previous marker"
@@@ -8798,8 -8881,8 +8881,8 @@@ msgstr "version {0}
msgid "Merging layers"
msgstr "Sammenlægger lag"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Advarsel: At blande 0.6 og 0.5 data resulterer i version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9174,9 -9257,6 +9257,6 @@@ msgstr "Trækker GPS-lokaliteter ud fr
msgid "Starting directory scan"
msgstr "Begynder scanning af mappe"
- msgid "One of the selected files was null"
- msgstr "En af de markerede filer var havde en null-værdi"
-
msgid "Read photos..."
msgstr "Indlæs billeder..."
@@@ -9195,6 -9275,9 +9275,9 @@@ msgstr "Fandt en null-fil i mappen {0}\
msgid "Error while getting files from directory {0}\n"
msgstr "Fejl ved hentning af filer fra mappen {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "En af de markerede filer var havde en null-værdi"
+
msgid "Geotagged Images"
msgstr "Geotaggede billeder"
@@@ -9254,6 -9337,12 +9337,12 @@@ msgstr "Næste
msgid "Show next Image"
msgstr "Vis næste billede"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrer synsfelt"
@@@ -9336,9 -9425,6 +9425,6 @@@ msgstr "
"<html>Upload af ubehandlede GPS-data som kortdata betragtes som skadeligt "
"<br>Hvis du vil uploade traces, så kig her:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Tilpas sportegning"
@@@ -9537,17 -9623,11 +9623,11 @@@ msgstr "Der opstod en fejl i forsøget
msgid "(URL was: "
msgstr "(URL var: "
- msgid "Error displaying URL"
- msgstr "Fejl ved visning af URL"
-
msgid "Select the map painting styles"
msgstr "Vælg korttegningsstilene"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Advarsel: kunne ikke indlæse Mappaint stilarter fra \"{0}\". Undtagelsen "
- "var: {1}"
msgid "loading style ''{0}''..."
msgstr "indlæser stilart \"{0}''..."
@@@ -9565,9 -9645,8 +9645,8 @@@ msgstr[1] "
"Der opstod {0} fejl ved indlæsning af denne stilart. Vælg \"Info\" fra "
"højrekliks-menuen for detaljer."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Advarsel: kunne ikke fortolke Mappaint stilarter fra \"{0}\". Fejlen var: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Ulovligt streg-mønster. Værdierne skal være positive."
@@@ -9576,11 -9655,8 +9655,8 @@@ msgid "Illegal dash pattern, at least o
msgstr "Ulovligt streg-mønster. Mindst en værdi skal være over > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Advarsel: kunne ikke fortolke Mappaint stilarter fra \"{0}\". Fejlen var: "
- "[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Adgangspolet-nøgle:"
@@@ -9847,8 -9923,8 +9923,8 @@@ msgstr "Luk dialogen og annullér autor
msgid "Close the dialog and accept the Access Token"
msgstr "Luk dialogen og acceptér adgangsudtrykket"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Advarsel: Kunne ikke annullere kørende OAuth-operation"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Henter OAuth anmodningsudtryk fra ''{0}''"
@@@ -10634,22 -10710,22 +10710,56 @@@ msgstr "Tilføj indstilling
msgid "Advanced Background: Changed"
msgstr "Avanceret baggrund: Ãndret"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "Den aktuelle værdi er standard."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Standardværdien er \"{0}\"."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "Standardværdien er i øjeblikket ukent (indstillingen er ikke brugt endnu)."
+
+ msgid "Change string setting"
+ msgstr "Tilpas strengindstilling"
+
++msgid "Simple"
++msgstr "Simpel"
++
++msgid "List"
++msgstr "List"
++
++msgid "List of lists"
++msgstr "Liste over lister"
++
++msgid "List of maps"
++msgstr "Liste over kort"
++
++msgid "Add setting"
++msgstr "Tilføj indstilling"
++
++msgid "Advanced Background: Changed"
++msgstr "Avanceret baggrund: Ãndret"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "Avanceret baggrund:: Ikke-standard"
+
+msgid "Current value is default."
+msgstr "Den aktuelle værdi er standard."
+
+msgid "Default value is ''{0}''."
+msgstr "Standardværdien er \"{0}\"."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"Standardværdien er i øjeblikket ukent (indstillingen er ikke brugt endnu)."
+
+msgid "Change string setting"
+msgstr "Tilpas strengindstilling"
+
msgid "Value: "
msgstr "Værdi: "
@@@ -10705,6 -10781,9 +10815,9 @@@ msgstr "Tegn virtuelle punkter i valg-t
msgid "Draw inactive layers in other color"
msgstr "Tegn inaktive lag i anden farve"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Fremhæv destinations vej og punkter"
@@@ -10765,6 -10844,11 +10878,11 @@@ msgstr "
"Denne indstilling undertrykker udfyldningen af område, hvad der end måtte "
"være angivet i den valgte stilart."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Indstillinger der påvirker tegne-ydelsen"
@@@ -11246,6 -11330,12 +11364,12 @@@ msgstr "
"<i>(JOSM kan beholde en backupfil når der gemmes datalag. Den tilføjer ''~'' "
"til filnavnet og gemmer den i den samme mappe.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Backup af filer"
@@@ -11312,8 -11402,8 +11436,8 @@@ msgstr "Indstillinger for kort
msgid "Settings for the map projection and data interpretation."
msgstr "Indstillinger for kortprojektion og datafortolkning"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Advarsel: Kunne ikke indlæse kilde med prædefinerede tags: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Kunne ikke læse kilde med prædefinerede tags: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11595,21 -11685,6 +11719,6 @@@ msgstr "Swiss Grid (Switzerland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (uden lokale korrigeringer)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "Nord"
-
- msgid "South"
- msgstr "Syd"
-
- msgid "Hemisphere"
- msgstr "Halvkugle"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11631,6 -11706,21 +11740,21 @@@ msgstr "UTM Frankrig (DOM)
msgid "UTM Geodesic system"
msgstr "UTM geodætiske system"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "Nord"
+
+ msgid "South"
+ msgstr "Syd"
+
+ msgid "Hemisphere"
+ msgstr "Halvkugle"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Tester OSM API URL ''{0}''"
@@@ -11696,8 -11786,8 +11820,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Markér for at bruge Oauth som autentikationsmekanisme"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11706,21 -11796,25 +11830,25 @@@ msgstr "OSM-brugernavn:
msgid "OSM password:"
msgstr "OSM-adgangskode:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Advarsel: Kunne ikke hente OSM-brugerinfo fra brugerinfo-håndteringen."
msgid "Current credential manager is of type ''{0}''"
msgstr "Nuværende brugerinfohåndtering er af typen \"{0}\""
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "Advarsel: Kunne ikke gemme OSM-brugerinfo i brugerinfohåndteringen."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11809,18 -11903,9 +11937,9 @@@ msgid "Use a SOCKS proxy
msgstr "Brug en SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Advarsel: JOSM er konfigureret til at bruge proxyer fra systemindstillingen, "
- "men JVMâet er ikke konfigureret til at finde dem. Nulstiller indstillinger "
- "til \"Ingen proxy\"."
-
- msgid "disabled"
- msgstr "slået fra"
-
- msgid "no modifier"
- msgstr "ingen tilføjelse"
msgid "Shortcut Background: User"
msgstr "Genvej baggrund: Bruger"
@@@ -11892,8 -11977,8 +12011,8 @@@ msgstr "Anvend prædefinition
msgid "New relation"
msgstr "Ny relation"
- msgid "Change Properties"
- msgstr "Ret egenskaber"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Ukendt krav: {0}"
@@@ -11956,11 -12041,11 +12075,11 @@@ msgstr "
msgid "Unknown type: {0}"
msgstr "Ukendt type: {0}"
--msgid "Preset group {1} / {0}"
--msgstr "Prædefinitionsgruppe {1} / {0}"
++msgid "Could not read tagging preset source: {0}"
++msgstr "Kunne ikke læse kilde med prædefinerede tags: {0}"
--msgid "Preset group {0}"
--msgstr "Prædefinitionsgruppe {0}"
++msgid "Error parsing {0}: "
++msgstr "Fejl ved fortolkning af {0}: "
msgid "Roles cannot appear more than once"
msgstr "Roller kan ikke optræde mere end én gang"
@@@ -11971,9 -12056,6 +12090,6 @@@ msgstr "Prædefineret rolleelement ude
msgid "Preset sub element without parent"
msgstr "Prædefineret under-element uden forælder"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Kunne ikke læse kilde med prædefinerede tags: {0}"
-
msgid "Error parsing {0}: "
msgstr "Fejl ved fortolkning af {0}: "
@@@ -11992,6 -12074,16 +12108,16 @@@ msgstr "Vis kun dem der kan bruges på
msgid "Search in tags"
msgstr "Søg i tags"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Justerbar {0} ikke registreret endnu. Kan ikke sætte deltagelse i "
+ "synkroniseret justering."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Justerbar {0} ikke registreret endnu."
+
msgid "All files (*.*)"
msgstr "Alle filer(*.*)"
@@@ -12027,9 -12119,56 +12153,56 @@@ msgstr "
"Den aktuelle værdi er ikke et gyldig OSM ID. Indtast venligst en "
"heltalsværdi > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falsk: egenskaben er eksplicit slået fra"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "sand: egenskaben er eksplicit slået til"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "opdelt: forskellige valgte objekter har forskellige værdier; skift ikke."
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "uangivet: sæt ikke denne egenskab for de valgte objekter"
+
msgid "Cut"
msgstr "Klip"
+ msgid "Right click = copy to clipboard"
+ msgstr "Højreklik = kopier til udklipsholderen"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Mangler obligatorisk attribut \"{0}\""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Ulovlig værdi af obligatorisk attribut \"{0}\" af type long. Fik \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Ulovlig værdi af obligatorisk attribut \"{0}\" af type long (>=0). Fik "
+ "\"{1}\"."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr "Ulovlig værdi for atributten \"{0}\" med typen double. Fik \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Ulovlig værdi af obligatorisk attribut \"{0}\" af type boolean. Fik \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Ulovlig værdi af obligatorisk attribut \"{0}\" af type OsmPrimitiveType. Fik "
+ "\"{1}\"."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12066,11 -12205,9 +12239,9 @@@ msgid "Contacting OSM Server...
msgstr "Kontakter OSM-serveren..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Advarsel: ugyldig brug af attributten \"{0}\" for elementet \"{1}\" i "
- "serverkapaciteten. Fik \"{2}\""
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Kunne ikke fortolke dato \"{0}\" meldt tilbage af serveren."
@@@ -12111,40 -12248,27 +12282,27 @@@ msgid "Illegal port number in preferenc
msgstr "Ulovligt portnummer i indstilling ''{0}''. Fik ''{1}''"
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Advarsel: Uventet værdi af indstilling ''{0}'' fundet. Fik ''{1}''. Vil ikke "
- "bruge nogen proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Advarsel: Uventede parametre for HTTP-proxy. Fik vært ''{0}'' og port "
- "''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Advarsel: Uventede parametre for SOCKS-proxy. Fik vært ''{0}'' og port "
- "''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Fejl: Forbindelse til proxy ''{0}'' for URI ''{1}'' fejlede. Undtagelse var: "
- "{2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Advarsel: JVM er ikke konfigureret til at bruge proxier fra system-"
- "indstillingerne. Egenskaben \"java.net.useSystemProxies\" manglede ved "
- "opstarten. Vil ikke bruge proxy."
msgid "Parsing response from server..."
msgstr "Fortolker svar fra server..."
@@@ -12246,6 -12370,9 +12404,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Fejl ved fortolkning: ulovlig datastruktur for gpx-dokument"
+ msgid "(at line {0}, column {1})"
+ msgstr "(ved linje {0}, kolonne {1})"
+
msgid "Unknown mode {0}."
msgstr "Ukendt tilstand {0}."
@@@ -12261,15 -12388,21 +12422,21 @@@ msgstr "Leder efter billedfiler
msgid "No image files found."
msgstr "Ingen billedfiler fundet."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Kunne ikke åbne input-strøm for resurse ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Advarsel: kunne ikke åbne filen med udvidelsen \"{2}\" og navnedelen \"{3}\" "
- "i zip filen \"{0}\". Undtagelsen var: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Kunne ikke omdøbe filen {0} til {1}."
@@@ -12353,8 -12486,8 +12520,8 @@@ msgstr "Ukendte sætninger: {0}
msgid "Zero coordinates: {0}"
msgstr "Nul-koordinater: {0}"
- msgid "NMEA import success"
- msgstr "NMEA-import succesfuld"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Fejl ved NMEAimport!"
@@@ -12458,45 -12591,13 +12625,13 @@@ msgstr "Ingen data fundet i filen {0}.
msgid "Open OsmChange file"
msgstr "Ã
ben OsmChange fil"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Mangler obligatorisk attribut \"{0}\""
-
msgid "Unsupported version: {0}"
msgstr "Ikke understøttet version: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Ulovlig værdi af obligatorisk attribut \"{0}\" af type long. Fik \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Ulovlig værdi af obligatorisk attribut \"{0}\" af type long (>=0). Fik "
- "\"{1}\"."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr "Ulovlig værdi for atributten \"{0}\" med typen double. Fik \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Ulovlig værdi af obligatorisk attribut \"{0}\" af type boolean. Fik \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Ulovlig værdi af obligatorisk attribut \"{0}\" af type OsmPrimitiveType. Fik "
- "\"{1}\"."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Advarsel ikkeunderstøttet startelement ''{0}'' i rettesætsindhold på "
- "position ({1},{2}). Springer over."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12506,11 -12607,9 +12641,9 @@@ msgstr "
"\"create\", \"modify\" eller \"delete\"."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Advarsel ikkeunderstøttet slutelement ''{0}'' i rettesætsindhold på position "
- "({1},{2}). Springer over."
msgid "Parsing changeset content ..."
msgstr "Fortolker indhold af rettesæt ..."
@@@ -12538,11 -12637,8 +12671,8 @@@ msgid "Failed to sign a HTTP connectio
msgstr ""
"Kunne ikke signere en HTTP forbindelse med en OAuth Bekræftelses header"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Advarsel: Uventet værdi af indstilling ''{0}''. Fik ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(ved linje {0}, kolonne {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12632,11 -12728,9 +12762,9 @@@ msgstr "
"Ulovlig værdi af attribut ''version'' på OSM-primitiv med ID {0}. Fik {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "Advarsel: Normaliserer værdi af attribut ''version'' i element {0} til {2}, "
- "API version er ''{3}''. Fik {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Ukendt eller ikke understøttet API version. Fik {0}."
@@@ -12840,15 -12934,15 +12968,21 @@@ msgstr "Opret nye objekter
msgid "Read protocol version"
msgstr "Læse protokolversionen"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr "Advarsel: Kan ikke starte fjernstyringsserveren på på {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Fjernstyring::Accepterer forbindelser på port {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Fjernstyring::Server stoppet."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "Fjernstyring::Accepterer forbindelser på port {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Fjernstyring::Server stoppet."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Fjernstyring er blevet spurgt om at oprette et nyt punkt."
@@@ -12887,6 -12981,15 +13021,15 @@@ msgstr "Fjernstyringen er blevet bedt o
msgid "Remote Control has been asked to load data from the API."
msgstr "Fjernstyringen er blevet bedt om at indlæse data fra APIâet."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12923,20 -13026,20 +13066,20 @@@ msgstr "Data:
msgid "local file"
msgstr "lokal fil"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Link til en OSM-datafil på din egen disk."
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "inkludér"
- msgid "Include OSM data in the .joz session file."
- msgstr "Inkludér OSM-data i .joz-sessionsfilen"
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "Ingen fil-association"
- msgid "OSM data will be included in the session file."
- msgstr "OSM-data vil blive inkluderet i sessionsfilen"
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -12961,6 -13064,15 +13104,15 @@@ msgstr "Laget indeholder ej-gemte data
msgid "Layer does not contain unsaved data."
msgstr "Laget indeholder ikke data der ikke er gemt."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Link til en OSM-datafil på din egen disk."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Inkludér OSM-data i .joz-sessionsfilen"
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM-data vil blive inkluderet i sessionsfilen"
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -12968,6 -13080,9 +13120,9 @@@ msgstr "
"Version \"{0}\" af metadata for OSM datalaget er ikke understøttet. "
"Forventede: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Sessionsfil (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Kunne ikke finde filen \"{0}\"."
@@@ -13042,18 -13157,14 +13197,14 @@@ msgid "Download skipped
msgstr "Download sprunget over"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Advarsel: Kan ikke downloade udvidelsen \"{0}\". Dets downloadlink er ikke "
- "kendt. Downloades ikke."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Advarsel: Kan ikke downloade udvidelsen \"{0}\". Dets download link \"{1}\" "
- "er ikke en gyldig URL. Downloades ikke."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Kunne ikke oprette udvidelsesmappen \"{0}\""
@@@ -13223,11 -13334,11 +13374,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Udvidelses-opdatering mislykkedes"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Advarsel: kunne ikke finde udvidelsen {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Advarsel: kunne ikke download listen med informationer om udvidelser"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Slå udvidelse fra."
@@@ -13241,30 -13352,22 +13392,24 @@@ msgstr "Behold udvidelse
msgid "Click to keep the plugin ''{0}''"
msgstr "Klik for at beholde udvidelsen \"{0}\""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Advarsel: kunne ikke slette forældet udvidelse \"{0}\"."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Advarsel: kunne ikke installere allerede downloadet udvidelse \"{0}\". "
- "Springer over installationen. JOSM vil stadig indlæse den gamle version af "
- "udvidelsen."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
+"Advarsel: kunne ikke installere udvidelsen ''{0}'' fra midlertidig download-"
+"fil ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Advarsel: kunne ikke installere udvidelsen \"{0}\" fra den midlertidigt "
- "downloade fil \"{1}\". Omdøbning mislykkedes."
msgid "Click to disable the plugin ''{0}''"
msgstr "Klik for at deaktivere udvidelsen \"{0}\""
@@@ -13339,11 -13442,8 +13484,8 @@@ msgstr "Behandler udvidelsesstedets cac
msgid "Processing file ''{0}''"
msgstr "Behandler filen \"{0}\""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Advarsel: Kunne ikke skanne filen \"{0}\" for udvidelsesinformation. "
- "Springer over."
msgid "Processing plugin site cache icon files..."
msgstr "Behandler udvidelsesstedets ikon cachefiler..."
@@@ -13357,9 -13457,24 +13499,24 @@@ msgstr "Download udvidelsesliste...
msgid "Downloading plugin list from ''{0}''"
msgstr "Downloader udvidelsesliste fra \"{0}\""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -13800,16 -13915,12 +13957,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Kunne ikke finde billedet \"{0}\""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
- "Advarsel: kunne ikke håndtere zip filen \"{0}\". Undtagelsen var: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Advarsel: kunne ikke tilgå mappen \"{0}\" af sikkerhedsårsager. Undtagelsen "
- "var: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [indtast venligst dens nummer]"
@@@ -13818,12 -13929,55 +13971,55 @@@ msgid "
"Failed to open URL. There is currently no platform set. Please set a "
"platform first."
msgstr ""
- "Kunne ikke åbne URL'en. Der er ikke angivet nogen platform. Angiv først en "
+ "Kunne ikke åbne URL''en. Der er ikke angivet nogen platform. Angiv først en "
"platform."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "reserveret"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13857,8 -14011,22 +14053,22 @@@ msgstr "
"<html><p> Beklager, det er ikke muligt at indsætte tags fra udklipsholderen. "
"Den indeholder ikke noget JOSM objekt, eller passende tekst. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Højreklik = kopier til udklipsholderen"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14189,6 -14357,11 +14399,11 @@@ msgid "Saturation:
msgstr "Mætning:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14460,6 -14633,9 +14675,9 @@@ msgstr "
"Skriv gps positionsinfo i billed-filheaderen. Kør denne funktion fra "
"højrekliksmenuen for billedlaget."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14518,9 -14694,6 +14736,6 @@@ msgstr "
"kan blive begrænset af den maksimalt fjernede områdestørrelse. Normalisér "
"også nærliggende punkter."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Opret og rediger søkort for OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14563,6 -14736,11 +14778,11 @@@ msgstr "
"Optegner bgninger fra Tjekkisk cadastral kort. Kræver at TracerServer (.Net "
"eller Mono) kører."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Udvidelse til at signere OSM-data digitalt"
@@@ -14698,6 -14876,9 +14918,9 @@@ msgstr "Vold
msgid "Lit"
msgstr "Oplyst"
+ msgid "Toll"
+ msgstr "Betalingsanlæg"
+
msgid "Motorway Link"
msgstr "Motorvejsforbindelse"
@@@ -14777,7 -14958,7 +15000,7 @@@ msgid "Edit Unclassified Road
msgstr "Rediger uklassificeret vej"
msgid "Passing Places"
- msgstr "Passerer steder"
+ msgstr "Vigesteder"
msgid "Width (meters)"
msgstr "Bredde (meter)"
@@@ -14788,6 -14969,50 +15011,50 @@@ msgstr "Beboelse
msgid "Edit Residential Street"
msgstr "Ret beboelsesgade"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Vej-type"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ja"
+
+ msgid "no"
+ msgstr "nej"
+
+ msgid "destination"
+ msgstr "destination"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Legegade"
@@@ -14806,11 -15031,11 +15073,11 @@@ msgstr "Område
msgid "Service"
msgstr "Service"
- msgid "Edit Serviceway"
- msgstr "Ret servicevej"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Servicevej type"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "gyde"
@@@ -14821,6 -15046,9 +15088,9 @@@ msgstr "indkørsel
msgid "parking_aisle"
msgstr "Vej mellem parkeringsbåse"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Vej mellem parkeringsbåse"
@@@ -14848,18 -15076,12 +15118,12 @@@ msgstr "rundkørsel
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "ja"
-
msgid "Road Restrictions"
msgstr "Adgangsbegrænsninger"
msgid "Edit Road Restrictions"
msgstr "Ret adgangsbegrænsninger"
- msgid "Toll"
- msgstr "Betalingsanlæg"
-
msgid "No exit (cul-de-sac)"
msgstr "Blind vej"
@@@ -14869,9 -15091,6 +15133,6 @@@ msgstr "
msgid "General Access"
msgstr "Generel adgang"
- msgid "destination"
- msgstr "destination"
-
msgid "delivery"
msgstr "levering"
@@@ -14881,15 -15100,15 +15142,15 @@@ msgstr "tilladt
msgid "private"
msgstr "privat"
+ msgid "customers"
+ msgstr "kunder"
+
msgid "agricultural"
msgstr "landbrug"
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "nej"
-
msgid "official"
msgstr "officielt"
@@@ -14935,6 -15154,9 +15196,9 @@@ msgstr "Busser
msgid "Public Service Vehicles (psv)"
msgstr "Offentlig transport"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. hastighed (km/t)"
@@@ -15019,6 -15241,9 +15283,9 @@@ msgstr "Rediger bro
msgid "viaduct"
msgstr "viadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -15123,20 -15348,29 +15390,29 @@@ msgstr "
msgid "Visibility"
msgstr "Synlighed"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "fremragnede"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "god"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "nogenlunde"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "dårlig"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "forfærdelig"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Kørestole"
@@@ -15153,11 -15387,11 +15429,11 @@@ msgstr "Dedikeret ridesti
msgid "Edit Bridleway"
msgstr "Ret ridesti"
- msgid "Cycle Lane"
- msgstr "Cykelspor"
+ msgid "Cycle Lane/Track"
+ msgstr "Cykel-bane/spor"
- msgid "Edit Cycle Lane"
- msgstr "Rediger cykelbane"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "Rediger cykelbane eller spor"
msgid "Cycleway"
msgstr "Cykelsti"
@@@ -15192,8 -15426,8 +15468,8 @@@ msgstr "Cykelsti højre
msgid "Oneway (bicycle)"
msgstr "Ensrettet (cykel)"
- msgid "Edit Highway"
- msgstr "Rediger highway"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Hovedvej"
@@@ -15261,12 -15495,18 +15537,18 @@@ msgstr "Rasteplads
msgid "Edit Rest Area"
msgstr "Rediger rasteplads"
- msgid "Emergency Phone"
- msgstr "Nødtelefon"
+ msgid "Drinking Water"
+ msgstr "Vandpost"
msgid "Traffic Signal"
msgstr "Færdselssignal"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Type af fodgængerfelt"
@@@ -15282,15 -15522,6 +15564,6 @@@ msgstr "helleanlæg
msgid "unmarked"
msgstr "uden markering"
- msgid "Cross on horseback"
- msgstr "Overgangssted for ridende"
-
- msgid "Cross by bicycle"
- msgstr "Overkørsel for cykler"
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -15312,6 -15543,15 +15585,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr "Overkørsel for cykler"
+
+ msgid "Cross on horseback"
+ msgstr "Overgangssted for ridende"
+
msgid "Stop"
msgstr "Stop"
@@@ -15321,6 -15561,9 +15603,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-rundkørsel"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Retning"
@@@ -15330,11 -15573,8 +15615,8 @@@ msgstr "med uret
msgid "Pedestrian Crossing"
msgstr "Fodgængerfelt"
- msgid "Edit Crossing"
- msgstr "Ret fodgængerovergang"
-
- msgid "Type name (UK)"
- msgstr "Typenavn (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "trafikdæmpning"
@@@ -15364,10 -15604,7 +15646,7 @@@ msgid "table
msgstr ""
msgid "Passing Place"
- msgstr "Passerer sted"
-
- msgid "Edit Passing Place"
- msgstr "Rediger passagested"
+ msgstr "Vigested"
msgid "Turning Circle"
msgstr "Vendeplads"
@@@ -15411,6 -15648,12 +15690,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Tilladt trafik:"
+ msgid "Material"
+ msgstr "Materiale"
+
+ msgid "stone"
+ msgstr "sten"
+
msgid "Bollard"
msgstr "Pæl"
@@@ -15426,6 -15669,9 +15711,9 @@@ msgstr "opstigende
msgid "removable"
msgstr "flytbar"
+ msgid "plastic"
+ msgstr "plastik"
+
msgid "Cycle Barrier"
msgstr "Cykelhindring"
@@@ -15495,20 -15741,14 +15783,17 @@@ msgstr "
msgid "electric"
msgstr "elektrisk"
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "stang"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
- msgstr "Trådhegn"
-
- msgid "hedge"
- msgstr "hæk"
++msgid "Edit Guard Rail"
+ msgstr ""
- msgid "pole"
- msgstr "stang"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr ""
@@@ -15538,8 -15778,9 +15823,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Grøft"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Redigér grøft"
+ msgstr ""
msgid "Kerb"
msgstr "Kantsten"
@@@ -15547,11 -15788,11 +15833,11 @@@
msgid "Edit Kerb"
msgstr "Rediger kantsten"
- msgid "Entrance"
- msgstr "Indgang"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Ret indgang"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "LÃ¥ge/led"
@@@ -15604,12 -15845,6 +15890,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Materiale"
-
- msgid "stone"
- msgstr "sten"
-
msgid "Turnstile"
msgstr "Tælleapparat"
@@@ -15670,12 -15905,21 +15950,21 @@@ msgstr "Ret dræn
msgid "Ditch"
msgstr "Grøft"
+ msgid "Edit Ditch"
+ msgstr "Redigér grøft"
+
msgid "Stream"
msgstr "Bæk"
msgid "Edit Stream"
msgstr "Ret bæk"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -15715,9 -15959,6 +16004,6 @@@ msgstr "Ret dæmning
msgid "Groyne"
msgstr "Høfde"
- msgid "Edit Groyne"
- msgstr "Redigér høfde"
-
msgid "Breakwater"
msgstr "Bølgebryder"
@@@ -15751,11 -15992,26 +16037,26 @@@ msgstr "Ret overdækket reservoir
msgid "Edit Water"
msgstr "Ret vandområde"
- msgid "Land"
- msgstr "Land"
+ msgid "Water Body"
+ msgstr ""
- msgid "Edit Land"
- msgstr "Ret landområde"
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
+ msgid "Land"
+ msgstr "Land"
+
+ msgid "Edit Land"
+ msgstr "Ret landområde"
msgid "Coastline"
msgstr "Kystlinje"
@@@ -15832,20 -16088,25 +16133,25 @@@ msgstr "Ret færgehavn
msgid "Cargo"
msgstr "Fragt"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "passagere"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "køretøj"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "cykel"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
-msgstr ""
+msgstr "passagerer;køretøj"
msgid "Ferry Route"
msgstr "Færgerute"
@@@ -15860,10 -16121,10 +16166,10 @@@ msgid "Edit Marina
msgstr "Ret lystbådehavn"
msgid "Pier"
- msgstr "Mole"
+ msgstr "BÃ¥debro"
msgid "Edit Pier"
- msgstr "Ret mole"
+ msgstr "Ret bådebro"
msgid "Lock Gate"
msgstr "Sluseport"
@@@ -15919,8 -16180,8 +16225,8 @@@ msgstr "turisme
msgid "freight"
msgstr "fragt"
- msgid "Service/Type"
- msgstr "Service/type"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "Banegård"
@@@ -15943,11 -16204,14 +16249,14 @@@ msgstr "
msgid "rail"
msgstr "bane"
- msgid "Voltage"
- msgstr "Spænding"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekvens (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15958,9 -16222,6 +16267,6 @@@ msgstr "Smalsporet bane
msgid "Edit Narrow Gauge Rail"
msgstr "Ret smalsporet jernbane"
- msgid "Types"
- msgstr "Typer"
-
msgid "Monorail"
msgstr "Monorail"
@@@ -15982,15 -16243,15 +16288,15 @@@ msgstr "Ret letbane
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Ret sporvogn"
+
msgid "Edit Subway"
msgstr "Ret metro"
msgid "Tram"
msgstr "Sporvogn"
-msgid "Edit Tram"
-msgstr "Ret sporvogn"
-
msgid "Bus Guideway"
msgstr "Styreskinne til bus"
@@@ -16012,6 -16273,9 +16318,9 @@@ msgstr "Rediger forladt jernbane
msgid "Level Crossing"
msgstr "Jernbaneoverskæring"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "Overvåget"
@@@ -16024,18 -16288,32 +16333,32 @@@ msgstr "Lydsignaler
msgid "Barrier"
msgstr "Afgrænsning"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "halv"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "fuld"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Fodgængerovergang (over jernbane)"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Overgangstype"
@@@ -16135,13 -16413,11 +16458,11 @@@ msgstr "Flyvende tæppe
msgid "Edit Magic Carpet"
msgstr "Redigér flyvende tæppe"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Varer"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Redigér varer"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -16151,11 -16427,9 +16472,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Rediger station"
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -16174,12 -16448,12 +16493,12 @@@ msgstr "overflade
msgid "underground"
msgstr "underjordisk"
+ msgid "rooftop"
+ msgstr "taget"
+
msgid "Access"
msgstr "Adgang"
- msgid "customers"
- msgstr "kunder"
-
msgid "Park and Ride"
msgstr "Parkér og kør"
@@@ -16207,9 -16481,6 +16526,6 @@@ msgstr "Parkeringsbås
msgid "Edit Parking space"
msgstr "Rediger parkeringsbås"
- msgid "rooftop"
- msgstr "taget"
-
msgid "Capacity"
msgstr "Kapacitet"
@@@ -16231,11 -16502,30 +16547,30 @@@ msgstr "Ã
bningstider
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mandag-Fredag 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Parkeringsindkørsel"
@@@ -16384,6 -16674,9 +16719,9 @@@ msgstr "Opladestation
msgid "Edit Charging Station (for electric cars)"
msgstr "Ret opladestation (for elektriske biler)"
+ msgid "Voltage"
+ msgstr "Spænding"
+
msgid "Amperage"
msgstr "Ampere"
@@@ -16405,6 -16698,12 +16743,12 @@@ msgstr "Bilmekaniker
msgid "Edit Car Repair"
msgstr "Ret bilmekaniker"
+ msgid "Parts"
+ msgstr "Dele"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Dæk"
@@@ -16432,6 -16731,12 +16776,12 @@@ msgstr "Udlejning
msgid "Edit Car Rental"
msgstr "Ret biludlejning"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "kun"
+
msgid "Sharing"
msgstr "Deling"
@@@ -16456,22 -16761,6 +16806,6 @@@ msgstr "Services:
msgid "Sale"
msgstr "Udsalg"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ja"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "mærke"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "brugt"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nej"
-
msgid "brand"
msgstr "mærke"
@@@ -16493,9 -16782,6 +16827,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Dele"
-
msgid "Clothes"
msgstr "Tøj"
@@@ -16690,6 -16976,9 +17021,9 @@@ msgstr "Platform
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Bus"
@@@ -16720,6 -17009,9 +17054,9 @@@ msgstr "Kabelbane
msgid "Ferry"
msgstr "Færge"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Bænk"
@@@ -16732,9 -17024,6 +17069,6 @@@ msgstr "kørestol
msgid "limited"
msgstr "begrænset"
- msgid "only"
- msgstr "kun"
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16744,9 -17033,14 +17078,14 @@@ msgstr "Jernbaneplatform (gammel)
msgid "funicular"
msgstr "kabelbane"
+ msgctxt "railway"
msgid "Station"
msgstr "Station"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Rediger station"
+
msgid "Building"
msgstr "Bygning"
@@@ -16759,6 -17053,9 +17098,9 @@@ msgstr "Ret nedgang til undergrundsbane
msgid "Ticket Machine"
msgstr "Billetautomat"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Referencenummer"
@@@ -16783,14 -17080,6 +17125,6 @@@ msgstr "Konto eller loyalitetsskort
msgid "Public Transport (legacy)"
msgstr "Offentlig transport (gammel)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Station"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Rediger station"
-
msgid "UIC-Reference"
msgstr "UIC-reference"
@@@ -16839,8 -17128,8 +17173,8 @@@ msgstr "Ret bus-platform
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Ret taxiholdeplads"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Lufthavn"
@@@ -16893,6 -17182,21 +17227,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Redigér terminal"
+ msgid "Internet access"
+ msgstr "Internet-adgang"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "kablet"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Gebyr for Internet-adgang"
+
msgctxt "airport"
msgid "Gate"
msgstr "Gate"
@@@ -16915,21 -17219,6 +17264,6 @@@ msgstr "Ret hotel
msgid "Stars"
msgstr "Stjerner"
- msgid "Internet access"
- msgstr "Internet-adgang"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "kablet"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Gebyr for Internet-adgang"
-
msgid "Smoking"
msgstr "Rygning"
@@@ -17119,9 -17408,6 +17453,6 @@@ msgstr "Stripklub
msgid "Edit Stripclub"
msgstr "Rediger stripklub"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Turisme"
@@@ -17143,9 -17429,15 +17474,15 @@@ msgstr "Udkigstårn
msgid "Information Office"
msgstr "Informationskontor"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Kort"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -17158,6 -17450,9 +17495,9 @@@ msgstr "gade
msgid "scheme"
msgstr "skema"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Vist område"
@@@ -17197,6 -17492,9 +17537,9 @@@ msgstr "... andre transporttyper er mul
msgid "Information Board"
msgstr "Informationstavle"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -17218,23 -17516,35 +17561,35 @@@ msgstr "planter
msgid "Guidepost"
msgstr "Guide post"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Informations terminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Nærmere beskrivelse"
msgid "Audioguide"
msgstr "Audio guide"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Lydguide via mobiltelefon?"
msgid "Phone number"
msgstr "Telefonnummer"
- msgid "Other Information Points"
- msgstr "Andre informations punkter"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Rekreation"
@@@ -17363,50 -17673,44 +17718,44 @@@ msgstr "Kunstværk
msgid "Edit Artwork"
msgstr "Ret kunstværk"
- msgid "Place of Worship"
- msgstr "Sted for tilbedelse"
-
- msgid "Edit Place of Worship"
- msgstr "Ret sted for tilbedelse"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr "Lydstudie"
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr "Rediger studie"
- msgid "buddhist"
- msgstr "buddhistisk"
+ msgid "audio"
+ msgstr "lyd"
- msgid "christian"
- msgstr "kristen"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "hinduistisk"
+ msgid "Place of Worship"
+ msgstr "Sted for tilbedelse"
- msgid "jain"
- msgstr "jainistisk"
+ msgid "Church"
+ msgstr "Kirke"
- msgid "jewish"
- msgstr "jødisk"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslimsk"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritistisk"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoistisk"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitar"
+ msgid "church"
+ msgstr "kirke"
- msgid "zoroastrian"
- msgstr "zoroastristisk"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Trosretning"
@@@ -17423,6 -17727,12 +17772,12 @@@ msgstr "katolsk
msgid "evangelical"
msgstr "evangelisk"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "Jehovas Vidner"
@@@ -17435,6 -17745,9 +17790,9 @@@ msgstr "metodistisk
msgid "mormon"
msgstr "mormonsk"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoks"
@@@ -17453,50 -17766,150 +17811,150 @@@ msgstr "kvæker
msgid "roman_catholic"
msgstr "Romersk katolsk"
- msgid "shia"
- msgstr "shiitisk"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunnitisk"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Servicetider"
- msgid "Su 10:00"
- msgstr "Su 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Su 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Su 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Ã
bningstider for besøg"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Lydstudie"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Rediger studie"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "lyd"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Offentlig bygning"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Ret offentlig bygning"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "RÃ¥dhus"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Ret rådhus"
+ msgid "shia"
+ msgstr "shiitisk"
+
+ msgid "sunni"
+ msgstr "sunnitisk"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jainistisk"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritistisk"
+
+ msgid "taoist"
+ msgstr "taoistisk"
+
+ msgid "unitarian"
+ msgstr "unitar"
+
+ msgid "zoroastrian"
+ msgstr "zoroastristisk"
+
+ msgid "Public Building"
+ msgstr "Offentlig bygning"
+
+ msgid "Edit Public Building"
+ msgstr "Ret offentlig bygning"
+
+ msgid "Town hall"
+ msgstr "RÃ¥dhus"
+
+ msgid "Edit Town hall"
+ msgstr "Ret rådhus"
msgid "Community Centre"
msgstr "Medborgerhus"
@@@ -17573,6 -17986,12 +18031,12 @@@ msgstr "Ret køreskole
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Sundhed"
@@@ -17654,12 -18073,66 +18118,66 @@@ msgstr "Dyrlæge
msgid "Edit Veterinary"
msgstr "Ret dyrlæge"
- msgid "Drinking water"
- msgstr "Drikkevand"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "offentlig"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
msgid "Post Box"
msgstr "Postkasse"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -17669,6 -18142,30 +18187,30 @@@ msgstr "Ret telefon
msgid "Telephone cards"
msgstr "Telefonkort"
+ msgid "Emergency Phone"
+ msgstr "Nødtelefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Ur"
@@@ -17678,30 -18175,36 +18220,36 @@@ msgstr "Rediger ur
msgid "Display"
msgstr "Display"
- msgctxt "display"
msgid "analog"
- msgstr "analog"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "digital"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "solur"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "reklameskilt"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "Synlighed/læsbarhed"
@@@ -17730,8 -18233,8 +18278,8 @@@ msgstr "Viser fugtighed
msgid "Recycling"
msgstr "Genbrug"
- msgid "Edit Recycling station"
- msgstr "Ret genbrugsplads"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batterier"
@@@ -17757,21 -18260,15 +18305,15 @@@ msgstr "center
msgid "Waste Basket"
msgstr "Skraldespand"
- msgid "Edit Waste Basket"
- msgstr "Rediger skraldespand"
-
msgid "Waste Disposal"
msgstr "Affaldsbortskaffelse"
- msgid "Edit Waste Disposal"
- msgstr "Rediger affaldsbortskaffelse"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "Ryglæn"
- msgid "plastic"
- msgstr "plastik"
-
msgid "Amount of Seats"
msgstr "Antal sæder"
@@@ -17806,8 -18303,17 +18348,17 @@@ msgstr "Ret jagttårn
msgid "Height"
msgstr "Højde"
+ msgctxt "height"
msgid "low"
- msgstr "lav"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Skjul"
@@@ -17815,9 -18321,6 +18366,6 @@@
msgid "Lock"
msgstr "LÃ¥s"
- msgid "Drinking Water"
- msgstr "Vandpost"
-
msgid "Edit Source of Potable Water"
msgstr "Rediger kilde til drikkevand"
@@@ -17849,6 -18352,9 +18397,9 @@@ msgstr "dam
msgid "Diameter (in mm)"
msgstr "Diameter (i mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "bane"
@@@ -17886,119 -18392,155 +18437,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Ret stadion"
- msgid "select sport:"
- msgstr "vælg sportsgren:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "bueskydning"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletik"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
-msgstr ""
+msgstr "amerikansk fodbold"
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australsk fodbold"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketball"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "petanque"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
-msgstr ""
+msgstr "canadisk fodbold"
+ msgctxt "sport"
msgid "canoe"
- msgstr "kano"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "klatring"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
-msgstr ""
+msgstr "cricketnet"
+ msgctxt "sport"
msgid "croquet"
- msgstr "kroket"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cykling"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "hundeløb"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "ridning"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastik"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "travbane"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "skydebane"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skøjteløb"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "skisport"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fodbold"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "svømning"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "bordtennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Idrætscenter"
@@@ -18030,26 -18572,27 +18617,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Ret minigolf"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Ret multi"
- msgid "type"
- msgstr "type"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "bane"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sportshal"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -18057,6 -18600,15 +18645,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "bane"
+
+ msgid "sports_centre"
+ msgstr "sportshal"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "Bowling"
@@@ -18090,6 -18642,22 +18687,22 @@@ msgstr "Ret kanosport
msgid "Edit Cycling"
msgstr "Ret cykling"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Hundeløb"
@@@ -18146,7 -18714,7 +18759,7 @@@ msgid "Skating
msgstr "Skøjteløb"
msgid "Edit Skating"
- msgstr "Rediger skøjteløb"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -18190,36 -18758,54 +18803,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Sværhedsgrad"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "nybegynder"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "let"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avanceret"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ekspert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "klassisk"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "scooter"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -18262,19 -18848,15 +18893,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -18413,6 -18995,18 +19040,18 @@@ msgstr "Model flyveplads
msgid "Edit Model Aerodrome"
msgstr "Redigér model flyveplads"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "Fjernstyret bil"
@@@ -18425,38 -19019,73 +19064,73 @@@ msgstr "Menneskeskabt
msgid "Edit Building"
msgstr "Rediger bygning"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "tag"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garage"
+ msgstr ""
- msgid "church"
- msgstr "kirke"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "skole"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "hangar"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "kommerciel"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "gård"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "transport"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "drivhus"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "kontor"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "universitet"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr ""
@@@ -18464,21 -19093,60 +19138,60 @@@
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "lejligheder"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "hus"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "hytte"
+ msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
-msgstr ""
+msgstr "rækkehus"
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Indgang"
+
+ msgid "Edit Entrance"
+ msgstr "Ret indgang"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "TÃ¥rn"
@@@ -18703,66 -19371,182 +19416,182 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr "Mo-Fr 22:00-05:00"
- msgid "Measurement Station"
- msgstr "MÃ¥lestation"
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
+
+ msgid "Tide Level"
+ msgstr ""
+
+ msgid "Traffic"
+ msgstr ""
+
+ msgid "Air Quality"
+ msgstr ""
+
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
+
+ msgid "GLONASS Signals"
+ msgstr ""
+
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "MÃ¥lepunkt"
+
+ msgid "Edit Survey Point"
+ msgstr "Ret målepunkt"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Ret overvågningskamera"
+
+ msgid "indoor"
+ msgstr "indendørs"
+
+ msgid "outdoor"
+ msgstr "udendørs"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "butik"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Ret målestation"
+ msgid "Inclination in degrees"
+ msgstr ""
- msgid "Measurement"
- msgstr "MÃ¥ling"
+ msgid "Height in meter (m)"
+ msgstr ""
- msgid "particulate_matter"
+ msgid "Power"
+ msgstr "Strøm"
+
+ msgid "Power Plant"
msgstr ""
- msgid "seismic"
+ msgid "Edit Power Plant"
msgstr ""
- msgid "water_level"
+ msgid "Start date"
msgstr ""
- msgid "weather"
- msgstr "vejer"
+ msgid "Output forms of energy"
+ msgstr ""
- msgid "Recording"
- msgstr "Optager"
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
- msgid "manually"
- msgstr "manuelt"
+ msgid "electricity"
+ msgstr "elekticitet"
- msgid "automated"
- msgstr "automatiseret"
+ msgid "2 W"
+ msgstr "2 W"
- msgid "remote"
- msgstr "remote"
+ msgid "3 kW"
+ msgstr "3 kW"
- msgctxt "display"
- msgid "no"
- msgstr "nej"
+ msgid "5 MW"
+ msgstr "5 MW"
- msgid "Survey Point"
- msgstr "MÃ¥lepunkt"
+ msgid "7 GW"
+ msgstr "7 GW"
- msgid "Edit Survey Point"
- msgstr "Ret målepunkt"
+ msgid "hot water"
+ msgstr "varmt vand"
- msgid "Surveillance"
- msgstr "Overvågning"
+ msgid "hot air"
+ msgstr "varm luft"
- msgid "Edit Surveillance Camera"
- msgstr "Ret overvågningskamera"
+ msgid "cold water"
+ msgstr "koldt vand"
- msgid "indoor"
- msgstr "indendørs"
+ msgid "cold air"
+ msgstr "kold luft"
- msgid "outdoor"
- msgstr "udendørs"
+ msgid "compressed air"
+ msgstr "komprimeret luft"
- msgid "public"
- msgstr "offentlig"
+ msgid "steam"
+ msgstr "damp"
- msgid "Power"
- msgstr "Strøm"
+ msgid "vacuum"
+ msgstr "vakuum"
msgid "Power Generator"
msgstr "Generator"
@@@ -18815,89 -19599,192 +19644,192 @@@ msgstr "vind
msgid "Method"
msgstr "Metode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "forbrænding"
+ msgstr ""
- msgid "dam"
- msgstr "dæmning"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "fission"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fusion"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "sol"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termisk"
+ msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
- msgstr "elekticitet"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "varmt vand"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "varm luft"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "koldt vand"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "kold luft"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "komprimeret luft"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "damp"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vakuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
- msgid "battery charging"
- msgstr "batteri opladning"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Kraftværk"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Ret kraftværk"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Transformatorstation"
@@@ -18908,6 -19795,21 +19840,21 @@@ msgstr "Ret transformatorstation
msgid "Line reference"
msgstr "Linie reference"
+ msgid "high"
+ msgstr "høj"
+
+ msgid "medium"
+ msgstr "medium"
+
+ msgid "low"
+ msgstr "lav"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Fordelerskab"
@@@ -18923,6 -19825,9 +19870,9 @@@ msgstr "Ret elmast
msgid "Tower reference"
msgstr "TÃ¥rn reference"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Pæl"
@@@ -18941,11 -19846,9 +19891,9 @@@ msgstr "Ret strømkabel
msgid "Line type"
msgstr "Linie type"
- msgctxt "Power Line"
msgid "line"
-msgstr ""
+msgstr "line"
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -19054,11 -19957,11 +20002,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Ret kiosk"
- msgid "Baker"
- msgstr "Bager"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Ret bager"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Slagter"
@@@ -19069,7 -19972,7 +20017,7 @@@ msgstr "Ret slagter
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -19090,6 -19993,9 +20038,9 @@@ msgstr "Markedsplads
msgid "Edit Marketplace"
msgstr "Rediger markedsplads"
+ msgid "Organic"
+ msgstr "Ãkologisk"
+
msgid "Greengrocer"
msgstr "Grønthandler"
@@@ -19102,9 -20008,6 +20053,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Ãkologisk"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -19174,8 -20077,8 +20122,8 @@@ msgstr "Rediger skrædder
msgid "Fabric"
msgstr "Stof"
- msgid "Edit Fabric"
- msgstr "Rediger stof"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronisk"
@@@ -19195,14 -20098,14 +20143,14 @@@ msgstr "Ret elektronikforretning
msgid "Mobile Phone"
msgstr "Mobiltelefon"
- msgid "Edit Mobile Phone"
- msgstr "Ret Mobiltelefon"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Støvsuger"
- msgid "Edit Vacuum Cleaner"
- msgstr "Ret Støvsuger"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hi-fi"
@@@ -19210,7 -20113,6 +20158,6 @@@
msgid "Edit Hifi Shop"
msgstr "Ret hi-fi-forhandler"
- msgctxt "shop"
msgid "Video"
msgstr "Video"
@@@ -19238,6 -20140,12 +20185,12 @@@ msgstr "Ret vekselkontor
msgid "Edit Automated Teller Machine"
msgstr "Ret pengeautomat"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -19274,11 -20182,32 +20227,32 @@@ msgstr "Guldsmed
msgid "Edit Jewelry"
msgstr "Rediger guldsmed"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddhistisk"
+
+ msgid "christian"
+ msgstr "kristen"
+
+ msgid "hindu"
+ msgstr "hinduistisk"
+
+ msgid "jewish"
+ msgstr "jødisk"
+
+ msgid "muslim"
+ msgstr "muslimsk"
+
msgid "Erotic"
msgstr "Erotisk"
- msgid "Edit Erotic"
- msgstr "Ret Erotisk"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Blomsterhandler"
@@@ -19307,8 -20236,8 +20281,8 @@@ msgstr "Ret isenkræmmer
msgid "Paint"
msgstr "Maling"
- msgid "Edit Paint"
- msgstr "Rediger maling"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Møbelforretning"
@@@ -19319,20 -20248,20 +20293,20 @@@ msgstr "Ret møbelforretning
msgid "Kitchen"
msgstr "Køkken"
- msgid "Edit Kitchen"
- msgstr "Ret Køkken"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Gardin"
- msgid "Edit Curtain"
- msgstr "Redigér gardin"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Ramme"
- msgid "Edit Frames"
- msgstr "Redigér rammer"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Kontorforsyning"
@@@ -19367,8 -20296,8 +20341,8 @@@ msgstr "Ret rejsebureau
msgid "Musical Instrument"
msgstr "Musikinstrumenter"
- msgid "Edit Musical Instruments"
- msgstr "Redigér musikinstrumenter"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Legetøjsbutik"
@@@ -19580,6 -20509,12 +20554,12 @@@ msgstr "Tinde
msgid "Edit Peak"
msgstr "Ret tinde"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Gletsjer"
@@@ -19619,24 -20554,33 +20599,33 @@@ msgstr "Træ
msgid "Edit Tree"
msgstr "Ret et træ"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanisk navn"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Naturskov"
msgid "Edit Wood"
msgstr "Ret naturskov"
- msgctxt "wood"
msgid "coniferous"
- msgstr "nåleskov"
+ msgstr "NÃ¥leskov"
- msgctxt "wood"
msgid "deciduous"
- msgstr "løvskov"
+ msgstr "Løvskov"
- msgctxt "wood"
msgid "mixed"
msgstr "blandet"
@@@ -19646,15 -20590,6 +20635,6 @@@ msgstr "Skov
msgid "Edit Forest Landuse"
msgstr "Ret skovområde"
- msgid "coniferous"
- msgstr "NÃ¥leskov"
-
- msgid "deciduous"
- msgstr "Løvskov"
-
- msgid "mixed"
- msgstr "blandet"
-
msgid "Grassland"
msgstr ""
@@@ -19730,6 -20665,12 +20710,12 @@@ msgstr "Eng
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr "Frugtplantage"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Rediger frugtplantage område"
+
msgid "Vineyard"
msgstr "Vingård"
@@@ -19784,8 -20725,8 +20770,8 @@@ msgstr "Rekreativt område
msgid "Edit Recreation Ground Landuse"
msgstr "Ret rekreativt område"
- msgid "Residential area"
- msgstr "Beboelseområde"
+ msgid "Residential Area"
+ msgstr "Beboelsesområde"
msgid "Edit Residential Landuse"
msgstr ""
@@@ -19796,6 -20737,9 +20782,9 @@@ msgstr "Gravplads
msgid "Edit Graveyard"
msgstr "Ret gravplads"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Kirkegård"
@@@ -19871,6 -20815,33 +20860,33 @@@ msgstr "Ret grusgrav/stenbrudsområde
msgid "Annotation"
msgstr "Henvisning"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Ret adresseinformation"
@@@ -19901,11 -20872,23 +20917,23 @@@ msgstr "Nummereringssystem
msgid "odd"
msgstr "ulige"
- msgid "even"
- msgstr "lige"
+ msgid "even"
+ msgstr "lige"
+
+ msgid "alphabetic"
+ msgstr "alfabetisk"
+
+ msgid "Accuracy"
+ msgstr "Præcision"
+
+ msgid "actual"
+ msgstr ""
- msgid "alphabetic"
- msgstr "alfabetisk"
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
msgid "Contact (common schema)"
msgstr "Kontakt (normalt skema)"
@@@ -20075,20 -21058,49 +21103,49 @@@ msgstr "Generel rute
msgid "Edit general route"
msgstr "Rediger generel rute"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "vej"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "fod"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "vandring"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "omvej"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Symbol beskrivelse"
@@@ -20135,20 -21147,23 +21192,23 @@@ msgstr "forlæns stoppested
msgid "backward halt point"
msgstr "baglæns stoppested"
- msgid "Route network"
- msgstr "Rutenetværk"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Rediger rutenetværk"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "medlem"
- msgid "Associated street"
- msgstr "Tilknyttet vej"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Rediger tilknyttet vej"
+ msgid "house"
+ msgstr "hus"
msgid "Street"
msgstr "Gade"
@@@ -20171,8 -21186,8 +21231,8 @@@ msgstr "alt der er relateret til vejen
msgid "Destination sign"
msgstr "Destinationsskilt"
- msgid "Edit Destination sign"
- msgstr "Rediger destinationsskilt"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "Destination skrevet på skilt (uden afstand)"
@@@ -20267,18 -21282,27 +21327,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "bro"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr "cykel"
+
+ msgid "foot"
+ msgstr "fod"
+
msgid "horse"
msgstr "hest"
@@@ -20288,7 -21312,10 +21357,10 @@@ msgstr "barriere
msgid "motorroad"
msgstr "hovedvej"
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -20297,10 -21324,10 +21369,10 @@@ msgstr "services
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -20318,6 -21345,9 +21390,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -20333,35 -21363,35 +21408,35 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
msgstr "kraft"
msgid "pier"
- msgstr "mole"
+ msgstr "bådebro"
msgid "pipeline"
msgstr "rørledning"
@@@ -20375,20 -21405,20 +21450,20 @@@ msgstr "marina
msgid "amenity"
msgstr "facilitet"
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "helbred"
- msgid "shop"
- msgstr "butik"
+ msgid "office"
+ msgstr "kontor"
msgid "hotel"
msgstr "hotel"
@@@ -20462,11 -21492,14 +21537,14 @@@ msgstr "rute
msgid "boundary"
msgstr "grænse"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "sted"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "adresse"
@@@ -20480,9 -21513,6 +21558,6 @@@ msgstr "By
msgid "One Way"
msgstr "Ensrettet"
- msgid "Church"
- msgstr "Kirke"
-
msgid "Fuel Station"
msgstr "Benzintank"
@@@ -20510,6 -21540,9 +21585,9 @@@ msgstr "bridge tag på et punkt
msgid "wrong highway tag on a node"
msgstr "forkert highway tag på et punkt"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "Unavngivet uklassificeret highway"
@@@ -20555,11 -21588,41 +21633,41 @@@ msgstr "usædvanlig tag kombination (hi
msgid "unusual tag combination (highway & natural)"
msgstr "usædvanlig tag kombination (highway & natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr "natural water brugt til swimming pool"
- msgid "incline without highway"
- msgstr "incline uden highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
+ msgstr ""
msgid "junction without highway"
msgstr "junction uden highway"
@@@ -20570,8 -21633,8 +21678,8 @@@ msgstr "lanes uden highway
msgid "lcn without highway"
msgstr "lcn uden highway"
- msgid "lit without highway"
- msgstr "lit uden highway"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr ""
msgid "living_street without highway"
msgstr "living_street uden highway"
@@@ -20588,8 -21651,8 +21696,8 @@@ msgstr "motorroad uden highway
msgid "ntd_id without highway"
msgstr "ntd_id uden highway"
- msgid "oneway without highway"
- msgstr "oneway uden highway"
+ msgid "oneway without highway or railway"
+ msgstr ""
msgid "sac_scale without highway"
msgstr "sac_scale uden highway"
@@@ -20705,20 -21768,131 +21813,131 @@@ msgstr "canal uden waterway
msgid "have_riverbank without waterway"
msgstr "have_riverbank uden waterway"
- msgid "tunnel without highway/railway/waterway"
- msgstr "tunnel uden highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr ""
- msgid "bridge without highway/railway/waterway"
- msgstr "bridge uden highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr ""
- msgid "psv without highway/railway/waterway"
- msgstr "psv uden highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr ""
msgid "width without physical linear feature"
msgstr "width uden fysiske lineære træk"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "maxspeed uden highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "religion uden trosretning"
@@@ -20737,8 -21911,47 +21956,47 @@@ msgid "
msgstr ""
"intet wikipedia-sprog angivet, brug \"wikipedia\"=\"sprog:sidetitel\""
- msgid "unkown language prefix in wikipedia tag"
- msgstr "ukendt sprog præfiks i wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
msgid "Landsat"
msgstr "Landsat"
@@@ -20749,24 -21962,30 +22007,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik sort & hvid)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -20782,8 -22001,8 +22049,8 @@@ msgstr "OpenStreetMap (Tysk stilart)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodia, Laos, Thailand, Vietnam tosproget"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr ""
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI sort-og-hvid 2.5m"
@@@ -20791,6 -22010,9 +22058,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (base map)"
@@@ -20939,6 -22161,29 +22209,29 @@@ msgstr "Bavaria (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (Haiti)"
@@@ -21041,41 -22286,41 +22334,41 @@@ msgstr "ITACyL - Castile and León
msgid "IDEIB - Balearic Islands"
msgstr "IDEIB - Balearic Islands"
--msgid "Kanton Aargau 25cm (AGIS 2011)"
--msgstr "Kanton Aargau 25cm (AGIS 2011)"
++msgid "VoGIS: Echtfarbenbild 2012 (12cm)"
++msgstr "VoGIS: Echtfarbenbild 2012 (12cm)"
--msgid "Stadt Uster Orthophoto 2008 10cm"
--msgstr "Stadt Uster Orthophoto 2008 10cm"
++msgid "VoGIS: Flächenwidmungsplan"
++msgstr "VoGIS: Flächenwidmungsplan"
--msgid "Stadtplan Zürich"
--msgstr "Stadtplan Zürich"
++msgid "VoGIS: DGM (Terrain model)"
++msgstr "VoGIS: DGM (Terrain model)"
--msgid "Kanton Solothurn 12.5cm (SOGIS 2007)"
--msgstr "Kanton Solothurn 12.5cm (SOGIS 2007)"
++msgid "VoGIS: DOM (Surface model)"
++msgstr "VoGIS: DOM (Surface model)"
--msgid "Kanton Solothurn 12.5cm (SOGIS 2011)"
--msgstr "Kanton Solothurn 12.5cm (SOGIS 2011)"
++msgid "Geobase Hydrography"
++msgstr "Geobase Hydrography"
--msgid "Kanton Solothurn Infrarot 12.5cm (SOGIS 2011)"
--msgstr "Kanton Solothurn Infrarot 12.5cm (SOGIS 2011)"
++msgid "Geobase Roads"
++msgstr "Geobase Roads"
--msgid "Canton de Génève 5cm (SITG 2011)"
--msgstr "Canton de Génève 5cm (SITG 2011)"
++msgid "Canvec"
++msgstr "Canvec"
--msgid "Canton de Neuchâtel 50cm (SITN 2006)"
--msgstr "Canton de Neuchâtel 50cm (SITN 2006)"
++msgid "British Columbia Mosaic"
++msgstr "British Columbia Mosaic"
--msgid "Canton du Jura 50cm (RCJU 1998)"
--msgstr "Canton du Jura 50cm (RCJU 1998)"
++msgid "Czech CUZK:KM"
++msgstr "Czech CUZK:KM"
--msgid "Canton de Fribourg 50cm (2005)"
--msgstr "Canton de Fribourg 50cm (2005)"
++msgid "Czech UHUL:ORTOFOTO"
++msgstr "Czech UHUL:ORTOFOTO"
--msgid "Stadt Bern 10cm/25cm (2008)"
--msgstr "Stadt Bern 10cm/25cm (2008)"
++msgid "Fugro (Denmark)"
++msgstr "Fugro (Danmark)"
--msgid "HEIG-VD / Orthophoto Yverdon-les-Bains 25cm (2007)"
--msgstr "HEIG-VD / Orthophoto Yverdon-les-Bains 25cm (2007)"
++msgid "Stevns (Denmark)"
++msgstr "Stevns (Danmark)"
msgid "Ville de Nyon - Orthophoto 2010 HD 5cm/pi"
msgstr "Ville de Nyon - Orthophoto 2010 HD 5cm/pi"
@@@ -21089,21 -22334,24 +22382,26 @@@ msgstr "SIGIP - Orthophoto 2012
msgid "Lausanne - Orthophoto technique 2012"
msgstr "Lausanne - Orthophoto technique 2012"
--msgid "MSR Maps Topo"
--msgstr "MSR Maps Topo"
++msgid "CRAIG - Auvergne 2009/2010 - 30 cm"
++msgstr "CRAIG - Auvergne 2009/2010 - 30 cm"
--msgid "MSR Maps Urban"
--msgstr "MSR Maps Urban"
++msgid "CRAIG - Moulins 2009 - 15 cm"
++msgstr "CRAIG - Moulins 2009 - 15 cm"
--msgid "USGS Scanned Topographic Maps"
--msgstr "USGS Scanned Topographic Maps"
++msgid "CRAIG - Montluçon 2009 - 15 cm"
++msgstr "CRAIG - Montluçon 2009 - 15 cm"
--msgid "USGS Large Scale Imagery"
--msgstr "USGS Large Scale Imagery"
++msgid "CRAIG - Vichy 2009 - 15 cm"
++msgstr "CRAIG - Vichy 2009 - 15 cm"
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Roads Overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
++"Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
++"- 1 m"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -21116,29 -22364,29 +22414,29 @@@ msgstr "NC 2010 Orthoimagery
msgid "Ukraine - Orthophotomaps 2012"
msgstr "Ukraine - Orthophotomaps 2012"
--msgid "7th Series (OS7)"
--msgstr "7th Series (OS7)"
++msgid "OpenStreetMap (Sorbian Language)"
++msgstr "OpenStreetMap (Sorbian Language)"
--msgid "OS New Popular Edition historic"
--msgstr "OS New Popular Edition historic"
++msgid "OpenStreetMap (German Language)"
++msgstr "OpenStreetMap (German Language)"
--msgid "OS OpenData StreetView"
--msgstr "OS OpenData StreetView"
++msgid "OpenPT Map (overlay)"
++msgstr "OpenPT Map (overlay)"
--msgid "OS OpenData Locator"
--msgstr "OS OpenData Locator"
++msgid "Hamburg (40 cm)"
++msgstr "Hamburg (40 cm)"
--msgid "Surrey Air Survey"
--msgstr "Surrey Air Survey"
++msgid "Hamburg (DK5)"
++msgstr "Hamburg (DK5)"
--msgid "NLS - OS 6-inch Scotland 1842-82"
--msgstr "NLS - OS 6-inch Scotland 1842-82"
++msgid "Bavaria (2 m)"
++msgstr "Bavaria (2 m)"
--msgid "NLS - OS 1:25k 1st Series 1937-61"
--msgstr "NLS - OS 1:25k 1st Series 1937-61"
++msgid "Stuttgart (Luftbild)"
++msgstr "Stuttgart (Luftbild)"
--msgid "NLS - OS 1-inch 7th Series 1955-61"
--msgstr "NLS - OS 1-inch 7th Series 1955-61"
++msgid "Imagerie Drone (Haiti)"
++msgstr "Imagerie Drone (Haiti)"
msgid "OS 1:25k historic (OSM)"
msgstr "OS 1:25k historic (OSM)"
@@@ -21149,6 -22397,39 +22447,39 @@@ msgstr "OS Scottish Popular historic
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr "Eksporter"
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "opdatér port liste"
+
+ msgid "Configure"
+ msgstr "Konfigurer"
+
+ msgid "Connection Error."
+ msgstr "Forbindelsesfejl"
+
+ msgid "configure the connected DG100"
+ msgstr "konfigurer den forbundne DG100"
+
+ msgid "delete data after import"
+ msgstr "slet data efter import"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV Filer"
@@@ -21356,6 -22637,18 +22687,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -21377,14 -22670,8 +22720,8 @@@ msgstr "
msgid "Time"
msgstr "Tid"
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr "Automatisk"
-
- msgid "Fixed value"
- msgstr ""
+ msgid "Tracks"
+ msgstr "Spor"
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -21646,10 -22933,13 +22983,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21853,8 -23143,8 +23193,8 @@@ msgstr "Forventede ulige numre for adre
msgid "Expected even numbers for addresses"
msgstr "Forventede lige numre for adresser"
- msgid "Expected valid number for address increment"
- msgstr "Forventede gyldige numre for adresser i stigende orden"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Landekode skal være på 2 bogstaver"
@@@ -22125,15 -23415,6 +23465,6 @@@ msgstr "Husnummer:
msgid "Street Name:"
msgstr "Vejnavn:"
- msgid "Increment"
- msgstr "Forøgelse"
-
- msgid "Decrement"
- msgstr "Formindskelse"
-
- msgid "Numbers:"
- msgstr "Numre:"
-
msgid "Big buildings mode"
msgstr "Store-bygninger tilstand"
@@@ -22306,6 -23587,9 +23637,9 @@@ msgstr "Slå billedbeskæring fra unde
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -22324,12 -23608,6 +23658,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "høj"
-
- msgid "medium"
- msgstr "medium"
-
msgid "symbol"
msgstr "symbol"
@@@ -22467,6 -23745,9 +23795,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -22485,6 -23766,9 +23816,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Tilføj \"source=...\" til elementer?"
@@@ -22636,8 -23920,8 +23970,8 @@@ msgstr "
msgid "Save image as..."
msgstr ""
--msgid "PNG files (*.png)"
--msgstr "PNG filer (*.png)"
++msgid "Click second corner for image cropping"
++msgstr "Klik andet hjørne til billedbeskæring"
msgid "GeoTiff files (*.tif)"
msgstr ""
@@@ -22717,8 -24001,11 +24051,11 @@@ msgstr "
msgid "Is not vectorized."
msgstr "Er ikke vektoriseret"
- msgid "Raster size: {0}"
- msgstr "Raster størrelse: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Er vektoriseret"
@@@ -22767,8 -24054,8 +24104,8 @@@ msgstr "Slet det valgte skema fra liste
msgid "Color Schemes"
msgstr "Farveskemaer"
- msgid "Adress"
- msgstr "Adresse"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr "Opdel område"
@@@ -22994,27 -24281,9 +24331,9 @@@ msgstr "Slå datalogning fra hvis afsta
msgid "Unknown logFormat"
msgstr "Ukendt log format"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "opdatér port liste"
-
- msgid "Configure"
- msgstr "Konfigurer"
-
msgid "Configure Device"
msgstr "Konfigurer enhed"
- msgid "Connection Error."
- msgstr "Forbindelsesfejl"
-
- msgid "configure the connected DG100"
- msgstr "konfigurer den forbundne DG100"
-
- msgid "delete data after import"
- msgstr "slet data efter import"
-
msgid "Importing data from device."
msgstr "Importerer data fra enhed"
@@@ -24100,9 -25369,33 +25419,33 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Et rollebaseret relationsmedlemsskab blev kopieret til alle nye "
+ "veje.<br>Du bør kontrollere dette og om nødvendigt korrigere det.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Et relationsmedlemsskab blev kopieret til alle nye veje.<br>Du bør "
+ "kontrollere dette og om nødvendigt korrigere det.</html>"
+
msgid "Split way"
msgstr "Opdel vej"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Indtast en tag nøgle, f.eks. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Indtast en tag værdi, f.eks. <strong><tt>Tjek "
+ "medlemmer</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan venstre"
@@@ -24492,6 -25785,6 +25835,9 @@@ msgstr "
msgid "Reading 7Zip file..."
msgstr ""
++msgid "Reading 7Zip file..."
++msgstr ""
++
msgid "Reading Zip file..."
msgstr ""
@@@ -24757,9 -26050,6 +26103,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "En fejl opstod: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Kunne ikke oprette ny fejlrapport. Resultat: {0}"
-
msgid "Process queue"
msgstr "Behandlingskø"
@@@ -24816,18 -26106,6 +26159,6 @@@ msgstr "
msgid "Close: "
msgstr "Luk: "
- msgid "New issue"
- msgstr "Ny fejlrapport"
-
- msgid "Create issue"
- msgstr "Opret fejlrapport"
-
- msgid "Describe the problem precisely"
- msgstr "Beskriv problemet præcist"
-
- msgid "Create: "
- msgstr "Opret: "
-
msgid "Open in browser"
msgstr "Ã
ben i browser"
@@@ -25176,6 -26454,27 +26507,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -25327,6 -26626,10 +26679,10 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Advarsel: kunne ikke håndtere zip filen \"{0}\". Undtagelsen var: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25649,9 -26952,6 +27005,6 @@@ msgstr "GPX filen indeholdt ikke nogen
msgid "Create Stops from GPX"
msgstr "Opret stop fra GPX"
- msgid "Tracks"
- msgstr "Spor"
-
msgid "Tracks in this GPX file:"
msgstr "Spor i denne GPX fil:"
@@@ -25869,6 -27169,9 +27222,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25904,15 -27207,35 +27260,35 @@@ msgstr "
msgid "Downloading changeset"
msgstr "Henter rettesæt"
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Advarsel ikkeunderstøttet startelement ''{0}'' i rettesætsindhold på "
+ "position ({1},{2}). Springer over."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Advarsel ikkeunderstøttet slutelement ''{0}'' i rettesætsindhold på position "
+ "({1},{2}). Springer over."
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr "skilte"
+ msgid "Change Properties"
+ msgstr "Ret egenskaber"
+
msgid "Country preset:"
msgstr ""
@@@ -26027,9 -27350,6 +27403,6 @@@ msgstr "Indstillinger for Ruteplan-udvi
msgid "Configure routing preferences."
msgstr "Ret indstillinger for ruteplan"
- msgid "Highway type"
- msgstr "Vej-type"
-
msgid "Speed (Km/h)"
msgstr "Hastighed (km/t)"
@@@ -26208,20 -27528,20 +27581,20 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Onlinehjælp"
+ msgid "SeaMap Editor"
+ msgstr ""
- msgid "Load"
- msgstr "Indlæs"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "usynlig"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
- msgstr "Eksporter"
+ msgid "Select a map object"
+ msgstr ""
msgid "AutoSave LiveData"
msgstr ""
@@@ -26442,6 -27762,95 +27815,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -26478,6 -27887,10 +27940,10 @@@ msgstr "Indlæs objekter fra serveren
msgid "Download signed data"
msgstr "Download underskrevet data"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Advarsel: Ignorerer undtagelsen da opgaven blev annulleret. Undtagelse: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26633,9 -28046,6 +28099,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr "Præcision"
-
msgid "Select as much as you like:"
msgstr "Vælg så mange som du har lyst til:"
@@@ -27627,9 -29037,6 +29090,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr "Fjern alle punkter fra markeringen"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Importér video"
@@@ -27919,9 -29326,6 +29379,6 @@@ msgstr "Sætter standard sproget for Wi
msgid "Enter the Wikipedia language"
msgstr "Angiv Wikipedia sproget"
- msgid "Add Tag"
- msgstr "Tilføj tag"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/de.po
index c3b50c6,05a530f..b8f9aaf
--- a/i18n/po/de.po
+++ b/i18n/po/de.po
@@@ -2,28 -2,31 +2,31 @@@ msgid "
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-09 20:09+0000\n"
- "Last-Translator: Carsten Gerlach <daswaldhorn at gmx.de>\n"
- "Language-Team: <de at li.org>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-19 20:43+0000\n"
+ "Last-Translator: framm <Unknown>\n"
+ "Language-Team: German <kde-i18n-de at kde.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-10 04:33+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-20 04:32+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
+ "Language: de\n"
+ "X-Poedit-SearchPath-0: .\n"
+ "X-Poedit-Basepath: /home/simon/src/josm.all/i18n\n"
msgid "{0}: option ''{1}'' is ambiguous"
- msgstr "{0}: Option ''{1}'' ist mehrdeutig"
+ msgstr "{0}: Option ''{1}'' ist mehrdeutig"
msgid "{0}: option ''--{1}'' does not allow an argument"
- msgstr "{0}: Option ''--{1}'' erlaubt kein Argument"
+ msgstr "{0}: Option ''--{1}'' erlaubt kein Argument"
msgid "{0}: option ''{1}{2}'' does not allow an argument"
- msgstr "{0}: Option ''{1}{2}'' erlaubt kein Argument"
+ msgstr "{0}: Option ''{1}{2}'' erlaubt kein Argument"
msgid "{0}: option ''{1}'' requires an argument"
- msgstr "{0}: Option ''{1}'' verlangt nach einem Argument"
+ msgstr "{0}: Option ''{1}'' verlangt nach einem Argument"
msgid "{0}: unrecognized option ''--{1}''"
msgstr "{0}: unerkannte Option ''--{1}''"
@@@ -51,6 -54,9 +54,9 @@@ msgstr "
"Das Ãffnen von Links wird von der derzeitigen Plattform (''{0}'') nicht "
"unterstützt"
+ msgid "ERROR: {0}"
+ msgstr "Fehler: {0}"
+
msgid "WARNING: {0}"
msgstr "WARNUNG: {0}"
@@@ -60,6 -66,9 +66,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr "Ursache: "
+
msgid "Executing platform startup hook"
msgstr "Plattform-Start ausführen"
@@@ -164,19 -173,19 +173,19 @@@ msgid "About JOSM...
msgstr "Ãber JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNUNG: Unerwartetes Format der API-Basis-URL. Weiterleitung zur Info- oder "
+ "Unerwartetes Format der API-Basis-URL. Weiterleitung zur Info- oder "
"Chronikseite wird wahrscheinlich scheitern. API-Basis-URL ist: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNUNG: Unerwartetes Format der API-Basis-URL. Die Weiterleitung zu den OSM-"
+ "Unerwartetes Format der API-Basis-URL. Die Weiterleitung zu den OSM-"
"Nutzerseiten wird wahrscheinlich fehlschlagen. Die API-Basis-URL lautet: "
- "\"{0}\""
+ "''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -268,9 -277,6 +277,6 @@@ msgstr "Werkzeug: {0}
msgid "Please select at least four nodes."
msgstr "Bitte mindestens vier Punkte auswählen."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Punkte in einer Gerade anordnen"
@@@ -307,6 -313,9 +313,9 @@@ msgstr "nächster
msgid "Nothing selected to zoom to."
msgstr "Nichts ausgewählt, auf das gezoomt werden kann."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Auf {0} zoomen"
@@@ -363,10 -372,10 +372,10 @@@ msgstr "
"werden. Sollen die Richtungen angepasst werden?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Linien können nicht verbunden werden (Sie können nicht in eine eindeutige "
+ "Linien können nicht verbunden werden<br>(Sie können nicht in eine eindeutige "
"Reihenfolge gebracht werden)"
msgid "Combine {0} ways"
@@@ -554,6 -563,9 +563,9 @@@ msgstr "Versionsprotokoll
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Versionsprotokoll der Linien, Punkte oder Relationen anzeigen."
+ msgid "Show history"
+ msgstr "Versionsprotokoll anzeigen"
+
msgid "History (web)"
msgstr "Versionsprotokoll (Web)"
@@@ -683,11 -695,11 +695,11 @@@ msgid "Joined overlapping areas
msgstr "Ãberlappende Flächen verbunden"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Einige der Linien waren Elemente von Relationen, welche geändert wurden. "
- "Bitte prüfen Sie, dass keine Fehler entstanden sind."
+ "Einige der Linien waren Elemente von Relationen, welche geändert "
+ "wurden.<br>Bitte prüfen Sie, dass keine Fehler entstanden sind."
msgid "Fix tag conflicts"
msgstr "Merkmalskonflikte beheben"
@@@ -855,8 -867,8 +867,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Mehrere Punkte zum Ãltesten vereinigen."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
"Bitte wählen Sie mindestens zwei Punkte zum Vereinigen oder einen Punkt, der "
"nahe an einem anderen liegt."
@@@ -1068,16 -1080,11 +1080,11 @@@ msgid "Orthogonalize / Undo
msgstr "Rechtwinklig anordnen / Rückgängig machen"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Rechtwinklig anordnen / Rückgängig machen\n"
- "Bitte wählen Sie die Punkte aus, die zuvor beim rechtwinklig Anordnen "
- "verschoben wurden."
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Rechtwinklige Anordnung rückgängig machen"
+ "Rechtwinklig anordnen / Rückgängig machen<br>Bitte wählen Sie die Punkte "
+ "aus, die zuvor beim rechtwinklig Anordnen verschoben wurden."
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1097,9 -1104,6 +1104,6 @@@ msgstr "Rechtwinklig machen
msgid "Usage"
msgstr "Verwendung"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Die ausgewählten Objekte können nicht rechtwinklig angeordnet werden"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1280,9 -1284,6 +1284,6 @@@ msgstr "Sitzung laden
msgid "Load a session from file."
msgstr "Eine Sitzung aus einer Datei laden."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Sitzungsdatei (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Sitzung öffnen"
@@@ -1436,19 -1437,18 +1437,18 @@@ msgstr "
"Punkte in der Mitte der Linie.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Eine rollenbasierte Relations-Mitgliedschaft wurde in alle neuen "
- "Linien kopiert.<br>Sie sollten dies überprüfen und falls nötig "
- "korrigieren.</html>"
+ "Eine rollenbasierte Relations-Mitgliedschaft wurde in alle neuen Linien "
+ "kopiert.<br>Sie sollten dies überprüfen und falls nötig korrigieren."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Alle neuen Linien wurden als Elemente in einer Relation "
- "eingefügt.<br>Sie sollten dies überprüfen und falls nötig korrigieren.</html>"
+ "Alle neuen Linien wurden als Elemente in einer Relation eingefügt.<br>Sie "
+ "sollten dies überprüfen und falls nötig korrigieren."
msgid "Split way {0} into {1} parts"
msgstr "Linie {0} in {1} Teile teilen"
@@@ -1553,6 -1553,29 +1553,29 @@@ msgstr "
"wahrscheinlich zu Problemen, da das wirkliche Objekt momentan nicht sichtbar "
"ist.<br>Wollen Sie mit dem Trennen wirklich fortfahren?"
+ msgid "Disconnect Node from Way"
+ msgstr "Punkt von Linie trennen"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Punkte von Linien trennen, zu denen sie momentan gehören"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Mindestens einen Punkt zum abtrennen wählen."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Gewählter Punkt kann von nichts abgetrennt werden."
+ msgstr[1] "Gewählte Punkte können von nichts abgetrennt werden."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "Die betroffene Linie würde nach dem Abtrennen des Punktes verschwinden."
+ msgstr[1] ""
+ "Die betroffene Linie würde nach dem Abtrennen der Punkte verschwinden."
+
msgid "Undo"
msgstr "Rückgängig"
@@@ -1856,6 -1879,9 +1879,9 @@@ msgstr "({0}/{1}) Eltern der Linie {2}
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Eltern der Relation {2} laden"
+ msgid "Download session"
+ msgstr "Sitzung herunterladen"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "{0} von {1} herunterladen (noch {2})"
@@@ -2108,10 -2134,10 +2134,10 @@@ msgstr "
"Ein Punkt kann nicht auÃerhalb des heruntergeladenen Bereichs platziert "
"werden."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Neuen Punkt zur Linie hinzufügen"
- msgstr[1] "Neuen Punkt zur {0} Linien hinzufügen"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Einen neuen Knotenpunkt zum Weg hinzufügen"
+ msgstr[1] "Einen neuen Knotenpunkt zu {0} Wegen hinzufügen"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Kann von mehreren Objekten verwendeten Punkt nicht löschen"
@@@ -2592,6 -2618,11 +2618,11 @@@ msgstr "\"Wert\" in beliebigem Schlüss
msgid "matches if ''key'' exists"
msgstr "Ãbereinstimmung, falls \"Schlüssel\" existiert"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+ "Ãbereinstimmung, falls ''Schlüssel'' gröÃer als ''Wert'' ist (analog für "
+ "kleiner als)"
+
msgid "combinators"
msgstr "Kombinationen"
@@@ -2703,7 -2734,7 +2734,7 @@@ msgstr "Objekte in der aktuellen Ansich
msgid "objects (and all its way nodes / relation members) in current view"
msgstr ""
- "Objekte (und alle Linienpunkte / Relationselemente) in der aktuellen Ansicht"
+ "Objekte (und alle Linienpunkte / Relationselemente) in der aktuellen Ansicht"
msgid "objects in downloaded area"
msgstr "Objekte im heruntergeladenen Bereich"
@@@ -2804,11 -2835,9 +2835,9 @@@ msgstr "Fehlender Parameter für XOR
msgid "Missing operator for NOT"
msgstr "Fehlender Operator für ''NOT''."
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Warnung: automatisches Abschneiden der Wertmarkierung ''{0}'' am gelöschten "
- "Objekt {1}"
+ "Automatisches Abschneiden der Wertmarkierung ''{0}'' am gelöschten Objekt {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2904,6 -2933,9 +2933,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "{0} Objekt wurde hinzugefügt"
msgstr[1] "{0} Objekte wurden hinzugefügt"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Neue Linie {0} hat 0 Punkte"
+
msgid "Change node {0}"
msgstr "Punkt {0} verändern"
@@@ -2940,11 -2972,11 +2972,11 @@@ msgstr "\"{0}\" entfernen für {1} Obje
msgid "Set {0}={1} for {2} objects"
msgstr "{0}={1} setzen für {2} Objekte"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "{0} Eigenschaften für {1} Objekte gelöscht"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{0} Schlagwörter für {1} Objekte gelöscht"
- msgid "Set {0} properties for {1} objects"
- msgstr "{0} Eigenschaften für {1} Objekte festlegen"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "{0} Schlagwörter für {1} Objekte festlegen"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "\"{0}\" mit \"{1}\" ersetzen für"
@@@ -2968,11 -3000,11 +3000,11 @@@ msgid "Double conflict
msgstr "Doppelter Konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Warnung: Ebene ''{0}'' existiert nicht mehr. Konflikt für Objekt ''{1}'' "
- "konnte nicht aufgelöst werden."
+ "Ebene ''{0}'' existiert nicht mehr. Konflikt für Objekt ''{1}'' konnte nicht "
+ "aufgelöst werden."
msgid "Add conflict for ''{0}''"
msgstr "Konflikt für \"{0}\" hinzufügen"
@@@ -3090,6 -3122,9 +3122,9 @@@ msgstr[1] "{0} Objekte wurden bereinigt
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Konflikte in der Elementenliste für Relation {0} auflösen"
+ msgid "Removed nodes from {0}"
+ msgstr "Punkte von {0} entfernt"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "{0} Punkt drehen"
@@@ -3156,11 -3191,11 +3191,11 @@@ msgid "Reverse directional way.
msgstr "Richtung von gerichtetem Weg umdrehen."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Für das Umkehren der Linie werden zum Erhalt der Datenintegrität folgende "
- "Eigenschaftsänderungen an der Linie und ihren Punkten vorgeschlagen."
+ "Beim Umkehren der Richtung dieses Weges werden folgende Ãnderungen "
+ "vorgeschlagen, um die Datenkonsistenz zu erhalten."
msgid "Relation"
msgstr "Relation"
@@@ -3189,11 -3224,11 +3224,11 @@@ msgstr "Ausgewählte Ãnderungen anwend
msgid "Do not apply changes"
msgstr "Ãnderungen nicht anbringen"
- msgid "Please select which property changes you want to apply."
- msgstr "Bitte wählen Sie, welche Objekteigenschaften geändert werden sollen."
+ msgid "Please select which changes you want to apply."
+ msgstr "Bitte wählen Sie aus, welche Ãnderungen angewendet werden sollen."
- msgid "Properties of "
- msgstr "Eigenschaften von "
+ msgid "Tags of "
+ msgstr "Schlagwörter von "
msgid "Roles in relations referring to"
msgstr "Rollen in Relationen beziehen sich auf"
@@@ -3219,6 -3254,9 +3254,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Fehler bei Löschung der alten Backup-Datei {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Ihre Arbeit wurde automatisch gespeichert."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Fehler bei der Erstellung des entfernten Layers: {0}"
@@@ -3252,25 -3290,24 +3290,24 @@@ msgstr "
"aber dessen Standardwert ist nicht bekannt.<br/> Bitte aktivieren Sie die "
"entsprechende Funktion manuell und wiederholen Sie den Import."
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
- "Warnung: Erstellen des fehlenden Zwischenspeicherverzeichnisses "
- "fehlgeschlagen: {0}"
+ "Erstellen des fehlenden Zwischenspeicherverzeichnisses fehlgeschlagen: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
"<html>Erstellen des fehlenden Zwischenspeicherverzeichnisses fehlgeschlagen: "
"{0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Achtung: Fehler beim Speichern der Voreinstellungen in \"{0}\""
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Fehler beim Speichern der Voreinstellungen in ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Achtung: Fehler beim Setzen der Voreinstellungen, da das angegebene "
- "Verzeichnis \"{0}\" kein Verzeichnis ist."
+ "Fehler beim Setzen der Voreinstellungen, da das angegebene Verzeichnis "
+ "''{0}'' kein Verzeichnis ist."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3280,11 -3317,11 +3317,11 @@@ msgstr "
"\"{0}\" kein Verzeichnis ist.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Achtung: Fehler beim Setzen der Voreinstellungen, da das Verzeichnis \"{0}\" "
- "nicht erstellt werden konnte."
+ "Fehler beim Setzen der Voreinstellungen, da das Verzeichnis ''{0}'' nicht "
+ "erstellt werden konnte."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3293,18 -3330,14 +3330,14 @@@ msgstr "
"<html>Initialisierung der Einstellungen fehlgeschlagen.<br>Fehlendes "
"Einstellungsverzeichnis konnte nicht erstellt werden: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
- msgstr ""
- "Information: Einstellungsdatei ''{0}'' fehlt. Erstelle "
- "Standardeinstellungsdatei."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
+ msgstr "Einstellungsdatei ''{0}'' fehlt. Erstelle Standardeinstellungsdatei."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Warnung: Vorhandene Einstellungsdatei \"{0}\" wird mit den "
- "Standardeinstellungen ersetzt."
+ "Vorhandene Einstellungsdatei ''{0}'' wird mit den Standardeinstellungen "
+ "ersetzt."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3322,10 -3355,10 +3355,10 @@@ msgstr "
"Standardwerten erzeugt.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Warnung: Initialisierung der Einstellungen fehlgeschlagen. Einstellungsdatei "
+ "Initialisierung der Einstellungen fehlgeschlagen.<br>Einstellungsdatei "
"konnte nicht auf Standardwerte zurückgesetzt werden: {0}"
msgid "Paint style {0}: {1}"
@@@ -3357,14 -3390,12 +3390,12 @@@ msgstr "
msgid "UNKNOWN"
msgstr "UNBEKANNT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Warnung: Unerwartete Versionsnummer für JOSM in der Versions-Datei, der Wert "
- "ist ''{0}''"
+ "Unerwartete JOSM-Versionsnummer in der Revisions-Datei, der Wert ist ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Warnung: Die Revisions-Datei ''/REVISION'' fehlt."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Die Revisions-Datei ''/REVISION'' fehlt."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Konflikt mit Element \"{0}\" besteht bereits"
@@@ -3546,11 -3577,10 +3577,10 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parameter {0} auÃerhalb des Bereichs 0..{1}: Wert ist {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Fehler: Laden der Kartenrenderer-Klasse ''{0}'' fehlgeschlagen. Die Klasse "
- "wurde nicht gefunden."
+ "Laden der Kartenrenderer-Klasse ''{0}'' fehlgeschlagen. Die Klasse wurde "
+ "nicht gefunden."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3664,8 -3694,8 +3694,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Unbekannter Datumsbezeichner: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Bezugspunkt erforderlich (+datum=*, +towgs84=* oder +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Datum erforderlich (+datum=*, +towgs84=* or +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3710,11 -3740,6 +3740,6 @@@ msgstr "Benutzerdefinierte Projektion
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Fehler: Ãffnen des Eingabedatenstroms für Ressource ''/data/{0}'' "
- "fehlgeschlagen."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3755,6 -3780,9 +3780,9 @@@ msgstr "Datenprüfung: Andere
msgid "Running test {0}"
msgstr "Test {0} ausführen"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test ''{0}'' in {1} beendet"
+
msgid "Addresses"
msgstr "Adressen"
@@@ -3779,6 -3807,15 +3807,15 @@@ msgstr "Mehrere StraÃennamen in Relati
msgid "House number too far from street"
msgstr "Hausnummer zu weit von der StraÃe entfernt"
+ msgid "Barriers and entrances"
+ msgstr "Barrieren und Eingänge"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Prüfungen für Fehler in Barrieren und Eingängen."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Barriere-Eingang auf Nicht-Barriere gesetzt"
+
msgid "Building inside building"
msgstr "Gebäude im Gebäude"
@@@ -3840,6 -3877,9 +3877,9 @@@ msgstr " oder
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} ist veraltet, stattdessen {1} nutzen"
+ msgid "{0} is unnecessary"
+ msgstr "{0} ist unnötig"
+
msgid "Duplicated nodes"
msgstr "Doppelte Punkte"
@@@ -3880,7 -3920,7 +3920,7 @@@ msgid "Nodes at same position
msgstr "Punkte auf der selben Position"
msgid "Duplicated relations"
- msgstr "Doppelte Relationen."
+ msgstr "Doppelte Relationen"
msgid ""
"This test checks that there are no relations with same tags and same members "
@@@ -3902,8 -3942,8 +3942,8 @@@ msgid "
"This test checks that there are no ways with same node coordinates and "
"optionally also same tags."
msgstr ""
- "Dieser Test prüft, dass keine Linien auf den selben Koordinaten liegen "
- "optional auch mit den gleichen Merkmalen."
+ "Dieser Test prüft, dass keine Linien auf den selben Koordinaten liegen, "
+ "optional auch mit den gleichen Merkmalen."
msgid "Ways with same position"
msgstr "Linien mit gleicher Position."
@@@ -3926,6 -3966,15 +3966,15 @@@ msgstr "Semantik-Prüfungen bei StraÃe
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Ungültiger Kreisverkehr (highway: {0} anstatt {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Fehlende Angabe zum FuÃgängerübergang"
+
+ msgid "Unknown country code: {0}"
+ msgstr "Unbekannter Ländercode: {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "Unbekannter ''source:maxspeed''-Kontext: {0}"
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -4000,6 -4049,12 +4049,12 @@@ msgstr "
"Dieser Test findet Punkte mit dem selben Namen (könnte auf Duplikate "
"hinweisen)."
+ msgid "Opening hours syntax"
+ msgstr "Syntax von Ãffnungszeiten"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "Dieser Test prüft die korrekte Verwendung der Ãffnungszeiten-Syntax."
+
msgid "Overlapping Areas"
msgstr "Ãberlappende Gebiete"
@@@ -4061,15 -4116,15 +4116,15 @@@ msgstr "Relationstyp unbekannt
msgid "Relation is empty"
msgstr "Relation ist leer"
+ msgid "Role verification problem"
+ msgstr "Problem bei Rollenprüfung"
+
msgid "<empty>"
msgstr "<leer>"
msgid "Role {0} missing"
msgstr "Rolle {0} fehlt"
- msgid "Role verification problem"
- msgstr "Problem bei Rollenprüfung"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Anzahl der {0}-Rollen ist zu klein ({1})"
@@@ -4102,11 -4157,11 +4157,11 @@@ msgstr "
"Dieser Test prüft auf ähnlich benannte Linien, was auf Schreibfehler "
"hinweisen könnte."
- msgid "Properties checker :"
- msgstr "Eigenschaftsprüfer:"
+ msgid "Tag checker"
+ msgstr "Eigenschaftsprüfer"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Dieses Plugin prüft auf Fehler in Schlüsseln und Werten"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Dieser Test prüft auf Fehler in Schlüssel und Werten eines Merkmals."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ungültige Zeile im Merkmalsprüfer - {0}: {1}"
@@@ -4247,8 -4302,8 +4302,8 @@@ msgstr "Standarddatei für Schreibprüf
msgid "Use the default spellcheck file (recommended)."
msgstr "Standarddatei für die Schreibfehlerprüfung verwenden (empfohlen)."
- msgid "Fix properties"
- msgstr "Eigenschaften korrigieren"
+ msgid "Fix tags"
+ msgstr "Schlagwörter korrigieren"
msgid "Could not find element type"
msgstr "Konnte Elementtyp nicht finden"
@@@ -4322,6 -4377,9 +4377,9 @@@ msgstr "Nicht geschlossene Linien
msgid "This tests if ways which should be circular are closed."
msgstr "Testen, ob kreisförmige Linien korrekt geschlossen sind."
+ msgid "Unclosed way"
+ msgstr "Nicht geschlossene Linie"
+
msgid "natural type {0}"
msgstr "Naturflächentyp {0}"
@@@ -4352,9 -4410,6 +4410,6 @@@ msgstr "Gebäude
msgid "area"
msgstr "Fläche"
- msgid "Unclosed way"
- msgstr "Nicht geschlossene Linie"
-
msgid "Unconnected ways"
msgstr "Unverbundene Linien"
@@@ -4383,12 -4438,12 +4438,12 @@@ msgstr "
"Dieser Test prüft auf Punkte ohne Merkmale, welche nicht Teil einer Linie "
"sind."
- msgid "No tags"
- msgstr "Keine Merkmale"
-
msgid "Unconnected nodes without physical tags"
msgstr "Unverbundener Punkt ohne physische Merkmale"
+ msgid "No tags"
+ msgstr "Keine Merkmale"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Hat Schlüssel mit \"fixme\" oder \"FIXME\""
@@@ -4451,27 -4506,6 +4506,6 @@@ msgstr "Verdrehte Küstenlinie: Land ni
msgid "Reversed land: land not on left side"
msgstr "Verdrehtes Land: Land nicht auf der linken Seite"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Falsche Anzahl Argumente für Lesezeichen"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Fehler beim Lesen von Lesezeicheneintrag: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Fehler: Unerwartete Zeile ''{0}'' in der Lesezeichen-Datei ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Fehler: Unzulässiger Wert ''{0}'' vom Typ double in der Zeile ''{1}'' der "
- "Lesezeichen-Datei ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Lesezeichen konnten nicht von<br>\"{0}\"<br>gelesen werden. Der Fehler "
- "war: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Nicht noch einmal zeigen (speichert Auswahl)"
@@@ -4576,8 -4610,8 +4610,8 @@@ msgstr "Hilfe anzeigen
msgid "Downloading \"Message of the day\""
msgstr "Nachricht des Tages herunterladen"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Warnung: Lesen von MOTD fehlgeschlagen. Ausnahmesituation war: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Lesen von MOTD fehlgeschlagen. Fehler: {0}"
msgid "Message of the day not available"
msgstr "Nachricht des Tages nicht verfügbar"
@@@ -4737,7 -4771,7 +4771,7 @@@ msgstr "
msgid "Make sure you load some data if you use --selection."
msgstr ""
- "Stellen Sie sicher, dass sie Daten laden, falls Sie --selection verwenden."
+ "Stellen Sie sicher, dass Sie Daten laden, falls Sie --selection verwenden."
msgid "Initializing"
msgstr "Initialisieren"
@@@ -4826,6 -4860,18 +4860,18 @@@ msgid "Toggles the visibility of the ed
msgstr ""
"Werkzeugleiste »Bearbeiten« (z.B. das Vertikalwerkzeug) ein-/ausblenden"
+ msgid "Preset preferences"
+ msgstr "Objektvorlagen-Einstellungen"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "Klicken, um die Objektvorlagen in den Einstellungen zu öffnen"
+
+ msgid "Imagery preferences"
+ msgstr "Hintergrund-Einstellungen"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Klicken, um die Hintergrund in den Einstellungen zu öffnen"
+
msgid "Audio"
msgstr "Audio"
@@@ -4932,21 -4978,6 +4978,6 @@@ msgstr "Im Hintergrund
msgid "Click to run job in background"
msgstr "Klicken, um Arbeit im Hintergrund auszuführen"
- msgid "false: the property is explicitly switched off"
- msgstr "falsch: Diese Eigenschaft wurde explizit ausgeschaltet"
-
- msgid "true: the property is explicitly switched on"
- msgstr "wahr: diese Eigenschaft wurde explizit angeschaltet"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "teilweise: verschiedene gewählte Objekte haben verschiedene Werte, nicht "
- "ändern"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "ungesetzt: diese Eigenschaft bei den gewählten Objekten nicht setzen"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5059,7 -5090,7 +5090,7 @@@ msgstr "Bitte geben Sie einen Kachelind
msgid "The current value isn''t a valid tile index for the given zoom level"
msgstr ""
- "Der aktuelle Wert ist kein gültiger Kachelindex für die angegebene Zoomstufe"
+ "Der aktuelle Wert ist kein gültiger Kachelindex für die angegebene Zoomstufe"
msgid "Conflict background: no conflict"
msgstr "Konflikt-Hintergrund: Kein Konflikt"
@@@ -5262,6 -5293,9 +5293,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"Kopiere meine gewählten Elemente an das Ende der Liste vereinigter Elemente."
+ msgid "> before"
+ msgstr "> davor"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5269,6 -5303,9 +5303,9 @@@ msgstr "
"Kopiere meine gewählten Elemente vor das erste ausgewählte Element der Liste "
"vereinigter Elemente."
+ msgid "> after"
+ msgstr "> danach"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5276,17 -5313,26 +5313,26 @@@ msgstr "
"Kopiere meine gewählten Elemente hinter das erste ausgewählte Element der "
"Liste vereinigter Elemente."
+ msgid "< top"
+ msgstr "< Kopf"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Kopiere meine gewählten Elemente an den Anfang der Liste vereinigter "
"Elemente."
+ msgid "< bottom"
+ msgstr "< FuÃ"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Kopiere deren gewählte Elemente an das Ende der Liste vereinigter Elemente."
+ msgid "< before"
+ msgstr "< davor"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5294,6 -5340,9 +5340,9 @@@ msgstr "
"Kopiere deren gewählten Elemente vor das erste ausgewählte Element der Liste "
"vereinigter Elemente."
+ msgid "< after"
+ msgstr "< danach"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5310,8 -5359,8 +5359,8 @@@ msgstr "Alle Serverwerte ins Ziel kopie
msgid "Up"
msgstr "Hoch"
- msgid "Move up the selected elements by one position."
- msgstr "Den ausgewählten Eintrag eine Position nach oben schieben."
+ msgid "Move up the selected entries by one position."
+ msgstr "Die ausgewählten Einträge um eine Position nach oben verschieben"
msgid "Down"
msgstr "Runter"
@@@ -5365,16 -5414,6 +5414,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Deren Version ({0} Eintrag)"
msgstr[1] "Deren Version ({0} Einträge)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Anpassbare Komponente {0} ist noch nicht registriert. Sie kann nicht am "
- "synchronen Anpassen teilnehmen."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Anpassbare Komponente {0} ist noch nicht registriert."
-
msgid "Node"
msgstr "Punkt"
@@@ -5651,19 -5690,19 +5690,19 @@@ msgctxt "tag
msgid "Key:"
msgstr "Schlüssel:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
"<html>Geben Sie den Schlüssel eines Merkmals ein, zum Beispiel "
- "<string><tt>fixme</tt></strong></html>"
+ "<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Wert:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Geben Sie den Wert eines Merkmals ein, zum Beispiel "
- "<strong><tt>Mitglieder überprüfen</tt></strong></html>"
+ "<html>Schlagwortwert eingeben, z.B. <strong><tt>Mitglieder "
+ "überprüfen</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5852,7 -5891,7 +5891,7 @@@ msgid "
msgstr ""
"<html>Sie haben noch nicht alle Unterschiede in diesem Konflikt "
"bereinigt.<br>Der Konflikt gilt erst als gelöst, wenn alle Unterschiede "
- "bereinigt sind.<br>Klicken Sie auf <strong>{0}</strong> um den Dialog "
+ "bereinigt sind.<br>Klicken Sie auf <strong>{0}</strong> um den Dialog "
"trotzdem zu schlieÃen. Bereits getroffene Entscheidungen werden nicht "
"übernommen. <br>Klicken Sie <strong>{1}</strong> um mit der Bereinigung des "
"Konflikts fortzufahren.</html>"
@@@ -6146,11 -6185,11 +6185,11 @@@ msgid "
"24.5</li><li>-49 29.4 N -19 24.5 W</li></ul><li>48 deg 42' 52.13\" N, 21 "
"deg 11' 47.60\" E</li></ul>"
msgstr ""
- "Geben sie die Koordinaten für den neuen Punkt ein.<br>Längen- und "
+ "Geben Sie die Koordinaten für den neuen Punkt ein.<br>Längen- und "
"Breitengrad werden durch Leerzeichen, Komma oder Semikolon "
- "getrennt.<br>Koordinaten kann in drei unterschiedlichen Formaten vorliegen: "
- "<ul><li><i>Grad</i><tt>°</tt></li><li><i>Grad</i><tt>°</tt> "
- "<i>Minuten</i><tt>'</tt></li><li><i>Grad</i><tt>°</tt> "
+ "getrennt.<br>Koordinaten können in drei unterschiedlichen Formaten "
+ "vorliegen: <ul><li><i>Grad</i><tt>°</tt></li><li><i>Grad</i><tt>°</tt"
+ "> <i>Minuten</i><tt>'</tt></li><li><i>Grad</i><tt>°</tt> "
"<i>Minuten</i><tt>'</tt> "
"<i>Sekunden</i><tt>"</tt></li></ul>Symbole<tt>°</tt>, "
"<tt>'</tt>, <tt>′</tt>, <tt>"</tt>, <tt>″</tt> sind "
@@@ -6255,6 -6294,9 +6294,9 @@@ msgstr "Anzeigen/Ausblenden
msgid "Information about layer"
msgstr "Ebeneninformation"
+ msgid "Map paint preferences"
+ msgstr "MapPaint-Einstellungen"
+
msgid "Map Paint Styles"
msgstr "MapPaint-Stile"
@@@ -6339,6 -6381,38 +6381,38 @@@ msgstr "Stil ist gerade aktiv?
msgid "No"
msgstr "Nein"
+ msgid "Object type:"
+ msgstr "Objekttyp:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "gemischt"
+
+ msgid "Choose the OSM object type"
+ msgstr "OSM Objekttypen auswählen"
+
+ msgid "Object ID:"
+ msgstr "Objekt ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ID des herunterzuladenden Objekts eingeben"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objekt IDs können durch ein Komma oder Leerzeichen getrennt werden.<br/> "
+ "Beispiele: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Im gemischten "
+ "Modus geben Sie Objekte wie folgt an: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Ungültige ID-Liste angegeben\n"
+ "Es kann nicht fortgefahren werden."
+
msgid "Relations"
msgstr "Relationen"
@@@ -6433,11 -6507,10 +6507,10 @@@ msgstr "Wählen Sie Objekte, die von di
msgid "Launches a browser with information about the user"
msgstr "Informationsseite über den Nutzer im Browser öffnen"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Warnung: es werden nur Informationsseiten für die ersten {0} der {1} "
- "ausgewählten Nutzer im Browser geöffnet"
+ "Die Informationsseiten werden nur für die ersten {0} der {1} ausgewählten "
+ "Nutzer im Browser geöffnet"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6614,9 -6687,6 +6687,6 @@@ msgstr "Inhalt aktualisieren
msgid "Update the changeset content from the OSM server"
msgstr "Den Inhalt des Ãnderungssatzes vom OSM-Server aktualisieren"
- msgid "Show history"
- msgstr "Versionsprotokoll anzeigen"
-
msgid "Download and show the history of the selected objects"
msgstr "Herunterladen und Anzeigen der Chronik des ausgewählten Objekts"
@@@ -6949,11 -7019,11 +7019,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>Ãnderungsätze in die aktuelle Ansicht herunterladen</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Warnung: Ungeeigneter Wert ''{1}'' für die Einstellung ''{0}''. Verwende "
- "Standard-Abfrage."
+ "Ungeeigneter Wert ''{1}'' für die Einstellung ''{0}''. Verwende Standard-"
+ "Abfrage."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -7024,35 -7094,47 +7094,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Dieser URL ist keine gültige Ãnderungssatzanfrage."
- msgid "Select objects for which to change properties."
- msgstr "Bitte Objekte zum Ãndern der Eigenschaften auswählen."
+ msgid "Discardable key: selection Foreground"
+ msgstr "Ãberflüssiger Schlüssel: Auswahl-Vordergrund"
- msgid "Properties/Memberships"
- msgstr "Eigenschaften/Mitgliedschaften"
+ msgid "Discardable key: selection Background"
+ msgstr "Ãberflüssiger Schlüssel: Auswahl-Hintergrund"
- msgid "Properties for selected objects."
- msgstr "Eigenschaften der ausgewählten Objekte."
+ msgid "Discardable key: foreground"
+ msgstr "Ãberflüssiger Schlüssel: Vordergrund"
+
+ msgid "Discardable key: background"
+ msgstr "Ãberflüssiger Schlüssel: Hintergrund"
msgid "<different>"
msgstr "<unterschiedlich>"
+ msgid "Select objects for which to change tags."
+ msgstr "Bitte Objekte zum Ãndern der Merkmale auswählen."
+
+ msgid "Tags/Memberships"
+ msgstr "Schlagwörter/Mitgliedschaften"
+
+ msgid "Tags for selected objects."
+ msgstr "Schlagwörter für ausgewählte Objekte."
+
msgid "Member Of"
msgstr "Element von"
msgid "Position"
msgstr "Position"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Eigenschaften: {0} / Mitgliedschaften: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Schlagwörter: {0} / Mitgliedschaften: {1}"
- msgid "Properties / Memberships"
- msgstr "Eigenschaften / Mitgliedschaften"
+ msgid "Tags / Memberships"
+ msgstr "Schlagwörter / Mitgliedschaften"
msgid "Delete the selected key in all objects"
msgstr "Den gewählten Schlüssel von allen Objekten entfernen"
- msgid "Delete Properties"
- msgstr "Eigenschaften entfernen"
+ msgid "Delete Tags"
+ msgstr "Schlagwörter löschen"
msgid "Change relation"
msgstr "Relation ändern"
@@@ -7066,14 -7148,14 +7148,14 @@@ msgstr "Auswahl wirklich aus Relation {
msgid "Add a new key/value pair to all objects"
msgstr "Neues Paar aus Schlüssel und Wert zu allen Objekten hinzufügen"
- msgid "Add Property"
- msgstr "Eigenschaft hinzufügen"
+ msgid "Add Tag"
+ msgstr "Merkmal hinzufügen"
msgid "Edit the value of the selected key for all objects"
msgstr "Den Wert des Schlüssels für alle Objekte bearbeiten"
- msgid "Edit Properties"
- msgstr "Eigenschaften ändern"
+ msgid "Edit Tags"
+ msgstr "Schlagwörter bearbeiten"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Zur OSM-Wiki für Hilfe zu Merkmalen gehen (F1)"
@@@ -7236,9 -7318,8 +7318,8 @@@ msgstr "Relation gelöscht
msgid "Downloading relation {0}"
msgstr "Relation {0} wird heruntergeladen"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Warnung: Ignoriere Fehler, da die Aufgabe abgebrochen wurde: Fehler: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Ignoriere Fehler, da die Aufgabe abgebrochen wurde: Fehler: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7602,6 -7683,29 +7683,29 @@@ msgstr "
"Die Linie ist weder mit dem vorhergehenden, noch mit dem nächsten Element "
"verbunden"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Falsche Anzahl Argumente für Lesezeichen"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Fehler beim Lesen von Lesezeicheneintrag: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Unerwartete Zeile ''{0}'' in der Lesezeichen-Datei ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Unzulässiger Wert ''{0}'' vom Typ double in der Zeile ''{1}'' der "
+ "Lesezeichen-Datei ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Lesezeichen konnten nicht von<br>\"{0}\"<br>gelesen werden. Der Fehler "
+ "war: {1}</html>"
+
msgid "Bookmarks"
msgstr "Lesezeichen"
@@@ -7671,7 -7775,7 +7775,7 @@@ msgid "Value for latitude in range [-90
msgstr "Als Breitengrad wird ein Wert im Intervall [-90,90] erwartet."
msgid "Value for longitude in range [-180,180] required."
- msgstr "AlsLängengrad wird ein Wert im Intervall [-180,180] erwartet."
+ msgstr "Als Längengrad wird ein Wert im Intervall [-180,180] erwartet."
msgid "Data Sources and Types:"
msgstr "Datenquellen und -typen:"
@@@ -7750,21 -7854,8 +7854,8 @@@ msgstr "Verweise herunterladen (Eltern-
msgid "Download object"
msgstr "Objekt herunterladen"
- msgid "Object type:"
- msgstr "Objekttyp:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "gemischt"
-
- msgid "Choose the OSM object type"
- msgstr "OSM Objekttypen auswählen"
-
- msgid "Object ID:"
- msgstr "Objekt ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ID des herunterzuladenden Objekts eingeben"
+ msgid "Start downloading"
+ msgstr "Herunterladen beginnen"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7778,28 -7869,9 +7869,9 @@@ msgstr "
"Wählen Sie aus, ob die Mitglieder einer Relation ebenfalls heruntergeladen "
"werden sollen"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objekt IDs können durch ein Komma oder Leerzeichen getrennt werden.<br/> "
- "Beispiele: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Im gemischten "
- "Modus geben Sie Objekte wie folgt an: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Verweise herunterladen (Eltern-Relationen und Linien)"
- msgid "Start downloading"
- msgstr "Herunterladen beginnen"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Ungültige ID-Liste angegeben\n"
- "Objekt kann nicht heruntergeladen werden."
-
msgid "Class Type"
msgstr "Klassentyp"
@@@ -7863,7 -7935,7 +7935,7 @@@ msgstr "
"fehlt</p><p class=\"warning-body\">Inhalt der Hilfe für das Hilfethema "
"<strong>{0}</strong> ist noch nicht verfügbar. Es fehlt sowohl in Ihrer "
"Landessprache ({1}) als auch in Englisch.<br><br>Bitte helfen Sie mit beim "
- "Verbessern des JOSM Hilfesystems und ergänzen Sie fehlende Informationen. "
+ "Verbessern des JOSM Hilfesystems und ergänzen Sie fehlende Informationen. "
"Sie können sowohl das <a href=\"{2}\">Hilfethema in Ihrer "
"Landessprache({1})</a> als auch das a href=\"{3}\">Hilfethema in "
"Englisch</a> bearbeiten.</p></html>"
@@@ -7883,7 -7955,7 +7955,7 @@@ msgid "
"<html>Failed to open help page for url {0}.<br>This is most likely due to a "
"network problem, please check<br>your internet connection</html>"
msgstr ""
- "<html>Die Hilfe-Seite unter der URL {0} konnte nicht geöffnet "
+ "<html>Die Hilfe-Seite unter der URL {0} konnte nicht geöffnet "
"werden.<br>Vermutlich ist Ihre Internet-Verbindung unterbrochen.</html>"
msgid "Failed to open URL"
@@@ -7914,8 -7986,8 +7986,8 @@@ msgstr "Zur nächsten Seite gehen
msgid "Go to the JOSM help home page"
msgstr "Gehe zur Start-Seite für die JOSM-Hilfe"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Warnung: Falsche Position im HTML-Dokument. Der Fehler war: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Falsche Position im HTML-Dokument. Der Fehler war: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Die Hilfe-Seite konnte nicht geöffnet werden. Die Ziel-URL ist leer."
@@@ -8024,6 -8096,9 +8096,9 @@@ msgid "
msgstr ""
"<html>Version <strong>{0}</strong> erstellt am <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Ãnderungssatzkommentar"
+
msgid "Changeset info"
msgstr "Informationen zum Ãnderungssatz"
@@@ -8136,10 -8211,9 +8211,9 @@@ msgstr "
msgid "Object still in use"
msgstr "Objekt wird noch benutzt"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Warnung: die Fehlermeldung ''{0}'' stimmt nicht mit einem erwarteten Muster "
- "überein"
+ "Die Fehlermeldung ''{0}'' stimmt nicht mit einem erwarteten Muster überein"
msgid "Upload"
msgstr "Hochladen"
@@@ -8162,6 -8236,12 +8236,12 @@@ msgstr "Ein kurzer Kommentar über die
msgid "Enter an upload comment"
msgstr "Kommentar zum Hochladen eingeben"
+ msgid "Specify the data source for the changes:"
+ msgstr "Die Datenquelle für die Ãnderungen:"
+
+ msgid "Enter a source"
+ msgstr "Quelle eingeben"
+
msgid "Changeset id:"
msgstr "Ãnderungssatz-Nummer:"
@@@ -8234,11 -8314,10 +8314,10 @@@ msgid "Closing changeset {0}
msgstr "Ãnderungssatz {0} schlieÃen"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Warnung: Der Autorisierungsdialog wird wegen einer Java-"
- "Sicherheitseinschränkung möglicherweise nicht als oberstes Fenster gezeigt."
+ "Der Autorisierungsdialog wird wegen einer Java-Sicherheitseinschränkung "
+ "möglicherweise nicht als oberstes Fenster gezeigt."
msgid "Enter credentials for OSM API"
msgstr "Geben Sie Ihre Anmeldeinformationen für die OSM-API ein"
@@@ -8321,11 -8400,11 +8400,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Entpacke {0} in {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Warnung: Datei ''{0}'' konnte nicht heruntergeladen werden. Ihr Link zum "
- "Herunterladen ''{1}'' ist keine gültige URL. Herunterladen wird übersprungen."
+ "Datei ''{0}'' konnte nicht heruntergeladen werden, da der Link ''{1}'' keine "
+ "gültige URL ist. Herunterladen wird übersprungen."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8334,18 -8413,17 +8413,17 @@@
"working."
msgstr ""
"Kann die Liste der offenen Ãnderungssätze nicht abrufen,<br>weil JOSM Ihre "
- "Identität nicht kennt.<br>Entweder arbeiten Sie anonym, oder sie haben kein "
+ "Identität nicht kennt.<br>Entweder arbeiten Sie anonym, oder Sie haben kein "
"Recht<br>die Identität des Benutzers zu kennen, in dessen Name Sie arbeiten."
msgid "Missing user identity"
msgstr "Fehlende Nutzeridentität"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Warnung: Informationen zum aktuellen JOSM-Nutzer konnten nicht abgerufen "
- "werden. Fehler: {0}"
+ "Informationen zum aktuellen JOSM-Nutzer konnten nicht abgerufen werden. "
+ "Fehler: {0}"
msgid "Download objects"
msgstr "Objekte herunterladen"
@@@ -8381,7 -8459,7 +8459,7 @@@ msgstr "
"Dateinamen."
msgid "Click cell to change the file path."
- msgstr "Klicke auf die Zelle um den Dateipfad zu wählen"
+ msgstr "Klicken Sie auf die Zelle, um den Dateipfad zu wählen."
msgid "Open Recent"
msgstr "Zuletzt geöffnet"
@@@ -8598,12 -8676,6 +8676,6 @@@ msgstr "Geänderte Objekte hochladen
msgid "Please revise upload comment"
msgstr "Bitte den Kommentar überdenken"
- msgid "Revise"
- msgstr "Ãberarbeiten"
-
- msgid "Continue as is"
- msgstr "Trotzdem fortsetzen"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8618,6 -8690,28 +8690,28 @@@ msgstr "
"/><br />Wenn Sie kurz erklären was geändert wurde, erleichtert dies die "
"Arbeit vieler anderer Nutzer."
+ msgid "Please specify a changeset source"
+ msgstr "Bitte Quelle für Ãnderungssatz angeben"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Sie haben keine Quelle für die Ãnderungen angegeben.<br />\r\n"
+ "Dies ist technisch erlaubt, aber eine Quellenangabe erleichtert anderen "
+ "Nutzern<br />\r\n"
+ "die Daten später einzuschätzen.\r\n"
+ "<br /><br />Wenn Sie kurz erklären worauf die Ãnderungen basieren, <br />\r\n"
+ "erleichtert dies die Arbeit vieler anderer Nutzer."
+
+ msgid "Revise"
+ msgstr "Ãberarbeiten"
+
+ msgid "Continue as is"
+ msgstr "Trotzdem fortsetzen"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Zum vorherigen Dialog zurückkehren um eine bessere Beschreibung einzugeben"
@@@ -8634,6 -8728,25 +8728,25 @@@ msgstr "Bitte geben Sie zuerst eine zul
msgid "Illegal chunk size"
msgstr "Ungültge BlockgröÃe"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>Das folgende Merkmal im Ãnderungssatz enthält einen leeren "
+ "Schlüssel/Wert:<br>{0}<br>Fortfahren?</html>"
+ msgstr[1] ""
+ "<html>Die folgenden Merkmale im Ãnderungssatz enthalten leeren "
+ "Schlüssel/Werte:<br>{0}<br>Fortfahren?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Leere Metadaten"
+
msgid "Cancel the upload and resume editing"
msgstr "Hochladen abbrechen und Bearbeitung fortsetzen"
@@@ -8641,11 -8754,11 +8754,11 @@@ msgid "Tags of changeset {0}
msgstr "Merkmale für Ãnderungssatz {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "WARNUNG: das Objekt ''{0}'' ist auf dem Server bereits gelöscht. Ãberspringe "
- "dieses Objekt und fahre mit dem Hochladen fort."
+ "Das Objekt ''{0}'' ist auf dem Server bereits gelöscht. Ãberspringe dieses "
+ "Objekt und fahre mit dem Hochladen fort."
msgid "Preparing objects to upload ..."
msgstr "Objekte zum Hochladen werden vorbereitet ..."
@@@ -8700,7 -8813,7 +8813,7 @@@ msgid "
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong> using "
"<strong>{1} requests</strong>"
msgstr ""
- "<strong>{0} Objekte</strong> werden mit <strong>{1} Vorgängen</strong> zu "
+ "<strong>{0} Objekte</strong> werden mit <strong>{1} Vorgängen</strong> zu "
"<strong>einem Ãnderungssatz</strong> hinzugefügt."
msgid "advanced configuration"
@@@ -8720,7 -8833,7 +8833,7 @@@ msgid "
"Uploading <strong>{0} objects</strong> to <strong>multiple "
"changesets</strong> using <strong>{1} requests</strong>"
msgstr ""
- "<strong>{0} Objekte</strong> werden in <strong>{1} Anfragen</strong> in "
+ "<strong>{0} Objekte</strong> werden in <strong>{1} Anfragen</strong> in "
"<strong>mehreren Ãnderungssätzen</strong> hinzugefügt."
msgid "Uploading data for layer ''{0}''"
@@@ -8789,9 -8902,6 +8902,6 @@@ msgstr "
"Das Objekt ''{0}'' ist auf dem Server bereits gelöscht. Ãberspringe dieses "
"Objekt beim Hochladen."
- msgid "Warning: {0}"
- msgstr "Warnung: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "{0} Objekt hochladen..."
@@@ -8803,6 -8913,9 +8913,9 @@@ msgstr "
"Der Fehler wird ignoriert, da das Herunterladen abgebrochen wurde. Die "
"Fehlermeldung war: {0}"
+ msgid "Upload successful!"
+ msgstr "Hochladen war erfolgreich!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8823,10 -8936,9 +8936,9 @@@ msgstr "Objekte zum Hochladen auswähle
msgid "Cancel uploading"
msgstr "Hochladen abbrechen"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Warnung: unerwarteter Wert für Schlüssel ''{0}'' in den Einstellungen, "
- "erhielt ''{1}''"
+ "Unerwarteter Wert für Schlüssel ''{0}'' in den Einstellungen: ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Bitte die Vorgehensweise wählen:"
@@@ -8845,7 -8957,7 +8957,7 @@@ msgid "
"upload {0} objects. Which strategy do you want to use?</html>"
msgstr ""
"<html>Es sind <strong>mehrere Ãnderungssätze</strong> notwendig, um {0} "
- "Objekte hochzuladen. Welche Vorgehensweise wollen sie nutzen?</html>"
+ "Objekte hochzuladen. Welche Vorgehensweise wollen Sie nutzen?</html>"
msgid "Fill up one changeset and return to the Upload Dialog"
msgstr "Einen Ãnderungssatz füllen und zurück zum Hochlade-Dialog"
@@@ -8875,14 -8987,15 +8987,15 @@@ msgstr[0] "({0} Anfrage)
msgstr[1] "({0} Anfragen)"
msgid "Illegal chunk size <= 0. Please enter an integer > 1"
- msgstr "Ungültge BlockgröÃe <= 0. Bitter gib eine Ganzahl > 1 ein."
+ msgstr ""
+ "Ungültige BlockgröÃe <= 0. Bitte geben Sie eine Ganzzahl gröÃer 1 ein."
msgid "Chunk size {0} exceeds max. changeset size {1} for server ''{2}''"
msgstr ""
"BlockgröÃe {0} überschreitet max. ÃnderungssatzgröÃe {1} für Server ''{2}''"
msgid "Please enter an integer > 1"
- msgstr "Bitter gib eine Ganzahl > 1 ein."
+ msgstr "Bitte geben Sie eine Ganzzahl gröÃer 1 ein."
msgid "Value ''{0}'' is not a number. Please enter an integer > 1"
msgstr ""
@@@ -8977,8 -9090,8 +9090,8 @@@ msgstr "Nächste Markierung
msgid "Jump to next marker"
msgstr "Auf nächste Markierung springen"
- msgid "Previos marker"
- msgstr "Vorherige Markierung"
+ msgid "Previous marker"
+ msgstr "Vorherige Marke"
msgid "Jump to previous marker"
msgstr "Auf vorherige Markierung springen"
@@@ -9010,9 -9123,8 +9123,8 @@@ msgstr "Version {0}
msgid "Merging layers"
msgstr "Ebenen vereinen"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr ""
- "Warnung: Das Vermischen von 0.6- und 0.5-Daten resultiert in Version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "Das Vermischen von 0.6- und 0.5-Daten resultiert in Version 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9184,7 -9296,7 +9296,7 @@@ msgid "Automatic downloading
msgstr "Automatisches Laden"
msgid "Zoom to native resolution"
- msgstr "Auf Vorgabeauflösung zoomen"
+ msgstr "Auf Vorgabeauflösung zoomen"
msgid "Supported projections are: {0}"
msgstr "Unterstützte Projektionen sind: {0}"
@@@ -9390,9 -9502,6 +9502,6 @@@ msgstr "GPS-Positionen aus EXIF-Daten e
msgid "Starting directory scan"
msgstr "Verzeichnisuntersuchen starten"
- msgid "One of the selected files was null"
- msgstr "Eine der ausgewählten Dateien war nicht vorhanden."
-
msgid "Read photos..."
msgstr "Photos lesen..."
@@@ -9411,6 -9520,9 +9520,9 @@@ msgstr "Leere Datei im Verzeichnis {0}
msgid "Error while getting files from directory {0}\n"
msgstr "Fehler beim Lesen der Dateien im Verzeichnis {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Eine der ausgewählten Dateien war nicht vorhanden."
+
msgid "Geotagged Images"
msgstr "Georeferenzierte Bilder"
@@@ -9470,6 -9582,12 +9582,12 @@@ msgstr "Nächstes
msgid "Show next Image"
msgstr "Nächstes Bild zeigen"
+ msgid "Show first Image"
+ msgstr "Erstes Bild zeigen"
+
+ msgid "Show last Image"
+ msgstr "Letztes Bild zeigen"
+
msgid "Center view"
msgstr "Anzeige zentrieren"
@@@ -9553,9 -9671,6 +9671,6 @@@ msgstr "
"<html>Das Hochladen unbearbeiteter GPS-Daten wird als schädlich "
"angesehen.<br>Informationen zum Hochladen von Tracks finden Sie hier:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Spur-Anzeige anpassen"
@@@ -9758,17 -9873,12 +9873,12 @@@ msgstr "Fehler beim Anzeigen der URL fÃ
msgid "(URL was: "
msgstr "(Die URL lautet: "
- msgid "Error displaying URL"
- msgstr "Fehler beim Anzeigen der URL"
-
msgid "Select the map painting styles"
msgstr "Wählen Sie den Kartenzeichnungsstil"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Warnung: Mappaint-Stile konnten nicht von ''{0}'' geladen werden. "
- "Fehlermeldung war: {1}"
+ "Mappaint-Stile konnten nicht von ''{0}'' geladen werden. Fehler war: {1}"
msgid "loading style ''{0}''..."
msgstr "Lade Stil ''{0}''..."
@@@ -9786,8 -9896,8 +9896,8 @@@ msgstr[1] "
"Beim Laden dieses Stils traten {0} Fehler auf. Wählen Sie ''Info'' aus dem "
"Rechtsklick-Menü, um weitere Einzelheiten zu erfahren."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr "Warnung: Mappaint-Stile in ''{0}'' enthalten Fehler: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr "Mappaint-Stile in ''{0}'' enthalten Fehler: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Ungültiges Strichelungsmuster - Werte müssen positiv sein"
@@@ -9797,9 -9907,8 +9907,8 @@@ msgstr "
"Ungültiges Strichelungsmuster - mindestens ein Wert muss positiv sein"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
- msgstr "Warnung: Mappaint-Stile in ''{0}'' enthalten Fehler: [{1}:{2}] {3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
+ msgstr "Mappaint-Stile in ''{0}'' enthalten Fehler: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Schlüssel der Zugriffskennung:"
@@@ -9814,7 -9923,7 +9923,7 @@@ msgid "
"<html>Select to save the Access Token in the JOSM preferences.<br>Unselect "
"to use the Access Token in this JOSM session only.</html>"
msgstr ""
- "<html>Auswählen, um die Zugriffskennung in den JOSM-Einstellungen zu "
+ "<html>Auswählen, um die Zugriffskennung in den JOSM-Einstellungen zu "
"speichern.<br>Ansonsten wird die Zugriffskennung nur in der aktuellen JOSM-"
"Sitzung genutzt.</html>"
@@@ -10070,8 -10179,8 +10179,8 @@@ msgstr "Dialog schlieÃen und Autorisie
msgid "Close the dialog and accept the Access Token"
msgstr "Dialog schlieÃen und Zugriffskennung annehmen"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Warnung: Abbruch der laufenden OAuth-Anfrage fehlgeschlagen"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Abbruch der laufenden OAuth-Anfrage fehlgeschlagen"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "OAuth-Anfragekennung von ''{0}'' abrufen"
@@@ -10631,7 -10740,7 +10740,7 @@@ msgid "Ignore warning and install styl
msgstr "Warnung ignorieren und Stil trotzdem installieren"
msgid "Some entries have unmet dependencies:"
- msgstr "Einige Einträge haben unerfüllte Abhängigkeiten:"
+ msgstr "Einige Einträge haben unerfüllte Abhängigkeiten:"
msgid "Reset"
msgstr "Zurücksetzen"
@@@ -10885,26 -10994,26 +10994,64 @@@ msgstr "Einstellung hinzufügen
msgid "Advanced Background: Changed"
msgstr "Erweiterter Hintergrund: Geändert"
+ msgid "Advanced Background: NonDefault"
+ msgstr "Erweiterter Hintergrund: keine Standardeinstellung"
+
+ msgid "Current value is default."
+ msgstr "Aktueller Wert ist Voreinstellung."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Voreinstellung ist ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "Voreinstellung momentan unbekannt (Parameter wurde bisher noch nicht "
+ "benutzt)."
+
+ msgid "Change string setting"
+ msgstr "Zeichenketteneinstellung ändern"
+
+ msgid "Value: "
+ msgstr "Wert: "
+
++msgid "Simple"
++msgstr "Einfach"
++
++msgid "List"
++msgstr "Liste"
++
++msgid "List of lists"
++msgstr "Feld"
++
++msgid "List of maps"
++msgstr "Hashliste"
++
++msgid "Add setting"
++msgstr "Einstellung hinzufügen"
++
++msgid "Advanced Background: Changed"
++msgstr "Erweiterter Hintergrund: Geändert"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "Erweiterter Hintergrund: keine Standardeinstellung"
+
+msgid "Current value is default."
+msgstr "Aktueller Wert ist Voreinstellung."
+
+msgid "Default value is ''{0}''."
+msgstr "Voreinstellung ist ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"Voreinstellung momentan unbekannt (Parameter wurde bisher noch nicht "
+"benutzt)."
+
+msgid "Change string setting"
+msgstr "Zeichenketteneinstellung ändern"
+
+msgid "Value: "
+msgstr "Wert: "
+
msgid "Color"
msgstr "Farbe"
@@@ -10955,6 -11064,9 +11102,9 @@@ msgstr "Virtuelle Punkte im Auswahlmodu
msgid "Draw inactive layers in other color"
msgstr "Inaktive Ebenen in anderer Farbe zeichnen"
+ msgid "Display discardable keys"
+ msgstr "Ãberflüssige Schlüssel anzeigen"
+
msgid "Highlight target ways and nodes"
msgstr "Ziel-Linien und -punkte hervorheben"
@@@ -11019,6 -11131,13 +11169,13 @@@ msgstr "
"Diese Option unterdrückt die Füllung von Bereichen, vorrangig vor allem "
"anderen im ausgewählten Stil."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Schlüssel anzeigen, welche als so unwichtig angesehen werden, sodass sie "
+ "ohne Rückfrage verworfen werden."
+
msgid "Options that affect drawing performance"
msgstr "Optionen, welche die Zeichenleistung betreffen"
@@@ -11517,6 -11636,12 +11674,12 @@@ msgstr "
"Es wird ''~'' an den Dateinamen angefügt und im gleichen Verzeichnis "
"gespeichert.)</i>"
+ msgid "Notification at each save"
+ msgstr "Hinweis bei jedem Speichern"
+
+ msgid "When saving, display a small notification"
+ msgstr "Beim Speichern einen kleinen Hinweis anzeigen"
+
msgid "File backup"
msgstr "Sicherungsdatei"
@@@ -11587,8 -11712,8 +11750,8 @@@ msgstr "Karten-Einstellungen
msgid "Settings for the map projection and data interpretation."
msgstr "Einstellungen der Karten-Projektion und Daten-Interpretation."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Warnung: Konnte Objektvorlage nicht laden: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Quelle für Objektvorlage konnte nicht gelesen werden: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11873,21 -11998,6 +12036,6 @@@ msgstr "Swissgrid (Schweiz)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (ohne lokale Korrekturen)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "Nord"
-
- msgid "South"
- msgstr "Süd"
-
- msgid "Hemisphere"
- msgstr "Hemisphäre"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11909,6 -12019,21 +12057,21 @@@ msgstr "UTM-Frankreich (DOM)
msgid "UTM Geodesic system"
msgstr "Geodätisches System UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "Nord"
+
+ msgid "South"
+ msgstr "Süd"
+
+ msgid "Hemisphere"
+ msgstr "Hemisphäre"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Teste OSM API URL ''{0}''"
@@@ -11975,10 -12100,10 +12138,10 @@@ msgid "Select to use OAuth as authentic
msgstr "Auswählen für OAuth-Authentifizierungsmethode"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Warnung: Nicht unterstützter Wert ''{1}'' in Einstellung ''{0}''. "
+ "Nicht unterstützter Wert ''{1}'' in Einstellung ''{0}''. "
"Authentifizierungsmethode ''Basisauthentifizierung'' wird verwendet."
msgid "OSM username:"
@@@ -11987,29 -12112,30 +12150,30 @@@ msgstr "OSM-Benutzername:
msgid "OSM password:"
msgstr "OSM-Passwort:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Warnung: Empfang der OSM-Berechtigungen vom Berechtigungsverwalter "
- "fehlgeschlagen."
+ "Empfang der OSM-Berechtigungen vom Berechtigungsverwalter fehlgeschlagen."
msgid "Current credential manager is of type ''{0}''"
msgstr "Aktueller Berechtigungsverwalter ist vom Typ ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Warnung: Speichern der OSM-Berechtigungen beim Berechtigungsverwalter "
- "fehlgeschlagen."
+ "Speichern der OSM-Berechtigungen beim Berechtigungsverwalter fehlgeschlagen."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "RegelmäÃig auf neue Nachrichten prüfen"
+
+ msgid "Check interval (minutes):"
+ msgstr "Ãberprüfungsintervall (Minuten):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Warnung: Empfang der OAuth-Zugangsmarke vom Berechtigungsverwalter "
- "fehlgeschlagen."
+ "Empfang der OAuth-Zugangsmarke vom Berechtigungsverwalter fehlgeschlagen."
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Warnung: Speichern der OAuth-Zugangsmarke beim Berechtigungsverwalter "
- "fehlgeschlagen."
+ "Speichern der OAuth-Zugangsmarke beim Berechtigungsverwalter fehlgeschlagen."
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12102,18 -12228,12 +12266,12 @@@ msgid "Use a SOCKS proxy
msgstr "SOCKS-Proxy nutzen"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Warnung: JOSM ist konfiguriert, die Proxies aus den Systemeinstellungen zu "
- "verwenden. Jedoch ist die JVM nicht eingerichtet, diese zu laden. Die "
- "Konfiguration wird auf ''Kein Proxy'' zurückgesetzt."
-
- msgid "disabled"
- msgstr "ausgeschaltet"
-
- msgid "no modifier"
- msgstr "Keine Steuertaste"
+ "JOSM ist konfiguriert, die Proxies aus den Systemeinstellungen zu verwenden. "
+ "Jedoch ist die JVM nicht eingerichtet, diese zu laden. Die Konfiguration "
+ "wird auf ''Kein Proxy'' zurückgesetzt."
msgid "Shortcut Background: User"
msgstr "Tastenkürzelhintergrund: Nutzer"
@@@ -12185,8 -12305,8 +12343,8 @@@ msgstr "Vorlage anwenden
msgid "New relation"
msgstr "Neue Relation"
- msgid "Change Properties"
- msgstr "Einstellungen ändern"
+ msgid "Change Tags"
+ msgstr "Schlagwörter ändern"
msgid "Unknown requisite: {0}"
msgstr "Unbekannte Vorraussetzung: {0}"
@@@ -12274,9 -12394,6 +12432,6 @@@ msgstr "Vorlagenelement Rolle ohne Vorg
msgid "Preset sub element without parent"
msgstr "Vorlagenelement ohne Elternelement"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Quelle für Objektvorlage konnte nicht gelesen werden: {0}"
-
msgid "Error parsing {0}: "
msgstr "Fehler beim Einlesen von {0}: "
@@@ -12295,6 -12412,16 +12450,16 @@@ msgstr "Nur Einträge passend zur Auswa
msgid "Search in tags"
msgstr "Suche in Merkmalen"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Anpassbare Komponente {0} ist noch nicht registriert. Sie kann nicht am "
+ "synchronen Anpassen teilnehmen."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Anpassbare Komponente {0} ist noch nicht registriert."
+
msgid "All files (*.*)"
msgstr "Alle Dateien (*.*)"
@@@ -12330,9 -12457,61 +12495,61 @@@ msgstr "
"Der aktuelle Wert ist keine gültige OSM-ID. Bitte einen Ganzzahlwert > 1 "
"eingeben"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falsch: Diese Eigenschaft wurde explizit ausgeschaltet"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "wahr: diese Eigenschaft wurde explizit angeschaltet"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "teilweise: verschiedene gewählte Objekte haben verschiedene Werte, nicht "
+ "ändern"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "ungesetzt: diese Eigenschaft bei den gewählten Objekten nicht setzen"
+
msgid "Cut"
msgstr "Ausschneiden"
+ msgid "Right click = copy to clipboard"
+ msgstr "Rechtsklick = in Zwischenablage kopieren"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "notwendiges Attribut \"{0}\" fehlt"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ 64-Bit-"
+ "Ganzzahl."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ positive 64-"
+ "Bit-Ganzzahl (>=0)."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Ungültiger Wert ''{1}'' für notwendiges Attribut ''{0}'' vom Typ "
+ "Gleitkommazahl."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ "
+ "Wahrheitswert."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ "
+ "OsmPrimitiveType."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12369,10 -12548,10 +12586,10 @@@ msgid "Contacting OSM Server...
msgstr "Verbindung zum OSM-Server..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Warnung: ungültiger Wert des Attributs ''{0}'' von Element ''{1}'' der "
+ "Ungültiger Wert des Attributs ''{0}'' von Element ''{1}'' der "
"Servermöglichkeiten. ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
@@@ -12422,40 -12601,38 +12639,38 @@@ msgstr "
"Ungültige Portnummer in den Einstellungen ''{0}''. Erhaltener Wert: {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Warnung: unerwarteten Wert ''{1}'' für Einstellung ''{0}'' gefunden. Proxy "
- "wird nicht verwendet."
+ "Unerwarteten Wert ''{1}'' für Einstellung ''{0}'' gefunden. Proxy wird nicht "
+ "verwendet."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warnung: Unerwartete Parameter für den HTTP Proxy. Eingabe war Host \"{0}\" "
- "und Port \"{1}\"."
+ "Unerwartete Parameter für den HTTP Proxy. Eingabe war Host ''{0}'' und Port "
+ "''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warnung: Unerwartete Parameter für den SOCKS-Proxy. Eingabe war Host \"{0}\" "
- "und Port \"{1}\"."
+ "Unerwartete Parameter für den SOCKS-Proxy. Eingabe war Host ''{0}'' und Port "
+ "''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Fehler: Verbindung zum Proxy \"{0}\" mit der URL \"{1}\" ist fehlgeschlagen. "
- "Der Fehler war: {2}"
+ "Verbindung zum Proxy ''{0}'' mit der URL ''{1}'' ist fehlgeschlagen. Der "
+ "Fehler war: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Warnung: Die JVM ist nicht konfiguriert, die Proxies aus den "
- "Systemeinstellungen zu laden. Die Option ''java.net.useSystemProxies'' war "
- "beim Start nicht gesetzt. Es wird kein Proxy verwendet."
+ "Die JVM ist nicht konfiguriert, die Proxies aus den Systemeinstellungen zu "
+ "laden. Die Option ''java.net.useSystemProxies'' war beim Start nicht "
+ "gesetzt. Es wird kein Proxy verwendet."
msgid "Parsing response from server..."
msgstr "Server-Antwort wird verarbeitet..."
@@@ -12560,6 -12737,9 +12775,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Fehler: ungültige Dokumentenstruktur in GPX-Dokument"
+ msgid "(at line {0}, column {1})"
+ msgstr "(in Zeile {0}, Spalte {1})"
+
msgid "Unknown mode {0}."
msgstr "Unbekannter Modus {0}."
@@@ -12575,16 -12755,24 +12793,24 @@@ msgstr "Nach Bilddateien suchen...
msgid "No image files found."
msgstr "Keine Bilddateien gefunden."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Sie haben {0} ungelesene Nachricht."
+ msgstr[1] "Sie haben {0} ungelesene Nachrichten."
+
+ msgid "Click here to see your inbox."
+ msgstr "Hier klicken um den Posteingang zu sehen."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
"Das Ãffnen eines Eingabestroms für die Resource ''{0}'' ist fehlgeschlagen."
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Warnung: Fehler beim Ãffnen der Datei mit Endung ''{2}'' and Namensteil "
- "''{3}'' in Zipdatei ''{0}''. Die Fehlermeldung lautet: {1}"
+ "Fehler beim Ãffnen der Datei mit Endung ''{2}'' und Namensteil ''{3}'' in "
+ "Zip-Datei ''{0}''. Die Fehlermeldung lautet: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Datei umbenennen von {0} in {1} fehlgeschlagen."
@@@ -12671,8 -12859,8 +12897,8 @@@ msgstr "Unbekannte Einträge: {0}
msgid "Zero coordinates: {0}"
msgstr "Leere Koordinaten: {0}"
- msgid "NMEA import success"
- msgstr "NMEA-Einlesen erfolgreich"
+ msgid "NMEA import success:"
+ msgstr "NMEA-Einlesen erfolgreich:"
msgid "NMEA import failure!"
msgstr "NMEA-Einlesen fehlgeschlagen!"
@@@ -12785,49 -12973,15 +13011,15 @@@ msgstr "Keine Daten in Datei {0} gefund
msgid "Open OsmChange file"
msgstr "OsmChange-Datei öffnen"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "notwendiges Attribut \"{0}\" fehlt"
-
msgid "Unsupported version: {0}"
msgstr "Nicht unterstützte Version: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ 64-Bit-"
- "Ganzzahl."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ positive 64-"
- "Bit-Ganzzahl (>=0)."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Ungültiger Wert ''{1}'' für notwendiges Attribut ''{0}'' vom Typ "
- "Gleitkommazahl."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ "
- "Wahrheitswert."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Ungültiger Wert \"{1}\" für notwendiges Attribut \"{0}\" vom Typ "
- "OsmPrimitiveType."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Warnung: nicht unterstütztes Startelement ''{0}'' im Inhalt des "
- "Ãnderungssatzes an der Position ({1},{2}) wird übersprungen."
+ "Nicht unterstütztes Startelement ''{0}'' im Inhalt des Ãnderungssatzes an "
+ "der Position ({1},{2}) wird übersprungen."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12837,11 -12991,11 +13029,11 @@@ msgstr "
"auÃerhalb von ''create'', ''modify'' oder ''delete'' gefunden."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Warnung: nicht unterstütztes Endelement ''{0}'' im Inhalt des "
- "Ãnderungssatzes an der Position ({1},{2}) übersprungen."
+ "Nicht unterstütztes Endelement ''{0}'' im Inhalt des Ãnderungssatzes an der "
+ "Position ({1},{2}) übersprungen."
msgid "Parsing changeset content ..."
msgstr "Inhalt des Ãnderungssatzes analysieren..."
@@@ -12870,11 -13024,8 +13062,8 @@@ msgid "Failed to sign a HTTP connectio
msgstr ""
"Anlegen einer HTTP-Verbindung mit einer OAuth-Authentifikation fehlgeschlagen"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Warnung: Unerwarteter Wert für Einstellung ''{0}'': ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(in Zeile {0}, Spalte {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "Unerwarteter Wert für Einstellung ''{0}'': ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12970,12 -13121,12 +13159,12 @@@ msgstr "
"{0}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "WARNUNG: setze den Wert des Attributs ''version'' für das XML Element {0} "
- "auf den Standardwert {2}. Die Version des API ist ''{3}''. Der Wert von "
- "''version'' war {1}."
+ "Setze den Wert des Attributs ''version'' für das XML Element {0} auf den "
+ "Standardwert {2}. Die Version des API ist ''{3}''. Der Wert von ''version'' "
+ "war {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Unbekannte oder nicht unterstützte API-Version. Erhaltener Wert: {0}"
@@@ -13182,18 -13333,17 +13371,24 @@@ msgstr "Neue Objekte erstellen
msgid "Read protocol version"
msgstr "Protokollversion lesen"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Warnung: Der Fernsteuerungsserver auf Port {0}: {1} konnte nicht gestartet "
- "werden"
+ "Der Fernsteuerungsserver auf Port {0} konnte nicht gestartet werden: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+ "RemoteControl::Eingehende Verbindungen auf Port {0} werden akzeptiert"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "RemoteControl::Server angehalten."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+"RemoteControl::Eingehende Verbindungen auf Port {0} werden akzeptiert"
+
+msgid "RemoteControl::Server stopped."
+msgstr "RemoteControl::Server angehalten."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Die Fernsteuerung soll einen neuen Punkt erstellen."
@@@ -13234,6 -13384,15 +13429,15 @@@ msgstr "Die Fernsteuerung soll Daten vo
msgid "Remote Control has been asked to load data from the API."
msgstr "Die Fernsteuerung soll Daten von der API herunterladen."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "Breitengrad müssen zwischen {0} und {1} liegen"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "Längengrade müssen zwischen {0} und {1} liegen"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "Die Minima müssen geringer als die Maxima sein"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13270,20 -13429,20 +13474,20 @@@ msgstr "Daten:
msgid "local file"
msgstr "Lokale Datei"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Verweis zu einer OSM-Datei auf der lokalen Festplatte."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Verweis zu einer GPX-Datei auf der lokalen Festplatte."
msgid "include"
msgstr "Hinzufügen"
- msgid "Include OSM data in the .joz session file."
- msgstr "OSM-Daten im der Sitzungsdatei (.joz) integrieren."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "GPX-Daten im der Sitzungsdatei (.joz) integrieren."
msgid "No file association"
msgstr "Keine Dateiverbindung"
- msgid "OSM data will be included in the session file."
- msgstr "OSM-Daten werden in Sitzungsdatei integriert."
+ msgid "GPX data will be included in the session file."
+ msgstr "GPX-Daten werden in Sitzungsdatei integriert."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13308,6 -13467,15 +13512,15 @@@ msgstr "Ebene enthält ungespeicherte D
msgid "Layer does not contain unsaved data."
msgstr "Ebene enthält keine ungespeicherten Daten."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Verweis zu einer OSM-Datei auf der lokalen Festplatte."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "OSM-Daten im der Sitzungsdatei (.joz) integrieren."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM-Daten werden in Sitzungsdatei integriert."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13315,6 -13483,9 +13528,9 @@@ msgstr "
"Version ''{0}'' in Metadaten der OSM-Datenebene wird nicht unterstützt. "
"Erwartet: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Sitzungsdatei (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Datei ''{0}'' nicht gefunden."
@@@ -13393,18 -13564,18 +13609,18 @@@ msgid "Download skipped
msgstr "Herunterladen übersprungen"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Warnung: Das Plugin \"{0}\" kann nicht heruntergeladen werden. Sein Link zum "
- "Herunterladen ist unbekannt. Das Herunterladen wird übersprungen."
+ "Das Plugin {0} kann nicht heruntergeladen werden, da der Link unbekannt ist. "
+ "Das Herunterladen wird übersprungen."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Warnung: Das Plugin \"{0}\" kann nicht heruntergeladen werden. Sein Link zum "
- "Herunterladen ''{1}'' ist kein gültiger URL."
+ "Das Plugin {0} kann nicht heruntergeladen werden, da der Link ''{1}'' "
+ "ungültig ist. Das Herunterladen wird übersprungen."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Erstellen des Plugin-Verzeichnisses ''{0}'' fehlgeschlagen"
@@@ -13576,11 -13747,11 +13792,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Plugin-Aktualisierung fehlgeschlagen"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Warnung: Plugin {0} konnte nicht gefunden werden"
+ msgid "Failed to find plugin {0}"
+ msgstr "Plugin {0} konnte nicht gefunden werden"
- msgid "Warning: failed to download plugin information list"
- msgstr "Achtung: Plugin-Informationen konnten nicht herunter geladen werden"
+ msgid "Failed to download plugin information list"
+ msgstr "Plugin-Informationen konnten nicht herunter geladen werden"
msgid "Disable plugin"
msgstr "Plugin abschalten"
@@@ -13594,30 -13765,28 +13810,28 @@@ msgstr "Plugin behalten
msgid "Click to keep the plugin ''{0}''"
msgstr "Plugin \"{0}\" behalten"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr ""
- "Warnung: Das Entfernen des veralteten Plugins \"{0}\" ist fehlgeschlagen."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Das Entfernen des veralteten Plugins {0} ist fehlgeschlagen."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Warnung: die Installation des heruntergeladenen Plugins ''{0}'' ist "
- "fehlgeschlagen. JOSM wird weiterhin die alte Version des Plugins nutzen."
+ "Die Installation des heruntergeladenen Plugins {0} ist fehlgeschlagen. JOSM "
+ "wird weiterhin die alte Version des Plugins nutzen."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Warnung: Die Installation des Plugins ''{0}'' aus der temporären Datei "
- "''{1}'' ist fehlgeschlagen. {2}"
+ "Die Installation des Plugins {0} aus der temporären Datei ''{1}'' ist "
+ "fehlgeschlagen. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Warnung: Die Installation des Plugins \"{0}\" aus der temporären Datei "
- "''{1}'' ist fehlgeschlagen. Die Datei konnte nicht umbenannt werden."
+ "Die Installation des Plugins {0} aus der temporären Datei ''{1}'' ist "
+ "fehlgeschlagen. Die Datei konnte nicht umbenannt werden."
msgid "Click to disable the plugin ''{0}''"
msgstr "Plugin \"{0}\" deaktivieren"
@@@ -13695,11 -13864,10 +13909,10 @@@ msgstr "Verarbeite zwischengespeichert
msgid "Processing file ''{0}''"
msgstr "Verarbeite Datei ''{0}''..."
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Warnung: Das Durchsuchen der Datei ''{0}'' nach Plugin-Informationen ist "
- "fehlgeschlagen. Ausgelassen."
+ "Das Durchsuchen der Datei ''{0}'' nach Plugin-Informationen ist "
+ "fehlgeschlagen. Datei wird übersprungen."
msgid "Processing plugin site cache icon files..."
msgstr "Verarbeite zwischengespeicherte Bilddateien der Plugin-Quellen..."
@@@ -13713,12 -13881,27 +13926,27 @@@ msgstr "Lade Plugin-Liste herunter...
msgid "Downloading plugin list from ''{0}''"
msgstr "Herunterladen der Plugin-Liste von ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Plugin-Liste-Herunterlade-Fehler"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM konnte Plugin-Liste nicht herunterladen:"
+
+ msgid "Details:"
+ msgstr "Details:"
+
+ msgid "Plugin icons download error"
+ msgstr "Plugin-Icons-Herunterlade-Fehler"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM konnte Plugin-Icons nicht herunterladen:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Warnung: Das Anlegen des Plugin-Verzeichnisses ''{0}'' ist fehlgeschlagen. "
- "Kann die Plugin-Liste der Quelle ''{1}'' nicht zwischenspeichern."
+ "Das Anlegen des Plugin-Verzeichnisses ''{0}'' ist fehlgeschlagen. Kann die "
+ "Plugin-Liste der Quelle ''{1}'' nicht zwischenspeichern."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Schreibe Plugin-Liste in den lokalen Zwischenspeicher ''{0}''"
@@@ -14180,15 -14363,13 +14408,13 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Fehler beim Laden des Bildes ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "Warnung: Fehler beim Bearbeiten der Zip-Datei ''{0}''. Fehlermeldung war: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Fehler beim Bearbeiten der Zip-Datei ''{0}''. Fehlermeldung war: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Warnung: der Zugrif auf das Verzeichnis ''{0}'' wurde aus Sicherheitsgründen "
+ "Der Zugriff auf das Verzeichnis ''{0}'' wurde aus Sicherheitsgründen "
"verweigert. Fehlermeldung: {1}"
msgid "{0}... [please type its number]"
@@@ -14201,9 -14382,56 +14427,56 @@@ msgstr "
"URL kann nicht geöffnet werden. Es ist aktuell keine Plattform ausgewählt. "
"Bitte zuerst eine Plattform setzen."
+ msgid "Opening URL: {0}"
+ msgstr "Ãffne URL: {0}"
+
+ msgid "zoom"
+ msgstr "Zoom"
+
+ msgid "latitude"
+ msgstr "Breitengrad"
+
+ msgid "longitude"
+ msgstr "Längengrad"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "URL enthält nicht {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "URL enthält keinen gültigen {0}"
+
msgid "reserved"
msgstr "reserviert"
+ msgid "Outdated Java version"
+ msgstr "Veraltete Java-Version"
+
+ msgid "Update Java"
+ msgstr "Java aktualisieren"
+
+ msgid "You are running version {0} of Java."
+ msgstr "Sie verwenden die Java-Version {0}"
+
+ msgid "February 2013"
+ msgstr "Februar 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Diese Version wird von {0} seit {1} nicht mehr unterstützt. Deshalb wird von "
+ "der Verwendung abgeraten."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM wird mit dieser Version bald nicht mehr funktionieren. Wir empfehlen "
+ "eine Aktualisierung auf Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Möchten Sie jetzt die Aktualisierung durchführen?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"Tastenkürzelkonflikt: ''{0}'' wurde von ''{1}'' auf ''{2}'' verschoben."
@@@ -14239,8 -14467,22 +14512,22 @@@ msgstr "
"werden, da diese keine JOSM-Objekte und keinen passenden Text enthält. "
"</p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Rechtsklick = in Zwischenablage kopieren"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "min"
+
+ msgid "h"
+ msgstr "h"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "Tag"
+ msgstr[1] "Tage"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14590,6 -14832,13 +14877,13 @@@ msgid "Saturation:
msgstr "Sättigung:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "Erlaubt das Bearbeiten von Verkehrsinformationen und das Exportieren zum "
+ "Simulator SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14900,6 -15149,9 +15194,9 @@@ msgstr "
"Schreibt GPS-Position in die Dateiinformationen von Fotos. Rufen Sie diese "
"Funktion per Rechtsklick auf der Foto-Ebene auf."
+ msgid "Make photos movable and position them on the map."
+ msgstr "Fotos verschiebbar machen und auf der Karte platzieren."
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14963,9 -15215,6 +15260,6 @@@ msgstr "
"Dies kann mittels einer maximalen Flächenreduktion eingeschränkt werden. "
"AuÃerdem werden nahe beieinanderliegende Punkte gemittelt."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Erstellen und Ãndern von Seekarten für OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Bearbeitungsfunktionen für OpenSeaMap"
@@@ -15013,6 -15262,13 +15307,13 @@@ msgstr "
"Gebäude von der tschechischen Katasterkarte abzeichnen. TracerServer (.NET "
"oder Mono) muss dazu laufen."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "Gebäude und andere Formen von einer Karte abzeichnen. Benötigt einen "
+ "laufenden Tracer2Server."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Plugin zum digitalen Signieren von OSM-Daten"
@@@ -15156,6 -15412,9 +15457,9 @@@ msgstr "StraÃendamm
msgid "Lit"
msgstr "Beleuchtet"
+ msgid "Toll"
+ msgstr "Maut"
+
msgid "Motorway Link"
msgstr "Autobahnanschluss"
@@@ -15246,6 -15505,50 +15550,50 @@@ msgstr "OrtsstraÃe
msgid "Edit Residential Street"
msgstr "OrtsstraÃe bearbeiten"
+ msgid "Bicycle Road"
+ msgstr "FahrradstraÃe"
+
+ msgid "Edit Bicycle Road"
+ msgstr "FahrradstraÃe anpassen"
+
+ msgid "Highway type"
+ msgstr "StraÃentyp"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "OrtsstraÃe"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "ZufahrtsstraÃe"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "VerbindungsstraÃe"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "Pfad"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "Radweg"
+
+ msgid "Vehicle access"
+ msgstr "Nutzbarkeit für Fahrzeuge"
+
+ msgid "yes"
+ msgstr "ja"
+
+ msgid "no"
+ msgstr "nein"
+
+ msgid "destination"
+ msgstr "Anlieger frei"
+
+ msgid "Oneway for bicycle"
+ msgstr "Einbahn (Fahrrad)"
+
msgid "Living Street"
msgstr "SpielstraÃe"
@@@ -15264,10 -15567,10 +15612,10 @@@ msgstr "Fläche
msgid "Service"
msgstr "ZufahrtsstraÃe"
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr "ZufahrtsstraÃe bearbeiten"
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr "ZufahrtsstraÃentyp"
msgid "alley"
@@@ -15279,6 -15582,9 +15627,9 @@@ msgstr "Auffahrt
msgid "parking_aisle"
msgstr "Parkplatzweg"
+ msgid "drive-through"
+ msgstr "Durchfahrtsbedienung"
+
msgid "Parking Aisle"
msgstr "Parkplatzweg"
@@@ -15306,18 -15612,12 +15657,12 @@@ msgstr "Kreisverkehr
msgid "jughandle"
msgstr "Abbiegerampe"
- msgid "yes"
- msgstr "ja"
-
msgid "Road Restrictions"
msgstr "StraÃenbeschränkungen"
msgid "Edit Road Restrictions"
msgstr "StraÃenbeschränkungen bearbeiten"
- msgid "Toll"
- msgstr "Maut"
-
msgid "No exit (cul-de-sac)"
msgstr "Kein Ausgang (Sackgasse)"
@@@ -15327,9 -15627,6 +15672,6 @@@ msgstr "Transportarteinschränkung
msgid "General Access"
msgstr "Genereller Zugang"
- msgid "destination"
- msgstr "Anlieger frei"
-
msgid "delivery"
msgstr "Lieferverkehr frei"
@@@ -15339,15 -15636,15 +15681,15 @@@ msgstr "Privat; Zugang gestattet
msgid "private"
msgstr "Privat"
+ msgid "customers"
+ msgstr "Kunden"
+
msgid "agricultural"
msgstr "Landwirtschaftlicher Verkehr gestattet"
msgid "forestry"
msgstr "Forstwirtschaftlicher Verkehr gestattet"
- msgid "no"
- msgstr "nein"
-
msgid "official"
msgstr "Offizielle Nutzungsart"
@@@ -15393,6 -15690,9 +15735,9 @@@ msgstr "Fahrgemeinschaft
msgid "Public Service Vehicles (psv)"
msgstr "Ãffentlicher Verkehr & Taxi"
+ msgid "Tourist buses"
+ msgstr "Tourismusbusse"
+
msgid "Min. speed (km/h)"
msgstr "Min. Geschwindigkeit (km/h)"
@@@ -15477,6 -15777,9 +15822,9 @@@ msgstr "Brücke bearbeiten
msgid "viaduct"
msgstr "Viadukt"
+ msgid "suspension"
+ msgstr "Hängebrücke"
+
msgid "swing"
msgstr "Drehbrücke"
@@@ -15595,21 -15898,30 +15943,30 @@@ msgstr "
msgid "Visibility"
msgstr "Sichtbarkeit"
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr "exzellent"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "gut"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "mittelschwer"
+ msgctxt "trail_visibility"
msgid "bad"
msgstr "schlecht"
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr "sehr schlecht"
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "nein"
+
msgid "Wheelchairs"
msgstr "Rollstuhl"
@@@ -15625,11 -15937,11 +15982,11 @@@ msgstr "Ausgewiesener Reitweg
msgid "Edit Bridleway"
msgstr "Reitweg bearbeiten"
- msgid "Cycle Lane"
- msgstr "Fahrradspur"
+ msgid "Cycle Lane/Track"
+ msgstr "Fahrradspur/-fahrbahn"
- msgid "Edit Cycle Lane"
- msgstr "Fahrradspur bearbeiten"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "Fahrradspur/-fahrbahn bearbeiten"
msgid "Cycleway"
msgstr "Radweg"
@@@ -15664,8 -15976,8 +16021,8 @@@ msgstr "Fahrradweg rechts
msgid "Oneway (bicycle)"
msgstr "Einbahn (Fahrrad)"
- msgid "Edit Highway"
- msgstr "StraÃe bearbeiten"
+ msgid "Edit Highway Attributes:"
+ msgstr "StraÃen-Attribute bearbeiten"
msgid "Highway"
msgstr "StraÃe"
@@@ -15733,12 -16045,18 +16090,18 @@@ msgstr "Raststelle
msgid "Edit Rest Area"
msgstr "Raststelle bearbeiten"
- msgid "Emergency Phone"
- msgstr "Notfalltelefon"
+ msgid "Drinking Water"
+ msgstr "Trinkwasser"
msgid "Traffic Signal"
msgstr "Ampel"
+ msgid "Edit Traffic Signal"
+ msgstr "Ampel anpassen"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Optionale Ãbergangs-Attribute:"
+
msgid "Pedestrian crossing type"
msgstr "Typ des FuÃgängerüberwegs"
@@@ -15754,15 -16072,6 +16117,6 @@@ msgstr "Insel
msgid "unmarked"
msgstr "unmarkiert"
- msgid "Cross on horseback"
- msgstr "Zu Pferd"
-
- msgid "Cross by bicycle"
- msgstr "Mit Fahrrad"
-
- msgid "Crossing attendant"
- msgstr "Schülerlotse"
-
msgid "Crossing type name (UK)"
msgstr "Ãbergangstyp (UK)"
@@@ -15784,6 -16093,15 +16138,15 @@@ msgstr "Ampel für FüÃgänger, Fahrra
msgid "tiger"
msgstr "Zebrastreifen (Tiger)"
+ msgid "Crossing attendant"
+ msgstr "Schülerlotse"
+
+ msgid "Cross by bicycle"
+ msgstr "Mit Fahrrad"
+
+ msgid "Cross on horseback"
+ msgstr "Zu Pferd"
+
msgid "Stop"
msgstr "Stopp-Schild"
@@@ -15793,6 -16111,9 +16156,9 @@@ msgstr "Vorfahrt gewähren / Vorrang ge
msgid "Mini-roundabout"
msgstr "Kleiner Kreisverkehr"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Kleinen Kreisverkehr anpassen"
+
msgid "Direction"
msgstr "Richtung"
@@@ -15802,11 -16123,8 +16168,8 @@@ msgstr "Im Uhrzeigersinn
msgid "Pedestrian Crossing"
msgstr "FuÃgängerüberweg"
- msgid "Edit Crossing"
- msgstr "FuÃgängerüberweg bearbeiten"
-
- msgid "Type name (UK)"
- msgstr "Typname (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "FuÃgängerüberweg anpassen"
msgid "Traffic Calming"
msgstr "Verkehrsberuhigung"
@@@ -15838,9 -16156,6 +16201,6 @@@ msgstr "Bodenwelle (sehr lang und flach
msgid "Passing Place"
msgstr "Ausweichstelle"
- msgid "Edit Passing Place"
- msgstr "Ausweichstelle bearbeiten"
-
msgid "Turning Circle"
msgstr "Wendestelle"
@@@ -15883,6 -16198,12 +16243,12 @@@ msgstr "Steinblock
msgid "Allowed traffic:"
msgstr "Erlaubter Verkehr:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "Stein"
+
msgid "Bollard"
msgstr "Poller"
@@@ -15898,6 -16219,9 +16264,9 @@@ msgstr "ausfahrend
msgid "removable"
msgstr "entfernbar"
+ msgid "plastic"
+ msgstr "Kunststoff"
+
msgid "Cycle Barrier"
msgstr "Umlaufgitter"
@@@ -15967,20 -16291,14 +16336,17 @@@ msgstr "Maschendraht
msgid "electric"
msgstr "Elektrisch"
- msgid "roundpole"
- msgstr "Baumstämmchen"
-
- msgid "split_rail"
- msgstr "Holzbalken"
+ msgid "pole"
+ msgstr "Mast"
- msgid "chain"
- msgstr "Kette"
-msgid "split_rail"
-msgstr "Holzbalken"
++msgid "Guard Rail"
++msgstr "Leitplanke"
+
- msgid "hedge"
- msgstr "Hecke"
++msgid "Edit Guard Rail"
++msgstr "Leitplanke bearbeiten"
- msgid "pole"
- msgstr "Mast"
+ msgid "wire"
+ msgstr "Drahtzaun"
msgid "Guard Rail"
msgstr "Leitplanke"
@@@ -16010,6 -16328,7 +16376,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Wassergraben"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "Wassergraben bearbeiten"
@@@ -16019,11 -16338,11 +16386,11 @@@ msgstr "Bordstein
msgid "Edit Kerb"
msgstr "Bordstein bearbeiten"
- msgid "Entrance"
- msgstr "Eingang"
+ msgid "Entrance (barrier opening)"
+ msgstr "Barriere-Eingang/Ãffnung"
- msgid "Edit Entrance"
- msgstr "Eingang bearbeiten"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Barriere-Eingang/Ãffnung bearbeiten"
msgid "Gate"
msgstr "Gatter / Tor"
@@@ -16076,12 -16395,6 +16443,6 @@@ msgstr "Schmale Lücke
msgid "stepover"
msgstr "Ãbertritt"
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "Stein"
-
msgid "Turnstile"
msgstr "Drehsperre"
@@@ -16142,12 -16455,21 +16503,21 @@@ msgstr "Abwassergraben bearbeiten
msgid "Ditch"
msgstr "Wassergraben"
+ msgid "Edit Ditch"
+ msgstr "Wassergraben bearbeiten"
+
msgid "Stream"
msgstr "Bach"
msgid "Edit Stream"
msgstr "Bach bearbeiten"
+ msgid "Wadi"
+ msgstr "Wadi"
+
+ msgid "Edit Wadi"
+ msgstr "Wadi bearbeiten"
+
msgid "Canal"
msgstr "Kanal"
@@@ -16187,9 -16509,6 +16557,6 @@@ msgstr "Damm bearbeiten
msgid "Groyne"
msgstr "Buhne"
- msgid "Edit Groyne"
- msgstr "Bearbeite Buhne"
-
msgid "Breakwater"
msgstr "Wellenbrecher"
@@@ -16223,6 -16542,21 +16590,21 @@@ msgstr "Ãberdecktes Speicherbassin bea
msgid "Edit Water"
msgstr "Wasserfläche bearbeiten"
+ msgid "Water Body"
+ msgstr "Wasserfläche"
+
+ msgid "lake"
+ msgstr "See"
+
+ msgid "lagoon"
+ msgstr "Lagune"
+
+ msgid "pond"
+ msgstr "Teich"
+
+ msgid "reservoir"
+ msgstr "Speicherbecken"
+
msgid "Land"
msgstr "Land"
@@@ -16304,20 -16638,25 +16686,25 @@@ msgstr "Fährstelle bearbeiten
msgid "Cargo"
msgstr "Fracht"
+ msgctxt "cargo"
msgid "passengers"
msgstr "Passagiere"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "Fahrzeuge"
+ msgctxt "cargo"
msgid "bicycle"
msgstr "Fahrrad"
+ msgctxt "cargo"
msgid "hgv"
msgstr "LKW"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "Passagiere&Fahrzeuge"
+ msgstr "Passagiere und Fahrzeuge"
msgid "Ferry Route"
msgstr "Fährroute"
@@@ -16391,8 -16730,8 +16778,8 @@@ msgstr "Tourismus
msgid "freight"
msgstr "Güterzüge"
- msgid "Service/Type"
- msgstr "Dienst/Typ"
+ msgid "Service type"
+ msgstr "Service-Typ"
msgid "yard"
msgstr "Rangiergleis"
@@@ -16415,11 -16754,14 +16802,14 @@@ msgstr "Oberleitung
msgid "rail"
msgstr "Eisenbahn"
- msgid "Voltage"
- msgstr "Spannung"
+ msgid "Voltage in Volts (V)"
+ msgstr "Spannung in Volt (V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Frequenz in Hertz (Hz)"
- msgid "Frequency (Hz)"
- msgstr "Frequenz (Hz)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16,7"
@@@ -16430,9 -16772,6 +16820,6 @@@ msgstr "Schmalspurbahn
msgid "Edit Narrow Gauge Rail"
msgstr "Schmalspurbahn bearbeiten"
- msgid "Types"
- msgstr "Arten"
-
msgid "Monorail"
msgstr "Einschienenbahn"
@@@ -16454,15 -16793,15 +16841,15 @@@ msgstr "Stadtbahn bearbeiten
msgid "Subway"
msgstr "U-Bahn"
+msgid "Edit Tram"
+msgstr "StraÃenbahn bearbeiten"
+
msgid "Edit Subway"
msgstr "U-Bahn bearbeiten"
msgid "Tram"
msgstr "StraÃenbahn"
-msgid "Edit Tram"
-msgstr "StraÃenbahn bearbeiten"
-
msgid "Bus Guideway"
msgstr "Spurbus"
@@@ -16484,6 -16823,9 +16871,9 @@@ msgstr "Stillgelegte Gleise bearbeiten
msgid "Level Crossing"
msgstr "Bahnübergang"
+ msgid "Edit Level Crossing"
+ msgstr "Bahnübergang bearbeiten"
+
msgid "Supervised"
msgstr "Bewacht"
@@@ -16496,18 -16838,32 +16886,32 @@@ msgstr "akustisches Warnsignal
msgid "Barrier"
msgstr "Barriere"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "nein"
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr "halb"
+ msgctxt "crossing:barrier"
msgid "full"
msgstr "voll"
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr "beidseitige Halbschranken"
msgid "Crossing"
msgstr "(FuÃ-)Ãbergang"
+ msgid "Edit Crossing"
+ msgstr "(FuÃ-)Ãbergang bearbeiten"
+
msgid "Crossing type"
msgstr "Art des Ãbergangs"
@@@ -16607,11 -16963,9 +17011,9 @@@ msgstr "Laufband
msgid "Edit Magic Carpet"
msgstr "Laufband bearbeiten"
- msgctxt "aerialway"
msgid "Goods"
msgstr "Materialseilbahn"
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr "Materialseilbahn bearbeiten"
@@@ -16623,11 -16977,9 +17025,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Station bearbeiten"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "Pfeiler"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "Pfeiler bearbeiten"
@@@ -16646,12 -16998,12 +17046,12 @@@ msgstr "ebenerdig
msgid "underground"
msgstr "Tiefgarage"
+ msgid "rooftop"
+ msgstr "Hausdach"
+
msgid "Access"
msgstr "Genereller Zugang"
- msgid "customers"
- msgstr "Kunden"
-
msgid "Park and Ride"
msgstr "Park and Ride"
@@@ -16679,9 -17031,6 +17079,6 @@@ msgstr "Stellplatz
msgid "Edit Parking space"
msgstr "Stellplatz anpassen"
- msgid "rooftop"
- msgstr "Hausdach"
-
msgid "Capacity"
msgstr "Kapazität"
@@@ -16703,11 -17052,31 +17100,31 @@@ msgstr "Ãffnungszeiten
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Sa-Su 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+
+ msgid "sunrise-sunset"
+ msgstr "sunrise-sunset"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr "Su 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgid "Parking entrance"
msgstr "Parkplatz-Einfahrt"
@@@ -16856,6 -17225,9 +17273,9 @@@ msgstr "Elektrotankstelle
msgid "Edit Charging Station (for electric cars)"
msgstr "Bearbeite Elektrotankstelle"
+ msgid "Voltage"
+ msgstr "Spannung"
+
msgid "Amperage"
msgstr "Stromstärke"
@@@ -16877,6 -17249,12 +17297,12 @@@ msgstr "Werkstatt
msgid "Edit Car Repair"
msgstr "Autowerkstatt bearbeiten"
+ msgid "Parts"
+ msgstr "Ersatzteile"
+
+ msgid "Edit Car Parts"
+ msgstr "Autoteile bearbeiten"
+
msgid "Tyres"
msgstr "Reifenhändler"
@@@ -16904,6 -17282,12 +17330,12 @@@ msgstr "Vermietung
msgid "Edit Car Rental"
msgstr "Autovermietung bearbeiten"
+ msgid "Second hand"
+ msgstr "Aus zweiter Hand"
+
+ msgid "only"
+ msgstr "nur"
+
msgid "Sharing"
msgstr "Autotausch / Car Sharing"
@@@ -16928,22 -17312,6 +17360,6 @@@ msgstr "Dienstleistungen:
msgid "Sale"
msgstr "Verkauf"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ja"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "Marke"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "Gebraucht"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nein"
-
msgid "brand"
msgstr "Marke"
@@@ -16965,9 -17333,6 +17381,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Ersatzteile"
-
msgid "Clothes"
msgstr "Kleidung"
@@@ -17163,6 -17528,9 +17576,9 @@@ msgstr "Plattform
msgid "Station or amenities"
msgstr "Station oder Amenities"
+ msgid "Edit Stop Position"
+ msgstr "Halteposition bearbeiten"
+
msgid "Bus"
msgstr "Bus"
@@@ -17193,6 -17561,9 +17609,9 @@@ msgstr "Standseilbahn
msgid "Ferry"
msgstr "Fähre"
+ msgid "Edit Platform"
+ msgstr "Plattform bearbeiten"
+
msgid "Bench"
msgstr "Sitzbank"
@@@ -17205,9 -17576,6 +17624,6 @@@ msgstr "Rollstuhl
msgid "limited"
msgstr "limitiert"
- msgid "only"
- msgstr "nur"
-
msgid "Highway platform (legacy)"
msgstr "Bussteig (legacy/veraltet)"
@@@ -17217,9 -17585,14 +17633,14 @@@ msgstr "Bahnsteig (veraltet)
msgid "funicular"
msgstr "Standseilbahn"
+ msgctxt "railway"
msgid "Station"
msgstr "Bahnhof"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Bahnhof bearbeiten"
+
msgid "Building"
msgstr "Gebäude"
@@@ -17232,6 -17605,9 +17653,9 @@@ msgstr "U-Bahn-Eingang bearbeiten
msgid "Ticket Machine"
msgstr "Fahrausweisautomat"
+ msgid "Edit Ticket Machine"
+ msgstr "Fahrkartenautomat bearbeiten"
+
msgid "Reference Number"
msgstr "Referenznummer"
@@@ -17256,14 -17632,6 +17680,6 @@@ msgstr "Kundenkarten
msgid "Public Transport (legacy)"
msgstr "Ãffentlicher Verkehr (legacy/veraltet)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Bahnhof"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Bahnhof bearbeiten"
-
msgid "UIC-Reference"
msgstr "UIC-Referenz"
@@@ -17312,8 -17680,8 +17728,8 @@@ msgstr "Bussteig bearbeiten
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Taxihaltepunkt bearbeiten"
+ msgid "Edit Taxi Station"
+ msgstr "Taxistand bearbeiten"
msgid "Airport"
msgstr "Flughafen"
@@@ -17366,8 -17734,23 +17782,23 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Terminal bearbeiten"
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
+ msgstr "Internetzugang"
+
+ msgid "wlan"
+ msgstr "WLAN"
+
+ msgid "wired"
+ msgstr "Kabel"
+
+ msgid "terminal"
+ msgstr "Terminal"
+
+ msgid "Internet access fee"
+ msgstr "Internetgebühr"
+
+ msgctxt "airport"
+ msgid "Gate"
msgstr "Flugsteig/Gate"
msgid "Edit Terminal Gate"
@@@ -17388,21 -17771,6 +17819,6 @@@ msgstr "Hotel bearbeiten
msgid "Stars"
msgstr "Sterne"
- msgid "Internet access"
- msgstr "Internetzugang"
-
- msgid "wlan"
- msgstr "WLAN"
-
- msgid "wired"
- msgstr "Kabel"
-
- msgid "terminal"
- msgstr "Terminal"
-
- msgid "Internet access fee"
- msgstr "Internetgebühr"
-
msgid "Smoking"
msgstr "Rauchen"
@@@ -17592,9 -17960,6 +18008,6 @@@ msgstr "Strip-Klub
msgid "Edit Stripclub"
msgstr "Strip-Klub ändern"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Tourismus"
@@@ -17616,9 -17981,15 +18029,15 @@@ msgstr "Aussichtsturm
msgid "Information Office"
msgstr "Informationsbüro"
+ msgid "Edit Information Office"
+ msgstr "Informationsbüro bearbeiten"
+
msgid "Map"
msgstr "Karte"
+ msgid "Edit Information Map"
+ msgstr "Informationskarte bearbeiten"
+
msgid "Detail Grade"
msgstr "Detailgrad"
@@@ -17631,6 -18002,9 +18050,9 @@@ msgstr "StraÃe
msgid "scheme"
msgstr "schematisch"
+ msgid "toposcope"
+ msgstr "Toposkop"
+
msgid "Shown Area"
msgstr "Gezeigtes Gebiet"
@@@ -17670,6 -18044,9 +18092,9 @@@ msgstr "...andere mögliche Transportar
msgid "Information Board"
msgstr "Informationstafel"
+ msgid "Edit Information Board"
+ msgstr "Informationstafel bearbeiten"
+
msgid "Board Content"
msgstr "Inhalt"
@@@ -17691,23 -18068,35 +18116,35 @@@ msgstr "Pflanzen
msgid "Guidepost"
msgstr "Wegweiser"
+ msgid "Edit Guidepost"
+ msgstr "Wegweiser bearbeiten"
+
msgid "Information Terminal"
msgstr "Informationsterminal"
+ msgid "Edit Information Terminal"
+ msgstr "Informationsterminal bearbeiten"
+
msgid "Closer description"
msgstr "Nähere Beschreibung"
msgid "Audioguide"
msgstr "Audioguide"
+ msgid "Edit Audioguide"
+ msgstr "Audioführung bearbeiten"
+
msgid "Audioguide via mobile phone?"
msgstr "Audioguide per Handy?"
msgid "Phone number"
msgstr "Telefonnummer"
- msgid "Other Information Points"
- msgstr "Andere Informationspunkte"
+ msgid "Other Information Point"
+ msgstr "Anderer Informationspunkt"
+
+ msgid "Edit Information Point"
+ msgstr "Informationspunkt bearbeiten"
msgid "Leisure"
msgstr "Freizeit"
@@@ -17836,50 -18225,44 +18273,44 @@@ msgstr "Kunstwerk (im öffentlichen Rau
msgid "Edit Artwork"
msgstr "Kunstwerk (im öffentlichen Raum) bearbeiten"
- msgid "Place of Worship"
- msgstr "Kirche"
-
- msgid "Edit Place of Worship"
- msgstr "Kirche bearbeiten"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr "Aufnahmestudio"
- msgid "bahai"
- msgstr "bahaiistisch"
+ msgid "Edit Studio"
+ msgstr "Studio bearbeiten"
- msgid "buddhist"
- msgstr "buddhistisch"
+ msgid "audio"
+ msgstr "Audio"
- msgid "christian"
- msgstr "christlich"
+ msgid "video"
+ msgstr "Video"
- msgid "hindu"
- msgstr "hinduistisch"
+ msgid "Place of Worship"
+ msgstr "Kirche"
- msgid "jain"
- msgstr "jainistisch"
+ msgid "Church"
+ msgstr "Kirche"
- msgid "jewish"
- msgstr "jüdisch"
+ msgid "Edit Church"
+ msgstr "Kirche bearbeiten"
- msgid "muslim"
- msgstr "moslemisch"
+ msgid "Building type"
+ msgstr "Gebäudetyp"
- msgid "sikh"
- msgstr "sikhistisch"
+ msgid "basilica"
+ msgstr "Basilika"
- msgid "spiritualist"
- msgstr "spiritistisch"
+ msgid "cathedral"
+ msgstr "Kathedrale"
- msgid "taoist"
- msgstr "taoistisch"
+ msgid "chapel"
+ msgstr "Kapelle"
- msgid "unitarian"
- msgstr "unitarisch"
+ msgid "church"
+ msgstr "Kirche"
- msgid "zoroastrian"
- msgstr "zoroastrisch"
+ msgid "temple"
+ msgstr "Tempel"
msgid "Denomination"
msgstr "Konfession"
@@@ -17896,6 -18279,12 +18327,12 @@@ msgstr "katholisch
msgid "evangelical"
msgstr "evangelikal"
+ msgid "greek_catholic"
+ msgstr "griechisch-katholisch"
+
+ msgid "greek_orthodox"
+ msgstr "griechisch-orthodox"
+
msgid "jehovahs_witness"
msgstr "Zeugen Jehovas"
@@@ -17908,6 -18297,9 +18345,9 @@@ msgstr "methodistisch
msgid "mormon"
msgstr "mormonisch"
+ msgid "new_apostolic"
+ msgstr "neuapostolisch"
+
msgid "orthodox"
msgstr "orthodox"
@@@ -17926,38 -18318,139 +18366,139 @@@ msgstr "Quäker
msgid "roman_catholic"
msgstr "Römisch-katholisch"
+ msgid "russian_orthodox"
+ msgstr "russisch-orthodox"
+
+ msgid "seventh_day_adventist"
+ msgstr "Siebenten-Tags-Adventisten"
+
+ msgid "Service Times"
+ msgstr "Servicezeiten"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "sunset,sunrise"
+
+ msgid "Su 9:30,11:00"
+ msgstr "Su 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Sa,Su,PH 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Sa 18:00; Su 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "Sa 10:00+"
+
+ msgid "Mosque"
+ msgstr "Moschee"
+
+ msgid "Edit Mosque"
+ msgstr "Moschee bearbeiten"
+
+ msgid "mosque"
+ msgstr "Moschee"
+
+ msgid "ibadi"
+ msgstr "Ibaditen"
+
msgid "shia"
msgstr "schiitisch"
msgid "sunni"
msgstr "sunnitisch"
- msgid "Service Times"
- msgstr "Servicezeiten"
+ msgid "Synagogue"
+ msgstr "Synagoge"
- msgid "Su 10:00"
- msgstr "Su 10:00"
+ msgid "Edit Synagogue"
+ msgstr "Synagoge bearbeiten"
- msgid "Su 10:30"
- msgstr "Su 10:30"
+ msgid "synagogue"
+ msgstr "Synagoge"
- msgid "Su 11:00"
- msgstr "Su 11:00"
+ msgid "conservative"
+ msgstr "konservativ"
- msgid "Opening Hours for visiting"
- msgstr "Besuchszeiten"
+ msgid "reform"
+ msgstr "Reform"
- msgid "Recording Studio"
- msgstr "Aufnahmestudio"
+ msgid "Buddhist Temple"
+ msgstr "Buddhistischer Tempel"
- msgid "Edit Studio"
- msgstr "Studio bearbeiten"
+ msgid "Edit Buddhist Temple"
+ msgstr "Buddhistischer Tempel bearbeiten"
- msgid "audio"
- msgstr "Audio"
+ msgid "theravada"
+ msgstr "Theravada"
- msgid "video"
- msgstr "Video"
+ msgid "mahayana"
+ msgstr "Mahajana"
+
+ msgid "vajrayana"
+ msgstr "Vajrayana"
+
+ msgid "Hindu Temple"
+ msgstr "Hinduistischer Tempel"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Hinduistischer Tempel bearbeiten"
+
+ msgid "vaishnavism"
+ msgstr "Vishnuismus"
+
+ msgid "shaivism"
+ msgstr "Shivaismus"
+
+ msgid "shaktism"
+ msgstr "Shaktismus"
+
+ msgid "smartism"
+ msgstr "Smarta Tradition"
+
+ msgid "Shinto Shrine"
+ msgstr "Schintoistischer Schrein"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "Schintoistischer Schrein bearbeiten"
+
+ msgid "Other Place of Worship"
+ msgstr "Andere Andachtsstätte"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Andere Andachtsstätte bearbeiten"
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahaiistisch"
+
+ msgid "jain"
+ msgstr "jainistisch"
+
+ msgid "sikh"
+ msgstr "sikhistisch"
+
+ msgid "spiritualist"
+ msgstr "spiritistisch"
+
+ msgid "taoist"
+ msgstr "taoistisch"
+
+ msgid "unitarian"
+ msgstr "unitarisch"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrisch"
msgid "Public Building"
msgstr "Ãffentliches Gebäude"
@@@ -18046,6 -18539,12 +18587,12 @@@ msgstr "Fahrschule bearbeiten
msgid "License Classes"
msgstr "Führerscheinklassen"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Gesundheit"
@@@ -18127,12 -18626,66 +18674,66 @@@ msgstr "Tierarzt
msgid "Edit Veterinary"
msgstr "Tierarzt bearbeiten"
- msgid "Drinking water"
- msgstr "Wasserspender"
+ msgid "Edit Toilets"
+ msgstr "Toiletten bearbeiten"
+
+ msgid "Access rights"
+ msgstr "Zugangsarten"
+
+ msgid "public"
+ msgstr "öffentlich"
+
+ msgid "seasonal"
+ msgstr "saisonal"
+
+ msgid "flush"
+ msgstr "Spülung"
+
+ msgid "pitlatrine"
+ msgstr "Grubenlatrine"
+
+ msgid "chemical"
+ msgstr "chemisch"
+
+ msgid "bucket"
+ msgstr "Eimer"
+
+ msgid "Usage Position"
+ msgstr "Gebrauchsstellung"
+
+ msgid "seated"
+ msgstr "Sitz"
+
+ msgid "seated;urinal"
+ msgstr "Sitz und Urinal"
+
+ msgid "squat"
+ msgstr "hocken"
+
+ msgid "urinal"
+ msgstr "Pissoir"
msgid "Post Box"
msgstr "Briefkasten"
+ msgid "Edit Postbox"
+ msgstr "Briefkasten bearbeiten"
+
+ msgid "Collection times"
+ msgstr "Leerungszeiten"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+
+ msgid "Drive through"
+ msgstr "Durchfahrt"
+
msgid "Telephone"
msgstr "Telefon"
@@@ -18142,6 -18695,30 +18743,30 @@@ msgstr "Telefon bearbeiten
msgid "Telephone cards"
msgstr "Telefonkarten"
+ msgid "Emergency Phone"
+ msgstr "Notfalltelefon"
+
+ msgid "Internet Access"
+ msgstr "Internetzugang"
+
+ msgid "Edit Internet Access"
+ msgstr "Internetzugang bearbeiten"
+
+ msgid "Automated Defibrillator"
+ msgstr "Automatisierter Defibrillator"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Automatisierten externen Defibrillator bearbeiten"
+
+ msgid "Located inside a building?"
+ msgstr "Im Gebäude befindlich?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Letztes Prüfdatum (JJJJ-MM-TT)"
+
+ msgid "Last check note"
+ msgstr "Letzter Prüfvermerk"
+
msgid "Clock"
msgstr "Uhr"
@@@ -18151,30 -18728,36 +18776,36 @@@ msgstr "Uhr anpassen
msgid "Display"
msgstr "Anzeige"
- msgctxt "display"
msgid "analog"
msgstr "analog"
- msgctxt "display"
msgid "digital"
msgstr "digital"
- msgctxt "display"
msgid "sundial"
msgstr "Sonnenuhr"
- msgctxt "display"
msgid "unorthodox"
msgstr "unkonventionell"
msgid "Support"
msgstr "Hilfe"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "Mast"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "Wanduhr"
+ msgstr "wandhängend"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "Werbeschild"
+ msgstr "Plakatwand"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "bodenmontiert"
msgid "Visibility/readability"
msgstr "Ablesbarkeit"
@@@ -18203,8 -18786,8 +18834,8 @@@ msgstr "Feuchtigkeitsanzeige
msgid "Recycling"
msgstr "Recyclingstelle & -container"
- msgid "Edit Recycling station"
- msgstr "Recyclingstelle oder -container bearbeiten"
+ msgid "Edit Recycling Station"
+ msgstr "Abfallverwertungsstation bearbeiten"
msgid "Batteries"
msgstr "Batterien"
@@@ -18230,21 -18813,15 +18861,15 @@@ msgstr "Zentrum
msgid "Waste Basket"
msgstr "Abfalleimer"
- msgid "Edit Waste Basket"
- msgstr "Abfalleimer bearbeiten"
-
msgid "Waste Disposal"
msgstr "Abfallentsorgung"
- msgid "Edit Waste Disposal"
- msgstr "Abfallentsorgung bearbeiten"
+ msgid "Edit Bench"
+ msgstr "Sitzbank bearbeiten"
msgid "Backrest"
msgstr "Lehne"
- msgid "plastic"
- msgstr "Kunststoff"
-
msgid "Amount of Seats"
msgstr "Anzahl der Sitzplätze"
@@@ -18279,18 -18856,24 +18904,24 @@@ msgstr "Jagdanstand bearbeiten
msgid "Height"
msgstr "Höhe"
+ msgctxt "height"
msgid "low"
msgstr "niedrig"
+ msgctxt "height"
+ msgid "half"
+ msgstr "halb"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "voll"
+
msgid "Hide"
msgstr "Versteck"
msgid "Lock"
msgstr "Schloss"
- msgid "Drinking Water"
- msgstr "Trinkwasser"
-
msgid "Edit Source of Potable Water"
msgstr "Wasserspender bearbeien"
@@@ -18322,6 -18905,9 +18953,9 @@@ msgstr "Teich
msgid "Diameter (in mm)"
msgstr "Durchmesser (in mm)"
+ msgid "Hydrant Position"
+ msgstr "Hydrantposition"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "Fahrbahn"
@@@ -18359,117 -18945,153 +18993,153 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Stadion bearbeiten"
- msgid "select sport:"
- msgstr "Sportart wählen:"
+ msgid "Select sport:"
+ msgstr "Sport auswählen:"
- msgid "sport"
+ msgid "Sport"
msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
msgstr "Mehrfachnutzung"
+ msgctxt "sport"
msgid "archery"
msgstr "BogenschieÃen"
+ msgctxt "sport"
msgid "athletics"
msgstr "Leichtathletik"
+ msgctxt "sport"
msgid "american_football"
msgstr "American Football"
+ msgctxt "sport"
msgid "australian_football"
msgstr "Australian Football"
+ msgctxt "sport"
msgid "baseball"
msgstr "Baseball"
+ msgctxt "sport"
msgid "basketball"
msgstr "Basketball"
+ msgctxt "sport"
msgid "boules"
msgstr "Boule"
+ msgctxt "sport"
msgid "bowls"
msgstr "Bowls"
+ msgctxt "sport"
msgid "canadian_football"
msgstr "Canadian Football"
+ msgctxt "sport"
msgid "canoe"
msgstr "Kanu"
+ msgctxt "sport"
msgid "climbing"
msgstr "Klettern"
+ msgctxt "sport"
msgid "cricket"
msgstr "Kricket"
+ msgctxt "sport"
msgid "cricket_nets"
msgstr "Kricketnetze"
+ msgctxt "sport"
msgid "croquet"
msgstr "Krocket"
+ msgctxt "sport"
msgid "cycling"
msgstr "Fahrradfahren"
+ msgctxt "sport"
msgid "dog_racing"
msgstr "Hunderennen"
+ msgctxt "sport"
msgid "equestrian"
msgstr "Reiten"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "gaelic_games"
+ msgstr "Gälische Spiele"
+ msgctxt "sport"
msgid "golf"
msgstr "Golf"
+ msgctxt "sport"
msgid "gymnastics"
msgstr "Gymnastik"
+ msgctxt "sport"
msgid "hockey"
msgstr "Hockey"
+ msgctxt "sport"
msgid "horse_racing"
msgstr "Pferderennen"
+ msgctxt "sport"
msgid "motor"
msgstr "Motorsport"
+ msgctxt "sport"
msgid "pelota"
msgstr "Pelota"
+ msgctxt "sport"
msgid "racquet"
msgstr "Schlagball (Racquet)"
+ msgctxt "sport"
msgid "rugby_league"
msgstr "Rugby League"
+ msgctxt "sport"
msgid "rugby_union"
msgstr "Rugby Union"
+ msgctxt "sport"
msgid "shooting"
msgstr "SchieÃen"
+ msgctxt "sport"
msgid "skateboard"
msgstr "Skateboard"
+ msgctxt "sport"
msgid "skating"
msgstr "Eislaufen"
+ msgctxt "sport"
msgid "skiing"
msgstr "Skifahren"
+ msgctxt "sport"
msgid "soccer"
msgstr "FuÃball"
+ msgctxt "sport"
msgid "swimming"
msgstr "Schwimmen"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "Tischtennis"
+ msgctxt "sport"
msgid "tennis"
msgstr "Tennis"
@@@ -18503,33 -19125,43 +19173,43 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Minigolfplatz bearbeiten"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Mehrfachnutzung"
msgid "Edit Multi"
msgstr "Mehrfach genutzten Sportplatz bearbeiten"
- msgid "type"
- msgstr "Typ"
-
+ msgctxt "running"
msgid "pitch"
msgstr "Spielfeld"
+ msgctxt "running"
msgid "sports_centre"
- msgstr "Sporthalle / Fitnesscenter"
+ msgstr "Sportzentrum"
+ msgctxt "running"
msgid "stadium"
msgstr "Stadion"
+ msgctxt "running"
+ msgid "track"
+ msgstr "Laufbahn"
+
msgid "9pin"
msgstr "Kegeln"
msgid "Edit 9pin"
msgstr "Kegenbahn ändern"
+ msgid "pitch"
+ msgstr "Spielfeld"
+
+ msgid "sports_centre"
+ msgstr "Sporthalle / Fitnesscenter"
+
+ msgid "stadium"
+ msgstr "Stadion"
+
msgid "10pin"
msgstr "Bowling"
@@@ -18563,6 -19195,22 +19243,22 @@@ msgstr "Kanufahrtstrecke bearbeiten
msgid "Edit Cycling"
msgstr "Radsporthalle oder -kurs bearbeiten"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "Bahn"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "Sportzentrum"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "Stadion"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "Strecke"
+
msgid "Dog Racing"
msgstr "Hunderennen"
@@@ -18619,7 -19267,7 +19315,7 @@@ msgid "Skating
msgstr "Eislaufen"
msgid "Edit Skating"
- msgstr "Eislaufbahn bearbeiten"
+ msgstr "Eislaufen bearbeiten"
msgid "ice_rink"
msgstr "Eisbahn"
@@@ -18663,36 -19311,54 +19359,54 @@@ msgstr "Schneepark
msgid "Difficulty"
msgstr "Schwierigkeit"
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr "Anfänger"
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr "einfach"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "mittelschwer"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr "fortgeschritten"
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr "Experte"
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr "Freistil"
msgid "Grooming"
msgstr "Präparierung"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "Klassisch"
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr "Buckelpiste"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "Eislaufen"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr "Klassisch;Eislauf"
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr "Klassisch schmal"
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr "Tourenski"
@@@ -18735,19 -19401,15 +19449,15 @@@ msgstr "Gälische Spiele
msgid "Edit Gaelic Games"
msgstr "Gälische Spiele bearbeiten"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "Hurling"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "FuÃball"
+ msgstr "Football"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -18886,6 -19548,18 +19596,18 @@@ msgstr "Modellflugplatz
msgid "Edit Model Aerodrome"
msgstr "Modellflugplatz bearbeiten"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "Bahn"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "Sportzentrum"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "Bahn"
+
msgid "RC Car"
msgstr "RC-Modellauto"
@@@ -18898,59 -19572,133 +19620,133 @@@ msgstr "Zivilisationsbauten
msgid "Edit Building"
msgstr "Gebäude bearbeiten"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "building"
msgid "roof"
msgstr "Dach"
+ msgctxt "building"
msgid "garage"
msgstr "Garage"
- msgid "church"
- msgstr "Kirche"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "Garagen"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "Industrie"
+ msgctxt "building"
msgid "school"
msgstr "Schule"
+ msgctxt "building"
msgid "hangar"
msgstr "Hangar"
+ msgctxt "building"
msgid "commercial"
- msgstr "gewerblich"
+ msgstr "Gewerblich"
+ msgctxt "building"
msgid "farm"
msgstr "Bauernhof"
+ msgctxt "building"
msgid "transportation"
msgstr "Transportwesen"
+ msgctxt "building"
msgid "greenhouse"
msgstr "Gewächshaus"
+ msgctxt "building"
msgid "office"
msgstr "Büro"
+ msgctxt "building"
msgid "university"
msgstr "Universität"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "Krankenhaus"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "Lagerhalle"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "Einzelhandel"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "Unterstand"
+
msgid "Residential Building"
msgstr "Wohngebäude"
msgid "Edit Residential Building"
msgstr "Wohngebäude bearbeiten"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "Wohngebäude"
+
+ msgctxt "building"
msgid "apartments"
msgstr "Wohnungen"
+ msgctxt "building"
msgid "house"
msgstr "Haus"
+ msgctxt "building"
msgid "hut"
msgstr "Hütte"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "Studentenwohnheim"
+
+ msgctxt "building"
msgid "terrace"
- msgstr "Reihenhaus"
+ msgstr "Terrasse"
+ msgctxt "building"
msgid "detached"
- msgstr "freistehendes Haus bzw. Einfamilienhaus"
+ msgstr "freistehend"
+
+ msgid "Entrance"
+ msgstr "Eingang"
+
+ msgid "Edit Entrance"
+ msgstr "Eingang bearbeiten"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "Haupteingang"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "Dienstboteneingang"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "Ausgang"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "Notfall"
msgid "Tower"
msgstr "Turm"
@@@ -19176,42 -19924,68 +19972,68 @@@ msgstr "Betriebszeit
msgid "Mo-Fr 22:00-05:00"
msgstr "Mo-Fr 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Messstation"
+ msgid "Monitoring Station"
+ msgstr "Beobachtungs-/Messstation"
- msgid "Edit Measurement Station"
- msgstr "Messstation bearbeiten"
+ msgid "Edit Monitoring Station"
+ msgstr "Beobachtungs-/Messstation bearbeiten"
- msgid "Measurement"
- msgstr "Messart"
+ msgid "Monitoring:"
+ msgstr "Beobachtung:"
- msgid "particulate_matter"
- msgstr "Feststoffe"
+ msgid "Weather"
+ msgstr "Wetter"
- msgid "seismic"
- msgstr "seismisch"
+ msgid "Water level"
+ msgstr "Pegel/Wasserstand"
- msgid "water_level"
- msgstr "Wasserstand"
+ msgid "Tide Level"
+ msgstr "Gezeitenhub"
- msgid "weather"
- msgstr "Wetter"
+ msgid "Traffic"
+ msgstr "Verkehr"
- msgid "Recording"
- msgstr "Aufnahmeart"
+ msgid "Air Quality"
+ msgstr "Luftqualität"
- msgid "manually"
- msgstr "manuell"
+ msgid "Noise"
+ msgstr "Lärm"
- msgid "automated"
- msgstr "automatisiert"
+ msgid "GPS Signals"
+ msgstr "GPS-Signale"
- msgid "remote"
- msgstr "ferngesteuert"
+ msgid "GLONASS Signals"
+ msgstr "GLONASS-Signale"
- msgctxt "display"
- msgid "no"
- msgstr "kein"
+ msgid "Galileo Signals"
+ msgstr "Galileo-Signale"
+
+ msgid "Radiation"
+ msgstr "Strahlung"
+
+ msgid "Seismic Activity"
+ msgstr "Seismische Aktivität"
+
+ msgid "Recording:"
+ msgstr "Aufzeichnung"
+
+ msgid "Automated"
+ msgstr "Automatisch"
+
+ msgid "Manually"
+ msgstr "Manuell"
+
+ msgid "Remote"
+ msgstr "Fernaufzeichnung"
+
+ msgid "Display:"
+ msgstr "Anzeige:"
+
+ msgid "Analog"
+ msgstr "Analog"
+
+ msgid "Digital"
+ msgstr "Digital"
msgid "Survey Point"
msgstr "Vermessungspunkt"
@@@ -19219,7 -19993,7 +20041,7 @@@
msgid "Edit Survey Point"
msgstr "Vermessungspunkt bearbeiten"
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr "Ãberwachungskamera"
msgid "Edit Surveillance Camera"
@@@ -19231,11 -20005,103 +20053,103 @@@ msgstr "im Gebäude
msgid "outdoor"
msgstr "im Freien"
- msgid "public"
- msgstr "öffentlich"
+ msgid "Zone"
+ msgstr "Bereich"
+
+ msgid "parking"
+ msgstr "Parkplatz"
+
+ msgid "traffic"
+ msgstr "Verkehr"
+
+ msgid "shop"
+ msgstr "Geschäft"
+
+ msgid "bank"
+ msgstr "Bank"
+
+ msgid "Camera"
+ msgstr "Kamera"
+
+ msgid "fixed"
+ msgstr "fixiert"
+
+ msgid "panning"
+ msgstr "schwenkbar"
+
+ msgid "dome"
+ msgstr "Domkamera"
+
+ msgid "Mounted on"
+ msgstr "Befestigt an"
+
+ msgid "ceiling"
+ msgstr "Decke"
+
+ msgid "Direction in degrees"
+ msgstr "Richtung in Grad"
+
+ msgid "Inclination in degrees"
+ msgstr "Neigung in Grad"
+
+ msgid "Height in meter (m)"
+ msgstr "Höhe in Meter (m)"
+
+ msgid "Power"
+ msgstr "Energieversorgung"
+
+ msgid "Power Plant"
+ msgstr "Kraftwerk"
+
+ msgid "Edit Power Plant"
+ msgstr "Kraftwerk anpassen"
+
+ msgid "Start date"
+ msgstr "Startdatum"
+
+ msgid "Output forms of energy"
+ msgstr "Energieausgabeform"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+ "(Wenn möglich, fügen Sie bitte diese Information über den Stromerzeuger "
+ "hinzu)"
+
+ msgid "electricity"
+ msgstr "Elektrizität"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "HeiÃwasser"
+
+ msgid "hot air"
+ msgstr "HeiÃluft"
+
+ msgid "cold water"
+ msgstr "Kaltwasser"
+
+ msgid "cold air"
+ msgstr "Kaltluft"
+
+ msgid "compressed air"
+ msgstr "Druckluft"
+
+ msgid "steam"
+ msgstr "Dampf"
- msgid "Power"
- msgstr "Energieversorgung"
+ msgid "vacuum"
+ msgstr "Vacuum"
msgid "Power Generator"
msgstr "Stromgenerator"
@@@ -19288,89 -20154,192 +20202,192 @@@ msgstr "Wind
msgid "Method"
msgstr "Methode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "Anaerobe Gärung"
+ msgstr "Biogasanlage"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "Staustufe"
+
+ msgctxt "generator method"
msgid "combustion"
msgstr "Verbrennung"
- msgid "dam"
- msgstr "Damm"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "Bio / Kohle / Diesel / Gas / Benzin / Ãl / Müll"
+ msgctxt "generator method"
msgid "fission"
msgstr "Kernspaltung"
+ msgctxt "generator method"
msgid "fusion"
- msgstr "Fusion"
+ msgstr "Kernfusion"
+ msgctxt "generator method"
msgid "gasification"
msgstr "Vergasung"
+ msgid "biomass / waste"
+ msgstr "Biomasse / Müll"
+
+ msgctxt "generator method"
msgid "photovoltaic"
msgstr "Photovoltaik"
- msgid "pumped-storage"
- msgstr "Pumpspeicher"
-
- msgid "pumping"
- msgstr "Pumpen"
-
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "Thermische Zersetzung (Pyrolyse)"
+ msgstr "Pyrolyse"
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "FluÃlauf"
+ msgstr "Laufwasserkraftwerk"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "Fluss"
+ msgctxt "generator method"
msgid "thermal"
- msgstr "Thermal"
+ msgstr "thermisch"
- msgid "Output forms of energy"
- msgstr "Energieausgabeform"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "Pumpspeicherbecken"
- msgid "electricity"
- msgstr "Elektrizität"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "Speicherbecken"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr "Generatortyp"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr "kombinierter Zyklus"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr "Gasverbrennung"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr "Francis-Turbine"
- msgid "hot water"
- msgstr "HeiÃwasser"
+ msgid "gas_turbine"
+ msgstr "Gasturbine"
- msgid "hot air"
- msgstr "HeiÃluft"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "Biogas, Biomasse, Gas, Müllverbrennung"
- msgid "cold water"
- msgstr "Kaltwasser"
+ msgid "heat_pump"
+ msgstr "Wärmepumpe"
- msgid "cold air"
- msgstr "Kaltluft"
+ msgid "horizontal_axis"
+ msgstr "waagrechte Achse"
- msgid "compressed air"
- msgstr "Druckluft"
+ msgid "tidal steam / wind"
+ msgstr "Gezeiten- / Windkraftwerk"
- msgid "steam"
- msgstr "Dampf"
+ msgid "kaplan_turbine"
+ msgstr "Kaplan-Turbine"
- msgid "vacuum"
- msgstr "Vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "Laufwasser- / Pumpspeicher- / Gezeitenkraftwerk"
+
+ msgid "pelton_turbine"
+ msgstr "Pelton-Turbine"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "Laufwasser- / Pumpspeicherkraftwerk"
+
+ msgid "reciprocating_engine"
+ msgstr "Kolbenmotor"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "Biokraftstoff, Biogas, Diesel, Gas, Benzin"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "Photovoltaik-Panel"
+
+ msgid "solar photovoltaic"
+ msgstr "solare Photovoltaik"
+
+ msgid "solar_thermal_collector"
+ msgstr "thermischer Sonnenkollektor"
+
+ msgid "solar thermal"
+ msgstr "solarthermisch"
+
+ msgid "steam_generator"
+ msgstr "Dampferzeuger"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "Bio, Kohle, Diesel, Gas, Benzin, Ãl, Müllverbrennung"
+
+ msgid "steam_turbine"
+ msgstr "Dampfturbine"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr "Geothermie / Solarthermie / Bio, Kohle, Ãl, Müllverbrennung"
+
+ msgid "stellarator"
+ msgstr "Stellerator"
+
+ msgid "nuclear fusion"
+ msgstr "Kernfusion"
+
+ msgid "tokamak"
+ msgstr "Tokamak"
+
+ msgid "vertical_axis"
+ msgstr "vertikale Achse"
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "Siedewasserreaktor 1 (SWR-1)"
+
+ msgid "nuclear fission"
+ msgstr "Kernfusion"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "Siedewasserreaktor 2 (SWR-2)"
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "Siedewasserreaktor 3 (SWR-3)"
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "Siedewasserreaktor 4 (SWR-4)"
- msgid "battery charging"
- msgstr "Batterieaufladung"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "Siedewasserreaktor 5 (SWR-5)"
- msgid "Power Station"
- msgstr "Umspannwerk"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "Siedewasserreaktor 6 (SWR-6)"
- msgid "Edit Power Station"
- msgstr "Umspannwerk bearbeiten"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "CANada Deuterium Uranium-Reaktor (CANDU)"
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "Chinesischer Druckwasserreaktor (CPR-1000)"
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "Europäischer Druckwasserreaktor (EPR)"
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "Trägheitsfusion"
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Druckwasserreaktor (DWR)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Wasser-Wasser-Energie-Reaktor (WWER)"
+
+ msgid "Output forms of energy:"
+ msgstr "Formen der abgegebenen Energie:"
msgid "Power Sub Station"
msgstr "Trafostation"
@@@ -19381,6 -20350,21 +20398,21 @@@ msgstr "Trafostation bearbeiten
msgid "Line reference"
msgstr "Liniennummer"
+ msgid "high"
+ msgstr "hoch"
+
+ msgid "medium"
+ msgstr "mittel"
+
+ msgid "low"
+ msgstr "niedrig"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Kabelverteilerschrank"
@@@ -19396,6 -20380,9 +20428,9 @@@ msgstr "Strommast bearbeiten
msgid "Tower reference"
msgstr "Identifikation des Turms"
+ msgid "steel"
+ msgstr "Stahl"
+
msgid "Pole"
msgstr "Kleiner Freileitungsmast"
@@@ -19414,13 -20401,11 +20449,11 @@@ msgstr "Stromleitung bearbeiten
msgid "Line type"
msgstr "Art der Stromleitung"
- msgctxt "Power Line"
msgid "line"
- msgstr "Freileitung (Starkstrom)"
+ msgstr "Freileitung"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "Freileitung (Schwachstrom)"
+ msgstr "Freileitung für Nieder- oder Mittelspannung"
msgid "Amount of Cables"
msgstr "Anzahl Leitungen"
@@@ -19527,11 -20512,11 +20560,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Kiosk bearbeiten"
- msgid "Baker"
- msgstr "Bäcker"
+ msgid "Bakery"
+ msgstr "Bäckerei"
- msgid "Edit Baker"
- msgstr "Bäcker bearbeiten"
+ msgid "Edit Bakery"
+ msgstr "Bäckerei bearbeiten"
msgid "Butcher"
msgstr "Fleischer"
@@@ -19542,7 -20527,7 +20575,7 @@@ msgstr "Fleischer bearbeiten
msgid "Seafood"
msgstr "Fischhändler"
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr "Fischhändler bearbeiten"
msgid "Deli (Fine Food)"
@@@ -19563,6 -20548,9 +20596,9 @@@ msgstr "Marktplatz
msgid "Edit Marketplace"
msgstr "Marktplatz bearbeiten"
+ msgid "Organic"
+ msgstr "Bioladen"
+
msgid "Greengrocer"
msgstr "Obst- und Gemüseladen"
@@@ -19575,9 -20563,6 +20611,6 @@@ msgstr "Hofladen
msgid "Edit Farm Stand"
msgstr "Hofladen bearbeiten"
- msgid "Organic"
- msgstr "Bioladen"
-
msgid "Edit Organic/Bio"
msgstr "Organisch/Biologisch bearbeiten"
@@@ -19647,8 -20632,8 +20680,8 @@@ msgstr "Schneider ändern
msgid "Fabric"
msgstr "Textilgeschäft"
- msgid "Edit Fabric"
- msgstr "Textilgeschäft bearbeiten"
+ msgid "Edit Fabric Shop"
+ msgstr "Autohaus bearbeiten"
msgid "Electronic"
msgstr "Elektronik"
@@@ -19668,14 -20653,14 +20701,14 @@@ msgstr "Elektronikgeschäft bearbeiten
msgid "Mobile Phone"
msgstr "Mobiltelefon"
- msgid "Edit Mobile Phone"
- msgstr "Mobiltelefon bearbeiten"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "Mobiltelefon-Geschäft bearbeiten"
msgid "Vacuum Cleaner"
msgstr "Staubsauger"
- msgid "Edit Vacuum Cleaner"
- msgstr "Staubsauger bearbeiten"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "Staubsaugergeschäft bearbeiten"
msgid "Hifi"
msgstr "Hifi"
@@@ -19683,9 -20668,8 +20716,8 @@@
msgid "Edit Hifi Shop"
msgstr "Hifi-Geschäft bearbeiten"
- msgctxt "shop"
msgid "Video"
- msgstr "Videoverleih"
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Videogeschäft bearbeiten"
@@@ -19711,6 -20695,12 +20743,12 @@@ msgstr "Wechselstube bearbeiten
msgid "Edit Automated Teller Machine"
msgstr "Geldautomat bearbeiten"
+ msgid "Pawnbroker"
+ msgstr "Pfandleiher"
+
+ msgid "Edit Pawnbroker"
+ msgstr "Pfandleiher bearbeiten"
+
msgid "Department Store"
msgstr "Warenhaus"
@@@ -19747,10 -20737,31 +20785,31 @@@ msgstr "Juwelier
msgid "Edit Jewelry"
msgstr "Juwelier bearbeiten"
+ msgid "Gift"
+ msgstr "Geschenk"
+
+ msgid "Edit Gift Shop"
+ msgstr "Geschenkartikelladen bearbeiten"
+
+ msgid "buddhist"
+ msgstr "buddhistisch"
+
+ msgid "christian"
+ msgstr "christlich"
+
+ msgid "hindu"
+ msgstr "hinduistisch"
+
+ msgid "jewish"
+ msgstr "jüdisch"
+
+ msgid "muslim"
+ msgstr "moslemisch"
+
msgid "Erotic"
msgstr "Erotikhandel"
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr "Erotikhandel bearbeiten"
msgid "Florist"
@@@ -19780,8 -20791,8 +20839,8 @@@ msgstr "Eisenwaren bearbeiten
msgid "Paint"
msgstr "Farben"
- msgid "Edit Paint"
- msgstr "Farben bearbeiten"
+ msgid "Edit Paint Shop"
+ msgstr "Farbengeschäft bearbeiten"
msgid "Furniture"
msgstr "Möbel"
@@@ -19792,20 -20803,20 +20851,20 @@@ msgstr "Möbelgeschäft bearbeiten
msgid "Kitchen"
msgstr "Küchenstudio"
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr "Küchenstudio bearbeiten"
msgid "Curtain"
msgstr "Gardinen"
- msgid "Edit Curtain"
- msgstr "Gardinen bearbeiten"
+ msgid "Edit Curtain Shop"
+ msgstr "Gardinen-Geschäft bearbeiten"
msgid "Frame"
msgstr "Bilderrahmen"
- msgid "Edit Frames"
- msgstr "Bilderrahmen bearbeiten"
+ msgid "Edit Frames Shop"
+ msgstr "Bilderrahmen-Geschäft bearbeiten"
msgid "Stationery"
msgstr "Bürobedarf"
@@@ -19840,7 -20851,7 +20899,7 @@@ msgstr "Reisebüro bearbeiten
msgid "Musical Instrument"
msgstr "Musikhaus"
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr "Musikhaus bearbeiten"
msgid "Toys"
@@@ -20053,6 -21064,12 +21112,12 @@@ msgstr "Bergspitze
msgid "Edit Peak"
msgstr "Bergspitze bearbeiten"
+ msgid "Saddle"
+ msgstr "Sattelpunkt"
+
+ msgid "Edit Saddle"
+ msgstr "Sattelpunkt bearbeiten"
+
msgid "Glacier"
msgstr "Gletscher"
@@@ -20092,24 -21109,33 +21157,33 @@@ msgstr "Baum
msgid "Edit Tree"
msgstr "Baum bearbeiten"
+ msgid "broad_leaved"
+ msgstr "Laubbaum"
+
+ msgid "conifer"
+ msgstr "Nadelbaum"
+
+ msgid "palm"
+ msgstr "Palme"
+
msgid "Botanical Name"
msgstr "Botanischer Name"
+ msgid "Tree Row"
+ msgstr "Baumreihe"
+
msgid "Wood"
msgstr "Naturwald"
msgid "Edit Wood"
msgstr "Naturwald bearbeiten"
- msgctxt "wood"
msgid "coniferous"
msgstr "Nadelwald"
- msgctxt "wood"
msgid "deciduous"
msgstr "Laubwald"
- msgctxt "wood"
msgid "mixed"
msgstr "Mischwald"
@@@ -20119,15 -21145,6 +21193,6 @@@ msgstr "Forst
msgid "Edit Forest Landuse"
msgstr "Forst bearbeiten"
- msgid "coniferous"
- msgstr "Nadelwald"
-
- msgid "deciduous"
- msgstr "Laubwald"
-
- msgid "mixed"
- msgstr "Mischwald"
-
msgid "Grassland"
msgstr "Wiese/Grünland/Weideland"
@@@ -20206,6 -21223,12 +21271,12 @@@ msgstr "Wiese
msgid "Edit Meadow Landuse"
msgstr "Wiese bearbeiten"
+ msgid "Orchard"
+ msgstr "Obstgarten"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Obstgarten bearbeiten"
+
msgid "Vineyard"
msgstr "Weinberg"
@@@ -20260,7 -21283,7 +21331,7 @@@ msgstr "Erholungsgebiet
msgid "Edit Recreation Ground Landuse"
msgstr "Erholungsgebiet bearbeiten"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "Wohngebiet"
msgid "Edit Residential Landuse"
@@@ -20272,6 -21295,9 +21343,9 @@@ msgstr "Kleiner Friedhof
msgid "Edit Graveyard"
msgstr "Kleinen Friedhof bearbeiten"
+ msgid "shinto"
+ msgstr "schintoistisch"
+
msgid "Cemetery"
msgstr "Friedhof"
@@@ -20347,6 -21373,33 +21421,33 @@@ msgstr "Steinbruch bearbeiten
msgid "Annotation"
msgstr "Anmerkung"
+ msgid "Edit Name Information"
+ msgstr "Namensinformationen bearbeiten"
+
+ msgid "Alternative name"
+ msgstr "Alternativer Name"
+
+ msgid "Historical name"
+ msgstr "Historischer Name"
+
+ msgid "Local name"
+ msgstr "Lokaler Name"
+
+ msgid "Regional name"
+ msgstr "Regionaler Name"
+
+ msgid "National name"
+ msgstr "Nationaler Name"
+
+ msgid "International name"
+ msgstr "Internationaler Name"
+
+ msgid "Official name"
+ msgstr "Offizieller Name"
+
+ msgid "Common name abbreviation"
+ msgstr "Ãbliche Namensabkürzung"
+
msgid "Edit Address Information"
msgstr "Adressinformationen bearbeiten"
@@@ -20363,7 -21416,7 +21464,7 @@@ msgid "City name
msgstr "Ortsname"
msgid "Country code"
- msgstr "Länderkennung"
+ msgstr "Ländercode"
msgid "Address Interpolation"
msgstr "Adressinterpolation"
@@@ -20383,6 -21436,18 +21484,18 @@@ msgstr "gerade
msgid "alphabetic"
msgstr "alphabetisch"
+ msgid "Accuracy"
+ msgstr "Genauigkeit"
+
+ msgid "actual"
+ msgstr "exakt"
+
+ msgid "estimate"
+ msgstr "geschätzt"
+
+ msgid "potential"
+ msgstr "potentiell"
+
msgid "Contact (common schema)"
msgstr "Kontakt (übliche Methode)"
@@@ -20551,21 -21616,50 +21664,50 @@@ msgstr "Route (Allgemein)
msgid "Edit general route"
msgstr "Allgemeine Route bearbeiten"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "Fahrrad"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "Bus"
+
+ msgctxt "route type"
msgid "road"
msgstr "StraÃe"
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "Fähre"
+
+ msgctxt "route type"
msgid "ski"
msgstr "Ski"
+ msgctxt "route type"
msgid "foot"
- msgstr "FuÃ"
+ msgstr "FuÃweg"
+ msgctxt "route type"
msgid "hiking"
- msgstr "Wandern"
+ msgstr "Wanderweg"
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "StraÃenbahn"
+
+ msgctxt "route type"
msgid "detour"
msgstr "Umleitung"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "Eisenbahn"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "U-Bahn"
+
msgid "Symbol description"
msgstr "Symbolbeschreibung"
@@@ -20611,21 -21705,24 +21753,24 @@@ msgstr "Vorwärts-Haltepunkt
msgid "backward halt point"
msgstr "Rückwärts-Haltepunkt"
- msgid "Route network"
- msgstr "Liniennetz"
+ msgid "Route Network"
+ msgstr "Netzwerk"
- msgid "Edit route network"
- msgstr "Liniennetz bearbeiten"
+ msgid "Edit Route Network"
+ msgstr "Netzwerk bearbeiten"
msgid "member"
msgstr "Element"
- msgid "Associated street"
+ msgid "Associated Street"
msgstr "Zugehörige StraÃe"
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr "Zugehörige StraÃe bearbeiten"
+ msgid "house"
+ msgstr "Haus"
+
msgid "Street"
msgstr "StraÃe"
@@@ -20647,7 -21744,7 +21792,7 @@@ msgstr "Andere zur StraÃe gehörnde Ob
msgid "Destination sign"
msgstr "Wegweiser"
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr "Wegweiser bearbeiten"
msgid "Destination written on sign (w/o distance)"
@@@ -20743,18 -21840,27 +21888,27 @@@ msgstr "Linien unter der Brücke
msgid "way forming the outline footprint"
msgstr "Die AuÃenkante bildende Linien"
- msgid "nodes forming the outline"
- msgstr "Die AuÃenkante bildende Punkte"
+ msgid "edge ways parallel to ''across''"
+ msgstr "Kantenlinien parallel zur Brücke"
msgid "ways passing through the tunnel"
msgstr "Durch den Tunnel führende Linien"
+ msgid "edge ways parallel to ''through''"
+ msgstr "Kantenlinien parallel zum Tunnel"
+
msgid "bridge"
msgstr "Brücke"
msgid "deprecated"
msgstr "veraltet"
+ msgid "bicycle"
+ msgstr "Fahrrad"
+
+ msgid "foot"
+ msgstr "FuÃ"
+
msgid "horse"
msgstr "Pferd"
@@@ -20764,19 -21870,22 +21918,22 @@@ msgstr "Barriere
msgid "motorroad"
msgstr "AutostraÃe"
- msgid "highway_track"
+ msgid "highway.track"
msgstr "Weg"
+ msgid "livingdashed"
+ msgstr "SpielstraÃe, Plattform"
+
msgid "services"
msgstr "Dienstleistungen"
msgid "ford"
msgstr "Furt"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr "Haltestelle"
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr "Notfallrettungspunkt"
msgid "riverbank"
@@@ -20794,6 -21903,9 +21951,9 @@@ msgstr "Stromschnelle
msgid "railwaypoint"
msgstr "Gleispunkt"
+ msgid "raildashed"
+ msgstr "Eisenbahn"
+
msgid "railyard"
msgstr "Gleisgelände"
@@@ -20809,28 -21921,28 +21969,28 @@@ msgstr "Alte Eisenbahn
msgid "aeroway"
msgstr "Rollweg"
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr "Rollweg (dunkel)"
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr "Rollweg (hell)"
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr "Einfache Piste"
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr "Mittelschwere Piste"
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr "Fortgeschrittenenpiste"
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr "Expertenpiste"
- msgid "piste_freeride"
- msgstr "freie Piste"
+ msgid "piste.freeride"
+ msgstr "Free-Ride-Piste"
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr "Anfängerpiste"
msgid "power"
@@@ -20851,20 -21963,20 +22011,20 @@@ msgstr "Jachthafen
msgid "amenity"
msgstr "Einrichtungen"
- msgid "amenity_traffic"
- msgstr "Verkehrseinrichtungen"
+ msgid "amenity.traffic"
+ msgstr "Transport-Einrichtungen"
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr "Einrichtungen (hell)"
- msgid "light_water"
- msgstr "Wasser (hell)"
+ msgid "light.water"
+ msgstr "Trinkwasser"
msgid "health"
msgstr "Gesundheit"
- msgid "shop"
- msgstr "Geschäft"
+ msgid "office"
+ msgstr "Büro"
msgid "hotel"
msgstr "Hotel"
@@@ -20938,10 -22050,13 +22098,13 @@@ msgstr "Route
msgid "boundary"
msgstr "Grenze"
+ msgid "sport"
+ msgstr "Sport"
+
msgid "place"
msgstr "Ort"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr "Tiger-Daten"
msgid "address"
@@@ -20956,9 -22071,6 +22119,6 @@@ msgstr "Stadt
msgid "One Way"
msgstr "EinbahnstraÃe"
- msgid "Church"
- msgstr "Kirche"
-
msgid "Fuel Station"
msgstr "Tankstelle"
@@@ -20986,6 -22098,9 +22146,9 @@@ msgstr "Brückenmerkmal auf einem Punkt
msgid "wrong highway tag on a node"
msgstr "Falsches StraÃenmerkmal auf einem Punkt"
+ msgid "wrong crossing tag on a way"
+ msgstr "Falscher Ãbergangs-Merkmal auf einem Weg"
+
msgid "Unnamed unclassified highway"
msgstr "Unbenannte klassenlose StraÃe"
@@@ -21031,11 -22146,41 +22194,41 @@@ msgstr "Ungewöhnliche Merkmalskombinat
msgid "unusual tag combination (highway & natural)"
msgstr "Ungewöhnliche Merkmalskombinationen (StraÃe und Natur)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "Ungewöhnliche Merkmalskombinationen (Landnutzung und Gebäude)"
+
+ msgid "unnecessary access key"
+ msgstr "Unnötiger Schlüssel ''access''"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "Unnötiges Merkmal ''motor_vehicle=yes''"
+
msgid "natural water used for swimming pool"
msgstr "Merkmal natural=water für Schwimmingpool genutzt"
- msgid "incline without highway"
- msgstr "Steigung ohne StraÃenmerkmal"
+ msgid "numerical key"
+ msgstr "Numerischer Schlüssel"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "Hauptroute-Relation ohne route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "Stromleitung ohne Spannung"
+
+ msgid "substation key without power=substation"
+ msgstr "Schlüssel ''substation'' ohne Merkmal ''power=substation''"
+
+ msgid "transformer key without power"
+ msgstr "Schlüssel ''transformer'' ohne ''power''"
+
+ msgid "missing substation=*"
+ msgstr "Schlüssel ''substation'' fehlt"
+
+ msgid "missing transformer=*"
+ msgstr "Schlüssel ''transformer'' fehlt"
+
+ msgid "incline without highway or railway"
+ msgstr "Steigung ohne StraÃe/Eisenbahn"
msgid "junction without highway"
msgstr "Kreuzung ohne StraÃe"
@@@ -21046,8 -22191,8 +22239,8 @@@ msgstr "Fahrbahnen ohne StraÃe
msgid "lcn without highway"
msgstr "Schlüssel ''lcn'' ohne StraÃenmerkmal"
- msgid "lit without highway"
- msgstr "Beleuchtung ohne StraÃenmerkmal"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "Beleuchtung ohne StraÃe/Eisenbahn/Parkplatz/Plattform"
msgid "living_street without highway"
msgstr "SpielstraÃe ohne StraÃenmerkmal"
@@@ -21064,8 -22209,8 +22257,8 @@@ msgstr "KraftfahrstraÃe ohne StraÃenm
msgid "ntd_id without highway"
msgstr "Schlüssel ''ntd_id'' ohne StraÃenmerkmal"
- msgid "oneway without highway"
- msgstr "EinbahnstraÃe ohne StraÃe"
+ msgid "oneway without highway or railway"
+ msgstr "Einbahn ohne StraÃe/Eisenbahn"
msgid "sac_scale without highway"
msgstr "SAC-Wanderskala ohne StraÃe"
@@@ -21154,48 -22299,162 +22347,162 @@@ msgstr "Schlüssel ''tracks'' ohne Glei
msgid "traffic_mode without railway"
msgstr "Schlüssel ''traffic_mode'' ohne Gleise"
- msgid "usage without railway"
- msgstr "Schlüssel ''usage'' ohne Gleise"
+ msgid "usage without railway"
+ msgstr "Schlüssel ''usage'' ohne Gleise"
+
+ msgid "workrules without railway"
+ msgstr "Schlüssel ''workrules'' ohne Gleise"
+
+ msgid "stream without waterway"
+ msgstr "Bach ohne Wasserweg"
+
+ msgid "intermittent without waterway"
+ msgstr "Schlüssel ''intermittent'' ohne WasserstraÃe"
+
+ msgid "boat without waterway / natural=water"
+ msgstr "Boot ohne Wasser/Wasserweg"
+
+ msgid "length_unit without waterway"
+ msgstr "Längeneinheit ohne Wasserweg"
+
+ msgid "llid without waterway"
+ msgstr "Schlüssel ''llid'' ohne WasserstraÃe"
+
+ msgid "canal without waterway"
+ msgstr "Kanal ohne Wasserweg"
+
+ msgid "have_riverbank without waterway"
+ msgstr "Schlüssel ''have_riverbank'' ohne WasserstraÃe"
+
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "Tunnel ohne StraÃe/Eisenbahn/Wasserweg/Plattform/Pipeline"
+
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "Brücke ohne StraÃe/Eisenbahn/Wasserweg/Piste/Pipeline"
+
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "Schlüssel ''psv'' ohne StraÃe/Eisenbahn/Wasserweg/Parkplatz"
+
+ msgid "width without physical linear feature"
+ msgstr "Breite ohne physische Linie"
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+ "Schlüssel ''maxspeed'' ohne StraÃe/Eisenbahn/Verkehrsschild/Verkehrskontrolle"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "Zauntyp ohne Zaun"
+
+ msgid "border_type without boundary"
+ msgstr "Grenztyp ohne Grenze"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "Recycling-Typ ohne Recycling"
+
+ msgid "board_type without information=board"
+ msgstr "Tafel-Typ ohne Informationstafel"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "Unterstands-Typ ohne Unterstand"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "Lampen-Typ ohne StraÃenlampe"
+
+ msgid "map_type without information=map"
+ msgstr "Karten-Typ ohne Karte"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "Typ ohne Ausgrabungsstelle"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "Typ ohne Kunstausstellung"
+
+ msgid "castle_type without historic=castle"
+ msgstr "Typ ohne Burg/Schloss"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "Typ ohne Speicherbecken"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "Typ ohne Bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr "Schlüssel ''source:addr'' ohne Adresse (addr:*)"
+
+ msgid "source:date without source"
+ msgstr "Schlüssel ''source:date'' ohne Quellenangabe (source)"
+
+ msgid "source:name without name"
+ msgstr "Schlüssel ''source:name'' ohne Namen (name)"
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr "Schlüssel ''source:maxspeed'' ohne Höchstgeschwindigkeit (maxspeed)"
+
+ msgid "source:building without building"
+ msgstr "Schlüssel ''source:building'' ohne Gebäude (building)"
+
+ msgid "source:ref without ref"
+ msgstr "Schlüssel ''source:ref'' ohne Referenz (ref)"
+
+ msgid "source:population without population"
+ msgstr "Schlüssel ''source:population'' ohne Einwohnerzahl (population)"
+
+ msgid "source:geometry on a node"
+ msgstr "Schlüssel ''source:geometry'' auf einem Punkt"
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+ "Schlüssel ''source:[addr:]postcode'' ohne Postleitzahl (addr:postcode)"
- msgid "workrules without railway"
- msgstr "Schlüssel ''workrules'' ohne Gleise"
+ msgid "source:postal_code without addr:postcode"
+ msgstr "Schlüssel ''source:postal_code'' ohne Postleitzahl (addr:postcode)"
- msgid "stream without waterway"
- msgstr "Bach ohne Wasserweg"
+ msgid "source:ele without ele"
+ msgstr "Schlüssel ''source:ele'' ohne Höhenangabe (ele)"
- msgid "intermittent without waterway"
- msgstr "Schlüssel ''intermittent'' ohne WasserstraÃe"
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr "Schlüssel ''source:ref:INSEE'' ohne Schlüssel ''ref:INSEE''"
- msgid "boat without waterway / natural=water"
- msgstr "Boot ohne Wasser/Wasserweg"
+ msgid "source:lit without lit"
+ msgstr "Schlüssel ''source:lit'' ohne Beleuchtung (lit)"
- msgid "length_unit without waterway"
- msgstr "Längeneinheit ohne Wasserweg"
+ msgid "source:hgv without hgv"
+ msgstr "Schlüssel ''source:hgv'' ohne LKW (hgv)"
- msgid "llid without waterway"
- msgstr "Schlüssel ''llid'' ohne WasserstraÃe"
+ msgid "source:outline on a node"
+ msgstr "Schlüssel ''source:outline'' an einem Punkt"
- msgid "canal without waterway"
- msgstr "Kanal ohne Wasserweg"
+ msgid "source:highway without highway"
+ msgstr "Schlüssel ''source:highway'' ohne StraÃenmerkmal (highway)"
- msgid "have_riverbank without waterway"
- msgstr "Schlüssel ''have_riverbank'' ohne WasserstraÃe"
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr "Schlüssel ''source:maxaxleload'' ohne max. Achslast (maxaxleload)"
- msgid "tunnel without highway/railway/waterway"
- msgstr "Tunnel ohne StraÃen, WasserstraÃen, Gleise"
+ msgid "source:surface without surface"
+ msgstr "Schlüssel ''source:surface'' ohne Oberfläche (surface)"
- msgid "bridge without highway/railway/waterway"
- msgstr "Brücke ohne StraÃen, WasserstraÃen, Gleise"
+ msgid "source:bridge without bridge"
+ msgstr "Schlüssel ''source:bridge'' ohne Brücke (bridge)"
- msgid "psv without highway/railway/waterway"
- msgstr "Schlüssel ''psv'' ohne StraÃen, WasserstraÃen, Gleise"
+ msgid "source:old_name without old_name"
+ msgstr "Schlüssel ''source:old_name'' ohne alten Namen (old_name)"
- msgid "width without physical linear feature"
- msgstr "Breite ohne physische Linie"
+ msgid "source:bicycle without bicycle"
+ msgstr "Schlüssel ''source:bicycle'' ohne Fahrrad (bicycle)"
+
+ msgid "source:designation without designation"
+ msgstr ""
+ "Schlüssel ''source:designation'' ohne ''Anlieger frei'' (designation)"
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "source:[addr:]housenumber without addr:housenumber"
msgstr ""
- "Schlüssel ''maxspeed'' ohne StraÃen, WasserstraÃen, Gleise, Verkehrsschilder"
+ "Schlüssel ''source:[addr:]housenumber'' ohne Hausnummer (addr:housenumber)"
+
+ msgid "source:height without height"
+ msgstr "Schlüssel ''source:height'' ohne Höhenangabe (height)"
+
+ msgid "source:lanes without lanes"
+ msgstr "Schlüssel ''source:lanes'' ohne Fahrspuren (lanes)"
msgid "religion without denomination"
msgstr "Religion ohne Konfession"
@@@ -21215,9 -22474,59 +22522,59 @@@ msgstr "
"kein Sprachkürzel in ''wikipedia''-Merkmal, "
"''wikipedia''=''Sprache:Artikel'' wird empfohlen"
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
msgstr "unbekanntes Sprachkürzel in ''wikipedia''-Merkmal"
+ msgid "layer should be between -5 and 5"
+ msgstr "Ebene sollte zwischen -5 und 5 liegen"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "Stockwerk sollte numerisch sein (ggf. mit .5 Zwischenschritten)"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "Höhe: Meter ist Standardeinheit; Punkt als Dezimaltrennzeichen; Leerzeichen "
+ "vor Einheit"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "Max. Höhe: Meter ist Standardeinheit; Punkt als Dezimaltrennzeichen; "
+ "Leerzeichen vor Einheit"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "Breite: Meter ist Standardeinheit; Punkt als Dezimaltrennzeichen; "
+ "Leerzeichen vor Einheit"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "Max. Breite: Meter ist Standardeinheit; Punkt als Dezimaltrennzeichen; "
+ "Leerzeichen vor Einheit"
+
+ msgid "unusual maxspeed format"
+ msgstr "Ungewöhnliches Format für Höchstgeschwindigkeit"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+ "Spannung sollte in Volt ohne Einheitensymbol oder Leerzeichen angegeben "
+ "werden"
+
+ msgid "unusual frequency specification"
+ msgstr "Ungewöhnliche Frequenz-Angabe"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+ "Ungewöhnliche Spurweite; Bitte Einheit mm ohne Trennzeichen verwenden"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "Ungewöhnliche Steigung; Bitte Angaben in Prozent/Grad oder up/down"
+
msgid "Landsat"
msgstr "Landsat"
@@@ -21227,24 -22536,30 +22584,33 @@@ msgstr "Yahoo-Satelitenbilder
msgid "Bing Sat"
msgstr "Bing-Satelitenbilder"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox-Satellitenbilder"
msgid "MapQuest Open Aerial"
msgstr "MapQuest offene Luftbilder"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "OpenStreetMap GPS-Spuren"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Schwarz/WeiÃ)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "Skobbler Aktivitätskarte"
+msgid "skobbler heatmap"
+msgstr "Skobbler Aktivitätskarte"
+
msgid "OpenCycleMap"
msgstr "Fahrradkarte"
@@@ -21260,8 -22575,8 +22626,8 @@@ msgstr "OpenStreetMap (Deutscher Stil)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Kambodscha, Laos, Thailand, Vietnam - zweisprachig"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI Schwarz/Weià 2.5m"
@@@ -21269,6 -22584,9 +22635,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at Höchste Auflösung"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte"
@@@ -21417,6 -22735,32 +22786,32 @@@ msgstr "Bayern (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Erlangen 2013 Luftbild (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Erlangen 2011 Luftbild (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+ "Alte Karte von Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "Alte Karte Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Luftbilder (Haiti)"
@@@ -21582,6 -22926,9 +22977,9 @@@ msgstr "USGS Groà skalierte Bilder
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 StraÃen"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "Neue & falsch ausgerichtete TIGER-StraÃen (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger bearbeitete Karte"
@@@ -21627,6 -22974,39 +23025,39 @@@ msgstr "OS Schottisch Popular historisc
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomäus Halb-Zoll, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "OS Stadtpläne, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "OSM-Export"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Verkehrsdaten in SUMO-Netzwerk-Datei exportieren."
+
+ msgid "SUMO Export"
+ msgstr "SUMO-Export"
+
+ msgid "Export"
+ msgstr "Exportieren"
+
+ msgid "Port:"
+ msgstr "Schnittstelle:"
+
+ msgid "refresh the port list"
+ msgstr "Schnittstellenliste aktualisieren."
+
+ msgid "Configure"
+ msgstr "Einstellen"
+
+ msgid "Connection Error."
+ msgstr "Verbindungsfehler."
+
+ msgid "configure the connected DG100"
+ msgstr "Angeschlossenen DG100 einstellen"
+
+ msgid "delete data after import"
+ msgstr "Daten nach Import löschen"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV-Dateien"
@@@ -21838,6 -23218,18 +23269,18 @@@ msgstr "Höhenprofil anzeigen
msgid "Elevation Profile"
msgstr "Höhenprofil"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Höhengitterebene (experimentell!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Zeigt die Höhengitterebene an"
+
+ msgid "Elevation Grid"
+ msgstr "Höhengitter"
+
+ msgid "No SRTM data"
+ msgstr "Keine SRTM-Daten"
+
msgid "Open the elevation profile window."
msgstr "Das Fenster mit Höhenprofil öffnen."
@@@ -21859,14 -23251,8 +23302,8 @@@ msgstr "Steigung
msgid "Time"
msgstr "Dauer"
- msgid "Geoid"
- msgstr "GeoID"
-
- msgid "Automatic"
- msgstr "Automatisch"
-
- msgid "Fixed value"
- msgstr "Fester Wert"
+ msgid "Tracks"
+ msgstr "Spuren"
msgid "Elevation profile for track ''{0}''."
msgstr "Höhenprofil für Spur ''{0}''."
@@@ -22142,11 -23528,14 +23579,14 @@@ msgstr "Unvollständige Adressen auswä
msgid "Selects all addresses with incomplete data."
msgstr "Alle Adressen mit fehlenden Daten auswählen."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Merkmal 'addr:street' oder 'addr:place' verwenden"
+
msgid "House Number Editor"
msgstr "Hausnummerneditor"
- msgid "Housenumber increment:"
- msgstr "Hausnummernerhöhung:"
+ msgid "House number increment:"
+ msgstr "Hausnummern-Schrittweite"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22357,8 -23746,8 +23797,8 @@@ msgstr "Ungerade Hausnummern erwartet
msgid "Expected even numbers for addresses"
msgstr "Gerade Hausnummern erwartet"
- msgid "Expected valid number for address increment"
- msgstr "Erwartete gültige Zahl für Adresserhöhung"
+ msgid "Expected valid number for increment"
+ msgstr "Gültige Zahl für Schrittweite erwartet"
msgid "Country code must be 2 letters"
msgstr "Ländercode muss aus 2 Buchstaben bestehen"
@@@ -22734,15 -24123,6 +24174,6 @@@ msgstr "Hausnummer:
msgid "Street Name:"
msgstr "StraÃe:"
- msgid "Increment"
- msgstr "Erhöhen"
-
- msgid "Decrement"
- msgstr "Reduzieren"
-
- msgid "Numbers:"
- msgstr "Hausnummern:"
-
msgid "Big buildings mode"
msgstr "Modeus GroÃe Gebäude"
@@@ -22936,6 -24316,9 +24367,9 @@@ msgstr "Bildbeschneidung während der G
msgid "Use \"Tableau d''assemblage\""
msgstr "Nutze \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "Nur graue Schatten durch weiÃe Farbe ersetzen"
+
msgid "Select first WMS layer in list."
msgstr "Erste WMS-Ebene in Liste wählen."
@@@ -22955,12 -24338,6 +24389,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "hoch"
-
- msgid "medium"
- msgstr "mittel"
-
msgid "symbol"
msgstr "Symbol"
@@@ -23112,6 -24489,11 +24540,11 @@@ msgstr "
"Das \"Tableau(x) d''assemblage\" in die Liste der zu holenden Katasterseiten "
"aufnehmen."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "Graustufen durch weiÃe Farbe ersetzen (geringere DateigröÃe und "
+ "Speicherverbrauch)"
+
msgid "Display crosspieces:"
msgstr "Anzeige der Querstücke:"
@@@ -23132,6 -24514,9 +24565,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Aktivieren, um den Schlüssel \"addr:street\" auf Punkten zu nutzen."
+ msgid "Unexpected file extension. {0}"
+ msgstr "Unerwartete Dateiendung. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "Merkmal \"source=...\" zu Elementen hinzufügen?"
@@@ -23384,8 -24769,11 +24820,11 @@@ msgstr "WMS-Ebene ({0}), {1} Kachel(n)
msgid "Is not vectorized."
msgstr "Ist nicht vektorisiert."
- msgid "Raster size: {0}"
- msgstr "RastergröÃe: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Rahmen: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "BildgröÃe (px): {0}/{1}"
msgid "Is vectorized."
msgstr "Ist vektorisiert."
@@@ -23439,7 -24827,7 +24878,7 @@@ msgstr "Das ausgewählte Farbschema au
msgid "Color Schemes"
msgstr "Farbschemata"
- msgid "Adress"
+ msgid "Address"
msgstr "Adresse"
msgid "Split area"
@@@ -23671,27 -25059,9 +25110,9 @@@ msgstr "Aufzeichnung ausschalten bei Di
msgid "Unknown logFormat"
msgstr "Unbekanntes Aufzeichnungsformat"
- msgid "Port:"
- msgstr "Schnittstelle:"
-
- msgid "refresh the port list"
- msgstr "Schnittstellenliste aktualisieren."
-
- msgid "Configure"
- msgstr "Einstellen"
-
msgid "Configure Device"
msgstr "Gerät einstellen"
- msgid "Connection Error."
- msgstr "Verbindungsfehler."
-
- msgid "configure the connected DG100"
- msgstr "Angeschlossenen DG100 einstellen"
-
- msgid "delete data after import"
- msgstr "Daten nach Import löschen"
-
msgid "Importing data from device."
msgstr "Daten vom Gerät importieren."
@@@ -24856,9 -26226,35 +26277,35 @@@ msgstr "Ãberlappung von Linien vereini
msgid "Merge Overlap (combine)"
msgstr "Ãberlappung vereinigen (kombinieren)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Eine rollenbasierte Relations-Mitgliedschaft wurde in alle neuen "
+ "Linien kopiert.<br>Sie sollten dies überprüfen und falls nötig "
+ "korrigieren.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Alle neuen Linien wurden als Elemente in einer Relation "
+ "eingefügt.<br>Sie sollten dies überprüfen und falls nötig korrigieren.</html>"
+
msgid "Split way"
msgstr "Linie teilen"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Geben Sie den Schlüssel eines Merkmals ein, zum Beispiel "
+ "<string><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Geben Sie den Wert eines Merkmals ein, zum Beispiel "
+ "<strong><tt>Mitglieder überprüfen</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -25081,7 -26477,7 +26528,7 @@@ msgid "ODS files
msgstr "ODS-Dateien"
msgid "Shapefiles"
- msgstr "Formdateien"
+ msgstr "Shape-Dateien"
msgid "MapInfo files"
msgstr "MapInfo-Dateien"
@@@ -25321,7 -26717,7 +26768,7 @@@ msgid "Unable to find a data store for
msgstr "Es konnte kein Datenspeicher für Datei {0} gefunden werden"
msgid "Loading shapefile ({0} features)"
- msgstr "Lade Formdatei ({0} Funktionalitäten)"
+ msgstr "Lade Shape-Datei ({0} Elemente)"
msgid "No valid coordinates have been found."
msgstr "Es konnten keine gültigen Koordinaten gefunden werden."
@@@ -25589,9 -26985,6 +27036,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Ein Fehler ist aufgetreten: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Konnte keinen neuen Fehlerbericht anlegen. Ergebnis: {0}"
-
msgid "Process queue"
msgstr "Warteschlange abarbeiten"
@@@ -25650,18 -27043,6 +27094,6 @@@ msgstr "
msgid "Close: "
msgstr "SchlieÃen: "
- msgid "New issue"
- msgstr "Neuer Fehler"
-
- msgid "Create issue"
- msgstr "Fehler anlegen"
-
- msgid "Describe the problem precisely"
- msgstr "Beschreiben Sie den Fehler möglichst genau"
-
- msgid "Create: "
- msgstr "Erstellen: "
-
msgid "Open in browser"
msgstr "Im Webbrowser öffnen"
@@@ -26014,6 -27395,29 +27446,29 @@@ msgstr "Test fehlgeschlagen: mtime konn
msgid "Test failed: Could not write mtime."
msgstr "Test fehlgeschlagen: mtime konnte nicht geschrieben werden."
+ msgid "Adjust photos"
+ msgstr "Fotos ausrichten"
+
+ msgid "Move and position photos"
+ msgstr "Fotos verschieben und positionieren"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+ "Fotos mit gedrückter Maustaste verschieben oder mit Shift+Mausklick "
+ "positionieren."
+
+ msgid "Please load some photos."
+ msgstr "Bitte einige Fotos laden."
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "Anzeige von Vorschaubildern umschalten"
+
+ msgid "New layer for untagged images"
+ msgstr "Neue Ebene für unreferenzierte Bilder"
+
+ msgid "Untagged Images"
+ msgstr "Unreferenzierte Bilder"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
"Sollen die aktuellen Kalibrierdaten der Ebene {0} gespeichert werden?"
@@@ -26170,6 -27574,10 +27625,10 @@@ msgstr "Zwischenablage leer
msgid "The clipboard data is not an image"
msgstr "Die Zwischenablage enthält kein Bild"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Warnung: Fehler beim Bearbeiten der Zip-Datei ''{0}''. Fehlermeldung war: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr "Eine zum Bild passende Kalibrierungsdatei wurde gefunden: {0}\n"
@@@ -26181,7 -27589,7 +27640,7 @@@ msgstr "
"automatische Laden von Kalibrierungsdateien."
msgid "Do you want to apply it ?"
- msgstr "Möchten sie dies anwenden?"
+ msgstr "Möchten Sie dies anwenden?"
msgid "Load calibration file ?"
msgstr "Kalibrierungsdatei laden?"
@@@ -26491,9 -27899,6 +27950,6 @@@ msgstr "Die GPX-Datei enthielt keine We
msgid "Create Stops from GPX"
msgstr "Haltestellen aus GPX erstellen"
- msgid "Tracks"
- msgstr "Spuren"
-
msgid "Tracks in this GPX file:"
msgstr "Wegstrecken aus dieser GPX-Datei:"
@@@ -26715,6 -28120,9 +28171,9 @@@ msgstr "ID des umzukehrenden Objekts ei
msgid "Reverted changeset"
msgstr "Umkehrter Ãnderungssatz"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "Das Zurücksetzen von Ãnderungssätzen von {0} ist nicht erlaubt"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Fehlendes Vereinigungsziel für {0} mit ID {1}"
@@@ -26751,15 -28159,35 +28210,35 @@@ msgstr "Fehlende Objekte herunterladen
msgid "Downloading changeset"
msgstr "Ãnderungssatz herunterladen"
+ msgid "See {0}"
+ msgstr "Siehe {0}"
+
msgid "Revert changeset #{0}"
msgstr "Ãnderungssatz {0} umkehren"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warnung: nicht unterstütztes Startelement ''{0}'' im Inhalt des "
+ "Ãnderungssatzes an der Position ({1},{2}) wird übersprungen."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warnung: nicht unterstütztes Endelement ''{0}'' im Inhalt des "
+ "Ãnderungssatzes an der Position ({1},{2}) übersprungen."
+
msgid "Road Sign Plugin"
msgstr "Verkehrszeichen Plugin"
msgid "signs"
msgstr "Schilder"
+ msgid "Change Properties"
+ msgstr "Einstellungen ändern"
+
msgid "Country preset:"
msgstr "Standard-Land:"
@@@ -26874,9 -28302,6 +28353,6 @@@ msgstr "Einstellungen des Routenführun
msgid "Configure routing preferences."
msgstr "Routenführung konfigurieren."
- msgid "Highway type"
- msgstr "StraÃentyp"
-
msgid "Speed (Km/h)"
msgstr "Geschwindigkeit (km/h)"
@@@ -27084,20 -28509,20 +28560,20 @@@ msgstr "Distanzfaktor
msgid "Merge Nearby Nodes Threshold"
msgstr "Schwellwert zum Vereinen naheliegender Punkte"
- msgid "Online Help"
- msgstr "Online-Hilfe"
+ msgid "SeaMap Editor"
+ msgstr "SeaMap Editor"
- msgid "Load"
- msgstr "Laden"
+ msgid "No object selected"
+ msgstr "Kein Objekt ausgewählt"
- msgid "invisible"
- msgstr "unsichtbar"
+ msgid "Seamark Inspector"
+ msgstr "Schifffahrtszeicheninspektor"
- msgid "SeaMap Editor"
- msgstr "SeaMap Editor"
+ msgid "Select only one object"
+ msgstr "Nur ein Objekt auswählen"
- msgid "Export"
- msgstr "Exportieren"
+ msgid "Select a map object"
+ msgstr "Ein Objekt auswählen"
msgid "AutoSave LiveData"
msgstr "Live-Daten automatisch speichern"
@@@ -27322,6 -28747,103 +28798,103 @@@ msgstr "Abzeichner.
msgid "Tracer building"
msgstr "Gebäude abzeichnen"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "Merkmal {0} in {1} ändern"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "Die Tracer2Server-Version ist mit dieser Erweiterung nicht kompatibel. Bitte "
+ "laden Sie Version {0} von\n"
+ "{1} herunter."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "Eine neue Version von Tracer2Server ist verfügbar. Für beste Ergebnisse "
+ "aktualisieren Sie bitte auf Version {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "Keine Parameter sind aktiv!"
+
+ msgid "Select parameter"
+ msgstr "Parameter auswählen"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: Einen Weg mit {0} Punkten hinzufügen"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: Weg an {0} Punkten ändern"
+
+ msgid "Tracer2 error"
+ msgstr "Tracer2-Fehler"
+
+ msgid "Parameter for server request"
+ msgstr "Parameter für Serveranfrage"
+
+ msgid "Tile size:"
+ msgstr "KachelgröÃe:"
+
+ msgid "Resolution:"
+ msgstr "Auflösung:"
+
+ msgid "Mode:"
+ msgstr "Modus:"
+
+ msgid "Threshold:"
+ msgstr "Schwellwert:"
+
+ msgid "Points per circle:"
+ msgstr "Punkte pro Kreis:"
+
+ msgid "Tag:"
+ msgstr "Schlüssel:"
+
+ msgid "Preferred values:"
+ msgstr "Bevorzugte Werte:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "Parameter ''{0}'' löschen?"
+
+ msgid "Add new"
+ msgstr "Neu hinzufügen"
+
+ msgid "Add predefined"
+ msgstr "Vordefiniert hinzufügen"
+
+ msgid "Select predefined parameter"
+ msgstr "Vordefinierten Parameter auswählen"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "Parameterliste für Serveranfrage bearbeiten."
+
+ msgid "Parameter:"
+ msgstr "Parameter:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Server läuft nicht. Bitte den Server starten.\n"
+ "Falls Sie den Server noch nicht haben, kann er hier heruntergeladen werden:\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server hat nichts gefunden."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server hat einen Fehler festgestellt."
+
msgid "GPG"
msgstr "GPG"
@@@ -27362,6 -28884,10 +28935,10 @@@ msgstr "Objekte vom Server laden
msgid "Download signed data"
msgstr "Signierte Daten herunterladen"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Warnung: Ignoriere Fehler, da die Aufgabe abgebrochen wurde: Fehler: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27529,9 -29055,6 +29106,6 @@@ msgstr "Signierung abgebrochen!
msgid "Please give a tolerance in meters"
msgstr "Bitte geben Sie eine Toleranz in Metern ein"
- msgid "Accuracy"
- msgstr "Genauigkeit"
-
msgid "Select as much as you like:"
msgstr "Bitte wählen Sie nach Belieben:"
@@@ -28491,13 -30014,13 +30065,13 @@@ msgid "
"24.5</li><li>-49 29.4 N -19 24.5 W</li></ul><li>48 deg 42' 52.13\" N, 21 "
"deg 11' 47.60\" E</li></ul>"
msgstr ""
- "Geben sie die Koordinaten für die neuen Punkte ein, einen je "
+ "Geben Sie die Koordinaten für die neuen Punkte ein, einen je "
"Zeile.<br/>Werden zwei Zeilen mit identischen Koordinaten angegeben, so wird "
"ein doppelter Punkt erstellt.<br/>Längen- und Breitengrad werden durch "
"Leerzeichen, Komma oder Semikolon getrennt.<br>Positive Zahlen oder die "
"Buchstaben N oder E kennzeichnen Nord oder Ost.<br/>Negative Zahlen oder S, "
- "W kennzeichnen Süd oder West.<br/>Koordinaten kann in drei unterschiedlichen "
- "Formaten vorliegen: "
+ "W kennzeichnen Süd oder West.<br/>Koordinaten können in drei "
+ "unterschiedlichen Formaten vorliegen: "
"<ul><li><i>Grad</i><tt>°</tt></li><li><i>Grad</i><tt>°</tt> "
"<i>Minuten</i><tt>'</tt></li><li><i>Grad</i><tt>°</tt> "
"<i>Minuten</i><tt>'</tt> "
@@@ -28686,9 -30209,6 +30260,6 @@@ msgstr "Nicht ausgewählte Punkte
msgid "Removes all nodes from selection"
msgstr "Alle Punkte aus der Auswahl entfernen"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Video importieren"
@@@ -28996,9 -30516,6 +30567,6 @@@ msgstr "Legt die Standardsprache für W
msgid "Enter the Wikipedia language"
msgstr "Wikipedia-Sprache eintragen"
- msgid "Add Tag"
- msgstr "Merkmal hinzufügen"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/de_DE.po
index f4f9d65,b3d3c7f..f60f7b7
--- a/i18n/po/de_DE.po
+++ b/i18n/po/de_DE.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-07-10 12:32+0000\n"
"Last-Translator: ralekuja <Unknown>\n"
"Language-Team: German (Germany) <de_DE at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:08+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:08+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -163,19 -169,14 +169,14 @@@ msgid "About JOSM...
msgstr "Ãber JOSM ..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNUNG: Unerwartetes Format der API-Basis-URL. Weiterleitung zur Info- oder "
- "Chronikseite wird wahrscheinlich scheitern. API-Basis-URL ist: ''{0}'"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNUNG: unerwartetes Format der API-Basis-URL. Die Weiterleitung zu den OSM-"
- "Nutzerseiten wird wahrscheinlich fehlschlagen. Die API-Basis-URL lautet: "
- "\"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -265,9 -266,6 +266,6 @@@ msgstr "Werkzeug: {0}
msgid "Please select at least four nodes."
msgstr "Bitte mindestens vier Knotenpunkte auswählen."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Knotenpunkte in einer Line anordnen."
@@@ -304,6 -302,9 +302,9 @@@ msgstr "Weiter
msgid "Nothing selected to zoom to."
msgstr "Nichts ausgewählt, auf das gezoomt werden kann."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Auf {0} zoomen"
@@@ -360,11 -361,9 +361,9 @@@ msgstr "
"werden. Sollen die Richtungen angepasst werden?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Wege können nicht verbunden werden (Sie können nicht in eine eindeutige "
- "Reihenfolge gebracht werden)"
msgid "Combine {0} ways"
msgstr "{0} Wege verbinden"
@@@ -544,6 -543,9 +543,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -657,7 -659,7 +659,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -807,8 -809,8 +809,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -993,12 -995,8 +995,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1016,9 -1014,6 +1014,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1184,9 -1179,6 +1179,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1325,13 -1317,13 +1317,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1420,6 -1412,27 +1412,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1704,6 -1717,9 +1717,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1923,8 -1939,8 +1939,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2349,6 -2365,9 +2365,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2545,8 -2564,7 +2564,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2632,6 -2650,9 +2650,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2668,10 -2689,10 +2689,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2694,8 -2715,8 +2715,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2799,6 -2820,9 +2820,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2859,8 -2883,8 +2883,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2890,10 -2914,10 +2914,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2914,6 -2938,9 +2938,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2944,18 -2971,18 +2971,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2964,8 -2991,8 +2991,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2973,13 -3000,11 +3000,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2993,8 -3018,8 +3018,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3024,11 -3049,10 +3049,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "UNBEKANNT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3181,8 -3205,7 +3205,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3289,7 -3312,7 +3312,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3327,9 -3350,6 +3350,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3368,6 -3388,9 +3388,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3392,6 -3415,15 +3415,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3451,6 -3483,9 +3483,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3533,6 -3568,15 +3568,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3602,6 -3646,12 +3646,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3659,13 -3709,13 +3709,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3697,10 -3747,10 +3747,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3834,7 -3884,7 +3884,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3909,6 -3959,9 +3959,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3939,9 -3992,6 +3992,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3966,10 -4016,10 +4016,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4032,23 -4082,6 +4082,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4152,7 -4185,7 +4185,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4381,6 -4414,18 +4414,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4485,19 -4530,6 +4530,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4785,29 -4817,47 +4817,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4822,7 -4872,7 +4872,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4874,14 -4924,6 +4924,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5131,14 -5173,14 +5173,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5659,6 -5701,9 +5701,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5742,6 -5787,36 +5787,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objekttyp:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "gemischt"
+
+ msgid "Choose the OSM object type"
+ msgstr "OSM Objekttyp auswählen"
+
+ msgid "Object ID:"
+ msgstr "Objekt ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ID des herunterzuladenden Objekts eingeben"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objekt IDs können durch ein Komma oder Leerzeichen getrennt werden.<br/> "
+ "Beispiele: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Im gemischten "
+ "Modus geben Sie Objekte wie folgt an: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5832,8 -5907,7 +5907,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6003,9 -6077,6 +6077,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6290,8 -6361,8 +6361,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6356,34 -6427,46 +6427,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6398,13 -6481,13 +6481,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6558,7 -6641,7 +6641,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6876,6 -6959,25 +6959,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7007,21 -7109,8 +7109,8 @@@ msgstr "
msgid "Download object"
msgstr "Objekt herunterladen"
- msgid "Object type:"
- msgstr "Objekttyp:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "gemischt"
-
- msgid "Choose the OSM object type"
- msgstr "OSM Objekttyp auswählen"
-
- msgid "Object ID:"
- msgstr "Objekt ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ID des herunterzuladenden Objekts eingeben"
+ msgid "Start downloading"
+ msgstr "Herunterladen beginnen"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7031,26 -7120,9 +7120,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objekt IDs können durch ein Komma oder Leerzeichen getrennt werden.<br/> "
- "Beispiele: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Im gemischten "
- "Modus geben Sie Objekte wie folgt an: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Herunterladen beginnen"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7147,7 -7219,7 +7219,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7246,6 -7318,9 +7318,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7333,7 -7408,7 +7408,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7352,6 -7427,12 +7427,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7418,8 -7499,7 +7499,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7494,8 -7574,8 +7574,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7509,8 -7589,7 +7589,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7725,12 -7804,6 +7804,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7739,6 -7812,22 +7812,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7754,6 -7843,21 +7843,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7761,8 -7865,8 +7865,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7874,9 -7978,6 +7978,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7886,6 -7987,9 +7987,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7902,7 -8006,7 +8006,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8048,7 -8152,7 +8152,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8078,7 -8182,7 +8182,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8431,9 -8535,6 +8535,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8452,6 -8553,9 +8553,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8509,6 -8613,12 +8613,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8575,9 -8685,6 +8685,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8758,14 -8865,10 +8865,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8780,7 -8883,7 +8883,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8790,8 -8893,7 +8893,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9011,7 -9113,7 +9113,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9726,21 -9828,21 +9828,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9794,6 -9896,9 +9929,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9847,6 -9952,11 +9985,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10303,6 -10413,12 +10446,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10366,7 -10482,7 +10515,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10624,40 -10740,40 +10773,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10710,8 -10826,8 +10859,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10720,20 -10836,25 +10869,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10815,14 -10936,8 +10969,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10895,7 -11010,7 +11043,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10974,9 -11089,6 +11122,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10995,6 -11107,14 +11140,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11024,9 -11144,49 +11177,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11057,7 -11217,7 +11250,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11097,28 -11257,26 +11290,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11213,6 -11371,9 +11404,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11228,12 -11389,20 +11422,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11312,7 -11481,7 +11514,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11411,35 -11580,11 +11613,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11449,8 -11594,8 +11627,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11477,10 -11622,7 +11655,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11564,8 -11706,8 +11739,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11762,7 -11904,7 +11937,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11808,6 -11950,15 +11983,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11838,19 -11989,19 +12022,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11872,11 -12023,23 +12056,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11946,13 -12109,13 +12142,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12095,10 -12258,10 +12291,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12113,22 -12276,21 +12309,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12197,8 -12359,7 +12392,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12213,9 -12374,24 +12407,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12537,12 -12713,11 +12746,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12553,27 -12728,70 +12761,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
-
- msgid "Key is too long (max {0} characters):"
+ msgid "latitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "longitude"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12587,9 -12805,23 +12838,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
msgstr ""
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12915,6 -13147,11 +13180,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13154,6 -13391,9 +13424,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13203,9 -13443,6 +13476,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13242,6 -13479,11 +13512,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13372,6 -13614,9 +13647,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13462,6 -13707,50 +13740,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13480,10 -13769,10 +13802,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13495,6 -13784,9 +13817,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13522,18 -13814,12 +13847,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13543,9 -13829,6 +13862,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13555,13 -13838,13 +13871,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13609,6 -13892,9 +13925,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13693,6 -13979,9 +14012,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13797,21 -14086,30 +14119,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13827,10 -14125,10 +14158,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13866,7 -14164,7 +14197,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13935,12 -14233,18 +14266,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13956,15 -14260,6 +14293,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13986,6 -14281,15 +14314,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13995,6 -14299,9 +14332,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14004,10 -14311,7 +14344,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14040,9 -14344,6 +14377,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14082,7 -14383,13 +14416,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14100,6 -14407,9 +14446,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14169,19 -14479,13 +14518,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14212,6 -14516,7 +14558,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14221,10 -14526,10 +14568,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14278,12 -14583,6 +14625,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14344,12 -14643,21 +14685,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14389,9 -14697,6 +14739,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14425,6 -14730,21 +14772,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14506,18 -14826,23 +14868,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14593,7 -14918,7 +14960,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14617,10 -14942,13 +14984,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14632,9 -14960,6 +15002,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14656,13 -14981,13 +15023,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14686,6 -15011,9 +15053,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14698,21 -15026,35 +15068,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14809,11 -15151,9 +15214,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14825,11 -15165,9 +15228,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14848,10 -15186,10 +15249,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14881,9 -15219,6 +15282,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14905,28 -15240,47 +15303,47 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
msgstr ""
- msgid "Parking entrance"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
msgstr ""
- msgid "Edit Parking entrance"
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
msgstr ""
- msgid "Fuel"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
msgstr ""
- msgid "Edit Fuel"
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Brand"
+ msgid "Su 10:00+"
msgstr ""
- msgid "Agip"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
+
+ msgid "Parking entrance"
+ msgstr ""
+
+ msgid "Edit Parking entrance"
+ msgstr ""
+
+ msgid "Fuel"
+ msgstr ""
+
+ msgid "Edit Fuel"
+ msgstr ""
+
+ msgid "Brand"
+ msgstr ""
+
+ msgid "Agip"
msgstr ""
msgid "Aral"
@@@ -15058,6 -15412,9 +15475,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15079,6 -15436,12 +15499,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15106,6 -15469,12 +15532,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15130,22 -15499,6 +15562,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15167,9 -15520,6 +15583,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15364,6 -15714,9 +15777,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15394,6 -15747,9 +15810,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15406,9 -15762,6 +15825,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15418,9 -15771,14 +15834,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15433,6 -15791,9 +15854,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15457,14 -15818,6 +15881,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15513,7 -15866,7 +15929,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15567,41 -15920,41 +15983,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15793,9 -16146,6 +16209,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15817,9 -16167,15 +16230,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15832,6 -16188,9 +16251,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15871,6 -16230,9 +16293,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15892,22 -16254,34 +16317,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16037,49 -16411,43 +16474,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16097,6 -16465,12 +16528,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16109,6 -16483,9 +16546,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16127,37 -16504,137 +16567,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16247,6 -16724,12 +16787,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16328,83 -16811,167 +16874,167 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16431,21 -16998,15 +17061,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16480,16 -17041,22 +17104,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16523,6 -17090,9 +17153,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16560,117 -17130,153 +17193,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16704,33 -17310,43 +17373,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16764,6 -17380,22 +17443,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16864,36 -17496,54 +17559,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16936,19 -17586,15 +17649,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17087,6 -17733,18 +17796,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17099,60 -17757,134 +17820,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17377,41 -18109,67 +18172,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17420,7 -18178,7 +18241,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17432,12 -18190,102 +18253,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17489,88 -18337,191 +18400,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumped-storage"
- msgstr ""
-
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "Power Station"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17582,6 -18533,21 +18596,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17597,6 -18563,9 +18626,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17615,11 -18584,9 +18647,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17728,10 -18695,10 +18758,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17743,7 -18710,7 +18773,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17764,6 -18731,9 +18794,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17776,9 -18746,6 +18809,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17848,7 -18815,7 +18878,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17869,13 -18836,13 +18899,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17884,7 -18851,6 +18914,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17912,6 -18878,12 +18941,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17948,10 -18920,31 +18983,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17981,7 -18974,7 +19037,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17993,19 -18986,19 +19049,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18041,7 -19034,7 +19097,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18254,6 -19247,12 +19310,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18293,24 -19292,33 +19355,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18320,15 -19328,6 +19391,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18404,6 -19403,12 +19466,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18458,7 -19463,7 +19526,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18470,6 -19475,9 +19538,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18506,43 -19514,70 +19577,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18581,6 -19616,18 +19679,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18749,21 -19796,50 +19859,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18809,19 -19885,22 +19948,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18845,7 -19924,7 +19987,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18941,18 -20020,27 +20083,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18962,7 -20050,10 +20113,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18971,10 -20062,10 +20125,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18992,6 -20083,9 +20146,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19007,28 -20101,28 +20164,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19049,19 -20143,19 +20206,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19136,10 -20230,13 +20293,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19154,9 -20251,6 +20314,6 @@@ msgstr "Dorf/Stadt
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19184,6 -20278,9 +20341,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19229,10 -20326,40 +20389,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19244,7 -20371,7 +20434,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19262,7 -20389,7 +20452,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19379,19 -20506,130 +20569,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19410,7 -20648,46 +20711,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19422,24 -20699,30 +20762,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19455,7 -20738,7 +20804,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19464,6 -20747,9 +20813,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19610,6 -20896,29 +20962,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19775,6 -21084,9 +21150,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19820,6 -21132,39 +21198,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20006,19 -21351,31 +21417,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20042,13 -21399,7 +21465,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20311,10 -21662,13 +21728,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20518,7 -21872,7 +21938,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20789,15 -22143,6 +22209,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20970,6 -22315,9 +22381,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20988,12 -22336,6 +22402,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21129,6 -22471,9 +22537,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21146,6 -22491,9 +22557,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21374,7 -22722,10 +22788,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21424,7 -22775,7 +22841,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21595,20 -22946,20 +23012,85 @@@ msgid "Users mapping nearby:
msgstr ""
msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21648,27 -22999,9 +23130,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22746,9 -24079,26 +24210,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23395,9 -24745,6 +24876,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23450,18 -24797,6 +24928,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23808,6 -25143,27 +25274,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23959,6 -25315,9 +25446,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24276,9 -25635,6 +25766,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24494,6 -25850,9 +25981,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24526,15 -25885,31 +26016,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24649,9 -26024,6 +26155,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24830,19 -26202,19 +26333,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25058,6 -26430,95 +26561,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25094,6 -26555,9 +26686,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25246,9 -26710,6 +26841,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26234,9 -27695,6 +27826,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26515,9 -27973,6 +28104,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/el.po
index c1e9922,8f418b8..1eb68ee
--- a/i18n/po/el.po
+++ b/i18n/po/el.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-08-24 07:36+0000\n"
"Last-Translator: aitolos <Unknown>\n"
"Language-Team: Greek <el at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-25 04:31+0000\n"
- "X-Generator: Launchpad (build 16738)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:43+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: el\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"Το άνοιγμα δεÏÎ¼Î¿Ï Î´ÎµÎ½ Ï
ÏοÏÏηÏίζεÏαι ÏÏην ÏÏÎÏοÏ
Ïα ÏλαÏÏÏÏμα (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "ΠΡÎÎÎÎÎÎ ÎÎÎΣÎ: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "Î ÎÎΡÎΦÎΡÎÎΣ: {0}
msgid "DEBUG: {0}"
msgstr "ÎÎ ÎΣΦÎÎÎÎΤΩΣÎ: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -164,20 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "ΠεÏί ÏοÏ
JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ΠΡÎÎÎÎÎÎ ÎÎÎΣÎ: μη αναμενÏμενη μοÏÏή ÏοÏ
βαÏÎ¹ÎºÎ¿Ï URL για Ïο API. Î "
- "ανακαÏεÏθÏ
νÏη Ïε ÏληÏοÏοÏÎ¯ÎµÏ Î® ÏÎµÎ»Î¯Î´ÎµÏ Î¹ÏÏοÏÎ¹ÎºÎ¿Ï Î³Î¹Î± ανÏικείμενα OSM ÏιθανÏν "
- "να αÏοÏÏÏει. Το βαÏÎ¹ÎºÏ URL για Ïο API είναι: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ΠΡÎÎÎÎÎÎ ÎÎÎΣÎ: μη αναμενÏμενη μοÏÏή ÏοÏ
βαÏÎ¹ÎºÎ¿Ï URL για Ïο API. Î "
- "ανακαÏεÏθÏ
νÏη Ïε Ïελίδα OSM ÏÏήÏÏη ÏιθανÏν να αÏοÏÏÏει. Το βαÏÎ¹ÎºÏ URL για Ïο "
- "API είναι: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -267,9 -267,6 +267,6 @@@ msgstr "ÎÏγαλείο: {0}
msgid "Please select at least four nodes."
msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏοÏ
λάÏιÏÏον ÏÎÏÏεÏÎµÎ¹Ï ÎºÏμβοÏ
Ï."
- msgid "Information"
- msgstr "ΠληÏοÏοÏίεÏ"
-
msgid "Align Nodes in Line"
msgstr "ÎÏ
θÏ
γÏάμμιÏη κÏμβÏν"
@@@ -306,6 -303,9 +303,9 @@@ msgstr "εÏÏμενο
msgid "Nothing selected to zoom to."
msgstr "Îεν Ï
ÏάÏÏει εÏιλογή ÏÏην οÏοία να γίνει ζοÏ
μ."
+ msgid "Information"
+ msgstr "ΠληÏοÏοÏίεÏ"
+
msgid "Zoom to {0}"
msgstr "ÎÏÏίαÏη ÏÏ(ο,α,η) {0}"
@@@ -362,11 -362,9 +362,9 @@@ msgstr "
"να ανÏιÏÏÏÎÏεÏε μεÏικÎÏ Î±ÏÏ Î±Ï
ÏÎÏ;"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Îεν ήÏαν δÏ
ναÏÏÏ Î¿ ÏÏ
νδÏ
αÏμÏÏ ÏÏν διαδÏομÏν (Îε μÏοÏοÏν να ÏÏ
γÏÏνεÏ
θοÏν Ïε "
- "μια ενιαία ÏειÏά κÏμβÏν)"
msgid "Combine {0} ways"
msgstr "ÎνÏÏε {0} διαδÏομÎÏ"
@@@ -555,6 -553,9 +553,9 @@@ msgid "Display history information abou
msgstr ""
"ÎμÏάνιÏη ÏληÏοÏοÏιÏν ιÏÏοÏÎ¹ÎºÎ¿Ï ÏÏεÏικά με διαδÏομÎÏ, κÏμβοÏ
Ï Î® ÏÏÎÏÎµÎ¹Ï OSM."
+ msgid "Show history"
+ msgstr "Î Ïοβολή ιÏÏοÏικοÏ"
+
msgid "History (web)"
msgstr "ÎÏÏοÏÎ¹ÎºÏ (ιÏÏÏÏ)"
@@@ -688,11 -689,9 +689,9 @@@ msgid "Joined overlapping areas
msgstr "ÎνÏμÎÎ½ÎµÏ Î±Î»Î»Î·Î»ÎµÏικαλÏ
ÏÏÏÎ¼ÎµÎ½ÎµÏ ÏεÏιοÏÎÏ"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "ÎεÏικÎÏ Î±ÏÏ ÏÎ¹Ï Î´Î¹Î±Î´ÏομÎÏ Î®Ïαν μÎÏÎ¿Ï ÏÏÎÏεÏν οι οÏÎ¿Î¯ÎµÏ ÏÏοÏοÏοιήθηκαν. "
- "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏαληθεÏÏÏε ÏÏι δεν ÏαÏοÏ
ÏιάÏÏηκαν ÏÏάλμαÏα."
msgid "Fix tag conflicts"
msgstr "ÎιÏÏθÏÏη ÏÏ
γκÏοÏÏεÏν εÏικεÏÏν"
@@@ -862,11 -861,9 +861,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "ΣÏ
γÏÏνεÏ
Ïη κÏμβÏν ÏÏον ÏαλαιÏÏεÏο."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε δÏ
ο κÏμβοÏ
Ï ÏÏÎ¿Ï ÏÏ
γÏÏνεÏ
Ïη ή Îνα κÏμβο ÏοÏ
είναι κονÏά Ïε "
- "άλλο κÏμβο."
msgid "Abort Merging"
msgstr "ÎκÏÏÏÏη ΣÏ
γÏÏνεÏ
ÏηÏ"
@@@ -1066,17 -1063,10 +1063,13 @@@ msgid "Orthogonalize / Undo
msgstr "ÎÏθογÏνιÏμÏÏ / ÎναίÏεÏη"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
+"ÎÏθογÏνιÏμÏÏ Î£ÏήμαÏÎ¿Ï / ÎναίÏεÏη\n"
+"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε κÏμβοÏ
Ï Î¿Î¹ οÏοίοι μεÏακινήθηκαν αÏÏ ÏÏοηγοÏμενη δÏάÏη "
+"ÎÏθογÏνιÏμÏÏ ÏÏήμαÏοÏ!"
- msgid "Undo Orthogonalize Shape"
- msgstr "ÎναίÏεÏη ÎÏθογÏνιÏÎ¼Î¿Ï Î£ÏήμαÏοÏ"
-
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
"undesirable results when doing rectangular alignments.<br>Change your "
@@@ -1092,9 -1082,6 +1085,6 @@@ msgstr "ÎÏθογÏνιÏμÏÏ
msgid "Usage"
msgstr "ΧÏήÏη"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Τα εÏιλεγμÎνα ΣÏοιÏεία δεν μÏοÏοÏν να οÏθογÏνιÏÏοÏν"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1273,9 -1260,6 +1263,6 @@@ msgstr "ΦÏÏÏÏÏη ΣÏ
νεδÏία
msgid "Load a session from file."
msgstr "ΦÏÏÏÏÏη ÏÏ
νεδÏÎ¯Î±Ï Î±ÏÏ Î±ÏÏείο."
- msgid "Session file (*.jos, *.joz)"
- msgstr "ÎÏÏείο ÏÏ
νεδÏÎ¯Î±Ï (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Îνοιγμα ÏÏ
νεδÏίαÏ"
@@@ -1429,13 -1413,13 +1416,13 @@@ msgstr "
"ÎÏιλÎξÏε κÏμβοÏ
Ï ÏÏη μÎÏη ÏÎ·Ï Î´Î¹Î±Î´ÏομήÏ.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1536,6 -1520,27 +1523,27 @@@ msgstr "
"δημιοÏ
ÏγήÏει ÏÏοβλήμαÏα εÏειδή δεν βλÎÏεÏε Ïο ÏÏαγμαÏÎ¹ÎºÏ "
"ανÏικείμενο.<br>ÎÎλεÏε ÏÏάγμαÏι να κάνεÏε αÏοκÏλληÏη?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "ÎναίÏεÏη"
@@@ -1832,6 -1837,9 +1840,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) ΦÏÏÏÏÏη γονÎÏν ÏÏÎÏÎ·Ï {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ÎήÏη {0} αÏÏ {1} (αÏομÎνοÏ
ν {2})"
@@@ -2066,10 -2074,10 +2077,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Îεν μÏοÏεί να ÏοÏοθεÏηθεί κÏÎ¼Î²Î¿Ï ÎµÎºÏÏÏ ÎºÏÏμοÏ
."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Î ÏοÏθήκη νÎοÏ
κÏμβοÏ
ÏÏη διαδÏομή"
- msgstr[1] "Î ÏοÏθήκη νÎοÏ
κÏμβοÏ
Ïε {0} διαδÏομÎÏ"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr ""
@@@ -2513,6 -2521,9 +2524,9 @@@ msgstr "''Ïιμή'' δε οÏοιοδÎ
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2709,8 -2720,7 +2723,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2801,6 -2811,9 +2814,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Î ÏοÏÏÎθηκε {0} ανÏικείμενο"
msgstr[1] "Î ÏοÏÏÎθηκαν {0} ανÏικείμενα"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Îλλαγή κÏμβοÏ
{0}"
@@@ -2837,11 -2850,11 +2853,11 @@@ msgstr "ÎÏαίÏεÏη \"{0}\" γιÎ
msgid "Set {0}={1} for {2} objects"
msgstr "ÎαθοÏιÏμÏÏ {0}={1} για ''{2}'' ανÏικείμενα"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "ÎιαγÏάÏηκαν {0} ιδιÏÏηÏÎµÏ Î³Î¹Î± {1} ανÏικείμενα"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "ÎÏιÏμÏÏ {0} ιδιοÏήÏÏν για {1} ανÏικείμενα"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "ÎνÏικαÏάÏÏαÏη \"{0}\" με \"{1}\" για"
@@@ -2865,11 -2878,9 +2881,9 @@@ msgid "Double conflict
msgstr "ÎιÏλή διÎνεξη"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Î ÏοειδοÏοίηÏη: Το εÏίÏεδο ''{0}'' δεν Ï
ÏάÏÏει Ïια. Îεν μÏοÏÏ Î½Î± αÏαιÏÎÏÏ Ïη "
- "διÎνεξη για Ïο ανÏικείμενο ''{1}''"
msgid "Add conflict for ''{0}''"
msgstr "Î ÏοÏθήκη διÎÎ½ÎµÎ¾Î·Ï Î³Î¹Î± ''{0}''"
@@@ -2986,6 -2997,9 +3000,9 @@@ msgstr[1] "ÎÏαλοιÏή {0} ανÏÎ
msgid "Resolve conflicts in member list of relation {0}"
msgstr "ÎÏίλÏ
Ïη διενÎξεÏν ÏÏη λίÏÏα μελÏν ÏÎ·Ï ÏÏÎÏÎ·Ï {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "ΠεÏιÏÏÏοÏή {0} κÏμβοÏ
"
@@@ -3046,12 -3060,9 +3063,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "ÎÏαν ανÏιÏÏÏÎÏεÏε αÏ
Ïή Ïη διαδÏομή, οι ÏαÏακάÏÏ Î±Î»Î»Î±Î³ÎÏ ÏÏÎ¹Ï Î¹Î´Î¹ÏÏηÏÎµÏ ÏÎ·Ï "
- "διαδÏÎ¿Î¼Î®Ï ÎºÎ±Î¹ ÏÏν κÏμβÏν ÏÎ·Ï ÏÏÎÏει γίνοÏ
ν ÏÏÏε να διαÏηÏηθεί η ÏÏ
νοÏή ÏÏν "
- "δεδομÎνÏν."
msgid "Relation"
msgstr "ΣÏÎÏη"
@@@ -3080,11 -3091,11 +3094,11 @@@ msgstr "ÎÏαÏμογή εÏιλεγμ
msgid "Do not apply changes"
msgstr "Îα μην εÏαÏμοÏÏοÏν οι αλλαγÎÏ"
- msgid "Please select which property changes you want to apply."
- msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎξÏε ÏοιÎÏ Î±Î»Î»Î±Î³ÎÏ Î¹Î´Î¹Î¿ÏήÏÏν θÎλεÏε να εÏαÏμÏÏεÏε."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "ÎδιÏÏηÏÎµÏ ÏοÏ
"
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "ΡÏλοι Ïε ÏÏÎÏÎµÎ¹Ï ÏοÏ
αναÏÎÏονÏε ÏÏο"
@@@ -3107,6 -3118,9 +3121,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "ÎδÏ
ναμία διαγÏαÏÎ®Ï ÏοÏ
ÏÎ±Î»Î¹Î¿Ï ÎµÏεδÏÎ¹ÎºÎ¿Ï Î±ÏÏείοÏ
{0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3137,18 -3151,18 +3154,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -3157,8 -3171,8 +3174,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3166,13 -3180,11 +3183,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3186,8 -3198,8 +3201,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3218,11 -3230,10 +3233,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ÎÎÎΩΣΤÎ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3375,8 -3386,7 +3389,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Î ÏαÏάμεÏÏÎ¿Ï {0} δεν είναι ÏÏο εÏÏÎ¿Ï 0...{1}. Îίναι ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3483,7 -3493,7 +3496,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3521,9 -3531,6 +3534,6 @@@ msgstr "
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3564,6 -3571,9 +3574,9 @@@ msgstr "άλλο εÏαλήθεÏ
ÏηÏ
msgid "Running test {0}"
msgstr "ÎκÏÎλεÏη Î´Î¿ÎºÎ¹Î¼Î®Ï {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "ÎιεÏ
θÏνÏειÏ"
@@@ -3588,6 -3598,15 +3601,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "ÎÏήÏιο ενÏÏÏ ÎºÏηÏίοÏ
"
@@@ -3649,6 -3668,9 +3671,9 @@@ msgstr " ή
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} είναι ÏαÏÏÏημÎνεÏ, ÏÏηÏιμοÏοίηÏε {1} ανÏί αÏ
ÏÏν"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "ÎιÏλαÏιαÏμÎνοι κÏμβοι"
@@@ -3733,6 -3755,15 +3758,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "ΠολÏ-ÏολÏγÏνο"
@@@ -3803,6 -3834,12 +3837,12 @@@ msgid "This test finds nodes that have
msgstr ""
"ÎÏ
Ïή η δοκιμή βÏίÏκει κÏμβοÏ
Ï ÏοÏ
ÎÏοÏ
ν Ïο ίδιο Ïνομα (ίÏÏÏ ÎµÎ¯Î½Î±Î¹ ανÏίγÏαÏα)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "ÎλληλεÏικαλÏ
ÏÏÏÎ¼ÎµÎ½ÎµÏ ÏεÏιοÏÎÏ"
@@@ -3860,15 -3897,15 +3900,15 @@@ msgstr "Î ÏÏÏÎ¿Ï ÏÎ·Ï ÏÏÎÏη
msgid "Relation is empty"
msgstr "Î ÏÏÎÏη είναι άδεια"
+ msgid "Role verification problem"
+ msgstr ""
+
msgid "<empty>"
msgstr "<κενÏ>"
msgid "Role {0} missing"
msgstr ""
- msgid "Role verification problem"
- msgstr ""
-
msgid "Number of {0} roles too low ({1})"
msgstr ""
@@@ -3902,12 -3939,11 +3942,11 @@@ msgstr "
"ÎÏ
Ïή η δοκιμή ελÎγÏει για διαδÏομÎÏ Î¼Îµ ÏαÏÏμοιο Ïνομα ÏοÏ
μÏοÏεί να είναι "
"ανοÏθÏγÏαÏεÏ."
- msgid "Properties checker :"
- msgstr "ÎλεγκÏÎ®Ï Î¹Î´Î¹Î¿ÏήÏÏν:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "ÎÏ
ÏÏ Ïο ÏÏÏÏθεÏο ελÎγÏει για ÏÏάλμαÏα ÏÏα κλειδιά και ÏÎ¹Ï ÏιμÎÏ Î¹Î´Î¹Î¿ÏήÏÏν."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr ""
@@@ -4045,8 -4081,8 +4084,8 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr "ΧÏήÏη ÏοÏ
ÏÏοεÏιλεγμÎνοÏ
αÏÏείοÏ
οÏθογÏαÏÎ¹ÎºÎ¿Ï ÎµÎ»ÎγÏοÏ
(ÏÏοÏείνεÏαι)"
- msgid "Fix properties"
- msgstr "ÎιÏÏθÏÏη ιδιοÏήÏÏν"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Îεν βÏÎθηκε ο ÏÏÏÎ¿Ï ÏοÏ
ÏÏοιÏείοÏ
"
@@@ -4120,6 -4156,9 +4159,9 @@@ msgstr "ÎνοικÏÎÏ ÎιαδÏομ
msgid "This tests if ways which should be circular are closed."
msgstr "ÎλÎγÏει εάν διαδÏομÎÏ ÏοÏ
ÏÏÎÏει να είναι κÏ
κλικÎÏ ÎµÎ¯Î½Î±Î¹ κλειÏÏÎÏ."
+ msgid "Unclosed way"
+ msgstr "ÎνοικÏή διαδÏομή"
+
msgid "natural type {0}"
msgstr ""
@@@ -4150,9 -4189,6 +4192,6 @@@ msgstr "κÏίÏιο
msgid "area"
msgstr "ÏεÏιοÏή"
- msgid "Unclosed way"
- msgstr "ÎνοικÏή διαδÏομή"
-
msgid "Unconnected ways"
msgstr "ÎÏÏνδεÏÎµÏ Î´Î¹Î±Î´ÏομÎÏ"
@@@ -4181,12 -4217,12 +4220,12 @@@ msgstr "
"ÎÏ
Ïή η δοκιμή ελÎγÏει για κÏμβοÏ
Ï ÏÏÏÎ¯Ï ÎµÏικÎÏα ÏοÏ
δεν είναι μÎÏÎ¿Ï ÎºÎ¬ÏÎ¿Î¹Î±Ï "
"διαδÏομήÏ."
- msgid "No tags"
- msgstr "ΧÏÏÎ¯Ï ÎµÏικÎÏεÏ"
-
msgid "Unconnected nodes without physical tags"
msgstr "ÎÏÏνδεÏοι κÏμβοι ÏÏÏÎ¯Ï ÎµÏικÎÏεÏ"
+ msgid "No tags"
+ msgstr "ΧÏÏÎ¯Ï ÎµÏικÎÏεÏ"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "ÎÏει εÏικÎÏα ÏοÏ
ÏεÏιÎÏει ''fixme'' ή ''FIXME''"
@@@ -4250,28 -4286,6 +4289,6 @@@ msgstr "ÎνάÏοδη ακÏογÏαμ
msgid "Reversed land: land not on left side"
msgstr "ÎνÏίÏÏÏοÏη ξηÏά: η ξηÏά δεν είναι ÏÏην αÏιÏÏεÏή ÏλεÏ
Ïά"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr "ΣÏάλμα ανάγνÏÏÎ·Ï ÎºÎ±ÏαÏÏÏηÏÎ·Ï ÏελιδοδείκÏη: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
- "ΣÏάλμα: Îη αναμενÏμενη γÏαμμή ''{0}'' ÏÏο αÏÏείο ÏελιδοδεικÏÏν ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "ΣÏάλμα: ÏαÏάÏÏ
Ïη διÏλή Ïιμή ''{0}'' ÏÏη γÏαμμή ''{1}'' ÏÏο αÏÏείο "
- "ÏελιδοδείκÏη ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Îεν μÏοÏÏ Î½Î± διαβάÏÏ ÏοÏ
Ï ÏελιδοδείκÏÎµÏ Î±ÏÏ<br>''{0}''<br>Το ÏÏάλμα "
- "ήÏαν: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Îα μην εμÏανιÏÏεί ξανά (αÏομνημÏνεÏ
Ïη εÏιλογήÏ)"
@@@ -4375,7 -4389,7 +4392,7 @@@ msgstr "ÎμÏάνιÏη ÏληÏοÏο
msgid "Downloading \"Message of the day\""
msgstr "ÎήÏη \"ÎηνÏμαÏÎ¿Ï ÎμÎÏαÏ\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4616,6 -4630,18 +4633,18 @@@ msgstr "ÎÏεξεÏγαÏία εÏγα
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "ÎÏοÏ"
@@@ -4720,19 -4746,6 +4749,6 @@@ msgstr "ÏÏο ÏαÏαÏκήνιο
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5036,29 -5049,47 +5052,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5073,8 -5104,8 +5107,8 @@@ msgstr "
msgid "Up"
msgstr "ΠάνÏ"
- msgid "Move up the selected elements by one position."
- msgstr "ÎεÏακίνηÏη ÏÏν εÏιλεγμÎνÏν ÏÏοιÏείÏν ÏÏÎ¿Ï Ïα ÏÎ¬Î½Ï ÎºÎ±Ïά μία θÎÏη"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "ÎάÏÏ"
@@@ -5126,14 -5157,6 +5160,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "ÎÏμβοÏ"
@@@ -5383,14 -5406,14 +5409,14 @@@ msgctxt "tag
msgid "Key:"
msgstr "Îλειδί:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr "Τιμή:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5917,6 -5940,9 +5943,9 @@@ msgstr "ÎμÏάνιÏη/ÎÏÏκÏÏ
Ï
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -6000,6 -6026,37 +6029,37 @@@ msgstr "
msgid "No"
msgstr "ÎÏι"
+ msgid "Object type:"
+ msgstr "ΤÏÏÎ¿Ï Î±Î½ÏικειμÎνοÏ
:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "μικÏÏ"
+
+ msgid "Choose the OSM object type"
+ msgstr "ÎÏιλÎξÏε Ïον ÏÏÏο ÏοÏ
ανÏικειμÎνοÏ
OSM"
+
+ msgid "Object ID:"
+ msgstr "ÎναγνÏÏιÏÏÎ¹ÎºÏ ÎνÏικειμÎνοÏ
(ID):"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ÎιÏάγεÏε Ïο αναγνÏÏιÏÏÎ¹ÎºÏ ÏοÏ
ανÏικειμÎνοÏ
ÏοÏ
οÏοίοÏ
θα γίνει λήÏη"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Τα αναγνÏÏιÏÏικά ÏÏ Î±Î½ÏικειμÎνÏν μÏοÏοÏν να είναι ÏÏÏιÏμÎνα με κÏμα ή "
+ "κενÏ.<br/> ΠαÏαδείγμαÏα: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> "
+ "ΣÏον μικÏÏ ÏÏÏÏο, καθοÏίÏÏε Ïα ανÏικείμενα ÎÏÏι: <b>w123, n110, w12, "
+ "r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "ΣÏÎÏειÏ"
@@@ -6094,8 -6151,7 +6154,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6274,9 -6330,6 +6333,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr "ÎνημÎÏÏÏη ÏεÏιεÏομÎνοÏ
Î¿Î¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν αÏÏ Ïον διακομιÏÏή OSM"
- msgid "Show history"
- msgstr "Î Ïοβολή ιÏÏοÏικοÏ"
-
msgid "Download and show the history of the selected objects"
msgstr "ÎήÏη και ÏÏοβολή ιÏÏοÏÎ¹ÎºÎ¿Ï ÏÏν εÏιλεγμÎνÏν ανÏικειμÎνÏν"
@@@ -6565,8 -6618,8 +6621,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6631,35 -6684,47 +6687,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
- msgstr "ÎÏÎλεξε Ïα ανÏικείμενα ÏÏα οÏοία θÎÎ»ÎµÎ¹Ï Î½Î± Î±Î»Î»Î¬Î¾ÎµÎ¹Ï ÏÎ¹Ï Î¹Î´Î¹ÏÏηÏεÏ."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "ÎδιÏÏηÏεÏ/Î¥ÏαγÏγÎÏ"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "ÎδιÏÏηÏÎµÏ ÎµÏιλεγμÎνÏν ανÏικειμÎνÏν."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<διαÏοÏεÏικά>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "ÎÎÎ»Î¿Ï ÏοÏ
"
msgid "Position"
msgstr "ÎÎÏη"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "ÎδιÏÏηÏεÏ: {0} / Î¥ÏαγÏγÎÏ: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "ÎδιÏÏηÏÎµÏ / Î¥ÏαγÏγÎÏ"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "ÎιαγÏαÏή ÏοÏ
εÏιλεγμÎνοÏ
ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±ÏÏ Ïλα Ïα ανÏικείμενα"
- msgid "Delete Properties"
- msgstr "ÎιαγÏαÏή ÎδιοÏήÏÏν"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Îλλαγή ÏÏÎÏηÏ"
@@@ -6673,15 -6738,15 +6741,15 @@@ msgstr "ΣίγοÏ
Ïα εÏιθÏ
μήÏ
msgid "Add a new key/value pair to all objects"
msgstr "Î ÏοÏθήκη νÎοÏ
ζεÏγοÏ
Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï/ÏÎ¹Î¼Î®Ï Ïε Ïλα Ïα ανÏικείμενα"
- msgid "Add Property"
- msgstr "Î ÏοÏθήκη ÎδιÏÏηÏαÏ"
+ msgid "Add Tag"
+ msgstr "Î ÏοÏθήκη ÎÏικÎÏαÏ"
msgid "Edit the value of the selected key for all objects"
msgstr ""
"ÎÏεξεÏγαÏία ÏÎ·Ï ÏÎ¹Î¼Î®Ï ÏοÏ
εÏιλεγμÎνοÏ
ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î³Î¹Î± Ïλα Ïα ανÏικείμενα"
- msgid "Edit Properties"
- msgstr "ÎÏεξεÏγαÏία ÎδιοÏήÏÏν"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr ""
@@@ -6835,7 -6900,7 +6903,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr "ÎίνεÏαι λήÏη ÏÎ·Ï ÏÏÎÏÎ·Ï {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7159,6 -7224,27 +7227,27 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "ΣÏάλμα ανάγνÏÏÎ·Ï ÎºÎ±ÏαÏÏÏηÏÎ·Ï ÏελιδοδείκÏη: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Îεν μÏοÏÏ Î½Î± διαβάÏÏ ÏοÏ
Ï ÏελιδοδείκÏÎµÏ Î±ÏÏ<br>''{0}''<br>Το ÏÏάλμα "
+ "ήÏαν: {1}</html>"
+
msgid "Bookmarks"
msgstr "ΣελιδοδείκÏεÏ"
@@@ -7297,21 -7383,8 +7386,8 @@@ msgstr "
msgid "Download object"
msgstr "ÎήÏη ÎνÏικειμÎνοÏ
"
- msgid "Object type:"
- msgstr "ΤÏÏÎ¿Ï Î±Î½ÏικειμÎνοÏ
:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "μικÏÏ"
-
- msgid "Choose the OSM object type"
- msgstr "ÎÏιλÎξÏε Ïον ÏÏÏο ÏοÏ
ανÏικειμÎνοÏ
OSM"
-
- msgid "Object ID:"
- msgstr "ÎναγνÏÏιÏÏÎ¹ÎºÏ ÎνÏικειμÎνοÏ
(ID):"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ÎιÏάγεÏε Ïο αναγνÏÏιÏÏÎ¹ÎºÏ ÏοÏ
ανÏικειμÎνοÏ
ÏοÏ
οÏοίοÏ
θα γίνει λήÏη"
+ msgid "Start downloading"
+ msgstr "ÎκκίνηÏη λήÏηÏ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7321,25 -7394,7 +7397,7 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "ÎÏιλÎξÏε αν θα ÏÏÎÏει να ληÏθοÏν εÏίÏÎ·Ï ÎºÎ±Î¹ Ïα μÎλη Î¼Î¹Î±Ï ÏÏ
ÏÏÎÏιÏηÏ"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Τα αναγνÏÏιÏÏικά ÏÏ Î±Î½ÏικειμÎνÏν μÏοÏοÏν να είναι ÏÏÏιÏμÎνα με κÏμα ή "
- "κενÏ.<br/> ΠαÏαδείγμαÏα: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> "
- "ΣÏον μικÏÏ ÏÏÏÏο, καθοÏίÏÏε Ïα ανÏικείμενα ÎÏÏι: <b>w123, n110, w12, "
- "r15</b><br/>"
-
- msgid "Download referrers (parent relations and ways)"
- msgstr ""
-
- msgid "Start downloading"
- msgstr "ÎκκίνηÏη λήÏηÏ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
+ msgid "Download referrers (parent relations and ways)"
msgstr ""
msgid "Class Type"
@@@ -7438,7 -7493,7 +7496,7 @@@ msgstr "ÎεÏάβαÏη ÏÏην εÏÏ
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7539,6 -7594,9 +7597,9 @@@ msgstr "
"<html>ÎκδοÏη <strong>{0}</strong> δημιοÏ
Ïγήθηκε ÏÏÎ¹Ï "
"<strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "ΠληÏοÏοÏÎ¯ÎµÏ Î¿Î¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν"
@@@ -7634,7 -7692,7 +7695,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7653,6 -7711,12 +7714,12 @@@ msgstr "ΠαÏÎÏεÏε Îνα ÏÏνÏ
msgid "Enter an upload comment"
msgstr "ÎιÏαγÏγή ÏÏολίοÏ
αÏοÏÏολήÏ"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "ÎναγνÏÏιÏÏÎ¹ÎºÏ Î¿Î¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν:"
@@@ -7721,8 -7785,7 +7788,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7797,8 -7860,8 +7863,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7812,8 -7875,7 +7878,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -8039,12 -8101,6 +8104,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr "ΠαÏÎ±ÎºÎ±Î»Ï Î´Î¹Î¿ÏθÏÏÏε Ïα ÏÏÏλια αÏοÏÏολήÏ"
- msgid "Revise"
- msgstr "ÎιÏÏθÏÏη"
-
- msgid "Continue as is"
- msgstr "ΣÏ
νÎÏεια ÏÏ ÎÏει"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8059,6 -8115,22 +8118,22 @@@ msgstr "
"λεÏÏÏ ÎµÎ¾Î·Î³ÏνÏÎ±Ï ÏÎ¹Ï Î±Î»Î»Î±Î³ÎÏ, θα ÎºÎ¬Î½ÎµÎ¹Ï Ïη ζÏή<br />εÏ
κολÏÏεÏη Ïε ÏολλοÏÏ "
"άλλοÏ
Ï ÏαÏÏογÏάÏοÏ
Ï."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "ÎιÏÏθÏÏη"
+
+ msgid "Continue as is"
+ msgstr "ΣÏ
νÎÏεια ÏÏ ÎÏει"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8074,6 -8146,21 +8149,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -8081,11 -8168,9 +8171,9 @@@ msgid "Tags of changeset {0}
msgstr "ÎÏικÎÏÎµÏ ÏÎ·Ï Î¿Î¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Î ÏοειδοÏοίηÏη: Το ανÏικείμενο ''{0}'' είναι ήδη διαγÏαμμÎνο ÏÏον διακομιÏÏή. "
- "ΠαÏάλειÏη αÏ
ÏÎ¿Ï ÏοÏ
ανÏικειμÎνοÏ
και εÏανάληÏη ÏÏοÏÏÎ¬Î¸ÎµÎ¹Î±Ï Î±ÏοÏÏολήÏ."
msgid "Preparing objects to upload ..."
msgstr ""
@@@ -8214,9 -8299,6 +8302,6 @@@ msgstr "
"Το ανÏικείμενο ''{0}'' είναι ήδη διαγÏαμμÎνο. ΠαÏάλειÏη ανÏικειμÎνοÏ
καÏά "
"Ïην αÏοÏÏολή."
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "ÎÏοÏÏολή {0} ανÏικειμÎνοÏ
..."
@@@ -8226,6 -8308,9 +8311,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8242,7 -8327,7 +8330,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr "ÎκÏÏÏÏη αÏοÏÏολήÏ"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8389,7 -8474,7 +8477,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8419,7 -8504,7 +8507,7 @@@ msgstr "ÎκδοÏη {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8773,9 -8858,6 +8861,6 @@@ msgstr "ÎξαγÏγή ÏοÏοθεÏι
msgid "Starting directory scan"
msgstr "ÎναÏξη ÏάÏÏÏÎ·Ï ÎºÎ±ÏαλÏγοÏ
"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "ÎνάγνÏÏη ÏÏÏογÏαÏιÏν"
@@@ -8794,6 -8876,9 +8879,9 @@@ msgstr "ÎÏÎθηκε μηδενικÏ
msgid "Error while getting files from directory {0}\n"
msgstr "ΣÏάλμα καÏά Ïην λήÏη αÏÏείÏν αÏÏ Ïον καÏάλογο {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8851,6 -8936,12 +8939,12 @@@ msgstr "ÎÏÏμενο
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "ÎενÏÏάÏιÏμα εÏιÏÎδοÏ
"
@@@ -8921,9 -9012,6 +9015,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9109,14 -9197,10 +9200,10 @@@ msgstr "
msgid "(URL was: "
msgstr "Το URL ήÏαν: "
- msgid "Error displaying URL"
- msgstr "ΣÏάλμα ÏÏην εμÏάνιÏη ÏοÏ
URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -9131,7 -9215,7 +9218,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9141,8 -9225,7 +9228,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9362,7 -9445,7 +9448,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -10065,6 -10148,6 +10151,45 @@@ msgstr "
msgid "Entry {0}"
msgstr ""
++msgid "imagery"
++msgstr ""
++
++msgid "Reset preferences"
++msgstr ""
++
++msgid ""
++"You are about to clear all preferences to their default values<br />All your "
++"settings will be deleted: plugins, imagery, filters, toolbar buttons, "
++"keyboard, etc. <br />Are you sure you want to continue?"
++msgstr ""
++
++msgid "Load profile"
++msgstr ""
++
++msgid "Save {0} profile"
++msgstr ""
++
++msgid "All the preferences of this group are default, nothing to save"
++msgstr ""
++
++msgid "Choose profile file"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
++msgid "Advanced Background: NonDefault"
++msgstr ""
++
++msgid "Current value is default."
++msgstr ""
++
++msgid "Default value is ''{0}''."
++msgstr ""
++
++msgid "Default value currently unknown (setting has not been used yet)."
++msgstr ""
++
msgid "Select Setting Type:"
msgstr ""
@@@ -10086,7 -10169,7 +10211,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
-msgid "Advanced Background: NonDefault"
+msgid "Advanced Background: NonDefalut"
msgstr ""
msgid "Current value is default."
@@@ -10155,6 -10238,9 +10280,9 @@@ msgstr "ΣÏεδιαÏμÏÏ ÎµÎ¹ÎºÎ¿Î½
msgid "Draw inactive layers in other color"
msgstr "ΣÏεδιαÏμÏÏ Î±Î½ÎµÎ½ÎµÏγÏν εÏιÏÎδÏν με άλλο ÏÏÏμα"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10209,6 -10295,11 +10337,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10679,6 -10770,12 +10812,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "ÎÏεδÏικά αÏÏεία"
@@@ -10742,7 -10839,7 +10881,7 @@@ msgstr "ΡÏ
θμίÏÎµÎ¹Ï Î§Î¬ÏÏη
msgid "Settings for the map projection and data interpretation."
msgstr "ΡÏ
θμίÏÎµÎ¹Ï Î³Î¹Î± Ïην ÏÏοβολή ÏάÏÏη και Ïην εÏμηνεία δεδομÎνÏν."
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -11002,21 -11099,6 +11141,6 @@@ msgstr "ÎλβεÏÎ¹ÎºÏ ÏλÎγμα (
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (ÏÏÏÎ¯Ï ÏοÏικÎÏ Î´Î¹Î¿ÏθÏÏειÏ)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "ÎÏνη UTM"
-
- msgid "North"
- msgstr "ÎοÏÏάÏ"
-
- msgid "South"
- msgstr "ÎÏÏοÏ"
-
- msgid "Hemisphere"
- msgstr "ÎμιÏÏαίÏιο"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "ÎοÏ
αδελοÏÏη Fort-Marigot 1949"
@@@ -11038,6 -11120,21 +11162,21 @@@ msgstr "UTM Îαλλία (DOM)
msgid "UTM Geodesic system"
msgstr "UTM ÎεÏδαιÏÎ¹ÎºÏ ÏÏÏÏημα"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "ÎÏνη UTM"
+
+ msgid "North"
+ msgstr "ÎοÏÏάÏ"
+
+ msgid "South"
+ msgstr "ÎÏÏοÏ"
+
+ msgid "Hemisphere"
+ msgstr "ÎμιÏÏαίÏιο"
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -11089,8 -11186,8 +11228,8 @@@ msgid "Select to use OAuth as authentic
msgstr "ÎÏιλογή ÏÏήÏÎ·Ï OAuth ÏÏ Î¼Î·ÏανιÏÎ¼Ï ÏιÏÏοÏοίηÏηÏ"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11099,20 -11196,25 +11238,25 @@@ msgstr "OSM Ïνομα ÏÏήÏÏη:
msgid "OSM password:"
msgstr "OSM κÏδικÏÏ:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11200,16 -11302,10 +11344,10 @@@ msgid "Use a SOCKS proxy
msgstr "ΧÏήÏη ενÏÏ Î´Î¹Î±Î¼ÎµÏολαβηÏή SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "αÏενεÏγοÏοιημÎνο"
-
- msgid "no modifier"
- msgstr "κανÎÎ½Î±Ï ÏÏοÏοÏοιηÏήÏ"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11280,8 -11376,8 +11418,8 @@@ msgstr "ÎÏαÏμογή Î ÏοεÏιλ
msgid "New relation"
msgstr "ÎÎα ÏÏÎÏη"
- msgid "Change Properties"
- msgstr "Îλλαγή ιδιοÏήÏÏν"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11344,11 -11440,11 +11482,11 @@@ msgstr "
msgid "Unknown type: {0}"
msgstr "ÎγνÏÏÏÎ¿Ï ÏÏÏοÏ: {0}"
--msgid "Preset group {1} / {0}"
--msgstr "Î ÏοεÏιλογÎÏ Î¿Î¼Î¬Î´Î±Ï {1} / {0}"
++msgid "Could not read tagging preset source: {0}"
++msgstr ""
--msgid "Preset group {0}"
--msgstr "Î ÏοεÏιλογÎÏ Î¿Î¼Î¬Î´Î±Ï {0}"
++msgid "Error parsing {0}: "
++msgstr "ΣÏάλμα ανάλÏ
ÏÎ·Ï {0}: "
msgid "Roles cannot appear more than once"
msgstr ""
@@@ -11359,9 -11455,6 +11497,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr "ΣÏάλμα ανάλÏ
ÏÎ·Ï {0}: "
@@@ -11380,6 -11473,14 +11515,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11409,9 -11510,49 +11552,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11442,7 -11583,7 +11625,7 @@@ msgid "Contacting OSM Server...
msgstr "ÎÏικοινÏνία με Ïον διακομιÏÏή OSM"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11482,28 -11623,26 +11665,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11602,6 -11741,9 +11783,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11617,12 -11759,20 +11801,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11701,8 -11851,8 +11893,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "ÎÏιÏÏ
Ïία ειÏαγÏÎ³Î®Ï NMEA"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "ÎÏοÏÏ
Ïία ειÏαγÏÎ³Î®Ï NMEA!"
@@@ -11800,35 -11950,11 +11992,11 @@@ msgstr "Îεν βÏÎθηκαν δεδÎ
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11838,8 -11964,8 +12006,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11866,10 -11992,7 +12034,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11953,8 -12076,8 +12118,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12153,15 -12276,15 +12318,21 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "ÎηÏήθηκε αÏÏ Ïον ΤηλεÏειÏιÏÎ¼Ï Î½Î± δημιοÏ
ÏγήÏει Îνα νÎο κÏμβο."
@@@ -12202,7 -12325,16 +12373,16 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr "ÎηÏήθηκε αÏÏ Ïον ΤηλεÏειÏιÏÎ¼Ï Î½Î± ÏοÏÏÏÏει δεδομÎνα αÏÏ Ïο API:"
- msgid ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
+ msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
msgstr ""
@@@ -12236,19 -12368,19 +12416,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12270,11 -12402,23 +12450,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "ÎÏÏείο ÏÏ
νεδÏÎ¯Î±Ï (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12344,13 -12488,13 +12536,13 @@@ msgid "Download skipped
msgstr "ΠλήÏη ÏαÏαλείÏθηκε"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12498,10 -12642,10 +12690,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12516,22 -12660,21 +12708,21 @@@ msgstr "ÎιαÏήÏηÏη ÏÏÏÏθε
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12608,8 -12751,7 +12799,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr "ÎÏεξεÏγαÏία αÏÏείοÏ
''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12624,9 -12766,24 +12814,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr "ÎίνεÏαι λήÏη λίÏÏÎ±Ï ÏÏÏÏθεÏÏν αÏÏ ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12954,12 -13111,11 +13159,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12970,9 -13126,52 +13174,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13004,9 -13203,23 +13251,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13332,6 -13545,11 +13593,11 @@@ msgid "Saturation:
msgstr "ÎοÏεÏμÏÏ:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13571,6 -13789,9 +13837,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13620,9 -13841,6 +13889,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13659,6 -13877,11 +13925,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13792,6 -14015,9 +14063,9 @@@ msgstr "ÎνάÏÏμα
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "ÎιÏδια"
+
msgid "Motorway Link"
msgstr ""
@@@ -13882,6 -14108,50 +14156,50 @@@ msgstr "ÎικιÏÏική
msgid "Edit Residential Street"
msgstr "ÎÏεξεÏγαÏία οικιÏÏÎ¹ÎºÎ®Ï Î¿Î´Î¿Ï"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "ΤÏÏÎ¿Ï Î¿Î´Î¹ÎºÎ®Ï Î±ÏÏηÏίαÏ"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ναι"
+
+ msgid "no"
+ msgstr "ÏÏι"
+
+ msgid "destination"
+ msgstr "ÏÏοοÏιÏμÏÏ"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13900,10 -14170,10 +14218,10 @@@ msgstr "ÎÏιÏάνεια
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13915,6 -14185,9 +14233,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13942,18 -14215,12 +14263,12 @@@ msgstr "κÏ
κλικÏÏ ÎºÏμβοÏ
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "ναι"
-
msgid "Road Restrictions"
msgstr "ΠεÏιοÏιÏμοί ÎÏÏμοÏ
"
msgid "Edit Road Restrictions"
msgstr "ÎÏεξεÏγαÏία ΠεÏιοÏιÏμÏν ÎÏÏμοÏ
"
- msgid "Toll"
- msgstr "ÎιÏδια"
-
msgid "No exit (cul-de-sac)"
msgstr "ÎδιÎξοδο"
@@@ -13963,9 -14230,6 +14278,6 @@@ msgstr "
msgid "General Access"
msgstr "Îενική Î ÏÏÏβαÏη"
- msgid "destination"
- msgstr "ÏÏοοÏιÏμÏÏ"
-
msgid "delivery"
msgstr "ÏαÏάδοÏη"
@@@ -13975,15 -14239,15 +14287,15 @@@ msgstr "
msgid "private"
msgstr "ιδιÏÏικÏ"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "αγÏοÏικÏ"
msgid "forestry"
msgstr "δαÏικÏÏ"
- msgid "no"
- msgstr "ÏÏι"
-
msgid "official"
msgstr ""
@@@ -14029,6 -14293,9 +14341,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "ÎÎÏα ÎÎ±Î¶Î¹ÎºÎ®Ï ÎεÏαÏοÏÎ¬Ï (μμμ)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "ÎλαÏ. ÏαÏÏÏηÏα (ÏαÏ)"
@@@ -14113,6 -14380,9 +14428,9 @@@ msgstr "ÎÏεξεÏγαÏία ÎÎÏÏ
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14217,20 -14487,29 +14535,29 @@@ msgstr "
msgid "Visibility"
msgstr "ÎÏαÏÏÏηÏα"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "άÏιÏÏη"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "καλή"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "κακή"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "άθλια"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr ""
@@@ -14247,10 -14526,10 +14574,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14286,7 -14565,7 +14613,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr "ÎονÏδÏÎ¿Î¼Î¿Ï (ÏοδήλαÏα)"
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14355,12 -14634,18 +14682,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "ΤηλÎÏÏνο εκÏάκÏοÏ
ανάγκηÏ"
+ msgid "Drinking Water"
+ msgstr "Î ÏÏιμο ÎεÏÏ"
msgid "Traffic Signal"
msgstr "ΣημαÏοδÏÏηÏ"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "ΤÏÏÎ¿Ï Î´Î¹Î¬Î²Î±ÏÎ·Ï ÏεζÏν"
@@@ -14376,15 -14661,6 +14709,6 @@@ msgstr "νηÏίδα
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14406,6 -14682,15 +14730,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "Stop"
@@@ -14415,6 -14700,9 +14748,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "ÎικÏÏÏ ÎÏ
κλικÏÏ ÎÏμβοÏ"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "ÎαÏεÏθÏ
νÏη"
@@@ -14424,10 -14712,7 +14760,7 @@@ msgstr "δεξιÏÏÏÏοÏα
msgid "Pedestrian Crossing"
msgstr "ÎιάβαÏη ΠεζÏν"
- msgid "Edit Crossing"
- msgstr "ÎÏεξεÏγαÏία ÎιάβαÏÎ·Ï Î ÎµÎ¶Ïν"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14460,9 -14745,6 +14793,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14505,6 -14787,12 +14835,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "ÎÏιÏÏεÏÏμενα οÏήμαÏα:"
+ msgid "Material"
+ msgstr "ΥλικÏ"
+
+ msgid "stone"
+ msgstr "ÏÎÏÏα"
+
msgid "Bollard"
msgstr "ÏÏÏλοÏ"
@@@ -14520,6 -14808,9 +14856,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "ÏλαÏÏικÏ"
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14589,19 -14880,13 +14928,16 @@@ msgstr "
msgid "electric"
msgstr "ηλεκÏÏικÏÏ"
- msgid "roundpole"
+ msgid "pole"
msgstr ""
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
- msgstr "αλÏ
Ïίδα"
-
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14632,8 -14917,9 +14968,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "ÎÏεξεÏγαÏία ΧανÏακιοÏ"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14641,11 -14927,11 +14978,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "ÎίÏοδοÏ"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "ÎÏεξεÏγαÏία ÎιÏÏδοÏ
"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Î Ïλη"
@@@ -14698,12 -14984,6 +15035,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "ΥλικÏ"
-
- msgid "stone"
- msgstr "ÏÎÏÏα"
-
msgid "Turnstile"
msgstr ""
@@@ -14764,12 -15044,21 +15095,21 @@@ msgstr "ÎÏεξεÏγαÏία ÎÏοÏ
msgid "Ditch"
msgstr "ΧανÏάκι"
+ msgid "Edit Ditch"
+ msgstr "ÎÏεξεÏγαÏία ΧανÏακιοÏ"
+
msgid "Stream"
msgstr "ΥδαÏÏÏÏεÏ
μα"
msgid "Edit Stream"
msgstr "ÎÏεξεÏγαÏία ΥδαÏοÏÏεÏμαÏοÏ"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Îανάλι"
@@@ -14809,9 -15098,6 +15149,6 @@@ msgstr "ÎÏεξεÏγαÏία ΦweirÏ
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14845,6 -15131,21 +15182,21 @@@ msgstr "ÎÏεξεÏγαÏία ÎαλÏ
msgid "Edit Water"
msgstr "ÎÏεξεÏγαÏία νεÏοÏ"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "ÎηÏά"
@@@ -14926,20 -15227,25 +15278,25 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
- msgstr "εÏιβάÏεÏ"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "ÏÏημα"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "ÏοδήλαÏο"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "εÏιβάÏεÏ;ÏÏημα"
+ msgstr ""
msgid "Ferry Route"
msgstr "ÎÏομολÏγιο ΠοÏθμείοÏ
"
@@@ -15013,7 -15319,7 +15370,7 @@@ msgstr "ÏοÏ
ÏιÏμÏÏ
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15037,11 -15343,14 +15394,14 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
- msgstr "ΤάÏη ÏεÏμαÏοÏ"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "ΣÏ
ÏνÏÏηÏα (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15052,9 -15361,6 +15412,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr "ΤÏÏοι"
-
msgid "Monorail"
msgstr ""
@@@ -15076,15 -15382,15 +15433,15 @@@ msgstr "
msgid "Subway"
msgstr "Î¥ÏÏÎ³ÎµÎ¹Î¿Ï Î£Î¹Î´Î·ÏÏδÏομοÏ"
+msgid "Edit Tram"
+msgstr "ÎÏεξεÏγαÏία ΤÏαμ"
+
msgid "Edit Subway"
msgstr "ÎÏεξεÏγαÏία Ï
ÏογείοÏ
ÏιδηÏοδÏÏμοÏ
"
msgid "Tram"
msgstr "ΤÏαμ"
-msgid "Edit Tram"
-msgstr "ÎÏεξεÏγαÏία ΤÏαμ"
-
msgid "Bus Guideway"
msgstr ""
@@@ -15106,6 -15412,9 +15463,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "ÎÏÏÏεδη διάβαÏη"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15118,18 -15427,32 +15478,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "μιÏÏ"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "ÏλήÏεÏ"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "ΦÏ
λαÏÏμενη ÎιάβαÏη"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "ÎÎ¯Î´Î¿Ï ÎιάβαÏηÏ"
@@@ -15229,11 -15552,9 +15603,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15245,13 -15566,11 +15617,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "ÎÏεξεÏγαÏία ÏÏαθμοÏ"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Î Ï
λÏναÏ"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "ÎÏεξεÏγαÏία Î Ï
λÏνα"
+ msgstr ""
msgid "Parking"
msgstr "ΧÏÏÎ¿Ï ÏÏάθμεÏ
ÏηÏ"
@@@ -15268,12 -15587,12 +15638,12 @@@ msgstr "εÏιÏάνεια
msgid "underground"
msgstr "Ï
ÏÏγειο"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Î ÏÏÏβαÏη"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -15301,9 -15620,6 +15671,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "ΧÏÏηÏικÏÏηÏα"
@@@ -15325,11 -15641,30 +15692,30 @@@ msgstr "ÎÏÎµÏ ÎειÏοÏ
Ïγεία
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "ÎεÏ
-Î Î±Ï 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "ΤÏ-ÎÏ
08:00-15:00;Σα 08:00-12:00"
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr ""
@@@ -15478,6 -15813,9 +15864,9 @@@ msgstr "ΣÏαθμÏÏ ÏÏÏÏιÏηÏ
msgid "Edit Charging Station (for electric cars)"
msgstr "ÎÏεξεÏγαÏία ΣÏÎ±Î¸Î¼Î¿Ï Î¦ÏÏÏιÏÎ·Ï (για ηλεκÏÏικά αÏ
ÏοκίνηÏα)"
+ msgid "Voltage"
+ msgstr "ΤάÏη ÏεÏμαÏοÏ"
+
msgid "Amperage"
msgstr ""
@@@ -15499,6 -15837,12 +15888,12 @@@ msgstr "ΣÏ
νεÏγείο ÎÏ
Ïοκι
msgid "Edit Car Repair"
msgstr "ÎÏεξεÏγαÏία ΣÏ
νεÏγείοÏ
ÎÏ
ÏοκινήÏÏν"
+ msgid "Parts"
+ msgstr "ÎνÏαλλακÏικά"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "ÎλαÏÏικά"
@@@ -15526,6 -15870,12 +15921,12 @@@ msgstr "ÎνοικίαÏη
msgid "Edit Car Rental"
msgstr "ÎÏεξεÏγαÏία ÎνοικίαÏηÏ"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Îοινή ÏÏήÏη"
@@@ -15550,22 -15900,6 +15951,6 @@@ msgstr "Î¥ÏηÏεÏίεÏ:
msgid "Sale"
msgstr "Î ÏληÏη"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ναι"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "μάÏκα"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "μεÏαÏειÏιÏμÎνα"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ÏÏι"
-
msgid "brand"
msgstr ""
@@@ -15587,9 -15921,6 +15972,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr "ÎνÏαλλακÏικά"
-
msgid "Clothes"
msgstr "ΡοÏÏα"
@@@ -15784,6 -16115,9 +16166,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15814,6 -16148,9 +16199,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Παγκάκι"
@@@ -15826,9 -16163,6 +16214,6 @@@ msgstr "ÎναÏηÏÎ¹ÎºÏ ÎºÎ±ÏÏÏÏ
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15838,8 -16172,13 +16223,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "ΣÏαθμÏÏ ÏÏÎνοÏ
"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "ÎÏεξεÏγαÏία ÏÏαθμοÏ"
msgid "Building"
msgstr "ÎÏήÏιο"
@@@ -15853,6 -16192,9 +16243,9 @@@ msgstr "ÎÏεξεÏγαÏία ειÏÏ
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15877,14 -16219,6 +16270,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "ΣÏαθμÏÏ ÏÏÎνοÏ
"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "ÎÏεξεÏγαÏία ÏÏαθμοÏ"
-
msgid "UIC-Reference"
msgstr ""
@@@ -15933,8 -16267,8 +16318,8 @@@ msgstr "
msgid "Taxi"
msgstr "Ταξί"
- msgid "Edit Taxi station"
- msgstr "ÎÏεξεÏγαÏία ÏÏÎ±Î¸Î¼Î¿Ï Ïαξί"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "ÎεÏοδÏÏμιο"
@@@ -15987,6 -16321,21 +16372,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr "Î ÏÏÏβαÏη ÏÏο διαδίκÏÏ
ο"
+
+ msgid "wlan"
+ msgstr "αÏÏÏμαÏο"
+
+ msgid "wired"
+ msgstr "ενÏÏÏμαÏο"
+
+ msgid "terminal"
+ msgstr ""
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr "Î Ïλη"
@@@ -16009,21 -16358,6 +16409,6 @@@ msgstr "ÎÏεξεÏγαÏία Îενο
msgid "Stars"
msgstr "ÎÏÏÎÏια"
- msgid "Internet access"
- msgstr "Î ÏÏÏβαÏη ÏÏο διαδίκÏÏ
ο"
-
- msgid "wlan"
- msgstr "αÏÏÏμαÏο"
-
- msgid "wired"
- msgstr "ενÏÏÏμαÏο"
-
- msgid "terminal"
- msgstr ""
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr "ÎάÏνιÏμα"
@@@ -16213,9 -16547,6 +16598,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "ΤÏ-ÎÏ
08:00-15:00; Σα 08:00-12:00"
-
msgid "Tourism"
msgstr "ΤοÏ
ÏιÏμÏÏ"
@@@ -16237,9 -16568,15 +16619,15 @@@ msgstr "Î ÏÏÎ³Î¿Ï Î Î±ÏαÏήÏηÏ
msgid "Information Office"
msgstr "ÎÏαÏείο ΠληÏοÏοÏιÏν"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "ΧάÏÏηÏ"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "ÎαθμÏÏ ÎεÏÏομÎÏειαÏ"
@@@ -16252,6 -16589,9 +16640,9 @@@ msgstr "οδÏÏ
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -16291,6 -16631,9 +16682,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16312,22 -16655,34 +16706,34 @@@ msgstr "ÏÏ
Ïά
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "ΦÏνηÏικÎÏ Î¿Î´Î·Î³Î¯ÎµÏ Î¼ÎÏÏ ÎºÎ¹Î½Î·ÏÎ¿Ï ÏηλεÏÏνοÏ
"
msgid "Phone number"
msgstr "ÎÏιθμÏÏ ÏηλεÏÏνοÏ
"
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16457,50 -16812,44 +16863,44 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr "ΤÏÏÎ¿Ï ÎαÏÏείαÏ"
-
- msgid "Edit Place of Worship"
- msgstr "ÎÏεξεÏγαÏία ΤÏÏοÏ
ÎαÏÏείαÏ"
-
- msgid "Religion"
- msgstr "ÎÏηÏκεία"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "βοÏ
διÏμÏÏ"
+ msgid "audio"
+ msgstr "ήÏοÏ"
- msgid "christian"
- msgstr "ÏÏιÏÏιανιÏμÏÏ"
+ msgid "video"
+ msgstr "βίνÏεο"
- msgid "hindu"
- msgstr "ινδοÏ
ÏÏμÏÏ"
+ msgid "Place of Worship"
+ msgstr "ΤÏÏÎ¿Ï ÎαÏÏείαÏ"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "ÎκκληÏία"
- msgid "jewish"
- msgstr "ιοÏ
δαÏÏμÏÏ"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "μοÏ
ÏοÏ
λμανιÏμÏÏ"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "ÏιÏ"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
- msgstr "ÏαοÏÏμÏÏ"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
- msgstr "ζÏÏοαÏÏÏιÏμÏÏ"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "ÎÏγμα"
@@@ -16517,6 -16866,12 +16917,12 @@@ msgstr "καθολικÏ
msgid "evangelical"
msgstr "εÏ
αγγελικÏ"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "μαÏÏÏÏÏν ÏοÏ
ÎεÏοβά"
@@@ -16529,6 -16884,9 +16935,9 @@@ msgstr "μεθοδιÏμÏÏ
msgid "mormon"
msgstr "μοÏμÏνοι"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "οÏθÏδοξο"
@@@ -16547,103 -16905,203 +16956,203 @@@ msgstr "κοÏ
ακÎÏοι
msgid "roman_catholic"
msgstr ""
- msgid "shia"
+ msgid "russian_orthodox"
msgstr ""
- msgid "sunni"
+ msgid "seventh_day_adventist"
msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
- msgstr "ÎÏ
10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "ÎÏ
10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "ÎÏ
11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
- msgstr "ήÏοÏ"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "βίνÏεο"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "ÎημÏÏιο ÎÏήÏιο"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "ÎÏεξεÏγαÏία ÎημοÏίοÏ
ÎÏηÏίοÏ
"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "ÎημαÏÏείο"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "ÎÏεξεÏγαÏία ÎημαÏÏείοÏ
"
+ msgid "shia"
+ msgstr ""
- msgid "Community Centre"
+ msgid "sunni"
msgstr ""
- msgid "Embassy"
- msgstr "Î ÏεÏβεία"
+ msgid "Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "ÎÏεξεÏγαÏία Î ÏεÏβείαÏ"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Courthouse"
- msgstr "ÎικαÏÏήÏια"
+ msgid "synagogue"
+ msgstr ""
- msgid "Edit Courthouse"
- msgstr "ÎÏεξεÏγαÏία ÎικαÏÏηÏίÏν"
+ msgid "conservative"
+ msgstr ""
- msgid "Prison"
- msgstr "ΦÏ
λακή"
+ msgid "reform"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "ÎÏεξεÏγαÏία ΦÏ
λακήÏ"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "ÎÏÏÏ
νομία"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Edit Police"
- msgstr "ÎÏεξεÏγαÏία ÎÏÏÏ
νομίαÏ"
+ msgid "theravada"
+ msgstr ""
- msgid "Fire Station"
- msgstr "ΣÏαθμÏÏ Î Ï
ÏοÏβεÏÏικήÏ"
+ msgid "mahayana"
+ msgstr ""
- msgid "Edit Fire Station"
- msgstr "ÎÏεξεÏγαÏία ΣÏÎ±Î¸Î¼Î¿Ï Î Ï
ÏοÏβεÏÏικήÏ"
+ msgid "vajrayana"
+ msgstr ""
- msgid "Post Office"
- msgstr "ΤαÏÏ
δÏομείο"
+ msgid "Hindu Temple"
+ msgstr ""
- msgid "Edit Post Office"
- msgstr "ÎÏεξεÏγαÏία ΤαÏÏ
δÏομείοÏ
"
+ msgid "Edit Hindu Temple"
+ msgstr ""
- msgid "Education"
- msgstr "ÎκÏαίδεÏ
Ïη"
+ msgid "vaishnavism"
+ msgstr ""
- msgid "Kindergarten"
- msgstr "ÎηÏιαγÏγείο"
+ msgid "shaivism"
+ msgstr ""
- msgid "Edit Kindergarten"
- msgstr "ÎÏεξεÏγαÏία ÎηÏιαγÏγείοÏ
"
+ msgid "shaktism"
+ msgstr ""
- msgid "School"
- msgstr "ΣÏολείο"
+ msgid "smartism"
+ msgstr ""
- msgid "Edit School"
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "ÎÏηÏκεία"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "ÏιÏ"
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr "ÏαοÏÏμÏÏ"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr "ζÏÏοαÏÏÏιÏμÏÏ"
+
+ msgid "Public Building"
+ msgstr "ÎημÏÏιο ÎÏήÏιο"
+
+ msgid "Edit Public Building"
+ msgstr "ÎÏεξεÏγαÏία ÎημοÏίοÏ
ÎÏηÏίοÏ
"
+
+ msgid "Town hall"
+ msgstr "ÎημαÏÏείο"
+
+ msgid "Edit Town hall"
+ msgstr "ÎÏεξεÏγαÏία ÎημαÏÏείοÏ
"
+
+ msgid "Community Centre"
+ msgstr ""
+
+ msgid "Embassy"
+ msgstr "Î ÏεÏβεία"
+
+ msgid "Edit Embassy"
+ msgstr "ÎÏεξεÏγαÏία Î ÏεÏβείαÏ"
+
+ msgid "Courthouse"
+ msgstr "ÎικαÏÏήÏια"
+
+ msgid "Edit Courthouse"
+ msgstr "ÎÏεξεÏγαÏία ÎικαÏÏηÏίÏν"
+
+ msgid "Prison"
+ msgstr "ΦÏ
λακή"
+
+ msgid "Edit Prison"
+ msgstr "ÎÏεξεÏγαÏία ΦÏ
λακήÏ"
+
+ msgid "Police"
+ msgstr "ÎÏÏÏ
νομία"
+
+ msgid "Edit Police"
+ msgstr "ÎÏεξεÏγαÏία ÎÏÏÏ
νομίαÏ"
+
+ msgid "Fire Station"
+ msgstr "ΣÏαθμÏÏ Î Ï
ÏοÏβεÏÏικήÏ"
+
+ msgid "Edit Fire Station"
+ msgstr "ÎÏεξεÏγαÏία ΣÏÎ±Î¸Î¼Î¿Ï Î Ï
ÏοÏβεÏÏικήÏ"
+
+ msgid "Post Office"
+ msgstr "ΤαÏÏ
δÏομείο"
+
+ msgid "Edit Post Office"
+ msgstr "ÎÏεξεÏγαÏία ΤαÏÏ
δÏομείοÏ
"
+
+ msgid "Education"
+ msgstr "ÎκÏαίδεÏ
Ïη"
+
+ msgid "Kindergarten"
+ msgstr "ÎηÏιαγÏγείο"
+
+ msgid "Edit Kindergarten"
+ msgstr "ÎÏεξεÏγαÏία ÎηÏιαγÏγείοÏ
"
+
+ msgid "School"
+ msgstr "ΣÏολείο"
+
+ msgid "Edit School"
msgstr "ÎÏεξεÏγαÏία ΣÏολείοÏ
"
msgid "University"
@@@ -16667,6 -17125,12 +17176,12 @@@ msgstr "ÎÏεξεÏγαÏία ΣÏολ
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Υγεία"
@@@ -16748,12 -17212,66 +17263,66 @@@ msgstr "ÎÏηνιαÏÏίο
msgid "Edit Veterinary"
msgstr "ÎÏεξεÏγαÏία ÎÏηνιαÏÏίοÏ
"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "δημÏÏιο"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "ÎÏαμμαÏοκιβÏÏιο"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "ΤηλÎÏÏνο"
@@@ -16763,6 -17281,30 +17332,30 @@@ msgstr "ÎÏεξεÏγαÏία Τηλε
msgid "Telephone cards"
msgstr "ΤηλεκάÏÏεÏ"
+ msgid "Emergency Phone"
+ msgstr "ΤηλÎÏÏνο εκÏάκÏοÏ
ανάγκηÏ"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "ΡολÏι"
@@@ -16772,31 -17314,37 +17365,37 @@@ msgstr "
msgid "Display"
msgstr "ÎÏεικÏνιÏη"
- msgctxt "display"
msgid "analog"
- msgstr "αναλογικÏ"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "ÏηÏιακÏ"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "ηλιακÏ"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "ανοÏθÏδοξο"
+ msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16824,8 -17372,8 +17423,8 @@@ msgstr "
msgid "Recycling"
msgstr "ÎνακÏκλÏÏη"
- msgid "Edit Recycling station"
- msgstr "ÎÏεξεÏγαÏία ÏÏÎ±Î¸Î¼Î¿Ï ÎνακÏκλÏÏηÏ"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "ÎÏαÏαÏίεÏ"
@@@ -16851,21 -17399,15 +17450,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr "ÏλαÏÏικÏ"
-
msgid "Amount of Seats"
msgstr "ΣÏνολο ÎαθιÏμάÏÏν"
@@@ -16900,8 -17442,17 +17493,17 @@@ msgstr "
msgid "Height"
msgstr "ÎÏοÏ"
+ msgctxt "height"
msgid "low"
- msgstr "ÏαμηλÏ"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "ÎÏÏ
ÏÏνα"
@@@ -16909,9 -17460,6 +17511,6 @@@
msgid "Lock"
msgstr "ÎλειδαÏιά"
- msgid "Drinking Water"
- msgstr "Î ÏÏιμο ÎεÏÏ"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16943,6 -17491,9 +17542,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16980,119 -17531,155 +17582,155 @@@ msgstr "ΣÏάδιο
msgid "Edit Stadium"
msgstr "ÎÏεξεÏγαÏία ΣÏαδίοÏ
"
- msgid "select sport:"
- msgstr "εÏιλÎξÏε άθλημα:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "άθληÏη"
+ msgid "Sport"
+ msgstr "Îθλημα"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "Ïοξοβολία"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "ÎαλαθοÏÏαίÏηÏη"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "ÎανÏε"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "αναÏÏήÏηÏη"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "ÏοδηλαÏία"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "κÏ
νοδÏομίεÏ"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "ÏκοÏοβολή"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "ÏοδÏÏÏαιÏο"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "κολÏμβηÏη"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "εÏιÏÏαÏÎζια ανÏιÏÏαίÏηÏη"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "ανÏιÏÏαίÏηÏη"
+ msgstr ""
msgid "Sports Centre"
msgstr "ÎθληÏÎ¹ÎºÏ ÎÎνÏÏο"
@@@ -17124,26 -17711,27 +17762,27 @@@ msgstr "Îίνι Golf
msgid "Edit Miniature Golf"
msgstr "ÎÏεξεÏγαÏία Îίνι Golf"
- msgid "Sport"
- msgstr "Îθλημα"
-
msgid "Multi"
msgstr "ΠολλαÏλά"
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "ÏÏÏοÏ"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "αθληÏÎ¹ÎºÏ ÎºÎνÏÏο"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "ÏÏάδιο"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17151,6 -17739,15 +17790,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr "αθληÏÎ¹ÎºÏ ÎºÎνÏÏο"
+
+ msgid "stadium"
+ msgstr "ÏÏάδιο"
+
msgid "10pin"
msgstr ""
@@@ -17184,6 -17781,22 +17832,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr "ÎÏεξεÏγαÏία ΠοδηλαÏίαÏ"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "ÎÏ
νοδÏομίεÏ"
@@@ -17284,36 -17897,54 +17948,54 @@@ msgstr "
msgid "Difficulty"
msgstr "ÎÏ
Ïκολία"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "αÏÏαÏίÏν"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "εÏκολη"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "για ÏÏοÏÏÏημÎνοÏ
Ï"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "για ÏÏοÏÏÏημÎνοÏ
Ï"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17356,19 -17987,15 +18038,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17507,72 -18134,158 +18185,158 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
- msgid "RC Car"
+ msgctxt "aerialway"
+ msgid "pitch"
msgstr ""
- msgid "Edit RC Car"
+ msgctxt "aerialway"
+ msgid "sports_centre"
msgstr ""
- msgid "Man Made"
- msgstr "ΤεÏνηÏά"
-
- msgid "Edit Building"
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
+ msgid "RC Car"
+ msgstr ""
+
+ msgid "Edit RC Car"
+ msgstr ""
+
+ msgid "Man Made"
+ msgstr "ΤεÏνηÏά"
+
+ msgid "Edit Building"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "yes"
msgstr ""
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "ÏÏίÏι"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "ÎίÏοδοÏ"
+
+ msgid "Edit Entrance"
+ msgstr "ÎÏεξεÏγαÏία ÎιÏÏδοÏ
"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Î ÏÏγοÏ"
@@@ -17797,42 -18510,68 +18561,68 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr "Îε-Πα 22:00-05:00"
- msgid "Measurement Station"
- msgstr "ΣÏαθμÏÏ ÎÎÏÏηÏηÏ"
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "ÎÏεξεÏγαÏία ΣÏÎ±Î¸Î¼Î¿Ï ÎÎÏÏηÏηÏ"
+ msgid "Monitoring:"
+ msgstr ""
- msgid "Measurement"
- msgstr "ÎÎÏÏηÏη"
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
- msgid "particulate_matter"
+ msgid "Tide Level"
msgstr ""
- msgid "seismic"
+ msgid "Traffic"
msgstr ""
- msgid "water_level"
+ msgid "Air Quality"
msgstr ""
- msgid "weather"
- msgstr "καιÏÏÏ"
+ msgid "Noise"
+ msgstr ""
- msgid "Recording"
+ msgid "GPS Signals"
msgstr ""
- msgid "manually"
- msgstr "ÏειÏοκίνηÏα"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgid "automated"
+ msgid "Galileo Signals"
msgstr ""
- msgid "remote"
+ msgid "Radiation"
msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "ÏÏι"
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "Σημείο ÎÏιÏήÏηÏηÏ"
@@@ -17840,8 -18579,8 +18630,8 @@@
msgid "Edit Survey Point"
msgstr "ÎÏεξεÏγαÏία ΣημείοÏ
ÎÏιÏήÏηÏηÏ"
- msgid "Surveillance"
- msgstr "ΠαÏακολοÏθηÏη"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "ÎÏεξεÏγαÏία ÎάμεÏÎ±Ï Î Î±ÏακολοÏθηÏηÏ"
@@@ -17852,12 -18591,102 +18642,102 @@@ msgstr "
msgid "outdoor"
msgstr "Ï
ÏαίθÏιο"
- msgid "public"
- msgstr "δημÏÏιο"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "καÏάÏÏημα"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr "ÎνÎÏγεια"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "ηλεκÏÏιÏμÏÏ"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "ζεÏÏÏ Î½ÎµÏÏ"
+
+ msgid "hot air"
+ msgstr "ζεÏÏÏÏ Î±ÎÏαÏ"
+
+ msgid "cold water"
+ msgstr "κÏÏο νεÏÏ"
+
+ msgid "cold air"
+ msgstr "κÏÏÎ¿Ï Î±ÎÏαÏ"
+
+ msgid "compressed air"
+ msgstr "ÏεÏιεÏμÎÎ½Î¿Ï Î±ÎÏαÏ"
+
+ msgid "steam"
+ msgstr "αÏμÏÏ"
+
+ msgid "vacuum"
+ msgstr "Ï
ÏοÏίεÏη"
+
msgid "Power Generator"
msgstr "ÎεννήÏÏια ΡεÏμαÏοÏ"
@@@ -17909,89 -18738,192 +18789,192 @@@ msgstr "ÎÎÏαÏ
msgid "Method"
msgstr "ÎÎθοδοÏ"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "καÏÏη"
+ msgstr ""
- msgid "dam"
- msgstr "ÏÏάγμα"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "ÏÏάÏη"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "ÏÏνÏηξη"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "ΦÏÏοβολÏαÏκÏ"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
- msgstr "ηλεκÏÏιÏμÏÏ"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "ζεÏÏÏ Î½ÎµÏÏ"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "ζεÏÏÏÏ Î±ÎÏαÏ"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "κÏÏο νεÏÏ"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "κÏÏÎ¿Ï Î±ÎÏαÏ"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "ÏεÏιεÏμÎÎ½Î¿Ï Î±ÎÏαÏ"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "αÏμÏÏ"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "Ï
ÏοÏίεÏη"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
- msgid "battery charging"
+ msgid "stellarator"
msgstr ""
- msgid "Power Station"
- msgstr "ΣÏαθμÏÏ Î Î±ÏαγÏÎ³Î®Ï Î¡ÎµÏμαÏοÏ"
+ msgid "nuclear fusion"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "ÎÏεξεÏγαÏία ΣÏÎ±Î¸Î¼Î¿Ï Î Î±ÏαγÏÎ³Î®Ï Î¡ÎµÏμαÏοÏ"
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Î¥ÏοÏÏαθμÏÏ Î¡ÎµÏμαÏοÏ"
@@@ -18002,6 -18934,21 +18985,21 @@@ msgstr "ÎÏεξεÏγαÏία Î¥ÏοÏ
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr "Ï
ÏηλÏ"
+
+ msgid "medium"
+ msgstr "μεÏαίο"
+
+ msgid "low"
+ msgstr "ÏαμηλÏ"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "ÎιβÏÏιο ÎÎ¹Î±Î½Î¿Î¼Î®Ï ÎαλÏδίÏν"
@@@ -18017,6 -18964,9 +19015,9 @@@ msgstr "ÎÏεξεÏγαÏία Î Ï
λÏ
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "ΣÏÏÎ»Î¿Ï ÏεÏμαÏοÏ"
@@@ -18035,11 -18985,9 +19036,9 @@@ msgstr "ÎÏεξεÏγαÏία ÎγÏγ
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18148,11 -19096,11 +19147,11 @@@ msgstr "ΠεÏίÏÏεÏο
msgid "Edit Kiosk"
msgstr "ÎÏεξεÏγαÏία ΠεÏιÏÏÎÏοÏ
"
- msgid "Baker"
- msgstr "ΦοÏÏνοÏ"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "ÎÏεξεÏγαÏία ΦοÏÏνοÏ
"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "ÎÏεοÏÏλείο"
@@@ -18163,8 -19111,8 +19162,8 @@@ msgstr "ÎÏεξεÏγαÏία ÎÏεο
msgid "Seafood"
msgstr "ÎÏθÏ
οÏÏλείο"
- msgid "Edit Seafood"
- msgstr "ÎÏεξεÏγαÏία ÎÏθÏ
οÏÏλείοÏ
"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "ÎÏελικαÏÎÏεν (εκλεκÏά ÏÏοÏÏνÏα)"
@@@ -18184,6 -19132,9 +19183,9 @@@ msgstr "ÎγοÏά
msgid "Edit Marketplace"
msgstr "ÎÏεξεÏγαÏία ÎγοÏάÏ"
+ msgid "Organic"
+ msgstr "Îιολογικά"
+
msgid "Greengrocer"
msgstr "Îανάβικο"
@@@ -18196,9 -19147,6 +19198,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Îιολογικά"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18268,8 -19216,8 +19267,8 @@@ msgstr "ÎÏεξεÏγαÏία ΡαÏε
msgid "Fabric"
msgstr "ÎÏαÏμα"
- msgid "Edit Fabric"
- msgstr "ÎÏεξεÏγαÏία καÏαÏÏήμαÏÎ¿Ï Î¥ÏαÏμάÏÏν"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "ÎλεκÏÏονικά"
@@@ -18289,13 -19237,13 +19288,13 @@@ msgstr "ÎÏεξεÏγαÏία ÎαÏα
msgid "Mobile Phone"
msgstr "ÎινηÏÏ ÏηλÎÏÏνο"
- msgid "Edit Mobile Phone"
- msgstr "ÎÏεξεÏγαÏία ÎινηÏÎ¿Ï ÏηλεÏÏνοÏ
"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18304,7 -19252,6 +19303,6 @@@ msgstr "ÎÏοÏÏ
ÏÏήμαÏα
msgid "Edit Hifi Shop"
msgstr "ÎÏεξεÏγαÏία ÎαÏαÏÏήμαÏÎ¿Ï ÎÏοÏÏ
ÏÏημάÏÏν"
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18332,6 -19279,12 +19330,12 @@@ msgstr "ÎÏεξεÏγαÏία ΣÏ
να
msgid "Edit Automated Teller Machine"
msgstr "ÎÏεξεÏγαÏία ÎΤÎ"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "ΠολÏ
καÏάÏÏημα"
@@@ -18356,22 -19309,43 +19360,43 @@@ msgstr "ÎομμÏÏήÏιο
msgid "Edit Hairdresser"
msgstr "ÎÏεξεÏγαÏία ÎομμÏÏηÏίοÏ
"
- msgid "Optician"
- msgstr "ÎÏÏικÏÏ"
+ msgid "Optician"
+ msgstr "ÎÏÏικÏÏ"
+
+ msgid "Edit Optician"
+ msgstr "ÎÏεξεÏγαÏία ÎÏÏικοÏ"
+
+ msgid "Jewelry"
+ msgstr "ÎοÏμημαÏοÏÏλείο"
+
+ msgid "Edit Jewelry"
+ msgstr "ÎÏεξεÏγαÏία ÎοÏμημαÏοÏÏλείοÏ
"
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "βοÏ
διÏμÏÏ"
+
+ msgid "christian"
+ msgstr "ÏÏιÏÏιανιÏμÏÏ"
- msgid "Edit Optician"
- msgstr "ÎÏεξεÏγαÏία ÎÏÏικοÏ"
+ msgid "hindu"
+ msgstr "ινδοÏ
ÏÏμÏÏ"
- msgid "Jewelry"
- msgstr "ÎοÏμημαÏοÏÏλείο"
+ msgid "jewish"
+ msgstr "ιοÏ
δαÏÏμÏÏ"
- msgid "Edit Jewelry"
- msgstr "ÎÏεξεÏγαÏία ÎοÏμημαÏοÏÏλείοÏ
"
+ msgid "muslim"
+ msgstr "μοÏ
ÏοÏ
λμανιÏμÏÏ"
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18401,8 -19375,8 +19426,8 @@@ msgstr "ÎÏεξεÏγαÏία ÎαÏα
msgid "Paint"
msgstr "ΧÏÏμαÏα"
- msgid "Edit Paint"
- msgstr "ÎÏεξεÏγαÏία ΧÏÏμαÏοÏÏλείοÏ
"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "ÎÏιÏλα"
@@@ -18413,20 -19387,20 +19438,20 @@@ msgstr "ÎÏεξεÏγαÏία ÎαÏα
msgid "Kitchen"
msgstr "ÎοÏ
ζίνα"
- msgid "Edit Kitchen"
- msgstr "ÎÏεξεÏγαÏία ÎοÏ
ζίναÏ"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "ÎοÏ
ÏÏίνεÏ"
- msgid "Edit Curtain"
- msgstr "ÎÏεξεÏγαÏία καÏαÏÏήμαÏÎ¿Ï ÎοÏ
ÏÏινÏν"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "ÎοÏνίζεÏ"
- msgid "Edit Frames"
- msgstr "ÎÏεξεÏγαÏία καÏαÏÏήμαÏÎ¿Ï ÎοÏνιζÏν"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "ΧαÏÏικά"
@@@ -18461,8 -19435,8 +19486,8 @@@ msgstr "ÎÏεξεÏγαÏία Ταξι
msgid "Musical Instrument"
msgstr "ÎοÏ
Ïικά ÎÏγανα"
- msgid "Edit Musical Instruments"
- msgstr "ÎÏεξεÏγαÏία ÎοÏ
ÏικÏν ÎÏγάνÏν"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "ΠαιÏνίδια"
@@@ -18674,6 -19648,12 +19699,12 @@@ msgstr "ÎοÏÏ
Ïή
msgid "Edit Peak"
msgstr "ÎÏεξεÏγαÏία κοÏÏ
ÏήÏ"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "ΠαγεÏÏναÏ"
@@@ -18713,26 -19693,35 +19744,35 @@@ msgstr "ÎÎνδÏο
msgid "Edit Tree"
msgstr "ÎÏεξεÏγαÏία δÎνδÏοÏ
"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "ÎοÏÎ±Î½Î¹ÎºÏ Ïνομα"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "ÎλÏοÏ"
msgid "Edit Wood"
msgstr "ÎÏεξεÏγαÏία άλÏοÏ
Ï"
- msgctxt "wood"
msgid "coniferous"
- msgstr "ÎÏνοÏÏÏα"
+ msgstr "ÎÏνοÏÏÏο"
- msgctxt "wood"
msgid "deciduous"
msgstr "ÏÏ
λλοβÏλα"
- msgctxt "wood"
msgid "mixed"
- msgstr "μικÏÏ"
+ msgstr "ÎικÏÏ"
msgid "Forest"
msgstr "ÎάÏοÏ"
@@@ -18740,15 -19729,6 +19780,6 @@@
msgid "Edit Forest Landuse"
msgstr "ÎÏεξεÏγαÏία ÎάÏοÏ
Ï"
- msgid "coniferous"
- msgstr "ÎÏνοÏÏÏο"
-
- msgid "deciduous"
- msgstr "ÏÏ
λλοβÏλα"
-
- msgid "mixed"
- msgstr "ÎικÏÏ"
-
msgid "Grassland"
msgstr ""
@@@ -18824,6 -19804,12 +19855,12 @@@ msgstr "Îειβάδι
msgid "Edit Meadow Landuse"
msgstr "ÎÏεξεÏγαÏία ÎειβαδιοÏ"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "ÎμÏελÏναÏ"
@@@ -18878,8 -19864,8 +19915,8 @@@ msgstr "ΧÏÏÎ¿Ï Î±Î½Î±ÏÏ
ÏήÏ
msgid "Edit Recreation Ground Landuse"
msgstr "ÎÏεξεÏγαÏία ÏÏÏοÏ
αναÏÏ
ÏήÏ"
- msgid "Residential area"
- msgstr "ÎικιÏÏική ÏεÏιοÏή"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "ÎÏεξεÏγαÏία οικιÏÏÎ¹ÎºÎ®Ï ÏεÏιοÏήÏ"
@@@ -18890,6 -19876,9 +19927,9 @@@ msgstr "ÎεκÏοÏαÏείο
msgid "Edit Graveyard"
msgstr "ÎÏεξεÏγαÏία ÎεκÏοÏαÏείοÏ
"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "ÎοιμηÏήÏιο"
@@@ -18965,6 -19954,33 +20005,33 @@@ msgstr "ÎÏεξεÏγαÏία ÎαÏο
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "ÎÏεξεÏγαÏία διεÏθÏ
νÏηÏ"
@@@ -19001,6 -20017,18 +20068,18 @@@ msgstr "ÎÏ
γά
msgid "alphabetic"
msgstr "αλÏαβηÏικά"
+ msgid "Accuracy"
+ msgstr "ÎκÏίβεια"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19169,20 -20197,49 +20248,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "δÏÏμοÏ"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "Ïκι"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "ÏεζοÏοÏία"
+ msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "ÏαÏάκαμÏη"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "ΠεÏιγÏαÏή ÏÏ
μβÏλοÏ
"
@@@ -19229,21 -20286,24 +20337,24 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr "μÎλοÏ"
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr ""
+ msgid "house"
+ msgstr "ÏÏίÏι"
+
msgid "Street"
msgstr "ÎδÏÏ"
@@@ -19265,7 -20325,7 +20376,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19361,18 -20421,27 +20472,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "γÎÏÏ
Ïα"
msgid "deprecated"
msgstr "ÏαÏÏÏημÎνο"
+ msgid "bicycle"
+ msgstr "ÏοδήλαÏο"
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr "άλογο"
@@@ -19382,7 -20451,10 +20502,10 @@@ msgstr "
msgid "motorroad"
msgstr "αÏ
ÏοκινηÏÏδÏομοÏ"
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19391,10 -20463,10 +20514,10 @@@ msgstr "
msgid "ford"
msgstr "κοιÏÏÏÏÏÏÏη"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19412,6 -20484,9 +20535,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19427,29 -20502,29 +20553,29 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
- msgstr "ÏίÏÏα εÏκολη"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "ÏίÏÏα μεÏαία"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "ÏίÏÏα ÏÏοÏοÏημÎνη"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
- msgstr "ÏιÏÏα αÏÏαÏίÏν"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "ενÎÏγεια"
@@@ -19469,20 -20544,20 +20595,20 @@@ msgstr "μαÏίνα
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "Ï
γεία"
- msgid "shop"
- msgstr "καÏάÏÏημα"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "ξενοδοÏείο"
@@@ -19556,10 -20631,13 +20682,13 @@@ msgstr "διαδÏομή
msgid "boundary"
msgstr "ÏÏιο"
+ msgid "sport"
+ msgstr "άθληÏη"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19574,9 -20652,6 +20703,6 @@@ msgstr "ΧÏÏιÏ/Î Ïλη
msgid "One Way"
msgstr "ÎονÏδÏομοÏ"
- msgid "Church"
- msgstr "ÎκκληÏία"
-
msgid "Fuel Station"
msgstr "ΣÏαθμÏÏ ÎαÏ
ÏίμÏν"
@@@ -19604,6 -20679,9 +20730,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19649,10 -20727,40 +20778,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19664,7 -20772,7 +20823,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19682,7 -20790,7 +20841,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19796,41 -20904,191 +20955,191 @@@ msgstr "
msgid "canal without waterway"
msgstr ""
- msgid "have_riverbank without waterway"
+ msgid "have_riverbank without waterway"
+ msgstr ""
+
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr ""
+
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr ""
+
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr ""
+
+ msgid "width without physical linear feature"
+ msgstr ""
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
+
+ msgid "religion without denomination"
+ msgstr ""
+
+ msgid "unknown christian denomination"
+ msgstr ""
+
+ msgid "unknown muslim denomination"
+ msgstr ""
+
+ msgid "unknown jewish denomination"
+ msgstr ""
+
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+
+ msgid "unknown language prefix in wikipedia tag"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "layer should be between -5 and 5"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "level should be numbers with optional .5 increments"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
msgstr ""
- msgid "width without physical linear feature"
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
msgstr ""
- msgid "religion without denomination"
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
msgstr ""
- msgid "unknown christian denomination"
+ msgid "unusual maxspeed format"
msgstr ""
- msgid "unknown muslim denomination"
+ msgid "voltage should be in volts with no units/delimiter/spaces"
msgstr ""
- msgid "unknown jewish denomination"
+ msgid "unusual frequency specification"
msgstr ""
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19842,22 -21100,28 +21151,31 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
+msgstr ""
+
+msgid "skobbler heatmap"
msgstr ""
msgid "OpenCycleMap"
@@@ -19875,7 -21139,7 +21193,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19884,6 -21148,9 +21202,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20030,6 -21297,29 +21351,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20195,6 -21485,9 +21539,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20240,6 -21533,39 +21587,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "ÎÏÏα:"
+
+ msgid "refresh the port list"
+ msgstr "ανανÎÏÏη ÏÎ·Ï Î»Î¯ÏÏÎ±Ï Î¸Ï
ÏÏν"
+
+ msgid "Configure"
+ msgstr "ΡÏθμιÏη"
+
+ msgid "Connection Error."
+ msgstr "ΣÏάλμα ΣÏνδεÏηÏ."
+
+ msgid "configure the connected DG100"
+ msgstr "ÏÏθμιÏη ÏοÏ
ÏÏ
νδεδεμÎνοÏ
DG100"
+
+ msgid "delete data after import"
+ msgstr "διαγÏαÏή δεδομÎνÏν μεÏά Ïην ειÏαγÏγή"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20441,6 -21767,18 +21821,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20462,15 -21800,9 +21854,9 @@@ msgstr "
msgid "Time"
msgstr "ÎÏα"
- msgid "Geoid"
+ msgid "Tracks"
msgstr ""
- msgid "Automatic"
- msgstr "ÎÏ
ÏÏμαÏα"
-
- msgid "Fixed value"
- msgstr "ÎιοÏθÏμÎνη Ïιμή"
-
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -20733,10 -22065,13 +22119,13 @@@ msgstr "ÎÏιλογή ημιÏελÏÎ
msgid "Selects all addresses with incomplete data."
msgstr "ÎÏιλÎγει ÏÎ»ÎµÏ ÏÎ¹Ï Î´Î¹ÎµÏ
θÏνÏÎµÎ¹Ï Î¼Îµ ημιÏελή δεδομÎνα."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20940,7 -22275,7 +22329,7 @@@ msgstr "ÎναμÎνονÏαν μονο
msgid "Expected even numbers for addresses"
msgstr "ÎναμÎνονÏαν ζÏ
γοί αÏιθμοί για ÏÎ¹Ï Î´Î¹ÎµÏ
θÏνÏειÏ"
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21213,15 -22548,6 +22602,6 @@@ msgstr "ÎÏιθμÏÏ ÏÏιÏιοÏ
msgid "Street Name:"
msgstr "Îνομα ÎδοÏ:"
- msgid "Increment"
- msgstr "ÎÏξηÏη"
-
- msgid "Decrement"
- msgstr "ÎείÏÏη"
-
- msgid "Numbers:"
- msgstr "ÎÏιθμοί:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -21392,6 -22718,9 +22772,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21411,12 -22740,6 +22794,6 @@@ msgstr "50 μ
msgid "100 m"
msgstr "100 μ"
- msgid "high"
- msgstr "Ï
ÏηλÏ"
-
- msgid "medium"
- msgstr "μεÏαίο"
-
msgid "symbol"
msgstr ""
@@@ -21553,6 -22876,9 +22930,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21571,6 -22897,9 +22951,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Î ÏοÏθήκη \"source=...\" ÏÏα ÏÏοιÏεία;"
@@@ -21799,7 -23128,10 +23182,10 @@@ msgstr "ÎÏίÏεδο WMS ({0}), {1} Ï
msgid "Is not vectorized."
msgstr "Îεν είναι διανÏ
ÏμαÏικÏ."
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21849,7 -23181,7 +23235,7 @@@ msgstr "ÎιαγÏαÏή ÏοÏ
εÏιÎ
msgid "Color Schemes"
msgstr "ÎÎμαÏα ÏÏÏμάÏÏν"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22077,27 -23409,9 +23463,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "ÎÏÏα:"
-
- msgid "refresh the port list"
- msgstr "ανανÎÏÏη ÏÎ·Ï Î»Î¯ÏÏÎ±Ï Î¸Ï
ÏÏν"
-
- msgid "Configure"
- msgstr "ΡÏθμιÏη"
-
msgid "Configure Device"
msgstr "ΡÏθμιÏη ÏÏ
ÏκεÏ
ήÏ"
- msgid "Connection Error."
- msgstr "ΣÏάλμα ΣÏνδεÏηÏ."
-
- msgid "configure the connected DG100"
- msgstr "ÏÏθμιÏη ÏοÏ
ÏÏ
νδεδεμÎνοÏ
DG100"
-
- msgid "delete data after import"
- msgstr "διαγÏαÏή δεδομÎνÏν μεÏά Ïην ειÏαγÏγή"
-
msgid "Importing data from device."
msgstr "ÎιÏαγÏγή δεδομÎνÏν αÏÏ Ïην ÏÏ
ÏκεÏ
ή."
@@@ -23191,9 -24505,26 +24559,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23840,9 -25171,6 +25225,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Î ÏοÎκÏ
Ïε ÏÏάλμα: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23897,18 -25225,6 +25279,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "ÎÎο θÎμα"
-
- msgid "Create issue"
- msgstr "ÎημιοÏ
Ïγία θÎμαÏοÏ"
-
- msgid "Describe the problem precisely"
- msgstr "ΠεÏιγÏάÏÏε Ïο ÏÏÏβλημα εÏακÏιβÏÏ"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr "Îνοιγμα ÏÏον ÏεÏιηγηÏή"
@@@ -24257,6 -25573,27 +25627,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24408,6 -25745,9 +25799,9 @@@ msgstr "Το ÏÏÏÏειÏο είναÎ
msgid "The clipboard data is not an image"
msgstr "Τα δεδομÎνα ÏÏο ÏÏÏÏειÏο δεν είναι εικÏνα"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24727,9 -26067,6 +26121,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr "ÎημιοÏ
Ïγία ΣÏάÏεÏν αÏÏ GPX"
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr "ÎÏνη Ïε αÏ
ÏÏ Ïο εÏÏείο GPX:"
@@@ -24946,6 -26283,9 +26337,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24978,15 -26318,31 +26372,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr "ÎÏαναÏοÏά Î¿Î¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν #{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Îλλαγή ιδιοÏήÏÏν"
+
msgid "Country preset:"
msgstr ""
@@@ -25101,9 -26457,6 +26511,6 @@@ msgstr "Î ÏοÏιμήÏÎµÎ¹Ï ÏÏÏÏ
msgid "Configure routing preferences."
msgstr "ΡÏθμιÏη ÏÏοÏιμήÏεÏν δÏομολÏγηÏηÏ"
- msgid "Highway type"
- msgstr "ΤÏÏÎ¿Ï Î¿Î´Î¹ÎºÎ®Ï Î±ÏÏηÏίαÏ"
-
msgid "Speed (Km/h)"
msgstr "ΤαÏÏÏηÏα (ΧÎΩ)"
@@@ -25282,19 -26635,19 +26689,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
- msgstr "ΦÏÏÏÏÏη"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "αÏÏαÏο"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25510,6 -26863,95 +26917,95 @@@ msgstr "ÎÏνηλάÏηÏ.
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25546,6 -26988,9 +27042,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25698,9 -27143,6 +27197,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr "ÎκÏίβεια"
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26732,9 -28174,6 +28228,6 @@@ msgstr "ÎÏοεÏιλογή κÏμβÏ
msgid "Removes all nodes from selection"
msgstr "ÎÏαιÏεί ÏλοÏ
Ï ÏοÏ
Ï ÎºÏμβοÏ
Ï Î±ÏÏ Ïην εÏιλογή"
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -27017,9 -28456,6 +28510,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr "Î ÏοÏθήκη ÎÏικÎÏαÏ"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/en_AU.po
index b1a3a30,df22349..10646c0
--- a/i18n/po/en_AU.po
+++ b/i18n/po/en_AU.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 14:03+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: English (Australia) <en_AU at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:06+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:06+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,16 -165,14 +165,14 @@@ msgid "About JOSM...
msgstr "About JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -256,9 -260,6 +260,6 @@@ msgstr "Tool: {0}
msgid "Please select at least four nodes."
msgstr "Please select at least four nodes."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Align Nodes in Line"
@@@ -295,6 -296,9 +296,9 @@@ msgstr "next
msgid "Nothing selected to zoom to."
msgstr "Nothing selected to zoom to."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Zoom to {0}"
@@@ -351,11 -355,9 +355,9 @@@ msgstr "
"reverse some of them?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Could not combine ways (They could not be merged into a single string of "
- "nodes)"
msgid "Combine {0} ways"
msgstr "Combine {0} ways"
@@@ -537,6 -539,9 +539,9 @@@ msgstr "History
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Display history information about OSM ways, nodes, or relations."
+ msgid "Show history"
+ msgstr "Show history"
+
msgid "History (web)"
msgstr ""
@@@ -651,11 -656,9 +656,9 @@@ msgid "Joined overlapping areas
msgstr "Joined overlapping areas"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Some of the ways were part of relations that have been modified. Please "
- "verify no errors have been introduced."
msgid "Fix tag conflicts"
msgstr "Fix tag conflicts"
@@@ -803,8 -806,8 +806,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Merge nodes into the oldest one."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -994,16 -997,9 +997,9 @@@ msgid "Orthogonalize / Undo
msgstr "Orthogonalise / Undo"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Orthogonalise Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalise Shape "
- "action!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Undo Orthogonalise Shape"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1023,9 -1019,6 +1019,6 @@@ msgstr "Orthogonalise
msgid "Usage"
msgstr "Usage"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Selected Elements cannot be orthogonalised"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1195,9 -1188,6 +1188,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1344,18 -1334,14 +1334,14 @@@ msgstr "
"middle of the way.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Split way {0} into {1} parts"
@@@ -1450,6 -1436,27 +1436,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Undo"
@@@ -1738,6 -1745,9 +1745,9 @@@ msgstr "({0}/{1}) Loading parents of wa
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Loading parents of relation {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Download {0} of {1} ({2} left)"
@@@ -1961,8 -1971,8 +1971,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2398,6 -2408,9 +2408,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2598,10 -2611,8 +2611,8 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Missing operator for NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2691,6 -2702,9 +2702,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Added {0} object"
msgstr[1] "Added {0} objects"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Change node {0}"
@@@ -2727,10 -2741,10 +2741,10 @@@ msgstr "Remove \"{0}\" for {1} objects
msgid "Set {0}={1} for {2} objects"
msgstr "Set {0}={1} for {2} objects"
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2753,8 -2767,8 +2767,8 @@@ msgid "Double conflict
msgstr "Double conflict"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2862,6 -2876,9 +2876,9 @@@ msgstr[1] "Purged {0} objects
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolve conflicts in member list of relation {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotate {0} node"
@@@ -2922,11 -2939,9 +2939,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
msgid "Relation"
msgstr "Relation"
@@@ -2955,11 -2970,11 +2970,11 @@@ msgstr "Apply selected changes
msgid "Do not apply changes"
msgstr "Do not apply changes"
- msgid "Please select which property changes you want to apply."
- msgstr "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Properties of "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roles in relations referring to"
@@@ -2979,6 -2994,9 +2994,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3009,21 -3027,19 +3027,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Warning: Failed to initialise preferences. Preference directory ''{0}'' is "
- "not a directory."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3033,11 -3049,9 +3049,9 @@@ msgstr "
"not a directory.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Warning: Failed to initialise preferences. Failed to create missing "
- "preference directory: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3046,16 -3060,12 +3060,12 @@@ msgstr "
"<html>Failed to initialise preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3072,8 -3082,8 +3082,8 @@@ msgstr "
"<br>{0}<br> and creating a new default preference file.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3103,12 -3113,11 +3113,11 @@@ msgstr "Failed to load resource ''{0}''
msgid "UNKNOWN"
msgstr "UNKNOWN"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "already registered a conflict for primitive ''{0}''"
@@@ -3269,8 -3278,7 +3278,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "parameter {0} not in range 0..{1}, got {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3377,7 -3385,7 +3385,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3415,9 -3423,6 +3423,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3458,6 -3463,9 +3463,9 @@@ msgstr "validation other
msgid "Running test {0}"
msgstr "Running test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Addresses"
@@@ -3482,6 -3490,15 +3490,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3543,6 -3560,9 +3560,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Duplicated nodes"
@@@ -3625,6 -3645,15 +3645,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3694,6 -3723,12 +3723,12 @@@ msgstr "Nodes with same name
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "This test finds nodes that have the same name (might be duplicates)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3753,13 -3788,13 +3788,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3793,11 -3828,11 +3828,11 @@@ msgid "
msgstr ""
"This test checks for ways with similar names that may have been misspelt."
- msgid "Properties checker :"
- msgstr "Properties checker :"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "This plug-in checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Invalid tagchecker line - {0}: {1}"
@@@ -3936,8 -3971,8 +3971,8 @@@ msgstr "Use default spellcheck file.
msgid "Use the default spellcheck file (recommended)."
msgstr "Use the default spellcheck file (recommended)."
- msgid "Fix properties"
- msgstr "Fix properties"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Could not find element type"
@@@ -4011,6 -4046,9 +4046,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "This tests if ways which should be circular are closed."
+ msgid "Unclosed way"
+ msgstr "Unclosed way"
+
msgid "natural type {0}"
msgstr "natural type {0}"
@@@ -4041,9 -4079,6 +4079,6 @@@ msgstr "building
msgid "area"
msgstr "area"
- msgid "Unclosed way"
- msgstr "Unclosed way"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4068,10 -4103,10 +4103,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "This test checks for untagged nodes that are not part of any way."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4134,25 -4169,6 +4169,6 @@@ msgstr "Reversed coastline: land not o
msgid "Reversed land: land not on left side"
msgstr "Reversed land: land not on left side"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Do not show again (remembers choice)"
@@@ -4256,7 -4272,7 +4272,7 @@@ msgstr "Show help information
msgid "Downloading \"Message of the day\""
msgstr "Downloading \"Message of the day\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4497,6 -4513,18 +4513,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4603,20 -4631,6 +4631,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "false: the property is explicitly switched off"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: the property is explicitly switched on"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "partial: different selected objects have different values, do not change"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "unset: do not set this property on the selected objects"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4915,6 -4929,9 +4929,9 @@@ msgstr "> bottom
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Copy my selected elements to the end of the list of merged elements"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -4922,6 -4939,9 +4939,9 @@@ msgstr "
"Copy my selected elements before the first selected element in the list of "
"merged elements"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -4929,16 -4949,25 +4949,25 @@@ msgstr "
"Copy my selected elements after the first selected element in the list of "
"merged elements"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copy their selected element to the start of the list of merged elements"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copy their selected elements to the end of the list of merged elements"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -4946,6 -4975,9 +4975,9 @@@ msgstr "
"Copy their selected elements before the first selected element in the list "
"of merged elements"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4962,8 -4994,8 +4994,8 @@@ msgstr "Copy all their elements to the
msgid "Up"
msgstr "Up"
- msgid "Move up the selected elements by one position."
- msgstr "Move up the selected elements by one position"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Down"
@@@ -5017,16 -5049,6 +5049,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Their version ({0} entry)"
msgstr[1] "Their version ({0} entries)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronised "
- "adjustment."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Adjustable {0} not registered yet."
-
msgid "Node"
msgstr "Node"
@@@ -5280,16 -5302,15 +5302,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Key:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "Value:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5833,6 -5854,9 +5854,9 @@@ msgstr "Show/Hide
msgid "Information about layer"
msgstr "Information about layer"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Map Paint Styles"
@@@ -5916,6 -5940,33 +5940,33 @@@ msgstr "
msgid "No"
msgstr "No"
+ msgid "Object type:"
+ msgstr "Object type:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr "Object ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Enter the ID of the object that should be downloaded"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relations"
@@@ -6007,10 -6058,8 +6058,8 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Launches a browser with information about the user"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6185,9 -6234,6 +6234,6 @@@ msgstr "Update content
msgid "Update the changeset content from the OSM server"
msgstr "Update the changeset content from the OSM server"
- msgid "Show history"
- msgstr "Show history"
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6501,11 -6547,9 +6547,9 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6572,35 -6616,47 +6616,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "This changeset query URL is invalid"
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Properties/Memberships"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Properties for selected objects."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<different>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Member Of"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Properties / Memberships"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Delete the selected key in all objects"
- msgid "Delete Properties"
- msgstr "Delete Properties"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Change relation"
@@@ -6614,13 -6670,13 +6670,13 @@@ msgstr "Really delete selection from re
msgid "Add a new key/value pair to all objects"
msgstr "Add a new key/value pair to all objects"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Edit the value of the selected key for all objects"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6774,7 -6830,7 +6830,7 @@@ msgstr "Relation is deleted
msgid "Downloading relation {0}"
msgstr "Downloading relation {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7105,6 -7161,26 +7161,26 @@@ msgstr "way is connected to next relati
msgid "way is not connected to previous or next relation member"
msgstr "way is not connected to previous or next relation member"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+
msgid "Bookmarks"
msgstr "Bookmarks"
@@@ -7243,21 -7319,8 +7319,8 @@@ msgstr "
msgid "Download object"
msgstr "Download object"
- msgid "Object type:"
- msgstr "Object type:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr "Object ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
+ msgstr "Start downloading"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7267,21 -7330,7 +7330,7 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
- msgid "Download referrers (parent relations and ways)"
- msgstr ""
-
- msgid "Start downloading"
- msgstr "Start downloading"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
+ msgid "Download referrers (parent relations and ways)"
msgstr ""
msgid "Class Type"
@@@ -7388,8 -7437,8 +7437,8 @@@ msgstr "Go to the next page
msgid "Go to the JOSM help home page"
msgstr "Go to the JOSM help home page"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "Failed to open help page. The target URL is empty."
@@@ -7491,6 -7540,9 +7540,9 @@@ msgid "
msgstr ""
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Changeset info"
@@@ -7597,8 -7649,8 +7649,8 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr ""
msgid "Upload"
msgstr "Upload"
@@@ -7616,6 -7668,12 +7668,12 @@@ msgstr "Provide a brief comment for th
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Changeset id:"
@@@ -7684,11 -7742,8 +7742,8 @@@ msgid "Closing changeset {0}
msgstr "Closing changeset {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Warning: failed to put Credential Dialogue always on top. Caught security "
- "exception."
msgid "Enter credentials for OSM API"
msgstr "Enter credentials for OSM API"
@@@ -7768,8 -7823,8 +7823,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7787,11 -7842,8 +7842,8 @@@ msgid "Missing user identity
msgstr "Missing user identity"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
msgid "Download objects"
msgstr ""
@@@ -8023,12 -8075,6 +8075,6 @@@ msgstr "Upload the changed primitives
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8037,6 -8083,22 +8083,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8052,6 -8114,21 +8114,21 @@@ msgstr "Please enter a valid chunk siz
msgid "Illegal chunk size"
msgstr "Illegal chunk size"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Cancel the upload and resume editing"
@@@ -8059,11 -8136,9 +8136,9 @@@ msgid "Tags of changeset {0}
msgstr "Tags of changeset {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
msgid "Preparing objects to upload ..."
msgstr ""
@@@ -8197,9 -8272,6 +8272,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Object ''{0}'' is already deleted. Skipping object in upload."
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Uploading {0} object..."
@@@ -8210,6 -8282,9 +8282,9 @@@ msgid "
msgstr ""
"Ignoring caught exception because upload is cancelled. Exception is: {0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8230,9 -8305,8 +8305,8 @@@ msgstr "Select objects to upload
msgid "Cancel uploading"
msgstr "Cancel uploading"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Please select the upload strategy:"
@@@ -8381,7 -8455,7 +8455,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8411,8 -8485,8 +8485,8 @@@ msgstr "version {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8782,9 -8856,6 +8856,6 @@@ msgstr "Extracting GPS locations from E
msgid "Starting directory scan"
msgstr "Starting directory scan"
- msgid "One of the selected files was null"
- msgstr "One of the selected files was null"
-
msgid "Read photos..."
msgstr "Read photos..."
@@@ -8803,6 -8874,9 +8874,9 @@@ msgstr "Found null file in directory {0
msgid "Error while getting files from directory {0}\n"
msgstr "Error while getting files from directory {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "One of the selected files was null"
+
msgid "Geotagged Images"
msgstr "Geotagged Images"
@@@ -8862,6 -8936,12 +8936,12 @@@ msgstr "Next
msgid "Show next Image"
msgstr "Show next Image"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centre view"
@@@ -8934,9 -9014,6 +9014,6 @@@ msgstr "
"<html>Upload of unprocessed GPS data as map data is considered "
"harmful.<br>If you want to upload traces, look here:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9134,16 -9211,11 +9211,11 @@@ msgstr "There was an error while tryin
msgid "(URL was: "
msgstr "(URL was: "
- msgid "Error displaying URL"
- msgstr "Error displaying URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgid "loading style ''{0}''..."
msgstr ""
@@@ -9157,7 -9229,7 +9229,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9167,8 -9239,7 +9239,7 @@@ msgid "Illegal dash pattern, at least o
msgstr "Illegal dash pattern, at least one value must be > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9423,8 -9494,8 +9494,8 @@@ msgstr "Close the dialogue and cancel a
msgid "Close the dialog and accept the Access Token"
msgstr "Close the dialogue and accept the Access Token"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Retrieving OAuth Request Token from ''{0}''"
@@@ -10190,21 -10261,21 +10261,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -10260,6 -10331,9 +10364,9 @@@ msgstr "Draw virtual nodes in select mo
msgid "Draw inactive layers in other color"
msgstr "Draw inactive layers in other colour"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10314,6 -10388,11 +10421,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10783,6 -10862,12 +10895,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "File backup"
@@@ -10848,8 -10933,8 +10966,8 @@@ msgstr "Map Settings
msgid "Settings for the map projection and data interpretation."
msgstr "Settings for the map projection and data interpretation."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Could not read tagging preset source: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11110,21 -11195,6 +11228,6 @@@ msgstr "Swiss Grid (Switzerland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "North"
-
- msgid "South"
- msgstr ""
-
- msgid "Hemisphere"
- msgstr ""
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11146,6 -11216,21 +11249,21 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "North"
+
+ msgid "South"
+ msgstr ""
+
+ msgid "Hemisphere"
+ msgstr ""
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testing OSM API URL ''{0}''"
@@@ -11209,8 -11294,8 +11327,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Select to use OAuth as authentication mechanism"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11219,22 -11304,26 +11337,26 @@@ msgstr "OSM username:
msgid "OSM password:"
msgstr "OSM password:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr "Current credential manager is of type ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr ""
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11323,17 -11412,9 +11445,9 @@@ msgid "Use a SOCKS proxy
msgstr "Use a SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
-
- msgid "disabled"
- msgstr "disabled"
-
- msgid "no modifier"
- msgstr "no modifier"
msgid "Shortcut Background: User"
msgstr ""
@@@ -11405,8 -11486,8 +11519,8 @@@ msgstr "Apply Preset
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Change Properties"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11469,11 -11550,11 +11583,11 @@@ msgstr "
msgid "Unknown type: {0}"
msgstr "Unknown type: {0}"
--msgid "Preset group {1} / {0}"
--msgstr "Preset group {1} / {0}"
++msgid "Could not read tagging preset source: {0}"
++msgstr "Could not read tagging preset source: {0}"
--msgid "Preset group {0}"
--msgstr "Preset group {0}"
++msgid "Error parsing {0}: "
++msgstr "Error parsing {0}: "
msgid "Roles cannot appear more than once"
msgstr ""
@@@ -11484,9 -11565,6 +11598,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Could not read tagging preset source: {0}"
-
msgid "Error parsing {0}: "
msgstr "Error parsing {0}: "
@@@ -11505,6 -11583,16 +11616,16 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronised "
+ "adjustment."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Adjustable {0} not registered yet."
+
msgid "All files (*.*)"
msgstr ""
@@@ -11539,9 -11627,55 +11660,55 @@@ msgid "
msgstr ""
"The current value is not a valid OSM ID. Please enter an integer value > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: the property is explicitly switched off"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: the property is explicitly switched on"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "partial: different selected objects have different values, do not change"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "unset: do not set this property on the selected objects"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "mandatory attribute ''{0}'' missing"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type long, got ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type long (>=0), got ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type boolean, got ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType, got "
+ "''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11577,11 -11711,9 +11744,9 @@@ msgid "Contacting OSM Server...
msgstr "Contacting OSM Server..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
- "capabilities. Got ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Failed to parse date ''{0}'' replied by server."
@@@ -11624,39 -11756,27 +11789,27 @@@ msgid "Illegal port number in preferenc
msgstr "Illegal port number in preference ''{0}''. Got {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
msgid "Parsing response from server..."
msgstr "Parsing response from server..."
@@@ -11754,6 -11874,9 +11907,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Parse error: invalid document structure for gpx document"
+ msgid "(at line {0}, column {1})"
+ msgstr "(at line {0}, column {1})"
+
msgid "Unknown mode {0}."
msgstr "Unknown mode {0}."
@@@ -11769,15 -11892,21 +11925,21 @@@ msgstr "Looking for image files
msgid "No image files found."
msgstr "No image files found."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Failed to open input stream for resource ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr ""
@@@ -11856,8 -11985,8 +12018,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA import success"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA import failure!"
@@@ -11959,61 -12088,28 +12121,28 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "mandatory attribute ''{0}'' missing"
-
msgid "Unsupported version: {0}"
msgstr "Unsupported version: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type long, got ''{1}''"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type long (>=0), got ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type boolean, got ''{1}''"
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType, got "
- "''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
-
- msgid "Parsing changeset content ..."
- msgstr "Parsing changeset content ..."
+ msgid "Parsing changeset content ..."
+ msgstr "Parsing changeset content ..."
msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
msgstr "Illegal value for attribute ''{0}''. Got ''{1}''."
@@@ -12036,11 -12132,8 +12165,8 @@@ msgstr "Parsing list of changesets...
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "Failed to sign a HTTP connection with an OAuth Authentication header"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>An error occurred while saving.<br>Error is: <br>{0}</html>"
@@@ -12129,11 -12222,9 +12255,9 @@@ msgstr "
"{1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "WARNING: Normalising value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Unknown or unsupported API version. Got {0}."
@@@ -12336,15 -12427,15 +12460,21 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "Remote Control has been asked to create a new node."
@@@ -12382,6 -12473,15 +12512,15 @@@ msgstr "Remote Control has been asked t
msgid "Remote Control has been asked to load data from the API."
msgstr "Remote Control has been asked to load data from the API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12412,19 -12512,19 +12551,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12446,11 -12546,23 +12585,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12520,18 -12632,14 +12671,14 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Warning: Cannot download plug-in ''{0}''. Its download link is not known. "
- "Skipping download."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Warning: Cannot download plug-in ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Failed to create plug-in directory ''{0}''"
@@@ -12698,11 -12806,11 +12845,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Plug-in update failed"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Warning: failed to download plug-in information list"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Disable plug-in"
@@@ -12716,27 -12824,22 +12863,22 @@@ msgstr "Keep plug-in
msgid "Click to keep the plugin ''{0}''"
msgstr "Click to keep the plug-in ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Warning: failed to delete outdated plug-in ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Warning: failed to install already downloaded plug-in ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plug-in version."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Warning: failed to install plug-in ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
msgid "Click to disable the plugin ''{0}''"
msgstr "Click to disable the plug-in ''{0}''"
@@@ -12811,10 -12914,8 +12953,8 @@@ msgstr "Processing plug-in site cache f
msgid "Processing file ''{0}''"
msgstr "Processing file ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Warning: Failed to scan file ''{0}'' for plug-in information. Skipping."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -12828,12 -12929,25 +12968,25 @@@ msgstr "Download plug-in list...
msgid "Downloading plugin list from ''{0}''"
msgstr "Downloading plug-in list from ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Warning: failed to create plug-in directory ''{0}''. Cannot cache plug-in "
- "list from plug-in site ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Writing plug-in list to local cache ''{0}''"
@@@ -13200,15 -13314,12 +13353,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
msgid "{0}... [please type its number]"
msgstr ""
@@@ -13220,9 -13331,52 +13370,52 @@@ msgstr "
"Failed to open URL. There is currently no platform set. Please set a "
"platform first."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13254,9 -13408,23 +13447,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13591,6 -13759,11 +13798,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13852,6 -14025,9 +14064,9 @@@ msgstr "
"Write gps position info to the image file header. Run this feature from the "
"right click menu of the image layer."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13906,9 -14082,6 +14121,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13950,6 -14123,11 +14162,11 @@@ msgstr "
"Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) "
"to be running."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14084,6 -14262,9 +14301,9 @@@ msgstr "Embankment
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Toll"
+
msgid "Motorway Link"
msgstr "Motorway Link"
@@@ -14174,6 -14355,50 +14394,50 @@@ msgstr "Residential
msgid "Edit Residential Street"
msgstr "Edit Residential Street"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Highway type"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "yes"
+
+ msgid "no"
+ msgstr "no"
+
+ msgid "destination"
+ msgstr "destination"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Living Street"
@@@ -14192,11 -14417,11 +14456,11 @@@ msgstr "Area
msgid "Service"
msgstr "Service"
- msgid "Edit Serviceway"
- msgstr "Edit Serviceway"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Serviceway type"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "alley"
@@@ -14207,6 -14432,9 +14471,9 @@@ msgstr "driveway
msgid "parking_aisle"
msgstr "parking_aisle"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Parking Aisle"
@@@ -14234,18 -14462,12 +14501,12 @@@ msgstr "roundabout
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "yes"
-
msgid "Road Restrictions"
msgstr "Road Restrictions"
msgid "Edit Road Restrictions"
msgstr "Edit Road Restrictions"
- msgid "Toll"
- msgstr "Toll"
-
msgid "No exit (cul-de-sac)"
msgstr "No exit (cul-de-sac)"
@@@ -14255,9 -14477,6 +14516,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "destination"
-
msgid "delivery"
msgstr "delivery"
@@@ -14267,15 -14486,15 +14525,15 @@@ msgstr "permissive
msgid "private"
msgstr "private"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "agricultural"
msgid "forestry"
msgstr "forestry"
- msgid "no"
- msgstr "no"
-
msgid "official"
msgstr "official"
@@@ -14321,6 -14540,9 +14579,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Public Service Vehicles (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. speed (km/h)"
@@@ -14405,6 -14627,9 +14666,9 @@@ msgstr "Edit Bridge
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14509,20 -14734,29 +14773,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibility"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excellent"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "good"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermediate"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "bad"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "horrible"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Wheelchairs"
@@@ -14539,10 -14773,10 +14812,10 @@@ msgstr "Dedicated Bridleway
msgid "Edit Bridleway"
msgstr "Edit Bridleway"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14578,7 -14812,7 +14851,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14647,12 -14881,18 +14920,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "Emergency Phone"
+ msgid "Drinking Water"
+ msgstr "Drinking Water"
msgid "Traffic Signal"
msgstr "Traffic Lights"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Pedestrian crossing type"
@@@ -14668,15 -14908,6 +14947,6 @@@ msgstr "island
msgid "unmarked"
msgstr "unmarked"
- msgid "Cross on horseback"
- msgstr "Cross on horseback"
-
- msgid "Cross by bicycle"
- msgstr "Cross by bicycle"
-
- msgid "Crossing attendant"
- msgstr "Crossing attendant"
-
msgid "Crossing type name (UK)"
msgstr "Crossing type name (UK)"
@@@ -14698,6 -14929,15 +14968,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Crossing attendant"
+
+ msgid "Cross by bicycle"
+ msgstr "Cross by bicycle"
+
+ msgid "Cross on horseback"
+ msgstr "Cross on horseback"
+
msgid "Stop"
msgstr "Stop"
@@@ -14707,6 -14947,9 +14986,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-roundabout"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Direction"
@@@ -14716,11 -14959,8 +14998,8 @@@ msgstr "clockwise
msgid "Pedestrian Crossing"
msgstr "Pedestrian Crossing"
- msgid "Edit Crossing"
- msgstr "Edit Crossing"
-
- msgid "Type name (UK)"
- msgstr "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Traffic Calming"
@@@ -14752,9 -14992,6 +15031,6 @@@ msgstr "table
msgid "Passing Place"
msgstr "Passing Place"
- msgid "Edit Passing Place"
- msgstr "Edit Passing Place"
-
msgid "Turning Circle"
msgstr "Turning Circle"
@@@ -14797,6 -15034,12 +15073,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Allowed traffic:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "stone"
+
msgid "Bollard"
msgstr "Bollard"
@@@ -14812,6 -15055,9 +15094,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastic"
+
msgid "Cycle Barrier"
msgstr "Cycle Barrier"
@@@ -14881,21 -15127,15 +15166,18 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "pole"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "pole"
-
msgid "Guard Rail"
msgstr ""
@@@ -14924,8 -15164,9 +15206,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Edit Ditch"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14933,11 -15174,11 +15216,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Entrance"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Edit an Entrance"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Gate"
@@@ -14990,16 -15231,10 +15273,25 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "stone"
-
msgid "Turnstile"
msgstr "Turnstile"
- msgid "Edit Turnstile"
++msgid "squeezer"
++msgstr ""
++
++msgid "stepover"
++msgstr ""
++
++msgid "Material"
++msgstr "Material"
++
++msgid "stone"
++msgstr "stone"
++
++msgid "Turnstile"
++msgstr "Turnstile"
++
+ msgid "Edit Turnstile"
msgstr "Edit Turnstile"
msgid "Sally Port"
@@@ -15056,12 -15291,21 +15348,21 @@@ msgstr "Edit Drain
msgid "Ditch"
msgstr "Ditch"
+ msgid "Edit Ditch"
+ msgstr "Edit Ditch"
+
msgid "Stream"
msgstr "Stream"
msgid "Edit Stream"
msgstr "Edit Stream"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Canal"
@@@ -15101,9 -15345,6 +15402,6 @@@ msgstr "Edit Dam
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -15137,6 -15378,21 +15435,21 @@@ msgstr "Edit Covered Reservoir
msgid "Edit Water"
msgstr "Edit Water"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -15218,18 -15474,23 +15531,23 @@@ msgstr "Edit Ferry Terminal
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicycle"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -15305,7 -15566,7 +15623,7 @@@ msgstr "tourism
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15329,11 -15590,14 +15647,14 @@@ msgstr "contact_line
msgid "rail"
msgstr "rail"
- msgid "Voltage"
- msgstr "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frequency (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15344,9 -15608,6 +15665,6 @@@ msgstr "Narrow Gauge Railway
msgid "Edit Narrow Gauge Rail"
msgstr "Edit Narrow Gauge Railway"
- msgid "Types"
- msgstr "Types"
-
msgid "Monorail"
msgstr "Monorail"
@@@ -15368,15 -15629,15 +15686,15 @@@ msgstr "Edit Light Rail
msgid "Subway"
msgstr "Subway"
+msgid "Edit Tram"
+msgstr "Edit Tram"
+
msgid "Edit Subway"
msgstr "Edit Subway"
msgid "Tram"
msgstr "Tram"
-msgid "Edit Tram"
-msgstr "Edit Tram"
-
msgid "Bus Guideway"
msgstr "Bus Guideway"
@@@ -15398,6 -15659,9 +15716,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Level Crossing"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15410,18 -15674,32 +15731,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "half"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "full"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Crossing"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Crossing type"
@@@ -15521,11 -15799,9 +15856,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15537,13 -15813,11 +15870,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Edit Station"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pylon"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Edit Pylon"
+ msgstr ""
msgid "Parking"
msgstr "Parking"
@@@ -15560,12 -15834,12 +15891,12 @@@ msgstr "surface
msgid "underground"
msgstr "underground"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Access"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr "Park and Ride"
@@@ -15593,9 -15867,6 +15924,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Capacity"
@@@ -15617,10 -15888,29 +15945,29 @@@ msgstr "Opening Hours
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15770,6 -16060,9 +16117,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Voltage"
+
msgid "Amperage"
msgstr ""
@@@ -15791,6 -16084,12 +16141,12 @@@ msgstr "Repair
msgid "Edit Car Repair"
msgstr "Edit Car Repair"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15818,6 -16117,12 +16174,12 @@@ msgstr "Rental
msgid "Edit Car Rental"
msgstr "Edit Car Rental"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Sharing"
@@@ -15842,22 -16147,6 +16204,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15879,9 -16168,6 +16225,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Clothes"
@@@ -16076,6 -16362,9 +16419,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -16106,6 -16395,9 +16452,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Bench"
@@@ -16118,9 -16410,6 +16467,6 @@@ msgstr "Wheelchair
msgid "limited"
msgstr "limited"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16130,8 -16419,13 +16476,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Station"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Edit Station"
msgid "Building"
msgstr "Building"
@@@ -16145,6 -16439,9 +16496,9 @@@ msgstr "Edit Subway Entrance
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -16169,14 -16466,6 +16523,6 @@@ msgstr "Account or loyalty cards
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Station"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Edit Station"
-
msgid "UIC-Reference"
msgstr "UIC-Reference"
@@@ -16225,8 -16514,8 +16571,8 @@@ msgstr "Edit Bus Platform
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Edit Taxi station"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Airport"
@@@ -16279,6 -16568,21 +16625,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Edit Terminal"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -16301,21 -16605,6 +16662,6 @@@ msgstr "Edit Hotel
msgid "Stars"
msgstr "Stars"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -16505,9 -16794,6 +16851,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Tourism"
@@@ -16529,9 -16815,15 +16872,15 @@@ msgstr "Look-Out Tower
msgid "Information Office"
msgstr "Information Office"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Map"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Detail Grade"
@@@ -16544,6 -16836,9 +16893,9 @@@ msgstr "street
msgid "scheme"
msgstr "scheme"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Shown Area"
@@@ -16583,6 -16878,9 +16935,9 @@@ msgstr "... other transportation modes
msgid "Information Board"
msgstr "Information Board"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Board Content"
@@@ -16604,23 -16902,35 +16959,35 @@@ msgstr "plants
msgid "Guidepost"
msgstr "Guidepost"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Information Terminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Closer description"
msgid "Audioguide"
msgstr "Audioguide"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Audioguide via mobile phone?"
msgid "Phone number"
msgstr "Phone number"
- msgid "Other Information Points"
- msgstr "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Leisure"
@@@ -16749,50 -17059,44 +17116,44 @@@ msgstr "Artwork
msgid "Edit Artwork"
msgstr "Edit Artwork"
- msgid "Place of Worship"
- msgstr "Place of Worship"
-
- msgid "Edit Place of Worship"
- msgstr "Edit Place of Worship"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "buddhist"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "christian"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Place of Worship"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "Church"
- msgid "jewish"
- msgstr "jewish"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslim"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualist"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarian"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "zoroastrian"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Denomination"
@@@ -16809,6 -17113,12 +17170,12 @@@ msgstr "catholic
msgid "evangelical"
msgstr "evangelical"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "jehovahs_witness"
@@@ -16821,6 -17131,9 +17188,9 @@@ msgstr "methodist
msgid "mormon"
msgstr "mormon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "orthodox"
@@@ -16839,41 -17152,141 +17209,141 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "shia"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunni"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
+ msgid "Sa 10:00+"
msgstr ""
- msgid "video"
+ msgid "Mosque"
msgstr ""
- msgid "Public Building"
- msgstr "Public Building"
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "shia"
+
+ msgid "sunni"
+ msgstr "sunni"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualist"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr "unitarian"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrian"
+
+ msgid "Public Building"
+ msgstr "Public Building"
msgid "Edit Public Building"
msgstr "Edit Public Building"
@@@ -16959,6 -17372,12 +17429,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Health"
@@@ -17040,12 -17459,66 +17516,66 @@@ msgstr "Veterinary
msgid "Edit Veterinary"
msgstr "Edit Veterinary"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "public"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Post Box"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telephone"
@@@ -17055,6 -17528,30 +17585,30 @@@ msgstr "Edit Telephone
msgid "Telephone cards"
msgstr "Telephone cards"
+ msgid "Emergency Phone"
+ msgstr "Emergency Phone"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -17064,31 -17561,37 +17618,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -17116,8 -17619,8 +17676,8 @@@ msgstr "
msgid "Recycling"
msgstr "Recycling"
- msgid "Edit Recycling station"
- msgstr "Edit Recycling station"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batteries"
@@@ -17143,21 -17646,15 +17703,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Waste Basket"
- msgid "Edit Waste Basket"
- msgstr "Edit Waste Basket"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Backrest"
- msgid "plastic"
- msgstr "plastic"
-
msgid "Amount of Seats"
msgstr "Amount of Seats"
@@@ -17192,8 -17689,17 +17746,17 @@@ msgstr "Edit Hunting Stand
msgid "Height"
msgstr "Height"
+ msgctxt "height"
msgid "low"
- msgstr "low"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Hide"
@@@ -17201,9 -17707,6 +17764,6 @@@
msgid "Lock"
msgstr "Lock"
- msgid "Drinking Water"
- msgstr "Drinking Water"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17235,6 -17738,9 +17795,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17272,119 -17778,155 +17835,155 @@@ msgstr "Stadium
msgid "Edit Stadium"
msgstr "Edit Stadium"
- msgid "select sport:"
- msgstr "select sport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "archery"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "athletics"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australian_football"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketball"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "lawn bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "canoeing"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "climbing"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "cricket nets"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cycling"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "dog racing"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "equestrian"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastics"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "horse_racing"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "racquet"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "shooting"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skating"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "skiing"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "soccer"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "swimming"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "table_tennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sports Centre"
@@@ -17416,26 -17958,27 +18015,27 @@@ msgstr "Miniature Golf
msgid "Edit Miniature Golf"
msgstr "Edit Miniature Golf"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Edit Multi"
- msgid "type"
- msgstr "type"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "pitch"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sports_centre"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadium"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17443,6 -17986,15 +18043,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "pitch"
+
+ msgid "sports_centre"
+ msgstr "sports_centre"
+
+ msgid "stadium"
+ msgstr "stadium"
+
msgid "10pin"
msgstr "10pin"
@@@ -17476,6 -18028,22 +18085,22 @@@ msgstr "Edit Canoeing
msgid "Edit Cycling"
msgstr "Edit Cycling"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Dog Racing"
@@@ -17532,7 -18100,7 +18157,7 @@@ msgid "Skating
msgstr "Skating"
msgid "Edit Skating"
- msgstr "Edit Skating"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17576,36 -18144,54 +18201,54 @@@ msgstr "snow_park
msgid "Difficulty"
msgstr "Difficulty"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "novice"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "easy"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "advanced"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "expert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17648,19 -18234,15 +18291,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17799,6 -18381,18 +18438,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17811,60 -18405,134 +18462,134 @@@ msgstr "Man Made
msgid "Edit Building"
msgstr ""
- msgid "roof"
+ msgctxt "building"
+ msgid "yes"
msgstr ""
+ msgctxt "building"
+ msgid "roof"
+ msgstr ""
+
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Entrance"
+
+ msgid "Edit Entrance"
+ msgstr "Edit an Entrance"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Tower"
@@@ -18089,41 -18757,67 +18814,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -18132,8 -18826,8 +18883,8 @@@ msgstr "Survey Point
msgid "Edit Survey Point"
msgstr "Edit Survey Point"
- msgid "Surveillance"
- msgstr "Surveillance"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Edit Surveillance Camera"
@@@ -18144,12 -18838,102 +18895,102 @@@ msgstr "indoor
msgid "outdoor"
msgstr "outdoor"
- msgid "public"
- msgstr "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "shop"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Power Generator"
@@@ -18201,89 -18985,192 +19042,192 @@@ msgstr "wind
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "photovoltaic"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "Power Station"
- msgstr "Power Station"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Edit Power Station"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Power Sub Station"
@@@ -18294,6 -19181,21 +19238,21 @@@ msgstr "Edit Power Sub Station
msgid "Line reference"
msgstr "Line reference"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "low"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -18309,6 -19211,9 +19268,9 @@@ msgstr "Edit Power Tower
msgid "Tower reference"
msgstr "Tower reference"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -18327,11 -19232,9 +19289,9 @@@ msgstr "Edit Power Line
msgid "Line type"
msgstr "Line type"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18440,11 -19343,11 +19400,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Edit Kiosk"
- msgid "Baker"
- msgstr "Baker"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Edit Baker"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Butcher"
@@@ -18455,7 -19358,7 +19415,7 @@@ msgstr "Edit Butcher
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -18476,6 -19379,9 +19436,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Organic"
+
msgid "Greengrocer"
msgstr ""
@@@ -18488,9 -19394,6 +19451,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Organic"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18560,7 -19463,7 +19520,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18581,13 -19484,13 +19541,13 @@@ msgstr "Edit Electronics Shop
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18596,9 -19499,8 +19556,8 @@@ msgstr "Hifi
msgid "Edit Hifi Shop"
msgstr "Edit Hifi Shop"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Edit Video Shop"
@@@ -18624,6 -19526,12 +19583,12 @@@ msgstr "Edit Money Exchange
msgid "Edit Automated Teller Machine"
msgstr "Edit Automated Teller Machine"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18654,16 -19562,37 +19619,37 @@@ msgstr "Optician
msgid "Edit Optician"
msgstr "Edit Optician"
- msgid "Jewelry"
- msgstr ""
+ msgid "Jewelry"
+ msgstr ""
+
+ msgid "Edit Jewelry"
+ msgstr ""
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddhist"
+
+ msgid "christian"
+ msgstr "christian"
+
+ msgid "hindu"
+ msgstr "hindu"
- msgid "Edit Jewelry"
- msgstr ""
+ msgid "jewish"
+ msgstr "jewish"
+
+ msgid "muslim"
+ msgstr "muslim"
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18693,7 -19622,7 +19679,7 @@@ msgstr "Edit Hardware Store
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18705,19 -19634,19 +19691,19 @@@ msgstr "Edit Furniture Shop
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18753,7 -19682,7 +19739,7 @@@ msgstr "Edit Travel Agency
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18966,6 -19895,12 +19952,12 @@@ msgstr "Peak
msgid "Edit Peak"
msgstr "Edit Peak"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glacier"
@@@ -19005,26 -19940,35 +19997,35 @@@ msgstr "Tree
msgid "Edit Tree"
msgstr "Edit Tree"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanical Name"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Wood"
msgid "Edit Wood"
msgstr "Edit Wood"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "coniferous"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "deciduous"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "mixed"
msgid "Forest"
msgstr "Forest"
@@@ -19032,15 -19976,6 +20033,6 @@@
msgid "Edit Forest Landuse"
msgstr "Edit Forest Landuse"
- msgid "coniferous"
- msgstr "coniferous"
-
- msgid "deciduous"
- msgstr "deciduous"
-
- msgid "mixed"
- msgstr "mixed"
-
msgid "Grassland"
msgstr ""
@@@ -19116,6 -20051,12 +20108,12 @@@ msgstr "Meadow
msgid "Edit Meadow Landuse"
msgstr "Edit Meadow Landuse"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vineyard"
@@@ -19170,8 -20111,8 +20168,8 @@@ msgstr "Recreation Ground
msgid "Edit Recreation Ground Landuse"
msgstr "Edit Recreation Ground Landuse"
- msgid "Residential area"
- msgstr "Residential area"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Edit Residential Landuse"
@@@ -19182,6 -20123,9 +20180,9 @@@ msgstr "Graveyard
msgid "Edit Graveyard"
msgstr "Edit Graveyard"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cemetery"
@@@ -19257,6 -20201,33 +20258,33 @@@ msgstr "Edit Quarry Landuse
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Edit Address Information"
@@@ -19293,6 -20264,18 +20321,18 @@@ msgstr "even
msgid "alphabetic"
msgstr "alphabetic"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19461,20 -20444,49 +20501,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "road"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "foot"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "hiking"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "detour"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Symbol description"
@@@ -19521,19 -20533,22 +20590,22 @@@ msgstr "forward halt point
msgid "backward halt point"
msgstr "backward halt point"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19557,7 -20572,7 +20629,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19653,18 -20668,27 +20725,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "bridge"
msgid "deprecated"
msgstr "deprecated"
+ msgid "bicycle"
+ msgstr "bicycle"
+
+ msgid "foot"
+ msgstr "foot"
+
msgid "horse"
msgstr "horse"
@@@ -19674,8 -20698,11 +20755,11 @@@ msgstr "barrier
msgid "motorroad"
msgstr "motorroad"
- msgid "highway_track"
- msgstr "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "services"
@@@ -19683,11 -20710,11 +20767,11 @@@
msgid "ford"
msgstr "ford"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "emergency_access_point"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "riverbank"
@@@ -19704,6 -20731,9 +20788,9 @@@ msgstr "rapids
msgid "railwaypoint"
msgstr "railwaypoint"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19719,29 -20749,29 +20806,29 @@@ msgstr "oldrail
msgid "aeroway"
msgstr "aeroway"
- msgid "aeroway_dark"
- msgstr "aeroway_dark"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "aeroway_light"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "piste_easy"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "piste_intermediate"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "piste_advanced"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "piste_expert"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "piste_freeride"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "piste_novice"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "power"
@@@ -19761,20 -20791,20 +20848,20 @@@ msgstr "marina
msgid "amenity"
msgstr "amenity"
- msgid "amenity_traffic"
- msgstr "amenity_traffic"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "amenity_light"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "light_water"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "health"
- msgid "shop"
- msgstr "shop"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotel"
@@@ -19848,11 -20878,14 +20935,14 @@@ msgstr "route
msgid "boundary"
msgstr "boundary"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "place"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "address"
@@@ -19866,9 -20899,6 +20956,6 @@@ msgstr "Village/City
msgid "One Way"
msgstr "One Way"
- msgid "Church"
- msgstr "Church"
-
msgid "Fuel Station"
msgstr "Fuel Station"
@@@ -19896,6 -20926,9 +20983,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19941,10 -20974,40 +21031,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19956,7 -21019,7 +21076,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19974,7 -21037,7 +21094,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20091,19 -21154,130 +21211,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20122,7 -21296,46 +21353,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20134,24 -21347,30 +21404,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20167,7 -21386,7 +21446,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20176,6 -21395,9 +21455,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20322,6 -21544,29 +21604,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20487,6 -21732,9 +21792,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20532,6 -21780,39 +21840,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "refresh the port list"
+
+ msgid "Configure"
+ msgstr "Configure"
+
+ msgid "Connection Error."
+ msgstr "Connection Error."
+
+ msgid "configure the connected DG100"
+ msgstr "configure the connected DG100"
+
+ msgid "delete data after import"
+ msgstr "delete data after import"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20737,6 -22018,18 +22078,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20758,13 -22051,7 +22111,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -21027,10 -22314,13 +22374,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21057,6 -22347,6 +22407,9 @@@ msgstr "
msgid "Error while creating image layer: {0}"
msgstr ""
++msgid "Error while creating image layer: {0}"
++msgstr ""
++
msgid "Import image"
msgstr ""
@@@ -21234,8 -22524,8 +22587,8 @@@ msgstr "Expected odd numbers for addres
msgid "Expected even numbers for addresses"
msgstr "Expected even numbers for addresses"
- msgid "Expected valid number for address increment"
- msgstr "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Country code must be 2 letters"
@@@ -21506,15 -22796,6 +22859,6 @@@ msgstr "House number:
msgid "Street Name:"
msgstr "Street Name:"
- msgid "Increment"
- msgstr "Increment"
-
- msgid "Decrement"
- msgstr "Decrement"
-
- msgid "Numbers:"
- msgstr "Numbers:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -21698,6 -22979,9 +23042,9 @@@ msgstr "Disable image cropping during g
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21716,12 -23000,6 +23063,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "symbol"
@@@ -21866,6 -23144,9 +23207,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Display crosspieces:"
@@@ -21885,6 -23166,9 +23229,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Add \"source=...\" to elements?"
@@@ -22129,8 -23413,11 +23476,11 @@@ msgstr "WMS layer ({0}), {1} tile(s) lo
msgid "Is not vectorized."
msgstr "Is not vectorised."
- msgid "Raster size: {0}"
- msgstr "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Is vectorised."
@@@ -22181,7 -23468,7 +23531,7 @@@ msgstr "Delete the selected scheme fro
msgid "Color Schemes"
msgstr "Colour Schemes"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22408,27 -23695,9 +23758,9 @@@ msgstr "Disable data logging if distanc
msgid "Unknown logFormat"
msgstr "Unknown logFormat"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "refresh the port list"
-
- msgid "Configure"
- msgstr "Configure"
-
msgid "Configure Device"
msgstr "Configure Device"
- msgid "Connection Error."
- msgstr "Connection Error."
-
- msgid "configure the connected DG100"
- msgstr "configure the connected DG100"
-
- msgid "delete data after import"
- msgstr "delete data after import"
-
msgid "Importing data from device."
msgstr "Importing data from device."
@@@ -23518,9 -24787,31 +24850,31 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -24172,9 -25463,6 +25526,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "An error occurred: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr "Process queue"
@@@ -24231,18 -25519,6 +25582,6 @@@ msgstr "
msgid "Close: "
msgstr "Close: "
- msgid "New issue"
- msgstr "New issue"
-
- msgid "Create issue"
- msgstr "Create issue"
-
- msgid "Describe the problem precisely"
- msgstr "Describe the problem precisely"
-
- msgid "Create: "
- msgstr "Create: "
-
msgid "Open in browser"
msgstr ""
@@@ -24593,6 -25869,27 +25932,27 @@@ msgstr "Test failed: Could not read mti
msgid "Test failed: Could not write mtime."
msgstr "Test failed: Could not write mtime."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24744,6 -26041,9 +26104,9 @@@ msgstr "Nothing in clipboard
msgid "The clipboard data is not an image"
msgstr "The clipboard data is not an image"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25061,9 -26361,6 +26424,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25279,6 -26576,9 +26639,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25311,15 -26611,35 +26674,35 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Change Properties"
+
msgid "Country preset:"
msgstr ""
@@@ -25434,9 -26754,6 +26817,6 @@@ msgstr "Routing Plug-in Preferences
msgid "Configure routing preferences."
msgstr "Configure routing preferences."
- msgid "Highway type"
- msgstr "Highway type"
-
msgid "Speed (Km/h)"
msgstr "Speed (Km/h)"
@@@ -25615,19 -26932,19 +26995,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25844,6 -27161,95 +27224,95 @@@ msgstr "Tracer.
msgid "Tracer building"
msgstr "Tracer building"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25880,6 -27286,9 +27349,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26032,9 -27441,6 +27504,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27020,9 -28426,6 +28489,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr ""
@@@ -27313,9 -28716,6 +28779,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/en_CA.po
index 327b7f4,233eca3..8ea927f
--- a/i18n/po/en_CA.po
+++ b/i18n/po/en_CA.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2010-09-24 17:25+0000\n"
"Last-Translator: Johann Beda <Unknown>\n"
"Language-Team: English (Canada) <en_CA at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:08+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:08+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,16 -165,14 +165,14 @@@ msgid "About JOSM...
msgstr "About JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -256,9 -260,6 +260,6 @@@ msgstr "Tool: {0}
msgid "Please select at least four nodes."
msgstr "Please select at least four nodes."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Align Nodes in Line"
@@@ -295,6 -296,9 +296,9 @@@ msgstr "next
msgid "Nothing selected to zoom to."
msgstr "Nothing selected to zoom to."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Zoom to {0}"
@@@ -351,11 -355,9 +355,9 @@@ msgstr "
"reverse some of them?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Could not combine ways (They could not be merged into a single string of "
- "nodes)"
msgid "Combine {0} ways"
msgstr "Combine {0} ways"
@@@ -535,6 -537,9 +537,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -648,7 -653,7 +653,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -798,8 -803,8 +803,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -984,12 -989,8 +989,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1007,9 -1008,6 +1008,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1175,9 -1173,6 +1173,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1316,13 -1311,13 +1311,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1411,6 -1406,27 +1406,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1695,6 -1711,9 +1711,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1914,8 -1933,8 +1933,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2340,6 -2359,9 +2359,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2536,8 -2558,7 +2558,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2623,6 -2644,9 +2644,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2659,10 -2683,10 +2683,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2685,8 -2709,8 +2709,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2790,6 -2814,9 +2814,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2850,8 -2877,8 +2877,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2881,10 -2908,10 +2908,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2905,6 -2932,9 +2932,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2935,18 -2965,18 +2965,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2955,8 -2985,8 +2985,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2964,13 -2994,11 +2994,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2984,8 -3012,8 +3012,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3015,11 -3043,10 +3043,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3172,8 -3199,7 +3199,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3280,7 -3306,7 +3306,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3318,9 -3344,6 +3344,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3359,6 -3382,9 +3382,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3383,6 -3409,15 +3409,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3442,6 -3477,9 +3477,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3524,6 -3562,15 +3562,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3593,6 -3640,12 +3640,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3650,13 -3703,13 +3703,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3688,10 -3741,10 +3741,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3825,7 -3878,7 +3878,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3900,6 -3953,9 +3953,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3930,9 -3986,6 +3986,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3957,10 -4010,10 +4010,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4023,23 -4076,6 +4076,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4143,7 -4179,7 +4179,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4372,6 -4408,18 +4408,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4476,19 -4524,6 +4524,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4776,29 -4811,47 +4811,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4813,7 -4866,7 +4866,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4865,14 -4918,6 +4918,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5122,14 -5167,14 +5167,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5650,6 -5695,9 +5695,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5733,6 -5781,33 +5781,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Object type:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "Choose the OSM object type"
+
+ msgid "Object ID:"
+ msgstr "Object ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Enter the ID of the object that should be downloaded"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5823,8 -5898,7 +5898,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5994,9 -6068,6 +6068,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6281,8 -6352,8 +6352,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6347,34 -6418,46 +6418,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6389,13 -6472,13 +6472,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6549,7 -6632,7 +6632,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6867,6 -6950,25 +6950,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6998,21 -7100,8 +7100,8 @@@ msgstr "
msgid "Download object"
msgstr "Download object"
- msgid "Object type:"
- msgstr "Object type:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "Choose the OSM object type"
-
- msgid "Object ID:"
- msgstr "Object ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
+ msgstr "Start downloading"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7022,23 -7111,9 +7111,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Start downloading"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7135,7 -7210,7 +7210,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7234,6 -7309,9 +7309,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7321,7 -7399,7 +7399,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7340,6 -7418,12 +7418,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7406,8 -7490,7 +7490,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7482,8 -7565,8 +7565,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7497,8 -7580,7 +7580,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7713,12 -7795,6 +7795,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7727,10 -7803,26 +7803,26 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
msgstr ""
msgid "Do not show this message again"
@@@ -7742,6 -7834,21 +7834,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7749,8 -7856,8 +7856,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7862,9 -7969,6 +7969,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7874,6 -7978,9 +7978,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7890,7 -7997,7 +7997,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8036,7 -8143,7 +8143,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8066,7 -8173,7 +8173,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8419,9 -8526,6 +8526,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8440,6 -8544,9 +8544,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8497,6 -8604,12 +8604,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8563,9 -8676,6 +8676,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8746,14 -8856,10 +8856,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8768,7 -8874,7 +8874,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8778,8 -8884,7 +8884,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8999,7 -9104,7 +9104,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9714,21 -9819,21 +9819,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9782,6 -9887,9 +9920,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9835,6 -9943,11 +9976,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10291,6 -10404,12 +10437,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10354,7 -10473,7 +10506,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10612,40 -10731,40 +10764,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10698,8 -10817,8 +10850,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10708,20 -10827,25 +10860,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10803,14 -10927,8 +10960,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10883,7 -11001,7 +11034,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10962,9 -11080,6 +11113,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10983,6 -11098,14 +11131,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11012,9 -11135,49 +11168,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11045,7 -11208,7 +11241,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11085,28 -11248,26 +11281,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11201,6 -11362,9 +11395,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11216,12 -11380,20 +11413,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11300,7 -11472,7 +11505,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11399,35 -11571,11 +11604,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11437,8 -11585,8 +11618,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11465,10 -11613,7 +11646,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11552,8 -11697,8 +11730,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11750,7 -11895,7 +11928,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11796,6 -11941,15 +11974,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11826,19 -11980,19 +12013,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11860,11 -12014,23 +12047,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11934,13 -12100,13 +12133,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12083,10 -12249,10 +12282,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12101,22 -12267,21 +12300,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12185,8 -12350,7 +12383,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12201,9 -12365,24 +12398,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12525,12 -12704,11 +12737,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12541,27 -12719,70 +12752,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12575,9 -12796,23 +12829,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12900,6 -13135,11 +13168,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13139,6 -13379,9 +13412,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13188,9 -13431,6 +13464,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13227,6 -13467,11 +13500,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13357,6 -13602,9 +13635,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13447,6 -13695,50 +13728,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13465,10 -13757,10 +13790,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13480,6 -13772,9 +13805,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13507,18 -13802,12 +13835,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13528,9 -13817,6 +13850,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13540,13 -13826,13 +13859,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13594,6 -13880,9 +13913,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13678,6 -13967,9 +14000,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13782,21 -14074,30 +14107,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13812,10 -14113,10 +14146,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13851,7 -14152,7 +14185,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13920,12 -14221,18 +14254,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13941,15 -14248,6 +14281,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13971,6 -14269,15 +14302,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13980,6 -14287,9 +14320,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13989,10 -14299,7 +14332,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14025,9 -14332,6 +14365,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14070,6 -14374,12 +14407,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14085,6 -14395,9 +14428,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14154,19 -14467,13 +14500,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14197,6 -14504,7 +14537,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14206,10 -14514,10 +14547,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14263,12 -14571,6 +14604,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14329,12 -14631,21 +14664,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14374,9 -14685,6 +14718,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14410,6 -14718,21 +14751,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14491,18 -14814,23 +14847,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14578,7 -14906,7 +14939,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14602,10 -14930,13 +14963,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14617,9 -14948,6 +14981,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14641,13 -14969,13 +15002,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14671,6 -14999,9 +15032,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14683,21 -15014,35 +15047,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14794,11 -15139,9 +15193,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14810,11 -15153,9 +15207,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14833,10 -15174,10 +15228,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14866,9 -15207,6 +15261,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14890,10 -15228,29 +15282,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15043,6 -15400,9 +15454,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15064,7 -15424,13 +15478,13 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
- msgid "Tyres"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
+ msgid "Tyres"
msgstr ""
msgid "Edit Tyres"
@@@ -15091,6 -15457,12 +15511,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15115,22 -15487,6 +15541,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15152,9 -15508,6 +15562,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15349,6 -15702,9 +15756,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15379,6 -15735,9 +15789,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15391,9 -15750,6 +15804,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15403,9 -15759,14 +15813,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15418,6 -15779,9 +15833,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15442,14 -15806,6 +15860,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15498,7 -15854,7 +15908,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15552,41 -15908,41 +15962,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15778,9 -16134,6 +16188,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15802,9 -16155,15 +16209,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15817,6 -16176,9 +16230,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15856,6 -16218,9 +16272,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15877,22 -16242,34 +16296,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16022,49 -16399,43 +16453,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16082,6 -16453,12 +16507,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16094,6 -16471,9 +16525,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16112,37 -16492,137 +16546,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16232,6 -16712,12 +16766,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16313,125 -16799,203 +16853,203 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
msgstr ""
msgid "Edit Shelter"
@@@ -16465,16 -17029,22 +17083,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16508,6 -17078,9 +17132,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16545,117 -17118,153 +17172,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16689,33 -17298,43 +17352,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16749,6 -17368,22 +17422,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16849,36 -17484,54 +17538,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16921,19 -17574,15 +17628,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17072,6 -17721,18 +17775,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17084,60 -17745,134 +17799,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17362,41 -18097,67 +18151,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17405,7 -18166,7 +18220,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17417,12 -18178,102 +18232,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17474,88 -18325,191 +18379,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17567,6 -18521,21 +18575,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17582,6 -18551,9 +18605,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17600,11 -18572,9 +18626,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17713,10 -18683,10 +18737,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17728,7 -18698,7 +18752,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17749,6 -18719,9 +18773,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17761,9 -18734,6 +18788,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17833,7 -18803,7 +18857,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17854,13 -18824,13 +18878,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17869,7 -18839,6 +18893,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17897,6 -18866,12 +18920,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17933,10 -18908,31 +18962,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17966,7 -18962,7 +19016,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17978,19 -18974,19 +19028,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18026,7 -19022,7 +19076,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18239,6 -19235,12 +19289,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18278,24 -19280,33 +19334,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18305,15 -19316,6 +19370,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18389,6 -19391,12 +19445,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18443,7 -19451,7 +19505,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18455,6 -19463,9 +19517,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18491,43 -19502,70 +19556,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18566,6 -19604,18 +19658,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18734,21 -19784,50 +19838,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18794,19 -19873,22 +19927,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18830,7 -19912,7 +19966,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18926,18 -20008,27 +20062,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18947,7 -20038,10 +20092,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18956,10 -20050,10 +20104,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18977,6 -20071,9 +20125,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18992,28 -20089,28 +20143,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19034,19 -20131,19 +20185,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19121,10 -20218,13 +20272,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19139,9 -20239,6 +20293,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19169,6 -20266,9 +20320,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19214,10 -20314,40 +20368,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19229,7 -20359,7 +20413,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19247,7 -20377,7 +20431,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19364,19 -20494,130 +20548,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19395,7 -20636,46 +20690,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19407,24 -20687,30 +20741,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19440,7 -20726,7 +20783,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19449,6 -20735,9 +20792,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19595,6 -20884,29 +20941,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19760,6 -21072,9 +21129,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19805,6 -21120,39 +21177,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19991,19 -21339,31 +21396,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20027,13 -21387,7 +21444,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20296,10 -21650,13 +21707,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20503,7 -21860,7 +21917,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20774,15 -22131,6 +22188,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20953,6 -22301,9 +22358,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20971,12 -22322,6 +22379,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21112,6 -22457,9 +22514,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21129,6 -22477,9 +22534,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21355,7 -22706,10 +22763,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21405,7 -22759,7 +22816,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21576,20 -22930,20 +22987,85 @@@ msgid "Users mapping nearby:
msgstr ""
msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21629,27 -22983,9 +23105,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22727,9 -24063,26 +24185,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23376,9 -24729,6 +24851,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23431,18 -24781,6 +24903,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23789,6 -25127,27 +25249,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23940,6 -25299,9 +25421,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24257,9 -25619,6 +25741,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24475,6 -25834,9 +25956,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24507,15 -25869,31 +25991,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24630,9 -26008,6 +26130,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24811,19 -26186,19 +26308,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25039,6 -26414,95 +26536,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25075,6 -26539,9 +26661,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25227,9 -26694,6 +26816,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26215,9 -27679,6 +27801,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26496,9 -27957,6 +28079,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/en_GB.po
index 2ca7d38,f7f2875..d581b07
--- a/i18n/po/en_GB.po
+++ b/i18n/po/en_GB.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: JOSM\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-06-02 11:45+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-11-27 08:36+0000\n"
"Last-Translator: Andi Chandler <Unknown>\n"
"Language-Team: German <josm-dev at openstreetmap.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:06+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:06+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: de\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Background Terms of Use
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Opening link not supported on current platform (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ERROR: {0}"
+
msgid "WARNING: {0}"
msgstr "WARNING: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Executing platform startup hook"
@@@ -162,18 -168,18 +168,18 @@@ msgid "About JOSM...
msgstr "About JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -220,11 -226,11 +226,14 @@@ msgid "Add imagery layer {0}
msgstr "Add imagery layer {0}"
msgid "Select image format for WMS layer"
- msgstr ""
+ msgstr "Select image format for WMS layer"
+
+ msgid "Select WMS layers"
+ msgstr "Select WMS layers"
+msgid "Select WMS layers"
+msgstr "Select WMS layers"
+
msgid "Add layers"
msgstr "Add layers"
@@@ -261,9 -267,6 +270,6 @@@ msgstr "Tool: {0}
msgid "Please select at least four nodes."
msgstr "Please select at least four nodes."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Align Nodes in Line"
@@@ -300,6 -303,9 +306,9 @@@ msgstr "next
msgid "Nothing selected to zoom to."
msgstr "Nothing selected to zoom to."
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Zoom to {0}"
@@@ -356,10 -362,10 +365,10 @@@ msgstr "
"reverse some of them?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgid "Combine {0} ways"
@@@ -430,7 -436,7 +439,7 @@@ msgid "Distribute the selected nodes t
msgstr "Distribute the selected nodes to equal distances along a line."
msgid "Ignoring {0} nodes with null coordinates"
- msgstr ""
+ msgstr "Ignoring {0} nodes with null coordinates"
msgid "Download from OSM..."
msgstr "Download from OSM..."
@@@ -544,6 -550,9 +553,9 @@@ msgstr "History
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Display history information about OSM ways, nodes, or relations."
+ msgid "Show history"
+ msgstr "Show history"
+
msgid "History (web)"
msgstr "History (web)"
@@@ -622,7 -631,7 +634,7 @@@ msgstr "
"One of the selected ways is not closed and therefore cannot be joined."
msgid "Join area confirmation"
- msgstr ""
+ msgstr "Join area confirmation"
msgid "The selected way has nodes outside of the downloaded data region."
msgid_plural ""
@@@ -650,16 -659,16 +662,16 @@@ msgid "Reverting changes
msgstr "Reverting changes"
msgid "Removed duplicate nodes"
- msgstr ""
+ msgstr "Removed duplicate nodes"
msgid "Added node on all intersections"
msgstr "Added node on all intersections"
msgid "Assemble new polygons"
- msgstr ""
+ msgstr "Assemble new polygons"
msgid "Delete relations"
- msgstr ""
+ msgstr "Delete relations"
msgid "Delete Ways that are not part of an inner multipolygon"
msgstr "Delete Ways that are not part of an inner multipolygon"
@@@ -668,33 -677,38 +680,38 @@@ msgid "Joined overlapping areas
msgstr "Joined overlapping areas"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgid "Fix tag conflicts"
msgstr "Fix tag conflicts"
msgid "Split ways into fragments"
- msgstr ""
+ msgstr "Split ways into fragments"
msgid "Sorry. Cannot handle multipolygon relations with multiple outer ways."
msgstr ""
+ "Sorry. Cannot handle multipolygon relations with multiple outer ways."
msgid ""
"Sorry. Cannot handle way that is outer in multiple multipolygon relations."
msgstr ""
+ "Sorry. Cannot handle way that is outer in multiple multipolygon relations."
msgid ""
"Sorry. Cannot handle way that is both inner and outer in multipolygon "
"relations."
msgstr ""
+ "Sorry. Cannot handle way that is both inner and outer in multipolygon "
+ "relations."
msgid ""
"Sorry. Cannot handle way that is inner in multiple multipolygon relations."
msgstr ""
+ "Sorry. Cannot handle way that is inner in multiple multipolygon relations."
msgid "Removed Element from Relations"
msgstr "Removed Element from Relations"
@@@ -820,8 -834,8 +837,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Merge nodes into the oldest one."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -1011,16 -1025,9 +1028,9 @@@ msgid "Orthogonalize / Undo
msgstr "Orthogonalise / Undo"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Orthogonalise Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalise Shape "
- "action!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Undo Orthogonalise Shape"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1040,9 -1047,6 +1050,6 @@@ msgstr "Orthogonalise
msgid "Usage"
msgstr "Usage"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Selected Elements cannot be orthogonalised"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1212,9 -1216,6 +1219,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1361,18 -1362,14 +1365,14 @@@ msgstr "
"middle of the way.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Split way {0} into {1} parts"
@@@ -1467,6 -1464,27 +1467,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Undo"
@@@ -1755,6 -1773,9 +1776,9 @@@ msgstr "({0}/{1}) Loading parents of wa
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Loading parents of relation {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Download {0} of {1} ({2} left)"
@@@ -1978,8 -1999,8 +2002,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2415,6 -2436,9 +2439,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2615,10 -2639,8 +2642,8 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Missing operator for NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2708,6 -2730,9 +2733,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Added {0} object"
msgstr[1] "Added {0} objects"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Change node {0}"
@@@ -2744,10 -2769,10 +2772,10 @@@ msgstr "Remove \"{0}\" for {1} objects
msgid "Set {0}={1} for {2} objects"
msgstr "Set {0}={1} for {2} objects"
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2770,8 -2795,8 +2798,8 @@@ msgid "Double conflict
msgstr "Double conflict"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2879,6 -2904,9 +2907,9 @@@ msgstr[1] "Purged {0} objects
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolve conflicts in member list of relation {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotate {0} node"
@@@ -2939,11 -2967,9 +2970,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
msgid "Relation"
msgstr "Relation"
@@@ -2972,11 -2998,11 +3001,11 @@@ msgstr "Apply selected changes
msgid "Do not apply changes"
msgstr "Do not apply changes"
- msgid "Please select which property changes you want to apply."
- msgstr "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Properties of "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roles in relations referring to"
@@@ -2996,6 -3022,9 +3025,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3026,21 -3055,19 +3058,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Warning: Failed to initialise preferences. Preference directory ''{0}'' is "
- "not a directory."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3050,11 -3077,9 +3080,9 @@@ msgstr "
"not a directory.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Warning: Failed to initialise preferences. Failed to create missing "
- "preference directory: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3063,16 -3088,12 +3091,12 @@@ msgstr "
"<html>Failed to initialise preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3089,8 -3110,8 +3113,8 @@@ msgstr "
"<br>{0}<br> and creating a new default preference file.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3120,12 -3141,11 +3144,11 @@@ msgstr "Failed to load resource ''{0}''
msgid "UNKNOWN"
msgstr "UNKNOWN"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "already registered a conflict for primitive ''{0}''"
@@@ -3286,8 -3306,7 +3309,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "parameter {0} not in range 0..{1}, got {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3394,7 -3413,7 +3416,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3432,9 -3451,6 +3454,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3475,6 -3491,9 +3494,9 @@@ msgstr "validation other
msgid "Running test {0}"
msgstr "Running test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Addresses"
@@@ -3499,6 -3518,15 +3521,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3560,6 -3588,9 +3591,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Duplicated nodes"
@@@ -3642,6 -3673,15 +3676,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3711,6 -3751,12 +3754,12 @@@ msgstr "Nodes with same name
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "This test finds nodes that have the same name (might be duplicates)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3770,13 -3816,13 +3819,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3810,11 -3856,11 +3859,11 @@@ msgid "
msgstr ""
"This test checks for ways with similar names that may have been misspelt."
- msgid "Properties checker :"
- msgstr "Properties checker :"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "This plug-in checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Invalid tagchecker line - {0}: {1}"
@@@ -3953,8 -3999,8 +4002,8 @@@ msgstr "Use default spellcheck file.
msgid "Use the default spellcheck file (recommended)."
msgstr "Use the default spellcheck file (recommended)."
- msgid "Fix properties"
- msgstr "Fix properties"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Could not find element type"
@@@ -4028,6 -4074,9 +4077,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "This tests if ways which should be circular are closed."
+ msgid "Unclosed way"
+ msgstr "Unclosed way"
+
msgid "natural type {0}"
msgstr "natural type {0}"
@@@ -4058,9 -4107,6 +4110,6 @@@ msgstr "building
msgid "area"
msgstr "area"
- msgid "Unclosed way"
- msgstr "Unclosed way"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4085,10 -4131,10 +4134,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "This test checks for untagged nodes that are not part of any way."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4151,25 -4197,6 +4200,6 @@@ msgstr "Reversed coastline: land not o
msgid "Reversed land: land not on left side"
msgstr "Reversed land: land not on left side"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Do not show again (remembers choice)"
@@@ -4273,7 -4300,7 +4303,7 @@@ msgstr "Show help information
msgid "Downloading \"Message of the day\""
msgstr "Downloading \"Message of the day\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4514,6 -4541,18 +4544,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4620,20 -4659,6 +4662,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "false: the property is explicitly switched off"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: the property is explicitly switched on"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "partial: different selected objects have different values, do not change"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "unset: do not set this property on the selected objects"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4932,6 -4957,9 +4960,9 @@@ msgstr "> bottom
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Copy my selected elements to the end of the list of merged elements"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -4939,6 -4967,9 +4970,9 @@@ msgstr "
"Copy my selected elements before the first selected element in the list of "
"merged elements"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -4946,16 -4977,25 +4980,25 @@@ msgstr "
"Copy my selected elements after the first selected element in the list of "
"merged elements"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copy their selected element to the start of the list of merged elements"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copy their selected elements to the end of the list of merged elements"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -4963,6 -5003,9 +5006,9 @@@ msgstr "
"Copy their selected elements before the first selected element in the list "
"of merged elements"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4979,8 -5022,8 +5025,8 @@@ msgstr "Copy all their elements to the
msgid "Up"
msgstr "Up"
- msgid "Move up the selected elements by one position."
- msgstr "Move up the selected elements by one position"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Down"
@@@ -5034,16 -5077,6 +5080,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Their version ({0} entry)"
msgstr[1] "Their version ({0} entries)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronised "
- "adjustment."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Adjustable {0} not registered yet."
-
msgid "Node"
msgstr "Node"
@@@ -5297,16 -5330,15 +5333,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Key:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "Value:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5850,6 -5882,9 +5885,9 @@@ msgstr "Show/Hide
msgid "Information about layer"
msgstr "Information about layer"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Map Paint Styles"
@@@ -5933,6 -5968,36 +5971,36 @@@ msgstr "
msgid "No"
msgstr "No"
+ msgid "Object type:"
+ msgstr "Object type:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mixed"
+
+ msgid "Choose the OSM object type"
+ msgstr "Choose the OSM object type"
+
+ msgid "Object ID:"
+ msgstr "Object ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Enter the ID of the object that should be downloaded"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relations"
@@@ -6024,10 -6089,8 +6092,8 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Launches a browser with information about the user"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6202,9 -6265,6 +6268,6 @@@ msgstr "Update content
msgid "Update the changeset content from the OSM server"
msgstr "Update the changeset content from the OSM server"
- msgid "Show history"
- msgstr "Show history"
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6526,11 -6586,9 +6589,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>Download changesets in the current map view</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6597,35 -6655,47 +6658,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "This changeset query URL is invalid"
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Properties/Memberships"
+ msgid "Discardable key: selection Background"
+ msgstr ""
+
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Properties for selected objects."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<different>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Member Of"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Properties / Memberships"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Delete the selected key in all objects"
- msgid "Delete Properties"
- msgstr "Delete Properties"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Change relation"
@@@ -6639,13 -6709,13 +6712,13 @@@ msgstr "Really delete selection from re
msgid "Add a new key/value pair to all objects"
msgstr "Add a new key/value pair to all objects"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Edit the value of the selected key for all objects"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6799,7 -6869,7 +6872,7 @@@ msgstr "Relation is deleted
msgid "Downloading relation {0}"
msgstr "Downloading relation {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7132,6 -7202,26 +7205,26 @@@ msgstr "way is connected to next relati
msgid "way is not connected to previous or next relation member"
msgstr "way is not connected to previous or next relation member"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+
msgid "Bookmarks"
msgstr "Bookmarks"
@@@ -7270,21 -7360,8 +7363,8 @@@ msgstr "Download referrers (parent rela
msgid "Download object"
msgstr "Download object"
- msgid "Object type:"
- msgstr "Object type:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mixed"
-
- msgid "Choose the OSM object type"
- msgstr "Choose the OSM object type"
-
- msgid "Object ID:"
- msgstr "Object ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
+ msgstr "Start downloading"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7296,28 -7373,9 +7376,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Select if the members of a relation should be downloaded as well"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Download referrers (parent relations and ways)"
- msgid "Start downloading"
- msgstr "Start downloading"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Invalid ID list specified\n"
- "Cannot download object."
-
msgid "Class Type"
msgstr "Class Type"
@@@ -7422,8 -7480,8 +7483,8 @@@ msgstr "Go to the next page
msgid "Go to the JOSM help home page"
msgstr "Go to the JOSM help home page"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "Failed to open help page. The target URL is empty."
@@@ -7525,6 -7583,9 +7586,9 @@@ msgid "
msgstr ""
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Changeset info"
@@@ -7631,8 -7692,8 +7695,8 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr ""
msgid "Upload"
msgstr "Upload"
@@@ -7650,6 -7711,12 +7714,12 @@@ msgstr "Provide a brief comment for th
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Changeset id:"
@@@ -7718,11 -7785,8 +7788,8 @@@ msgid "Closing changeset {0}
msgstr "Closing changeset {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Warning: failed to put Credential Dialogue always on top. Caught security "
- "exception."
msgid "Enter credentials for OSM API"
msgstr "Enter credentials for OSM API"
@@@ -7802,8 -7866,8 +7869,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7821,11 -7885,8 +7888,8 @@@ msgid "Missing user identity
msgstr "Missing user identity"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
msgid "Download objects"
msgstr ""
@@@ -8057,12 -8118,6 +8121,6 @@@ msgstr "Upload the changed primitives
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8071,6 -8126,22 +8129,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8086,6 -8157,21 +8160,21 @@@ msgstr "Please enter a valid chunk siz
msgid "Illegal chunk size"
msgstr "Illegal chunk size"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Cancel the upload and resume editing"
@@@ -8093,11 -8179,9 +8182,9 @@@ msgid "Tags of changeset {0}
msgstr "Tags of changeset {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
msgid "Preparing objects to upload ..."
msgstr ""
@@@ -8231,9 -8315,6 +8318,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Object ''{0}'' is already deleted. Skipping object in upload."
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Uploading {0} object..."
@@@ -8244,6 -8325,9 +8328,9 @@@ msgid "
msgstr ""
"Ignoring caught exception because upload is cancelled. Exception is: {0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8264,9 -8348,8 +8351,8 @@@ msgstr "Select objects to upload
msgid "Cancel uploading"
msgstr "Cancel uploading"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Please select the upload strategy:"
@@@ -8415,7 -8498,7 +8501,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8445,8 -8528,8 +8531,8 @@@ msgstr "version {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8816,9 -8899,6 +8902,6 @@@ msgstr "Extracting GPS locations from E
msgid "Starting directory scan"
msgstr "Starting directory scan"
- msgid "One of the selected files was null"
- msgstr "One of the selected files was null"
-
msgid "Read photos..."
msgstr "Read photos..."
@@@ -8837,6 -8917,9 +8920,9 @@@ msgstr "Found null file in directory {0
msgid "Error while getting files from directory {0}\n"
msgstr "Error while getting files from directory {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "One of the selected files was null"
+
msgid "Geotagged Images"
msgstr "Geotagged Images"
@@@ -8896,6 -8979,12 +8982,12 @@@ msgstr "Next
msgid "Show next Image"
msgstr "Show next Image"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centre view"
@@@ -8968,9 -9057,6 +9060,6 @@@ msgstr "
"<html>Upload of unprocessed GPS data as map data is considered "
"harmful.<br>If you want to upload traces, look here:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9168,16 -9254,11 +9257,11 @@@ msgstr "There was an error while tryin
msgid "(URL was: "
msgstr "(URL was: "
- msgid "Error displaying URL"
- msgstr "Error displaying URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgid "loading style ''{0}''..."
msgstr ""
@@@ -9191,7 -9272,7 +9275,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9201,8 -9282,7 +9285,7 @@@ msgid "Illegal dash pattern, at least o
msgstr "Illegal dash pattern, at least one value must be > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9459,8 -9539,8 +9542,8 @@@ msgstr "Close the dialogue and cancel a
msgid "Close the dialog and accept the Access Token"
msgstr "Close the dialogue and accept the Access Token"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Retrieving OAuth Request Token from ''{0}''"
@@@ -10226,21 -10306,21 +10309,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -10296,6 -10376,9 +10412,9 @@@ msgstr "Draw virtual nodes in select mo
msgid "Draw inactive layers in other color"
msgstr "Draw inactive layers in other colour"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10350,6 -10433,11 +10469,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10819,6 -10907,12 +10943,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "File backup"
@@@ -10884,8 -10978,8 +11014,8 @@@ msgstr "Map Settings
msgid "Settings for the map projection and data interpretation."
msgstr "Settings for the map projection and data interpretation."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Could not read tagging preset source: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11146,21 -11240,6 +11276,6 @@@ msgstr "Swiss Grid (Switzerland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "North"
-
- msgid "South"
- msgstr ""
-
- msgid "Hemisphere"
- msgstr ""
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11182,6 -11261,21 +11297,21 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "North"
+
+ msgid "South"
+ msgstr ""
+
+ msgid "Hemisphere"
+ msgstr ""
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testing OSM API URL ''{0}''"
@@@ -11245,8 -11339,8 +11375,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Select to use OAuth as authentication mechanism"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11255,22 -11349,26 +11385,26 @@@ msgstr "OSM username:
msgid "OSM password:"
msgstr "OSM password:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr "Current credential manager is of type ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr ""
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11359,17 -11457,9 +11493,9 @@@ msgid "Use a SOCKS proxy
msgstr "Use a SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
-
- msgid "disabled"
- msgstr "disabled"
-
- msgid "no modifier"
- msgstr "no modifier"
msgid "Shortcut Background: User"
msgstr ""
@@@ -11441,8 -11531,8 +11567,8 @@@ msgstr "Apply Preset
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Change Properties"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11505,11 -11595,11 +11631,11 @@@ msgstr "
msgid "Unknown type: {0}"
msgstr "Unknown type: {0}"
--msgid "Preset group {1} / {0}"
--msgstr "Preset group {1} / {0}"
++msgid "Could not read tagging preset source: {0}"
++msgstr "Could not read tagging preset source: {0}"
--msgid "Preset group {0}"
--msgstr "Preset group {0}"
++msgid "Error parsing {0}: "
++msgstr "Error parsing {0}: "
msgid "Roles cannot appear more than once"
msgstr ""
@@@ -11520,9 -11610,6 +11646,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Could not read tagging preset source: {0}"
-
msgid "Error parsing {0}: "
msgstr "Error parsing {0}: "
@@@ -11541,6 -11628,16 +11664,16 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronised "
+ "adjustment."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Adjustable {0} not registered yet."
+
msgid "All files (*.*)"
msgstr ""
@@@ -11575,9 -11672,55 +11708,55 @@@ msgid "
msgstr ""
"The current value is not a valid OSM ID. Please enter an integer value > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: the property is explicitly switched off"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: the property is explicitly switched on"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "partial: different selected objects have different values, do not change"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "unset: do not set this property on the selected objects"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "mandatory attribute ''{0}'' missing"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type long, got ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type long (>=0), got ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type boolean, got ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType, got "
+ "''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11613,11 -11756,9 +11792,9 @@@ msgid "Contacting OSM Server...
msgstr "Contacting OSM Server..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
- "capabilities. Got ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Failed to parse date ''{0}'' replied by server."
@@@ -11660,39 -11801,27 +11837,27 @@@ msgid "Illegal port number in preferenc
msgstr "Illegal port number in preference ''{0}''. Got {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
msgid "Parsing response from server..."
msgstr "Parsing response from server..."
@@@ -11790,6 -11919,9 +11955,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Parse error: invalid document structure for gpx document"
+ msgid "(at line {0}, column {1})"
+ msgstr "(at line {0}, column {1})"
+
msgid "Unknown mode {0}."
msgstr "Unknown mode {0}."
@@@ -11805,15 -11937,21 +11973,21 @@@ msgstr "Looking for image files
msgid "No image files found."
msgstr "No image files found."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Failed to open input stream for resource ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr ""
@@@ -11892,8 -12030,8 +12066,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA import success"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA import failure!"
@@@ -11995,58 -12133,25 +12169,25 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "mandatory attribute ''{0}'' missing"
-
msgid "Unsupported version: {0}"
msgstr "Unsupported version: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type long, got ''{1}''"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type long (>=0), got ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type boolean, got ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType, got "
- "''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
"Illegal document structure. Found node, way, or relation outside of "
"''create'', ''modify'', or ''delete''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
msgid "Parsing changeset content ..."
msgstr "Parsing changeset content ..."
@@@ -12072,11 -12177,8 +12213,8 @@@ msgstr "Parsing list of changesets...
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "Failed to sign a HTTP connection with an OAuth Authentication header"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>An error occurred while saving.<br>Error is: <br>{0}</html>"
@@@ -12165,11 -12267,9 +12303,9 @@@ msgstr "
"{1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "WARNING: Normalising value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Unknown or unsupported API version. Got {0}."
@@@ -12372,15 -12472,15 +12508,21 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "Remote Control has been asked to create a new node."
@@@ -12418,6 -12518,15 +12560,15 @@@ msgstr "Remote Control has been asked t
msgid "Remote Control has been asked to load data from the API."
msgstr "Remote Control has been asked to load data from the API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12448,19 -12557,19 +12599,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12482,11 -12591,23 +12633,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12556,18 -12677,14 +12719,14 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Warning: Cannot download plug-in ''{0}''. Its download link is not known. "
- "Skipping download."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Warning: Cannot download plug-in ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Failed to create plug-in directory ''{0}''"
@@@ -12734,11 -12851,11 +12893,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Plug-in update failed"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Warning: failed to download plug-in information list"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Disable plug-in"
@@@ -12752,27 -12869,22 +12911,22 @@@ msgstr "Keep plug-in
msgid "Click to keep the plugin ''{0}''"
msgstr "Click to keep the plug-in ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Warning: failed to delete outdated plug-in ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Warning: failed to install already downloaded plug-in ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plug-in version."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Warning: failed to install plug-in ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
msgid "Click to disable the plugin ''{0}''"
msgstr "Click to disable the plug-in ''{0}''"
@@@ -12847,10 -12959,8 +13001,8 @@@ msgstr "Processing plug-in site cache f
msgid "Processing file ''{0}''"
msgstr "Processing file ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Warning: Failed to scan file ''{0}'' for plug-in information. Skipping."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -12864,12 -12974,25 +13016,25 @@@ msgstr "Download plug-in list...
msgid "Downloading plugin list from ''{0}''"
msgstr "Downloading plug-in list from ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Warning: failed to create plug-in directory ''{0}''. Cannot cache plug-in "
- "list from plug-in site ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Writing plug-in list to local cache ''{0}''"
@@@ -13244,15 -13367,12 +13409,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
msgid "{0}... [please type its number]"
msgstr ""
@@@ -13264,9 -13384,52 +13426,52 @@@ msgstr "
"Failed to open URL. There is currently no platform set. Please set a "
"platform first."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13298,9 -13461,23 +13503,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13635,6 -13812,11 +13854,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13896,6 -14078,9 +14120,9 @@@ msgstr "
"Write gps position info to the image file header. Run this feature from the "
"right click menu of the image layer."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13948,9 -14133,6 +14175,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13992,6 -14174,11 +14216,11 @@@ msgstr "
"Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) "
"to be running."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14128,6 -14315,9 +14357,9 @@@ msgstr "Embankment
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Toll"
+
msgid "Motorway Link"
msgstr "Motorway Link"
@@@ -14218,6 -14408,50 +14450,50 @@@ msgstr "Residential
msgid "Edit Residential Street"
msgstr "Edit Residential Street"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Highway type"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "yes"
+
+ msgid "no"
+ msgstr "no"
+
+ msgid "destination"
+ msgstr "destination"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Living Street"
@@@ -14236,11 -14470,11 +14512,11 @@@ msgstr "Area
msgid "Service"
msgstr "Service"
- msgid "Edit Serviceway"
- msgstr "Edit Serviceway"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Serviceway type"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "alley"
@@@ -14251,6 -14485,9 +14527,9 @@@ msgstr "driveway
msgid "parking_aisle"
msgstr "parking_aisle"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Parking Aisle"
@@@ -14278,18 -14515,12 +14557,12 @@@ msgstr "roundabout
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "yes"
-
msgid "Road Restrictions"
msgstr "Road Restrictions"
msgid "Edit Road Restrictions"
msgstr "Edit Road Restrictions"
- msgid "Toll"
- msgstr "Toll"
-
msgid "No exit (cul-de-sac)"
msgstr "No exit (cul-de-sac)"
@@@ -14299,9 -14530,6 +14572,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "destination"
-
msgid "delivery"
msgstr "delivery"
@@@ -14311,15 -14539,15 +14581,15 @@@ msgstr "permissive
msgid "private"
msgstr "private"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "agricultural"
msgid "forestry"
msgstr "forestry"
- msgid "no"
- msgstr "no"
-
msgid "official"
msgstr "official"
@@@ -14365,6 -14593,9 +14635,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Public Service Vehicles (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. speed (km/h)"
@@@ -14449,6 -14680,9 +14722,9 @@@ msgstr "Edit Bridge
msgid "viaduct"
msgstr "viaduct"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14553,20 -14787,29 +14829,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibility"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excellent"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "good"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermediate"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "bad"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "horrible"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Wheelchairs"
@@@ -14583,10 -14826,10 +14868,10 @@@ msgstr "Dedicated Bridleway
msgid "Edit Bridleway"
msgstr "Edit Bridleway"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14622,7 -14865,7 +14907,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14691,12 -14934,18 +14976,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "Emergency Phone"
+ msgid "Drinking Water"
+ msgstr "Drinking Water"
msgid "Traffic Signal"
msgstr "Traffic Lights"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Pedestrian crossing type"
@@@ -14712,15 -14961,6 +15003,6 @@@ msgstr "island
msgid "unmarked"
msgstr "unmarked"
- msgid "Cross on horseback"
- msgstr "Cross on horseback"
-
- msgid "Cross by bicycle"
- msgstr "Cross by bicycle"
-
- msgid "Crossing attendant"
- msgstr "Crossing attendant"
-
msgid "Crossing type name (UK)"
msgstr "Crossing type name (UK)"
@@@ -14742,6 -14982,15 +15024,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Crossing attendant"
+
+ msgid "Cross by bicycle"
+ msgstr "Cross by bicycle"
+
+ msgid "Cross on horseback"
+ msgstr "Cross on horseback"
+
msgid "Stop"
msgstr "Stop"
@@@ -14751,6 -15000,9 +15042,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-roundabout"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Direction"
@@@ -14760,11 -15012,8 +15054,8 @@@ msgstr "clockwise
msgid "Pedestrian Crossing"
msgstr "Pedestrian Crossing"
- msgid "Edit Crossing"
- msgstr "Edit Crossing"
-
- msgid "Type name (UK)"
- msgstr "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Traffic Calming"
@@@ -14796,9 -15045,6 +15087,6 @@@ msgstr "table
msgid "Passing Place"
msgstr "Passing Place"
- msgid "Edit Passing Place"
- msgstr "Edit Passing Place"
-
msgid "Turning Circle"
msgstr "Turning Circle"
@@@ -14841,6 -15087,12 +15129,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Allowed traffic:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "stone"
+
msgid "Bollard"
msgstr "Bollard"
@@@ -14856,6 -15108,9 +15150,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastic"
+
msgid "Cycle Barrier"
msgstr "Cycle Barrier"
@@@ -14925,21 -15180,15 +15222,18 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "pole"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "pole"
-
msgid "Guard Rail"
msgstr ""
@@@ -14968,8 -15217,9 +15262,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Edit Ditch"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14977,11 -15227,11 +15272,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Entrance"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Edit an Entrance"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Gate"
@@@ -15034,12 -15284,6 +15329,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "stone"
-
msgid "Turnstile"
msgstr "Turnstile"
@@@ -15100,12 -15344,21 +15389,21 @@@ msgstr "Edit Drain
msgid "Ditch"
msgstr "Ditch"
+ msgid "Edit Ditch"
+ msgstr "Edit Ditch"
+
msgid "Stream"
msgstr "Stream"
msgid "Edit Stream"
msgstr "Edit Stream"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Canal"
@@@ -15145,9 -15398,6 +15443,6 @@@ msgstr "Edit Dam
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -15181,6 -15431,21 +15476,21 @@@ msgstr "Edit Covered Reservoir
msgid "Edit Water"
msgstr "Edit Water"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -15262,18 -15527,23 +15572,23 @@@ msgstr "Edit Ferry Terminal
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicycle"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -15349,7 -15619,7 +15664,7 @@@ msgstr "tourism
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15373,11 -15643,14 +15688,14 @@@ msgstr "contact_line
msgid "rail"
msgstr "rail"
- msgid "Voltage"
- msgstr "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15388,9 -15661,6 +15706,6 @@@ msgstr "Narrow Gauge Railway
msgid "Edit Narrow Gauge Rail"
msgstr "Edit Narrow Gauge Railway"
- msgid "Types"
- msgstr "Types"
-
msgid "Monorail"
msgstr "Monorail"
@@@ -15412,15 -15682,15 +15727,15 @@@ msgstr "Edit Light Rail
msgid "Subway"
msgstr "Subway"
+msgid "Edit Tram"
+msgstr "Edit Tram"
+
msgid "Edit Subway"
msgstr "Edit Subway"
msgid "Tram"
msgstr "Tram"
-msgid "Edit Tram"
-msgstr "Edit Tram"
-
msgid "Bus Guideway"
msgstr "Bus Guideway"
@@@ -15442,6 -15712,9 +15757,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Level Crossing"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15454,18 -15727,32 +15772,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "half"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "full"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Crossing"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Crossing type"
@@@ -15565,11 -15852,9 +15897,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15581,13 -15866,11 +15911,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Edit Station"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pylon"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Edit Pylon"
+ msgstr ""
msgid "Parking"
msgstr "Parking"
@@@ -15604,12 -15887,12 +15932,12 @@@ msgstr "surface
msgid "underground"
msgstr "underground"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Access"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr "Park and Ride"
@@@ -15637,9 -15920,6 +15965,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Capacity"
@@@ -15661,10 -15941,29 +15986,29 @@@ msgstr "Opening Hours
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15814,6 -16113,9 +16158,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Voltage"
+
msgid "Amperage"
msgstr ""
@@@ -15835,6 -16137,12 +16182,12 @@@ msgstr "Repair
msgid "Edit Car Repair"
msgstr "Edit Car Repair"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15862,6 -16170,12 +16215,12 @@@ msgstr "Rental
msgid "Edit Car Rental"
msgstr "Edit Car Rental"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Sharing"
@@@ -15886,22 -16200,6 +16245,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15923,9 -16221,6 +16266,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Clothes"
@@@ -16120,6 -16415,9 +16460,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -16150,6 -16448,9 +16493,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Bench"
@@@ -16162,9 -16463,6 +16508,6 @@@ msgstr "Wheelchair
msgid "limited"
msgstr "limited"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16174,8 -16472,13 +16517,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Station"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Edit Station"
msgid "Building"
msgstr "Building"
@@@ -16189,6 -16492,9 +16537,9 @@@ msgstr "Edit Subway Entrance
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -16213,14 -16519,6 +16564,6 @@@ msgstr "Account or loyalty cards
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Station"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Edit Station"
-
msgid "UIC-Reference"
msgstr "UIC-Reference"
@@@ -16269,8 -16567,8 +16612,8 @@@ msgstr "Edit Bus Platform
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Edit Taxi station"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Airport"
@@@ -16323,6 -16621,21 +16666,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Edit Terminal"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -16345,21 -16658,6 +16703,6 @@@ msgstr "Edit Hotel
msgid "Stars"
msgstr "Stars"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -16549,9 -16847,6 +16892,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Tourism"
@@@ -16573,9 -16868,15 +16913,15 @@@ msgstr "Look-Out Tower
msgid "Information Office"
msgstr "Information Office"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Map"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Detail Grade"
@@@ -16588,6 -16889,9 +16934,9 @@@ msgstr "street
msgid "scheme"
msgstr "scheme"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Shown Area"
@@@ -16627,6 -16931,9 +16976,9 @@@ msgstr "... other transportation modes
msgid "Information Board"
msgstr "Information Board"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Board Content"
@@@ -16648,23 -16955,35 +17000,35 @@@ msgstr "plants
msgid "Guidepost"
msgstr "Guidepost"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Information Terminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Closer description"
msgid "Audioguide"
msgstr "Audioguide"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Audioguide via mobile phone?"
msgid "Phone number"
msgstr "Phone number"
- msgid "Other Information Points"
- msgstr "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Leisure"
@@@ -16793,50 -17112,44 +17157,44 @@@ msgstr "Artwork
msgid "Edit Artwork"
msgstr "Edit Artwork"
- msgid "Place of Worship"
- msgstr "Place of Worship"
-
- msgid "Edit Place of Worship"
- msgstr "Edit Place of Worship"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "buddhist"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "christian"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Place of Worship"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "Church"
- msgid "jewish"
- msgstr "jewish"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslim"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualist"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarian"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "zoroastrian"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Denomination"
@@@ -16853,6 -17166,12 +17211,12 @@@ msgstr "catholic
msgid "evangelical"
msgstr "evangelical"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "jehovahs_witness"
@@@ -16865,6 -17184,9 +17229,9 @@@ msgstr "methodist
msgid "mormon"
msgstr "mormon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "orthodox"
@@@ -16883,50 -17205,150 +17250,150 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "shia"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunni"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
+ msgid "Sa 10:00+"
msgstr ""
- msgid "video"
+ msgid "Mosque"
msgstr ""
- msgid "Public Building"
- msgstr "Public Building"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Edit Public Building"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "Town hall"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Edit Town hall"
+ msgid "shia"
+ msgstr "shia"
+
+ msgid "sunni"
+ msgstr "sunni"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualist"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr "unitarian"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrian"
+
+ msgid "Public Building"
+ msgstr "Public Building"
+
+ msgid "Edit Public Building"
+ msgstr "Edit Public Building"
+
+ msgid "Town hall"
+ msgstr "Town hall"
+
+ msgid "Edit Town hall"
+ msgstr "Edit Town hall"
msgid "Community Centre"
msgstr ""
@@@ -17003,6 -17425,12 +17470,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Health"
@@@ -17084,12 -17512,66 +17557,66 @@@ msgstr "Veterinary
msgid "Edit Veterinary"
msgstr "Edit Veterinary"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "public"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Post Box"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telephone"
@@@ -17099,6 -17581,30 +17626,30 @@@ msgstr "Edit Telephone
msgid "Telephone cards"
msgstr "Telephone cards"
+ msgid "Emergency Phone"
+ msgstr "Emergency Phone"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -17108,31 -17614,37 +17659,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -17160,8 -17672,8 +17717,8 @@@ msgstr "
msgid "Recycling"
msgstr "Recycling"
- msgid "Edit Recycling station"
- msgstr "Edit Recycling station"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batteries"
@@@ -17187,21 -17699,15 +17744,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Waste Basket"
- msgid "Edit Waste Basket"
- msgstr "Edit Waste Basket"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Backrest"
- msgid "plastic"
- msgstr "plastic"
-
msgid "Amount of Seats"
msgstr "Amount of Seats"
@@@ -17236,8 -17742,17 +17787,17 @@@ msgstr "Edit Hunting Stand
msgid "Height"
msgstr "Height"
+ msgctxt "height"
msgid "low"
- msgstr "low"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Hide"
@@@ -17245,9 -17760,6 +17805,6 @@@
msgid "Lock"
msgstr "Lock"
- msgid "Drinking Water"
- msgstr "Drinking Water"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17279,6 -17791,9 +17836,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17316,119 -17831,155 +17876,155 @@@ msgstr "Stadium
msgid "Edit Stadium"
msgstr "Edit Stadium"
- msgid "select sport:"
- msgstr "select sport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "archery"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "athletics"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australian_football"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketball"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "lawn bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "canoeing"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "climbing"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "cricket nets"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cycling"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "dog racing"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "equestrian"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastics"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "horse_racing"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "racquet"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "shooting"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skating"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "skiing"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "soccer"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "swimming"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "table_tennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sports Centre"
@@@ -17460,26 -18011,27 +18056,27 @@@ msgstr "Miniature Golf
msgid "Edit Miniature Golf"
msgstr "Edit Miniature Golf"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Edit Multi"
- msgid "type"
- msgstr "type"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "pitch"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sports_centre"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadium"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17487,6 -18039,15 +18084,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "pitch"
+
+ msgid "sports_centre"
+ msgstr "sports_centre"
+
+ msgid "stadium"
+ msgstr "stadium"
+
msgid "10pin"
msgstr "10pin"
@@@ -17520,6 -18081,22 +18126,22 @@@ msgstr "Edit Canoeing
msgid "Edit Cycling"
msgstr "Edit Cycling"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Dog Racing"
@@@ -17576,7 -18153,7 +18198,7 @@@ msgid "Skating
msgstr "Skating"
msgid "Edit Skating"
- msgstr "Edit Skating"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17620,36 -18197,54 +18242,54 @@@ msgstr "snow_park
msgid "Difficulty"
msgstr "Difficulty"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "novice"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "easy"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "advanced"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "expert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17692,19 -18287,15 +18332,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17843,72 -18434,158 +18479,158 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
- msgid "RC Car"
+ msgctxt "aerialway"
+ msgid "pitch"
msgstr ""
- msgid "Edit RC Car"
+ msgctxt "aerialway"
+ msgid "sports_centre"
msgstr ""
- msgid "Man Made"
- msgstr "Man Made"
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
+ msgid "RC Car"
+ msgstr ""
+
+ msgid "Edit RC Car"
+ msgstr ""
+
+ msgid "Man Made"
+ msgstr "Man Made"
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Entrance"
+
+ msgid "Edit Entrance"
+ msgstr "Edit an Entrance"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Tower"
@@@ -18133,41 -18810,67 +18855,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -18176,8 -18879,8 +18924,8 @@@ msgstr "Survey Point
msgid "Edit Survey Point"
msgstr "Edit Survey Point"
- msgid "Surveillance"
- msgstr "Surveillance"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Edit Surveillance Camera"
@@@ -18188,12 -18891,102 +18936,102 @@@ msgstr "indoor
msgid "outdoor"
msgstr "outdoor"
- msgid "public"
- msgstr "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "shop"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Power Generator"
@@@ -18245,89 -19038,192 +19083,192 @@@ msgstr "wind
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "photovoltaic"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "battery charging"
+ msgid "China Pressurized Reactor (CPR-1000)"
msgstr ""
- msgid "Power Station"
- msgstr "Power Station"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Edit Power Station"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Power Sub Station"
@@@ -18338,6 -19234,21 +19279,21 @@@ msgstr "Edit Power Sub Station
msgid "Line reference"
msgstr "Line reference"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "low"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -18353,6 -19264,9 +19309,9 @@@ msgstr "Edit Power Tower
msgid "Tower reference"
msgstr "Tower reference"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -18371,11 -19285,9 +19330,9 @@@ msgstr "Edit Power Line
msgid "Line type"
msgstr "Line type"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18484,11 -19396,11 +19441,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Edit Kiosk"
- msgid "Baker"
- msgstr "Baker"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Edit Baker"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Butcher"
@@@ -18499,7 -19411,7 +19456,7 @@@ msgstr "Edit Butcher
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -18520,6 -19432,9 +19477,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Organic"
+
msgid "Greengrocer"
msgstr ""
@@@ -18532,9 -19447,6 +19492,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Organic"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18604,7 -19516,7 +19561,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18625,13 -19537,13 +19582,13 @@@ msgstr "Edit Electronics Shop
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18640,9 -19552,8 +19597,8 @@@ msgstr "Hifi
msgid "Edit Hifi Shop"
msgstr "Edit Hifi Shop"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Edit Video Shop"
@@@ -18668,6 -19579,12 +19624,12 @@@ msgstr "Edit Money Exchange
msgid "Edit Automated Teller Machine"
msgstr "Edit Automated Teller Machine"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18698,16 -19615,37 +19660,37 @@@ msgstr "Optician
msgid "Edit Optician"
msgstr "Edit Optician"
- msgid "Jewelry"
- msgstr ""
+ msgid "Jewelry"
+ msgstr ""
+
+ msgid "Edit Jewelry"
+ msgstr ""
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddhist"
+
+ msgid "christian"
+ msgstr "christian"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "jewish"
- msgid "Edit Jewelry"
- msgstr ""
+ msgid "muslim"
+ msgstr "muslim"
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18737,7 -19675,7 +19720,7 @@@ msgstr "Edit Hardware Store
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18749,19 -19687,19 +19732,19 @@@ msgstr "Edit Furniture Shop
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18797,7 -19735,7 +19780,7 @@@ msgstr "Edit Travel Agency
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -19010,6 -19948,12 +19993,12 @@@ msgstr "Peak
msgid "Edit Peak"
msgstr "Edit Peak"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glacier"
@@@ -19049,26 -19993,35 +20038,35 @@@ msgstr "Tree
msgid "Edit Tree"
msgstr "Edit Tree"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanical Name"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Wood"
msgid "Edit Wood"
msgstr "Edit Wood"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "coniferous"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "deciduous"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "mixed"
msgid "Forest"
msgstr "Forest"
@@@ -19076,15 -20029,6 +20074,6 @@@
msgid "Edit Forest Landuse"
msgstr "Edit Forest Landuse"
- msgid "coniferous"
- msgstr "coniferous"
-
- msgid "deciduous"
- msgstr "deciduous"
-
- msgid "mixed"
- msgstr "mixed"
-
msgid "Grassland"
msgstr ""
@@@ -19160,6 -20104,12 +20149,12 @@@ msgstr "Meadow
msgid "Edit Meadow Landuse"
msgstr "Edit Meadow Landuse"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vineyard"
@@@ -19214,8 -20164,8 +20209,8 @@@ msgstr "Recreation Ground
msgid "Edit Recreation Ground Landuse"
msgstr "Edit Recreation Ground Landuse"
- msgid "Residential area"
- msgstr "Residential area"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Edit Residential Landuse"
@@@ -19226,6 -20176,9 +20221,9 @@@ msgstr "Graveyard
msgid "Edit Graveyard"
msgstr "Edit Graveyard"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cemetery"
@@@ -19301,6 -20254,33 +20299,33 @@@ msgstr "Edit Quarry Landuse
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Edit Address Information"
@@@ -19337,6 -20317,18 +20362,18 @@@ msgstr "even
msgid "alphabetic"
msgstr "alphabetic"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19505,20 -20497,49 +20542,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "road"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "foot"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "detour"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Symbol description"
@@@ -19565,19 -20586,22 +20631,22 @@@ msgstr "forward halt point
msgid "backward halt point"
msgstr "backward halt point"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19601,7 -20625,7 +20670,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19697,18 -20721,27 +20766,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "bridge"
msgid "deprecated"
msgstr "deprecated"
+ msgid "bicycle"
+ msgstr "bicycle"
+
+ msgid "foot"
+ msgstr "foot"
+
msgid "horse"
msgstr "horse"
@@@ -19718,8 -20751,11 +20796,11 @@@ msgstr "barrier
msgid "motorroad"
msgstr "motorroad"
- msgid "highway_track"
- msgstr "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "services"
@@@ -19727,11 -20763,11 +20808,11 @@@
msgid "ford"
msgstr "ford"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "emergency_access_point"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "riverbank"
@@@ -19748,6 -20784,9 +20829,9 @@@ msgstr "rapids
msgid "railwaypoint"
msgstr "railwaypoint"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19763,29 -20802,29 +20847,29 @@@ msgstr "oldrail
msgid "aeroway"
msgstr "aeroway"
- msgid "aeroway_dark"
- msgstr "aeroway_dark"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "aeroway_light"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "piste_easy"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "piste_intermediate"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "piste_advanced"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "piste_expert"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "piste_freeride"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "piste_novice"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "power"
@@@ -19805,20 -20844,20 +20889,20 @@@ msgstr "marina
msgid "amenity"
msgstr "amenity"
- msgid "amenity_traffic"
- msgstr "amenity_traffic"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "amenity_light"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "light_water"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "health"
- msgid "shop"
- msgstr "shop"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotel"
@@@ -19892,11 -20931,14 +20976,14 @@@ msgstr "route
msgid "boundary"
msgstr "boundary"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "place"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "address"
@@@ -19910,9 -20952,6 +20997,6 @@@ msgstr "Village/City
msgid "One Way"
msgstr "One Way"
- msgid "Church"
- msgstr "Church"
-
msgid "Fuel Station"
msgstr "Fuel Station"
@@@ -19940,6 -20979,9 +21024,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19985,10 -21027,40 +21072,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -20000,7 -21072,7 +21117,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -20018,7 -21090,7 +21135,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20135,19 -21207,130 +21252,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20166,7 -21349,46 +21394,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20175,7 -21397,10 +21442,10 @@@ msgstr "
msgid "Yahoo Sat"
msgstr ""
- msgid "Bing Sat"
+ msgid "Bing Sat"
+ msgstr ""
+
+ msgid "HDDM (Humanitarian OpenStreetMap)"
msgstr ""
msgid "MapBox Satellite"
@@@ -20184,18 -21409,21 +21454,24 @@@ msgstr "
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20211,7 -21439,7 +21487,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20220,6 -21448,9 +21496,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20366,6 -21597,29 +21645,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20531,6 -21785,9 +21833,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20576,6 -21833,39 +21881,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "refresh the port list"
+
+ msgid "Configure"
+ msgstr "Configure"
+
+ msgid "Connection Error."
+ msgstr "Connection Error."
+
+ msgid "configure the connected DG100"
+ msgstr "configure the connected DG100"
+
+ msgid "delete data after import"
+ msgstr "delete data after import"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20781,6 -22071,18 +22119,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20802,14 -22104,8 +22152,8 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
- msgstr ""
+ msgid "Tracks"
+ msgstr "Tracks"
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -21071,10 -22367,13 +22415,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21101,6 -22400,6 +22448,9 @@@ msgstr "
msgid "Error while creating image layer: {0}"
msgstr ""
++msgid "Error while creating image layer: {0}"
++msgstr ""
++
msgid "Import image"
msgstr ""
@@@ -21278,8 -22577,8 +22628,8 @@@ msgstr "Expected odd numbers for addres
msgid "Expected even numbers for addresses"
msgstr "Expected even numbers for addresses"
- msgid "Expected valid number for address increment"
- msgstr "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Country code must be 2 letters"
@@@ -21613,15 -22912,6 +22963,6 @@@ msgstr "House number:
msgid "Street Name:"
msgstr "Street Name:"
- msgid "Increment"
- msgstr "Increment"
-
- msgid "Decrement"
- msgstr "Decrement"
-
- msgid "Numbers:"
- msgstr "Numbers:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -21805,6 -23095,9 +23146,9 @@@ msgstr "Disable image cropping during g
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21823,12 -23116,6 +23167,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "symbol"
@@@ -21975,6 -23262,9 +23313,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Display crosspieces:"
@@@ -21994,6 -23284,9 +23335,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Add \"source=...\" to elements?"
@@@ -22238,8 -23531,11 +23582,11 @@@ msgstr "WMS layer ({0}), {1} tile(s) lo
msgid "Is not vectorized."
msgstr "Is not vectorised."
- msgid "Raster size: {0}"
- msgstr "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Is vectorised."
@@@ -22290,7 -23586,7 +23637,7 @@@ msgstr "Delete the selected scheme fro
msgid "Color Schemes"
msgstr "Colour Schemes"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22517,27 -23813,9 +23864,9 @@@ msgstr "Disable data logging if distanc
msgid "Unknown logFormat"
msgstr "Unknown logFormat"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "refresh the port list"
-
- msgid "Configure"
- msgstr "Configure"
-
msgid "Configure Device"
msgstr "Configure Device"
- msgid "Connection Error."
- msgstr "Connection Error."
-
- msgid "configure the connected DG100"
- msgstr "configure the connected DG100"
-
- msgid "delete data after import"
- msgstr "delete data after import"
-
msgid "Importing data from device."
msgstr "Importing data from device."
@@@ -23627,9 -24905,31 +24956,31 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -24281,9 -25581,6 +25632,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "An error occurred: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr "Process queue"
@@@ -24340,18 -25637,6 +25688,6 @@@ msgstr "
msgid "Close: "
msgstr "Close: "
- msgid "New issue"
- msgstr "New issue"
-
- msgid "Create issue"
- msgstr "Create issue"
-
- msgid "Describe the problem precisely"
- msgstr "Describe the problem precisely"
-
- msgid "Create: "
- msgstr "Create: "
-
msgid "Open in browser"
msgstr ""
@@@ -24702,6 -25987,27 +26038,27 @@@ msgstr "Test failed: Could not read mti
msgid "Test failed: Could not write mtime."
msgstr "Test failed: Could not write mtime."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24853,6 -26159,9 +26210,9 @@@ msgstr "Nothing in clipboard
msgid "The clipboard data is not an image"
msgstr "The clipboard data is not an image"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25170,9 -26479,6 +26530,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "Tracks"
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25388,6 -26694,9 +26745,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25420,15 -26729,35 +26780,35 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Change Properties"
+
msgid "Country preset:"
msgstr ""
@@@ -25543,9 -26872,6 +26923,6 @@@ msgstr "Routing Plug-in Preferences
msgid "Configure routing preferences."
msgstr "Configure routing preferences."
- msgid "Highway type"
- msgstr "Highway type"
-
msgid "Speed (Km/h)"
msgstr "Speed (Km/h)"
@@@ -25724,19 -27050,19 +27101,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25953,6 -27279,95 +27330,95 @@@ msgstr "Tracer.
msgid "Tracer building"
msgstr "Tracer building"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25989,6 -27404,9 +27455,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26141,9 -27559,6 +27610,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27139,9 -28554,6 +28605,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr ""
@@@ -27432,9 -28844,6 +28895,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/eo.po
index 11b19d1,1d13e80..cb313c1
--- a/i18n/po/eo.po
+++ b/i18n/po/eo.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-10-03 21:33+0000\n"
"Last-Translator: Michael Moroni <michael.moroni at mailoo.org>\n"
"Language-Team: Esperanto <eo at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:40+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:39+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: eo\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Pri JOSMâ¦"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "Ilo: {0}
msgid "Please select at least four nodes."
msgstr "Bonvolu elekti almenaÅ kvar nodojn."
- msgid "Information"
- msgstr "Informo"
-
msgid "Align Nodes in Line"
msgstr "AranÄi nodojn laÅ linion."
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "Informo"
+
msgid "Zoom to {0}"
msgstr "Zomi al {0}"
@@@ -345,11 -351,9 +351,9 @@@ msgstr "
"renversi kelkajn?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Neeblis kunfandi la vojojn. (Ili ne povis esti kunfanditaj en unu nuran "
- "nodÄenon)"
msgid "Combine {0} ways"
msgstr "Kunfandi {0} vojojn."
@@@ -527,6 -531,9 +531,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -640,7 -647,7 +647,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -790,8 -797,8 +797,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -976,12 -983,8 +983,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -999,9 -1002,6 +1002,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1167,9 -1167,6 +1167,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1308,13 -1305,13 +1305,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1403,6 -1400,27 +1400,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1687,6 -1705,9 +1705,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1906,8 -1927,8 +1927,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2332,6 -2353,9 +2353,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2528,8 -2552,7 +2552,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2615,6 -2638,9 +2638,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2651,10 -2677,10 +2677,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2677,8 -2703,8 +2703,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2782,6 -2808,9 +2808,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2842,8 -2871,8 +2871,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2873,10 -2902,10 +2902,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2897,6 -2926,9 +2926,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2927,18 -2959,18 +2959,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2947,8 -2979,8 +2979,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2956,13 -2988,11 +2988,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2976,8 -3006,8 +3006,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3007,11 -3037,10 +3037,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEKONATA"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3164,8 -3193,7 +3193,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3272,7 -3300,7 +3300,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3310,9 -3338,6 +3338,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3351,6 -3376,9 +3376,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3375,6 -3403,15 +3403,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3434,6 -3471,9 +3471,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3516,6 -3556,15 +3556,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3585,6 -3634,12 +3634,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3642,13 -3697,13 +3697,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3680,10 -3735,10 +3735,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3817,7 -3872,7 +3872,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3892,6 -3947,9 +3947,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3922,9 -3980,6 +3980,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3949,10 -4004,10 +4004,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4015,23 -4070,6 +4070,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4135,7 -4173,7 +4173,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4364,6 -4402,18 +4402,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4468,19 -4518,6 +4518,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4768,29 -4805,47 +4805,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4805,7 -4860,7 +4860,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4857,14 -4912,6 +4912,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5114,14 -5161,14 +5161,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5642,6 -5689,9 +5689,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5725,6 -5775,33 +5775,33 @@@ msgstr "
msgid "No"
msgstr "Ne"
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5815,8 -5892,7 +5892,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5986,9 -6062,6 +6062,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6273,8 -6346,8 +6346,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6339,34 -6412,46 +6412,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6381,13 -6466,13 +6466,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6541,7 -6626,7 +6626,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6859,6 -6944,25 +6944,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6990,20 -7094,7 +7094,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7014,23 -7105,9 +7105,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7127,7 -7204,7 +7204,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7226,6 -7303,9 +7303,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7313,7 -7393,7 +7393,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7332,6 -7412,12 +7412,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7398,8 -7484,7 +7484,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7474,8 -7559,8 +7559,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7489,8 -7574,7 +7574,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7705,12 -7789,6 +7789,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7719,13 -7797,29 +7797,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7734,6 -7828,21 +7828,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7741,8 -7850,8 +7850,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7854,9 -7963,6 +7963,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7866,6 -7972,9 +7972,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7882,7 -7991,7 +7991,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8028,7 -8137,7 +8137,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8058,7 -8167,7 +8167,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8411,9 -8520,6 +8520,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8432,6 -8538,9 +8538,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8489,6 -8598,12 +8598,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8555,9 -8670,6 +8670,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8738,14 -8850,10 +8850,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8760,7 -8868,7 +8868,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8770,8 -8878,7 +8878,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8991,7 -9098,7 +9098,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9706,21 -9813,21 +9813,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9774,6 -9881,9 +9914,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9827,6 -9937,11 +9970,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10283,6 -10398,12 +10431,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10346,7 -10467,7 +10500,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10604,21 -10725,6 +10758,6 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr ""
-
- msgid "UTM Zone"
- msgstr ""
-
- msgid "North"
- msgstr "Nordo"
-
- msgid "South"
- msgstr "Sudo"
-
- msgid "Hemisphere"
- msgstr ""
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
@@@ -10640,6 -10746,21 +10779,21 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr ""
+
+ msgid "UTM Zone"
+ msgstr ""
+
+ msgid "North"
+ msgstr "Nordo"
+
+ msgid "South"
+ msgstr "Sudo"
+
+ msgid "Hemisphere"
+ msgstr ""
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -10690,8 -10811,8 +10844,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10700,20 -10821,25 +10854,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10795,14 -10921,8 +10954,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10875,7 -10995,7 +11028,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10954,9 -11074,6 +11107,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10975,6 -11092,14 +11125,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11004,9 -11129,49 +11162,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11037,7 -11202,7 +11235,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11077,28 -11242,26 +11275,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11197,6 -11360,9 +11393,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11212,12 -11378,20 +11411,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11296,7 -11470,7 +11503,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11395,35 -11569,11 +11602,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11433,8 -11583,8 +11616,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11461,10 -11611,7 +11644,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11548,8 -11695,8 +11728,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11746,7 -11893,7 +11926,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11792,6 -11939,15 +11972,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11822,19 -11978,19 +12011,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11856,11 -12012,23 +12045,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11930,13 -12098,13 +12131,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12079,10 -12247,10 +12280,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12097,22 -12265,21 +12298,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12181,8 -12348,7 +12381,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12197,9 -12363,24 +12396,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12521,12 -12702,11 +12735,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12537,16 -12717,59 +12750,59 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Key is too long (max {0} characters):"
msgstr ""
@@@ -12571,9 -12794,23 +12827,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12896,6 -13133,11 +13166,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13135,6 -13377,9 +13410,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13184,9 -13429,6 +13462,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13223,6 -13465,11 +13498,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13353,6 -13600,9 +13633,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13443,6 -13693,50 +13726,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "jes"
+
+ msgid "no"
+ msgstr "ne"
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13461,10 -13755,10 +13788,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13476,6 -13770,9 +13803,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13503,18 -13800,12 +13833,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "jes"
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13524,9 -13815,6 +13848,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13536,15 -13824,15 +13857,15 @@@ msgstr "
msgid "private"
msgstr ""
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "ne"
-
msgid "official"
msgstr ""
@@@ -13590,6 -13878,9 +13911,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13674,6 -13965,9 +13998,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13778,21 -14072,30 +14105,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "bone"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "malsana"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13808,10 -14111,10 +14144,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13847,7 -14150,7 +14183,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13916,12 -14219,18 +14252,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13937,15 -14246,6 +14279,6 @@@ msgstr "insulo
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13967,6 -14267,15 +14300,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13976,6 -14285,9 +14318,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13985,10 -14297,7 +14330,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14021,9 -14330,6 +14363,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14066,6 -14372,12 +14405,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14081,6 -14393,9 +14426,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14150,19 -14465,13 +14498,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14193,6 -14502,7 +14535,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14202,11 -14512,11 +14545,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Enirejo"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Modifi Enirejo"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr ""
@@@ -14259,12 -14569,6 +14602,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14325,12 -14629,21 +14662,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14370,9 -14683,6 +14716,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14406,6 -14716,21 +14749,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14487,18 -14812,23 +14845,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "veturilo"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "biciklo"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14574,7 -14904,7 +14937,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14598,10 -14928,13 +14961,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14613,9 -14946,6 +14979,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14637,15 -14967,15 +15000,15 @@@ msgstr "
msgid "Subway"
msgstr ""
+msgid "Edit Tram"
+msgstr ""
+
msgid "Edit Subway"
msgstr ""
msgid "Tram"
msgstr "Tramo"
-msgid "Edit Tram"
-msgstr ""
-
msgid "Bus Guideway"
msgstr ""
@@@ -14667,6 -14997,9 +15030,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14679,21 -15012,35 +15045,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14790,11 -15137,9 +15191,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14806,11 -15151,9 +15205,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14829,10 -15172,10 +15226,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14862,9 -15205,6 +15259,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14886,32 -15226,51 +15280,51 @@@ msgstr "
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
msgstr ""
- msgid "Parking entrance"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
msgstr ""
- msgid "Edit Parking entrance"
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
msgstr ""
- msgid "Fuel"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
msgstr ""
- msgid "Edit Fuel"
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Brand"
+ msgid "Su 10:00+"
msgstr ""
- msgid "Agip"
- msgstr "Agip"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
- msgid "Aral"
- msgstr "Aral"
+ msgid "Parking entrance"
+ msgstr ""
+
+ msgid "Edit Parking entrance"
+ msgstr ""
+
+ msgid "Fuel"
+ msgstr ""
+
+ msgid "Edit Fuel"
+ msgstr ""
+
+ msgid "Brand"
+ msgstr ""
+
+ msgid "Agip"
+ msgstr "Agip"
+
+ msgid "Aral"
+ msgstr "Aral"
msgid "Avia"
msgstr "Avia"
@@@ -15039,6 -15398,9 +15452,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15060,6 -15422,12 +15476,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15087,6 -15455,12 +15509,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15111,22 -15485,6 +15539,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "jes"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ne"
-
msgid "brand"
msgstr ""
@@@ -15148,9 -15506,6 +15560,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Vestoj"
@@@ -15345,6 -15700,9 +15754,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15375,6 -15733,9 +15787,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15387,9 -15748,6 +15802,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15399,9 -15757,14 +15811,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15414,6 -15777,9 +15831,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15438,14 -15804,6 +15858,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15494,7 -15852,7 +15906,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15548,41 -15906,41 +15960,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15774,9 -16132,6 +16186,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15798,9 -16153,15 +16207,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15813,6 -16174,9 +16228,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15852,6 -16216,9 +16270,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15873,22 -16240,34 +16294,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr "Telefonnumero"
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16018,49 -16397,43 +16451,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
+ msgid "Recording Studio"
msgstr ""
- msgid "Edit Place of Worship"
+ msgid "Edit Studio"
msgstr ""
- msgid "Religion"
+ msgid "audio"
msgstr ""
- msgid "bahai"
+ msgid "video"
msgstr ""
- msgid "buddhist"
+ msgid "Place of Worship"
msgstr ""
- msgid "christian"
- msgstr "kristana"
-
- msgid "hindu"
- msgstr "hindua"
-
- msgid "jain"
- msgstr ""
+ msgid "Church"
+ msgstr "PreÄejo"
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16078,6 -16451,12 +16505,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16090,6 -16469,9 +16523,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16108,37 -16490,137 +16544,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16228,6 -16710,12 +16764,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16309,74 -16797,158 +16851,158 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
- msgstr "Telefono"
-
- msgid "Edit Telephone"
+ msgid "public"
msgstr ""
- msgid "Telephone cards"
+ msgid "seasonal"
msgstr ""
- msgid "Clock"
+ msgid "flush"
msgstr ""
- msgid "Edit Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Display"
+ msgid "chemical"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "seated;urinal"
msgstr ""
- msgid "Support"
+ msgid "squat"
msgstr ""
- msgid "wall_mounted"
+ msgid "urinal"
msgstr ""
- msgid "billboard"
+ msgid "Post Box"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Edit Postbox"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "Collection times"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "11:30"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "Shows current date"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows temperature"
+ msgid "Drive through"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Telephone"
+ msgstr "Telefono"
+
+ msgid "Edit Telephone"
+ msgstr ""
+
+ msgid "Telephone cards"
+ msgstr ""
+
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
msgstr ""
msgid "Shows humidity"
@@@ -16385,7 -16957,7 +17011,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16412,21 -16984,15 +17038,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16461,16 -17027,22 +17081,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16504,6 -17076,9 +17130,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16541,119 -17116,155 +17170,155 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
- msgstr "sporto"
+ msgid "Sport"
+ msgstr "Sporto"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "futbalo"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "teniso"
+ msgstr ""
msgid "Sports Centre"
msgstr ""
@@@ -16685,33 -17296,43 +17350,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr "Sporto"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16745,6 -17366,22 +17420,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16845,36 -17482,54 +17536,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "facila"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16917,19 -17572,15 +17626,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17068,6 -17719,18 +17773,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17080,60 -17743,134 +17797,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "domo"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Enirejo"
+
+ msgid "Edit Entrance"
+ msgstr "Modifi Enirejo"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17358,41 -18095,67 +18149,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17401,7 -18164,7 +18218,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17413,12 -18176,102 +18230,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "komerco"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17470,88 -18323,191 +18377,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumped-storage"
- msgstr ""
-
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "Power Station"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17563,6 -18519,21 +18573,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17578,6 -18549,9 +18603,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17596,11 -18570,9 +18624,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17709,10 -18681,10 +18735,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17724,7 -18696,7 +18750,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17745,6 -18717,9 +18771,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17757,9 -18732,6 +18786,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17829,7 -18801,7 +18855,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17850,13 -18822,13 +18876,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17865,7 -18837,6 +18891,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17893,6 -18864,12 +18918,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17929,10 -18906,31 +18960,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr "kristana"
+
+ msgid "hindu"
+ msgstr "hindua"
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17962,7 -18960,7 +19014,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17974,19 -18972,19 +19026,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18022,7 -19020,7 +19074,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18235,6 -19233,12 +19287,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18274,24 -19278,33 +19332,33 @@@ msgstr "Arbo
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18301,15 -19314,6 +19368,6 @@@ msgstr "Arbaro
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18385,6 -19389,12 +19443,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18439,7 -19449,7 +19503,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18451,6 -19461,9 +19515,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Tombejo"
@@@ -18490,40 -19503,67 +19557,67 @@@ msgstr "
msgid "Military"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
+ msgstr ""
+
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18562,6 -19602,18 +19656,18 @@@ msgstr "
msgid "alphabetic"
msgstr "alfabeta"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18730,21 -19782,50 +19836,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18790,21 -19871,24 +19925,24 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr ""
+ msgid "house"
+ msgstr "domo"
+
msgid "Street"
msgstr "Strato"
@@@ -18826,7 -19910,7 +19964,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18922,18 -20006,27 +20060,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "ponto"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr "biciklo"
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr "Äevalo"
@@@ -18943,7 -20036,10 +20090,10 @@@ msgstr "barilo
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18952,10 -20048,10 +20102,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18973,6 -20069,9 +20123,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18988,28 -20087,28 +20141,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19030,20 -20129,20 +20183,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
- msgstr "komerco"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotelo"
@@@ -19117,10 -20216,13 +20270,13 @@@ msgstr "
msgid "boundary"
msgstr "landlimo"
+ msgid "sport"
+ msgstr "sporto"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19135,9 -20237,6 +20291,6 @@@ msgstr "VilaÄo/Urbo
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr "PreÄejo"
-
msgid "Fuel Station"
msgstr ""
@@@ -19165,6 -20264,9 +20318,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19210,10 -20312,40 +20366,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19225,7 -20357,7 +20411,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19243,7 -20375,7 +20429,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19360,19 -20492,130 +20546,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19391,7 -20634,46 +20688,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19403,24 -20685,30 +20739,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19436,7 -20724,7 +20781,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19445,6 -20733,9 +20790,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19591,6 -20882,29 +20939,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19756,6 -21070,9 +21127,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19801,6 -21118,39 +21175,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19987,19 -21337,31 +21394,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20023,13 -21385,7 +21442,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20292,10 -21648,13 +21705,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20499,7 -21858,7 +21915,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20770,15 -22129,6 +22186,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20949,6 -22299,9 +22356,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20967,12 -22320,6 +22377,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21108,6 -22455,9 +22512,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21125,6 -22475,9 +22532,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21351,7 -22704,10 +22761,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21401,7 -22757,7 +22814,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21573,19 -22929,19 +22986,84 @@@ msgstr "
msgid "Private chat"
msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21625,27 -22981,9 +23103,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22723,9 -24061,26 +24183,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23372,9 -24727,6 +24849,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23427,18 -24779,6 +24901,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23785,6 -25125,27 +25247,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23936,6 -25297,9 +25419,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24253,9 -25617,6 +25739,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24471,6 -25832,9 +25954,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24503,15 -25867,31 +25989,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24626,9 -26006,6 +26128,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24807,19 -26184,19 +26306,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25035,6 -26412,95 +26534,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25071,6 -26537,9 +26659,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25223,9 -26692,6 +26814,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26211,9 -27677,6 +27799,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26492,9 -27955,6 +28077,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/es.po
index ec52866,7c21bf7..b78b4b0
--- a/i18n/po/es.po
+++ b/i18n/po/es.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-30 21:10+0000\n"
- "Last-Translator: pertile <leopoldofederico at gmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-14 13:10+0000\n"
+ "Last-Translator: Emilio Gomez Fernandez <Unknown>\n"
"Language-Team: Spanish <es at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-31 04:33+0000\n"
- "X-Generator: Launchpad (build 16750)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:59+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: es\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -21,7 -21,7 +21,7 @@@ msgid "{0}: option ''--{1}'' does not a
msgstr "{0}: opción\"--{1}\" no permite un argumento"
msgid "{0}: option ''{1}{2}'' does not allow an argument"
- msgstr "{0}: opción\"--{1}{2}\" no permite un argumento"
+ msgstr "{0}: opción \"{1}{2}\" no permite un argumento"
msgid "{0}: option ''{1}'' requires an argument"
msgstr "{0}: opción\"--{1}\" requiere un argumento"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Condiciones de uso de la image
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "La apertura de enlace no se admite en la plataforma actual (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ERROR: {0}"
+
msgid "WARNING: {0}"
msgstr "ADVERTENCIA: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFORMACIÃN: {0}
msgid "DEBUG: {0}"
msgstr "DEPURACIÃN: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Ejecutando enganche de inicio a la plataforma"
@@@ -163,20 -169,20 +169,20 @@@ msgid "About JOSM...
msgstr "Acerca de JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ATENCIÃN: formato inesperado de la URL base de la API. El redireccionado a "
- "la página de información o de histórico del objeto OSM probablemente "
- "fallará. La URL base de la API es: \"{0}\""
+ "Formato inesperado de la URL base de la API. La redirección a la página de "
+ "de información o historial del el objeto OSM probablemente fallará. La URL "
+ "base de la API es:'' {0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Precaución: formato inesperado de la URL de la base API. La redirección "
- "hacia la página de usuario OSM probablemente fallará. La URL de la base API "
- "es:\"{0}\""
+ "Formato inesperado para la URL base de la API . La redirección a la página "
+ "de usuario para el usuario de OSM probablemente fallará. La URL base de la "
+ "API es: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -263,9 -269,6 +269,6 @@@ msgstr "Herramienta: {0}
msgid "Please select at least four nodes."
msgstr "Por favor seleccione al menos cuatro nodos."
- msgid "Information"
- msgstr "Información"
-
msgid "Align Nodes in Line"
msgstr "Alinear nodos en lÃnea"
@@@ -302,6 -305,9 +305,9 @@@ msgstr "siguiente
msgid "Nothing selected to zoom to."
msgstr "Nada seleccionado para realizar zoom"
+ msgid "Information"
+ msgstr "Información"
+
msgid "Zoom to {0}"
msgstr "Zoom a {0}"
@@@ -321,7 -327,7 +327,7 @@@ msgid "Toggle visibility of Changeset M
msgstr "Alternar la visibilidad de la ventana de Administrador de Cambios"
msgid "Close open changesets"
- msgstr "Cerrar conjunto de cambios abiertos"
+ msgstr "Cerrar conjunto de cambios abierto"
msgid "Closes open changesets"
msgstr "Cierre de los conjuntos de cambios abiertos"
@@@ -358,11 -364,11 +364,11 @@@ msgstr "
"alguna de ellas?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "No se han podido combinar las vÃas (no se han podido unir en una cadena "
- "única de nodos)"
+ "No fue posible combinar las vÃas<br>(no pudieron ser combinadas en una única "
+ "cadena de nodos)"
msgid "Combine {0} ways"
msgstr "Combinar {0} vÃas"
@@@ -423,7 -429,7 +429,7 @@@ msgid "Toggle dialogs panel
msgstr "Activar panel de diálogos"
msgid "Toggle dialogs panel, maximize mapview"
- msgstr ""
+ msgstr "Conmuta el panel de diálogos, maximiza la vista del mapa"
msgid "Distribute Nodes"
msgstr "Distribuir nodos"
@@@ -550,6 -556,9 +556,9 @@@ msgid "Display history information abou
msgstr ""
"Mostrar el historial de información de las vÃas, nodos o relaciones de OSM."
+ msgid "Show history"
+ msgstr "Mostrar historial"
+
msgid "History (web)"
msgstr "Historial (web)"
@@@ -678,11 -687,11 +687,11 @@@ msgid "Joined overlapping areas
msgstr "Unir áreas superpuestas"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Algunas de las vÃas forman que parte de relaciones han sido modificadas. Por "
- "favor compruebe que errores no se han introducido."
+ "Algunas de las vÃas formaba parte de relaciones que han sido "
+ "modificadas.<br>Por favor verifique que no se hayan introducido errores."
msgid "Fix tag conflicts"
msgstr "Arreglar conflictos de etiquetas"
@@@ -851,10 -860,10 +860,10 @@@ msgid "Merge nodes into the oldest one.
msgstr "Convertir nodos en el más antiguo."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Por favor, seleccione al menos dos nodos para poder unirlos, o un nodo muy "
+ "Por favor seleccione al menos dos nodos para fusionar o un nodo que esté "
"cercano a otro."
msgid "Abort Merging"
@@@ -1038,7 -1047,7 +1047,7 @@@ msgid "
"can undo the movement for certain nodes:<br>Select them and press the "
"shortcut for Orthogonalize / Undo. The default is Shift-Q.)"
msgstr ""
- "<h3>Cuando se elige una o más vÃas la forma se ajusta de tal manera en que "
+ "<h3>Cuando se elige una o más vÃas la forma se ajusta de tal manera de que "
"todos los ángulos son de 90 ó 180 grados.</h3>Puede añadir dos nodos a la "
"selección. Entonces se fija la dirección en función de esos dos nodos de "
"referencia. (Después puede deshacer el movimiento para algunos "
@@@ -1061,16 -1070,11 +1070,11 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizar / Deshacer"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizar forma / Deshacer\n"
- "¡Por favor, seleccione los nodos que fueron movidos por la acción anterior "
- "de Ortogonalizar forma!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Deshacer ortogonalizar forma"
+ "Ortogonalizar figura / Deshacer<br>Por favor ¡seleccione nodos que hayan "
+ "sido movidos por la acción de Ortogonalizar Figura anterior!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1091,9 -1095,6 +1095,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Uso"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Los elementos seleccionados no pueden ser ortogonalizados"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1276,9 -1277,6 +1277,6 @@@ msgstr "Cargar sesión
msgid "Load a session from file."
msgstr "Cargar una sesión desde archivo."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Archivo de sesión (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Abrir sesión"
@@@ -1433,18 -1431,18 +1431,18 @@@ msgstr "
"nodos de la mitad de la vÃa)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Una parte basada en la relación de miembros fue copiada a todas las "
- "rutas.<br>DeberÃa verificar esto y corregirlo cuando sea necesario.</html>"
+ "Un miembro de la relación basada en roles fue copiada a todas las nuevas "
+ "vÃas.<br> DeberÃa verificarlo y corregir en los casos que sea necesario."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Una relación de miembros fue copiada a todas las vÃas.<br>DebererÃa "
- "verificar y corregir esto cuando sea necesario.</html>"
+ "Un miembro de la relación fue copiado a todas las nuevas vÃas.<br> DeberÃa "
+ "verificarlo y corregirlo donde sea necesario."
msgid "Split way {0} into {1} parts"
msgstr "Dividir la vÃa {0} en {1} partes"
@@@ -1541,6 -1539,30 +1539,30 @@@ msgstr "
"Está a punto de despegar objetos incompletos.<br>Esto causará problemas "
"debido a que no verá el objeto real.<br>¿Realmente quiere despegar?"
+ msgid "Disconnect Node from Way"
+ msgstr "Desconectar nodo de la vÃa"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Desconectar nodos desde una vÃa a la que actualmente pertenecen"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Selecciona al menos un nodo a ser desconectado."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "El nodo seleccionado no puede ser desconectado de la nada."
+ msgstr[1] "Los nodos seleccionados no pueden ser desconectados de la nada."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "El camino afectado desaparecerÃa después de desconectar el nodo seleccionado."
+ msgstr[1] ""
+ "El camino afectado desaparecerÃa después de desconectar los nodos "
+ "seleccionados."
+
msgid "Undo"
msgstr "Deshacer"
@@@ -1620,7 -1642,7 +1642,7 @@@ msgid "
"contributors to.<br /><br />Are you sure you want to continue?"
msgstr ""
"Va a cargar los datos de la capa ''{0}''. <br/> <br/> Enviar datos de esta "
- "capa es <b> muy desaconsejable</ b>. Si continúa, <br /> se podrá requerir "
+ "capa es <b>muy desaconsejable</b>. Si continúa se podrá requerir "
"posteriormente que se reviertan los cambios o forzar a otros editores del "
"mapa a que lo hagan<br /> <br /> ¿Está usted seguro que desea continuar?"
@@@ -1842,6 -1864,9 +1864,9 @@@ msgstr "({0}/{1}) Cargando padres de l
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Cargando padres de la relación {2}"
+ msgid "Download session"
+ msgstr "Descargar sesion"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Descargando {0} de {1} ({2} pendientes)"
@@@ -1986,7 -2011,7 +2011,7 @@@ msgid "draw angle snap
msgstr "dibujar ajuste de ángulo"
msgid "draw angle snap highlight"
- msgstr ""
+ msgstr "resaltar dibujado de ángulo de corte"
msgid "Toggle snapping by {0}"
msgstr "Activar/Desactivar instantanea de {0}"
@@@ -2086,10 -2111,10 +2111,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "No se puede colocar un nodo fuera del mundo."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "Añadir un nuevo nodo a la vÃa"
- msgstr[1] "Añadir un nuevo nodo a {0} vÃas"
+ msgstr[1] "Añadir nuevo nodos a las {0} vÃas"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "No se puede eliminar el nodo que hace referencia a varios objetos"
@@@ -2573,6 -2598,9 +2598,9 @@@ msgstr "\"valor\" con ninguna clave
msgid "matches if ''key'' exists"
msgstr "coincidencias si la \"clave\" existe"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "combinadores"
@@@ -2788,11 -2816,10 +2816,10 @@@ msgstr "Falta parámetro para XOR
msgid "Missing operator for NOT"
msgstr "Falta un para para el ''NOT''"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Aviso: se ha recortado automáticamente el valor del atributo ''{0}'' en el "
- "objeto borrado {1}"
+ "Truncar automáticamente el valor de la etiqueta ''{0}'' en el objeto "
+ "eliminado {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2889,6 -2916,9 +2916,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Añadido {0} objeto"
msgstr[1] "Añadidos {0} objetos"
+ msgid "New way {0} has 0 nodes"
+ msgstr "La nueva vÃa {0} tiene 0 nodos"
+
msgid "Change node {0}"
msgstr "Cambiar nodo {0}"
@@@ -2925,11 -2955,11 +2955,11 @@@ msgstr "Eliminar \"{0}\" para {1} objet
msgid "Set {0}={1} for {2} objects"
msgstr "Establecer {0}={1} para {2} objetos"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Borradas {0} propiedades de {1} objetos"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{0} etiquetas eliminadas para {1} objetos"
- msgid "Set {0} properties for {1} objects"
- msgstr "Establecidas {0} propiedades de {1} objetos"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "Fijar {0} etiquetas para {1} objetos"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Remplazar\"{0}\" por \"{1}\" para"
@@@ -2953,11 -2983,11 +2983,11 @@@ msgid "Double conflict
msgstr "Doble conflicto"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Atención: La capa ''{0}'' ya no existe. No se puede eliminar el conflicto "
- "para el objeto ''{1}''."
+ "La capa ''{0}'' no existe. No se puede eliminar el conflicto para el objeto "
+ "''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Añadir conflicto para ''{0}''"
@@@ -3074,6 -3104,9 +3104,9 @@@ msgstr[1] "Purgados {0} objetos
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolver conflictos en la lista de miembros de la relación {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Eliminado los nodos de {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotar {0} nodo"
@@@ -3142,12 -3175,11 +3175,11 @@@ msgid "Reverse directional way.
msgstr "Invertir vÃas con sentido"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Al modificar el sentido de esta vÃa se sugieren los siguientes cambios en "
- "las propiedades de la vÃa y sus nodos con el fin de mantener la consistencia "
- "de los datos."
+ "Al invertir esta vÃa se sugieren los siguientes cambios con el fin de "
+ "mantener la coherencia de los datos."
msgid "Relation"
msgstr "Relación"
@@@ -3176,11 -3208,11 +3208,11 @@@ msgstr "Aplicar los cambios seleccionad
msgid "Do not apply changes"
msgstr "No aplicar cambios"
- msgid "Please select which property changes you want to apply."
- msgstr "Por favor, seleccione qué cambios de propiedades desea aplicar."
+ msgid "Please select which changes you want to apply."
+ msgstr "Por favor, seleccione qué cambios desea aplicar."
- msgid "Properties of "
- msgstr "Propiedades de "
+ msgid "Tags of "
+ msgstr "Etiquetas de "
msgid "Roles in relations referring to"
msgstr "Funciones en la relaciones referidas a"
@@@ -3201,6 -3233,9 +3233,9 @@@ msgstr "IOError creando el archivo. No
msgid "Unable to delete old backup file {0}"
msgstr "No se pudo borrar el anterior archivo de copia de seguridad {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Su trabajo se ha guardado automáticamente."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
"Se produjo un error al crear la copia de seguridad de la capa eliminada: {0}"
@@@ -3236,23 -3271,23 +3271,23 @@@ msgstr "
"Por favor, active la función correspondiente de forma manual y vuelva a "
"intentar la importación."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Advertencia: No se pudo crear el directorio cache que falta: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Error al crear el directorio de caché faltante: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
"<html>Se ha producido un fallo al crear el directorio para la caché: "
"{0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Atención: fallo al almacenar las preferencias en \"{0}\"."
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "No se ha podido conservar las preferencias para ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Aviso: Error al inicializar las preferencias. El directorio de las "
- "preferencias ''{0}'' no es un directorio."
+ "Error al inicializar las preferencias. El directorio de preferencias ''{0}'' "
+ "no es un directorio."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3262,11 -3297,11 +3297,11 @@@ msgstr "
"preferencias ''{0}'' no es un directorio.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Aviso: Error al inicializar las preferencias. Error al crear el directorio "
- "de preferencias desaparecido: {0}"
+ "Error al inicializar las preferencias. No se pudo crear el directorio de "
+ "preferencias faltante: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3275,18 -3310,16 +3310,16 @@@ msgstr "
"<html>Error al inicializar las preferencias. <br> Error al crear el "
"directorio de preferencias desaparecido: {0}.</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: Falta el archivo de preferencias \\\"{0}\\\". Creando un archivo de "
- "preferencia predeterminado."
+ "Falta el archivo de preferencias ''{0}''. Creando un archivo de preferencias "
+ "predeterminado."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Aviso: Reemplazando el archivo de preferencias ''{0}'' existente por el "
- "archivo por defecto."
+ "Reemplazando el archivo de preferencias existente ''{0}'' con el archivo de "
+ "preferencias predeterminado."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3304,10 -3337,10 +3337,10 @@@ msgstr "
"defecto.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Advertencia: No se pudo inicializar las preferencias. Error al restablecer "
+ "Error al inicializar las preferencias. No se ha podido restablecer el "
"archivo de preferencias por defecto: {0}"
msgid "Paint style {0}: {1}"
@@@ -3338,14 -3371,13 +3371,13 @@@ msgstr "Fallo al cargar el recurso \"{0
msgid "UNKNOWN"
msgstr "DESCONOCIDO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Advertencia: Versión inesperada de JOSM en el archivo de revisión, el valor "
- "es''{0}''"
+ "Número de versión JOSM inesperado en el archivo de revisión, el valor es "
+ "''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "ATENCIÃN: falta el archivo de revisión ''/REVISIÃN''"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Falta el archivo de revisión ''/REVISION''."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Ya se ha registrado un conflicto para la primitiva «{0}»."
@@@ -3518,11 -3550,10 +3550,10 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "el parametro {0} no está en el intervalo 0..{1}, se obtuvo {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Error: se ha producido un fallo al cargar la clase renderizadora del mapa "
- "''{0}''. No se ha encontrado la clase."
+ "Error al cargar la clase de renderizado de mapa ''{0}''. La clase no fue "
+ "encontrada."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3639,8 -3670,8 +3670,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identificador de datum desconocido: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum requerido (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Se requiere (+datum=*, +towgs84=* or +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3681,11 -3712,6 +3712,6 @@@ msgstr "Proyeccion ajustada
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Error: ha fallado la apertura de un flujo de entrada para el recurso "
- "''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3726,6 -3752,9 +3752,9 @@@ msgstr "otra validación
msgid "Running test {0}"
msgstr "Ejecutando test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test \"{0}\" completado en {1}"
+
msgid "Addresses"
msgstr "Direcciones"
@@@ -3751,6 -3780,15 +3780,15 @@@ msgstr "Múltiples nombres de calles e
msgid "House number too far from street"
msgstr "Demasiados números de portal para una calle"
+ msgid "Barriers and entrances"
+ msgstr "Barreras y entradas"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Busca errores en barreras y entradas"
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Entrada de barrera fijada fuera de una barrera"
+
msgid "Building inside building"
msgstr "Edificio dentro de un edificio"
@@@ -3813,6 -3851,9 +3851,9 @@@ msgstr " o
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} está obsoleto, use {1} en su lugar"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Nodos duplicados"
@@@ -3899,6 -3940,15 +3940,15 @@@ msgstr "Ejecuta verificaciones semánti
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Rotonda incorrecta (camino: {0} en lugar de {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "MultipolÃgono"
@@@ -3974,6 -4024,13 +4024,13 @@@ msgstr "
"Este test encuentra los nodos que tienen el mismo nombre (podrÃan ser nodos "
"duplicados)."
+ msgid "Opening hours syntax"
+ msgstr "Sintaxis de los horarios de apertura"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "Esta prueba verifica el correcto uso de la sintaxis del horario de apertura."
+
msgid "Overlapping Areas"
msgstr "Ãreas superpuestas"
@@@ -4034,15 -4091,15 +4091,15 @@@ msgstr "Tipo de relación desconocida
msgid "Relation is empty"
msgstr "La relación está vacÃa"
+ msgid "Role verification problem"
+ msgstr "Problema de verificación de rol"
+
msgid "<empty>"
msgstr "<vacÃo>"
msgid "Role {0} missing"
msgstr "Falta el rol {0}"
- msgid "Role verification problem"
- msgstr "Problema de verificación de rol"
-
msgid "Number of {0} roles too low ({1})"
msgstr "{0} es una cantidad de roles muy baja ({1})"
@@@ -4075,13 -4132,12 +4132,12 @@@ msgstr "
"Este test comprueba vÃas con nombres similares por si pudieran haberse "
"escrito mal."
- msgid "Properties checker :"
- msgstr "Comprobación de propiedades:"
+ msgid "Tag checker"
+ msgstr "Corrector de etiquetas"
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "Este componente chequea errores en las propiedades de las etiquetas y los "
- "valores."
+ "Este test comprueba si hay errores en las claves y valores de la etiqueta."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "LÃnea de test de etiquetas no válida - {0}: {1}"
@@@ -4226,8 -4282,8 +4282,8 @@@ msgstr "Utilizar el corrector ortográf
msgid "Use the default spellcheck file (recommended)."
msgstr "Utilizar el corrector ortográfico predeterminado (recomendado)."
- msgid "Fix properties"
- msgstr "Fijar las propiedades"
+ msgid "Fix tags"
+ msgstr "Corregir etiquetas"
msgid "Could not find element type"
msgstr "No se pudo encontrar el tipo de elemento"
@@@ -4302,6 -4358,9 +4358,9 @@@ msgstr "VÃas no cerradas
msgid "This tests if ways which should be circular are closed."
msgstr "Esto analiza si las vÃas circulares están cerradas."
+ msgid "Unclosed way"
+ msgstr "Via sin cerrar"
+
msgid "natural type {0}"
msgstr "Tipo natural {0}"
@@@ -4332,9 -4391,6 +4391,6 @@@ msgstr "edificio
msgid "area"
msgstr "área"
- msgid "Unclosed way"
- msgstr "Via sin cerrar"
-
msgid "Unconnected ways"
msgstr "VÃas no conectadas"
@@@ -4362,12 -4418,12 +4418,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Este test comprueba nodos sin etiquetar que no pertenecen a ninguna vÃa."
- msgid "No tags"
- msgstr "Sin etiquetas"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nodos desconectados sin etiquetas fÃsicas"
+ msgid "No tags"
+ msgstr "Sin etiquetas"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Tiene una etiqueta que contiene \"fixme\" o \"FIXME\""
@@@ -4431,28 -4487,6 +4487,6 @@@ msgid "Reversed land: land not on left
msgstr ""
"LÃnea terrestre invertida: la tierra no puede situarse al lado izquierdo"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Numero de argumentos erróneos para el marcados"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Error al leer la entrada del marcador: $s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
- "Error: LÃnea ''{0}'' inesperada en el archivo de marcapáginas ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Error: Valor doble ilegal ''{0}'' en lÃnea ''{1}'' en el archivo de "
- "marcapáginas ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>No se pueden leer los marcadores desde<br>''{0}''<br>El error fue: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "No mostrar otra vez (recordar elección)"
@@@ -4556,8 -4590,8 +4590,8 @@@ msgstr "Mostrar información de ayuda
msgid "Downloading \"Message of the day\""
msgstr "Descargando \"Mensaje del dÃa\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Advertencia: no se pudo leer MOTD. La excepción fue: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Error al leer el MOTD. La excepción fue: {0}"
msgid "Message of the day not available"
msgstr "El mensaje del dia no está disponible"
@@@ -4805,6 -4839,18 +4839,18 @@@ msgstr "
"Alterna la visibilidad de la barra de herramientas de edición (es decir, la "
"herramienta vertical)"
+ msgid "Preset preferences"
+ msgstr "Preferencias de los predefinidos"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr "Preferencias de imágenes"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4912,21 -4958,6 +4958,6 @@@ msgstr "En segundo plano
msgid "Click to run job in background"
msgstr "Click para ejecutar la tarea en segundo plano"
- msgid "false: the property is explicitly switched off"
- msgstr "falso: la propiedad se encuentra sin marcar"
-
- msgid "true: the property is explicitly switched on"
- msgstr "verdadero: la propiedad se encuentra marcada"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parcial: distintos objetos seleccionados tienen valores diferentes, no "
- "cambiar"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "sin establecer: no agrega esta propiedad a los objetos seleccionados"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -4949,21 -4980,21 +4980,21 @@@ msgid "
"<html>Please confirm to remove <strong>1 object</strong> from <strong>1 "
"relation</strong>.</html>"
msgstr ""
- "<html>Confirme el borrado <strong>1 objeto</strong> de <strong>1 "
+ "<html>Confirme el borrado de <strong>1 objeto</strong> de <strong>1 "
"relación</strong>.</html>"
msgid ""
"<html>Please confirm to remove <strong>1 object</strong> from <strong>{0} "
"relations</strong>.</html>"
msgstr ""
- "<html>Confirme el borrado <strong>1 objeto</strong> de <strong>{0} "
+ "<html>Confirme el borrado de <strong>1 objeto</strong> de <strong>{0} "
"relaciones</strong>.</html>"
msgid ""
"<html>Please confirm to remove <strong>{0} objects</strong> from <strong>{1} "
"relations</strong>.</html>"
msgstr ""
- "<html>Confirme el borrado <strong>{0} objetos</strong> de <strong>{1} "
+ "<html>Confirme el borrado de <strong>{0} objetos</strong> de <strong>{1} "
"relaciones</strong>.</html>"
msgid "Deleting {0} object"
@@@ -4978,10 -5009,10 +5009,10 @@@ msgid "To delete
msgstr "A borrar"
msgid "From Relation"
- msgstr "Desde la relación"
+ msgstr "De la relación"
msgid "Pos."
- msgstr "Pos."
+ msgstr "Posisión"
msgid "Role"
msgstr "Función"
@@@ -5250,6 -5281,9 +5281,9 @@@ msgstr "
"Copiar mis elementos seleccionados al final de la lista de elementos "
"fusionados"
+ msgid "> before"
+ msgstr "> antes"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5257,6 -5291,9 +5291,9 @@@ msgstr "
"Copiar mis elementos seleccionados antes del primer elemento seleccionado en "
"la lista de elementos fusionados"
+ msgid "> after"
+ msgstr "> después"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5264,17 -5301,26 +5301,26 @@@ msgstr "
"Copiar mis elementos seleccionados después del primer elemento seleccionado "
"en la lista de elementos fusionados"
+ msgid "< top"
+ msgstr "< encima"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copiar su elemento seleccionado al inicio de la lista de elementos fusionados"
+ msgid "< bottom"
+ msgstr "< debajo"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copiar sus elementos seleccionados al final de la lista de elementos "
"fusionados"
+ msgid "< before"
+ msgstr "< antes"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5282,6 -5328,9 +5328,9 @@@ msgstr "
"Copiar sus elementos seleccionados antes del primer elemento seleccionado en "
"la lista de elementos fusionados"
+ msgid "< after"
+ msgstr "< después"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5298,8 -5347,8 +5347,8 @@@ msgstr "Copiar todos sus elementos al d
msgid "Up"
msgstr "Subir"
- msgid "Move up the selected elements by one position."
- msgstr "Subir los elementos seleccionados una posición"
+ msgid "Move up the selected entries by one position."
+ msgstr "Mueva las entradas seleccionadas de a una posición."
msgid "Down"
msgstr "Bajar"
@@@ -5355,16 -5404,6 +5404,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Su versión ({0} ingresada)"
msgstr[1] "Su versión ({0} ingresadas)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Ajustable {0} no registrado aún. No se puede configurar la participación en "
- "el ajuste sincronizado."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "El componente personalizable {0} no está registrado."
-
msgid "Node"
msgstr "Nodo"
@@@ -5648,18 -5687,18 +5687,18 @@@ msgctxt "tag
msgid "Key:"
msgstr "Clave:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Asigne un valor a la clave, por ejemplo. "
- "<strong><tt>fixme</tt></strong></html>"
+ "<html>Ingrese una etiqueta aquÃ, por "
+ "ejemplo<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valor:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Asigne un valor al atributo, por ejemplo i.e. <strong><tt>comprobar "
+ "<html>Ingrese una etiqueta aquÃ, por ejemplo <strong><tt>verificar "
"miembros</tt></strong></html>"
msgid ""
@@@ -6250,6 -6289,9 +6289,9 @@@ msgstr "Mostrar/Ocultar
msgid "Information about layer"
msgstr "Información de capa"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Estilos de semiologÃa cartográfica"
@@@ -6333,6 -6375,36 +6375,36 @@@ msgstr "¿Está activo actualmente el e
msgid "No"
msgstr "No"
+ msgid "Object type:"
+ msgstr "Tipo de objeto:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mixto"
+
+ msgid "Choose the OSM object type"
+ msgstr "Elija el tipo de objeto de OSM"
+
+ msgid "Object ID:"
+ msgstr "ID del objeto:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Introduzca la ID del objeto que debe ser descargado"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Los ID de los objetos puede separarse por comas o espacios.<br/> Ejemplos: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En el modo mixto "
+ "especifique objetos de esta forma: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relaciones"
@@@ -6425,11 -6497,10 +6497,10 @@@ msgstr "Elegir objetos enviados por est
msgid "Launches a browser with information about the user"
msgstr "Lanza un buscador con información sobre el usuario"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Aviso: sólo se mostrará información para el primero {0} de {1} usuarios "
- "seleccionados"
+ "Ãnicamente lanzar navegadores de información para los primeros {0} de {1} "
+ "usuarios seleccionados"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6609,9 -6680,6 +6680,6 @@@ msgstr "Actualizar contenido
msgid "Update the changeset content from the OSM server"
msgstr "Actualiza el contenido del conjunto de cambios desde el servidor OSM"
- msgid "Show history"
- msgstr "Mostrar historial"
-
msgid "Download and show the history of the selected objects"
msgstr "Descarga y muestra el historial de los objetos seleccionados"
@@@ -6955,11 -7023,11 +7023,11 @@@ msgstr "
"<html>Descargar conjuntos de cambios en la vista actual de mapa</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Advertencia: hay un valor inesperado para la preferencia \"{0}\", era "
- "\"{1}\". De vuelta a la cadena de búsqueda predeterminada."
+ "Valor no esperado para la preferencia ''{0}'', se obtuvo ''{1}''. "
+ "Restableciendo a consulta por defecto."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -7030,35 -7098,47 +7098,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "La URL de consulta de modificaciones no es válida"
- msgid "Select objects for which to change properties."
- msgstr "Seleccione los objetos a los que cambiar las propiedades."
+ msgid "Discardable key: selection Foreground"
+ msgstr "Clave descartable: selección de Frente"
+
+ msgid "Discardable key: selection Background"
+ msgstr "Discardable key: selección de Fondo"
- msgid "Properties/Memberships"
- msgstr "Propiedades/Relaciones"
+ msgid "Discardable key: foreground"
+ msgstr "Clave descartable: frente"
- msgid "Properties for selected objects."
- msgstr "Propiedades de los objetos seleccionados."
+ msgid "Discardable key: background"
+ msgstr "Clave descartable: fondo"
msgid "<different>"
msgstr "<diferente>"
+ msgid "Select objects for which to change tags."
+ msgstr "Seleccione los objetos a los que cambiar las etiquetas."
+
+ msgid "Tags/Memberships"
+ msgstr "Etiquetas/Miembros"
+
+ msgid "Tags for selected objects."
+ msgstr "Etiquetas para los objetos seleccionados."
+
msgid "Member Of"
msgstr "Miembro de"
msgid "Position"
msgstr "Posición"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Propiedades: {0} / Miembros: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Etiquetas: {0} / Miembros: {1}"
- msgid "Properties / Memberships"
- msgstr "Propiedades / Miembros"
+ msgid "Tags / Memberships"
+ msgstr "Etiquetas / Miembros"
msgid "Delete the selected key in all objects"
msgstr "Borrar la clave seleccionada en todos los objetos"
- msgid "Delete Properties"
- msgstr "Eliminar propiedades"
+ msgid "Delete Tags"
+ msgstr "Eliminar Etiquetas"
msgid "Change relation"
msgstr "Cambiar relación"
@@@ -7072,14 -7152,14 +7152,14 @@@ msgstr "¿Seguro de eliminar la selecci
msgid "Add a new key/value pair to all objects"
msgstr "Añadir una nueva pareja clave/valor para todos los objetos"
- msgid "Add Property"
- msgstr "Añadir Propiedad"
+ msgid "Add Tag"
+ msgstr "Añadir etiqueta"
msgid "Edit the value of the selected key for all objects"
msgstr "Editar el valor de la clave seleccionada para todos los objetos"
- msgid "Edit Properties"
- msgstr "Editar Propiedades"
+ msgid "Edit Tags"
+ msgstr "Editar Etiquetas"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Ir a la wiki de OSM para ayuda sobre cómo etiquetar (F1)"
@@@ -7242,10 -7322,8 +7322,8 @@@ msgstr "La relación se ha borrado
msgid "Downloading relation {0}"
msgstr "Descargando relación {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Atención: se ingorará la excepción porque la tarea fue cancelada. Excepción: "
- "{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Omitiendo la excepción porque la tarea fue cancelada. Excepción: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7609,6 -7687,29 +7687,29 @@@ msgid "way is not connected to previou
msgstr ""
"la vÃa no está conectada a los miembros anterior o posterior de la relación"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Numero de argumentos erróneos para el marcados"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Error al leer la entrada del marcador: $s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "LÃnea ''{0}'' no esperada en el archivo de favoritos ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Valor tipo doble ''{0}'' no permitido en la lÃnea ''{1}'' del archivo de "
+ "favoritos ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>No se pueden leer los marcadores desde<br>''{0}''<br>El error fue: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "Marcadores"
@@@ -7759,21 -7860,8 +7860,8 @@@ msgstr "Descargar referentes (relacione
msgid "Download object"
msgstr "Descargar objeto"
- msgid "Object type:"
- msgstr "Tipo de objeto:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mixto"
-
- msgid "Choose the OSM object type"
- msgstr "Elija el tipo de objeto de OSM"
-
- msgid "Object ID:"
- msgstr "ID del objeto:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Introduzca la ID del objeto que debe ser descargado"
+ msgid "Start downloading"
+ msgstr "Iniciar descarga"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7785,28 -7873,9 +7873,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Elegir si los miembros de una relación también habrán de descargarse"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Los ID de los objetos puede separarse por comas o espacios.<br/> Ejemplos: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> En el modo mixto "
- "especifique objetos de esta forma: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Descargar referentes (relaciones y vÃas padre)"
- msgid "Start downloading"
- msgstr "Iniciar descarga"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Lista de ID especificada inválida\n"
- "No se puede descargar el objeto"
-
msgid "Class Type"
msgstr "Tipo de clase"
@@@ -7920,9 -7989,8 +7989,8 @@@ msgstr "Ir a la página siguiente
msgid "Go to the JOSM help home page"
msgstr "Ir a la página de ayuda de JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr ""
- "Advertencia: ubicación incorrecta en el documento HTML. La excepción fue: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Mala ubicación en el documento HTML. La excepción fue: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "No se pudo abrir la página de ayuda. La URL de destino está vacÃa."
@@@ -8033,6 -8101,9 +8101,9 @@@ msgid "
msgstr ""
"<html>Versión <strong>{0}</strong> creada el <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Información del conjunto de cambios"
@@@ -8144,10 -8215,9 +8215,9 @@@ msgstr "
msgid "Object still in use"
msgstr "El objeto todavÃa está en uso."
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Atención: la cabecera de error \"{0}\" no coincide con ninguno de los "
- "patrones esperados."
+ "El encabezado de erro \"{0}\" no concuerda con ningún patrón esperado"
msgid "Upload"
msgstr "Subir"
@@@ -8169,6 -8239,12 +8239,12 @@@ msgstr "Introduzca un breve comentario
msgid "Enter an upload comment"
msgstr "Introduzca un comentario de subida"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "id del conjunto de cambios:"
@@@ -8240,11 -8316,10 +8316,10 @@@ msgid "Closing changeset {0}
msgstr "Cerrando conjunto de cambios {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Atención: error al poner el Diálogo de Credenciales siempre encima. Se "
- "atrapó una excepción de seguridad."
+ "Hubo una falla al poner el Diálogo de Credenciales al tope de todo. Se "
+ "alcanzó una excepción de seguridad."
msgid "Enter credentials for OSM API"
msgstr "Introduzca las credenciales para la API de OSM"
@@@ -8330,11 -8405,11 +8405,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Desempaquetando {0} de {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Advertencia: no se puede descargar el archivo \"{0}\". El enlace de descarga "
- "\"{1} no es una URL válida. Se suspende la descarga."
+ "No se puede descargar el archivo ''{0}''. Este enlace de descarga ''{1}'' no "
+ "es una URL válida. Omitiendo descarga."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8351,11 -8426,10 +8426,10 @@@ msgid "Missing user identity
msgstr "Identidad de usuario perdida"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Atención: No se pudo recuperar la información de usuario para el usuario de "
- "JOSM actual. La excepción fue: {0}"
+ "No se pudo recuperar la información de usuario para el usuario actual de "
+ "JOSM. La excepción fue: {0}"
msgid "Download objects"
msgstr "Descargar objetos"
@@@ -8600,12 -8674,6 +8674,6 @@@ msgstr "Subir las primitivas que se ha
msgid "Please revise upload comment"
msgstr "Por favor revise el comentario de subida"
- msgid "Revise"
- msgstr "Revisar"
-
- msgid "Continue as is"
- msgstr "Continuar como está"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8621,6 -8689,22 +8689,22 @@@ msgstr "
"<b>Si emplea un minuto para explicar brevemente su edición hará la vida más "
"sencilla a muchos otros \"mapeadores\"</b>."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Revisar"
+
+ msgid "Continue as is"
+ msgstr "Continuar como está"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Volver al diálogo anterior para incluir un comentario más descriptivo"
@@@ -8637,6 -8721,25 +8721,25 @@@ msgstr "Por favor, introduzca primero u
msgid "Illegal chunk size"
msgstr "Tamaño de fragmento ilegal"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>La siguiente etiqueta de cambios contiene una clave/valor "
+ "vacÃa:<br>{0}<br>Continuar?</html>"
+ msgstr[1] ""
+ "<html>Las siguientes etiquetas de cambios contienen clave/valor "
+ "vacÃos:<br>{0}<br>Continuar?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Metadatos vacÃo"
+
msgid "Cancel the upload and resume editing"
msgstr "Cancelar la carga y reanudar la edición"
@@@ -8644,11 -8747,11 +8747,11 @@@ msgid "Tags of changeset {0}
msgstr "Etiquetas del conjunto de cambios {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Advertencia: El objeto \"{0}\" ya ha sido borrado del servidor. Omitiendo "
- "este objeto y reintentando subir."
+ "El objeto ''{0}'' ya ha sido eliminado en el servidor. Omitiendo este objeto "
+ "y reintentando cargar."
msgid "Preparing objects to upload ..."
msgstr "Preparando los objetos a subir..."
@@@ -8789,9 -8892,6 +8892,6 @@@ msgid "Object ''{0}'' is already delete
msgstr ""
"El objeto \"{0}\" ya ha sido borrado. Se omite el objeto en la subida."
- msgid "Warning: {0}"
- msgstr "Advertencia: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Subiendo {0} objeto..."
@@@ -8803,6 -8903,9 +8903,9 @@@ msgstr "
"Se ignora la excepción capturada debido a que se ha cancelado la subida. La "
"excepción es: {0}"
+ msgid "Upload successful!"
+ msgstr "¡Subida exitosa!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8823,10 -8926,9 +8926,9 @@@ msgstr "Elelegir objetos a subir
msgid "Cancel uploading"
msgstr "Cancelar subida"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Advertencia: valor inesperado para la clave \"{0}\" en preferencias, se "
- "obtuvo \"{1}\""
+ "Valor no esperado para la clave ''{0}'' en las preferencias, tiene ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Por favor, selecciona la estrategia de subida:"
@@@ -8979,7 -9081,7 +9081,7 @@@ msgstr "Siguiente marcador
msgid "Jump to next marker"
msgstr "Saltar al siguiente marcador"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "Marcador anterior"
msgid "Jump to previous marker"
@@@ -9012,9 -9114,8 +9114,8 @@@ msgstr "versión {0}
msgid "Merging layers"
msgstr "Combinar capas"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr ""
- "Advertencia: mezclar datos de 0.5 y 0.6 da como resultado la versión 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "Mezclando resultados de los datos 0.6 y 0.5 en la versión 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9396,9 -9497,6 +9497,6 @@@ msgstr "Extrayendo localizaciones GPS d
msgid "Starting directory scan"
msgstr "Iniciando escaneo del directorio"
- msgid "One of the selected files was null"
- msgstr "Uno de los archivos seleccionados era nulo"
-
msgid "Read photos..."
msgstr "Leyendo fotos..."
@@@ -9417,6 -9515,9 +9515,9 @@@ msgstr "Encontrado archivo nulo en el d
msgid "Error while getting files from directory {0}\n"
msgstr "Error mientras se obtenÃan archivos del directorio {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Uno de los archivos seleccionados era nulo"
+
msgid "Geotagged Images"
msgstr "Imagenes Geoetiquetadas"
@@@ -9476,6 -9577,12 +9577,12 @@@ msgstr "Siguiente
msgid "Show next Image"
msgstr "Mostrar imagen siguiente"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrar vista"
@@@ -9558,9 -9665,6 +9665,6 @@@ msgstr "
"<html>Se considera dañino subir datos GPS sin procesar como datos de mapa. "
"<br>Si desea subir trazas, ver:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces (EN)"
-
msgid "Customize track drawing"
msgstr "Personalizar la representación de la traza"
@@@ -9761,17 -9865,12 +9865,12 @@@ msgstr "
msgid "(URL was: "
msgstr "(La URL era: "
- msgid "Error displaying URL"
- msgstr "Error mostrando la URL"
-
msgid "Select the map painting styles"
msgstr "Seleciones Estilo de MAPa de imagenes"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Advertencia: Fallo al cargar estilos Mappaint de \"{0}\". La excepción fue: "
- "{1}"
+ "Error al cargar los estilos Mappaint desde ''{0}''. La excepción fue: {1}"
msgid "loading style ''{0}''..."
msgstr "cargando estilo ''{0}''..."
@@@ -9790,10 -9889,9 +9889,9 @@@ msgstr[1] "
"en el menú emergente al pulsar con el botón derecho del ratón para más "
"detalles."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Atención: fallo al analizar sintácticamente los estilos Mappaint desde "
- "''{0}''. El error fue: {1}"
+ "Error al analizar los estilos Mappaint desde ''{0}''. El error fue: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Patrón de guiones ilegal, los valores deben ser positivos"
@@@ -9802,11 -9900,10 +9900,10 @@@ msgid "Illegal dash pattern, at least o
msgstr "Patrón de guiones ilegal, por lo menos un valor debe ser > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Atención: fallo al analizar sintácticamente los estilos Mappaint desde "
- "''{0}''. El error fue: [{1}:{2}] {3}"
+ "Error al analizar los estilos Mappaint desde ''{0}''. El error fue: "
+ "[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Llave de acceso:"
@@@ -10080,8 -10177,8 +10177,8 @@@ msgstr "Cerrar el diálogo y cancelar a
msgid "Close the dialog and accept the Access Token"
msgstr "Cerrar el diálogo y aceptar la llave de Autorización"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Advertencia: falló la cancelación de la operación OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Error al cancelar la operación de OAuth ejecutandose"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Obteniendo Llave de solicitud OAuth de \"{0}\""
@@@ -10901,8 -10998,8 +10998,8 @@@ msgstr "Añadir ajuste
msgid "Advanced Background: Changed"
msgstr "Fondo avanzado: modificado"
- msgid "Advanced Background: NonDefalut"
- msgstr "Fondo avanzado: no es la opción por defecto"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
msgid "Current value is default."
msgstr "El valor actual es el valor por defecto"
@@@ -10971,6 -11068,9 +11068,9 @@@ msgstr "Dibujar nodos virtuales en el m
msgid "Draw inactive layers in other color"
msgstr "Dibujar las capas inactivas en otro color"
+ msgid "Display discardable keys"
+ msgstr "Claves de visualización descartables"
+
msgid "Highlight target ways and nodes"
msgstr "Resaltar vÃas y nodos objetivo"
@@@ -11034,6 -11134,13 +11134,13 @@@ msgstr "
"Esta opción suprime el relleno de áreas, anulando cualquier cosa "
"especificada en el estilo seleccionado."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Claves de visualizazción que han sido consideradas sin interés al punto que "
+ "puede ser eliminadas en modo silencioso."
+
msgid "Options that affect drawing performance"
msgstr "Opciones que afectan al rendimiento del dibujado"
@@@ -11531,6 -11638,12 +11638,12 @@@ msgstr "
"de dato. Añade al final del nombre del fichero \"~\" guardándolo en el mismo "
"directorio.)</i>"
+ msgid "Notification at each save"
+ msgstr "Notificación en cada grabación"
+
+ msgid "When saving, display a small notification"
+ msgstr "Al guardar mostrar una pequeña notificación"
+
msgid "File backup"
msgstr "Archivo de respaldo"
@@@ -11600,9 -11713,8 +11713,8 @@@ msgstr "Ajustes del mapa
msgid "Settings for the map projection and data interpretation."
msgstr "Ajustes para la proyección del mapa y la interpretación de datos."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
- "Advertencia: No se pudo leer la fuente de etiquetado predefinida: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "No se pudo leer la fuente de las preferencias de etiquetas: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11887,21 -11999,6 +11999,6 @@@ msgstr "Rejilla suiza (Suiza)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (sin correcciones locales)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Norte"
-
- msgid "South"
- msgstr "Sur"
-
- msgid "Hemisphere"
- msgstr "Hemisferio"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadalupe Fuerte Marigot 1949"
@@@ -11923,6 -12020,21 +12020,21 @@@ msgstr "UTM Francia (DOM)
msgid "UTM Geodesic system"
msgstr "Sistema geodésico UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Norte"
+
+ msgid "South"
+ msgstr "Sur"
+
+ msgid "Hemisphere"
+ msgstr "Hemisferio"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Probando URL del API OSM \"{0}\""
@@@ -11985,11 -12097,11 +12097,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Seleccione si desea utilizar OAuth como mecanismo de autenticación"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Advertencia: el valor en la preferencia \"{0}\" no se puede utilizar, se "
- "obtuvo \"{1}\". Utilizando método de autenticación \"Autenticación básica\""
+ "Valor no soportado en la preferencia ''{0}'', se obtuvo ''{1}''. Utilizando "
+ "método de autenticación ''Autenticación Básica''."
msgid "OSM username:"
msgstr "Nombre de usuario OSM:"
@@@ -11997,29 -12109,31 +12109,31 @@@
msgid "OSM password:"
msgstr "Contraseña OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Advertencia: Fallo al descargar las credenciales OSM del administrador de "
- "credenciales."
+ "Error al recuperar las credenciales de administrador de credenciales de OSM."
msgid "Current credential manager is of type ''{0}''"
msgstr "El administrador de credenciales actual es \"{0}\""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Advertencia: fallo el guardar las credecniales OSM al administrador de "
- "credenciales"
+ "Error al guardar las credenciales de OSM en el administrador de credenciales."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Verificar periódicamente si hay nuevos mensajes"
+
+ msgid "Check interval (minutes):"
+ msgstr "Comprobar cada (minutos):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Advertencia: Fallo al descargar Llave de Acceso OAuth del administrador de "
+ "Error al recuperar el Token de Acceso OAuth desde el administrador de "
"credenciales"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Advertencia: Fallo al almacenar Llave de Acceso OAuth al administrador de "
- "credenciales"
+ "Error almacenando el Token de Acceso OAuth en el administrador credenciales"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12113,18 -12227,12 +12227,12 @@@ msgid "Use a SOCKS proxy
msgstr "Utilizar un proxy SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Advertencia: JOSM está configurado para utilizar servidores proxy desde las "
- "preferencias del sistema, pero la JVM no está configurado para recuperarlos. "
- "Restableciendo preferencias a \"Sin proxy\""
-
- msgid "disabled"
- msgstr "desactivado"
-
- msgid "no modifier"
- msgstr "sin modificador"
+ "JOSM está configurado para utilizar los proxies de la configuración del "
+ "sistema, pero la JVM no está configurado para recuperarlos. Restablecer las "
+ "preferencias a ''Sin proxy''"
msgid "Shortcut Background: User"
msgstr "Atajo de fondo: Usuario"
@@@ -12196,8 -12304,8 +12304,8 @@@ msgstr "Aplicar Predeterminados
msgid "New relation"
msgstr "Nueva relación"
- msgid "Change Properties"
- msgstr "Cambiar propiedades"
+ msgid "Change Tags"
+ msgstr "Cambiar Etiquetas"
msgid "Unknown requisite: {0}"
msgstr "Requisito desconocido: {0}"
@@@ -12285,9 -12393,6 +12393,6 @@@ msgstr "Rol preestablecido sin padre
msgid "Preset sub element without parent"
msgstr "Subelmento preestablecido sin padre"
- msgid "Could not read tagging preset source: {0}"
- msgstr "No se pudo leer la fuente de las preferencias de etiquetas: {0}"
-
msgid "Error parsing {0}: "
msgstr "Error analizando {0}: "
@@@ -12306,6 -12411,16 +12411,16 @@@ msgstr "La muestra sólo es aplicable
msgid "Search in tags"
msgstr "Buscar en etiquetas"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Ajustable {0} no registrado aún. No se puede configurar la participación en "
+ "el ajuste sincronizado."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "El componente personalizable {0} no está registrado."
+
msgid "All files (*.*)"
msgstr "Todos los archivos (*.*)"
@@@ -12341,9 -12456,60 +12456,60 @@@ msgstr "
"El valor actual no es una ID de OSM válida. Por favor, introduzca un número "
"entero mayor que cero"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falso: la propiedad se encuentra sin marcar"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "verdadero: la propiedad se encuentra marcada"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parcial: distintos objetos seleccionados tienen valores diferentes, no "
+ "cambiar"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "sin establecer: no agrega esta propiedad a los objetos seleccionados"
+
msgid "Cut"
msgstr "Cortar"
+ msgid "Right click = copy to clipboard"
+ msgstr "Clic derecho = copiar al portapapeles"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Atributo \"{0}\" obligatorio perdido."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Valor ilegal para al atributo obligatorio \"{0}\" de tipo entero largo, "
+ "obtenido \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Valor ilegal para al atributo obligatorio \"{0}\" de tipo entero largo "
+ "(>=0), obtenido \"{1}\"."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Valor no permitido para el atributo \"{0}\" del tipo doble. Se obtuvo \"{1}\""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Valor ilegal para al atributo obligatorio \"{0}\" de tipo booleano, obtenido "
+ "\"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Valor ilegal para al atributo obligatorio \"{0}\" de tipo OsmPrimitiveType, "
+ "obtenido \"{1}\"."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12380,11 -12546,11 +12546,11 @@@ msgid "Contacting OSM Server...
msgstr "Contactando con el servidor OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Advertencia: valor ilegal \"{1}\" para el atributo \"{0}\" en las "
- "capacidades del servidor. Se obtuvo \"{2}\""
+ "El valor de atributo ''{0}'' del elemento ''{1}'' no está permitido para las "
+ "posibilidades del servidor. Se obtuvo''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Fallo al verificar la fecha \"{0}\" respondida por el servidor."
@@@ -12431,40 -12597,38 +12597,38 @@@ msgid "Illegal port number in preferenc
msgstr "Puerto ilegal en la preferencia \"{0}\". Se obtuvo {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Advertencia: valor inesperado para la preferencia \"{0}\". Se obtuvo "
- "\"{1}\". No se usará proxy."
+ "Se encontró un valor no esperado para la preferencia ''{0}''. Se obtuvo "
+ "''{1}''. No se utilizará proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Advertencia: Parámetros inesperados para el proxy HTTP. Se obtuvo el "
- "servidor \"{0}\" y el puerto \"{1}\"."
+ "Parámetros no esperados para el proxy HTTP. Se obtuvo el anfitrión ''{0}'' y "
+ "el puerto ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Advertencia: Parámetros inesperados para el proxy SOCKS. Se obtuvo el "
- "servidor \"{0}\" y el puerto \"{1}\"."
+ "Parámetros no esperados para el proxy SOCKS. Se obtuvo el anfitrión ''{0}'' "
+ "y el puerto ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Error: Falló la conexión al proxy \"{0}\" para la URI \"{1}\". La excepción "
- "fue: {2}"
+ "La conexión al servidor proxy ''{0}'' para la URI ''{1}'' fracasó. La "
+ "excepción fue: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Advertencia: La JVM no está configurada para encontrar proxys de las "
- "opciones del sistema. La propiedad ''java.net.useSystemProxies'' no estaba "
- "presente cuando inició el programa. No se usará proxy."
+ "La JVM no está configurada para buscar los proxies de la configuración del "
+ "sistema. Faltaba la propiedad ''java.net.useSystemProxies'' durante el "
+ "inicio. No se utilizará un proxy."
msgid "Parsing response from server..."
msgstr "Revisando respuesta del servidor..."
@@@ -12570,6 -12734,9 +12734,9 @@@ msgstr "
"Error en el análisis sintáctico: estructura de documento invalida para un "
"documento GPX."
+ msgid "(at line {0}, column {1})"
+ msgstr "(en la lÃnea {0}, columna {1})"
+
msgid "Unknown mode {0}."
msgstr "Modo desconocido {0}."
@@@ -12585,15 -12752,23 +12752,23 @@@ msgstr "Buscando archivos de imágenes
msgid "No image files found."
msgstr "No se encontraron archivos de imágenes"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Tiene {0} mensaje no leÃdo."
+ msgstr[1] "Tiene {0} mensajes no leÃdos."
+
+ msgid "Click here to see your inbox."
+ msgstr "Haga clic aquà para ver la bandeja de entrada."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Fallo al abrir canal de lectura para el recurso \"{0}\""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Advertencia: fallo al abrir fichero con extensión \"{2}\" y porción \"{3}\" "
- "en el fichero zip \"{0}\". La excepción fue: {1}"
+ "Error al abrir el archivo con extensión ''{2}'' y nombre ''{3}'' en el "
+ "archivo zip ''{0}''. La excepción fue: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Falló el cambio de nombre del archivo {0} por el de {1}."
@@@ -12679,8 -12854,8 +12854,8 @@@ msgstr "Frases desconocidas: {0}
msgid "Zero coordinates: {0}"
msgstr "Coordenadas cero: {0}"
- msgid "NMEA import success"
- msgstr "Importación NMEA exitosa"
+ msgid "NMEA import success:"
+ msgstr "Ãxito en la importación NMEA:"
msgid "NMEA import failure!"
msgstr "¡Fallo en la importación NMEA!"
@@@ -12792,48 -12967,15 +12967,15 @@@ msgstr "No se han encontrado datos en e
msgid "Open OsmChange file"
msgstr "Abrir archivo OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Atributo \"{0}\" obligatorio perdido."
-
msgid "Unsupported version: {0}"
msgstr "Versión no soportada: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Valor ilegal para al atributo obligatorio \"{0}\" de tipo entero largo, "
- "obtenido \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Valor ilegal para al atributo obligatorio \"{0}\" de tipo entero largo "
- "(>=0), obtenido \"{1}\"."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Valor no permitido para el atributo \"{0}\" del tipo doble. Se obtuvo \"{1}\""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Valor ilegal para al atributo obligatorio \"{0}\" de tipo booleano, obtenido "
- "\"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Valor ilegal para al atributo obligatorio \"{0}\" de tipo OsmPrimitiveType, "
- "obtenido \"{1}\"."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Advertencia: El elemento \"{0}\" no se acepta como comienzo en el contenido "
- "del conjunto de cambios en la posición ({1},{2}). Omitiéndolo."
+ "Elemento de inicio no soportado ''{0}'' en el contenido del conjunto de "
+ "cambios de la posición ({1},{2}). Ignorando."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12843,11 -12985,11 +12985,11 @@@ msgstr "
"por fuera de \"create\", \"modify\", o \"eliminar\"."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Advertencia: no se soporta el elemento final \"{0}\" en el contenido del "
- "conjunto de cambios en la posición ({1},{2}). Omitiéndolo."
+ "Elemento de fin no soportado ''{0}'' en el contenido del conjunto de cambios "
+ "de la posición ({1},{2}). Ignornado."
msgid "Parsing changeset content ..."
msgstr "Verificando contenido del conjunto de cambios..."
@@@ -12876,12 -13018,8 +13018,8 @@@ msgid "Failed to sign a HTTP connectio
msgstr ""
"Fallo al firmar una conexión HTTP con el encabezado de autenticación OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
- "Advertencia: valor inesperado para la preferencia \"{0}\". Se obtuvo \"{1}\"."
-
- msgid "(at line {0}, column {1})"
- msgstr "(en la lÃnea {0}, columna {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "Valor para la preferencia ''{0}'' no esperado. Se obtuvo ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Ocurrió un error al guardar.<br>El error es:<br>{0}</html>"
@@@ -12979,11 -13117,11 +13117,11 @@@ msgstr "
"obtuvo {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "ADVERTENCIA: Normalizando el valor del atributo «versión» del elemento {0} a "
- "{2}, la versión de la API es «{3}». Se obtuvo {1}."
+ "Normalizando el valor del atributo ''version'' del elemento {0} a {2}, la "
+ "versión de la API es ''{3}''. Se obtuvo {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Versión del API desconocida o no soportada. Es {0}."
@@@ -13191,16 -13329,16 +13329,22 @@@ msgstr "Crear nuevos objetos
msgid "Read protocol version"
msgstr "Leer la versión del protocolo"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Atención: No se puede iniciar el servidor remotecontrol en el puerto {0}: {1}"
+ "No se puede iniciar el servidor de control remoto en el puerto {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "ControlRemoto::Aceptando conexiones en el puerto {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "ControlRemoto::El servidor fue detenido"
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "ControlRemoto::Aceptando conexiones en el puerto {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "ControlRemoto::El servidor fue detenido"
+
msgid "Remote Control has been asked to create a new node."
msgstr "El Control Remoto recibió una solicitud para crear un nodo nuevo."
@@@ -13243,6 -13381,15 +13387,15 @@@ msgstr "Se ha pedido al control remoto
msgid "Remote Control has been asked to load data from the API."
msgstr "Se ha pedido al control remoto cagar datos desde el API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "Las latitudes deben estar entre {0} y {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "Las longitudes deben estar entre {0} y {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "Los mÃnimos debe ser inferior a los máximos"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13279,20 -13426,20 +13432,20 @@@ msgstr "Datos:
msgid "local file"
msgstr "archivo local"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Enlace a un archivo de datos OSM en su disco local."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "VÃnculo a un archivo GPX en su disco local."
msgid "include"
msgstr "incluir"
- msgid "Include OSM data in the .joz session file."
- msgstr "Incluir datos de OSM en el archivo .joz de sesión."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "Incluir datos GPX en el archivo de sesión .joz."
msgid "No file association"
msgstr "Ninguna asociación de archivo"
- msgid "OSM data will be included in the session file."
- msgstr "Los datos de OSM se incluirán en el archivo de la sesión."
+ msgid "GPX data will be included in the session file."
+ msgstr "Los datos GPX serán incluidos en el archivo de sesión."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13317,6 -13464,15 +13470,15 @@@ msgstr "La capa contiene datos sin guar
msgid "Layer does not contain unsaved data."
msgstr "La capa contiene datos que no han sido guardados"
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Enlace a un archivo de datos OSM en su disco local."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Incluir datos de OSM en el archivo .joz de sesión."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "Los datos de OSM se incluirán en el archivo de la sesión."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13324,6 -13480,9 +13486,9 @@@ msgstr "
"La versión ''{0}'' de metadatos para capas de datos osm no es admitida. Se "
"esperaba: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Archivo de sesión (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "No se puede encontrar el archivo ''{0}''"
@@@ -13400,18 -13559,18 +13565,18 @@@ msgid "Download skipped
msgstr "Se omitió la descarga"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Advertencia: No se puede descargar el complemento \"{0}\". Se desconoce el "
- "enlace de descarga. Omitiendo descarga."
+ "No se puede descargar el complemento ''{0}''. Este enlace de descarga no se "
+ "conoce. Omitiendo descarga."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Advertencia: No se puede descargar el complemento \"{0}\". Su enlace de "
- "descarga \"{1}\" no es una URL válida. Omitiendo descarga."
+ "No se puede descargar el complemento ''{0}''. Este enlace de descarga "
+ "''{1}'' no es una URL válida. Omitiendo descarga."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Fallo al crear directorio de complemento \"{0}\""
@@@ -13588,12 -13747,11 +13753,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Falló la actualización del complemento"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Advertencia: hubo una falla al encontrar el complemento {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "No se pudo encontrar el complemento {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr ""
- "Advertencia: fallo al descargar la lista de información del complemento"
+ msgid "Failed to download plugin information list"
+ msgstr "Error al descargar la lista de información del complemento"
msgid "Disable plugin"
msgstr "Deshabilitar complemento"
@@@ -13607,29 -13765,28 +13771,28 @@@ msgstr "Mantener complemento
msgid "Click to keep the plugin ''{0}''"
msgstr "Elija para mantener el complemento \"{0}\""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Advertencia: falló la eliminación del complemento obsoleto ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Error al eliminar los complementos obsoletos ''{0}''."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Advertencia: fallo al instalar complemento previamente descargdo \"{0}\". "
- "Omitiendo instalación. JOSM cargará la versión antigua del complemento."
+ "Error al instalar el complemento ya descargado ''{0}''. Omitiendo "
+ "instalación. JOSM va a cargar la vieja versión del complemento."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Advertencia: hubo una falla al instalar el complemento \"{0}\" desde el "
- "archivo temporal descargado \"{1}\". {2}"
+ "Error al instalar el complemento ''{0}'' desde el archivo de descarga "
+ "temporal ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Advertencia: fallo al instalar el complemento \"{0}\" del fichero descargado "
- "temporalmente \"{1}\". Fallo al renombrar."
+ "Error al instalar el complemento ''{0}'' desde el archivo de descarga "
+ "temporal ''{1}''. El cambio de nombre falló."
msgid "Click to disable the plugin ''{0}''"
msgstr "Elija para deshabilitar el complemento \"{0}\""
@@@ -13706,11 -13863,10 +13869,10 @@@ msgstr "Procesando ficheros de caché d
msgid "Processing file ''{0}''"
msgstr "Procesando fichero \"{0}\""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Advertencia: Fallo al revisar el fichero \"{0}\" en búsqueda de información "
- "del complemento. Omitiéndolo."
+ "Error al analizar el archivo ''{0}'' para obtener la información del "
+ "complemento. Omitiendo."
msgid "Processing plugin site cache icon files..."
msgstr "Procesando archivos de icono del caché del sitio del complemento..."
@@@ -13724,12 -13880,27 +13886,27 @@@ msgstr "Descargando lista de complement
msgid "Downloading plugin list from ''{0}''"
msgstr "Descargando lista de complementos desde ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Error al descargar la lista del complemento"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM falló al descargar la lista del complemento:"
+
+ msgid "Details:"
+ msgstr "Detalles:"
+
+ msgid "Plugin icons download error"
+ msgstr "Error al descargar los iconos del complemento"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM falló al descargar iconos del complemento"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Advertencia: fallo al crear directorio del complemento \"{0}\". No se puede "
- "hacer caché de la lista de complementos del sitio \"{1}\"."
+ "Error al crear el directorio de complementos ''{0}''. No se puede almacenar "
+ "en caché la lista de complementos desde el sitio de complementos ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Escribiendo la lista de complementos a la caché local ''{0}''"
@@@ -14190,16 -14361,14 +14367,14 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "No se pudo localizar la imagen ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "Advertencia: Fallo al manipular fichero zip \"{0}\". La excepción fue: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Error al manipular el archivo zip ''{0}''. La excepción fue: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Advertencia: fallo al acceder al directorio \"{0}\" por cuestiones de "
- "segurida. La excepción fue: {1}"
+ "No se ha podido acceder al directorio ''{0}'' por razones de seguridad. La "
+ "excepción fue: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [por favor, teclee su número]"
@@@ -14211,35 -14380,79 +14386,81 @@@ msgstr "
"Fallo al abrir la URL. No hay establecida una plataforma actualmente. Por "
"favor indique primero la plataforma."
- msgid "reserved"
- msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr "Abriendo URL: {0}"
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
- msgstr "¿Usted desea pegar estas etiquetas?"
+ msgid "reserved"
+ msgstr "reservado"
- msgid "Clear buffer"
+ msgid "Outdated Java version"
msgstr ""
- msgid "Ignore warnings"
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
++"<html><p> Lo sentimos, es imposible pegar etiquetas desde la memoria. No "
++"contiene ningún objeto de JOSM o un texto adecuado. </p></html>"
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
msgstr ""
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr "Conflicto de atajo silencioso: ''{0}'' movido por ''{1}'' a ''{2}''."
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] "Esta etiqueta {0} fue encontrada en el búfer, esto es sospechoso!"
+ msgstr[1] ""
+ "Estas etiquetas {0} fueron encontradas en el búfer, esto es sospechoso!"
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr "La clave es demasiada larga (máximo {0} caracteres):"
+
+ msgid "Suspicious characters in key:"
+ msgstr "Caracteres sospechosos en la clave:"
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr "El valor es demasiado largo (máximo {0} caracteres):"
+
+ msgid "Do you want to paste these tags?"
+ msgstr "¿Usted desea pegar estas etiquetas?"
+
+ msgid "Clear buffer"
+ msgstr "Limpiar búfer"
+
+ msgid "Ignore warnings"
+ msgstr "Ignorar advertencias"
+
msgid ""
"<html><p> Sorry, it is impossible to paste tags from buffer. It does not "
"contain any JOSM object or suitable text. </p></html>"
@@@ -14247,8 -14460,22 +14468,22 @@@ msgstr "
"<html><p> Lo sentimos, es imposible pegar etiquetas desde la memoria. No "
"contiene ningún objeto de JOSM o un texto adecuado. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Clic derecho = copiar al portapapeles"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "mÃn"
+
+ msgid "h"
+ msgstr "h"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "dÃa"
+ msgstr[1] "dÃas"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14382,7 -14609,7 +14617,7 @@@ msgstr "residencial
msgctxt "natural"
msgid "scrub"
- msgstr "matorral"
+ msgstr "monte bajo (arbustos, matorral o maleza)"
msgctxt "Relation type"
msgid "associatedStreet"
@@@ -14598,6 -14825,13 +14833,13 @@@ msgid "Saturation:
msgstr "Saturación:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "Permitir editar información de tráfico y exportarlo al simulador de "
+ "movilidad urbana SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14928,6 -15162,9 +15170,9 @@@ msgstr "
"imagen. Acceda a esta caracterÃstica pulsando el botón derecho del ratón "
"sobre la capa de imagen."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14991,9 -15228,6 +15236,6 @@@ msgstr "
"Esto puede condicionarse al tamaño de área máximo a eliminar. Hace además un "
"promedio de los nodos cercanos."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Crea y edita un mapa naútico para OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Editar caracterÃsticas de OpenSeaMap"
@@@ -15043,6 -15277,13 +15285,13 @@@ msgstr "
"Traza edificios a partir del mapa catastral checo. Requiere TracerServer "
"(.NET o Mono) para funcionar."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "Traza edificios y otras figuras a partir de un mapa. Necesita que "
+ "Tracer2Server se esté ejecutando."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Complemento para firmar digitalmente datos OSM"
@@@ -15187,6 -15428,9 +15436,9 @@@ msgstr "Terraplén
msgid "Lit"
msgstr "Iluminación"
+ msgid "Toll"
+ msgstr "Peaje"
+
msgid "Motorway Link"
msgstr "Enlace de autopista"
@@@ -15277,6 -15521,50 +15529,50 @@@ msgstr "Calle urbana
msgid "Edit Residential Street"
msgstr "Editar calle urbana"
+ msgid "Bicycle Road"
+ msgstr "CiclovÃa"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Editar CiclovÃa"
+
+ msgid "Highway type"
+ msgstr "Tipo de vial"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "calle urbana"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "vÃa de servicio"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "carretera sin clasificación"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "camino"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "ciclovÃa"
+
+ msgid "Vehicle access"
+ msgstr "Acceso vehicular"
+
+ msgid "yes"
+ msgstr "sÃ"
+
+ msgid "no"
+ msgstr "no"
+
+ msgid "destination"
+ msgstr "lugar de destino"
+
+ msgid "Oneway for bicycle"
+ msgstr "Sentido único para bicicletas"
+
msgid "Living Street"
msgstr "Calle residencial"
@@@ -15295,10 -15583,10 +15591,10 @@@ msgstr "Ãrea
msgid "Service"
msgstr "VÃa de servicio"
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr "Editar vÃa de servicio"
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr "Tipo de vÃa de servicio"
msgid "alley"
@@@ -15310,6 -15598,11 +15606,11 @@@ msgstr "camino de entrada (a garage, ca
msgid "parking_aisle"
msgstr "pasillo de aparcamiento"
+ msgid "drive-through"
+ msgstr ""
+ "carril de servicio para usuarios (comida rápida, banca, colegios, "
+ "aeropuerto, etc.)"
+
msgid "Parking Aisle"
msgstr "Pasillo de aparcamiento"
@@@ -15337,18 -15630,12 +15638,12 @@@ msgstr "rotonda
msgid "jughandle"
msgstr "cambio de sentido a distinto nivel"
- msgid "yes"
- msgstr "sÃ"
-
msgid "Road Restrictions"
msgstr "Restricciones de tráfico"
msgid "Edit Road Restrictions"
msgstr "Editar restricciones de tráfico"
- msgid "Toll"
- msgstr "Peaje"
-
msgid "No exit (cul-de-sac)"
msgstr "Sin salida (cul-de-sac)"
@@@ -15358,9 -15645,6 +15653,6 @@@ msgstr "Restricciones en el modo de tra
msgid "General Access"
msgstr "Acceso general"
- msgid "destination"
- msgstr "lugar de destino"
-
msgid "delivery"
msgstr "reparto de mercancÃas"
@@@ -15370,15 -15654,15 +15662,15 @@@ msgstr "permisivo
msgid "private"
msgstr "privado"
+ msgid "customers"
+ msgstr "clientes"
+
msgid "agricultural"
msgstr "agrÃcola"
msgid "forestry"
msgstr "forestal"
- msgid "no"
- msgstr "no"
-
msgid "official"
msgstr "oficial"
@@@ -15424,6 -15708,9 +15716,9 @@@ msgstr "VehÃculos de alta ocupación (
msgid "Public Service Vehicles (psv)"
msgstr "VehÃculos de servicio público (SP)"
+ msgid "Tourist buses"
+ msgstr "Ãmnibus de turistas"
+
msgid "Min. speed (km/h)"
msgstr "Velocidad mÃnima (km/h)"
@@@ -15508,6 -15795,9 +15803,9 @@@ msgstr "Editar un puente
msgid "viaduct"
msgstr "viaducto"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "Intercambiador"
@@@ -15626,21 -15916,30 +15924,30 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilidad"
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr "excelente"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "buena"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "intermedia"
+ msgctxt "trail_visibility"
msgid "bad"
msgstr "mala"
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr "pésima"
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "no"
+
msgid "Wheelchairs"
msgstr "Sillas de ruedas"
@@@ -15656,11 -15955,11 +15963,11 @@@ msgstr "Camino de herradura dedicado
msgid "Edit Bridleway"
msgstr "Editar vÃa ecuestre"
- msgid "Cycle Lane"
- msgstr "Ciclocarril"
+ msgid "Cycle Lane/Track"
+ msgstr "Pista o carril para bicicletas"
- msgid "Edit Cycle Lane"
- msgstr "Editar ciclocarril"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "Editar Pista o Carril para bicicletas"
msgid "Cycleway"
msgstr "Carril bici"
@@@ -15695,8 -15994,8 +16002,8 @@@ msgstr "CiclovÃa a la derecha
msgid "Oneway (bicycle)"
msgstr "Unidireccional (bicicleta)"
- msgid "Edit Highway"
- msgstr "Editar vÃa"
+ msgid "Edit Highway Attributes:"
+ msgstr "Editar atributos de la carretera:"
msgid "Highway"
msgstr "Carretera"
@@@ -15764,12 -16063,18 +16071,18 @@@ msgstr "Ãrea de descanso
msgid "Edit Rest Area"
msgstr "Editar área de descanso"
- msgid "Emergency Phone"
- msgstr "Teléfono de emergencia"
+ msgid "Drinking Water"
+ msgstr "Fuente de agua potable"
msgid "Traffic Signal"
msgstr "Semáforo"
+ msgid "Edit Traffic Signal"
+ msgstr "Editar Señal de Tráfico"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Atributos opcionales de cruce:"
+
msgid "Pedestrian crossing type"
msgstr "Tipo de cruce peatonal"
@@@ -15785,15 -16090,6 +16098,6 @@@ msgstr "isla
msgid "unmarked"
msgstr "sin marcar"
- msgid "Cross on horseback"
- msgstr "Cruce de caballos"
-
- msgid "Cross by bicycle"
- msgstr "Cruce de bicicletas"
-
- msgid "Crossing attendant"
- msgstr "Guarda cruces"
-
msgid "Crossing type name (UK)"
msgstr "Tipo de nombre de cruce (Reino Unido)"
@@@ -15815,6 -16111,15 +16119,15 @@@ msgstr "pegaso
msgid "tiger"
msgstr "tigre"
+ msgid "Crossing attendant"
+ msgstr "Guarda cruces"
+
+ msgid "Cross by bicycle"
+ msgstr "Cruce de bicicletas"
+
+ msgid "Cross on horseback"
+ msgstr "Cruce de caballos"
+
msgid "Stop"
msgstr "Stop"
@@@ -15824,6 -16129,9 +16137,9 @@@ msgstr "Ceda el paso
msgid "Mini-roundabout"
msgstr "Mini-rotonda (a nivel o ligeramente abombada)"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Editar Mini-Rotonda"
+
msgid "Direction"
msgstr "Dirección"
@@@ -15833,11 -16141,8 +16149,8 @@@ msgstr "agujas del reloj
msgid "Pedestrian Crossing"
msgstr "Paso de peatones"
- msgid "Edit Crossing"
- msgstr "Editar cruce"
-
- msgid "Type name (UK)"
- msgstr "Tipo de nombre (Reino Unido)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "Editar cruce Peatonal"
msgid "Traffic Calming"
msgstr "Calmado de tráfico"
@@@ -15869,9 -16174,6 +16182,6 @@@ msgstr "plataforma elevada
msgid "Passing Place"
msgstr "Lugar de cruce frecuente de la vÃa"
- msgid "Edit Passing Place"
- msgstr "Editar lugar de cruce frecuente de la vÃa"
-
msgid "Turning Circle"
msgstr "CÃrculo de giro"
@@@ -15914,6 -16216,12 +16224,12 @@@ msgstr "Bloque de edición
msgid "Allowed traffic:"
msgstr "Tráfico permitido:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "piedra"
+
msgid "Bollard"
msgstr "Bolardo"
@@@ -15929,6 -16237,9 +16245,9 @@@ msgstr "en ascenso
msgid "removable"
msgstr "removible"
+ msgid "plastic"
+ msgstr "plástico"
+
msgid "Cycle Barrier"
msgstr "Barrera para bicicletas"
@@@ -15936,10 -16247,10 +16255,10 @@@ msgid "Edit Cycle Barrier
msgstr "Editar barrera para ciclistas"
msgid "Cattle Grid"
- msgstr "Barrera canadiense"
+ msgstr "Paso canadiense"
msgid "Edit Cattle Grid"
- msgstr "Editar barrera canadiense"
+ msgstr "Editar paso canadiense"
msgid "Bus Trap"
msgstr "Trampa para coches"
@@@ -15998,20 -16309,14 +16317,14 @@@ msgstr "cadena
msgid "electric"
msgstr "eléctrica"
- msgid "roundpole"
- msgstr "troncos"
+ msgid "pole"
+ msgstr "poste"
msgid "split_rail"
msgstr "valla"
- msgid "chain"
- msgstr "cadena"
-
- msgid "hedge"
- msgstr "seto"
-
- msgid "pole"
- msgstr "poste"
+ msgid "wire"
+ msgstr "alambre"
msgid "Guard Rail"
msgstr "GuardarraÃl, bionda o quitamiedos"
@@@ -16041,6 -16346,7 +16354,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Zanja"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "Editar zanja"
@@@ -16050,11 -16356,11 +16364,11 @@@ msgstr "Bordillo
msgid "Edit Kerb"
msgstr "Editar bordillo"
- msgid "Entrance"
- msgstr "Entrada"
+ msgid "Entrance (barrier opening)"
+ msgstr "Entrada (apertura de barrera)"
- msgid "Edit Entrance"
- msgstr "Editar una entrada"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Editar Entrada (apertura de barrera)"
msgid "Gate"
msgstr "Puerta"
@@@ -16108,12 -16414,6 +16422,6 @@@ msgstr "estrecho
msgid "stepover"
msgstr "peldaño"
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "piedra"
-
msgid "Turnstile"
msgstr "Torno"
@@@ -16174,12 -16474,21 +16482,21 @@@ msgstr "Editar canal de desagüe
msgid "Ditch"
msgstr "Acequia"
+ msgid "Edit Ditch"
+ msgstr "Editar zanja"
+
msgid "Stream"
msgstr "Arroyo o riachuelo"
msgid "Edit Stream"
msgstr "editar arroyo o riachuelo"
+ msgid "Wadi"
+ msgstr "Uadi"
+
+ msgid "Edit Wadi"
+ msgstr "Editar Uadi"
+
msgid "Canal"
msgstr "Canal"
@@@ -16219,9 -16528,6 +16536,6 @@@ msgstr "Editar una presa
msgid "Groyne"
msgstr "Espigón"
- msgid "Edit Groyne"
- msgstr "Editar espigón"
-
msgid "Breakwater"
msgstr "Rompeolas"
@@@ -16255,6 -16561,21 +16569,21 @@@ msgstr "Editar depósito de agua
msgid "Edit Water"
msgstr "Editar lámina de agua"
+ msgid "Water Body"
+ msgstr "Cuerpo de agua"
+
+ msgid "lake"
+ msgstr "lago"
+
+ msgid "lagoon"
+ msgstr "laguna"
+
+ msgid "pond"
+ msgstr "estanque"
+
+ msgid "reservoir"
+ msgstr "reservorio"
+
msgid "Land"
msgstr "Suelo"
@@@ -16336,18 -16657,23 +16665,23 @@@ msgstr "Editar la terminal de ferry
msgid "Cargo"
msgstr "Carga"
+ msgctxt "cargo"
msgid "passengers"
msgstr "pasajeros"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "vehÃculo"
+ msgctxt "cargo"
msgid "bicycle"
msgstr "bicicleta"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "vehÃculo de gran tonelaje (hgv)"
+ msgstr "vehÃculos de carga"
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr "pasajeros;vehÃculo"
@@@ -16423,8 -16749,8 +16757,8 @@@ msgstr "turismo
msgid "freight"
msgstr "carga"
- msgid "Service/Type"
- msgstr "Servicio/Tipo"
+ msgid "Service type"
+ msgstr "Tipo de servicio"
msgid "yard"
msgstr "yarda"
@@@ -16447,11 -16773,14 +16781,14 @@@ msgstr "lÃnea_de_contacto
msgid "rail"
msgstr "ferrocarril"
- msgid "Voltage"
- msgstr "Voltaje"
+ msgid "Voltage in Volts (V)"
+ msgstr "Voltaje en voltios (V)"
- msgid "Frequency (Hz)"
- msgstr "Frecuencia (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Frecuencia en hercios (HZ)"
+
+ msgid "16.67"
+ msgstr "16,67"
msgid "16.7"
msgstr "16.7"
@@@ -16462,9 -16791,6 +16799,6 @@@ msgstr "VÃa estrecha
msgid "Edit Narrow Gauge Rail"
msgstr "Editar vÃa estrecha"
- msgid "Types"
- msgstr "Tipos"
-
msgid "Monorail"
msgstr "MonoraÃl"
@@@ -16486,15 -16812,15 +16820,15 @@@ msgstr "Editar metro ligero
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Editar tranvÃa"
+
msgid "Edit Subway"
msgstr "Editar metro"
msgid "Tram"
msgstr "TranvÃa"
-msgid "Edit Tram"
-msgstr "Editar tranvÃa"
-
msgid "Bus Guideway"
msgstr "VÃa para autobús guiado"
@@@ -16516,6 -16842,9 +16850,9 @@@ msgstr "Editar vÃa de ferrocarril aban
msgid "Level Crossing"
msgstr "Paso a nivel"
+ msgid "Edit Level Crossing"
+ msgstr "Editar paso a nivel"
+
msgid "Supervised"
msgstr "Supervisado"
@@@ -16528,18 -16857,32 +16865,32 @@@ msgstr "Señales sonoras
msgid "Barrier"
msgstr "Barrera"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "sÃ"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "no"
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr "media"
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "total"
+ msgstr "Completa"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "dos mitades"
+ msgstr "doble mitad"
msgid "Crossing"
msgstr "Paso a nivel peatonal"
+ msgid "Edit Crossing"
+ msgstr "Editar paso a nivel peatonal"
+
msgid "Crossing type"
msgstr "Tipo de paso"
@@@ -16639,13 -16982,11 +16990,11 @@@ msgstr "Alfombra mágica
msgid "Edit Magic Carpet"
msgstr "Editar alfombra mágica"
- msgctxt "aerialway"
msgid "Goods"
msgstr "MercancÃas"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Editar MercancÃas"
+ msgstr "Editar mercancÃas"
msgctxt "aerialway"
msgid "Station"
@@@ -16655,11 -16996,9 +17004,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Editar estación de remonte"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "Pilona"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "Editar pilona"
@@@ -16678,12 -17017,12 +17025,12 @@@ msgstr "al aire libre
msgid "underground"
msgstr "subterráneo"
+ msgid "rooftop"
+ msgstr "en azotea"
+
msgid "Access"
msgstr "Acceso"
- msgid "customers"
- msgstr "clientes"
-
msgid "Park and Ride"
msgstr "Aparcamiento disuasorio (Park & Ride)"
@@@ -16711,9 -17050,6 +17058,6 @@@ msgstr "Plazas de aparcamiento
msgid "Edit Parking space"
msgstr "Editar plazas de aparcamiento"
- msgid "rooftop"
- msgstr "en azotea"
-
msgid "Capacity"
msgstr "Capacidad (Coches)"
@@@ -16733,13 -17069,34 +17077,34 @@@ msgid "Opening Hours
msgstr "Horario de apertura"
msgid "24/7"
- msgstr "24/7"
+ msgstr "las 24 horas, 7 dÃas a la semana"
+
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "S-D 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "L-V 08:30-20:00; Sa,Su 08:00-15:00; PH cerrado"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "L-V 08:30-20:00,M-S 08:00-15:00; S 08:00-12:00"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Lu-Vie 08:30-20:00"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "L-S 08:00-18:00; 10- 15 Abril cerrado; Junio 08:00-14:00; Agosto cerrado; 25 "
+ "Diciembre cerrado"
+
+ msgid "sunrise-sunset"
+ msgstr "amanecer-anochecer"
+
+ msgid "Su 10:00+"
+ msgstr "D 10:00+"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Ma-Sa 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "semanas 1-53/2 V 09:00-12:00; semanas 2-52/2 X 09:00-12:00"
msgid "Parking entrance"
msgstr "Entrada de aparcamiento"
@@@ -16888,6 -17245,9 +17253,9 @@@ msgstr "Punto de recarga (para vehÃcul
msgid "Edit Charging Station (for electric cars)"
msgstr "Editar punto de recarga (para vehÃculos eléctricos)"
+ msgid "Voltage"
+ msgstr "Voltaje"
+
msgid "Amperage"
msgstr "Amperaje"
@@@ -16909,6 -17269,12 +17277,12 @@@ msgstr "Taller
msgid "Edit Car Repair"
msgstr "Editar reparación de automóviles"
+ msgid "Parts"
+ msgstr "Componentes de automóvil"
+
+ msgid "Edit Car Parts"
+ msgstr "Editar componentes de automóvil"
+
msgid "Tyres"
msgstr "Neumáticos"
@@@ -16936,6 -17302,12 +17310,12 @@@ msgstr "Alquiler
msgid "Edit Car Rental"
msgstr "Editar alquiler de automóviles"
+ msgid "Second hand"
+ msgstr "Segunda mano"
+
+ msgid "only"
+ msgstr "solamente"
+
msgid "Sharing"
msgstr "Compartido"
@@@ -16960,22 -17332,6 +17340,6 @@@ msgstr "Servicios:
msgid "Sale"
msgstr "Ventas"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "sÃ"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "marca"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "utilizado"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "no"
-
msgid "brand"
msgstr "marca"
@@@ -16997,9 -17353,6 +17361,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Partes"
-
msgid "Clothes"
msgstr "Ropas"
@@@ -17149,13 -17502,13 +17510,13 @@@ msgid "route segment
msgstr "segmento de la ruta"
msgid "stop position"
- msgstr "parada"
+ msgstr "punto de detención"
msgid "stop position (exit only)"
- msgstr "Parada (entrada)"
+ msgstr "Punto de detención (salida)"
msgid "stop position (entry only)"
- msgstr "Parada (salida)"
+ msgstr "Punto de detención (salida)"
msgid "platform"
msgstr "plataforma"
@@@ -17188,14 -17541,17 +17549,17 @@@ msgid "UIC name
msgstr "Nombre NIS"
msgid "Stop Position"
- msgstr "Parada"
+ msgstr "Punto de detención"
msgid "Platform"
- msgstr "Plataforma"
+ msgstr "Plataforma o andén (parada)"
msgid "Station or amenities"
msgstr "Estación o servicios"
+ msgid "Edit Stop Position"
+ msgstr "Editar punto de detención"
+
msgid "Bus"
msgstr "Autobús"
@@@ -17226,6 -17582,9 +17590,9 @@@ msgstr "Funicular
msgid "Ferry"
msgstr "Transbordador"
+ msgid "Edit Platform"
+ msgstr "Editar plataforma"
+
msgid "Bench"
msgstr "Banco"
@@@ -17238,20 -17597,22 +17605,22 @@@ msgstr "Silla de ruedas
msgid "limited"
msgstr "limitado"
- msgid "only"
- msgstr "solamente"
-
msgid "Highway platform (legacy)"
msgstr "Plataforma de carretera (etiqueta en desuso)"
msgid "Railway platform (legacy)"
- msgstr "Anden de ferrocarril (etiqueta en desuso)"
+ msgstr "Andén de ferrocarril (etiqueta en desuso)"
msgid "funicular"
msgstr "funicular"
+ msgctxt "railway"
msgid "Station"
- msgstr "Estación"
+ msgstr "Estación de ferrocarril"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Editar estación de ferrocarril"
msgid "Building"
msgstr "Edificio"
@@@ -17265,6 -17626,9 +17634,9 @@@ msgstr "Editar boca de metro
msgid "Ticket Machine"
msgstr "Máquina expendedora de billetes"
+ msgid "Edit Ticket Machine"
+ msgstr "Editar máquina expendedora de billetes"
+
msgid "Reference Number"
msgstr "Número de referencia"
@@@ -17289,14 -17653,6 +17661,6 @@@ msgstr "Tarjetas de fidelización o des
msgid "Public Transport (legacy)"
msgstr "Transporte público (etiqueta en desuso)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Estación de ferrocarril"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Editar estación de ferrocarril"
-
msgid "UIC-Reference"
msgstr "UIC-Referencia"
@@@ -17345,8 -17701,8 +17709,8 @@@ msgstr "Editar andén de autobús
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Editar parada de taxi"
+ msgid "Edit Taxi Station"
+ msgstr "Editar estación de taxi"
msgid "Airport"
msgstr "Aeropuerto"
@@@ -17399,12 -17755,27 +17763,27 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Editar Terminal"
- msgctxt "airport"
- msgid "Gate"
- msgstr "Puerta"
+ msgid "Internet access"
+ msgstr "Acceso a Internet"
- msgid "Edit Terminal Gate"
- msgstr "Editar Puerta de Terminal"
+ msgid "wlan"
+ msgstr "inalámbrica"
+
+ msgid "wired"
+ msgstr "con cable"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Costo del acceso a Internet"
+
+ msgctxt "airport"
+ msgid "Gate"
+ msgstr "Puerta"
+
+ msgid "Edit Terminal Gate"
+ msgstr "Editar Puerta de Terminal"
msgid "Facilities"
msgstr "Instalaciones"
@@@ -17421,21 -17792,6 +17800,6 @@@ msgstr "Editar hotel
msgid "Stars"
msgstr "Estrellas"
- msgid "Internet access"
- msgstr "Acceso a Internet"
-
- msgid "wlan"
- msgstr "inalámbrica"
-
- msgid "wired"
- msgstr "con cable"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Costo del acceso a Internet"
-
msgid "Smoking"
msgstr "Fumadores"
@@@ -17625,9 -17981,6 +17989,6 @@@ msgstr "Club de striptease
msgid "Edit Stripclub"
msgstr "Editar club de striptease"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ma-Do 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Turismo"
@@@ -17649,9 -18002,15 +18010,15 @@@ msgstr "Torre de vigÃa
msgid "Information Office"
msgstr "Oficina de información"
+ msgid "Edit Information Office"
+ msgstr "Editar oficina de información"
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr "Editar información de mapa"
+
msgid "Detail Grade"
msgstr "Grado de detalle"
@@@ -17664,6 -18023,9 +18031,9 @@@ msgstr "calle
msgid "scheme"
msgstr "esquema"
+ msgid "toposcope"
+ msgstr "toposcopio"
+
msgid "Shown Area"
msgstr "Mostrar área"
@@@ -17703,6 -18065,9 +18073,9 @@@ msgstr "... otros modos de desplazamien
msgid "Information Board"
msgstr "Panel informativo"
+ msgid "Edit Information Board"
+ msgstr "Editar panel informativo"
+
msgid "Board Content"
msgstr "Tablón de anuncios"
@@@ -17724,23 -18089,35 +18097,35 @@@ msgstr "plantas
msgid "Guidepost"
msgstr "Poste indicador"
+ msgid "Edit Guidepost"
+ msgstr "Editar poste indicador"
+
msgid "Information Terminal"
msgstr "Punto de información"
+ msgid "Edit Information Terminal"
+ msgstr "Editar punto de información"
+
msgid "Closer description"
msgstr "Descripción detallada"
msgid "Audioguide"
msgstr "AudioguÃa"
+ msgid "Edit Audioguide"
+ msgstr "Editar audioguÃa"
+
msgid "Audioguide via mobile phone?"
msgstr "¿AudioguÃa a través de teléfono móvil?"
msgid "Phone number"
msgstr "Número de teléfono"
- msgid "Other Information Points"
- msgstr "Otros puntos de información"
+ msgid "Other Information Point"
+ msgstr "Otros punto de información"
+
+ msgid "Edit Information Point"
+ msgstr "Editar punto de información"
msgid "Leisure"
msgstr "Ocio"
@@@ -17869,50 -18246,44 +18254,44 @@@ msgstr "Obra de arte
msgid "Edit Artwork"
msgstr "Editar obra de arte"
- msgid "Place of Worship"
- msgstr "Lugar de culto (templo, iglesia, mezquita, ermita, etc.)"
-
- msgid "Edit Place of Worship"
- msgstr "Editar lugar de culto"
-
- msgid "Religion"
- msgstr "Religión"
+ msgid "Recording Studio"
+ msgstr "Estudio de grabación"
- msgid "bahai"
- msgstr "bahaÃsta"
+ msgid "Edit Studio"
+ msgstr "Editar estudio"
- msgid "buddhist"
- msgstr "budista"
+ msgid "audio"
+ msgstr "audio"
- msgid "christian"
- msgstr "cristiana"
+ msgid "video"
+ msgstr "vÃdeo"
- msgid "hindu"
- msgstr "hindú"
+ msgid "Place of Worship"
+ msgstr "Lugar de culto"
- msgid "jain"
- msgstr "jainista"
+ msgid "Church"
+ msgstr "Iglesia"
- msgid "jewish"
- msgstr "judÃa"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "musulmana"
+ msgid "Building type"
+ msgstr "Tipo de edificio"
- msgid "sikh"
- msgstr "sijista"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "espiritualista"
+ msgid "cathedral"
+ msgstr "catedral"
- msgid "taoist"
- msgstr "taoista"
+ msgid "chapel"
+ msgstr "capilla o ermita"
- msgid "unitarian"
- msgstr "unitarismo"
+ msgid "church"
+ msgstr "iglesia"
- msgid "zoroastrian"
- msgstr "zoroástrica"
+ msgid "temple"
+ msgstr "templo"
msgid "Denomination"
msgstr "Confesión"
@@@ -17929,6 -18300,12 +18308,12 @@@ msgstr "católico
msgid "evangelical"
msgstr "evangélico"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "testigos de Jehová"
@@@ -17941,6 -18318,9 +18326,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mormón"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxo"
@@@ -17959,38 -18339,139 +18347,139 @@@ msgstr "cuáquero
msgid "roman_catholic"
msgstr "católico apostólico romano"
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr "Horarios del servicio"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "amanecer, atardecer"
+
+ msgid "Su 9:30,11:00"
+ msgstr "D 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "S, D, PH 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "S 18:00; D 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Vi 08:00-18:00; Abr 10-15 off; Jun 07:00-20:00; Ago off; Dec 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "S 10:00+"
+
+ msgid "Mosque"
+ msgstr "Mezquita"
+
+ msgid "Edit Mosque"
+ msgstr "Editar mezquita"
+
+ msgid "mosque"
+ msgstr "mezquita"
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "chiita"
msgid "sunni"
msgstr "sunÃ"
- msgid "Service Times"
- msgstr "Horarios del servicio"
+ msgid "Synagogue"
+ msgstr "Sinagoga"
- msgid "Su 10:00"
- msgstr "Do 10:00"
+ msgid "Edit Synagogue"
+ msgstr "Editar sinagoga"
- msgid "Su 10:30"
- msgstr "Do 10:30"
+ msgid "synagogue"
+ msgstr "sinagoga"
- msgid "Su 11:00"
- msgstr "Do 11:00"
+ msgid "conservative"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Horario de visita"
+ msgid "reform"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Estudio de grabación"
+ msgid "Buddhist Temple"
+ msgstr "Templo budista"
- msgid "Edit Studio"
- msgstr "Editar estudio"
+ msgid "Edit Buddhist Temple"
+ msgstr "Editar templo budista"
- msgid "audio"
- msgstr "audio"
+ msgid "theravada"
+ msgstr ""
- msgid "video"
- msgstr "vÃdeo"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr "Templo hindú"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Editar templo hindú"
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr "Santuario sintoÃsta"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "Editar santuario sintoÃsta"
+
+ msgid "Other Place of Worship"
+ msgstr "Otro lugar de culto"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Editar otro lugar de culto"
+
+ msgid "Religion"
+ msgstr "Religión"
+
+ msgid "bahai"
+ msgstr "bahaÃsta"
+
+ msgid "jain"
+ msgstr "jainista"
+
+ msgid "sikh"
+ msgstr "sijista"
+
+ msgid "spiritualist"
+ msgstr "espiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitarismo"
+
+ msgid "zoroastrian"
+ msgstr "zoroástrica"
msgid "Public Building"
msgstr "Edificio público"
@@@ -18079,6 -18560,12 +18568,12 @@@ msgstr "Editar autoescuela
msgid "License Classes"
msgstr "Clases de licencia"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Centro médico"
@@@ -18164,12 -18651,66 +18659,66 @@@ msgstr "Veterinario
msgid "Edit Veterinary"
msgstr "Editar veterinario"
- msgid "Drinking water"
- msgstr "Agua potable"
+ msgid "Edit Toilets"
+ msgstr "Editar baños"
+
+ msgid "Access rights"
+ msgstr "Permisos de acceso"
+
+ msgid "public"
+ msgstr "público"
+
+ msgid "seasonal"
+ msgstr "estacional"
+
+ msgid "flush"
+ msgstr "cisterna (evacuación de desechos con agua)"
+
+ msgid "pitlatrine"
+ msgstr "letrina exterior"
+
+ msgid "chemical"
+ msgstr "quÃmico"
+
+ msgid "bucket"
+ msgstr "balde"
+
+ msgid "Usage Position"
+ msgstr "Posición de uso"
+
+ msgid "seated"
+ msgstr "sentado"
+
+ msgid "seated;urinal"
+ msgstr "sentado;urinal"
+
+ msgid "squat"
+ msgstr "cuclillas"
+
+ msgid "urinal"
+ msgstr "urinario"
msgid "Post Box"
msgstr "Buzón de correos"
+ msgid "Edit Postbox"
+ msgstr "Editar Buzón Postal"
+
+ msgid "Collection times"
+ msgstr "Horarios de recolección"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Lu-Vi 15:00,17:45,19:00,23:00; Sá 15:10; Do 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Lu-Vi 09:00-12:00,17:15; Sá 14:00; So,PH off"
+
+ msgid "Drive through"
+ msgstr "Utilizable desde el volante"
+
msgid "Telephone"
msgstr "Teléfono"
@@@ -18179,6 -18720,30 +18728,30 @@@ msgstr "Editar teléfono
msgid "Telephone cards"
msgstr "Tarjetas telefónicas"
+ msgid "Emergency Phone"
+ msgstr "Teléfono de emergencia"
+
+ msgid "Internet Access"
+ msgstr "Acceso a Internet"
+
+ msgid "Edit Internet Access"
+ msgstr "Editar Acceso a Internet"
+
+ msgid "Automated Defibrillator"
+ msgstr "Desfibrilador automático"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Editar Desfibrilador Externo Automatizado"
+
+ msgid "Located inside a building?"
+ msgstr "¿Ubicado dentro de un edificio?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Ãltima fecha de verificación (YYYY-MM-DD)"
+
+ msgid "Last check note"
+ msgstr "Nota de la última verificación"
+
msgid "Clock"
msgstr "Reloj"
@@@ -18188,31 -18753,37 +18761,37 @@@ msgstr "Editar reloj
msgid "Display"
msgstr "Esfera"
- msgctxt "display"
msgid "analog"
msgstr "análogo"
- msgctxt "display"
msgid "digital"
msgstr "digital"
- msgctxt "display"
msgid "sundial"
msgstr "reloj de sol"
- msgctxt "display"
msgid "unorthodox"
msgstr "no ortodoxo"
msgid "Support"
msgstr "Soporte"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "poste"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "Montado en la pared"
+ msgstr "montado en la pared"
+ msgctxt "mounting/support"
msgid "billboard"
msgstr "cartelera"
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "tierra"
+
msgid "Visibility/readability"
msgstr "Visibilidad/legibilidad"
@@@ -18240,8 -18811,8 +18819,8 @@@ msgstr "Muestra la humedad
msgid "Recycling"
msgstr "Reciclaje"
- msgid "Edit Recycling station"
- msgstr "Editar punto limpio"
+ msgid "Edit Recycling Station"
+ msgstr "Editar estación de reciclaje"
msgid "Batteries"
msgstr "BaterÃas"
@@@ -18267,21 -18838,15 +18846,15 @@@ msgstr "centro
msgid "Waste Basket"
msgstr "Papelera"
- msgid "Edit Waste Basket"
- msgstr "Editar papelera"
-
msgid "Waste Disposal"
msgstr "Punto de recogida de residuos"
- msgid "Edit Waste Disposal"
- msgstr "Editar punto de recogida de residuos"
+ msgid "Edit Bench"
+ msgstr "Editar banco"
msgid "Backrest"
msgstr "Respaldo"
- msgid "plastic"
- msgstr "plástico"
-
msgid "Amount of Seats"
msgstr "Número de asientos"
@@@ -18316,8 -18881,17 +18889,17 @@@ msgstr "Editar apostadero de caza
msgid "Height"
msgstr "Altura"
+ msgctxt "height"
msgid "low"
- msgstr "profundidad"
+ msgstr "baja"
+
+ msgctxt "height"
+ msgid "half"
+ msgstr "media"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "completa"
msgid "Hide"
msgstr "Oculto"
@@@ -18325,9 -18899,6 +18907,6 @@@
msgid "Lock"
msgstr "Esclusa"
- msgid "Drinking Water"
- msgstr "Fuente de agua potable"
-
msgid "Edit Source of Potable Water"
msgstr "Editar fuente de agua potable"
@@@ -18359,6 -18930,9 +18938,9 @@@ msgstr "balsa de agua
msgid "Diameter (in mm)"
msgstr "Diametro (en mm)"
+ msgid "Hydrant Position"
+ msgstr "Posición de hidrante"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "carril"
@@@ -18396,117 -18970,153 +18978,153 @@@ msgstr "Estadio
msgid "Edit Stadium"
msgstr "Editar estadio"
- msgid "select sport:"
- msgstr "seleccionar deporte:"
+ msgid "Select sport:"
+ msgstr "Seleccionar deporte"
- msgid "sport"
- msgstr "deporte"
+ msgid "Sport"
+ msgstr "Deporte"
+ msgctxt "sport"
msgid "multi"
- msgstr "diversos"
+ msgstr "múltiple"
+ msgctxt "sport"
msgid "archery"
- msgstr "tiro con arco"
+ msgstr "arquerÃa"
+ msgctxt "sport"
msgid "athletics"
msgstr "atletismo"
+ msgctxt "sport"
msgid "american_football"
- msgstr "fútbol_americano"
+ msgstr "fútbol americano"
+ msgctxt "sport"
msgid "australian_football"
msgstr "fútbol australiano"
+ msgctxt "sport"
msgid "baseball"
msgstr "béisbol"
+ msgctxt "sport"
msgid "basketball"
msgstr "baloncesto"
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr "Deportes de bolas"
+ msgctxt "sport"
msgid "bowls"
- msgstr "bolos"
+ msgstr "bowls"
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "fútbol_canadiense"
+ msgstr "fútbol canadiense"
+ msgctxt "sport"
msgid "canoe"
- msgstr "piragua"
+ msgstr "canoaje"
+ msgctxt "sport"
msgid "climbing"
- msgstr "escalada"
+ msgstr "montañismo"
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr "crÃquet"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "Cricket con redes"
+ msgstr "redes de crÃquet"
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr "cróquet"
+ msgctxt "sport"
msgid "cycling"
msgstr "ciclismo"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "carrera de perros"
+ msgstr "carreras de perros"
+ msgctxt "sport"
msgid "equestrian"
msgstr "hÃpica"
+ msgctxt "sport"
msgid "gaelic_games"
msgstr "juegos gaélicos"
+ msgctxt "sport"
msgid "golf"
msgstr "golf"
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnasia"
+ msgstr "gimnasia acrobática"
+ msgctxt "sport"
msgid "hockey"
msgstr "hockey"
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "carrera de caballos"
+ msgstr "carreras hÃpicas"
+ msgctxt "sport"
msgid "motor"
msgstr "motor"
+ msgctxt "sport"
msgid "pelota"
- msgstr "frontón"
+ msgstr "pelota"
+ msgctxt "sport"
msgid "racquet"
msgstr "raqueta"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby"
+ msgstr "rugby liga"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby_union"
+ msgstr "rugby unión"
+ msgctxt "sport"
msgid "shooting"
msgstr "tiro"
+ msgctxt "sport"
msgid "skateboard"
- msgstr "monopatÃn"
+ msgstr "skateboarding"
+ msgctxt "sport"
msgid "skating"
msgstr "patinaje"
+ msgctxt "sport"
msgid "skiing"
- msgstr "esquÃ"
+ msgstr "EsquÃ"
+ msgctxt "sport"
msgid "soccer"
msgstr "Fútbol"
+ msgctxt "sport"
msgid "swimming"
msgstr "natación"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "tenis de mesa"
+ msgctxt "sport"
msgid "tennis"
msgstr "tenis"
@@@ -18540,33 -19150,43 +19158,43 @@@ msgstr "Mini golf
msgid "Edit Miniature Golf"
msgstr "Editar mini golf"
- msgid "Sport"
- msgstr "Deporte"
-
msgid "Multi"
msgstr "Diversos"
msgid "Edit Multi"
msgstr "Editar diversos"
- msgid "type"
- msgstr "tipo"
-
+ msgctxt "running"
msgid "pitch"
msgstr "cancha de juego"
+ msgctxt "running"
msgid "sports_centre"
msgstr "Polideportivo"
+ msgctxt "running"
msgid "stadium"
msgstr "Estadio"
+ msgctxt "running"
+ msgid "track"
+ msgstr "pista"
+
msgid "9pin"
msgstr "9 bolos"
msgid "Edit 9pin"
msgstr "Editar bolos"
+ msgid "pitch"
+ msgstr "cancha de juego"
+
+ msgid "sports_centre"
+ msgstr "Polideportivo"
+
+ msgid "stadium"
+ msgstr "Estadio"
+
msgid "10pin"
msgstr "Bowling (bolos americanos)"
@@@ -18600,6 -19220,22 +19228,22 @@@ msgstr "Editar piragüismo
msgid "Edit Cycling"
msgstr "Editar ciclismo"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "cancha de juego"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "Polideportivo"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "estadio"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "pista"
+
msgid "Dog Racing"
msgstr "Carreras de perros"
@@@ -18700,38 -19336,56 +19344,56 @@@ msgstr "parque de snowboard
msgid "Difficulty"
msgstr "Dificultad"
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr "novato"
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr "fácil"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "intermedia"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avanzado"
+ msgstr "avanzada"
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr "experto"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "fuera de pista"
+ msgstr "pista libre (freeride)"
msgid "Grooming"
msgstr "estilo de superficie"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "clásico"
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "montÃculos"
+ msgstr "montÃculo"
+
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "patinaje"
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "clásico y libre"
+ msgstr "clásico;patinaje"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "angosta"
+ msgstr "scooter"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "de campo abierto"
+ msgstr "esquà libre"
msgid "Shooting"
msgstr "Tiro"
@@@ -18772,19 -19426,15 +19434,15 @@@ msgstr "Juegos gaélicos
msgid "Edit Gaelic Games"
msgstr "Editar juegos gaélicos"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "Hurling"
+ msgstr "Lanzamiento"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Fútbol gaélico"
+ msgstr "Fútbol"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -18923,6 -19573,18 +19581,18 @@@ msgstr "Aeromodelismo
msgid "Edit Model Aerodrome"
msgstr "Editar aeromodelismo"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "cancha de juego"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "Polideportivo"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "pista"
+
msgid "RC Car"
msgstr "VehÃculos por control remoto"
@@@ -18935,60 -19597,134 +19605,134 @@@ msgstr "Hecho por el hombre
msgid "Edit Building"
msgstr "Editar edificio"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "sÃ"
+
+ msgctxt "building"
msgid "roof"
msgstr "tejado"
+ msgctxt "building"
msgid "garage"
msgstr "garaje"
- msgid "church"
- msgstr "iglesia"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "talleres"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "industrial"
+ msgctxt "building"
msgid "school"
- msgstr "colegio o escuela"
+ msgstr "escuela"
+ msgctxt "building"
msgid "hangar"
msgstr "hangar"
+ msgctxt "building"
msgid "commercial"
msgstr "comercial"
+ msgctxt "building"
msgid "farm"
msgstr "granja"
+ msgctxt "building"
msgid "transportation"
msgstr "transporte"
+ msgctxt "building"
msgid "greenhouse"
- msgstr "casa ecológica"
+ msgstr "invernadero"
+ msgctxt "building"
msgid "office"
msgstr "oficina"
+ msgctxt "building"
msgid "university"
msgstr "universidad"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "hospital"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "almacén"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "zona comercial"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "caseta"
+
msgid "Residential Building"
msgstr "Edificio de viviendas"
msgid "Edit Residential Building"
msgstr "Editar edificio de viviendas"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "residencial"
+
+ msgctxt "building"
msgid "apartments"
msgstr "apartamentos"
+ msgctxt "building"
msgid "house"
msgstr "casa"
+ msgctxt "building"
msgid "hut"
msgstr "cabaña"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr "terraza"
+ msgctxt "building"
msgid "detached"
msgstr "vivienda unifamiliar"
+ msgid "Entrance"
+ msgstr "Entrada"
+
+ msgid "Edit Entrance"
+ msgstr "Editar una entrada"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "sÃ"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "principal"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "servicio"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "salida"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "emergencia"
+
msgid "Tower"
msgstr "Torre o antena"
@@@ -19192,87 -19928,204 +19936,204 @@@ msgstr "Pozo de agua
msgid "Edit Water Well"
msgstr "Editar pozo de agua"
- msgid "Lighthouse"
- msgstr "Faro"
+ msgid "Lighthouse"
+ msgstr "Faro"
+
+ msgid "Edit Lighthouse"
+ msgstr "Editar faro"
+
+ msgid "Edit Beacon"
+ msgstr "Editar baliza"
+
+ msgid "Street Lamp"
+ msgstr "Farola"
+
+ msgid "Edit Street Lamp"
+ msgstr "Editar farola"
+
+ msgid "Operation times"
+ msgstr "Ciclo de funcionamiento"
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr "Lu-Vi 22:00-05:00"
+
+ msgid "Monitoring Station"
+ msgstr "Estación de monitorización"
+
+ msgid "Edit Monitoring Station"
+ msgstr "Editar estación de monitorización"
+
+ msgid "Monitoring:"
+ msgstr "Monitoreo:"
+
+ msgid "Weather"
+ msgstr "Clima"
+
+ msgid "Water level"
+ msgstr "Nivel del agua"
+
+ msgid "Tide Level"
+ msgstr "Nivel de la marea"
+
+ msgid "Traffic"
+ msgstr "Tráfico"
+
+ msgid "Air Quality"
+ msgstr "Calidad del aire"
+
+ msgid "Noise"
+ msgstr "Ruido"
+
+ msgid "GPS Signals"
+ msgstr "Señales GPS"
+
+ msgid "GLONASS Signals"
+ msgstr "Señales GLONASS"
+
+ msgid "Galileo Signals"
+ msgstr "Señales Galileo"
+
+ msgid "Radiation"
+ msgstr "Radiación"
+
+ msgid "Seismic Activity"
+ msgstr "Actividad sÃsmica"
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "Vértice geodésico"
+
+ msgid "Edit Survey Point"
+ msgstr "Editar vértice geodésico"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Editar cámara de vigilancia"
+
+ msgid "indoor"
+ msgstr "interiores"
+
+ msgid "outdoor"
+ msgstr "exteriores"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "tienda"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
- msgid "Edit Lighthouse"
- msgstr "Editar faro"
+ msgid "fixed"
+ msgstr ""
- msgid "Edit Beacon"
- msgstr "Editar baliza"
+ msgid "panning"
+ msgstr ""
- msgid "Street Lamp"
- msgstr "Farola"
+ msgid "dome"
+ msgstr ""
- msgid "Edit Street Lamp"
- msgstr "Editar farola"
+ msgid "Mounted on"
+ msgstr ""
- msgid "Operation times"
- msgstr "Ciclo de funcionamiento"
+ msgid "ceiling"
+ msgstr ""
- msgid "Mo-Fr 22:00-05:00"
- msgstr "Lu-Vi 22:00-05:00"
+ msgid "Direction in degrees"
+ msgstr ""
- msgid "Measurement Station"
- msgstr "Estación de medición"
+ msgid "Inclination in degrees"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Editar estación de medición"
+ msgid "Height in meter (m)"
+ msgstr "Altura en metros (m)"
- msgid "Measurement"
- msgstr "Medición"
+ msgid "Power"
+ msgstr "EnergÃa"
- msgid "particulate_matter"
- msgstr "material particulado"
+ msgid "Power Plant"
+ msgstr "Planta generadora de energÃa"
- msgid "seismic"
- msgstr "sÃsmica"
+ msgid "Edit Power Plant"
+ msgstr "Editar planta generadora"
- msgid "water_level"
- msgstr "aforo de agua"
+ msgid "Start date"
+ msgstr "Fecha de inicio"
- msgid "weather"
- msgstr "atmosférica"
+ msgid "Output forms of energy"
+ msgstr "Formas de producción de energÃa"
- msgid "Recording"
- msgstr "Registro"
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+ "(por favor añada esta información a los generadores si fuera posible)"
- msgid "manually"
- msgstr "manual"
+ msgid "electricity"
+ msgstr "electricidad"
- msgid "automated"
- msgstr "automática"
+ msgid "2 W"
+ msgstr "2 W"
- msgid "remote"
- msgstr "remota"
+ msgid "3 kW"
+ msgstr "3 W"
- msgctxt "display"
- msgid "no"
- msgstr "no"
+ msgid "5 MW"
+ msgstr "5 MW"
- msgid "Survey Point"
- msgstr "Vértice geodésico"
+ msgid "7 GW"
+ msgstr "7 GW"
- msgid "Edit Survey Point"
- msgstr "Editar vértice geodésico"
+ msgid "hot water"
+ msgstr "agua caliente"
- msgid "Surveillance"
- msgstr "Cámara de vigilacia"
+ msgid "hot air"
+ msgstr "aire caliente"
- msgid "Edit Surveillance Camera"
- msgstr "Editar cámara de vigilancia"
+ msgid "cold water"
+ msgstr "agua frÃa"
- msgid "indoor"
- msgstr "interiores"
+ msgid "cold air"
+ msgstr "aire frÃo"
- msgid "outdoor"
- msgstr "exteriores"
+ msgid "compressed air"
+ msgstr "aire comprimido"
- msgid "public"
- msgstr "público"
+ msgid "steam"
+ msgstr "vapor"
- msgid "Power"
- msgstr "EnergÃa"
+ msgid "vacuum"
+ msgstr "vacÃo"
msgid "Power Generator"
msgstr "Generador de energÃa"
@@@ -19325,89 -20178,196 +20186,196 @@@ msgstr "eólico
msgid "Method"
msgstr "Método"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "digestión_anaerobia"
+ msgstr "digestión anaeróbica"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "presa"
+
+ msgctxt "generator method"
msgid "combustion"
msgstr "combustión"
- msgid "dam"
- msgstr "presa"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "biológico / carbón / gasóleo / gas / gasolina / desechos"
+ msgctxt "generator method"
msgid "fission"
msgstr "fisión"
+ msgctxt "generator method"
msgid "fusion"
msgstr "fusión"
+ msgctxt "generator method"
msgid "gasification"
msgstr "gasificación"
- msgid "photovoltaic"
- msgstr "fotovoltaico"
-
- msgid "pumped-storage"
- msgstr "almacenamiento por bombeo"
+ msgid "biomass / waste"
+ msgstr "biomasa / desperdicio"
- msgid "pumping"
- msgstr "de bombeo"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr "fotovoltaica"
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr "pirólisis"
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "corriente-de-rÃo"
+ msgstr "corriente del rÃo"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "arroyo"
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termal"
+ msgstr "térmico"
- msgid "Output forms of energy"
- msgstr "Formas de producción de energÃa"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "agua bombeada del almacenaje"
- msgid "electricity"
- msgstr "electricidad"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "almacenamiento de agua"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr "Tipo de generador"
- msgid "3 kW"
- msgstr "3 W"
+ msgid "combined_cycle"
+ msgstr "ciclo combinado"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr "combustión de gas"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr "turbina Francis"
- msgid "hot water"
- msgstr "agua caliente"
+ msgid "gas_turbine"
+ msgstr "turbina de gas"
- msgid "hot air"
- msgstr "aire caliente"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "biogás, biomasa, gas, combustión de desperdicios"
- msgid "cold water"
- msgstr "agua frÃa"
+ msgid "heat_pump"
+ msgstr "bombeo de calor"
- msgid "cold air"
- msgstr "aire frÃo"
+ msgid "horizontal_axis"
+ msgstr "eje horizontal"
- msgid "compressed air"
- msgstr "aire comprimido"
+ msgid "tidal steam / wind"
+ msgstr "mareomotriz / viento"
- msgid "steam"
- msgstr "vapor"
+ msgid "kaplan_turbine"
+ msgstr "turbina Kaplan"
- msgid "vacuum"
- msgstr "vacÃo"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+ "hidrológico corriente de rÃo /hidrológico almacenamiento de agua / descarga "
+ "de marea"
+
+ msgid "pelton_turbine"
+ msgstr "turbina Pelton"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "hidrológico corriente del rÃo / hidrológico almacenamiento de agua"
+
+ msgid "reciprocating_engine"
+ msgstr "motor recÃproco"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "biocombustible, biogás, gasóleo, gasolina"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "panel solar fotovoltaico"
+
+ msgid "solar photovoltaic"
+ msgstr "fotovoltaico solar"
+
+ msgid "solar_thermal_collector"
+ msgstr "colector termo solar"
+
+ msgid "solar thermal"
+ msgstr "termo solar"
+
+ msgid "steam_generator"
+ msgstr "generador de vapor"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+ "biológico, carbón, gasóleo, gas, gasolina, petróleo, combustión de desechos"
+
+ msgid "steam_turbine"
+ msgstr "turbina de vapor"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+ "geotermal / termo solar / biológico, carbón, petróleo, combustión de desechos"
+
+ msgid "stellarator"
+ msgstr "reactor estelar"
+
+ msgid "nuclear fusion"
+ msgstr "fusión nuclear"
+
+ msgid "tokamak"
+ msgstr "tokamak"
+
+ msgid "vertical_axis"
+ msgstr "eje vertical"
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "Reactor de agua hirviente 1 (BWR-1)"
+
+ msgid "nuclear fission"
+ msgstr "fisión nuclear"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "Reactor de agua hirviente 2 (BWR-2)"
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "Reactor de agua hirviente 3 (BWR-3)"
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "Reactor de agua hirviente 4 (BWR-4)"
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "Reactor de agua hirviente 5 (BWR-5)"
- msgid "battery charging"
- msgstr "carga de baterÃa"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "Reactor de agua hirviente 6 (BWR-6)"
- msgid "Power Station"
- msgstr "Central eléctrica"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "Reactor de Uranio Deuterio Canadá (CANDU)"
- msgid "Edit Power Station"
- msgstr "Editar central eléctrica"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "Reactor Presurizado de China (CPR-1000)"
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "Reactor Presurizado Europeo (EPR)"
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "Fusión de Confinamiento Inercial (ICF)"
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Reactor de agua presurizada (PWR)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Reactor Vodo-Vodyanoi Energetichesky (VVER)"
+
+ msgid "Output forms of energy:"
+ msgstr "Formas de salida de energÃa:"
msgid "Power Sub Station"
msgstr "Subestación eléctrica"
@@@ -19418,6 -20378,21 +20386,21 @@@ msgstr "Editar subestación eléctrica
msgid "Line reference"
msgstr "LÃnea de referencia"
+ msgid "high"
+ msgstr "alto"
+
+ msgid "medium"
+ msgstr "medio"
+
+ msgid "low"
+ msgstr "profundidad"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Armario eléctrico"
@@@ -19433,6 -20408,9 +20416,9 @@@ msgstr "Editar torre de electricidad
msgid "Tower reference"
msgstr "Referencia de la torre"
+ msgid "steel"
+ msgstr "acero"
+
msgid "Pole"
msgstr "Poste"
@@@ -19451,13 -20429,11 +20437,11 @@@ msgstr "Editar tendido eléctrico
msgid "Line type"
msgstr "Tipo de lÃnea"
- msgctxt "Power Line"
msgid "line"
- msgstr "LÃnea"
+ msgstr "lÃnea"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "baja tensión"
+ msgstr "lÃnea menor"
msgid "Amount of Cables"
msgstr "Cantidad de cables"
@@@ -19564,11 -20540,11 +20548,11 @@@ msgstr "Kiosco
msgid "Edit Kiosk"
msgstr "Editar kiosco"
- msgid "Baker"
- msgstr "PanaderÃa"
+ msgid "Bakery"
+ msgstr "PanaderÃa, pastelerÃa, confiterÃa"
- msgid "Edit Baker"
- msgstr "Editar panaderÃa"
+ msgid "Edit Bakery"
+ msgstr "Editar panaderÃa, pastelerÃa, confiterÃa"
msgid "Butcher"
msgstr "CarnicerÃa"
@@@ -19579,8 -20555,8 +20563,8 @@@ msgstr "Editar carnicerÃa
msgid "Seafood"
msgstr "PescaderÃa o marisquerÃa"
- msgid "Edit Seafood"
- msgstr "EditarpescaderÃa o marisquerÃa"
+ msgid "Edit Seafood Shop"
+ msgstr "Editar tienda de mariscos"
msgid "Deli (Fine Food)"
msgstr "Delicatessen"
@@@ -19600,6 -20576,9 +20584,9 @@@ msgstr "Mercado
msgid "Edit Marketplace"
msgstr "Editar mercado"
+ msgid "Organic"
+ msgstr "Tienda de productos orgánicos"
+
msgid "Greengrocer"
msgstr "FruterÃa o verdulerÃa"
@@@ -19607,13 -20586,10 +20594,10 @@@ msgid "Edit Greengrocer
msgstr "Editar fruterÃa o verdulerÃa"
msgid "Farm Stand"
- msgstr "productos frescos de granja"
+ msgstr "Productos de granja"
msgid "Edit Farm Stand"
- msgstr "Editar Venta de productos frescos de granja"
-
- msgid "Organic"
- msgstr "Tienda de productos orgánicos"
+ msgstr "Editar productos de granja"
msgid "Edit Organic/Bio"
msgstr "Editar Orgánico/Bio"
@@@ -19684,7 -20660,7 +20668,7 @@@ msgstr "Editar sastrerÃa
msgid "Fabric"
msgstr "Textil"
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr "Editar tienda textil"
msgid "Electronic"
@@@ -19697,7 -20673,7 +20681,7 @@@ msgid "Edit Computer Shop
msgstr "Editar tienda de informática"
msgid "Electronics"
- msgstr "Electrónica"
+ msgstr "Electrónica y electrodomésticos"
msgid "Edit Electronics Shop"
msgstr "Editar tienda de electrónica"
@@@ -19705,22 -20681,21 +20689,21 @@@
msgid "Mobile Phone"
msgstr "TelefonÃa móvil"
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr "Editar tienda de telefonÃa móvil"
msgid "Vacuum Cleaner"
msgstr "Tienda de aspiradores"
- msgid "Edit Vacuum Cleaner"
- msgstr "Editar tienda de aspiradoras"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "Editar Tienda de Aspiradoras"
msgid "Hifi"
- msgstr "Hi-Fi"
+ msgstr "Sonido"
msgid "Edit Hifi Shop"
- msgstr "Editar tienda Hi-Fi"
+ msgstr "Editar tienda de sonido"
- msgctxt "shop"
msgid "Video"
msgstr "VÃdeo"
@@@ -19748,6 -20723,12 +20731,12 @@@ msgstr "Editar cambio de moneda
msgid "Edit Automated Teller Machine"
msgstr "Editar cajero automático"
+ msgid "Pawnbroker"
+ msgstr "Casa de empeño"
+
+ msgid "Edit Pawnbroker"
+ msgstr "editar casa de empeño"
+
msgid "Department Store"
msgstr "Grandes almacenes"
@@@ -19784,11 -20765,32 +20773,32 @@@ msgstr "JoyerÃa
msgid "Edit Jewelry"
msgstr "Editar joyerÃa"
+ msgid "Gift"
+ msgstr "Regalo"
+
+ msgid "Edit Gift Shop"
+ msgstr "Editar tienda de regalo"
+
+ msgid "buddhist"
+ msgstr "budista"
+
+ msgid "christian"
+ msgstr "cristiana"
+
+ msgid "hindu"
+ msgstr "hindú"
+
+ msgid "jewish"
+ msgstr "judÃa"
+
+ msgid "muslim"
+ msgstr "musulmana"
+
msgid "Erotic"
msgstr "Erótico"
- msgid "Edit Erotic"
- msgstr "Editar erótico"
+ msgid "Edit Erotic Shop"
+ msgstr "Editar Tienda Erótica"
msgid "Florist"
msgstr "FloristerÃa"
@@@ -19817,11 -20819,11 +20827,11 @@@ msgstr "Editar ferreterÃa
msgid "Paint"
msgstr "Pinturas"
- msgid "Edit Paint"
- msgstr "Editar pinturas"
+ msgid "Edit Paint Shop"
+ msgstr "Editar pinturerÃa"
msgid "Furniture"
- msgstr "Muebles"
+ msgstr "Muebles y decoración"
msgid "Edit Furniture Shop"
msgstr "Editar mueblerÃa"
@@@ -19829,19 -20831,19 +20839,19 @@@
msgid "Kitchen"
msgstr "Cocinas"
- msgid "Edit Kitchen"
- msgstr "Editar cocinas"
+ msgid "Edit Kitchen Store"
+ msgstr "Editar tienda de cocinas"
msgid "Curtain"
msgstr "Cortinajes"
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr "Editar tienda de cortinajes"
msgid "Frame"
msgstr "Enmarcaciones"
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr "Editar tienda de enmarcaciones"
msgid "Stationery"
@@@ -19877,8 -20879,8 +20887,8 @@@ msgstr "Editar agencia de viajes
msgid "Musical Instrument"
msgstr "Instrumentos musicales"
- msgid "Edit Musical Instruments"
- msgstr "Editar Instrumentos musicales"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "Editar tienda de instrumentos musicales"
msgid "Toys"
msgstr "Juguetes"
@@@ -19887,7 -20889,7 +20897,7 @@@ msgid "Edit Toy Shop
msgstr "Editar jugueterÃa"
msgid "Variety Store"
- msgstr "Tienda de variedades"
+ msgstr "Tienda de variedades o bazar"
msgid "Edit Variety Store"
msgstr "Edición de la tienda variedades"
@@@ -20096,6 -21098,12 +21106,12 @@@ msgstr "Pico
msgid "Edit Peak"
msgstr "Editar pico"
+ msgid "Saddle"
+ msgstr "Collado"
+
+ msgid "Edit Saddle"
+ msgstr "Editar collado"
+
msgid "Glacier"
msgstr "Glaciar"
@@@ -20135,26 -21143,35 +21151,35 @@@ msgstr "Ãrbol
msgid "Edit Tree"
msgstr "Editar árbol"
+ msgid "broad_leaved"
+ msgstr "de hojas anchas"
+
+ msgid "conifer"
+ msgstr "conÃfera"
+
+ msgid "palm"
+ msgstr "palmera"
+
msgid "Botanical Name"
msgstr "Nombre botánico"
+ msgid "Tree Row"
+ msgstr "Fila de árboles"
+
msgid "Wood"
msgstr "Bosque natural"
msgid "Edit Wood"
msgstr "Editar bosque"
- msgctxt "wood"
msgid "coniferous"
- msgstr "conÃferas"
+ msgstr "conÃfera"
- msgctxt "wood"
msgid "deciduous"
msgstr "caducifolio"
- msgctxt "wood"
msgid "mixed"
- msgstr "mezclado"
+ msgstr "mixto"
msgid "Forest"
msgstr "Plantación forestal"
@@@ -20162,15 -21179,6 +21187,6 @@@
msgid "Edit Forest Landuse"
msgstr "Editar zona forestal"
- msgid "coniferous"
- msgstr "conÃfera"
-
- msgid "deciduous"
- msgstr "caducifolio"
-
- msgid "mixed"
- msgstr "mixto"
-
msgid "Grassland"
msgstr "Pradera"
@@@ -20214,10 -21222,10 +21230,10 @@@ msgid "Edit Fell
msgstr "Editar braña"
msgid "Scrub"
- msgstr "Matorral"
+ msgstr "Monte bajo (arbustos, matorral o maleza)"
msgid "Edit Scrub"
- msgstr "Editar matorral"
+ msgstr "Editar monte bajo"
msgid "Heath"
msgstr "Brezal o landa"
@@@ -20246,6 -21254,12 +21262,12 @@@ msgstr "Prado
msgid "Edit Meadow Landuse"
msgstr "Editar prado"
+ msgid "Orchard"
+ msgstr "Huerta"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Editar huerta"
+
msgid "Vineyard"
msgstr "Viñedo"
@@@ -20288,8 -21302,8 +21310,8 @@@ msgstr "Editar parque municipal
msgid "Common"
msgstr ""
- "Espacio donde el propietario permite el paso (tipologÃa caracterÃstica en "
- "Reino Unido)"
+ "Espacio donde el propietario permite el paso y disfrute (tipologÃa "
+ "caracterÃstica en Reino Unido, no es servidumbre de paso)"
msgid "Edit Common"
msgstr "Editar espacio donde el propietario permite el paso"
@@@ -20306,8 -21320,8 +21328,8 @@@ msgstr "Ãrea de esparcimiento
msgid "Edit Recreation Ground Landuse"
msgstr "Editar área de esparcimiento"
- msgid "Residential area"
- msgstr "Ãrea residencial"
+ msgid "Residential Area"
+ msgstr "Zona residencial"
msgid "Edit Residential Landuse"
msgstr "Editar suelo residencial"
@@@ -20318,6 -21332,9 +21340,9 @@@ msgstr "Camposanto (para antiguos lugar
msgid "Edit Graveyard"
msgstr "Editar camposanto"
+ msgid "shinto"
+ msgstr "sintoÃsmo"
+
msgid "Cemetery"
msgstr "Cementerio"
@@@ -20394,6 -21411,33 +21419,33 @@@ msgstr "Editar cantera
msgid "Annotation"
msgstr "Anotación"
+ msgid "Edit Name Information"
+ msgstr "Editar información sobre el nombre"
+
+ msgid "Alternative name"
+ msgstr "Nombre alternativo"
+
+ msgid "Historical name"
+ msgstr "Nombre histórico"
+
+ msgid "Local name"
+ msgstr "Nombre local"
+
+ msgid "Regional name"
+ msgstr "Nombre regional"
+
+ msgid "National name"
+ msgstr "Nombre nacional"
+
+ msgid "International name"
+ msgstr "Nombre internacional"
+
+ msgid "Official name"
+ msgstr "Nombre oficial"
+
+ msgid "Common name abbreviation"
+ msgstr "Abreviatura común del nombre"
+
msgid "Edit Address Information"
msgstr "Editar direcciones"
@@@ -20430,6 -21474,18 +21482,18 @@@ msgstr "pares
msgid "alphabetic"
msgstr "alfabético"
+ msgid "Accuracy"
+ msgstr "Precisión"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Contacto (esquema común)"
@@@ -20598,21 -21654,50 +21662,50 @@@ msgstr "Ruta general
msgid "Edit general route"
msgstr "Editar ruta general"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "autobús"
+
+ msgctxt "route type"
msgid "road"
- msgstr "carretera"
+ msgstr "camino"
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "ferry"
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr "esquÃ"
+ msgctxt "route type"
msgid "foot"
msgstr "pie"
+ msgctxt "route type"
msgid "hiking"
- msgstr "sendero"
+ msgstr "senderismo"
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "tranvÃa"
+ msgctxt "route type"
msgid "detour"
msgstr "desvÃo"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "ferrocarril"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "metro"
+
msgid "Symbol description"
msgstr "Descripción del sÃmbolo"
@@@ -20658,21 -21743,24 +21751,24 @@@ msgstr "próximo punto de parada
msgid "backward halt point"
msgstr "anterior punto de parada"
- msgid "Route network"
+ msgid "Route Network"
msgstr "Red de rutas"
- msgid "Edit route network"
- msgstr "Editar red rutas"
+ msgid "Edit Route Network"
+ msgstr "Editar red de rutas"
msgid "member"
msgstr "miembro"
- msgid "Associated street"
+ msgid "Associated Street"
msgstr "Calle asociada"
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr "Editar calle asociada"
+ msgid "house"
+ msgstr "casa"
+
msgid "Street"
msgstr "Calle"
@@@ -20694,7 -21782,7 +21790,7 @@@ msgstr "cualquier cosa relacionada con
msgid "Destination sign"
msgstr "Señal de destino"
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr "Editar señal de destino"
msgid "Destination written on sign (w/o distance)"
@@@ -20790,18 -21878,27 +21886,27 @@@ msgstr "vÃas que pasan bajo el puente
msgid "way forming the outline footprint"
msgstr "vÃa que conforma el contorno"
- msgid "nodes forming the outline"
- msgstr "nodos que conforman el contorno"
+ msgid "edge ways parallel to ''across''"
+ msgstr "vÃas frontera paralelas a \"a lo largo de\""
msgid "ways passing through the tunnel"
msgstr "vÃas que pasan a través del túnel"
+ msgid "edge ways parallel to ''through''"
+ msgstr "vÃas frontera paralelas a \"a través\""
+
msgid "bridge"
msgstr "puente"
msgid "deprecated"
msgstr "obsoleto"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgid "foot"
+ msgstr "pie"
+
msgid "horse"
msgstr "caballo"
@@@ -20811,8 -21908,11 +21916,11 @@@ msgstr "barrera
msgid "motorroad"
msgstr "AutovÃa"
- msgid "highway_track"
- msgstr "pista"
+ msgid "highway.track"
+ msgstr "carretera.pista"
+
+ msgid "livingdashed"
+ msgstr "livingdashed"
msgid "services"
msgstr "servicios"
@@@ -20820,11 -21920,11 +21928,11 @@@
msgid "ford"
msgstr "vado"
- msgid "highway_platform"
- msgstr "plataforma de la carretera"
+ msgid "highway.platform"
+ msgstr "carretera.plataforma"
- msgid "emergency_access_point"
- msgstr "Punto de acceso de emergencias"
+ msgid "emergency.access.point"
+ msgstr "emergencia.acceso.punto"
msgid "riverbank"
msgstr "ribera"
@@@ -20841,6 -21941,9 +21949,9 @@@ msgstr "rápidos
msgid "railwaypoint"
msgstr "punto ferroviario"
+ msgid "raildashed"
+ msgstr "raildashed"
+
msgid "railyard"
msgstr "terminal ferroviaria"
@@@ -20856,29 -21959,29 +21967,29 @@@ msgstr "vÃa muerta
msgid "aeroway"
msgstr "aerovÃa"
- msgid "aeroway_dark"
- msgstr "pista (oscuro)"
+ msgid "aeroway.dark"
+ msgstr "aeródromo.oscuro"
- msgid "aeroway_light"
- msgstr "pista (claro)"
+ msgid "aeroway.light"
+ msgstr "aeródromo.claro"
- msgid "piste_easy"
- msgstr "pista fácil"
+ msgid "piste.easy"
+ msgstr "pista.fácil"
- msgid "piste_intermediate"
- msgstr "pista intermedia"
+ msgid "piste.intermediate"
+ msgstr "pista.intermedia"
- msgid "piste_advanced"
- msgstr "pista avanzada"
+ msgid "piste.advanced"
+ msgstr "pista.avanzada"
- msgid "piste_expert"
- msgstr "pista para expertos"
+ msgid "piste.expert"
+ msgstr "pista.experta"
- msgid "piste_freeride"
- msgstr "pista de estilo libre"
+ msgid "piste.freeride"
+ msgstr "pista.libre"
- msgid "piste_novice"
- msgstr "pista para iniciados"
+ msgid "piste.novice"
+ msgstr "pista.novato"
msgid "power"
msgstr "energÃa"
@@@ -20898,20 -22001,20 +22009,20 @@@ msgstr "puerto deportivo
msgid "amenity"
msgstr "servicios"
- msgid "amenity_traffic"
- msgstr "tráfico de ocio"
+ msgid "amenity.traffic"
+ msgstr "instalación.tráfico"
- msgid "amenity_light"
- msgstr "equipamiento lumÃnico"
+ msgid "amenity.light"
+ msgstr "instalación.luz"
- msgid "light_water"
- msgstr "agua (claro)"
+ msgid "light.water"
+ msgstr "claro.agua"
msgid "health"
msgstr "salud"
- msgid "shop"
- msgstr "tienda"
+ msgid "office"
+ msgstr "oficina"
msgid "hotel"
msgstr "hotel"
@@@ -20968,7 -22071,7 +22079,7 @@@ msgid "natural
msgstr "espacio natural"
msgid "scrub"
- msgstr "matorral"
+ msgstr "monte bajo"
msgid "heath"
msgstr "monte"
@@@ -20985,11 -22088,14 +22096,14 @@@ msgstr "ruta
msgid "boundary"
msgstr "frontera"
+ msgid "sport"
+ msgstr "deporte"
+
msgid "place"
msgstr "lugar"
- msgid "tiger_data"
- msgstr "datos_TIGER"
+ msgid "tiger.data"
+ msgstr "tiger.data"
msgid "address"
msgstr "dirección"
@@@ -21003,9 -22109,6 +22117,6 @@@ msgstr "Población/Ciudad
msgid "One Way"
msgstr "Sentido único"
- msgid "Church"
- msgstr "Iglesia"
-
msgid "Fuel Station"
msgstr "Gasolinera"
@@@ -21033,6 -22136,9 +22144,9 @@@ msgstr "etiqueta bridge en un nodo
msgid "wrong highway tag on a node"
msgstr "incorrecta etiqueta highway en un nodo"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "unclassified highway sin nombre"
@@@ -21078,11 -22184,41 +22192,41 @@@ msgstr "inusual combinación de etiquet
msgid "unusual tag combination (highway & natural)"
msgstr "inusual combinación de etiquetas (highway & natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr "lago/laguna utilizado como piscina"
- msgid "incline without highway"
- msgstr "incline sin highway"
+ msgid "numerical key"
+ msgstr "tecla numérica"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "relación route_master sim route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "LÃnea eléctrica sin voltaje"
+
+ msgid "substation key without power=substation"
+ msgstr "clave de subestación sin power=substation"
+
+ msgid "transformer key without power"
+ msgstr "clave de transformador sin energÃa"
+
+ msgid "missing substation=*"
+ msgstr "falta substation=*"
+
+ msgid "missing transformer=*"
+ msgstr "falta transformer=*"
+
+ msgid "incline without highway or railway"
+ msgstr "inclinación sin vÃa o camino"
msgid "junction without highway"
msgstr "junction sin highway"
@@@ -21093,8 -22229,8 +22237,8 @@@ msgstr "lanes sin highway
msgid "lcn without highway"
msgstr "lcn sin highway"
- msgid "lit without highway"
- msgstr "lit sin highway"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "iluminación sin vÃa/ferrocarril/pista/estacionamiento/plataforma"
msgid "living_street without highway"
msgstr "living_street sin highway"
@@@ -21111,8 -22247,8 +22255,8 @@@ msgstr "motorroad sin highway
msgid "ntd_id without highway"
msgstr "ntd_id sin highway"
- msgid "oneway without highway"
- msgstr "oneway sin highway"
+ msgid "oneway without highway or railway"
+ msgstr "sentido único sin vÃa o camino"
msgid "sac_scale without highway"
msgstr "sac_scale sin highway"
@@@ -21228,20 -22364,131 +22372,131 @@@ msgstr "canal sin waterway
msgid "have_riverbank without waterway"
msgstr "have_riverbank sin waterway"
- msgid "tunnel without highway/railway/waterway"
- msgstr "tunnel sin highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "túnel sin vÃa/ferrocarril/cauce fluvial/plataforma/ducto"
- msgid "bridge without highway/railway/waterway"
- msgstr "bridge sin highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "puente sin vÃa/ferrocarril/cauce fluvial/plataforma/pista/ducto"
- msgid "psv without highway/railway/waterway"
- msgstr "psv sin highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psv sin vÃa/ferrocarril/cauce fluvial/estacionamiento"
msgid "width without physical linear feature"
+ msgstr "ancho sin caracterÃstica de lÃnea fÃsica"
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "velocidad máxima sin vÃa/ferrocarril/señal de tráfico/forzado"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "fence_type sin barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "border_type sin boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "recycling_type sin amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "board_type sin information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "shelter_type sin amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "lamp_type sin highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "map_type sin information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "site_type sin historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "artwork_type sin tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "castle_type sin historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "reservoir_type sin landuse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "bunker_type sin military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "maxspeed sin highway/railway/traffic_sign"
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "religion sin denomination"
@@@ -21250,41 -22497,96 +22505,96 @@@ msgid "unknown christian denomination
msgstr "denomination desconocido de christian"
msgid "unknown muslim denomination"
- msgstr ""
+ msgstr "denominación musulmana desconocida"
msgid "unknown jewish denomination"
- msgstr ""
+ msgstr "denominación judÃa desconocida"
msgid ""
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
+ "no colocar wikipedia-idioma, use ''wikipedia''=''idioma:tÃtulo de la página''"
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
msgstr "prefijo de idioma desconocido en la etiqueta wikipedia"
- msgid "Landsat"
+ msgid "layer should be between -5 and 5"
+ msgstr "la capa debe estar entre -5 y 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "level deberÃa ser un número con opcional de .5 incrementos"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
msgstr ""
+ "altura: por defecto en metros; el separador es el punto; si fija las "
+ "unidades, ingrese un espacio antes de la unidad"
- msgid "Yahoo Sat"
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "altura máxima: por defecto en metros; el separador es el punto; si fija las "
+ "unidades, ingrese un espacio antes de la unidad"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "ancho: por defecto en metros; el separador es el punto; si fija las "
+ "unidades, ingrese un espacio antes de la unidad"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "ancho máximo: por defecto en metros; el separador es el punto; si fija las "
+ "unidades, ingrese un espacio antes de la unidad"
+
+ msgid "unusual maxspeed format"
+ msgstr "formato de velocidad máxima inusual"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
msgstr ""
+ "el voltaje deberÃa ser en voltios sin unidades/delimitadores/espacios"
+
+ msgid "unusual frequency specification"
+ msgstr "especificación de frecuencia inusual"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "ancho de vÃa de tren inusual, usar mm sin separación"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "inclinación inusual; usar porcentajes/grados o arriba/abajo"
+
+ msgid "Landsat"
+ msgstr "Landsat"
+
+ msgid "Yahoo Sat"
+ msgstr "Yahoo Sat"
msgid "Bing Sat"
-msgstr "Bing Sat"
+msgstr ""
- msgid "MapBox Satellite"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
msgstr ""
+ msgid "MapBox Satellite"
+ msgstr "MapBox Satellite"
+
msgid "MapQuest Open Aerial"
- msgstr ""
+ msgstr "MapQuest Open Aerial"
+
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "Trazas GPS de OpenStreetMap"
msgid "OpenStreetMap (Mapnik)"
-msgstr "OpenStreetMap (Mapnik)"
+msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Blanco y Negro)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
msgid "skobbler heatmap"
msgstr "mapa de calor de skobbler"
@@@ -21304,8 -22606,8 +22614,8 @@@ msgstr "OpenStreetMap (estilo alemán)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodia, Laos, Thailand, Vietnam bilingüe"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI blanco-y-negro 2.5m"
@@@ -21313,6 -22615,9 +22623,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (mapa base)"
@@@ -21461,6 -22766,33 +22774,33 @@@ msgstr "Bavaria (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+ "Antiguo mapa de Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+ "Antiguo mapa de Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "DE FÃsico - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "DE FÃsico:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "DE FÃsico:Harz - Superposición para Bing (z.B. Deckkraft zw. 20 y 50 Prozent "
+ "nutzen)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imágenes de Drone (Haiti)"
@@@ -21626,6 -22958,9 +22966,9 @@@ msgstr "USGS Imágenes Satelitales a Gr
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM TIGER Estados Unidos 2012 Superposición de rutas"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Mapa Editado"
@@@ -21671,6 -23006,39 +23014,39 @@@ msgstr "OS Escocés Popular histórica
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartolomé Mdia Pulgada, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "Planos de Ciudad OS, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "Exportar a OSM"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Exportar datos de tráfico a archivo de red SUMO."
+
+ msgid "SUMO Export"
+ msgstr "Exportar a SUMO"
+
+ msgid "Export"
+ msgstr "Exportar"
+
+ msgid "Port:"
+ msgstr "Puerto:"
+
+ msgid "refresh the port list"
+ msgstr "refrescar la lista de puertos"
+
+ msgid "Configure"
+ msgstr "Configurar"
+
+ msgid "Connection Error."
+ msgstr "Error de conexión."
+
+ msgid "configure the connected DG100"
+ msgstr "Configurar la conexión DG100"
+
+ msgid "delete data after import"
+ msgstr "Eliminar los datos después de importarlos"
+
msgid "Columbus V-900 CSV Files"
msgstr "Archivos CSV Columbus V-900"
@@@ -21884,6 -23252,18 +23260,18 @@@ msgstr "Muestra el perfil de elevación
msgid "Elevation Profile"
msgstr "Perfil de elevación"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Capa de Elevación de Grilla (¡experimental!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Mostrar la capa de grilla de elevación"
+
+ msgid "Elevation Grid"
+ msgstr "Grilla de elevación"
+
+ msgid "No SRTM data"
+ msgstr "No hay datos de SRTM"
+
msgid "Open the elevation profile window."
msgstr "Abrir la ventana del perfil de elevación."
@@@ -21905,14 -23285,8 +23293,8 @@@ msgstr "Ganancia
msgid "Time"
msgstr "Tiempo"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Automática"
-
- msgid "Fixed value"
- msgstr "Valor fijo"
+ msgid "Tracks"
+ msgstr "VÃas"
msgid "Elevation profile for track ''{0}''."
msgstr "Perfil del terreno para la traza '' {0}''."
@@@ -22188,11 -23562,14 +23570,14 @@@ msgstr "Seleccionar direcciones incompl
msgid "Selects all addresses with incomplete data."
msgstr "Seleccionar todas las direcciones con datos incompletos"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Utilice la etiqueta 'addr:street' o 'addr:place'"
+
msgid "House Number Editor"
msgstr "Editor de número de portal"
- msgid "Housenumber increment:"
- msgstr "Incremento del número de portal:"
+ msgid "House number increment:"
+ msgstr ""
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22247,7 -23624,7 +23632,7 @@@ msgid "Open NanoLog file...
msgstr "Abrir el archivo NanoLog..."
msgid "Edit opening hours"
- msgstr "Horas de edición"
+ msgstr "Horarios de apertura"
msgid "Edit time-tag of selected element in a graphical interface"
msgstr ""
@@@ -22255,10 -23632,10 +23640,10 @@@
"elemento seleccionado."
msgid "edit existing tag"
- msgstr "editar etiqueta existente"
+ msgstr "Editar etiqueta existente"
msgid "edit new tag"
- msgstr "editar nueva etiqueta"
+ msgstr "Editar nueva etiqueta"
msgid "Display clock in 12h mode."
msgstr "Mostrar reloj en modo 12h."
@@@ -22405,8 -23782,8 +23790,8 @@@ msgstr "Se preveÃa número de portal i
msgid "Expected even numbers for addresses"
msgstr "Se preveÃa número de portal par"
- msgid "Expected valid number for address increment"
- msgstr "Se preveÃa un número válido para el incremento de número de portal"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "El código de paÃs debe tener 2 letras"
@@@ -22789,15 -24166,6 +24174,6 @@@ msgstr "Número de Casa:
msgid "Street Name:"
msgstr "Nombre de Calle:"
- msgid "Increment"
- msgstr "Incremento"
-
- msgid "Decrement"
- msgstr "Decremento"
-
- msgid "Numbers:"
- msgstr "Números:"
-
msgid "Big buildings mode"
msgstr "Modo construcciones grandes"
@@@ -22993,6 -24361,9 +24369,9 @@@ msgstr "Deshabilitar sesgar(crop) la im
msgid "Use \"Tableau d''assemblage\""
msgstr "Usar \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "Reemplazar sombras grises por color blanco únicamente"
+
msgid "Select first WMS layer in list."
msgstr "Seleccione primero la capa WMS de la lista"
@@@ -23012,12 -24383,6 +24391,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "alto"
-
- msgid "medium"
- msgstr "medio"
-
msgid "symbol"
msgstr "sÃmbolo"
@@@ -23172,6 -24537,11 +24545,11 @@@ msgstr "
"Añadir el \"Tableau(x) d''assemblage\" en las listas de hojas catastrales a "
"sujetar."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "Reemplazar escala de grises por color blanco (archivos más pequeños y menor "
+ "uso de memoria)"
+
msgid "Display crosspieces:"
msgstr "Muestre piezas cruzadas"
@@@ -23191,6 -24561,9 +24569,9 @@@ msgstr "Seleccionar automáticamente l
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Habilitar para emplear la etiqueta \"add:street\" en los nodos."
+ msgid "Unexpected file extension. {0}"
+ msgstr "Extensión de archivo inesperada. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "¿Añadir etiqueta sobre la fuente a los elementos (source=...)?"
@@@ -23442,8 -24815,11 +24823,11 @@@ msgstr "Capa WMS ({0}), {1} tesela(s) c
msgid "Is not vectorized."
msgstr "No está vectorizado."
- msgid "Raster size: {0}"
- msgstr "Tamaño de la imagen raster: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Marco lÃmite: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "Tamaño de la imagen (px): {0}/{1}"
msgid "Is vectorized."
msgstr "Está vectorizado."
@@@ -23495,7 -24871,7 +24879,7 @@@ msgstr "Eliminar el esquema seleccionad
msgid "Color Schemes"
msgstr "Esquemas de color"
- msgid "Adress"
+ msgid "Address"
msgstr "Dirección"
msgid "Split area"
@@@ -23686,6 -25062,6 +25070,71 @@@ msgstr "Limpiar registro
msgid "Show users on map"
msgstr "Mostrar usuarios en el mapa"
++msgid "Public"
++msgstr "Público"
++
++msgid "Could not get server response, check logs"
++msgstr "No se pudo obtener respuesta del servidor, verifique los registros"
++
++msgid "Failed to login as {0}:"
++msgstr "Hubo una falla al intentar ingresar como {0}:"
++
++msgid "The server did not return user ID"
++msgstr "El servidor no devolvió un ID de usuario"
++
++msgid "Failed to send message:"
++msgstr "Hubo una falla al enviar el mensaje"
++
++msgid "Failed to get messages as {0}:"
++msgstr "Hubo una falla al obtener mensajes de {0}:"
++
++msgid "GeoChat"
++msgstr "GeoChat"
++
++msgid "Open GeoChat panel"
++msgstr "Abrir el panel de GeoChat"
++
++msgid "Zoom in to see messages"
++msgstr "Acercar para ver los mensajes"
++
++msgid "Login"
++msgstr "Acceder"
++
++msgid "Enable autologin"
++msgstr "Habilitar acceso automático"
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] "{0} usuario"
++msgstr[1] "{0} usuarios"
++
++msgid "not logged in"
++msgstr "no ha accedido"
++
++msgid "User {0} has left"
++msgstr "El usuario {0} se ha ido"
++
++msgid "User {0} is mapping nearby"
++msgstr "El usuario {0} está mapeando en las cercanÃas"
++
++msgid "Users mapping nearby:"
++msgstr "Usuarios mapeando en las cercanÃas:"
++
++msgid "Private chat"
++msgstr "Conversación privada"
++
++msgid "Close tab"
++msgstr "Cerrar pestaña"
++
++msgid "Logout"
++msgstr "Cerrar sesión"
++
++msgid "Clear log"
++msgstr "Limpiar registro"
++
++msgid "Show users on map"
++msgstr "Mostrar usuarios en el mapa"
++
msgid "Position only"
msgstr "Solo posición"
@@@ -23725,27 -25101,9 +25174,9 @@@ msgstr "Deshabilitar el registro de dat
msgid "Unknown logFormat"
msgstr "Formato log desconocido"
- msgid "Port:"
- msgstr "Puerto:"
-
- msgid "refresh the port list"
- msgstr "refrescar la lista de puertos"
-
- msgid "Configure"
- msgstr "Configurar"
-
msgid "Configure Device"
msgstr "Configurar dispositivo"
- msgid "Connection Error."
- msgstr "Error de conexión."
-
- msgid "configure the connected DG100"
- msgstr "Configurar la conexión DG100"
-
- msgid "delete data after import"
- msgstr "Eliminar los datos después de importarlos"
-
msgid "Importing data from device."
msgstr "Importando datos desde el dispositivo."
@@@ -23968,7 -25326,7 +25399,7 @@@ msgid "Road requirements
msgstr "Requisitos de la carretera"
msgid "Max. incline up (%, pos.)"
- msgstr "Max. inclinaciún ascendente (%, pos.)"
+ msgstr "Max. inclinación ascendente (%, pos.)"
msgid "Maximum incline the vehicle can go up"
msgstr "Inclinación máxima del vehÃculo en ascenso"
@@@ -24332,16 -25690,16 +25763,16 @@@ msgid "Determined {0} away
msgstr "Determinado a {0}"
msgid "Reason"
- msgstr ""
+ msgstr "Motivo"
msgid "This entry has been reported."
- msgstr ""
+ msgstr "Esta entrada ha sido denunciada."
msgid "Server has rejected the request"
- msgstr ""
+ msgstr "El servidor ha rechazado la solicitud"
msgid "Unable to connect to the server"
- msgstr ""
+ msgstr "No se puede conectar con el servidor"
msgid "Store Imagery Offset..."
msgstr "Almacenar rectificación de imágenes..."
@@@ -24354,7 -25712,7 +25785,7 @@@ msgstr "
"calibración) a un servidor"
msgid "Store calibration geometry"
- msgstr ""
+ msgstr "Almacenar la geometrÃa de calibración"
msgid "Store imagery offset"
msgstr "Almacenar rectificación de imágenes"
@@@ -24363,6 -25721,8 +25794,8 @@@ msgid "
"The selected object can be used as a calibration geometry. What do you "
"intend to do?"
msgstr ""
+ "El objeto seleccionado puede ser utilizado como una geometrÃa de "
+ "calibración. ¿Qué desea hacer?"
msgid ""
"The topmost imagery layer has no offset. Are you sure you want to upload "
@@@ -24388,30 -25748,35 +25821,35 @@@ msgid "
"clearly visible boundaries on various satellite imagery. Please describe "
"this object and its whereabouts."
msgstr ""
+ "Está registrando una geometrÃa de calibración. DeberÃa ser el objeto cuya "
+ "posición tenga el mayor grado de precisión,\n"
+ "con nÃtidos lÃmites visibles en varias imágenes de satélite. Por favor "
+ "describa el objeto y sus alrededores."
msgid "Uploading a new offset..."
msgstr "Subiendo una nueva rectificación..."
msgid "This string should be 3 to 200 letters long."
msgstr ""
+ "Esta cadena de caracteres deberÃa tener entre 3 y 200 letras de longitud."
msgid "Adjust imagery"
- msgstr ""
+ msgstr "Ajustar imagen aérea"
msgid "Adjust the position of the selected imagery layer"
- msgstr ""
+ msgstr "Ajustar la posición de la capa de imagen aérea seleccionada"
msgid "Please select the imagery layer to adjust."
- msgstr ""
+ msgstr "Por favor seleccione la capa de imagen aérea a ajustar."
msgid "Start adjusting"
- msgstr ""
+ msgstr "Iniciar el ajuste."
msgid "There are currently no imagery layer to adjust."
- msgstr ""
+ msgstr "Actualmente no hay ninguna capa de imagen aérea para ajustar."
msgid "No layers to adjust"
- msgstr ""
+ msgstr "No hay capas para ajustar"
msgid "Normal"
msgstr "Normal"
@@@ -24468,10 -25833,10 +25906,10 @@@ msgid "Importing...
msgstr "Importando..."
msgid "SVG files [ImportVec plugin] (*.svg)"
- msgstr ""
+ msgstr "Archivos SVG [complemento ImportVec] (*.svg)"
msgid "Please open or create data layer before importing"
- msgstr ""
+ msgstr "Por favor abra o cree una capa de datos antes de la importación"
msgid "InfoMode"
msgstr "ModoInfo"
@@@ -24483,12 -25848,14 +25921,14 @@@ msgid "
"Move the mouse to show trackpoint info for current layer. Hold shift to "
"highlight tracks"
msgstr ""
+ "Mueva el puntero del ratón para mostrar información de trazado para la capa "
+ "actual. Mantenga el desplazamiento para marcar las pistas"
msgid "Delete this"
- msgstr ""
+ msgstr "Eliminar esto"
msgid "Delete this&older"
- msgstr ""
+ msgstr "Eliminar este&más antiguo"
msgid "km/h"
msgstr "km/h"
@@@ -24497,7 -25864,7 +25937,7 @@@ msgid "Track name:
msgstr "Nombre pista: "
msgid "Update IRS adjustment layer"
- msgstr ""
+ msgstr "Actualizar la capa de ajuste IRS"
msgid ""
"This option creates IRS adjustment layer and a little way inside it. You "
@@@ -24535,16 -25902,16 +25975,16 @@@ msgid "sealing Digraph
msgstr "Diagrama de sellado"
msgid "calculating Strong Connectedness"
- msgstr ""
+ msgstr "calculando la Fortaleza de Conexión"
msgid "creating DigraphLayer"
msgstr "creando capa de digrafo"
msgid "JunctionChecking"
- msgstr ""
+ msgstr "Verificación de cruces"
msgid "Open the junctionchecking window."
- msgstr ""
+ msgstr "Abrir la ventana de verificación de cruces"
msgid "junctions"
msgstr "intersecciones"
@@@ -24553,19 -25920,19 +25993,19 @@@ msgid "Channel-Digraph creation
msgstr "Creación de canal digrafo"
msgid "seal Channel Digraph"
- msgstr ""
+ msgstr "DÃgrafo de pérdida de Canal"
msgid "calculate strong connected channels"
- msgstr ""
+ msgstr "calcular canales fuertemente conectados"
msgid "Junctionchecking/junctions searching"
- msgstr ""
+ msgstr "Búsqueda de cruces/verificación de cruces"
msgid "order of junction (n):"
- msgstr ""
+ msgstr "Grado de cruce (n):"
msgid "produce OSM-Relations: junction"
- msgstr ""
+ msgstr "producir Relaciones-OSM: cruce"
msgid ""
"if enabled the plugin produces osm-relations from the junction subgraphs"
@@@ -24580,36 -25947,39 +26020,39 @@@ msgid "Check
msgstr "Comprobar "
msgid "check the subust for junction properties"
- msgstr ""
+ msgstr "verificar el subust de las propiedades de cruce"
msgid "Search "
msgstr "Buscar "
msgid "search for junctions in the channel subset"
- msgstr ""
+ msgstr "buscar por cruces en el subconjunto del canal"
msgid ""
"The marked channels contains a junctioncandidate (white). To test this "
"candidat mark these channel and press the \"Check\" button again."
msgstr ""
+ "Los canales marcados contienen un candidato a cruce (blanco). Para probar "
+ "este candidato marque este canal y presione el botón \"Verificar\" "
+ "nuevamente."
msgid "The marked channels are a {0}-ways junction"
- msgstr ""
+ msgstr "Los canales marcados son un cruce de {0}-vÃas"
msgid "The marked channels are not a junction:"
- msgstr ""
+ msgstr "Los canales marcados no son un cruce"
msgid "construct channel digraph and search for junctions"
msgstr "construir el digrama de canal y buscar intersecciones"
msgid "Number of {0}-ways junctions found: {1}"
- msgstr ""
+ msgstr "Número de cruces de {0}-vÃas encontrados: {1}"
msgid "generate all combinations from entrie/exit candidates"
- msgstr ""
+ msgstr "generar todas las combinaciones de candidatos para entrada y salida"
msgid "Direction index ''{0}'' not found"
- msgstr ""
+ msgstr "Ãndice de dirección ''{0}'' no encontrado"
msgid "The starting location was not within the bbox"
msgstr "La localización inicial no está dentro de la bbox"
@@@ -24857,10 -26227,10 +26300,10 @@@ msgid "Open MapDust
msgstr "Abrir MapDust"
msgid "MapDust bug reports"
- msgstr ""
+ msgstr "Informes de error de MapDust"
msgid "Activates the MapDust bug reporter plugin"
- msgstr ""
+ msgstr "Activar el complemento de informes de error de MapDust"
msgid "Missing input data"
msgstr "Faltan datos de entrada"
@@@ -24908,8 -26278,33 +26351,33 @@@ msgstr "Combinar superposición de vÃa
msgid "Merge Overlap (combine)"
msgstr "Combinar superposición"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Una parte basada en la relación de miembros fue copiada a todas las "
+ "rutas.<br>DeberÃa verificar esto y corregirlo cuando sea necesario.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Una relación de miembros fue copiada a todas las vÃas.<br>DebererÃa "
+ "verificar y corregir esto cuando sea necesario.</html>"
+
msgid "Split way"
+ msgstr "Dividir la vÃa"
+
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Asigne un valor a la clave, por ejemplo. "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
msgstr ""
+ "<html>Asigne un valor al atributo, por ejemplo i.e. <strong><tt>comprobar "
+ "miembros</tt></strong></html>"
msgid "Michigan Left"
msgstr "Izquierda Michigan"
@@@ -24939,176 -26334,192 +26407,201 @@@ msgid "
"XAPI query, e.g., '''' (to download all data), ''[highway=*]'', or "
"''[[network=VRR][ref=603|613]''"
msgstr ""
+ "Consulta XAPI, por ejemplo, '''' (para descargar todos los datos), "
+ "''[highway=*]'', o ''[[network=VRR][ref=603|613]''"
msgid "Download from OSM mirror..."
- msgstr ""
+ msgstr "Descargar desde el servidor espejo OSM..."
msgid "This XAPI query seems to be invalid, please doublecheck"
msgstr ""
+ "Esta consulta XAPI pareciera ser incorrecta, por favor realiza una doble "
+ "verificación"
msgid "Object type: "
- msgstr ""
+ msgstr "Tipo de objeto: "
msgid "OSM object type to download (''*'' stands for any)"
- msgstr ""
+ msgstr "Tipo de objeto OSM a descargarse (utilizar ''*'' para cualquiera)"
msgid "XAPI query: "
- msgstr ""
+ msgstr "Consulta XAPI: "
+
+ msgid "Download from Overpass API ..."
+ msgstr "Descargando desde la API Overpass..."
+
+ msgid "Download map data from Overpass API server."
+ msgstr "Descargar datos del mapa desde el servidor API Overpass."
+
+ msgid "Overpass query: "
+ msgstr "Consulat de paso elevado: "
+msgid "Download from Overpass API ..."
+msgstr "Descargando desde la API Overpass..."
+
+msgid "Download map data from Overpass API server."
+msgstr "Descargar datos del mapa desde el servidor API Overpass."
+
+msgid "Overpass query: "
+msgstr ""
+
msgid "Select OSM mirror URL"
- msgstr ""
+ msgstr "Seleccionar la URL del servidor espejo de OSM"
msgid "Select OSM mirror URL to download from."
msgstr ""
+ "Seleccionar la URL del servidor espejo de OSM del cual descargar los datos."
msgid "Base URL"
- msgstr ""
+ msgstr "URL base"
msgid "Enforce meta data"
- msgstr ""
+ msgstr "Forzar meta datos"
msgid "About Plugin"
msgstr "Acerca del plugin"
msgid "Native password manager plugin"
- msgstr ""
+ msgstr "Complemento de gestión de contraseñas nativas"
msgid "No native password manager could be found!"
- msgstr ""
+ msgstr "¡No se pudo encontrar ningún gestor de contraseñas nativas!"
msgid ""
"Depending on your Operating System / Distribution, you may have to create a "
"default keyring / wallet first."
msgstr ""
+ "Dependiendo de su Sistema Operativo / Distribución, puede que sea necesario "
+ "primero crear un llavero/monedero."
msgid "No thanks, use JOSM''s plain text preferences storage"
msgstr ""
+ "No gracias, utilice las preferencias de almacenamiento de JOSM en texto claro"
msgid ""
"Found sensitive data that is still saved in JOSM''s preference file (plain "
"text)."
msgstr ""
+ "Se han encontrado datos sensibles que todavÃa están almacenados en el "
+ "archivo de preferencias de JOSM (texto claro)."
msgid "Transfer to password manager and remove from preference file"
msgstr ""
+ "Transferir el gestor de contraseñas y eliminar del archivo de preferencias"
msgid "No, just keep it"
- msgstr ""
+ msgstr "No, solo consérvelo"
msgid "Close the dialog and discard all changes"
- msgstr ""
+ msgstr "Cierre el diálogo y descarte todos los cambios"
msgid "Proceed and go to the next page"
- msgstr ""
+ msgstr "Proceda y continúe a la siguente página"
msgid "Finish"
- msgstr ""
+ msgstr "Finalizar"
msgid "Confirm the setup and close this dialog"
- msgstr ""
+ msgstr "Confirmar la configuración y cerrar este cuadro de diálogo"
msgid "JOSM/OSM API/Username"
- msgstr ""
+ msgstr "Nombre de usuario"
msgid "JOSM/OSM API/Password"
- msgstr ""
+ msgstr "Contraseña/API JOSM/OSM"
msgid "{0}/Username"
- msgstr ""
+ msgstr "{0}/Nombre de usuario"
msgid "{0}/Password"
- msgstr ""
+ msgstr "{0}/Contraseña"
msgid "JOSM/Proxy/Username"
- msgstr ""
+ msgstr "JOSM/Proxy/Nombre de usuario"
msgid "JOSM/Proxy/Password"
- msgstr ""
+ msgstr "JOSM/Proxy/Contraseña"
msgid "JOSM/OAuth/OSM API/Key"
- msgstr ""
+ msgstr "Clave/API JOSM/OAuth/OSM"
msgid "JOSM/OAuth/OSM API/Secret"
- msgstr ""
+ msgstr "API/Secreto JOSM/OAuth/OSM"
msgid "Native Password Manager Plugin"
- msgstr ""
+ msgstr "Complemento Gestor de Contraseñas Nativas"
msgid "The username and password is protected by {0}."
- msgstr ""
+ msgstr "El nombre de usuario y la contraseña están protegidos por {0}."
msgid "username"
- msgstr ""
+ msgstr "nombre de usuario"
msgid "password"
- msgstr ""
+ msgstr "contraseña"
msgid "proxy username"
- msgstr ""
+ msgstr "Nombre de usuario del proxy"
msgid "proxy password"
- msgstr ""
+ msgstr "contraseña del proxy"
msgid "oauth key"
- msgstr ""
+ msgstr "clae oauth"
msgid "oauth secret"
- msgstr ""
+ msgstr "secreto oauth"
msgid ""
"<br><strong>Warning:</strong> There may be sensitive data left in your "
"preference file. ({0})"
msgstr ""
+ "<br><strong>Advertencia:</strong> Puede haber dejado datos sensibles en su "
+ "archivo de preferencias. ({0})"
msgid "Save user and password ({0})"
- msgstr ""
+ msgstr "Guardar el usuario y la contraseña ({0})"
msgid "Plain text, JOSM default"
- msgstr ""
+ msgstr "Texto claro, JOSM por defecto"
msgid "Use {0}"
- msgstr ""
+ msgstr "Utilizar {0}"
msgid "Encrypt data with Windows logon credentials"
msgstr "Cifrar los datos con credenciales de inicio de sesión de Windows"
msgid "The native password manager plugin detected {0} on your system."
msgstr ""
+ "El complemento gestor de contraseñas nativas detectó {0} en su sistema."
msgid "Days without mapping: {0}."
- msgstr ""
+ msgstr "DÃas sin mapear: {0}"
msgid ""
"(To miserably continue mapping, edit out no_more_mapping\n"
"from {0})"
msgstr ""
+ "(para continuar mapeando miserablemente, edite out no_more_mapping\n"
+ "de {0})"
msgid "Split by municipality"
- msgstr ""
+ msgstr "Dividir por municipalidad"
msgid "Split this data by municipality (admin_level=8)."
- msgstr ""
+ msgstr "Dividir estos datos por municipalidad (admin_level=8)."
msgid "Split by sector"
- msgstr ""
+ msgstr "Dividir por sector"
msgid "Split this data by sector (admin_level=10)."
- msgstr ""
+ msgstr "Dividir estos datos por sector (admin_level=10)."
msgid "Split by neighbourhood"
- msgstr ""
+ msgstr "Dividir por barrio"
msgid "Split this data by neighbourhood (admin_level=11)."
- msgstr ""
+ msgstr "Dividir estos datos por barrio (admin_level=11)."
msgid "CSV files"
msgstr "Archivos CSV"
@@@ -25120,7 -26531,7 +26613,7 @@@ msgid "ODS files
msgstr "Archivos ODS"
msgid "Shapefiles"
- msgstr ""
+ msgstr "Archivos hape"
msgid "MapInfo files"
msgstr "Archivos MapInfo"
@@@ -25141,34 -26552,34 +26634,37 @@@ msgid "OpenData XML files
msgstr "Archivos XML OpenData"
msgid "Download open data"
- msgstr ""
+ msgstr "Descargar datos abiertos"
msgid "License URL not available: {0}"
- msgstr ""
+ msgstr "URL de licencia no disponible: {0}"
+
+ msgid "OpenData preferences"
+ msgstr "Preferencias OpenData"
+msgid "OpenData preferences"
+msgstr "Preferencias OpenData"
+
msgid "License Agreement"
- msgstr ""
+ msgstr "Términos de Licenciamiento"
msgid "Accept"
msgstr "Aceptar"
msgid "Refuse"
- msgstr ""
+ msgstr "Rechazar"
msgid "I understand and accept these terms and conditions"
- msgstr ""
+ msgstr "Entiendo y acepto estos términos y condiciones"
msgid "View the full text of this license"
- msgstr ""
+ msgstr "Ver el texto completo de esta licencia"
msgid "I refuse these terms and conditions. Cancel download."
- msgstr ""
+ msgstr "Rechazo estos términos y condiciones. Cancelar la descarga."
msgid "Module bundled with opendata plugin"
- msgstr ""
+ msgstr "Módulo adjunto con el complemento opendata"
msgid ""
"Please click on <strong>Download list</strong> to download and display a "
@@@ -25189,8 -26600,9 +26685,9 @@@ msgstr[1] "
msgid "Downloading the following module has <strong>failed</strong>:"
msgid_plural ""
"Downloading the following {0} modules has <strong>failed</strong>:"
- msgstr[0] ""
+ msgstr[0] "La descarga del siguiente módulo ha <strong>fallado</strong>:"
msgstr[1] ""
+ "La descarga de los siguientes {0} módulos ha <strong>fallado</strong>:"
msgid "Modules"
msgstr "Módulos"
@@@ -25208,10 -26620,10 +26705,10 @@@ msgid "Update modules
msgstr "Módulos actualizados"
msgid "Update the selected modules"
- msgstr ""
+ msgstr "Actualizar los módulos seleccionados"
msgid "Please restart JOSM to activate the downloaded modules."
- msgstr ""
+ msgstr "Por favor reinice JOSM para activar los módulos seleccionados"
msgid ""
"All installed modules are up to date. JOSM does not have to download newer "
@@@ -25221,7 -26633,7 +26718,7 @@@ msgstr "
"versiones nuevas."
msgid "Modules up to date"
- msgstr ""
+ msgstr "Módulos actualizados"
msgid "Configure the list of sites where modules are downloaded from"
msgstr "Configurar la lista de sitios de donde se descargan los módulos:"
@@@ -25230,25 -26642,27 +26727,27 @@@ msgid "Add Open Data Module descriptio
msgstr "Añadir URL descriptiva de módulo de datos abiertos."
msgid "Edit Open Data Module description URL."
- msgstr ""
+ msgstr "Edite la URL de descripción del Módulo Open Data"
msgid "Open Data Module description URL"
- msgstr ""
+ msgstr "URL de descripción del Módulo Open Data"
msgid "Download OSM data corresponding to the current data set."
- msgstr ""
+ msgstr "Descargar datos OSM correspondientes al conjunto de datos actual."
msgid "Diff"
- msgstr ""
+ msgstr "Diferencias"
msgid "Perform diff between current data set and existing OSM data."
msgstr ""
+ "Visualizar las diferencias entre el conjutno de datos actuales y los datos "
+ "existentes en OSM."
msgid "Open tools menu for this data."
- msgstr ""
+ msgstr "Menú de herramientas abierto para estos datos."
msgid "Open the OpenData window."
- msgstr ""
+ msgstr "Abrir la ventana de OpenData."
msgid "Raw data"
msgstr "Datos en bruto"
@@@ -25276,7 -26690,7 +26775,7 @@@ msgstr "
"sustituirlas por etiquetas estándar de OSM)"
msgid "Overpass API server:"
- msgstr ""
+ msgstr "Servidor de API Overpass"
msgid "Overpass API server used to download OSM data"
msgstr "Servidor API Overpass usado para descargar datos OSM"
@@@ -25294,30 -26708,32 +26793,35 @@@ msgid "Download modules
msgstr "Módulos descargados"
msgid "View summary"
- msgstr ""
+ msgstr "Ver el resumen"
msgid "View full text"
- msgstr ""
+ msgstr "Ver el texto completo"
msgid ""
"''Lambert CC 9 zones'' coordinates found with different zone codes for X and "
"Y: "
msgstr ""
+ "Se encontraron coordenadas de ''Zonas de Lambert CC 9'' con códigos de zona "
+ "diferente para X e Y: "
msgid "Downloading data..."
- msgstr ""
+ msgstr "Descargando datos..."
msgid "File to load"
- msgstr ""
+ msgstr "Archivo a cargar"
+
+ msgid "Reading 7Zip file..."
+ msgstr "Leyendo archivo 7Zip..."
+msgid "Reading 7Zip file..."
+msgstr ""
+
msgid "Reading Zip file..."
- msgstr ""
+ msgstr "Leyendo archivo Zip..."
msgid "Cannot transform to WGS84"
- msgstr ""
+ msgstr "No se puede transformar a WGS84"
msgid ""
"JOSM was unable to find a strict mathematical transformation between ''{0}'' "
@@@ -25325,84 -26741,107 +26829,118 @@@
"perform a non-precise transformation (<b>with location errors up to 1 "
"km</b>) ?<br/><br/>If so, <b>do NOT upload</b> such data to OSM !"
msgstr ""
+ "JOSM no pudo encontrar una transformación matemática estricta entre ''{0}'' "
+ "y WGS84.<br /><br />¿Desea intentar un método <i>tolerante</i> method, el "
+ "cual ejecutará una transformación no-precisa (<b>con errores de "
+ "posicionamiento de hasta 1 km</b>) ?<br/><br/>Si asà lo desea, ¡<b>NO "
+ "publique</b> dichos datos en OSM !"
msgid "Try lenient method"
+ msgstr "Intentar un método tolerante"
+
+ msgid ""
+ "Unable to detect Coordinate Reference System.\n"
+ "Would you like to fallback to ESPG:4326 (WGS 84) ?"
msgstr ""
+ "No se pudo detectar un Sistema de Referencia de Coordenadas.\n"
+ "¿DesearÃa volver a ESPG:4326 (WGS 84) ?"
+
+ msgid "Warning: CRS not found"
+ msgstr "Advertencia: CRS no encontrado"
+
+ msgid "Unable to detect CRS !"
+ msgstr "¡No se pudo detectar CRS !"
+msgid ""
+"Unable to detect Coordinate Reference System.\n"
+"Would you like to fallback to ESPG:4326 (WGS 84) ?"
+msgstr ""
+
+msgid "Warning: CRS not found"
+msgstr ""
+
+msgid "Unable to detect CRS !"
+msgstr ""
+
msgid "Unable to find a data store for file {0}"
- msgstr ""
+ msgstr "No se pudo encontrar un almacenamiento de datos para el archivo {0}"
msgid "Loading shapefile ({0} features)"
- msgstr ""
+ msgstr "Cargando archivo shape ({0} caracterÃsticas)"
msgid "No valid coordinates have been found."
- msgstr ""
+ msgstr "No se han encontrado coordenadas válidas."
msgid "Invalid file. Bad length on line {0}. Expected {1} columns, got {2}."
msgstr ""
+ "Archivo incorrecto. Longitud errónea en la lÃnea {0}. Se esperaban {1} "
+ "columnas, se obtuvieron {2}."
msgid "View OSM Wiki page"
- msgstr ""
+ msgstr "Ver la página Wiki de OSM"
msgid "Launch browser to the OSM Wiki page of the selected data set"
msgstr ""
+ "Lanzar el navegador con la página Wiki de OSM para el conjunto de datos "
+ "seleccionado"
msgid "View Local Portal page"
- msgstr ""
+ msgstr "Ver la página del Portal Local"
msgid "Launch browser to the local portal page of the selected data set"
msgstr ""
+ "Lanzar el navegador a la página del portal local para el conjunto de datos "
+ "seleccionado"
msgid "View National Portal page"
- msgstr ""
+ msgstr "Ver la página del Portal Nacional"
msgid "Launch browser to the national portal page of the selected data set"
msgstr ""
+ "Lanzar el navegador a la página del portal nacional del conjunto de datos "
+ "seleccionado"
msgid "View License"
- msgstr ""
+ msgstr "Ver licencia"
msgid "Launch browser to the license page of the selected data set"
msgstr ""
+ "Lanzar el navegador en la página de licencia para el conjunto de datos "
+ "seleccionado"
msgid "View License (summary)"
- msgstr ""
+ msgstr "Ver la licencia (resumen)"
msgid "Launch browser to the summary license page of the selected data set"
msgstr ""
+ "Lanzar el navegador hacia la página de resumen de licencia del conjunto de "
+ "datos seleccionado"
msgid "View the license of the selected data set"
- msgstr ""
+ msgstr "Ver la licencia del conjunto de datos seleccionado"
msgid ""
"Warning: Cannot download module ''{0}''. Its download link is not known. "
"Skipping download."
msgstr ""
+ "Advertencia: no se pudo descargar el módulo ''{0}''. Su vÃnculo de descarga "
+ "es desconocido. Se suspende la descarga"
msgid ""
"Warning: Cannot download module ''{0}''. Its download link ''{1}'' is not a "
"valid URL. Skipping download."
msgstr ""
+ "Advertencia: no se pudo descargar el modlo ''{0}''. Su enlace de descarga "
+ "''{1}'' no es una URl válida. Se cancela la descarga."
msgid "Downloading Module {0}..."
- msgstr ""
+ msgstr "Descargando el módulo {0}..."
msgid "An error occurred in module {0}"
- msgstr ""
+ msgstr "Ocurrió un error en el módulo {0}"
msgid "Last module update more than {0} days ago."
- msgstr ""
+ msgstr "La última actualización del módulo fue hace más de {0} dÃas."
msgid "Click to update the activated modules"
msgstr "Haga clic para actualizar los módulos activados"
@@@ -25414,31 -26853,38 +26952,38 @@@ msgid "
"Skipping module update after elapsed update interval. Automatic update at "
"startup is disabled."
msgstr ""
+ "Suspender la actualización del modulo una vez transcurrido el intervalo de "
+ "actualización. La actualización automática en el inicio se deshabilitará."
msgid ""
"Running module update after elapsed update interval. Automatic update at "
"startup is disabled."
msgstr ""
+ "Ejecutar el módulo después de transcurrido el intervalo de actualización. La "
+ "actualización automática al inicio se deshabilitará."
msgid "Could not load module {0}. Delete from preferences?"
- msgstr ""
+ msgstr "No se pudo cargar el módulo {0}. ¿Eliminarlo de las preferencias?"
msgid "loading module ''{0}'' (version {1})"
- msgstr ""
+ msgstr "cargando el módulo ''{0}'' (versión {1})"
msgid ""
"<html>Could not load module {0} because the module<br>main class ''{1}'' was "
"not found.<br>Delete from preferences?</html>"
msgstr ""
+ "<html>No se pudo cargar el módulo {0} debido a que la clase pain del "
+ "módulo<br>''{1}'' no pudo ser encontrada.<br>¿Eliminarlo de las "
+ "preferencias?</html>"
msgid "Loading modules ..."
msgstr "Cargando módulos..."
msgid "Checking module preconditions..."
- msgstr ""
+ msgstr "Verificando las precondiciones del módulo..."
msgid "Loading module ''{0}''..."
- msgstr ""
+ msgstr "Cargando módulo ''{0}''..."
msgid "JOSM could not find information about the following module:"
msgid_plural "JOSM could not find information about the following modules:"
@@@ -25456,35 -26902,40 +27001,40 @@@ msgstr[0] "La actualización del módul
msgstr[1] "La actualización de los módulos siguientes han fallado:"
msgid "Module update failed"
- msgstr ""
+ msgstr "Falló la actualización del módulo"
msgid "Warning: failed to download module information list"
- msgstr ""
+ msgstr "Advertencia: falló la descarga de la lista de información de módulos"
msgid "Disable module"
- msgstr ""
+ msgstr "Deshabilitar módulo"
msgid "Click to delete the module ''{0}''"
- msgstr ""
+ msgstr "Haga clic para eliminar el módulo ''{0}''"
msgid "Keep module"
- msgstr ""
+ msgstr "Conservar el módulo"
msgid "Click to keep the module ''{0}''"
- msgstr ""
+ msgstr "Haga clic para conservar el módulo ''{0}''"
msgid "Warning: failed to delete outdated module ''{0}''."
- msgstr ""
+ msgstr "Advertencia: hubo una falla al eliminar el módulo vencido ''{0}''."
msgid ""
"Warning: failed to install already downloaded module ''{0}''. Skipping "
"installation. JOSM is still going to load the old module version."
msgstr ""
+ "Adertencia: hubo una falla al instalar el módulo ''{0}'' ya descargado. "
+ "Suspendiendo la instalación. JOSM todavÃa cargará la antigua versión del "
+ "módulo."
msgid ""
"Warning: failed to install module ''{0}'' from temporary download file "
"''{1}''. Renaming failed."
msgstr ""
+ "Advertencia: hubo una falla al instalar el módulo ''{0}'' desde el archivo "
+ "temporal de descarga ''{1}''. Falló el renombrado."
msgid ""
"Do not ask again and remember my decision (go to Preferences->Modules to "
@@@ -25494,57 -26945,66 +27044,66 @@@ msgstr "
"desea cambiarla más adelante)"
msgid "The module file ''{0}'' does not include a Manifest."
- msgstr ""
+ msgstr "El archivo de módulo ''{0}'' no incluye un Manifiesto."
msgid "Invalid URL ''{0}'' in module {1}"
- msgstr ""
+ msgstr "URL inválida ''{0}'' en el módulo {1}"
msgid "<b>Module provided by an external source:</b> {0}"
- msgstr ""
+ msgstr "<b>Módulo provisto por una fuente externa:</b> {0}"
msgid "Failed to create module information from manifest for module ''{0}''"
msgstr ""
+ "Hubo una falla al crear información desde el manifiesto para el módulo "
+ "''{0}''"
msgid "Illegal entry in module list."
- msgstr ""
+ msgstr "Entrada incorrecta en el listado de módulos."
msgid "Reading local module information.."
- msgstr ""
+ msgstr "Leyendo información local de módulo"
msgid "Processing module site cache files..."
- msgstr ""
+ msgstr "Procesando los archivos de caché de sitios de módulos"
msgid ""
"Warning: Failed to scan file ''{0}'' for module information. Skipping."
msgstr ""
+ "Advertencia: hubo una falla al escanear el archivo ''{0}'' para información "
+ "del módulo. Suspendiendo."
msgid "Processing module site cache icon files..."
- msgstr ""
+ msgstr "Procesando los archivos en caché de Ãconos de sitio"
msgid "Processing module files..."
- msgstr ""
+ msgstr "Procesando archivos de módulos..."
msgid "Download module list..."
- msgstr ""
+ msgstr "Descargar lista de módulos..."
msgid "Downloading module list from ''{0}''"
- msgstr ""
+ msgstr "Descargando lista de módulos desde ''{0}''"
msgid ""
"Warning: failed to create module directory ''{0}''. Cannot cache module list "
"from module site ''{1}''."
msgstr ""
+ "Advertencia: hubo una falla al crear el directorio de módulo ''{0}''. No se "
+ "puede poner en memoria rápida el listado de módulos del sitio de módulos "
+ "''{1}''."
msgid "Writing module list to local cache ''{0}''"
- msgstr ""
+ msgstr "Escribiendo el listado de módulos a la memoria rápida local ''{0}''"
msgid "Parsing module list from site ''{0}''"
- msgstr ""
+ msgstr "Interpretando listado de módulos desde el sitio ''{0}''"
msgid ""
"Failed to parse module list document from site ''{0}''. Skipping site. "
"Exception was: {1}"
msgstr ""
+ "Hubo una falla al interpretar el documento de lista de módulos desde el "
+ "sitio ''{0}''. Se suspende el sitio. La excepción fue: {1}"
msgid "Processing module list from site ''{0}''"
msgstr "Procesando lista de módulos desde el sitio '' {0}''"
@@@ -25580,9 -27040,6 +27139,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Ha ocurrido un error: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "No se ha podido crear nuevos avisos de errores. Resultado: {0}"
-
msgid "Process queue"
msgstr "Procesando cola"
@@@ -25639,26 -27096,14 +27195,14 @@@ msgstr "
msgid "Close: "
msgstr "Cerrar: "
- msgid "New issue"
- msgstr "Nueva cuestión"
-
- msgid "Create issue"
- msgstr "Crear cuestión"
-
- msgid "Describe the problem precisely"
- msgstr "Describa el problema con precisión"
-
- msgid "Create: "
- msgstr "Crear: "
-
msgid "Open in browser"
- msgstr ""
+ msgstr "Abrir con el navegador"
msgid "No item selected"
- msgstr ""
+ msgstr "No hay elementos seleccionados"
msgid "Open in browser: "
- msgstr ""
+ msgstr "Abrir en el navegador: "
msgid "Please enter a user name"
msgstr "Por favor, introduzca su nombre de usuario"
@@@ -25708,22 -27153,22 +27252,25 @@@ msgid "Firefox executable
msgstr "Ejecutable Firefox"
msgid "OSM Server Files pbf compressed"
- msgstr ""
+ msgstr "Archivos pbf comprimidos del Servidor OSM"
+
+ msgid "Download PBF"
+ msgstr "Descargar PBF"
+msgid "Download PBF"
+msgstr ""
+
msgid "Invalid changeset id: {0}"
- msgstr ""
+ msgstr "Identificador de conjunto de cambios inválido: {0}"
msgid "Invalid timestamp: {0}"
msgstr "fecha y hora inválida: {0}"
msgid "Invalid DenseNodes key/values table"
- msgstr ""
+ msgstr "Tabla de claves/valores DenseNodes inválida"
msgid "Reading OSM data..."
- msgstr ""
+ msgstr "Leyendo datos OSM..."
msgid "Transform error: Min X must be smaller than max"
msgstr "Transformación de error: Min X debe ser menor que max"
@@@ -25819,10 -27264,12 +27366,12 @@@ msgid "Projection Preferences
msgstr "Preferencias de la proyección"
msgid "Close the dialog and apply projection preferences"
- msgstr ""
+ msgstr "Cerrar el diálogo y aplicar preferencias de proyección"
msgid "Close the dialog, discard projection preference changes"
msgstr ""
+ "Cerrar el cuadro de diálogo y descartar los cambios a las preferencias de "
+ "proyección"
msgid "Loading..."
msgstr "Cargando..."
@@@ -25933,10 -27380,10 +27482,10 @@@ msgid "The PDF file must have exactly o
msgstr "El archivo PDF debe tener exáctamente una página"
msgid "Read error: "
- msgstr ""
+ msgstr "Error de lectura: "
msgid "Write error: "
- msgstr ""
+ msgstr "Error de escritura: "
msgid "Write coordinates to image header"
msgstr "Escribir coordenadas en el encabezado de la imagen"
@@@ -26002,9 -27449,30 +27551,30 @@@ msgstr "La prueba falló: No se pudo le
msgid "Test failed: Could not write mtime."
msgstr "La prueba falló: no se pudo escribir el mtime"
- msgid "Do you want to save current calibration of layer {0}?"
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
msgstr ""
+ msgid "Untagged Images"
+ msgstr ""
+
+ msgid "Do you want to save current calibration of layer {0}?"
+ msgstr "¿Desea guardar la calibración de la capa actual {0}?"
+
msgid "Load Picture Calibration..."
msgstr "Cargar calibración de imágenes..."
@@@ -26015,19 -27483,19 +27585,19 @@@ msgid "Loading file failed: {0}
msgstr "Falló la carga del fichero: {0}"
msgid "Load World File Calibration..."
- msgstr ""
+ msgstr "Cargar la Calibracióndel Archivo Mundial..."
msgid "Loads calibration data from a world file"
- msgstr ""
+ msgstr "Cargar datos de calibración desde un archivo mundial"
msgid "Reset Calibration"
- msgstr ""
+ msgstr "Reiniciar Calibración"
msgid "Reset calibration"
- msgstr ""
+ msgstr "Reiniciar calibración"
msgid "Calibration reset"
- msgstr ""
+ msgstr "Reinicialización de calibración"
msgid "Save Picture Calibration..."
msgstr "Guardar calibración de imagen..."
@@@ -26042,7 -27510,7 +27612,7 @@@ msgid "New picture layer from clipboard
msgstr "Nueva capa de imágenes desde el portapapeles"
msgid "Supported image files, *.zip, *.kml"
- msgstr ""
+ msgstr "Archivos de imagen soportados, *.zip, *.kml"
msgid "New picture layer from file..."
msgstr "Nueva capa de imágenes desde un archivo..."
@@@ -26062,7 -27530,7 +27632,7 @@@ msgid "PicLayer move
msgstr "Mover Capa de Imagen(PicLayer)"
msgid "Moved"
- msgstr ""
+ msgstr "Movido"
msgid "Drag to move the picture"
msgstr "Arrastrar para mover la imagen"
@@@ -26071,7 -27539,7 +27641,7 @@@ msgid "PicLayer rotate
msgstr "Rotar capa de imagen"
msgid "Rotated"
- msgstr ""
+ msgstr "Rotado"
msgid "Drag to rotate the picture"
msgstr "Arrastrar para rotar la imagen"
@@@ -26080,7 -27548,7 +27650,7 @@@ msgid "PicLayer scale X
msgstr "Escala de PicLayer X"
msgid "Scaled by X"
- msgstr ""
+ msgstr "Aplicada escala de factor X"
msgid "Drag to scale the picture in the X Axis"
msgstr "Arrastrar para escalar la imagen en el eje X"
@@@ -26089,7 -27557,7 +27659,7 @@@ msgid "PicLayer scale
msgstr "Escala PicLayer"
msgid "Scaled"
- msgstr ""
+ msgstr "Escalado"
msgid "Drag to scale the picture in the X and Y Axis"
msgstr "Arrastrar para escalar la imagen en los ejes X e Y"
@@@ -26098,7 -27566,7 +27668,7 @@@ msgid "PicLayer scale Y
msgstr "Escala Y PicLayer"
msgid "Scaled by Y"
- msgstr ""
+ msgstr "Aplicada escala de factor Y"
msgid "Drag to scale the picture in the Y Axis"
msgstr "Arrastrar para escalar la imagen en el eje Y"
@@@ -26107,40 -27575,40 +27677,40 @@@ msgid "PicLayer shear
msgstr "Inclinación PicLayer"
msgid "Sheared"
- msgstr ""
+ msgstr "Compartido"
msgid "Drag to shear the picture"
msgstr "Arrastrar para inclinar la imágen"
msgid "PicLayer Move point"
- msgstr ""
+ msgstr "Mover punto de PicLayer"
msgid "Point added/moved"
- msgstr ""
+ msgstr "Punto añadido/desplazado"
msgid "Drag or create point on the picture"
- msgstr ""
+ msgstr "Arrastrar o crear punto en la imagen"
msgid "PicLayer Remove point"
- msgstr ""
+ msgstr "Eliminar punto de PicLayer"
msgid "Point removed"
- msgstr ""
+ msgstr "Punto eliminado"
msgid "Remove point on the picture"
- msgstr ""
+ msgstr "Eliminar punto en la imagen"
msgid "PicLayer Transform point"
- msgstr ""
+ msgstr "Transformar punto de PicLayer"
msgid "Point transformed"
- msgstr ""
+ msgstr "Punto transformado"
msgid "Transform point on the picture"
- msgstr ""
+ msgstr "Transformar punto en el cuadro"
msgid "PicLayer: {0}"
- msgstr ""
+ msgstr "PicLayer: {0}"
msgid "Calibration Files"
msgstr "Calibrar ficheros"
@@@ -26157,13 -27625,19 +27727,19 @@@ msgstr "Nada en el portapapeles
msgid "The clipboard data is not an image"
msgstr "Los datos del portapapeles no son una imagen"
- msgid "A calibration file associated to the picture file was found: {0}\n"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
+ "Advertencia: Fallo al manipular fichero zip \"{0}\". La excepción fue: {1}"
+
+ msgid "A calibration file associated to the picture file was found: {0}\n"
+ msgstr "Se encontró un archivo de calibración asociado a la imagen: {0}\n"
msgid ""
"Set \"{0}\" to yes/no/ask in the preferences\n"
"to control the autoloading of calibration files."
msgstr ""
+ "Fijar \"{0}\" a sÃ/no/consultar en las preferencias para controlar el "
+ "cargado automático de archivos de calibración."
msgid "Do you want to apply it ?"
msgstr "¿Desea aplicarlo?"
@@@ -26177,102 -27651,106 +27753,109 @@@ msgstr "Se aplicará automáticamente.
msgid ""
"Also, from now on, calibration files will always be loaded automatically."
msgstr ""
+ "Además, de acá en más, los archivos de calibración serán cargados de forma "
+ "automática."
+
+ msgid "Download Osmosis poly"
+ msgstr "Descargar polÃgono Osmosis"
+msgid "Download Osmosis poly"
+msgstr ""
+
msgid "Reading polygon filter file..."
- msgstr ""
+ msgstr "Leyendo archivo de filtro de polÃgono..."
msgid "Error reading poly file: {0}"
- msgstr ""
+ msgstr "Error al leer archivo de polÃgono: {0}"
msgid "The file must begin with a polygon name"
- msgstr ""
+ msgstr "El archivo debe tener un nombre de polÃgono"
msgid "There are less than 2 points in an area"
- msgstr ""
+ msgstr "Hay menos de 2 puntos en un área"
msgid "A polygon coordinate line must contain exactly 2 numbers"
msgstr ""
+ "Una lÃnea de coordenadas de polÃgonos debe contener exactamente 2 números"
msgid "Unable to parse {0} as a number"
- msgstr ""
+ msgstr "No se pudo interpretar {0} como un número"
msgid "Invalid coordinates were found: {0}, {1}"
- msgstr ""
+ msgstr "Se encontraron coordenadas incorrectas: {0}, {1}"
msgid "{0} points were outside world bounds and were moved"
msgstr ""
+ "{0} puntos estaban fuera de los lÃmites del mundo y fueron desplazados"
msgid "Osmosis polygon filter files"
- msgstr ""
+ msgstr "Archivos de filtro de polÃgonos de Osmosis"
msgid "Print..."
msgstr "Imprimir..."
msgid "Print the map"
- msgstr ""
+ msgstr "Imprimir el mapa"
msgid "Print the Map"
- msgstr ""
+ msgstr "Imprimir el Mapa"
msgid "Printer"
- msgstr ""
+ msgstr "Impresora"
msgid "Media"
- msgstr ""
+ msgstr "Medios"
msgid "Orientation"
- msgstr ""
+ msgstr "Orientación"
msgid "Printer settings"
- msgstr ""
+ msgstr "Configuración de la impresora"
msgid "Scale"
- msgstr ""
+ msgstr "Escala"
msgid "Resolution"
- msgstr ""
+ msgstr "Resolución"
msgid "Map information"
- msgstr ""
+ msgstr "Información del mapa"
msgid "Map Preview"
- msgstr ""
+ msgstr "Previsualización del mapa"
msgid "Zoom To Page"
- msgstr ""
+ msgstr "Acercar hasta la página"
msgid "Zoom To Actual Size"
- msgstr ""
+ msgstr "Visualizar tamaño real"
msgid "Print"
- msgstr ""
+ msgstr "Imprimir"
msgid "Printing has been cancelled."
- msgstr ""
+ msgstr "La impresión ha sido cancelada."
msgid "Printing stopped"
- msgstr ""
+ msgstr "Impresión detenida"
msgid "Printing has failed."
- msgstr ""
+ msgstr "La impresión ha fallado."
msgid "Proj4J: {0} selected"
- msgstr ""
+ msgstr "Proj4J: {0} seleccionado"
msgid "Selected: {0}"
- msgstr ""
+ msgstr "Seleccionado: {0}"
msgid "Proj4J Plugin"
- msgstr ""
+ msgstr "Complemento Proj4J"
msgid "Code"
msgstr "Código"
msgid "added"
- msgstr ""
+ msgstr "añadido"
msgid "Public Transport: Enable GTFSStops"
msgstr "Transporte público: activar paradas GFTS"
@@@ -26281,7 -27759,7 +27864,7 @@@ msgid "Public Transport: Catch GTFS sto
msgstr "Transporte público: capturar paradas GTFS"
msgid "skipped"
- msgstr ""
+ msgstr "omitido"
msgid "Public Transport: Disable GTFS"
msgstr "Transporte público: desactivar GTFS"
@@@ -26293,7 -27771,7 +27876,7 @@@ msgid "Create Stops from a GTFS file
msgstr "Crear paradas desde un archivo GTFS"
msgid "Select GTFS file (stops.txt)"
- msgstr ""
+ msgstr "Seleccionar archivo GTFS (stops.txt)"
msgid "File \"{0}\" does not exist"
msgstr "El archivo \"{0} no existe"
@@@ -26312,13 -27790,13 +27895,13 @@@ msgid "No data found
msgstr "No se encontró datos"
msgid "The GTFS file was empty."
- msgstr ""
+ msgstr "El archivo GRFS estaba vacÃo."
msgid "light_rail"
msgstr "tren ligero"
msgid "Create Stops from GTFS"
- msgstr ""
+ msgstr "Crear paradas desde GTFS"
msgid "GTFS-Stops"
msgstr "Paradas-GTFS"
@@@ -26330,7 -27808,7 +27913,7 @@@ msgid "Time on your GPS device
msgstr "Tiempo en su dispositivo GPS"
msgid "HH:MM:SS.sss"
- msgstr ""
+ msgstr "HH:MM:SS.sss"
msgid "Time on your stopwatch"
msgstr "Tiempo en su cronómetro"
@@@ -26339,7 -27817,7 +27922,7 @@@ msgid "Time window
msgstr "PerÃodo de tiempo"
msgid "seconds"
- msgstr ""
+ msgstr "segundos"
msgid "Move Threshold"
msgstr "Umbral de desplazamiento"
@@@ -26366,40 -27844,40 +27949,40 @@@ msgid "Enable
msgstr "Activar"
msgid "Can''t parse a time from this string."
- msgstr ""
+ msgstr "No se puede interpretar una hora con esta cadena de caracteres."
msgid "Invalid value"
- msgstr ""
+ msgstr "Valor no válido"
msgid "moved"
- msgstr ""
+ msgstr "Movido"
msgid "Public Transport: Join GTFS stops"
msgstr "Transporte público: unir paradas GTFS"
msgid "Id"
- msgstr ""
+ msgstr "Id"
msgid "pending"
- msgstr ""
+ msgstr "pendiente"
msgid "outside"
- msgstr ""
+ msgstr "afuera"
msgid "[incomplete]"
- msgstr ""
+ msgstr "[incompleto]"
msgid "[empty way]"
- msgstr ""
+ msgstr "[vÃa vacÃa]"
msgid "[ID] {0}"
- msgstr ""
+ msgstr "[ID] {0}"
msgid "[gap]"
msgstr "[interrupción]"
msgid " [ID] {0}"
- msgstr ""
+ msgstr " [ID] {0}"
msgid "Route patterns ..."
msgstr "Patrones de ruta..."
@@@ -26408,7 -27886,7 +27991,7 @@@ msgid "Edit Route patterns for public t
msgstr "Editar patrones de ruta para transporte público"
msgid "Route Patterns"
- msgstr ""
+ msgstr "Patrones de Ruta"
msgid "Overview"
msgstr "Descripción general"
@@@ -26429,34 -27907,34 +28012,34 @@@ msgid "Reflect
msgstr "Voltear"
msgid "Required tags:"
- msgstr ""
+ msgstr "Etiquetas requeridas:"
msgid "Common tags:"
- msgstr ""
+ msgstr "Etiquetas comunes:"
msgid "Additional tags:"
- msgstr ""
+ msgstr "Etiquetas adicionales:"
msgid "Add a new Tag"
- msgstr ""
+ msgstr "Añadir una nueva etiqueta"
msgid "Name/Id"
- msgstr ""
+ msgstr "Nombre/Id"
msgid "Ref"
- msgstr ""
+ msgstr "Referencia"
msgid "Stops are possible on the"
- msgstr ""
+ msgstr "Las paradas son posibles en el"
msgid "right hand side"
- msgstr ""
+ msgstr "lado de la mano derecha"
msgid "left hand side"
- msgstr ""
+ msgstr "lado de la mano izquierda"
msgid "Maximum distance from route"
- msgstr ""
+ msgstr "Distancia máxima desde el itinerario"
msgid "Public Transport: Change stop type"
msgstr "Transporte público: cambiar tipo de parada"
@@@ -26468,33 -27946,32 +28051,32 @@@ msgid "Create Stops from a GPX file
msgstr "Crear paradas desde un archivo GPX"
msgid "Select GPX file"
- msgstr ""
+ msgstr "Seleccionar el archivo GPX"
msgid "The GPX file contained no tracks or waypoints."
- msgstr ""
+ msgstr "El archivo GPX no contenÃa trazas ni puntos de interés."
msgid "Create Stops from GPX"
msgstr "Crear paradas desde GPX"
- msgid "Tracks"
- msgstr "VÃas"
-
msgid "Tracks in this GPX file:"
msgstr "Trazas en este archivo GPX:"
msgid "Detach"
- msgstr ""
+ msgstr "Despegar"
msgid "implicit"
- msgstr ""
+ msgstr "implÃcito"
msgid ""
"The GPX file doesn''t contain valid trackpoints. Please use a GPX file that "
"has trackpoints."
msgstr ""
+ "El archivo GPX no contiene puntos de traza válidos. Por favor utilice un "
+ "archivo GPX que contenga puntos de traza."
msgid "GPX File Trouble"
- msgstr ""
+ msgstr "Problema con Archivo GPX"
msgid "unnamed"
msgstr "sin nombre"
@@@ -26521,7 -27998,7 +28103,7 @@@ msgid "Public Transport: Suggest stops
msgstr "Transporte público: paradas sugeridas"
msgid "Stopname"
- msgstr ""
+ msgstr "Nombre de parada"
msgid "Public Transport: Detach waypoints"
msgstr "Transporte público: separar punto de ruta"
@@@ -26545,28 -28022,30 +28127,30 @@@ msgid "Specify role
msgstr "Especificar rol"
msgid "Change relation member roles to {0}"
- msgstr ""
+ msgstr "Cambiar los roles de los miembros de la relación a {0}"
msgid "Create administrative boundary relations"
- msgstr ""
+ msgstr "Crear relaciones de lÃmites administrativos"
msgid "Add tags boundary and admin_level to boundary relation ways"
msgstr ""
+ "Añadir etiquetas de lÃmites y admin_level a las vÃas que componen la "
+ "relación de lÃmites"
msgid "Move area tags from contour to relation"
- msgstr ""
+ msgstr "Mover las etiquetas de área desde el contorno a la relación"
msgid "When moving tags, consider even non-repeating ones"
- msgstr ""
+ msgstr "Al mover etiquetas considere incluso aquellas que no se repiten"
msgid "Always split ways of neighbouring multipolygons"
- msgstr ""
+ msgstr "Siempre dividir vÃas de multipolÃgonos vecinos"
msgid "Change role"
- msgstr ""
+ msgstr "Cambiar rol"
msgid "Enter role for selected members"
- msgstr ""
+ msgstr "Ingresar el rol para los miembros seleccionados"
msgid "Relation Toolbox: {0}"
msgstr "Caja de herramientas de relaciones: {0}"
@@@ -26578,16 -28057,16 +28162,16 @@@ msgid "Add/remove members from the chos
msgstr "Añadir/quitar miembros de la relación seleccionada"
msgid "Clear the chosen relation"
- msgstr ""
+ msgstr "Vaciar la relación elegida"
msgid "Create a multipolygon from selected objects"
msgstr "Crear un multipolÃgono a partir de los objetos seleccionados"
msgid "Create multipolygons from rings"
- msgstr ""
+ msgstr "Crear multipolÃgonos desde anillos"
msgid "Move tags from ways to relation"
- msgstr ""
+ msgstr "Mover etiquetas desde las vÃas a la relación"
msgid "Enter admin level and name for the border relation:"
msgstr "Introducir nivel administrativo y nombre de la relación de frontera:"
@@@ -26596,7 -28075,7 +28180,7 @@@ msgid "Admin level
msgstr "Nivel administrativo"
msgid "Create a relation from selected objects"
- msgstr ""
+ msgstr "Crear una relación a partir de los objetos seleccionados"
msgid "Choose a type for the relation:"
msgstr "Elija un tipo para la relación:"
@@@ -26605,7 -28084,7 +28189,7 @@@ msgid "Delete relation
msgstr "Borrar relación"
msgid "Download incomplete members for the chosen relation"
- msgstr ""
+ msgstr "Descargar miembros incompletos para la relación elegida"
msgid "Download referrers"
msgstr "Descargar referentes"
@@@ -26614,7 -28093,7 +28198,7 @@@ msgid "Download referrers for the chose
msgstr "Descargar referentes para la relación seleccionada y sus miembros."
msgid "Duplicate relation"
- msgstr ""
+ msgstr "Duplicar relación"
msgid "Open relation editor for the chosen relation"
msgstr "Abrir editor de relaciones para seleccionar una relación"
@@@ -26623,16 -28102,18 +28207,18 @@@ msgid "Find a relation
msgstr "Encontrar una relación"
msgid "Reconstruct polygon"
- msgstr ""
+ msgstr "Reconstruir polÃgono"
msgid "Multipolygon must consist only of ways"
- msgstr ""
+ msgstr "El multipolÃgono debe estar compuesta únicamente de vÃas"
msgid "Reconstruction of polygons can be done only from outer ways"
msgstr ""
+ "La reconstrucción de polÃgonos puede ser hecha únicamente a partir de vÃas "
+ "exteriores"
msgid "Reconstruct polygons from relation {0}"
- msgstr ""
+ msgstr "Reconstruir polÃgonos a partir de la relación {0}"
msgid "Open relation wiki page"
msgstr "Abrir la página de la wiki relacionada"
@@@ -26644,34 -28125,34 +28230,34 @@@ msgid "Fix roles of the chosen relatio
msgstr "Fijar funciones de los miembros de la relación elegidos"
msgid "Complete multipolygon for way {0}"
- msgstr ""
+ msgstr "Completar multipolÃgono para la vÃa {0}"
msgid "Node without ''house'' role found"
- msgstr ""
+ msgstr "Se encontró un nodo sin el rol ''house''"
msgid "Way without ''house'' or ''street'' role found"
- msgstr ""
+ msgstr "Se encontró una vÃa sin el rol ''hous'' o ''street''"
msgid "Relation without ''house'' role found"
- msgstr ""
+ msgstr "Se encontró una relación sin el rol ''house''"
msgid "Relation does not have name"
- msgstr ""
+ msgstr "La relación no tiene un nombre"
msgid "Relation has streets with different names"
- msgstr ""
+ msgstr "La relación tiene calles con diferentes nombres"
msgid "fix associatedStreet relation"
- msgstr ""
+ msgstr "corregir relación associatedStreet"
msgid "Relation without ''subarea'' role found"
- msgstr ""
+ msgstr "Se encontró una relación sin el rol ''subarea''"
msgid "Node without ''label'' or ''admin_centre'' role found"
- msgstr ""
+ msgstr "Se encontró un nodo sin el rol ''label'' o ''admin_centre''"
msgid "Way without ''inner'' or ''outer'' role found"
- msgstr ""
+ msgstr "Se encontró una vÃa sin e lrol ''iner'' o ''outer''"
msgid "Revert changeset fully"
msgstr "Conjunto de cambios revertido en su totalidad"
@@@ -26689,10 -28170,13 +28275,13 @@@ msgid "Revert
msgstr "Revertir"
msgid "Enter the ID of the changeset that should be reverted"
- msgstr ""
+ msgstr "Ingreasr el ID del conjunto de cambios que deberÃa ser revertido"
msgid "Reverted changeset"
- msgstr ""
+ msgstr "Conjunto de cambios revertido"
+
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "No está permitido revertir el conjunto de cambios desde {0}"
msgid "Missing merge target for {0} with id {1}"
msgstr "Destino de mezcla ausente para {0} con id {1}"
@@@ -26707,54 -28191,77 +28296,80 @@@ msgid "Preparing history data...
msgstr "Preparando datos de historia..."
msgid "Remote Control has been asked to revert a changeset."
- msgstr ""
+ msgstr "A Control Remoto se le ha solicitado revertir un conjunto de cambios"
msgid "Reverting..."
- msgstr ""
+ msgstr "Revirtiendo..."
msgid ""
"This changeset has objects that are not present in current dataset.\n"
"It is needed to download them before reverting. Do you want to continue?"
msgstr ""
+ "Este conjunto de cambios tiene objetos que no están presentes en el conjunto "
+ "de datos actual.\n"
+ "Se necesita descargarlos antes de iniciar la reversión. ¿Desea continuar?"
msgid "Confirm"
- msgstr ""
+ msgstr "Confirmar"
msgid "Fetching missing primitives"
- msgstr ""
+ msgstr "Buscando las primitivas faltantes"
msgid "Downloading changeset"
- msgstr ""
+ msgstr "Descargando conjunto de cambios"
+
+ msgid "See {0}"
+ msgstr "Ver {0}"
msgid "Revert changeset #{0}"
+ msgstr "Revertir conjunto de cambios #{0}"
+
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Advertencia: El elemento \"{0}\" no se acepta como comienzo en el contenido "
+ "del conjunto de cambios en la posición ({1},{2}). Omitiéndolo."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
+ "Advertencia: no se soporta el elemento final \"{0}\" en el contenido del "
+ "conjunto de cambios en la posición ({1},{2}). Omitiéndolo."
msgid "Road Sign Plugin"
msgstr "Plugin de señales de tránsito"
msgid "signs"
- msgstr ""
+ msgstr "señales"
+
+ msgid "Change Properties"
+ msgstr "Cambiar propiedades"
msgid "Country preset:"
- msgstr ""
+ msgstr "PaÃs prefijado:"
msgid "Show all signs"
- msgstr ""
+ msgstr "Mostrar todas las señales"
msgid "Show a selection of the most useful signs"
- msgstr ""
+ msgstr "Mostrar una selección de las señales más usadas"
+
+ msgid "Spain"
+ msgstr "España"
+msgid "Spain"
+msgstr ""
+
msgid "Germany"
- msgstr ""
+ msgstr "Alemania"
msgid "Poland"
- msgstr ""
+ msgstr "Polonia"
msgid "Slovakia"
- msgstr ""
+ msgstr "Eslovaquia"
msgid "Roadsign tagging"
msgstr "Etiquetas de señales de tránsito"
@@@ -26766,7 -28273,7 +28381,7 @@@ msgid "Roadsigns plugin: open dialog
msgstr "plugin de señales de tránsito"
msgid "custom"
- msgstr ""
+ msgstr "personalizado"
msgid "Could not read tagging preset source: ''{0}''"
msgstr "No se pudo leer fuente predeterminada de etiquetas: \"{0}\""
@@@ -26799,10 -28306,10 +28414,10 @@@ msgid "Remove relation ''{0}'' at posit
msgstr "Eliminar relación ''{0}'' en la posición {1} de la relación ''{2}''"
msgid "routing active route"
- msgstr ""
+ msgstr "ruteando itinerario activo"
msgid "routing inactive route"
- msgstr ""
+ msgstr "ruteando itinerario inactivo"
msgid "Routing"
msgstr "Enrutamiento"
@@@ -26832,7 -28339,7 +28447,7 @@@ msgid "Fastest
msgstr "La más rápida"
msgid "Ignore oneways"
- msgstr ""
+ msgstr "Ignorar sentidos únicos"
msgid "Reverse route"
msgstr "Ruta inversa"
@@@ -26849,9 -28356,6 +28464,6 @@@ msgstr "Preferencias del componente Rou
msgid "Configure routing preferences."
msgstr "Configurar las preferencias de enrutamiento"
- msgid "Highway type"
- msgstr "Tipo de vial"
-
msgid "Speed (Km/h)"
msgstr "Velocidad (km/h)"
@@@ -26865,111 -28369,123 +28477,126 @@@ msgid "New value for {0}
msgstr "Nuevo valor de {0}"
msgid "Preference ''{0}'' missing. Cannot initialize SdsApi."
- msgstr ""
+ msgstr "Falta la preferencia ''{0}''. No se puede inicializar SdsApi."
msgid ""
"<html><body><p class=\"warning-body\"><strong>Warning:</strong> The password "
"is stored in plain text in the JOSM preferences file. </p></body></html>"
msgstr ""
+ "<html><body><p class=\"warning-body\"><strong>Advertencia:</strong> la "
+ "contraseña se almacena en texto claro en el archivo de preferencias de JOSM. "
+ "</p></body></html>"
msgid "Enter credentials for Separate Data Store API"
- msgstr ""
+ msgstr "Ingresar als credenciales para el API de Separate Data Store"
msgid "Please enter the user name of your SDS account"
- msgstr ""
+ msgstr "Por favor ingrese el nombre de usuario para su cuenta SDS"
msgid "Please enter the password of your SDS account"
- msgstr ""
+ msgstr "Por favor ingrese la contraseña de su cuenta SDS"
msgid ""
"Authenticating at the SDS API ''{0}'' failed. Please enter a valid username "
"and a valid password."
msgstr ""
+ "Falló la autenticación de la API SDS ''{0}''. Por favor ingrese un nombre de "
+ "usuario válido y contraseña válidos."
msgid "SDS data file"
- msgstr ""
+ msgstr "Archivo de datos SDS"
msgid "Load..."
- msgstr ""
+ msgstr "Cargar..."
msgid "Load separate data store data from a file."
- msgstr ""
+ msgstr "Cargar datos de almacenamiento separados desde un archivo."
msgid "Loading files"
- msgstr ""
+ msgstr "Leyendo archivos"
msgid "SDS"
- msgstr ""
+ msgstr "SDS"
msgid "Information about SDS."
- msgstr ""
+ msgstr "Información sobre el SDS."
msgid "About SDS..."
- msgstr ""
+ msgstr "Acerca de SDS..."
msgid "Open a preferences dialog for SDS."
- msgstr ""
+ msgstr "Abrir un cuadro de diálogo de preferencias para SDS"
msgid "Separate Data Store"
- msgstr ""
+ msgstr "Separate Data Store"
msgid "Configures access to the Separate Data Store."
- msgstr ""
+ msgstr "Configurar acceso al Separate Data Store."
msgid "Server"
- msgstr ""
+ msgstr "Servidor"
msgid "The URL under which the SDS server can be contacted."
- msgstr ""
+ msgstr "La URL por la cual el servidor SDS puede ser contactada."
msgid ""
"The user name at the SDS server. You need to create an account with the SDS "
"admin first."
msgstr ""
+ "El nombre de usuario en el servidor SDS. Necesita crear una cuenta con el "
+ "administrador SDS primero."
msgid ""
"The password at the SDS server. You need to create an account with the SDS "
"admin first."
msgstr ""
+ "La contraseña en el servidor SDS. Necesita crear una cuenta com el "
+ "administrador de SDS primero."
msgid ""
"Tags beginning with this prefix are never saved to OSM, but to the SDS "
"server only."
msgstr ""
+ "Las etiquetas que comienzan con este prefijo no serán guardadas en OSM, sino "
+ "solamente al servidor SDS."
msgid "SDS server URL"
- msgstr ""
+ msgstr "URL del servidor SDS"
msgid "SDS username"
- msgstr ""
+ msgstr "Nombre de usuario SDS"
msgid "SDS password"
- msgstr ""
+ msgstr "Contraseña SDS"
msgid "Test credentials now"
- msgstr ""
+ msgstr "Probar credenciales ahora"
msgid "SDS tag prefix"
- msgstr ""
+ msgstr "Prefijo de etiqueta SDS"
msgid "Connection successful."
- msgstr ""
+ msgstr "Conexión exitosa."
msgid "Cannot connect to SDS server: "
- msgstr ""
+ msgstr "No se pudo conectar al servidor SDS: "
msgid "Save..."
- msgstr ""
+ msgstr "Guardar..."
msgid "Save the current separate data store information to a file."
msgstr ""
+ "Guardar la información de datos de almacenamiento separado como un archivo"
msgid "Save SDS file"
- msgstr ""
+ msgstr "Guardar archivo SDS"
+
+ msgid "Could not back up file. Exception is: {0}"
+ msgstr "No se pudo hacer copia de seguridad. La excepción es: {0}"
+msgid "Could not back up file. Exception is: {0}"
+msgstr "No se pudo hacer copia de seguridad. La excepción es: {0}"
+
msgid "Simplify Area"
msgstr "Simplificar aÅea"
@@@ -26992,7 -28508,7 +28619,7 @@@ msgid "Delete nodes outside of data reg
msgstr "¿Borrar nodos fuera de las regiones de los datos?"
msgid "average nearby nodes"
- msgstr ""
+ msgstr "nodos promedio cercanos"
msgid ""
"Node of the way (area) is removed if all of <u>Angle Weight</u>, <u>Area "
@@@ -27008,9 -28524,23 +28635,23 @@@
"another step of the simplification that merges adjanced nodes that are "
"closer than <u>Threshold</u> meters."
msgstr ""
+ "El nodo de la vÃa (área) es eliminado si todos los <u>Pesos de Ãngulo</u>, "
+ "<u>Pesos de Ãrea</u> y <u>Peso de Distancia </u> son mayores que 1. El "
+ "<u>Peso</u> se calcula comoun <u>Valor</u> / <u>Umbral</u>, donde el "
+ "<u>Valor</u> es uno de <u>Ãngulo</u>, <u>Ãrea</u> y <u>Distancia</u> "
+ "calculado de cada uno de los tres puntos adyancentes de la vÃa.<ul><li>El "
+ "<u>Valor</u> de <u>Ãngulo</u> es el ángulo en grados sobre el segundo "
+ "nodo</li><li>El <u>Valor</u> de <u>Ãrea</u> es formado por el "
+ "triángulo</li><li>El <u>Valor</u> de la <u>Distancia</u> es la Distancia de "
+ "Error de Pista Cruzada></li></ul>Los tres <u>Peso</u>s multiplicados por sus "
+ "<u>Factor</u>es son sumados y el nodo mÃnimo de la suma es eliminado en "
+ "primer lugar. La eliminacióncontinúa hasta que no hay nodos por eliminar. La "
+ "combinación de Nodos Cercanos es otro paso de la simplificación que combina "
+ "los nodos adyacentes que están a una distancia inferior al <u>Umbral</u> en "
+ "metros."
msgid "Angle Threshold"
- msgstr ""
+ msgstr "Umbral de Ãngulo"
msgid "Angle Factor"
msgstr "Factor de Ãngulo"
@@@ -27028,22 -28558,22 +28669,22 @@@ msgid "Distance Factor
msgstr "Factor de Distancia"
msgid "Merge Nearby Nodes Threshold"
- msgstr ""
+ msgstr "Umbral de Combinación de Nodos Cercanos"
- msgid "Online Help"
- msgstr "Ayuda en lÃnea"
+ msgid "SeaMap Editor"
+ msgstr "Editor SeaMap"
- msgid "Load"
- msgstr "Carga"
+ msgid "No object selected"
+ msgstr "No hay un objeto seleccionado"
- msgid "invisible"
- msgstr "Invsible"
+ msgid "Seamark Inspector"
+ msgstr "Inspector Seamark"
- msgid "SeaMap Editor"
- msgstr "Editor SeaMap"
+ msgid "Select only one object"
+ msgstr "Seleccione únicamente un objeto"
- msgid "Export"
- msgstr ""
+ msgid "Select a map object"
+ msgstr "Seleccione un objeto mapa"
msgid "AutoSave LiveData"
msgstr "Autograbar LiveData"
@@@ -27056,6 -28586,7 +28697,7 @@@ msgstr "Error mientras se exportaba {0}
msgid "Duplicate hotkey for button ''{0}'' - button will be ignored!"
msgstr ""
+ "Tecla de atajo duplicada para el botón ''{0}'' - ¡se ignorará el botón!"
msgid "SurveyorPlugin needs LiveGpsPlugin, but could not find it!"
msgstr ""
@@@ -27090,27 -28621,29 +28732,29 @@@ msgid "Waypoint Description
msgstr "Descripción de punto de vÃa"
msgid "Surveyor Actions"
- msgstr ""
+ msgstr "Acciones de Agrimensura"
msgid "Open surveyor2 button panel"
- msgstr ""
+ msgstr "Abrir panel de botón surveyor2"
msgid "Surveyor Timeline"
- msgstr ""
+ msgstr "LÃnea de Tiempo de Agrimensura"
msgid "Open surveyor2 time line panel"
- msgstr ""
+ msgstr "Abrir el panel de lÃnea de tiempo de surveyor2"
msgid "Tag2Link Preferences"
- msgstr ""
+ msgstr "Preferencias de Tag2Link"
msgid "Launch browser with information about the selected object"
- msgstr ""
+ msgstr "Lanzar navegador con información acerca del objeto seleccionado"
msgid ""
"Launch your default software for sending an email to the selected contact "
"address"
msgstr ""
+ "Lanzar su programa por defecto para enviar un correo electrónico a las "
+ "direcciones de contacto seleccionadas"
msgid "Edit tags"
msgstr "Editar etiquetas"
@@@ -27187,7 -28720,7 +28831,7 @@@ msgid "Street name:
msgstr "Nombre de calle: "
msgid "Building: "
- msgstr ""
+ msgstr "Edificio: "
msgid "Even/Odd"
msgstr "Par/Impar"
@@@ -27268,6 -28801,99 +28912,99 @@@ msgstr "Trazador.
msgid "Tracer building"
msgstr "Trazador de construcción"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "Cambiar etiqueta {0} a {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "La versión de Tracer2Server no es compatible con este complemento. Por favor "
+ "descargue la versión {0} desde {1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "Hay una nueva versión de Tracer2Server disponible. Para mejores resultados "
+ "por favor actualice a la versión {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "¡No hay ningún conjunto de parámetros activo!"
+
+ msgid "Select parameter"
+ msgstr "Seleccione parámetro"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: añadir una vÃa con {0} puntos"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: modificar la vÃa a {0} puntos"
+
+ msgid "Tracer2 error"
+ msgstr "Error de Tracer2"
+
+ msgid "Parameter for server request"
+ msgstr "Parámetro para solicitud de servidor"
+
+ msgid "Tile size:"
+ msgstr "Tamaño de la tesela:"
+
+ msgid "Resolution:"
+ msgstr "Resolución:"
+
+ msgid "Mode:"
+ msgstr "Modo:"
+
+ msgid "Threshold:"
+ msgstr "Umbral:"
+
+ msgid "Points per circle:"
+ msgstr "Puntos por cÃrculo:"
+
+ msgid "Tag:"
+ msgstr "Etiqueta:"
+
+ msgid "Preferred values:"
+ msgstr "Valores preferidos:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "¿Borrar el parámetro \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "Añadir nuevo"
+
+ msgid "Add predefined"
+ msgstr "Añadir predefinido"
+
+ msgid "Select predefined parameter"
+ msgstr "Seleccionar parámetro predefinido"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "Modificar lista de parámetros para solicitud de servidor."
+
+ msgid "Parameter:"
+ msgstr "Parámetro:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server no ha encontrado nada."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server ha detectado un error."
+
msgid "GPG"
msgstr "GPG"
@@@ -27309,6 -28935,11 +29046,11 @@@ msgstr "Cargar objetos del servidor
msgid "Download signed data"
msgstr "Descargar datos firmados"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Atención: se ingorará la excepción porque la tarea fue cancelada. Excepción: "
+ "{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27354,6 -28985,7 +29096,7 @@@ msgstr "Mostrar todas las firmas dispon
msgid "Show deleted tags and notes if they were signed before"
msgstr ""
+ "Mostrar etiquetas eliminadas y notas si estuvieron firmadas con anterioridad"
msgid ""
"Use default (and maybe existing) GnuPG directory ({0}) to store new keys and "
@@@ -27392,7 -29024,7 +29135,7 @@@ msgid "Signature Info
msgstr "Información de firma"
msgid "Sorry, there are no Signatures for the selected Node."
- msgstr ""
+ msgstr "Disculpe, no hay Firmas para el Nodo seleccionado."
msgid "No Signature found"
msgstr "No se encontró firma"
@@@ -27415,10 -29047,10 +29158,10 @@@ msgstr "
"{0}={1}"
msgid "Sorry, there are no Signatures for the selected Segment."
- msgstr ""
+ msgstr "Disculpe, no hay Firmas para el Segmento seleccionado."
msgid "Selected WaySegment was:"
- msgstr ""
+ msgstr "El SegmentoVÃa selecciado era:"
msgid "Signature Files"
msgstr "Ficheros de firmas"
@@@ -27442,7 -29074,7 +29185,7 @@@ msgid "The Signature is broken!
msgstr "¡La Firma está rota!"
msgid "Manipulation Warning"
- msgstr ""
+ msgstr "Advertencia de Manipulación"
msgid "Select a signing key from your keyring-file:"
msgstr "Seleccione una llave de firma para revisar esta traducción"
@@@ -27472,22 -29104,19 +29215,19 @@@ msgid "Signing canceled!
msgstr "Firma cancelada!"
msgid "Please give a tolerance in meters"
- msgstr ""
-
- msgid "Accuracy"
- msgstr "Precisión"
+ msgstr "Por favor ingrese una tolerancia en metros"
msgid "Select as much as you like:"
msgstr "Elija tanto como quiera:"
msgid "Survey"
- msgstr ""
+ msgstr "Planificación"
msgid "Aerial Photography"
msgstr "FotografÃa Aérea"
msgid "Web Recherche"
- msgstr ""
+ msgstr "Web Recherche"
msgid "Trusted persons told me"
msgstr "Me lo dijeron personas de confianza"
@@@ -27541,23 -29170,30 +29281,30 @@@ msgid "Create a new signing key
msgstr "Crear una nueva llave para firmar"
msgid "No such lane."
- msgstr ""
+ msgstr "No hay tal carril."
msgid ""
"<html>The number of lanes is not specified for one or more roads; please add "
"missing lanes tags.</html>"
msgstr ""
+ "<html>El número de carriles no está especificado para una o más rutas; por "
+ "favor añada las etiquetas de carriles faltantes.</html>"
msgid ""
"<html>An error occurred while constructing the model. Please run the "
"validator to make sure the data is consistent.<br><br>Error: {0}</html>"
msgstr ""
+ "<html>Ocurrió un error mientras se construÃa el modelo. Por favor ejecute el "
+ "validador para asegurarse que los datos son consistentes.<br><br>Error: "
+ "{0}</html>"
msgid "Edit turn relations and lane lengths for selected node."
msgstr ""
+ "Editar las relaciones de giro y longitud de los carriles para el nodo "
+ "seleccionado"
msgid "Validate turn- and lane-length-relations for consistency."
- msgstr ""
+ msgstr "Validar las relaciones giro- y longitud-carriles para consistencia."
msgid "Turn Lanes"
msgstr "Carriles de giro"
@@@ -27566,16 -29202,16 +29313,16 @@@ msgid "Edit turn lanes
msgstr "Editar carriles de giro"
msgid "Quick-Fix"
- msgstr ""
+ msgstr "Arreglo-Rápido"
msgid "Revalidate all turnlanes-relations."
- msgstr ""
+ msgstr "Revalidar todas las relaciones de giro."
msgid "Automatically fixes the issue."
- msgstr ""
+ msgstr "Corrige automáticamente los inconvenientes."
msgid "Selects the offending relation."
- msgstr ""
+ msgstr "Selecciona la relación transfresora"
msgid "Add turn"
msgstr "Añadir giro"
@@@ -27587,19 -29223,19 +29334,19 @@@ msgid "Delete turn.
msgstr "Borrar giro."
msgid "{0} lanes are not referenced in any turn-relation."
- msgstr ""
+ msgstr "{0} carriles no son referencias por ninguna relación de giro."
msgid "Put the ways in order."
msgstr "Coloca las vÃas en orden."
msgid "Relation references non-existent (regular) lane {0}"
- msgstr ""
+ msgstr "La relación referencia a un carril inexistente (regular) {0}"
msgid "Relation references non-existent extra lane {0}"
- msgstr ""
+ msgstr "La relación referencia un carril inexistente extra {0}"
msgid "Integer list \"{0}\" contains unexpected values."
- msgstr ""
+ msgstr "La lista de enteros \"{0}\" contiene valores no esperados."
msgid "Create/Edit turn restriction..."
msgstr "Crear/Editar restricción de giro..."
@@@ -27721,7 -29357,11 +29468,11 @@@ msgid_plural "
"This turn restriction refers to {0} objects which were deleted outside of "
"this turn restriction editor:"
msgstr[0] ""
+ "Esta restricción de giro hace referenciaa un objeto que borrado por fuera de "
+ "este editor de restricciones de giro:"
msgstr[1] ""
+ "Esta restricción de giro hace referencia a {0} objetos que fueron borrados "
+ "fuera de este editor de restricciones de giro:"
msgid ""
"Updates to this turn restriction can''t be saved unless deleted members are "
@@@ -27914,7 -29554,7 +29665,7 @@@ msgstr "
"Mostrar y gestionar las restricciones de giro en el actual conjunto de datos"
msgid "Open an editor for the selected turn restriction"
- msgstr ""
+ msgstr "Abrir un editor para la restricción de giro seleccionada"
msgid "Delete the selected turn restriction"
msgstr "Borrar la restricción de giro seleccionada"
@@@ -28198,6 -29838,8 +29949,8 @@@ msgid "
"Enter the type and ID of the objects that should be undeleted, e.g., ''n1 "
"w2''"
msgstr ""
+ "Ingresar el tipo de ID de los objetos cuya eliminación deberÃa ser deshecha, "
+ "por ejemplo, ''n1 w2''"
msgid "Select if the data should be added into a new layer"
msgstr "Seleccionar si los datos deberÃan adicionarse a una nueva capa"
@@@ -28244,7 -29886,7 +29997,7 @@@ msgstr "
"único nodo."
msgid "Extract node from line"
- msgstr ""
+ msgstr "Extraer el nodo de la lÃnea"
msgid "Paste Relations"
msgstr "Pegar relaciones"
@@@ -28276,6 -29918,8 +30029,8 @@@ msgid "
"The selected way is not a split way, please select split points or split way "
"too."
msgstr ""
+ "La vÃa seleccionada no es una vÃa divisoria, por favor seleccione puntos de "
+ "división o una vÃa divisoria también."
msgid "The selected nodes can not be consecutive nodes in the object."
msgstr ""
@@@ -28291,6 -29935,8 +30046,8 @@@ msgid "
"There are several ways containing one of the splitting nodes. Select ways "
"participating in this operation."
msgstr ""
+ "Hay varias vÃas que contienen uno de los nodos divisorios. Seleccione las "
+ "vÃas que participan en esta operación."
msgid "Symmetry"
msgstr "SimetrÃa"
@@@ -28330,7 -29976,7 +30087,7 @@@ msgid "Unglued Relations
msgstr "Relaciones despegadas"
msgid "Change relation member for {0} {1}"
- msgstr ""
+ msgstr "Cambiar el miembro de relación para {0} {1}"
msgid "Circle arc"
msgstr "Arco de cÃrculo"
@@@ -28347,7 -29993,7 +30104,7 @@@ msgstr "
"Preferencias)"
msgid "Ask every time"
- msgstr ""
+ msgstr "Consultar siempre"
msgid "Configure custom URL"
msgstr "Configurar URL personalizada"
@@@ -28356,16 -30002,18 +30113,18 @@@ msgid "Open custom URL
msgstr "Abrir URL personalizada"
msgid "Opens specified URL browser"
- msgstr ""
+ msgstr "Abre la URL especificada en el navegador"
msgid "Utilsplugin2 settings [TESTING]"
- msgstr ""
+ msgstr "Preferencias de Utilsplugin2 [PRUEBA]"
msgid "Here you can change some preferences of Utilsplugin2 functions"
msgstr ""
+ "Aquà puede cambiar algunas de las preferencias de las funciones de "
+ "Utilsplugin2"
msgid "Save to file"
- msgstr ""
+ msgstr "Guardar en archivo"
msgid "Load from file"
msgstr "Cargar desde archivo"
@@@ -28395,7 -30043,7 +30154,7 @@@ msgid "Lat Lon tool
msgstr "Herramienta Latitud Longitud"
msgid "Create geometry by entering lat lon coordinates for it."
- msgstr ""
+ msgstr "Crear geometrÃa ingresando coordenadas latitud longitud para ella."
msgid ""
"Enter the coordinates for the new nodes, one for each line.<br/>If you enter "
@@@ -28420,31 -30068,58 +30179,58 @@@
"24.5</li><li>-49 29.4 N -19 24.5 W</li></ul><li>48 deg 42' 52.13\" N, 21 "
"deg 11' 47.60\" E</li></ul>"
msgstr ""
+ "Ingrese las coordenadas para los nuevos nodos, uno por cada lÃnea.<br/>Si "
+ "ingresa dos lÃneas com las mismas coordenadas se generarán nodos "
+ "duplicados.<br/>Puede separar la latitud y longitud con un espacio, coma o "
+ "punto y coma.<br/>Utilice números positivos, o bien los caracteres N y E "
+ "para indicar la dirección cardinal Norte o Este.<br/>Para las direcciones "
+ "cardinales Sur y Oeste puede utilizar tanto números negativos como "
+ "caracteres S y W.<br/>El valor de la coordenada puede estar en uno de los "
+ "siguientes tres "
+ "formatos:<ul><li><i>grado</i><tt>°</tt></li><li><i>grados</i><tt>°</t"
+ "t> <i>minutos</i><tt>'</tt></li><li><i>grados</i><tt>°</tt> "
+ "<i>minutos</i><tt>'</tt> <i>segundos</i><tt>"</tt></li>Los "
+ "</ul>sÃmbolos <tt>°</tt>, <tt>'</tt>, <tt>′</tt>, "
+ "<tt>"</tt>, <tt>″</tt> son opcionales.<br/><br/>Algunos "
+ "ejemplos:<ul><li>49.29918° 19.24788°</li><li>N 49.29918 E "
+ "19.24788</li><li>W 49°29.918' S 19°24.788'</li><li>N "
+ "49°29'04" E 19°24'43"</li><li>49.29918 N, 19.24788 "
+ "E</li><li>49°29'21" N 19°24'38" E</li><li>49 29 "
+ "51, 19 24 18</li><li>49 29, 19 24</li><li>E 49 29, N 19 24</li><li>49° "
+ "29; 19° 24</li><li>N 49° 29, W 19° 24</li><li>49° 29.5 S, "
+ "19° 24.6 E</li><li>N 49 29.918 E 19 15.88</li><li>49 29.4 19 "
+ "24.5</li><li>-49 29.4 N -19 24.5 W</li></ul><li>48 deg 42' 52.13\" N, 21 "
+ "deg 11' 47.60\" E</li></ul>"
msgid "Replace Geometry"
msgstr "Reemplazar geometrÃa"
msgid "Replace geometry of selected object with a new one"
- msgstr ""
+ msgstr "Reemplace la geometrÃa del objeto seleccionado con una nueva"
msgid ""
"This tool replaces geometry of one object with another, and so requires "
"exactly two objects to be selected."
msgstr ""
+ "Esta herramienta reemplaza la geometrÃa de un objeto con otro, y requiere "
+ "que 2 y solo 2 objetos sean seleccionados"
msgid ""
"This tool can only replace a node, upgrade a node to a way or a "
"multipolygon, or replace a way with a way."
msgstr ""
+ "Esta herramiento puede reemplazar únicamente un nodo, convewrtir un nodo en "
+ "una vÃa o multipolÃgono, o reemplazar una vÃa con una vÃa."
msgid "Node belongs to way(s), cannot replace."
- msgstr ""
+ msgstr "Los nodos que pertenecen a vÃa(s) no pueden reemplazarse."
msgid "Replace geometry for node {0}"
- msgstr ""
+ msgstr "Reemplazar geometrÃa para nodo {0}"
msgid "Relation is not a multipolygon, cannot be used as a replacement."
msgstr ""
+ "La relación no es un multipolÃgono, no puede ser usada como reemplazo."
msgid ""
"Please select one way that exists in the database and one new way with "
@@@ -28454,15 -30129,19 +30240,19 @@@ msgstr "
"con geometrÃa correcta."
msgid "The ways must be entirely within the downloaded area."
- msgstr ""
+ msgstr "Las vÃas deben estar completamente dentro del área descargada."
msgid ""
"The way to be replaced cannot have any nodes with properties or relation "
"memberships unless they belong to both ways."
msgstr ""
+ "La vÃa a ser reemplazada no puede tener nodos con propiedades o que sean "
+ "miembros de relación excepto que pertenezcan a ambas vÃas."
msgid "Exceeded iteration limit for robust method, using simpler method."
msgstr ""
+ "Se excedió el lÃmite de iteraciones para el método robusto, se procederá con "
+ "el método más simple."
msgid "Replace geometry for way {0}"
msgstr "Sustituir la geometrÃa para la vÃa {0}"
@@@ -28545,6 -30224,8 +30335,8 @@@ msgid "
"Nothing found. Please select way that is a part of some polygon formed by "
"connected ways"
msgstr ""
+ "No se ha encontrado nada. Por favor seleccione una vÃa que sea parte de un "
+ "polÃgono formado por vÃas conectadas."
msgid "Select Highway"
msgstr "Seleccionar vÃa"
@@@ -28572,6 -30253,8 +30364,8 @@@ msgstr "Deshacer selección
msgid "Reselect last added object or selection form history"
msgstr ""
+ "Vuelve a seleccionar los últimos objetos en ser añadidos o seleccionar desde "
+ "el historial"
msgid "Unselect nodes"
msgstr "Deseleccionar nodos"
@@@ -28579,9 -30262,6 +30373,6 @@@
msgid "Removes all nodes from selection"
msgstr "Elimina todos los nodos de la selección"
- msgid "Video"
- msgstr "VÃdeo"
-
msgid "Import Video"
msgstr "Importar vÃdeo"
@@@ -28680,12 -30360,15 +30471,15 @@@ msgid "
"correctly installed on your system. Its architecture (32/64 bits) must also "
"be the same as the JRE that runs JOSM."
msgstr ""
+ "La biblioteca VLC no está iniciada correctamente. Por favor verifique el VLC "
+ "{0} está correctamente instalado en su sistema. Su arquitectura (32/64 bits) "
+ "debe ser la misma que la del JRE en el que ejecuta JOSM."
msgid "Jump to"
msgstr "Saltar a"
msgid "Jump to GPS time"
- msgstr ""
+ msgstr "Saltar a la marca de tiempo GPS"
msgid "Shows current position in the video"
msgstr "Muestra la posición actual en el vÃdeo"
@@@ -28709,7 -30392,7 +30503,7 @@@ msgid "mute
msgstr "silenciar"
msgid "Walking Papers Scanned Map"
- msgstr ""
+ msgstr "Mapas Escaneados de Walking Papers"
msgid ""
"Display a map that was previously scanned and uploaded to walking-papers.org"
@@@ -28816,26 -30499,30 +30610,30 @@@ msgid "
"Copies the {0} template to the system clipboard instantiated with the "
"coordinates of the first selected node"
msgstr ""
+ "Copia la plantilla {0} al portapapeles del sistema instanciada com las "
+ "coordenadas del primer nodo seleccionado"
msgid "Copy {0} template"
- msgstr ""
+ msgstr "Copiar plantilla {0}"
msgid "Fetch Wikipedia articles with coordinates"
- msgstr ""
+ msgstr "Buscar artÃculos de Wikipedia con sus coordenadas"
msgid ""
"Double click on item to search for object with article name (and center "
"coordinate)"
msgstr ""
+ "Doble clic en un Ãtem para buscar objetos con el mismo nombre de artÃculo (y "
+ "centro de coordenadas)"
msgid "Available via WIWOSM server"
- msgstr ""
+ msgstr "Disponibel vÃa servidor WIWOSM"
msgid "Available in local dataset"
- msgstr ""
+ msgstr "Disponible en el conjunto de datos local"
msgid "Not linked yet"
- msgstr ""
+ msgstr "no enlazado aún"
msgid "{0}.Wikipedia.org"
msgstr "{0}.Wikipedia.org"
@@@ -28882,9 -30569,6 +30680,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr "Ingrese el lenguaje de Wikipedia"
- msgid "Add Tag"
- msgstr "Añadir etiqueta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
@@@ -28893,10 -30577,10 +30688,10 @@@ msgstr "
"objetos seleccionados"
msgid "The Ultimate WMS Super-speed Turbo Challenge II"
- msgstr ""
+ msgstr "El Ultimate WMS Super-Velocidad Turbo DesafÃo II"
msgid "Go driving"
- msgstr ""
+ msgstr "Ir a manejar"
msgid "Drive a race car on this layer"
msgstr "Conduce un coche de carreras en esta capa"
diff --combined i18n/po/et.po
index 56e5e2a,449c8f7..82a56ae
--- a/i18n/po/et.po
+++ b/i18n/po/et.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-06 18:50+0000\n"
- "Last-Translator: Margus Värton <margus at dakar.ee>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-19 18:04+0000\n"
+ "Last-Translator: AivoK <aivo.kuhlberg at hot.ee>\n"
"Language-Team: Estonian <et at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-07 04:33+0000\n"
- "X-Generator: Launchpad (build 16721)\n"
+ "X-Launchpad-Export-Date: 2013-12-20 04:32+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: et\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Tausta kasutustingimused
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Linkide avamine ei ole praegusel platvormil toetatud (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "VIGA: {0}"
+
msgid "WARNING: {0}"
msgstr "HOIATUS:{0}"
@@@ -57,6 -60,9 +60,9 @@@ msgid "INFO: {0}
msgstr "INFO: {0}"
msgid "DEBUG: {0}"
+ msgstr "DEBUG: {0}"
+
+ msgid "Cause: "
msgstr ""
msgid "Executing platform startup hook"
@@@ -164,18 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "JOSMi kohta"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "HOIATUS: API alus-URLi ootamatu vorming. Ãmbersuunamine OSM objekti infole "
- "või ajaloole tõenäoliselt ebaõnnestub. API alus-URL on: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "HOIATUS: API alus-URLi ootamatu vorming. Ãmbersuunamine OSM kasutaja lehele "
- "tõenäoliselt ebaõnnestub. API alus-URL on: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -263,9 -265,6 +265,6 @@@ msgstr "Tööriist {0}
msgid "Please select at least four nodes."
msgstr "Palun vali vähemalt neli sõlme."
- msgid "Information"
- msgstr "Info"
-
msgid "Align Nodes in Line"
msgstr "Paiguta sõlmed ühele joonele"
@@@ -291,7 -290,7 +290,7 @@@ msgid "download
msgstr "allalaetule"
msgid "problem"
- msgstr ""
+ msgstr "probleem"
msgid "previous"
msgstr "eelmine"
@@@ -302,6 -301,9 +301,9 @@@ msgstr "järgmine
msgid "Nothing selected to zoom to."
msgstr "Ei ole valitud miskit, millele suumida."
+ msgid "Information"
+ msgstr "Info"
+
msgid "Zoom to {0}"
msgstr "Suumi {0}"
@@@ -358,9 -360,9 +360,9 @@@ msgstr "
"pöörata?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Ei saa jooni ühendada. Ei saa liita üheks sõlmejadaks."
+ msgstr ""
msgid "Combine {0} ways"
msgstr "Ãhenda {0} teed."
@@@ -544,6 -546,9 +546,9 @@@ msgstr "Ajalugu
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Kuvab info OSM teede, sõlmede ja relatsioonide ajaloo kohta."
+ msgid "Show history"
+ msgstr "Näita ajalugu"
+
msgid "History (web)"
msgstr "Ajalugu (veeb)"
@@@ -660,11 -665,9 +665,9 @@@ msgid "Joined overlapping areas
msgstr "Kattuvate alade ühendamine"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Mõned jooned olid muudetud relatsiooni osad. Palun kontrolli, et pole "
- "tekkinud vigu."
msgid "Fix tag conflicts"
msgstr "Paranda sildivastuolud"
@@@ -824,11 -827,9 +827,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Liida sõlmed vanimaks."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Palun vali liitmiseks vähemalt kaks sõlme või sõlm, mis on teise sõlme "
- "lähedal."
msgid "Abort Merging"
msgstr "Katkesta liitmine"
@@@ -1016,15 -1017,9 +1017,9 @@@ msgid "Orthogonalize / Undo
msgstr "Muuda täisnurkseks/tühista"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Muuda kujund täisnurkseks/tühista\n"
- "Vali sõlmed, mis olid valitud eelmise täisnurkseks muutmise ajal!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Tühista täisnurkseks muutmise"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1041,9 -1036,6 +1036,6 @@@ msgstr "Muuda täisnurkseks
msgid "Usage"
msgstr "Kasutus"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Valitud elemente ei saa muuta täisnurkseks."
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1159,13 -1151,13 +1151,13 @@@ msgid "Could not rename file ''{0}''
msgstr "Faili ''{0}'' ei ole võimalik ümber nimetada."
msgid "Restart"
- msgstr ""
+ msgstr "Taaskäivita"
msgid "Restart the application."
- msgstr ""
+ msgstr "Taaskäivita rakendus"
msgid "Click to restart later."
- msgstr ""
+ msgstr "Kliki, et taaskäivitada hiljem"
msgid "Reverse way"
msgstr "Pööra joone suund"
@@@ -1218,9 -1210,6 +1210,6 @@@ msgstr "Lae seanss
msgid "Load a session from file."
msgstr "Seansi laadimine failist"
- msgid "Session file (*.jos, *.joz)"
- msgstr "Seansifail (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Ava seanss"
@@@ -1243,10 -1232,10 +1232,10 @@@ msgid "Save the current session to a ne
msgstr "Jooksva seansi salvestamine uude faili."
msgid "Session file (archive) (*.joz)"
- msgstr ""
+ msgstr "Sessiooni fail (arhiiv) (*.joz)"
msgid "Session file (*.jos)"
- msgstr ""
+ msgstr "Sessiooni fail (*.jos)"
msgid "Save session"
msgstr "Salvesta seanss"
@@@ -1255,7 -1244,7 +1244,7 @@@ msgid "<html>Could not save session fil
msgstr ""
msgid "Save Session"
- msgstr "Salvesta seanss"
+ msgstr "Seansi salvestamine"
msgid "Save As"
msgstr "Salvesta nimega"
@@@ -1285,7 -1274,7 +1274,7 @@@ msgid "Copy to clipboard and close
msgstr "Kopeeri puhvrisse ja sulge."
msgid "Report bug"
- msgstr ""
+ msgstr "Teata veast"
msgid "Close"
msgstr "Sulge"
@@@ -1368,13 -1357,13 +1357,13 @@@ msgstr "
"keskel)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1470,6 -1459,27 +1459,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Võta tagasi"
@@@ -1692,7 -1702,7 +1702,7 @@@ msgid "Slower Forward
msgstr "Aeglasemalt edasi"
msgid "Download GPS"
- msgstr ""
+ msgstr "GPS allalaadimine"
msgid "Downloading GPS data"
msgstr "GPS andmete allalaadimine"
@@@ -1713,7 -1723,7 +1723,7 @@@ msgid "Download Compressed OSM
msgstr ""
msgid "Download OSM"
- msgstr ""
+ msgstr "OSM allalaadimine"
msgid "Downloading data"
msgstr "Laadin andmeid alla"
@@@ -1726,10 -1736,10 +1736,10 @@@ msgid "No data found in this area.
msgstr "Selles alas ei leitud andmeid."
msgid "OSM Server URL:"
- msgstr ""
+ msgstr "OSM serveri URL:"
msgid "Command"
- msgstr ""
+ msgstr "Käsk"
msgid "Request details: {0}"
msgstr ""
@@@ -1756,6 -1766,9 +1766,9 @@@ msgstr "({0}/{1}) Tee {2} vanemate laad
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Relatsiooni {2} vanemate laadimine"
+ msgid "Download session"
+ msgstr "Seansi allalaadimine"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Laadin alla {0} {1}st ( {2} veel)"
@@@ -1902,7 -1915,7 +1915,7 @@@ msgid "Snap to node projections
msgstr ""
msgid "Disable"
- msgstr ""
+ msgstr "Välja lülitamine"
msgid "0,90,..."
msgstr ""
@@@ -1980,8 -1993,8 +1993,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2412,6 -2425,9 +2425,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2608,8 -2624,7 +2624,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2699,6 -2714,9 +2714,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2735,10 -2753,10 +2753,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2761,8 -2779,8 +2779,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2877,6 -2895,9 +2895,9 @@@ msgstr[1] "Eemaldatud {0} objekti
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Lahenda vastuolud relatsiooni {0} liikmete nimistus"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2937,11 -2958,9 +2958,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Selle tee pööramisel on andmete kooskõla säilitamiseks soovitav teha tee ja "
- "selle sõlmede atribuutidele järgmised muutused."
msgid "Relation"
msgstr ""
@@@ -2970,11 -2989,11 +2989,11 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "Mille atribuudid: "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2994,6 -3013,9 +3013,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3024,18 -3046,18 +3046,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -3044,8 -3066,8 +3066,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3053,13 -3075,11 +3075,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3073,8 -3093,8 +3093,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3104,11 -3124,10 +3124,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "TUNDMATU"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3261,8 -3280,7 +3280,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3369,7 -3387,7 +3387,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3407,9 -3425,6 +3425,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3448,6 -3463,9 +3463,9 @@@ msgstr "
msgid "Running test {0}"
msgstr "Jooksev test: {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Aadressid"
@@@ -3458,18 -3476,27 +3476,27 @@@ msgid "Multiple associatedStreet relati
msgstr ""
msgid "House number without street"
- msgstr ""
+ msgstr "Maja number ilma tänavata"
msgid "House number ''{0}'' duplicated"
- msgstr ""
+ msgstr "Maja number ''{0}'' duplikaat"
msgid "Duplicate house numbers"
- msgstr ""
+ msgstr "Maja numbrid korduvad"
msgid "Multiple street names in relation"
msgstr ""
msgid "House number too far from street"
+ msgstr "Maja number tänavast liiga kaugel"
+
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
msgstr ""
msgid "Building inside building"
@@@ -3531,6 -3558,9 +3558,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3613,6 -3643,15 +3643,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Liitala"
@@@ -3682,6 -3721,12 +3721,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3739,13 -3784,13 +3784,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3777,11 -3822,11 +3822,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
- msgstr "Atribuutide kontrollija:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "See plugin kontrollib vigasid väljanimetustes ja nende väärtustes."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr ""
@@@ -3914,8 -3959,8 +3959,8 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
- msgstr "Paranda atribuudid"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr ""
@@@ -3989,6 -4034,9 +4034,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -4019,9 -4067,6 +4067,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -4046,12 -4091,12 +4091,12 @@@ msgstr "Sildistamata ja ühendamata sõ
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
- msgstr "Sildid puuduvad"
-
msgid "Unconnected nodes without physical tags"
msgstr "Ãhendamata sõlmed ilma füüsiliste siltideta"
+ msgid "No tags"
+ msgstr "Sildid puuduvad"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr ""
@@@ -4112,23 -4157,6 +4157,6 @@@ msgstr "Rannik vastupidises suunas: ma
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr "Ãra seda teadet rohkem näita (valik jäetakse meelde)"
@@@ -4142,10 -4170,10 +4170,10 @@@ msgid "House {0}
msgstr ""
msgid "House number {0} at {1}"
- msgstr ""
+ msgstr "Maja number {0} {1} tänaval"
msgid "House number {0}"
- msgstr ""
+ msgstr "Maja number {0}"
msgid "highway"
msgstr ""
@@@ -4232,7 -4260,7 +4260,7 @@@ msgstr "Avab abiinfo lehitseja
msgid "Downloading \"Message of the day\""
msgstr "Laadin alla \"päeva sõnumit\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4426,7 -4454,7 +4454,7 @@@ msgid "File
msgstr "Fail"
msgid "Session"
- msgstr ""
+ msgstr "Seanss"
msgid "View"
msgstr "Vaade"
@@@ -4459,7 -4487,7 +4487,7 @@@ msgid "Menu: {0}
msgstr "Menüü: {0}"
msgid "Save and load the current session (list of layers, etc.)"
- msgstr ""
+ msgstr "Salvesta ja laadi praegune seanss (kihtide loend, jne)"
msgid "Edit toolbar"
msgstr "Redigeerimisriba"
@@@ -4467,6 -4495,18 +4495,18 @@@
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "Näita või peida redigeerimisriba (vasakul servas)"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Heli"
@@@ -4551,16 -4591,16 +4591,16 @@@ msgid "Layer ''{0}'' must be in list o
msgstr "Kiht ''{0}'' peab olema kihtide nimistus"
msgid "Metric"
- msgstr ""
+ msgstr "Meetermõõdustik"
msgid "Chinese"
- msgstr ""
+ msgstr "Hiina mõõdustik"
msgid "Imperial"
- msgstr ""
+ msgstr "Briti mõõdustik"
msgid "Nautical Mile"
- msgstr ""
+ msgstr "Meremiilid"
msgid "Click to cancel the current operation"
msgstr ""
@@@ -4571,19 -4611,6 +4611,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "väär: omadus on selgesõnaliselt välja lülitatud"
-
- msgid "true: the property is explicitly switched on"
- msgstr "tõene: omadus on selgesõnaliselt sisse lülitatud"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "osaline: erinevad valitud objektid on erineva väärtusega, ei muuda"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "määramata: ei sea seda valikut valitud objektidele"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4873,29 -4900,47 +4900,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4910,7 -4955,7 +4955,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4962,14 -5007,6 +5007,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5205,7 -5242,7 +5242,7 @@@ msgid "Role:
msgstr ""
msgid "Enter a role for all relation memberships"
- msgstr ""
+ msgstr "Sisesta roll kõigi relatsiooni liikmete jaoks"
msgid "Tag modified relations with "
msgstr ""
@@@ -5219,14 -5256,14 +5256,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5546,22 -5583,22 +5583,22 @@@ msgid "State:
msgstr ""
msgid "Data Set: "
- msgstr ""
+ msgstr "Andmekogum: "
msgid "Edited at: "
- msgstr ""
+ msgstr "Viimati muudetud: "
msgid "<new object>"
msgstr ""
msgid "Edited by: "
- msgstr ""
+ msgstr "Viimane muutja: "
msgid "Version: "
msgstr "Versioon: "
msgid "In changeset: "
- msgstr ""
+ msgstr "Muutuskogumis: "
msgid "Tags: "
msgstr "Sildid: "
@@@ -5575,7 -5612,7 +5612,7 @@@ msgid " as \"{0}\"
msgstr ""
msgid "{0} Nodes: "
- msgstr ""
+ msgstr "{0} sõlme: "
msgid "Bounding box: "
msgstr ""
@@@ -5750,6 -5787,9 +5787,9 @@@ msgstr "Näita/Peida
msgid "Information about layer"
msgstr "Teave kihi kohta"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Kaardi kujundus"
@@@ -5833,6 -5873,36 +5873,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objekti tüüp:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "erinevad"
+
+ msgid "Choose the OSM object type"
+ msgstr "Vali OSMi objekti tüüp"
+
+ msgid "Object ID:"
+ msgstr "Objekti ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Sisesta allalaaditava objekti ID"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objekti ID-d saab eraldada koma või tühikuga.<br/> Näited: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> Eri tüüpe objekte saab kirja panna nii: "
+ "<b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relatsioonid"
@@@ -5924,8 -5994,7 +5994,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Näitab brauseris infot kasutaja kohta"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6006,7 -6075,7 +6075,7 @@@ msgid "Query
msgstr "Päring"
msgid "Launch the dialog for querying changesets"
- msgstr ""
+ msgstr "Ava dialoog muutuskogumite päringute tegemiseks"
msgid "Remove from cache"
msgstr ""
@@@ -6033,7 -6102,7 +6102,7 @@@ msgid "My changesets
msgstr "Minu muutuskogumid"
msgid "Download my changesets from the OSM server (max. 100 changesets)"
- msgstr ""
+ msgstr "Laadi alla minu muutuskogumid OSM serverist (max 100 muutuskogumit)"
msgid ""
"<html>JOSM is currently running with an anonymous user. It cannot "
@@@ -6095,9 -6164,6 +6164,6 @@@ msgstr "Uuenda sisu
msgid "Update the changeset content from the OSM server"
msgstr "Värskenda muutuskogumit OSM serverist"
- msgid "Show history"
- msgstr "Näita ajalugu"
-
msgid "Download and show the history of the selected objects"
msgstr "Laadi alla valitud objektid ja näita nende ajalugu"
@@@ -6329,6 -6395,8 +6395,8 @@@ msgstr "
msgid ""
"The current value is not a valid user ID. Please enter an integer value > 0"
msgstr ""
+ "Praegune väärtus ei ole õige kasutaja ID. Palun sisesta nullist suurem "
+ "täisarvuline väärtus."
msgid "Please enter an integer value > 0"
msgstr ""
@@@ -6352,7 -6420,7 +6420,7 @@@ msgid "
msgstr ""
msgid "Download my changesets only"
- msgstr ""
+ msgstr "Laadi alla ainult minu muutuskogumid"
msgid ""
"<html>Select to restrict the query to your changesets only.<br>Unselect to "
@@@ -6365,29 -6433,37 +6433,37 @@@ msgid "
"only want to download changesets created by yourself.<br>Note that JOSM will "
"download max. 100 changesets.</html>"
msgstr ""
+ "<html>Palun vali üks järgnevatest <strong>tavapäringutest</strong>.Vali "
+ "<strong>Laadi alla ainult minu muutuskogumid</strong> kui sa soovid laadida "
+ "alla ainult muutuskogumid, mis on loodud sinul poolt.<br>Pane tähele, et "
+ "JOSM laadib alla maksimaalselt 100 muutuskogumit.</html>"
msgid "<html>Download the latest changesets</html>"
- msgstr ""
+ msgstr "<html>Laadi alla viimased muutuskogumid</html>"
msgid ""
"<html>Download my open changesets<br><em>Disabled. Please enter your OSM "
"user name in the preferences first.</em></html>"
msgstr ""
+ "<html>Laadi alla minu avatud muutuskogumid<br><em>Keelatud. Palun sisesta "
+ "eelistuste all kõigepealt oma OSM kasutajanimi.</em></html>"
msgid "<html>Download my open changesets</html>"
- msgstr ""
+ msgstr "<html>Laadi alla minu avatud muutuskogumid</html>"
msgid ""
"<html>Download changesets in the current map view.<br><em>Disabled. There is "
"currently no map view active.</em></html>"
msgstr ""
+ "<html>Laadi alla muutuskogumid praeguses kaardivaates.<br><em>Keelatud. "
+ "Hetkel ei ole ühtegi aktiivset kaardivaadet.</em></html>"
msgid "<html>Download changesets in the current map view</html>"
- msgstr ""
+ msgstr "<html>Laadi alla muutuskogumid praeguses kaardivaates</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6397,7 -6473,7 +6473,7 @@@ msgid "Basic
msgstr "Lihtne"
msgid "Download changesets using predefined queries"
- msgstr ""
+ msgstr "Laadi alla muutuskogumid, kasutades eeldefineeritud päringuid"
msgid "From URL"
msgstr ""
@@@ -6452,35 -6528,47 +6528,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
- msgstr "Vali objekt, mille atribuute soovid muuta."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Atribuudid/Liikmelisus"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Valitud objektide atribuudid"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<erinev>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr "Silte/Liikmeid"
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "On liikmeks järgnevas"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Atribuute: {0} / Liikmesusi: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Silte: {0} / Liikmeid: {1}"
- msgid "Properties / Memberships"
- msgstr "Atribuudid / Liikmelisus"
+ msgid "Tags / Memberships"
+ msgstr "Silte / Liikmeid"
msgid "Delete the selected key in all objects"
msgstr "Kustuta valitud võti kõkides objektides"
- msgid "Delete Properties"
- msgstr "Kustuda atribuudid"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Muuda relatsiooni"
@@@ -6494,14 -6582,14 +6582,14 @@@ msgstr "Tõesti soovid kustutada valiku
msgid "Add a new key/value pair to all objects"
msgstr "Lisa uus võtme/väärtuse paar kõikidele objektidele"
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Lisa silt"
msgid "Edit the value of the selected key for all objects"
msgstr "Muuda kõikide valitud objektide võtme väärtust"
- msgid "Edit Properties"
- msgstr "Muuda atribuute"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Abi siltide kasutamise kohta saab OSMi vikist (F1)"
@@@ -6654,7 -6742,7 +6742,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr "Relatsiooni {0} allalaadimine"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6974,21 -7062,40 +7062,40 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
- msgid "Bookmarks"
- msgstr "Järjehoidjad"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
- msgid "<html>There is currently no download area selected.</html>"
+ msgid "Wrong number of arguments for bookmark"
msgstr ""
- msgid ""
- "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
- "maxlat): </html>"
+ msgid "Error reading bookmark entry: %s"
msgstr ""
- "<html><strong>Praegune allalaaditav ala</strong> (minlon, minlat, maxlon, "
- "maxlat): </html>"
- msgid "Create bookmark"
- msgstr "Pane järjehoidja"
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
+ msgid "Bookmarks"
+ msgstr "Järjehoidjad"
+
+ msgid "<html>There is currently no download area selected.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
+ "maxlat): </html>"
+ msgstr ""
+ "<html><strong>Praegune allalaaditav ala</strong> (minlon, minlat, maxlon, "
+ "maxlat): </html>"
+
+ msgid "Create bookmark"
+ msgstr "Pane järjehoidja"
msgid "Add a bookmark for the currently selected download area"
msgstr "Loo järjehoidja praeguse allalaaditava ala jaoks"
@@@ -7052,7 -7159,7 +7159,7 @@@ msgid "Select to download OSM data in t
msgstr "Laadib alla OSM andmed valitud allalaadimisalal"
msgid "Raw GPS data"
- msgstr "Toored GPS andmed"
+ msgstr "GPS toorandmed"
msgid "Select to download GPS traces in the selected download area."
msgstr "Laadib alla GPS rajad valitud allalaadimisalal"
@@@ -7116,21 -7223,8 +7223,8 @@@ msgstr "Laadi alla viitajad (vanemrelat
msgid "Download object"
msgstr "Laadi objekt alla"
- msgid "Object type:"
- msgstr "Objekti tüüp:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "erinevad"
-
- msgid "Choose the OSM object type"
- msgstr "Vali OSMi objekti tüüp"
-
- msgid "Object ID:"
- msgstr "Objekti ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Sisesta allalaaditava objekti ID"
+ msgid "Start downloading"
+ msgstr "Alusta allalaadimist"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7142,26 -7236,9 +7236,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Vali, kui ka relatsiooni liikmed tuleb alla laadida"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objekti ID-d saab eraldada koma või tühikuga.<br/> Näited: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> Eri tüüpe objekte saab kirja panna nii: "
- "<b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Laadi alla viitajad (vanemrelatsioonid ja teed)"
- msgid "Start downloading"
- msgstr "Alusta allalaadimist"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7258,7 -7335,7 +7335,7 @@@ msgstr "Mine järgmisele lehele
msgid "Go to the JOSM help home page"
msgstr "Mine JOSM abiinfo kodulehele"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7360,6 -7437,9 +7437,9 @@@ msgid "
msgstr ""
"<html>Versioon <strong>{0}</strong> loodud <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7447,7 -7527,7 +7527,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7470,6 -7550,12 +7550,12 @@@ msgstr "Kommenteeri lühidalt üleslaad
msgid "Enter an upload comment"
msgstr "Sisesta kommentaar"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Muutuskogumi id:"
@@@ -7536,8 -7622,7 +7622,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7618,8 -7703,8 +7703,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7633,8 -7718,7 +7718,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7644,7 -7728,7 +7728,7 @@@ msgid "Initializing nodes to download .
msgstr "Lähtestan allalaetavad sõlmed..."
msgid "Launch a file chooser to select a file"
- msgstr ""
+ msgstr "Ava failide sirvija, et valida fail"
msgid "Select filename"
msgstr ""
@@@ -7855,12 -7939,6 +7939,6 @@@ msgstr "Laadib üles muudetud objektid
msgid "Please revise upload comment"
msgstr "Palun vaata üleslaadimise kommentaar üle"
- msgid "Revise"
- msgstr "Vaata üle"
-
- msgid "Continue as is"
- msgstr "Jätka nagu on"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7869,6 -7947,22 +7947,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Vaata üle"
+
+ msgid "Continue as is"
+ msgstr "Jätka nagu on"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7884,6 -7978,21 +7978,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Loobub üleslaadimisest ja jätkab redigeerimist"
@@@ -7891,8 -8000,8 +8000,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8006,9 -8115,6 +8115,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "{0} objekti üleslaadimine..."
@@@ -8018,6 -8124,9 +8124,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8034,7 -8143,7 +8143,7 @@@ msgstr "Vali üleslaetavad objektid
msgid "Cancel uploading"
msgstr "Katkesta üleslaadimine"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8180,7 -8289,7 +8289,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8210,7 -8319,7 +8319,7 @@@ msgstr "versioon {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8574,9 -8683,6 +8683,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr "Käivitan kataloogi skaneerimise"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8595,6 -8701,9 +8701,9 @@@ msgstr "Kataloogis {0} faile ei leitud\
msgid "Error while getting files from directory {0}\n"
msgstr "Viga failide laadimisel kataloogist {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Geosildistatud fotod"
@@@ -8652,6 -8761,12 +8761,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8720,9 -8835,6 +8835,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8905,14 -9017,10 +9017,10 @@@ msgstr "Tekkis viga kui prooviti kuvad
msgid "(URL was: "
msgstr "(URL oli: "
- msgid "Error displaying URL"
- msgstr "Viga URL kuvamisel"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8927,7 -9035,7 +9035,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8937,8 -9045,7 +9045,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9163,7 -9270,7 +9270,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9195,7 -9302,7 +9302,7 @@@ msgid "Authorizing request token ''{0}'
msgstr ""
msgid "Logging out session ''{0}''..."
- msgstr ""
+ msgstr "Seansist väljalogimine ''{0}''..."
msgid "Allow to upload map data"
msgstr ""
@@@ -9541,7 -9648,7 +9648,7 @@@ msgid "You have to restart JOSM for som
msgstr "Muudatuste rakendumiseks pead JOSMi taaskäivitama."
msgid "Would you like to restart now?"
- msgstr ""
+ msgstr "Kas soovid kohe taaskäivitada?"
msgid "Remote Control"
msgstr "Kaugjuhtimine"
@@@ -9579,7 -9686,7 +9686,7 @@@ msgid "Connection Settings
msgstr "Ãhenduse sätted"
msgid "Connection Settings for the OSM server."
- msgstr ""
+ msgstr "Ãhenduse sätted OSM serveri jaoks."
msgid "Authentication"
msgstr "Autentimine"
@@@ -9862,6 -9969,6 +9969,45 @@@ msgstr "
msgid "Entry {0}"
msgstr ""
++msgid "imagery"
++msgstr ""
++
++msgid "Reset preferences"
++msgstr ""
++
++msgid ""
++"You are about to clear all preferences to their default values<br />All your "
++"settings will be deleted: plugins, imagery, filters, toolbar buttons, "
++"keyboard, etc. <br />Are you sure you want to continue?"
++msgstr ""
++
++msgid "Load profile"
++msgstr ""
++
++msgid "Save {0} profile"
++msgstr ""
++
++msgid "All the preferences of this group are default, nothing to save"
++msgstr ""
++
++msgid "Choose profile file"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
++msgid "Advanced Background: NonDefault"
++msgstr ""
++
++msgid "Current value is default."
++msgstr ""
++
++msgid "Default value is ''{0}''."
++msgstr ""
++
++msgid "Default value currently unknown (setting has not been used yet)."
++msgstr ""
++
msgid "Select Setting Type:"
msgstr ""
@@@ -9883,7 -9990,7 +10029,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
-msgid "Advanced Background: NonDefault"
+msgid "Advanced Background: NonDefalut"
msgstr ""
msgid "Current value is default."
@@@ -9951,6 -10058,9 +10097,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr "Joonista mitteaktiivsed kihid teist värvi"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10004,6 -10114,11 +10153,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10460,6 -10575,12 +10614,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10515,16 -10636,16 +10675,16 @@@ msgid "Potlatch 2
msgstr ""
msgid "the main Potlatch 2 style"
- msgstr ""
+ msgstr "Peamine Potlatch 2 stiil"
msgid "Map Settings"
msgstr "Kaardi seaded"
msgid "Settings for the map projection and data interpretation."
- msgstr ""
+ msgstr "Kaardi projektsiooni ja andmete tõlgendamise sätted."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Ei saa lugeda sildistamise eelseadeid: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10657,7 -10778,7 +10817,7 @@@ msgid "Projection configuration is vali
msgstr ""
msgid "Validate"
- msgstr ""
+ msgstr "Kontrolli"
msgid "Parameter information..."
msgstr ""
@@@ -10759,10 -10880,10 +10919,10 @@@ msgid "Display coordinates as
msgstr ""
msgid "System of measurement"
- msgstr ""
+ msgstr "Mõõtesüsteem"
msgid "Map Projection"
- msgstr ""
+ msgstr "Kaardi projektsioon"
msgid "The projection {0} could not be activated. Using Mercator"
msgstr "Projektsiooni {0} ei saa aktiveerida. Kasutan Mercatori"
@@@ -10785,49 -10906,51 +10945,51 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
- msgstr ""
+ msgstr "OSM API URL ''{0}'' testimine"
msgid ""
"<html>''{0}'' is not a valid OSM API URL.<br>Please check the spelling and "
"validate again.</html>"
msgstr ""
+ "<html>''{0}'' ei ole õige OSM API URL.<br>Palun vaata üle kirjapandu ja "
+ "kontrolli uuesti.</html>"
msgid "Invalid API URL"
msgstr ""
@@@ -10836,11 -10959,15 +10998,15 @@@ msgid "
"<html>Failed to build URL ''{0}'' for validating the OSM API "
"server.<br>Please check the spelling of ''{1}'' and validate again.</html>"
msgstr ""
+ "<html>Ei õnnestunud luua URL-i ''{0}'' et kontrollida OSM API serveri "
+ "kehtivust.<br>Palun vaata üle kirjapandu ''{1}'' ja kontrolli uuesti.</html>"
msgid ""
"<html>Failed to connect to the URL ''{0}''.<br>Please check the spelling of "
"''{1}'' and your Internet connection and validate again.</html>"
msgstr ""
+ "<html>Ei õnnestunud luua ühendust URL-ga ''{0}''.<br>Palun vaata üle ''{1}'' "
+ "ja kontrolli oma Interneti ühendust ning kontrolli uuesti.</html>"
msgid "Connection to API failed"
msgstr ""
@@@ -10850,12 -10977,18 +11016,18 @@@ msgid "
"at<br>''{1}''. The server responded with the return code {0} instead of "
"200.<br>Please check the spelling of ''{1}'' and validate again.</html>"
msgstr ""
+ "<html>Ei õnnestunud alla laadida muutuskogumite loetelu OSM API serverist "
+ "kohas<br>''{1}''. Server vastas koodiga {0} selle asemel, et anda kood "
+ "200.<br>Palun vaata üle ''{1}'' ja kontrolli uuesti.</html>"
msgid ""
"<html>The OSM API server at ''{0}'' did not return a valid response.<br>It "
"is likely that ''{0}'' is not an OSM API server.<br>Please check the "
"spelling of ''{0}'' and validate again.</html>"
msgstr ""
+ "<html>OSM API server kohas ''{0}'' ei andnud vastuseks õiget "
+ "tagasisidet.<br>On tõenäoline, et ''{0}'' ei ole OSM API server.<br>Palun "
+ "vaata üle ''{0}'' ja kontrolli uuesti.</html>"
msgid "Use Basic Authentication"
msgstr ""
@@@ -10872,8 -11005,8 +11044,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10882,20 -11015,25 +11054,25 @@@ msgstr "OSM kasutajanimi:
msgid "OSM password:"
msgstr "OSMi salasõna:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10926,6 -11064,7 +11103,7 @@@ msgstr "
msgid "<html>Use the default OSM server URL (<strong>{0}</strong>)</html>"
msgstr ""
+ "<html>Kasuta vaikimisi OSM serveri URL-i (<strong>{0}</strong>)</html>"
msgid "Test the API URL"
msgstr ""
@@@ -10937,13 -11076,13 +11115,13 @@@ msgid "Validation failed. The API URL s
msgstr "Järelkontroll ebaõnnestus. API URL näib olevat vigane"
msgid "OSM API URL must not be empty. Please enter the OSM API URL."
- msgstr ""
+ msgstr "OSM API URL ei tohi olla tühi. Palun sisesta OSM API URL."
msgid "The current value is not a valid URL"
- msgstr ""
+ msgstr "Praegune väärtus ei ole õige URL"
msgid "Please enter the OSM API URL."
- msgstr ""
+ msgstr "Palun sisesta OSM API URL."
msgid "Host:"
msgstr ""
@@@ -10977,14 -11116,8 +11155,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11057,8 -11190,8 +11229,8 @@@ msgstr "Rakenda
msgid "New relation"
msgstr "Uus relatsioon"
- msgid "Change Properties"
- msgstr "Muuda atribuute"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11136,9 -11269,6 +11308,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Ei saa lugeda sildistamise eelseadeid: {0}"
-
msgid "Error parsing {0}: "
msgstr "Viga sõelumisel {0}: "
@@@ -11157,6 -11287,14 +11326,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11181,46 -11319,90 +11358,93 @@@ msgid "
"The current value is not a valid changeset ID. Please enter an integer value "
"> 0"
msgstr ""
+ "Praegune väärtus ei ole õige muutuskogumi ID. Palun sisesta nullist suurem "
+ "täisarvuline väärtus."
msgid ""
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ "Praegune väärtus ei ole õige OSM ID. Palun sisesta nullist suurem "
+ "täisarvuline väärtus."
- msgid "Cut"
- msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "väär: omadus on selgesõnaliselt välja lülitatud"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "tõene: omadus on selgesõnaliselt sisse lülitatud"
msgid ""
- "Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
+ "partial: different selected objects have different values, do not change"
+ msgstr "osaline: erinevad valitud objektid on erineva väärtusega, ei muuda"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "määramata: ei sea seda valikut valitud objektidele"
+
+ msgid "Cut"
msgstr ""
- msgid "Deleted node {0} is part of way {1}"
+ msgid "Right click = copy to clipboard"
+ msgstr "Paremklõps = kopeerimine lõikepuhvrisse"
+
+ msgid "Missing mandatory attribute ''{0}''."
msgstr ""
msgid ""
- "Way {0} with {1} nodes has incomplete nodes because at least one node was "
- "missing in the loaded data."
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
msgstr ""
msgid ""
- "Relation with external id ''{0}'' refers to a missing primitive with "
- "external id ''{1}''."
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
msgstr ""
- msgid "Deleted member {0} is used by relation {1}"
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
msgstr ""
- msgid "All Formats"
- msgstr "Kõik formaadid"
-
- msgid "Downloading points {0} to {1}..."
- msgstr "Laadin alla punkte alates {0} kuni {1}..."
-
- msgid "Contacting OSM Server..."
- msgstr "Ãhendun OSM serveriga..."
-
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
- "capabilities. Got ''{2}''"
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
++msgid "Cut"
++msgstr ""
++
+ msgid ""
+ "Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
+ msgstr ""
+
+ msgid "Deleted node {0} is part of way {1}"
+ msgstr ""
+
+ msgid ""
+ "Way {0} with {1} nodes has incomplete nodes because at least one node was "
+ "missing in the loaded data."
+ msgstr ""
+
+ msgid ""
+ "Relation with external id ''{0}'' refers to a missing primitive with "
+ "external id ''{1}''."
+ msgstr ""
+
+ msgid "Deleted member {0} is used by relation {1}"
+ msgstr ""
+
+ msgid "All Formats"
+ msgstr "Kõik formaadid"
+
+ msgid "Downloading points {0} to {1}..."
+ msgstr "Laadin alla punkte alates {0} kuni {1}..."
+
+ msgid "Contacting OSM Server..."
+ msgstr "Ãhendun OSM serveriga..."
+
+ msgid ""
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "capabilities. Got ''{2}''"
msgstr ""
msgid "Failed to parse date ''{0}'' replied by server."
@@@ -11259,28 -11441,26 +11483,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11379,6 -11559,9 +11601,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Parse error: vigane gpx dokumendi struktuur"
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11394,12 -11577,20 +11619,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11478,8 -11669,8 +11711,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA import oli edukas."
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA impordi viga!"
@@@ -11577,35 -11768,11 +11810,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr "Toetuseta versioon: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11615,8 -11782,8 +11824,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11643,10 -11810,7 +11852,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11730,8 -11894,8 +11936,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11934,7 -12098,7 +12140,7 @@@ msgstr "Uute objektide loomine
msgid "Read protocol version"
msgstr "Protokolli versiooni lugemine"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11980,6 -12144,15 +12186,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12010,19 -12183,19 +12225,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12044,11 -12217,23 +12259,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Seansifail (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12118,13 -12303,13 +12345,13 @@@ msgid "Download skipped
msgstr "Allalaadimine vahele jäetud"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12271,10 -12456,10 +12498,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12289,22 -12474,21 +12516,21 @@@ msgstr "Säilita plugin
msgid "Click to keep the plugin ''{0}''"
msgstr "Klõpsa, et säilitada plugin ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12379,8 -12563,7 +12605,7 @@@ msgstr "Pluginate saidi vahemälu faili
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12395,12 -12578,25 +12620,25 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr "Pluginate nimekirja allalaadimine aadressilt ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Hoiatus: pluginate kataloogi ''{0}'' loomine ebaõnnestus. Ei õnnestu panna "
- "vahemälusse pluginate nimekirja pluginate saidilt ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr ""
@@@ -12729,12 -12925,11 +12967,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12745,9 -12940,52 +12982,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "reserveeritud"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12779,8 -13017,22 +13059,22 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
- msgstr "Paremklõps = kopeerimine lõikepuhvrisse"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -13106,6 -13358,11 +13400,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13208,7 -13465,7 +13507,7 @@@ msgid "Visualizes routing information a
msgstr ""
msgid "Simple tool to tag house numbers."
- msgstr ""
+ msgstr "Lihtne töövahend majanumbrite märkimiseks"
msgid "Generate Imagery XML bounds from a multipolygon"
msgstr ""
@@@ -13345,6 -13602,9 +13644,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13394,9 -13654,6 +13696,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13433,6 -13690,11 +13732,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13565,6 -13827,9 +13869,9 @@@ msgstr "Teetamm
msgid "Lit"
msgstr "Valgustatud"
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13655,6 -13920,50 +13962,50 @@@ msgstr "Tänav
msgid "Edit Residential Street"
msgstr "Lisa andmeid"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "jah"
+
+ msgid "no"
+ msgstr "ei"
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Ãueala"
@@@ -13673,10 -13982,10 +14024,10 @@@ msgstr "
msgid "Service"
msgstr "Teenindus"
- msgid "Edit Serviceway"
- msgstr "Lisa andmeid"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13688,6 -13997,9 +14039,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13715,18 -14027,12 +14069,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "jah"
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr "Lisa andmeid"
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13736,9 -14042,6 +14084,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13748,15 -14051,15 +14093,15 @@@ msgstr "
msgid "private"
msgstr ""
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "ei"
-
msgid "official"
msgstr ""
@@@ -13802,6 -14105,9 +14147,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Ãhistranspordi sõidukid"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Vähim kiirus (km/h)"
@@@ -13886,6 -14192,9 +14234,9 @@@ msgstr "Lisa andmeid
msgid "viaduct"
msgstr "viadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13990,20 -14299,29 +14341,29 @@@ msgstr "
msgid "Visibility"
msgstr "Nähtavus"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "suurepärane"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "hea"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "keskmine"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "halb"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "kohutav"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Ratastoolid"
@@@ -14020,10 -14338,10 +14380,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr "Lisa andmeid"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14059,7 -14377,7 +14419,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14128,12 -14446,18 +14488,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr "Lisa andmeid"
- msgid "Emergency Phone"
- msgstr ""
+ msgid "Drinking Water"
+ msgstr "Joogivesi"
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Ãlekäiguraja tüüp"
@@@ -14149,15 -14473,6 +14515,6 @@@ msgstr "
msgid "unmarked"
msgstr "tähistamata"
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14179,15 -14494,27 +14536,27 @@@ msgstr "
msgid "tiger"
msgstr ""
- msgid "Stop"
+ msgid "Crossing attendant"
msgstr ""
- msgid "Give way"
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
+ msgid "Stop"
+ msgstr ""
+
+ msgid "Give way"
msgstr ""
msgid "Mini-roundabout"
msgstr "Miniring"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14197,10 -14524,7 +14566,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr "Ãlekäigurada"
- msgid "Edit Crossing"
- msgstr "Lisa andmeid"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14233,9 -14557,6 +14599,6 @@@ msgstr "
msgid "Passing Place"
msgstr "Möödasõidukoht"
- msgid "Edit Passing Place"
- msgstr "Lisa andmeid"
-
msgid "Turning Circle"
msgstr ""
@@@ -14278,6 -14599,12 +14641,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr "Materjal"
+
+ msgid "stone"
+ msgstr "kivi"
+
msgid "Bollard"
msgstr "Pollar"
@@@ -14293,6 -14620,9 +14662,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastikust"
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14362,20 -14692,14 +14734,17 @@@ msgstr "
msgid "electric"
msgstr "elekter"
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "post"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
- msgstr "hekk"
-
- msgid "pole"
- msgstr "post"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr ""
@@@ -14405,8 -14729,9 +14774,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Lisa andmeid"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14414,11 -14739,11 +14784,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
- msgstr "Lisa andmeid"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Värav"
@@@ -14471,12 -14796,6 +14841,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Materjal"
-
- msgid "stone"
- msgstr "kivi"
-
msgid "Turnstile"
msgstr ""
@@@ -14537,12 -14856,21 +14901,21 @@@ msgstr "Lisa andmeid
msgid "Ditch"
msgstr "Kraav"
+ msgid "Edit Ditch"
+ msgstr "Lisa andmeid"
+
msgid "Stream"
msgstr "Oja"
msgid "Edit Stream"
msgstr "Lisa andmeid"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -14582,9 -14910,6 +14955,6 @@@ msgstr "Lisa andmeid
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr "Lisa andmeid"
-
msgid "Breakwater"
msgstr ""
@@@ -14618,6 -14943,21 +14988,21 @@@ msgstr "Lisa andmeid
msgid "Edit Water"
msgstr "Lisa andmeid"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14699,18 -15039,23 +15084,23 @@@ msgstr "Lisa andmeid
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "jalgrattaga"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14786,7 -15131,7 +15176,7 @@@ msgstr "turism
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14810,10 -15155,13 +15200,13 @@@ msgstr "
msgid "rail"
msgstr "raudtee"
- msgid "Voltage"
- msgstr "Pinge"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14825,9 -15173,6 +15218,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr "Lisa andmeid"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14849,15 -15194,15 +15239,15 @@@ msgstr "Lisa andmeid
msgid "Subway"
msgstr "Metroo"
+msgid "Edit Tram"
+msgstr "Lisa andmeid"
+
msgid "Edit Subway"
msgstr "Lisa andmeid"
msgid "Tram"
msgstr ""
-msgid "Edit Tram"
-msgstr "Lisa andmeid"
-
msgid "Bus Guideway"
msgstr ""
@@@ -14879,6 -15224,9 +15269,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14891,18 -15239,32 +15284,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "pool"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "täis"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -15002,13 -15364,11 +15409,11 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Lisa andmeid"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -15018,13 -15378,11 +15423,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Lisa andmeid"
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Lisa andmeid"
+ msgstr ""
msgid "Parking"
msgstr ""
@@@ -15041,10 -15399,10 +15444,10 @@@ msgstr "
msgid "underground"
msgstr "maa-alune"
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -15074,9 -15432,6 +15477,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Mahutavus"
@@@ -15098,10 -15453,29 +15498,29 @@@ msgstr "Avatud
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15251,6 -15625,9 +15670,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr "Lisa andmeid"
+ msgid "Voltage"
+ msgstr "Pinge"
+
msgid "Amperage"
msgstr ""
@@@ -15272,6 -15649,12 +15694,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr "Lisa andmeid"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15279,7 -15662,7 +15707,7 @@@ msgid "Edit Tyres
msgstr "Lisa andmeid"
msgid "Contact:"
- msgstr ""
+ msgstr "Kontakt:"
msgid "Phone Number"
msgstr "Telefoninumber"
@@@ -15299,6 -15682,12 +15727,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr "Lisa andmeid"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15323,22 -15712,6 +15757,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "jah"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ei"
-
msgid "brand"
msgstr ""
@@@ -15360,9 -15733,6 +15778,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Riided"
@@@ -15557,23 -15927,26 +15972,26 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
msgid "Bus stop (legacy)"
- msgstr ""
+ msgstr "Bussipeatus (pärand)"
msgid "Tram stop (legacy)"
- msgstr ""
+ msgstr "Trammipeatus (pärand)"
msgid "Train"
msgstr ""
msgid "Railway station (legacy)"
- msgstr ""
+ msgstr "Raudteejaam (pärand)"
msgid "Railway halt (legacy)"
- msgstr ""
+ msgstr "Raudteepeatus (pärand)"
msgid "Trolleybus"
msgstr ""
@@@ -15587,6 -15960,9 +16005,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Pink"
@@@ -15599,21 -15975,23 +16020,23 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
msgid "Railway platform (legacy)"
- msgstr ""
+ msgstr "Raudteeperroon (pärand)"
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Lisa andmeid"
+
msgid "Building"
msgstr "Hoone"
@@@ -15624,7 -16002,10 +16047,10 @@@ msgid "Edit Subway Entrance
msgstr "Lisa andmeid"
msgid "Ticket Machine"
- msgstr ""
+ msgstr "Piletiautomaat"
+
+ msgid "Edit Ticket Machine"
+ msgstr "Lisa andmeid"
msgid "Reference Number"
msgstr "Viitenumber"
@@@ -15648,21 -16029,13 +16074,13 @@@ msgid "Account or loyalty cards
msgstr ""
msgid "Public Transport (legacy)"
- msgstr ""
-
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Lisa andmeid"
+ msgstr "Ãhistransport (pärand)"
msgid "UIC-Reference"
msgstr ""
msgid "Railway Halt"
- msgstr ""
+ msgstr "Raudteepeatus"
msgid "Edit Halt"
msgstr "Lisa andmeid"
@@@ -15706,11 -16079,11 +16124,11 @@@ msgstr "Lisa andmeid
msgid "Taxi"
msgstr "Takso"
- msgid "Edit Taxi station"
- msgstr "Lisa andmeid"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
- msgstr ""
+ msgstr "Lennujaam"
msgid "Airport Ground"
msgstr "Lennujaam"
@@@ -15760,6 -16133,21 +16178,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Lisa andmeid"
+ msgid "Internet access"
+ msgstr "Internetiühendus"
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Tasuline internetiühendus"
+
msgctxt "airport"
msgid "Gate"
msgstr "Värav"
@@@ -15782,21 -16170,6 +16215,6 @@@ msgstr "Lisa andmeid
msgid "Stars"
msgstr "Tähti"
- msgid "Internet access"
- msgstr "Internetiühendus"
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Tasuline internetiühendus"
-
msgid "Smoking"
msgstr "Suitsetamine"
@@@ -15986,9 -16359,6 +16404,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Turism"
@@@ -16010,9 -16380,15 +16425,15 @@@ msgstr "Vaatetorn
msgid "Information Office"
msgstr "Infopunkt"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Kaart"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Detailsuse aste"
@@@ -16025,6 -16401,9 +16446,9 @@@ msgstr "tänav
msgid "scheme"
msgstr "skeem"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Näidatud ala"
@@@ -16064,6 -16443,9 +16488,9 @@@ msgstr "... võimalikud muud transpordi
msgid "Information Board"
msgstr "Infotahvel"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Infotahvli sisu"
@@@ -16085,23 -16467,35 +16512,35 @@@ msgstr "taimed
msgid "Guidepost"
msgstr "Teeviit"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Infoterminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Täpsem kirjeldus"
msgid "Audioguide"
msgstr "Audiogiid"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Audiogiid telefonis?"
msgid "Phone number"
msgstr "Telefoninumber"
- msgid "Other Information Points"
- msgstr "Muud infopuntid"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Puhkus"
@@@ -16143,7 -16537,7 +16582,7 @@@ msgid "Edit Water Park
msgstr "Lisa andmeid"
msgid "Sauna"
- msgstr ""
+ msgstr "Saun"
msgid "Edit Sauna"
msgstr "Lisa andmeid"
@@@ -16155,10 -16549,10 +16594,10 @@@ msgid "Edit Horse riding
msgstr ""
msgid "Brothel"
- msgstr ""
+ msgstr "Lõbumaja"
msgid "Edit Brothel"
- msgstr ""
+ msgstr "Lisa andmeid"
msgid "Playground"
msgstr "Mänguväljak"
@@@ -16230,51 -16624,45 +16669,45 @@@ msgstr "Kunstiteos
msgid "Edit Artwork"
msgstr "Lisa andmeid"
+ msgid "Recording Studio"
+ msgstr "Salvestusstuudio"
+
+ msgid "Edit Studio"
+ msgstr "Lisa andmeid"
+
+ msgid "audio"
+ msgstr "heli"
+
+ msgid "video"
+ msgstr "video"
+
msgid "Place of Worship"
msgstr "Pühapaik"
- msgid "Edit Place of Worship"
- msgstr "Lisa andmeid"
+ msgid "Church"
+ msgstr "Kirik"
- msgid "Religion"
- msgstr "Religioon"
+ msgid "Edit Church"
+ msgstr ""
- msgid "bahai"
+ msgid "Building type"
msgstr ""
- msgid "buddhist"
- msgstr "budist"
+ msgid "basilica"
+ msgstr ""
- msgid "christian"
- msgstr "kristlane"
-
- msgid "hindu"
- msgstr "hindu"
-
- msgid "jain"
+ msgid "cathedral"
msgstr ""
- msgid "jewish"
- msgstr "juudi"
-
- msgid "muslim"
- msgstr "moslem"
-
- msgid "sikh"
- msgstr "sikh"
-
- msgid "spiritualist"
- msgstr "spiritualist"
+ msgid "chapel"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "church"
+ msgstr "kirik"
- msgid "unitarian"
+ msgid "temple"
msgstr ""
- msgid "zoroastrian"
- msgstr "zoroastrism (pärsia)"
-
msgid "Denomination"
msgstr "Usutunnistus"
@@@ -16290,6 -16678,12 +16723,12 @@@ msgstr "katoliku
msgid "evangelical"
msgstr "evangeelne"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "jehoovatunnistajad"
@@@ -16302,6 -16696,9 +16741,9 @@@ msgstr "metodist
msgid "mormon"
msgstr "mormoon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoksne"
@@@ -16320,38 -16717,138 +16762,138 @@@ msgstr "kveeker
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "šiia"
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
- msgstr "Salvestusstuudio"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Lisa andmeid"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "audio"
- msgstr "heli"
+ msgid "theravada"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religioon"
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualist"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr "zoroastrism (pärsia)"
msgid "Public Building"
msgstr "Ãhiskondlik hoone"
@@@ -16440,6 -16937,12 +16982,12 @@@ msgstr "Lisa andmeid
msgid "License Classes"
msgstr "Juhtimisõiguse kategooriad"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Tervis"
@@@ -16521,12 -17024,66 +17069,66 @@@ msgstr "Loomaarst
msgid "Edit Veterinary"
msgstr "Lisa andmeid"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "avalik"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Postkast"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -16536,6 -17093,30 +17138,30 @@@ msgstr "Lisa andmeid
msgid "Telephone cards"
msgstr "Telefoni kaart"
+ msgid "Emergency Phone"
+ msgstr "Hädaabi telefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Kell"
@@@ -16545,30 -17126,36 +17171,36 @@@ msgstr "Lisa andmeid
msgid "Display"
msgstr "Ekraan"
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr "Kinnitus"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "seinakell"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "reklaamtahvel"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "Nähtavus/loetavus"
@@@ -16597,8 -17184,8 +17229,8 @@@ msgstr "Näitab niiskust
msgid "Recycling"
msgstr "Jäätmekäitlus"
- msgid "Edit Recycling station"
- msgstr "Lisa andmeid"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Battareid"
@@@ -16624,21 -17211,15 +17256,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Prügikorv"
- msgid "Edit Waste Basket"
- msgstr "Lisa andmeid"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Seljatugi"
- msgid "plastic"
- msgstr "plastikust"
-
msgid "Amount of Seats"
msgstr "Istekohtade arv"
@@@ -16673,8 -17254,17 +17299,17 @@@ msgstr "Lisa andmeid
msgid "Height"
msgstr "Kõrgus"
+ msgctxt "height"
msgid "low"
- msgstr "madal"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Peida"
@@@ -16682,9 -17272,6 +17317,6 @@@
msgid "Lock"
msgstr "Lukusta"
- msgid "Drinking Water"
- msgstr "Joogivesi"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16716,6 -17303,9 +17348,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr "Läbimõõt (mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16753,119 -17343,155 +17388,155 @@@ msgstr "Staadion
msgid "Edit Stadium"
msgstr "Lisa andmeid"
- msgid "select sport:"
- msgstr "vali spordiala:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "vibusport"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "pesapall"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr "korvpall"
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kanuu"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "rula"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "uisutamine"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "suusatamine"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "jalgpall"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "ujumine"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "lauatennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Spordikeskus"
@@@ -16897,26 -17523,27 +17568,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Lisa andmeid"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Mitu"
msgid "Edit Multi"
msgstr "Lisa andmeid"
- msgid "type"
- msgstr "tüüp"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "spordihall"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "staadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16924,6 -17551,15 +17596,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr "spordihall"
+
+ msgid "stadium"
+ msgstr "staadion"
+
msgid "10pin"
msgstr "Bowling"
@@@ -16957,6 -17593,22 +17638,22 @@@ msgstr "Lisa andmeid
msgid "Edit Cycling"
msgstr "Lisa andmeid"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Koerte võidujooks"
@@@ -17013,7 -17665,7 +17710,7 @@@ msgid "Skating
msgstr "Uisutamine"
msgid "Edit Skating"
- msgstr "Lisa andmeid"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17057,36 -17709,54 +17754,54 @@@ msgstr "lumepark
msgid "Difficulty"
msgstr "Raskusaste"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "algaja"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "kerge"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "edasijõudnu"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ekspert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "vabalaskumine"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17129,19 -17799,15 +17844,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17280,6 -17946,18 +17991,18 @@@ msgstr "Mudelite lennuväli
msgid "Edit Model Aerodrome"
msgstr "Lisa andmeid"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "Kaugjuhitav auto"
@@@ -17292,38 -17970,73 +18015,73 @@@ msgstr "Inimtekkeline
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "katus"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garaaž"
+ msgstr ""
- msgid "church"
- msgstr "kirik"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "kool"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "angaar"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "kasvuhoone"
+ msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "ülikool"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr ""
@@@ -17331,21 -18044,60 +18089,60 @@@
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "korterid"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "maja"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
- msgstr "ridaelamu"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr "Lisa andmeid"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Torn"
@@@ -17546,90 -18298,206 +18343,206 @@@ msgstr "Lisa andmeid
msgid "Water Well"
msgstr "Veekaev"
- msgid "Edit Water Well"
- msgstr "Lisa andmeid"
+ msgid "Edit Water Well"
+ msgstr "Lisa andmeid"
+
+ msgid "Lighthouse"
+ msgstr "Majakas"
+
+ msgid "Edit Lighthouse"
+ msgstr "Lisa andmeid"
+
+ msgid "Edit Beacon"
+ msgstr "Lisa andmeid"
+
+ msgid "Street Lamp"
+ msgstr "Tänavavalgusti"
+
+ msgid "Edit Street Lamp"
+ msgstr "Lisa andmeid"
+
+ msgid "Operation times"
+ msgstr "Töötamise aeg"
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr "E-R 22:00-05:00"
+
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
+
+ msgid "Tide Level"
+ msgstr ""
+
+ msgid "Traffic"
+ msgstr ""
+
+ msgid "Air Quality"
+ msgstr ""
+
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
+
+ msgid "GLONASS Signals"
+ msgstr ""
+
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "Geodeetiline punkt"
+
+ msgid "Edit Survey Point"
+ msgstr "Lisa andmeid"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Lisa andmeid"
+
+ msgid "indoor"
+ msgstr "ruumides"
+
+ msgid "outdoor"
+ msgstr "väljas"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "pood"
+
+ msgid "bank"
+ msgstr ""
- msgid "Lighthouse"
- msgstr "Majakas"
+ msgid "Camera"
+ msgstr ""
- msgid "Edit Lighthouse"
- msgstr "Lisa andmeid"
+ msgid "fixed"
+ msgstr ""
- msgid "Edit Beacon"
- msgstr "Lisa andmeid"
+ msgid "panning"
+ msgstr ""
- msgid "Street Lamp"
- msgstr "Tänavavalgusti"
+ msgid "dome"
+ msgstr ""
- msgid "Edit Street Lamp"
- msgstr "Lisa andmeid"
+ msgid "Mounted on"
+ msgstr ""
- msgid "Operation times"
- msgstr "Töötamise aeg"
+ msgid "ceiling"
+ msgstr ""
- msgid "Mo-Fr 22:00-05:00"
- msgstr "E-R 22:00-05:00"
+ msgid "Direction in degrees"
+ msgstr ""
- msgid "Measurement Station"
- msgstr "Mõõtejaam"
+ msgid "Inclination in degrees"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Lisa andmeid"
+ msgid "Height in meter (m)"
+ msgstr ""
- msgid "Measurement"
- msgstr "Mõõtmine"
+ msgid "Power"
+ msgstr "Elektrivõrk"
- msgid "particulate_matter"
- msgstr "puisteaine"
+ msgid "Power Plant"
+ msgstr ""
- msgid "seismic"
- msgstr "seismoloogia"
+ msgid "Edit Power Plant"
+ msgstr ""
- msgid "water_level"
- msgstr "veetase"
+ msgid "Start date"
+ msgstr ""
- msgid "weather"
- msgstr "ilm"
+ msgid "Output forms of energy"
+ msgstr ""
- msgid "Recording"
- msgstr "Salvestamine"
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
- msgid "manually"
- msgstr "käsitsi"
+ msgid "electricity"
+ msgstr ""
- msgid "automated"
- msgstr "automatiseeritud"
+ msgid "2 W"
+ msgstr ""
- msgid "remote"
- msgstr "kaugjuhitav"
+ msgid "3 kW"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "ei"
+ msgid "5 MW"
+ msgstr ""
- msgid "Survey Point"
- msgstr "Geodeetiline punkt"
+ msgid "7 GW"
+ msgstr ""
- msgid "Edit Survey Point"
- msgstr "Lisa andmeid"
+ msgid "hot water"
+ msgstr ""
- msgid "Surveillance"
- msgstr "järelvalve"
+ msgid "hot air"
+ msgstr ""
- msgid "Edit Surveillance Camera"
- msgstr "Lisa andmeid"
+ msgid "cold water"
+ msgstr ""
- msgid "indoor"
- msgstr "ruumides"
+ msgid "cold air"
+ msgstr ""
- msgid "outdoor"
- msgstr "väljas"
+ msgid "compressed air"
+ msgstr ""
- msgid "public"
- msgstr "avalik"
+ msgid "steam"
+ msgstr ""
- msgid "Power"
- msgstr "Elektrivõrk"
+ msgid "vacuum"
+ msgstr ""
msgid "Power Generator"
msgstr "Elektrigeneraator"
@@@ -17682,89 -18550,192 +18595,192 @@@ msgstr "tuul
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "päikeseenergia"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
msgstr ""
- msgid "battery charging"
+ msgid "pelton_turbine"
msgstr ""
- msgid "Power Station"
- msgstr "Elektrijaam"
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Lisa andmeid"
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Elektrialajaam"
@@@ -17775,6 -18746,21 +18791,21 @@@ msgstr "Lisa andmeid
msgid "Line reference"
msgstr "Elektriliini number"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "madal"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Jaotuskilp"
@@@ -17790,6 -18776,9 +18821,9 @@@ msgstr "Lisa andmeid
msgid "Tower reference"
msgstr "Masti number"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Elektripost"
@@@ -17808,11 -18797,9 +18842,9 @@@ msgstr "Lisa andmeid
msgid "Line type"
msgstr "Joonetüüp"
- msgctxt "Power Line"
msgid "line"
- msgstr "liin"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17921,11 -18908,11 +18953,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Lisa andmeid"
- msgid "Baker"
- msgstr "Pagar"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Lisa andmeid"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Lihunik"
@@@ -17936,8 -18923,8 +18968,8 @@@ msgstr "Lisa andmeid
msgid "Seafood"
msgstr "Mereannid"
- msgid "Edit Seafood"
- msgstr "Lisa andmeid"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Delikatessid"
@@@ -17957,6 -18944,9 +18989,9 @@@ msgstr "Turg
msgid "Edit Marketplace"
msgstr "Lisa andmeid"
+ msgid "Organic"
+ msgstr "Ãkokaubad"
+
msgid "Greengrocer"
msgstr "Aedviljad"
@@@ -17969,9 -18959,6 +19004,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Ãkokaubad"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18041,8 -19028,8 +19073,8 @@@ msgstr "Lisa andmeid
msgid "Fabric"
msgstr "Kangad"
- msgid "Edit Fabric"
- msgstr "Lisa andmeid"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektroonika"
@@@ -18062,14 -19049,14 +19094,14 @@@ msgstr "Lisa andmeid
msgid "Mobile Phone"
msgstr "Mobiiltelefonid"
- msgid "Edit Mobile Phone"
- msgstr "Lisa andmeid"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Tolmuimejad"
- msgid "Edit Vacuum Cleaner"
- msgstr "Lisa andmeid"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hi-Fi"
@@@ -18077,9 -19064,8 +19109,8 @@@
msgid "Edit Hifi Shop"
msgstr "Lisa andmeid"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Lisa andmeid"
@@@ -18105,6 -19091,12 +19136,12 @@@ msgstr "Lisa andmeid
msgid "Edit Automated Teller Machine"
msgstr "Lisa andmeid"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Kaubamaja"
@@@ -18141,11 -19133,32 +19178,32 @@@ msgstr "Juveelipood
msgid "Edit Jewelry"
msgstr "Lisa andmeid"
+ msgid "Gift"
+ msgstr "Kingipood"
+
+ msgid "Edit Gift Shop"
+ msgstr "Lisa andmeid"
+
+ msgid "buddhist"
+ msgstr "budist"
+
+ msgid "christian"
+ msgstr "kristlane"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "juudi"
+
+ msgid "muslim"
+ msgstr "moslem"
+
msgid "Erotic"
msgstr "Erootikakaubad"
- msgid "Edit Erotic"
- msgstr "Lisa andmeid"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Lilled"
@@@ -18174,8 -19187,8 +19232,8 @@@ msgstr "Lisa andmeid
msgid "Paint"
msgstr "Värvid"
- msgid "Edit Paint"
- msgstr "Lisa andmeid"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Mööbel"
@@@ -18186,20 -19199,20 +19244,20 @@@ msgstr "Lisa andmeid
msgid "Kitchen"
msgstr "Valmisköögid"
- msgid "Edit Kitchen"
- msgstr "Lisa andmeid"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Kardinad"
- msgid "Edit Curtain"
- msgstr "Lisa andmeid"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Raamimiskoda"
- msgid "Edit Frames"
- msgstr "Lisa andmeid"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Kirjatarbed"
@@@ -18234,8 -19247,8 +19292,8 @@@ msgstr "Lisa andmeid
msgid "Musical Instrument"
msgstr "Muusikariistad"
- msgid "Edit Musical Instruments"
- msgstr "Lisa andmeid"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Mänguasjad"
@@@ -18388,10 -19401,10 +19446,10 @@@ msgid "Edit County
msgstr "Lisa andmeid"
msgid "Population"
- msgstr ""
+ msgstr "Elanikke"
msgid "Post code"
- msgstr "Posti kood"
+ msgstr "Sihtnumber"
msgid "City"
msgstr "Suurlinn"
@@@ -18447,6 -19460,12 +19505,12 @@@ msgstr "Mäetipp
msgid "Edit Peak"
msgstr "Lisa andmeid"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Liustik"
@@@ -18486,41 -19505,41 +19550,41 @@@ msgstr "Ãksik puu
msgid "Edit Tree"
msgstr "Lisa andmeid"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botaaniline nimi"
+ msgid "Tree Row"
+ msgstr "Puuderivi"
+
msgid "Wood"
msgstr "Mets"
msgid "Edit Wood"
msgstr "Lisa andmeid"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "okasmets"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "lehtmets"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "segamets"
msgid "Forest"
msgstr "Kultuurmets"
- msgid "Edit Forest Landuse"
- msgstr "Lisa andmeid"
-
- msgid "coniferous"
- msgstr "okasmets"
-
- msgid "deciduous"
- msgstr "lehtmets"
-
- msgid "mixed"
- msgstr "segamets"
+ msgid "Edit Forest Landuse"
+ msgstr "Lisa andmeid"
msgid "Grassland"
msgstr ""
@@@ -18597,6 -19616,12 +19661,12 @@@ msgstr "Niit/Karjamaa
msgid "Edit Meadow Landuse"
msgstr "Lisa andmeid"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Viinapuuistandus"
@@@ -18651,8 -19676,8 +19721,8 @@@ msgstr "Puhkeala
msgid "Edit Recreation Ground Landuse"
msgstr "Lisa andmeid"
- msgid "Residential area"
- msgstr "Elamurajoon"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Lisa andmeid"
@@@ -18663,6 -19688,9 +19733,9 @@@ msgstr "Matmispaik
msgid "Edit Graveyard"
msgstr "Lisa andmeid"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Kalmistu"
@@@ -18738,6 -19766,33 +19811,33 @@@ msgstr "Lisa andmeid
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Lisa andmeid"
@@@ -18757,7 -19812,7 +19857,7 @@@ msgid "Country code
msgstr "Riigi kood"
msgid "Address Interpolation"
- msgstr ""
+ msgstr "Aadresside interpoleerimine"
msgid "Edit Address Interpolation"
msgstr "Lisa andmeid"
@@@ -18774,9 -19829,21 +19874,21 @@@ msgstr "paaris
msgid "alphabetic"
msgstr "tähestikuline"
- msgid "Contact (common schema)"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
msgstr ""
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
+ msgid "Contact (common schema)"
+ msgstr "Kontakt (üldskeem)"
+
msgid "Edit Contact information"
msgstr "Lisa andmeid"
@@@ -18784,10 -19851,10 +19896,10 @@@ msgid "Image
msgstr "Pilt"
msgid "Contact (schema with ''contact:*'' prefix)"
- msgstr ""
+ msgstr "Kontakt (''contact:*'' eesliitega skeem)"
msgid "Edit Contact information (new schema)"
- msgstr ""
+ msgstr "Lisa andmeid"
msgid "Edit Multipolygon"
msgstr "Liitala muutmine"
@@@ -18942,20 -20009,49 +20054,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "tee"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "suusad"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "jalgsi"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "matkamine"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "ümbersõit"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "sümboolne kirjeldus"
@@@ -19002,20 -20098,23 +20143,23 @@@ msgstr "edasisuunaline peatuspunkt
msgid "backward halt point"
msgstr "tagasisuunaline peatuspunkt"
- msgid "Route network"
- msgstr "Marsruutide võrgustik"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Lisa andmeid"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "liige"
- msgid "Associated street"
- msgstr "Seotud tänav"
+ msgid "Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Lisa andmeid"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
+ msgstr "maja"
msgid "Street"
msgstr ""
@@@ -19038,7 -20137,7 +20182,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19134,18 -20233,27 +20278,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "sild"
msgid "deprecated"
msgstr "kasutusest väljas"
+ msgid "bicycle"
+ msgstr "jalgrattaga"
+
+ msgid "foot"
+ msgstr "jalgsi"
+
msgid "horse"
msgstr "hobused"
@@@ -19155,8 -20263,11 +20308,11 @@@ msgstr "tõke
msgid "motorroad"
msgstr ""
- msgid "highway_track"
- msgstr "teerada"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "teenused"
@@@ -19164,10 -20275,10 +20320,10 @@@
msgid "ford"
msgstr "koolmekoht"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19185,6 -20296,9 +20341,9 @@@ msgstr "
msgid "railwaypoint"
msgstr "raudteepunkt"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19200,29 -20314,29 +20359,29 @@@ msgstr "kasutamata raudtee
msgid "aeroway"
msgstr "aeronautika"
- msgid "aeroway_dark"
- msgstr "helikopterid"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "kerglennukid"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "suusanõlv lihtne"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "suusanõlv keskmine"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "suusanõlv edasijõudnutele"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "nõlv_ekspert"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "suusanõlv klassita"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "suusanõlv algajale"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "elektrivarustus"
@@@ -19242,20 -20356,20 +20401,20 @@@ msgstr "paadisadam
msgid "amenity"
msgstr "mugavused"
- msgid "amenity_traffic"
- msgstr "autohooldus"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "muud teenused"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "vesi"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "tervishoid"
- msgid "shop"
- msgstr "pood"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotell"
@@@ -19329,10 -20443,13 +20488,13 @@@ msgstr "marsruut
msgid "boundary"
msgstr "piir"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "koht"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19347,9 -20464,6 +20509,6 @@@ msgstr "Asula/Linn
msgid "One Way"
msgstr "ühesuunaline"
- msgid "Church"
- msgstr "Kirik"
-
msgid "Fuel Station"
msgstr "Tankla"
@@@ -19377,6 -20491,9 +20536,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19422,10 -20539,40 +20584,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19437,7 -20584,7 +20629,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19455,7 -20602,7 +20647,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19572,19 -20719,130 +20764,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19603,7 -20861,46 +20906,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19615,24 -20912,30 +20957,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19648,7 -20951,7 +20999,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19657,6 -20960,9 +21008,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19803,6 -21109,29 +21157,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19968,6 -21297,9 +21345,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20013,6 -21345,39 +21393,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20214,6 -21579,18 +21627,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20235,13 -21612,7 +21660,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20383,7 -21754,7 +21802,7 @@@ msgid "Address has no valid street
msgstr ""
msgid "Address has no post code"
- msgstr ""
+ msgstr "Aadressis puudub sihtnumber"
msgid "Address has no city"
msgstr ""
@@@ -20504,10 -21875,13 +21923,13 @@@ msgstr "Vali mittetäielikud aadressid
msgid "Selects all addresses with incomplete data."
msgstr "Valib kõik mittetäielike andmetega aadressid"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20628,7 -22002,7 +22050,7 @@@ msgid "Selected Bug Info
msgstr ""
msgid "Handy Address Interpolation Functions"
- msgstr ""
+ msgstr "Käepärased aadresside interpoleerimise funktsioonid"
msgid "Define Address Interpolation"
msgstr ""
@@@ -20688,7 -22062,7 +22110,7 @@@ msgid "State:
msgstr ""
msgid "Post Code:"
- msgstr ""
+ msgstr "Sihtnumber:"
msgid "Country:"
msgstr ""
@@@ -20711,7 -22085,7 +22133,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20987,20 -22361,11 +22409,11 @@@ msgid "Building address
msgstr "hoone aadress"
msgid "House number:"
- msgstr ""
+ msgstr "Maja number:"
msgid "Street Name:"
msgstr "Tänava nimi:"
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21171,6 -22536,9 +22584,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21189,12 -22557,6 +22605,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21331,6 -22693,9 +22741,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21348,6 -22713,9 +22761,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21388,46 -22756,46 +22804,6 @@@ msgid "
"Use the normal Cadastre Grab menu."
msgstr ""
--msgid ""
--"This commune is not vectorized.\n"
--"Please use the other menu entry to georeference a \"Plan image\""
--msgstr ""
--
--msgid "Extract commune boundary"
--msgstr ""
--
--msgid "Only on vectorized layers"
--msgstr ""
--
--msgid "Cancel current grab"
--msgstr ""
--
--msgid "Cancel current grab (only vector images)"
--msgstr ""
--
--msgid "Cadastre grab"
--msgstr ""
--
--msgid "Download Image from French Cadastre WMS"
--msgstr ""
--
--msgid "Cadastre: {0}"
--msgstr ""
--
--msgid "Georeference an image"
--msgstr ""
--
--msgid "Grab non-georeferenced image"
--msgstr ""
--
--msgid "Georeferencing interrupted"
--msgstr ""
--
--msgid ""
--"This image contains georeference data.\n"
--"Do you want to use them ?"
--msgstr ""
--
msgid "Load layer from cache"
msgstr ""
@@@ -21574,7 -22942,10 +22950,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21624,7 -22995,7 +23003,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21848,27 -23219,9 +23227,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22951,9 -24304,26 +24312,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23249,7 -24619,7 +24627,7 @@@ msgid "Update the selected modules
msgstr ""
msgid "Please restart JOSM to activate the downloaded modules."
- msgstr ""
+ msgstr "Palun taaskäivita JOSM allalaaditud mooduliste aktiveerimiseks"
msgid ""
"All installed modules are up to date. JOSM does not have to download newer "
@@@ -23272,13 -24642,15 +24650,15 @@@ msgid "Open Data Module description URL
msgstr ""
msgid "Download OSM data corresponding to the current data set."
- msgstr ""
+ msgstr "Praegusele andmekogumile vastava OSM andmete allalaadimine."
msgid "Diff"
msgstr ""
msgid "Perform diff between current data set and existing OSM data."
msgstr ""
+ "Erinevuste võrdlemine praeguse andmekogumi ja olemasolevate OSM andmete "
+ "vahel."
msgid "Open tools menu for this data."
msgstr ""
@@@ -23412,7 -24784,7 +24792,7 @@@ msgid "Launch browser to the summary li
msgstr ""
msgid "View the license of the selected data set"
- msgstr ""
+ msgstr "Vaata valitud andmekogumi litsentsi"
msgid ""
"Warning: Cannot download module ''{0}''. Its download link is not known. "
@@@ -23604,9 -24976,6 +24984,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Tekkis viga: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23614,7 -24983,7 +24991,7 @@@ msgid "Open OpenStreetBugs
msgstr "Ava Openstreetbugs"
msgid "Opens the OpenStreetBugs window and activates the automatic download"
- msgstr "Avab Openstreetbugs'i akna ning aktiveerib automaatse allalaadimise"
+ msgstr "Avab Openstreetbugsâi akna ning aktiveerib automaatse allalaadimise"
msgid "Bug list"
msgstr ""
@@@ -23659,18 -25028,6 +25036,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24017,6 -25374,27 +25382,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24168,6 -25546,9 +25554,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24485,9 -25866,6 +25874,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr "Peatuste loomine GPX-failist"
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24703,6 -26081,9 +26089,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24735,15 -26116,31 +26124,31 @@@ msgstr "Tõmban puuduvaid primitiive
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Muuda atribuute"
+
msgid "Country preset:"
msgstr ""
@@@ -24858,9 -26255,6 +26263,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25039,19 -26433,19 +26441,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25220,7 -26614,7 +26622,7 @@@ msgid "Reverse a terrace
msgstr ""
msgid "Reverses house numbers on a terrace."
- msgstr ""
+ msgstr "Pöörab ridaelamu majanumbrid."
msgid "Reverse a Terrace"
msgstr ""
@@@ -25267,6 -26661,95 +26669,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25303,6 -26786,9 +26794,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25455,9 -26941,6 +26949,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -25864,7 -27347,7 +27355,7 @@@ msgid "Turn Restrictions
msgstr "Pöördepiirangud"
msgid "Display and manage turn restrictions in the current data set"
- msgstr "Kuva ja halda pöördepiiranguid antud andmekogus"
+ msgstr "Kuva ja halda pöördepiiranguid antud andmekogumis"
msgid "Open an editor for the selected turn restriction"
msgstr "Ava redaktor, et muuta valitud pöördepiirangut"
@@@ -26448,9 -27931,6 +27939,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr ""
@@@ -26731,9 -28211,6 +28219,6 @@@ msgstr "Seab Vikipeedia artiklite vaike
msgid "Enter the Wikipedia language"
msgstr "Sisesta Vikipeedia keel"
- msgid "Add Tag"
- msgstr "Lisa silt"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/eu.po
index de50db1,4980734..432d73c
--- a/i18n/po/eu.po
+++ b/i18n/po/eu.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:56+0000\n"
"Last-Translator: Txopi <txopi at sindominio.net>\n"
"Language-Team: Basque <eu at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:34+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:34+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: eu\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Atzeko planoko erabilera baldin
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -165,17 -171,14 +171,14 @@@ msgid "About JOSM...
msgstr "JOSM-i buruz"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "KONTUZ: API-aren URL oinarria ezusteko formatuan. OSM erabiltzaileen "
- "orrietarako berbildalketek huts egin dezakete. API-aren URL oinarria \"{0}\" "
- "da"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -265,9 -268,6 +268,6 @@@ msgstr "Tresna: {0}
msgid "Please select at least four nodes."
msgstr "Mesedez, aukeratu lau nodo gutxienez."
- msgid "Information"
- msgstr "Argibideak"
-
msgid "Align Nodes in Line"
msgstr "Lerrokatu nodoak marra zuzen batean"
@@@ -304,6 -304,9 +304,9 @@@ msgstr "hurrengoa
msgid "Nothing selected to zoom to."
msgstr "Ez da ezer aukeratu zoom egiteko."
+ msgid "Information"
+ msgstr "Argibideak"
+
msgid "Zoom to {0}"
msgstr "Egin zoom {0} mailara"
@@@ -361,10 -364,9 +364,9 @@@ msgstr "
"norabidea aldatzea nahi al duzu?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Ezin izan dira bideak elkartu (ezin izan dira nodo kate bakar batean batu)"
msgid "Combine {0} ways"
msgstr "{0} bideak bateratu"
@@@ -545,6 -547,9 +547,9 @@@ msgstr "Historia
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "OSM-ko bide, nodo eta erlazioen historiaren informazioa erakutsi."
+ msgid "Show history"
+ msgstr "Historia erakutsi"
+
msgid "History (web)"
msgstr ""
@@@ -661,11 -666,9 +666,9 @@@ msgid "Joined overlapping areas
msgstr "Elkarren gainean dauden azalerak batu egin dira"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Bide horietako batzuk aldatu diren harremanen parte ziren. Mesedez, baiezta "
- "ezazu ez direla erroreak gehitu."
msgid "Fix tag conflicts"
msgstr "Etiketa gatazkak konpondu"
@@@ -817,8 -820,8 +820,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Nodoak bateratu beraietan zaharrenera"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -1012,16 -1015,9 +1015,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizatu / Desegin"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Forma ortogonalizatu / Desegin\n"
- "Mesedez, aukera itzatzu aurreko Forma Ortogonalizatu ekintzagatik mugituriko "
- "nodoak!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Forma ortogonalizaketa desegin"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1042,9 -1038,6 +1038,6 @@@ msgstr "Ortogonalizatu
msgid "Usage"
msgstr "Erabilera"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Hautatutako elementuak ezin dira ortogonalizatu"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1226,9 -1219,6 +1219,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1376,19 -1366,14 +1366,14 @@@ msgstr "
"adabegiak aukeratu)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Bazkideen roletan oinarrituriko bazkideen zerrenda bat kopiatu egin da "
- "bide berri guztietan.<br>Baieztatu egin beharko zenuke hau eta zuzendu "
- "beharrezkoa denean.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Bazkideen zerrenda kopiatu egin da bide berri guztietan.<br>Baieztatu "
- "egin beharko zenuke hau eta zuzendu beharrezkoa denean.</html>"
msgid "Split way {0} into {1} parts"
msgstr "{0} bidea {1} zatitan banatu"
@@@ -1485,6 -1470,27 +1470,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Desegin"
@@@ -1777,6 -1783,9 +1783,9 @@@ msgstr "({0}/{1}) {2} bidearen gurasoa
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Kargatzen {2} erlazioaren gurasoak"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "{1}-tik {0} deskargatuta ({2} falta dira)"
@@@ -2007,8 -2016,8 +2016,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2453,6 -2462,9 +2462,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2661,11 -2673,8 +2673,8 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Eragilea falta da NOT eragiketan"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Kontuz: automatikoki aldatu da ''{0}'' etiketaren balioa ezabatu den {1} "
- "objektuan"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2758,6 -2767,9 +2767,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Objektu {0} gehitua"
msgstr[1] "{0} objektu gehituta"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Aldatu {0} nodoa"
@@@ -2794,10 -2806,10 +2806,10 @@@ msgstr "{1}tik \"{0}\" objektu ezabatu
msgid "Set {0}={1} for {2} objects"
msgstr "{2} objektuentzat {0}={1} ezarri"
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2820,8 -2832,8 +2832,8 @@@ msgid "Double conflict
msgstr "Gatazka bikoitza"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2931,6 -2943,9 +2943,9 @@@ msgstr[1] "''{0}'' objektuak ezabatuak
msgid "Resolve conflicts in member list of relation {0}"
msgstr "{0} erlazioaren partaideen zerrendako gatazka konpondu"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "{0} nodoa biratu"
@@@ -2991,11 -3006,9 +3006,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Bide honen norabidea biratzean bidearen eta bere nodoen propietateen "
- "ondorengo aldaketak gomendatzen dizkizugu datuen trinkotasuna mantentzeko."
msgid "Relation"
msgstr "Erlazioa"
@@@ -3024,11 -3037,11 +3037,11 @@@ msgstr "Aplikatu aukeratutako aldaketak
msgid "Do not apply changes"
msgstr "Ez aplikatu aldaketak"
- msgid "Please select which property changes you want to apply."
- msgstr "Aukeratu aplikatu nahi dituzun propietate aldaketak."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Propietateak "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Honi dagokion erlazioaren rolak"
@@@ -3048,6 -3061,9 +3061,9 @@@ msgstr "IOError fitxategia sortzean. E
msgid "Unable to delete old backup file {0}"
msgstr "Ezin izan da ezabatu {0} aurreko babeskopia"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Errorea ezabatutako geruzaren babeskopia sortzean: {0}"
@@@ -3078,21 -3094,19 +3094,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Kontuz: huts egin du hobespenak ''{0}'' gordetzean"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Kontuz: hobespenak hasieratzen huts egin du. Hobespenen ''{0}'' direktorioa "
- "ez da direktorio bat."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3102,11 -3116,9 +3116,9 @@@ msgstr "
"direktorioa ez da direktorio bat.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Kontuz: Hobespenak berrezartzeak huts egin du. Errorea desagertutako "
- "hobespen direktorioa sortzean: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3115,16 -3127,12 +3127,12 @@@ msgstr "
"<html>Hobespenak berrezartzeak huts egin du.<br>Errorea ezabatutako "
"hobespenen direktorioa sortzean: {0}.</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Kontuz: egungo hobespenen \"{0}\" fitxategia ordeztuko da lehenetsitako "
- "fitxategiagatik."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3141,8 -3149,8 +3149,8 @@@ msgstr "
"da <br>{0}<br>n eta lehenetsitako hobespen fitxategia sortzen.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3172,12 -3180,11 +3180,11 @@@ msgstr "''{0}'' baliabidea ezin izan d
msgid "UNKNOWN"
msgstr "EZEZAGUNA"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Kontuz: berrikusteko artxiboa ''/REVISION'' galdu egin da."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Jatorrizko ''{0}''(a)rentzako gatazka erregistratu da jada"
@@@ -3339,8 -3346,7 +3346,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "{0} parametroa ez dago 0..{1} artean. ''{2}'' dugu."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3447,7 -3453,7 +3453,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3485,9 -3491,6 +3491,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3526,6 -3529,9 +3529,9 @@@ msgstr "bestelakoen balidazioa
msgid "Running test {0}"
msgstr "{0} testa exekutatzen"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Helbideak"
@@@ -3550,6 -3556,15 +3556,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3611,6 -3626,9 +3626,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Nodo bikoiztuak"
@@@ -3695,6 -3713,15 +3713,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipoligonoa"
@@@ -3764,6 -3791,12 +3791,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3821,13 -3854,13 +3854,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3859,10 -3892,10 +3892,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -4000,8 -4033,8 +4033,8 @@@ msgstr "Lehenetsitako zuzentzaile-ortog
msgid "Use the default spellcheck file (recommended)."
msgstr "Lehenetsitako zuzentzaile-ortografikoa erabili (gomendatua)."
- msgid "Fix properties"
- msgstr "Propietateak konpondu"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Ezin izan da elementu mota aurkitu"
@@@ -4077,6 -4110,9 +4110,9 @@@ msgstr "
"Test honen bidez itxita egon beharko liratekeen bide zirkularrak egiaztatzen "
"dira."
+ msgid "Unclosed way"
+ msgstr "Itxi-gabeko bidea"
+
msgid "natural type {0}"
msgstr "{0} mota naturala"
@@@ -4107,9 -4143,6 +4143,6 @@@ msgstr "eraikina
msgid "area"
msgstr "azalera"
- msgid "Unclosed way"
- msgstr "Itxi-gabeko bidea"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4138,10 -4171,10 +4171,10 @@@ msgstr "
"Test honek inolako bideren parte ez diren etiketa-gabeko nodoak egiaztatzen "
"du."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4207,27 -4240,6 +4240,6 @@@ msgstr "Alderantzikatutako itsasertza:
msgid "Reversed land: land not on left side"
msgstr "Alderantzikatutako lurrazala: lurrazala ezin da ezkerretara egon"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Errorea: Espero ez zen ''{0}'' lerroa laster-marka honetan ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Errorea: \"{2}\" fitxategi-markatzailearen \"{1}\". lerroan \"{0}\" balio "
- "bikoitz ilegala dago"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Ezin izan ditugu irakurri laster markak "
- "hemendik:<br>''{0}''<br>Errorea: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ez erakutsi berriz (aukera gogoratzen du)"
@@@ -4331,7 -4343,7 +4343,7 @@@ msgstr "Erakutsi laguntza informazioa
msgid "Downloading \"Message of the day\""
msgstr "Eguneko mezua deskargatzen"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4577,6 -4589,18 +4589,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audioa"
@@@ -4683,19 -4707,6 +4707,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "faltsua: propietatea nahita dago kenduta"
-
- msgid "true: the property is explicitly switched on"
- msgstr "egia: propietatea nahita dago jarrita"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "partziala: objektuek aukera desberdinak dituzte, ez aldatu"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "ezarri gabe: ez ezarri propietate hau aukeratutako objektuetan"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4997,12 -5008,18 +5008,18 @@@ msgid "Copy my selected elements to th
msgstr ""
"Kopiatu nik aukeratutako elementuak batutako elementu zerrendaren bukaerara"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
"Kopiatu nik aukeratutako elementuak batutako elementu zerrendaren hasierara"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5010,22 -5027,34 +5027,34 @@@ msgstr "
"Kopiatu nik aukeratutako elementuak batutako nodo zerrendaren lehenengo "
"elementuaren ondoren"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Kopiatu beraien elementu hautatuak batutako elementu zerrendaren hasierara."
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Kopiatu beraien elementu hautatuak batutako elementu zerrendaren bukaerara."
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
"Kopiatu beraien elementu hautatuak batutako elementu zerrendaren hasierara."
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5042,8 -5071,8 +5071,8 @@@ msgstr "Kopiatu beraien elementu guztia
msgid "Up"
msgstr "Gora"
- msgid "Move up the selected elements by one position."
- msgstr "Igo maila bat aukeratutako elementuak."
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Behera"
@@@ -5098,14 -5127,6 +5127,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Beraien bertsioa (elementu {0})"
msgstr[1] "Beraien bertsioa ({0} elementu)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "Nodoa"
@@@ -5358,14 -5379,14 +5379,14 @@@ msgctxt "tag
msgid "Key:"
msgstr "Gakoa:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr "Balioa:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5888,6 -5909,9 +5909,9 @@@ msgstr "Erakutsi/Ezabatu
msgid "Information about layer"
msgstr "Geruzari buruzko informazioa"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5971,6 -5995,33 +5995,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objektu mota"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "Aukera ezazu OSM objektu mota bat"
+
+ msgid "Object ID:"
+ msgstr "Objektuaren ID-a"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Idatzi deskargatu nahi duzun objektuaren ID-a"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Erlazioak"
@@@ -6062,8 -6113,7 +6113,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6233,9 -6283,6 +6283,6 @@@ msgstr "Edukia eguneratu
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr "Historia erakutsi"
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6520,8 -6567,8 +6567,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6586,35 -6633,47 +6633,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Propietateak/Partaidetzak"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Aukeratutako objektuen propietateak"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<ezberdina>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Partaidea"
msgid "Position"
msgstr "Kokapena"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Propietateak: {0} / Partaidetzak: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Propietateak / Partaidetzak"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
- msgstr "Propietateak ezabatu"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Erlazioa aldatu"
@@@ -6628,13 -6687,13 +6687,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6788,7 -6847,7 +6847,7 @@@ msgstr "Erlazioa ezabatu egin da
msgid "Downloading relation {0}"
msgstr "{0} erlazioa jaisten"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7106,6 -7165,27 +7165,27 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Ezin izan ditugu irakurri laster markak "
+ "hemendik:<br>''{0}''<br>Errorea: {1}</html>"
+
msgid "Bookmarks"
msgstr "Laster-markak"
@@@ -7237,21 -7317,8 +7317,8 @@@ msgstr "
msgid "Download object"
msgstr "Deskargatu objektu hau"
- msgid "Object type:"
- msgstr "Objektu mota"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "Aukera ezazu OSM objektu mota bat"
-
- msgid "Object ID:"
- msgstr "Objektuaren ID-a"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Idatzi deskargatu nahi duzun objektuaren ID-a"
+ msgid "Start downloading"
+ msgstr "Hasi deskargatzen"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7261,23 -7328,9 +7328,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Hasi deskargatzen"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7374,7 -7427,7 +7427,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7473,6 -7526,9 +7526,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7560,10 -7616,8 +7616,8 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Oharra: errorearen goiburua \"{0}\" ez dator bat itxarondako patroiren "
- "batekin"
msgid "Upload"
msgstr ""
@@@ -7581,6 -7635,12 +7635,12 @@@ msgstr "Egin iruzkin labur bat igotzen
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7647,8 -7707,7 +7707,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7723,8 -7782,8 +7782,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7738,8 -7797,7 +7797,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7954,12 -8012,6 +8012,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7968,6 -8020,22 +8020,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7983,6 -8051,21 +8051,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7990,8 -8073,8 +8073,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8103,9 -8186,6 +8186,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -8115,6 -8195,9 +8195,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8131,7 -8214,7 +8214,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8277,7 -8360,7 +8360,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8307,7 -8390,7 +8390,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8665,9 -8748,6 +8748,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8686,6 -8766,9 +8766,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8743,6 -8826,12 +8826,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8809,9 -8898,6 +8898,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8992,14 -9078,10 +9078,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -9014,7 -9096,7 +9096,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9024,8 -9106,7 +9106,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9245,7 -9326,7 +9326,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9960,21 -10041,21 +10041,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr "Zerrenda"
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -10028,6 -10109,9 +10142,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10081,6 -10165,11 +10198,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10537,6 -10626,12 +10659,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10600,7 -10695,7 +10728,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10858,21 -10953,6 +10986,6 @@@ msgstr "Swiss Grid (Suitza)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zonaldea"
-
- msgid "North"
- msgstr "Iparraldea"
-
- msgid "South"
- msgstr "Hegoaldea"
-
- msgid "Hemisphere"
- msgstr "Hemisferio"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadalupe Fort-Marigot 1949"
@@@ -10894,6 -10974,21 +11007,21 @@@ msgstr "UTM Frantzia (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Sistema-geodesikoa"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zonaldea"
+
+ msgid "North"
+ msgstr "Iparraldea"
+
+ msgid "South"
+ msgstr "Hegoaldea"
+
+ msgid "Hemisphere"
+ msgstr "Hemisferio"
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -10944,8 -11039,8 +11072,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10954,20 -11049,25 +11082,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11049,14 -11149,8 +11182,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11129,9 -11223,9 +11256,12 @@@ msgstr "
msgid "New relation"
msgstr ""
+ msgid "Change Tags"
+ msgstr ""
+
+msgid "Change Properties"
+msgstr "Aldatu propietateak"
+
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11208,9 -11302,6 +11338,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11229,6 -11320,14 +11356,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11258,9 -11357,49 +11393,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "faltsua: propietatea nahita dago kenduta"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "egia: propietatea nahita dago jarrita"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "partziala: objektuek aukera desberdinak dituzte, ez aldatu"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "ezarri gabe: ez ezarri propietate hau aukeratutako objektuetan"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11291,7 -11430,7 +11466,7 @@@ msgid "Contacting OSM Server...
msgstr "OSM zerbitzariarekin konektatzen..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11331,28 -11470,26 +11506,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11447,6 -11584,9 +11620,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11462,12 -11602,20 +11638,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11546,7 -11694,7 +11730,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11645,35 -11793,11 +11829,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11683,8 -11807,8 +11843,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11711,10 -11835,7 +11871,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11798,8 -11919,8 +11955,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11996,7 -12117,7 +12153,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -12042,6 -12163,15 +12199,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12072,19 -12202,19 +12238,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12106,11 -12236,23 +12272,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12180,13 -12322,13 +12358,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12329,10 -12471,10 +12507,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12347,22 -12489,21 +12525,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12431,8 -12572,7 +12608,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12447,18 -12587,33 +12623,33 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
- msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ msgid "Plugin list download error"
msgstr ""
- msgid "Writing plugin list to local cache ''{0}''"
+ msgid "JOSM failed to download plugin list:"
msgstr ""
- msgid "Parsing plugin list from site ''{0}''"
+ msgid "Details:"
msgstr ""
- msgid ""
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
+ msgid ""
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
+
+ msgid "Writing plugin list to local cache ''{0}''"
+ msgstr ""
+
+ msgid "Parsing plugin list from site ''{0}''"
+ msgstr ""
+
+ msgid ""
"Failed to parse plugin list document from site ''{0}''. Skipping site. "
"Exception was: {1}"
msgstr ""
@@@ -12771,12 -12926,11 +12962,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12787,9 -12941,52 +12977,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12821,9 -13018,23 +13054,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13151,6 -13362,11 +13398,11 @@@ msgid "Saturation:
msgstr "Asetasuna:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13405,6 -13621,9 +13657,9 @@@ msgstr "
"Irudi-fitxategiaren goiburuan GPS kokapenaren informazioa gehitzen du. "
"Ezaugarri hau ikusteko irudi-geruzan klik egin eskuineko botoian."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13463,9 -13682,6 +13718,6 @@@ msgstr "
"gehienezko area-tamainak prozesua baldintzatu dezake. Gertuko nodoen bataz-"
"bestekoa ere egiten du."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13510,6 -13726,11 +13762,11 @@@ msgstr "
"Eraikinak marrazten ditu txekiar-katastroko mapa erabiliz. TracerServer "
"(.NET edo Mono) behar du ondo aritzeko."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13652,6 -13873,9 +13909,9 @@@ msgstr "Lubeta
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Ordainsaria"
+
msgid "Motorway Link"
msgstr "Autobide-lotura"
@@@ -13742,6 -13966,50 +14002,50 @@@ msgstr "Kalea
msgid "Edit Residential Street"
msgstr "Hiriko-kalea"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "bai"
+
+ msgid "no"
+ msgstr "ez"
+
+ msgid "destination"
+ msgstr "norakoa"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Bizitegi-kalea"
@@@ -13760,11 -14028,11 +14064,11 @@@ msgstr "Azalera
msgid "Service"
msgstr "Zerbitzu-bidea"
- msgid "Edit Serviceway"
- msgstr "Zerbitzu-bidea editatu"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Zerbitzu-bide mota"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "kalezuloa"
@@@ -13775,6 -14043,9 +14079,9 @@@ msgstr "sarrera-bidea (etxe, baserri et
msgid "parking_aisle"
msgstr "aparkalekuetako-bidea"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Aparkalekuetako-bidea"
@@@ -13802,18 -14073,12 +14109,12 @@@ msgstr "errotonda
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "bai"
-
msgid "Road Restrictions"
msgstr "Trafikoaren murrizketak"
msgid "Edit Road Restrictions"
msgstr "Bidearen murrizketak editatu"
- msgid "Toll"
- msgstr "Ordainsaria"
-
msgid "No exit (cul-de-sac)"
msgstr "Irteera gabea (cul-de-sac)"
@@@ -13823,9 -14088,6 +14124,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "norakoa"
-
msgid "delivery"
msgstr "banaketa"
@@@ -13835,15 -14097,15 +14133,15 @@@ msgstr "baimendua
msgid "private"
msgstr "pribatua"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "nekazal"
msgid "forestry"
msgstr "baso"
- msgid "no"
- msgstr "ez"
-
msgid "official"
msgstr "ofiziala"
@@@ -13889,6 -14151,9 +14187,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Zerbitzu-publikoko ibigailuak (ZPI)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Gutxieneko abiadura (km/o)"
@@@ -13973,6 -14238,9 +14274,9 @@@ msgstr "Zubia editatu
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14077,20 -14345,29 +14381,29 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "bikaina"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "ona"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "ertaina"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "txarra"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "oso txarra"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Gurpil-aulkiak"
@@@ -14107,10 -14384,10 +14420,10 @@@ msgstr "Dedikatutako ferra-bidea
msgid "Edit Bridleway"
msgstr "Dedikatutako ferra-bidea editatu"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14146,7 -14423,7 +14459,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14215,12 -14492,18 +14528,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "Larrialdietako telefonoa"
+ msgid "Drinking Water"
+ msgstr "Iturria (edateko ona)"
msgid "Traffic Signal"
msgstr "Semaforoa"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Oinezkoen bidegurutze mota"
@@@ -14236,15 -14519,6 +14555,6 @@@ msgstr "irla
msgid "unmarked"
msgstr "markatugabea"
- msgid "Cross on horseback"
- msgstr "Zaldien bidegurutzea"
-
- msgid "Cross by bicycle"
- msgstr "Bizikleten bidegurutzea"
-
- msgid "Crossing attendant"
- msgstr "Bidegurutze-zaintzailea"
-
msgid "Crossing type name (UK)"
msgstr "Bidegurutze motaren izena (Erresuma Batua)"
@@@ -14266,6 -14540,15 +14576,15 @@@ msgstr "pegaso
msgid "tiger"
msgstr "tigrea"
+ msgid "Crossing attendant"
+ msgstr "Bidegurutze-zaintzailea"
+
+ msgid "Cross by bicycle"
+ msgstr "Bizikleten bidegurutzea"
+
+ msgid "Cross on horseback"
+ msgstr "Zaldien bidegurutzea"
+
msgid "Stop"
msgstr "Gelditu"
@@@ -14275,6 -14558,9 +14594,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Errotonda txikia"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Norabidea"
@@@ -14284,11 -14570,8 +14606,8 @@@ msgstr "erlojuaren norabidea
msgid "Pedestrian Crossing"
msgstr "Oinezkoen pasabidea"
- msgid "Edit Crossing"
- msgstr "Pasabidea editatu"
-
- msgid "Type name (UK)"
- msgstr "Izen-mota (Erresuma batua)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Trafikoaren arinketa"
@@@ -14320,9 -14603,6 +14639,6 @@@ msgstr "taula
msgid "Passing Place"
msgstr "Aurreratze-lekua"
- msgid "Edit Passing Place"
- msgstr "Aurreratze-lekua editatu"
-
msgid "Turning Circle"
msgstr "Biraketa-zirkulua"
@@@ -14362,8 -14642,14 +14678,20 @@@ msgstr "Blokea
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
--msgstr "Baimendutako trafikoa"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
++msgstr ""
+
+ msgid "Material"
+ msgstr "Materiala"
+
+ msgid "stone"
+ msgstr "harria"
msgid "Bollard"
msgstr "Bolardoa"
@@@ -14380,6 -14666,9 +14708,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastikoa"
+
msgid "Cycle Barrier"
msgstr "Bizikletentzako oztopoa"
@@@ -14449,21 -14738,15 +14780,18 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "postea"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "postea"
-
msgid "Guard Rail"
msgstr ""
@@@ -14492,8 -14775,9 +14820,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Erretena editatu"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14501,11 -14785,11 +14830,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Sarrera"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Sarrera editatu"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Atea"
@@@ -14558,12 -14842,6 +14887,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Materiala"
-
- msgid "stone"
- msgstr "harria"
-
msgid "Turnstile"
msgstr "Tornua"
@@@ -14624,12 -14902,21 +14947,21 @@@ msgstr "Isurbidea editatu
msgid "Ditch"
msgstr "Erretena"
+ msgid "Edit Ditch"
+ msgstr "Erretena editatu"
+
msgid "Stream"
msgstr "Errekastoa"
msgid "Edit Stream"
msgstr "Errekastoa editatu"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanala"
@@@ -14669,9 -14956,6 +15001,6 @@@ msgstr "Presa editatu
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14705,6 -14989,21 +15034,21 @@@ msgstr "Estalitako urtegia editatu
msgid "Edit Water"
msgstr "Urazala editatu"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Lurrazala"
@@@ -14786,18 -15085,23 +15130,23 @@@ msgstr "Ferry terminala editatu
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bizikleta"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14873,7 -15177,7 +15222,7 @@@ msgstr "turismoa
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14897,11 -15201,14 +15246,14 @@@ msgstr "kontaktu-bidea
msgid "rail"
msgstr "trenbidea"
- msgid "Voltage"
- msgstr "Tentsioa"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekuentzia (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -14912,9 -15219,6 +15264,6 @@@ msgstr "Trenbide estua
msgid "Edit Narrow Gauge Rail"
msgstr "Trenbide estua editatu"
- msgid "Types"
- msgstr "Motak"
-
msgid "Monorail"
msgstr "Monoraila"
@@@ -14936,15 -15240,15 +15285,15 @@@ msgstr "Tren-arina editatu
msgid "Subway"
msgstr "Metroa"
+msgid "Edit Tram"
+msgstr "Tranbia editatu"
+
msgid "Edit Subway"
msgstr "Metroa editatu"
msgid "Tram"
msgstr "Tranbia"
-msgid "Edit Tram"
-msgstr "Tranbia editatu"
-
msgid "Bus Guideway"
msgstr "Autobusarentzako bidea"
@@@ -14966,6 -15270,9 +15315,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Trenbide-pasagunea"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14978,29 -15285,43 +15330,64 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "erdia"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "beteta"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Pasagunea"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Pasabide mota"
- msgid "Turntable"
- msgstr "Biraketa-plataforma"
++msgid "Sound signals"
++msgstr ""
+
- msgid "Buffer Stop"
- msgstr "Bidearen topea"
++msgid "Barrier"
++msgstr ""
+
- msgid "Aerialway"
- msgstr "Erremonte"
++msgid "half"
++msgstr "erdia"
++
++msgid "full"
++msgstr "beteta"
++
++msgid "double_half"
++msgstr ""
++
++msgid "Crossing"
++msgstr "Pasagunea"
++
++msgid "Crossing type"
++msgstr "Pasabide mota"
++
+ msgid "Turntable"
+ msgstr "Biraketa-plataforma"
+
+ msgid "Buffer Stop"
+ msgstr "Bidearen topea"
+
+ msgid "Aerialway"
+ msgstr "Erremonte"
msgid "Chair Lift"
msgstr "Teleaulkia"
@@@ -15089,11 -15410,9 +15476,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15105,13 -15424,11 +15490,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Estazioa editatu"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pilona"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Pilona editatu"
+ msgstr ""
msgid "Parking"
msgstr "Aparkalekua"
@@@ -15128,12 -15445,12 +15511,12 @@@ msgstr "kanpoan
msgid "underground"
msgstr "lurrazpian"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Sarbidea"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr "Aparkatu eta gidatu"
@@@ -15161,9 -15478,6 +15544,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Edukiera"
@@@ -15185,10 -15499,29 +15565,29 @@@ msgstr "Irekiera-ordutegia
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Astelehenetik ostiralera 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15338,6 -15671,9 +15737,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Tentsioa"
+
msgid "Amperage"
msgstr ""
@@@ -15359,6 -15695,12 +15761,12 @@@ msgstr "Konponketa
msgid "Edit Car Repair"
msgstr "Autoen konponketa editatu"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15386,6 -15728,12 +15794,12 @@@ msgstr "Alokairua
msgid "Edit Car Rental"
msgstr "Alokairuko autoa editatu"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Partekatzea"
@@@ -15410,22 -15758,6 +15824,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15447,9 -15779,6 +15845,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Arropak"
@@@ -15644,6 -15973,9 +16039,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15674,6 -16006,9 +16072,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Jarlekua"
@@@ -15686,9 -16021,6 +16087,6 @@@ msgstr "Gurpildun aulkia
msgid "limited"
msgstr "mugatua"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15698,8 -16030,13 +16096,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Estazioa"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Estazioa editatu"
msgid "Building"
msgstr "Eraikina"
@@@ -15713,6 -16050,9 +16116,9 @@@ msgstr "Metroaren sarrera editatu
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15737,14 -16077,6 +16143,6 @@@ msgstr "Fideltasun edo deskontu txartel
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Estazioa"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Estazioa editatu"
-
msgid "UIC-Reference"
msgstr "UIC-Erreferentzia"
@@@ -15793,8 -16125,8 +16191,8 @@@ msgstr "Autobusaren plataforma editatu
msgid "Taxi"
msgstr "Taxia"
- msgid "Edit Taxi station"
- msgstr "Taxi-geltokia editatu"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Aireportua"
@@@ -15847,6 -16179,21 +16245,21 @@@ msgstr "Terminala
msgid "Edit Terminal"
msgstr "Terminala editatu"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminala"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15869,21 -16216,6 +16282,6 @@@ msgstr "Hotela editatu
msgid "Stars"
msgstr "Izarrak"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminala"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -16073,9 -16405,6 +16471,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Asteartetik Igandera 08:00-15:00; Larunbatetan 08:00-12:00"
-
msgid "Tourism"
msgstr "Turismoa"
@@@ -16097,9 -16426,15 +16492,15 @@@ msgstr "Zelata-dorrea
msgid "Information Office"
msgstr "Informazio bulegoa"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Xehetasun-maila"
@@@ -16112,6 -16447,9 +16513,9 @@@ msgstr "kalea
msgid "scheme"
msgstr "eskema"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Erakutsitako ingurua"
@@@ -16151,6 -16489,9 +16555,9 @@@ msgstr "... beste garraio mota batzuk a
msgid "Information Board"
msgstr "Informazio-panela"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Iragarki-taula"
@@@ -16172,23 -16513,35 +16579,35 @@@ msgstr "landareak
msgid "Guidepost"
msgstr "Informazio-zutoina"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Informazio-gunea"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Deskribapen zehatza"
msgid "Audioguide"
msgstr "Audiogida"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Telefono mugikor bidezko audiogida?"
msgid "Phone number"
msgstr "Telefono zenbakia"
- msgid "Other Information Points"
- msgstr "Beste informazio gune batzuk"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Aisia"
@@@ -16317,50 -16670,44 +16736,44 @@@ msgstr "Artelana
msgid "Edit Artwork"
msgstr "Artelana editatu"
- msgid "Place of Worship"
- msgstr "Gurtze-lekua"
-
- msgid "Edit Place of Worship"
- msgstr "Gurtze-lekua editatu"
-
- msgid "Religion"
- msgstr "Erlijioa"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahaista"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "budista"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "kristaua"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hindua"
+ msgid "Place of Worship"
+ msgstr "Gurtze-lekua"
- msgid "jain"
- msgstr "jainista"
+ msgid "Church"
+ msgstr "Eliza"
- msgid "jewish"
- msgstr "judu"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "musulman"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sij"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "espiritualista"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoista"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarismo"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "zoroastrika"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Sinesmena"
@@@ -16377,6 -16724,12 +16790,12 @@@ msgstr "katoliko
msgid "evangelical"
msgstr "ebanjeliko"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "Jehovaren lekukoak"
@@@ -16389,6 -16742,9 +16808,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mormoi"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxo"
@@@ -16407,74 -16763,174 +16829,174 @@@ msgstr "kuakero
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "xii"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "suni"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
+ msgid "Sa 10:00+"
msgstr ""
- msgid "video"
+ msgid "Mosque"
msgstr ""
- msgid "Public Building"
- msgstr "Eraikin-publikoa"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Eraikin-publikoa editatu"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "Udaletxea"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Udaletxea editatu"
+ msgid "shia"
+ msgstr "xii"
- msgid "Community Centre"
+ msgid "sunni"
+ msgstr "suni"
+
+ msgid "Synagogue"
msgstr ""
- msgid "Embassy"
- msgstr "Enbaxada"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Enbaxada editatu"
+ msgid "synagogue"
+ msgstr ""
- msgid "Courthouse"
- msgstr "Epaitegia"
+ msgid "conservative"
+ msgstr ""
- msgid "Edit Courthouse"
- msgstr "Epaitegia editatu"
+ msgid "reform"
+ msgstr ""
- msgid "Prison"
- msgstr "Gartzela"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "Gartzela editatu"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "Polizia"
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Erlijioa"
+
+ msgid "bahai"
+ msgstr "bahaista"
+
+ msgid "jain"
+ msgstr "jainista"
+
+ msgid "sikh"
+ msgstr "sij"
+
+ msgid "spiritualist"
+ msgstr "espiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitarismo"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrika"
+
+ msgid "Public Building"
+ msgstr "Eraikin-publikoa"
+
+ msgid "Edit Public Building"
+ msgstr "Eraikin-publikoa editatu"
+
+ msgid "Town hall"
+ msgstr "Udaletxea"
+
+ msgid "Edit Town hall"
+ msgstr "Udaletxea editatu"
+
+ msgid "Community Centre"
+ msgstr ""
+
+ msgid "Embassy"
+ msgstr "Enbaxada"
+
+ msgid "Edit Embassy"
+ msgstr "Enbaxada editatu"
+
+ msgid "Courthouse"
+ msgstr "Epaitegia"
+
+ msgid "Edit Courthouse"
+ msgstr "Epaitegia editatu"
+
+ msgid "Prison"
+ msgstr "Gartzela"
+
+ msgid "Edit Prison"
+ msgstr "Gartzela editatu"
+
+ msgid "Police"
+ msgstr "Polizia"
msgid "Edit Police"
msgstr "Polizia editatu"
@@@ -16527,6 -16983,12 +17049,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Osasuna"
@@@ -16608,12 -17070,66 +17136,66 @@@ msgstr "Albaitaria
msgid "Edit Veterinary"
msgstr "Albaitaria editatu"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "publikoa"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Gutunontzia"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefonoa"
@@@ -16623,6 -17139,30 +17205,30 @@@ msgstr "Telefonoa editatu
msgid "Telephone cards"
msgstr "Telefono-txartelak"
+ msgid "Emergency Phone"
+ msgstr "Larrialdietako telefonoa"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16632,31 -17172,37 +17238,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16684,8 -17230,8 +17296,8 @@@ msgstr "
msgid "Recycling"
msgstr "Birziklapena"
- msgid "Edit Recycling station"
- msgstr "Birziklatze-gunea editatu"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Bateria"
@@@ -16711,21 -17257,15 +17323,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Paperontzia"
- msgid "Edit Waste Basket"
- msgstr "Paperontzia editatu"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Aulkiaren bizkarraldea"
- msgid "plastic"
- msgstr "plastikoa"
-
msgid "Amount of Seats"
msgstr "Jarleku kopurua"
@@@ -16760,8 -17300,17 +17366,17 @@@ msgstr "Ehiza-postua editatu
msgid "Height"
msgstr "Garaiera"
+ msgctxt "height"
msgid "low"
- msgstr "baxua"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Ezkutatu"
@@@ -16769,9 -17318,6 +17384,6 @@@
msgid "Lock"
msgstr "Esklusa"
- msgid "Drinking Water"
- msgstr "Iturria (edateko ona)"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16803,6 -17349,9 +17415,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16840,119 -17389,155 +17455,155 @@@ msgstr "Estadioa
msgid "Edit Stadium"
msgstr "Estadioa editatu"
- msgid "select sport:"
- msgstr "aukeratu kirola:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "kirola"
+ msgid "Sport"
+ msgstr "Kirola"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "arku-tiroa"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletismoa"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "futbol australiarra"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "beisbola"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "saskibaloia"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bola-jokoa"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "piragua"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "alpinismoa"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricketa"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "Saredun-cricketa"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croqueta"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "txirrindularitza"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "txakur-lasterketa"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "hipika"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golfa"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnasia"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockeya"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "zaldi-lasterketa"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motorra"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "euskal pilota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "erraketa"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "tiro"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skate-a"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "patinajea"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "eskia"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "futbola"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "igeriketa"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "ping-pong-a"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenisa"
+ msgstr ""
msgid "Sports Centre"
msgstr "Kiroldegia"
@@@ -16984,26 -17569,27 +17635,27 @@@ msgstr "Minigolfa
msgid "Edit Miniature Golf"
msgstr "Minigolfa editatu"
- msgid "Sport"
- msgstr "Kirola"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Multi"
- msgid "type"
- msgstr "mota"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "zelaia"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "kiroldegia"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "estadioa"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17011,6 -17597,15 +17663,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "zelaia"
+
+ msgid "sports_centre"
+ msgstr "kiroldegia"
+
+ msgid "stadium"
+ msgstr "estadioa"
+
msgid "10pin"
msgstr "Bola-jokoa"
@@@ -17044,6 -17639,22 +17705,22 @@@ msgstr "Piraguismoa editatu
msgid "Edit Cycling"
msgstr "Txirrindularitza editatu"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Txakur-lasterketak"
@@@ -17100,7 -17711,7 +17777,7 @@@ msgid "Skating
msgstr "Patinajea"
msgid "Edit Skating"
- msgstr "Patinajea editatu"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17144,36 -17755,54 +17821,54 @@@ msgstr "snowboard parkea
msgid "Difficulty"
msgstr "Zailtasuna"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "hasiberria"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "erraza"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "aurreratua"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "aditua"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "pistatik kanpo"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17216,19 -17845,15 +17911,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17367,72 -17992,158 +18058,158 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
- msgid "RC Car"
+ msgctxt "aerialway"
+ msgid "pitch"
msgstr ""
- msgid "Edit RC Car"
+ msgctxt "aerialway"
+ msgid "sports_centre"
msgstr ""
- msgid "Man Made"
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
+ msgid "RC Car"
+ msgstr ""
+
+ msgid "Edit RC Car"
+ msgstr ""
+
+ msgid "Man Made"
msgstr "Gizakiak eraikia"
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Sarrera"
+
+ msgid "Edit Entrance"
+ msgstr "Sarrera editatu"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Dorrea"
@@@ -17657,41 -18368,67 +18434,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17700,8 -18437,8 +18503,8 @@@ msgstr "Erpin geodesikoa
msgid "Edit Survey Point"
msgstr "Erpin geodesikoa"
- msgid "Surveillance"
- msgstr "Zaintza-kamera"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Zaintza-kamera editatu"
@@@ -17712,12 -18449,102 +18515,102 @@@ msgstr "barruko
msgid "outdoor"
msgstr "kanpoko"
- msgid "public"
- msgstr "publikoa"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "denda"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Energia-sorgailua"
@@@ -17769,89 -18596,192 +18662,192 @@@ msgstr "haizea
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "fotovoltaiko"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
msgstr ""
- msgid "battery charging"
+ msgid "solar_thermal_collector"
msgstr ""
- msgid "Power Station"
- msgstr "Zentral elektrikoa"
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Zentral elektrikoa editatu"
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Azpiestazio elektrikoa"
@@@ -17862,6 -18792,21 +18858,21 @@@ msgstr "Azpiestazio elektrikoa editatu
msgid "Line reference"
msgstr "Linearen erreferentzia"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "baxua"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17877,6 -18822,9 +18888,9 @@@ msgstr "Elektrizitate-dorrea editatu
msgid "Tower reference"
msgstr "Dorrearen erreferentzia"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17895,11 -18843,9 +18909,9 @@@ msgstr "Linea elektrikoa editatu
msgid "Line type"
msgstr "Linea mota"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18008,11 -18954,11 +19020,11 @@@ msgstr "Kioskoa
msgid "Edit Kiosk"
msgstr "Kioskoa editatu"
- msgid "Baker"
- msgstr "Okindegia"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Okindegia editatu"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Harategia"
@@@ -18023,7 -18969,7 +19035,7 @@@ msgstr "Harategia editatu
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -18044,6 -18990,9 +19056,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Produktu organikoen denda"
+
msgid "Greengrocer"
msgstr ""
@@@ -18056,9 -19005,6 +19071,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Produktu organikoen denda"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18128,7 -19074,7 +19140,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18149,13 -19095,13 +19161,13 @@@ msgstr "Elektronika-denda editatu
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18164,9 -19110,8 +19176,8 @@@ msgstr "HI-FI
msgid "Edit Hifi Shop"
msgstr "HI-FI denda editatu"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Bideoa"
msgid "Edit Video Shop"
msgstr "Bideo-denda editatu"
@@@ -18192,6 -19137,12 +19203,12 @@@ msgstr "Diru-trukea editatu
msgid "Edit Automated Teller Machine"
msgstr "Kutxazain automatikoa editatu"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18225,13 -19176,34 +19242,34 @@@ msgstr "Optika editatu
msgid "Jewelry"
msgstr ""
- msgid "Edit Jewelry"
- msgstr ""
+ msgid "Edit Jewelry"
+ msgstr ""
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budista"
+
+ msgid "christian"
+ msgstr "kristaua"
+
+ msgid "hindu"
+ msgstr "hindua"
+
+ msgid "jewish"
+ msgstr "judu"
+
+ msgid "muslim"
+ msgstr "musulman"
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18261,7 -19233,7 +19299,7 @@@ msgstr "Burdindegia editatu
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18273,19 -19245,19 +19311,19 @@@ msgstr "Altzari-denda editatu
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18321,7 -19293,7 +19359,7 @@@ msgstr "Bidaia-agentzia editatu
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18534,6 -19506,12 +19572,12 @@@ msgstr "Mendi-tontorra
msgid "Edit Peak"
msgstr "Mendi-tontorra editatu"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glaziarra"
@@@ -18573,26 -19551,35 +19617,35 @@@ msgstr "Zuhaitza
msgid "Edit Tree"
msgstr "Zuhaitza editatu"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Izen-botanikoa"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Basoa"
msgid "Edit Wood"
msgstr "Basoa editatu"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "konifero"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "hostoerorkorra"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "misto"
msgid "Forest"
msgstr "Basoa"
@@@ -18600,15 -19587,6 +19653,6 @@@
msgid "Edit Forest Landuse"
msgstr "Basoa editatu"
- msgid "coniferous"
- msgstr "konifero"
-
- msgid "deciduous"
- msgstr "hostoerorkorra"
-
- msgid "mixed"
- msgstr "misto"
-
msgid "Grassland"
msgstr ""
@@@ -18684,6 -19662,12 +19728,12 @@@ msgstr "Belardia
msgid "Edit Meadow Landuse"
msgstr "Belardia editatu"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Mahastia"
@@@ -18738,8 -19722,8 +19788,8 @@@ msgstr "Aisialdi-gunea
msgid "Edit Recreation Ground Landuse"
msgstr "Aisialdi-gunea editatu"
- msgid "Residential area"
- msgstr "Bizitegi-gunea"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Bizitegi-gunea editatu"
@@@ -18750,6 -19734,9 +19800,9 @@@ msgstr "Hilerria (txikia)
msgid "Edit Graveyard"
msgstr "Hilerria (txikia) editatu"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Hilerria"
@@@ -18825,6 -19812,33 +19878,33 @@@ msgstr "Harrobia editatu
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Helbideak editatu"
@@@ -18861,6 -19875,18 +19941,18 @@@ msgstr "bikoitia
msgid "alphabetic"
msgstr "alfabetiko"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19029,20 -20055,49 +20121,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "errepidea"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "oinezkoa"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "xenda"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "desbideratzea"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Sinboloaren deskribapena"
@@@ -19089,19 -20144,22 +20210,22 @@@ msgstr "hurrengo geldialdi puntua
msgid "backward halt point"
msgstr "aurreko geldialdi puntua"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19125,7 -20183,7 +20249,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19221,18 -20279,27 +20345,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "zubia"
msgid "deprecated"
msgstr "zaharkitua"
+ msgid "bicycle"
+ msgstr "bizikleta"
+
+ msgid "foot"
+ msgstr "oinezkoa"
+
msgid "horse"
msgstr "zaldia"
@@@ -19242,8 -20309,11 +20375,11 @@@ msgstr "oztopoa
msgid "motorroad"
msgstr "autobidea"
- msgid "highway_track"
- msgstr "pista"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "zerbitzu-bidea"
@@@ -19251,11 -20321,11 +20387,11 @@@
msgid "ford"
msgstr "ibi"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "Larrialdi-gunera sarrera"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "ibaiertza"
@@@ -19272,6 -20342,9 +20408,9 @@@ msgstr "ur-lasterrak
msgid "railwaypoint"
msgstr "trenbide-puntua"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19287,29 -20360,29 +20426,29 @@@ msgstr "utzitako bidea
msgid "aeroway"
msgstr "aireko bidea"
- msgid "aeroway_dark"
- msgstr "aireko bidea (iluna)"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "aireko bidea (argia)"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "pista erraza"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "bitarteko-pista"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "pista aurreratua"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "adituentzako pista"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "estilo libreko pista"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "hasiberrientzako pista"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "energia"
@@@ -19329,20 -20402,20 +20468,20 @@@ msgstr "itsas-portua
msgid "amenity"
msgstr "zerbitzuak"
- msgid "amenity_traffic"
- msgstr "zerbitzua_trafikoa"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "zerbitzua_argiztapena"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "ura (argia)"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "osasuna"
- msgid "shop"
- msgstr "denda"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotel"
@@@ -19416,11 -20489,14 +20555,14 @@@ msgstr "ibilbidea
msgid "boundary"
msgstr "muga"
+ msgid "sport"
+ msgstr "kirola"
+
msgid "place"
msgstr "lekua"
- msgid "tiger_data"
- msgstr "TIGER_datuak"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr ""
@@@ -19434,9 -20510,6 +20576,6 @@@ msgstr "Herria
msgid "One Way"
msgstr "Norabide bakarra"
- msgid "Church"
- msgstr "Eliza"
-
msgid "Fuel Station"
msgstr "Gasolindegia"
@@@ -19464,6 -20537,9 +20603,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19509,10 -20585,40 +20651,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19524,7 -20630,7 +20696,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19542,7 -20648,7 +20714,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19659,19 -20765,130 +20831,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19683,14 -20900,53 +20966,53 @@@ msgstr "
msgid "unknown muslim denomination"
msgstr ""
- msgid "unknown jewish denomination"
+ msgid "unknown jewish denomination"
+ msgstr ""
+
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
msgstr ""
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19702,24 -20958,30 +21024,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19735,7 -20997,7 +21066,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19744,6 -21006,9 +21075,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19890,6 -21155,29 +21224,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20055,6 -21343,9 +21412,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20100,6 -21391,39 +21460,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20301,6 -21625,18 +21694,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20322,13 -21658,7 +21727,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20591,10 -21921,13 +21990,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20798,7 -22131,7 +22200,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21069,15 -22402,6 +22471,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21248,6 -22572,9 +22641,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21266,12 -22593,6 +22662,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21407,6 -22728,9 +22797,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21424,6 -22748,9 +22817,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21650,7 -22977,10 +23046,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21700,7 -23030,7 +23099,7 @@@ msgstr "
msgid "Color Schemes"
msgstr "Kolore-eskemak"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21924,27 -23254,9 +23323,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -23022,9 -24334,31 +24403,31 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Bazkideen roletan oinarrituriko bazkideen zerrenda bat kopiatu egin da "
+ "bide berri guztietan.<br>Baieztatu egin beharko zenuke hau eta zuzendu "
+ "beharrezkoa denean.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Bazkideen zerrenda kopiatu egin da bide berri guztietan.<br>Baieztatu "
+ "egin beharko zenuke hau eta zuzendu beharrezkoa denean.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23671,9 -25005,6 +25074,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23726,18 -25057,6 +25126,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24084,6 -25403,27 +25472,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24235,6 -25575,9 +25644,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24552,9 -25895,6 +25964,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24770,6 -26110,9 +26179,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24802,15 -26145,31 +26214,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Aldatu propietateak"
+
msgid "Country preset:"
msgstr ""
@@@ -24925,9 -26284,6 +26353,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25106,19 -26462,19 +26531,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25334,6 -26690,95 +26759,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25370,6 -26815,9 +26884,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25522,9 -26970,6 +27039,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26510,9 -27955,6 +28024,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Bideoa"
-
msgid "Import Video"
msgstr "Bideoa inportatu"
@@@ -26799,9 -28241,6 +28310,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/fa.po
index 14733a5,47a1ded..f9b9547
--- a/i18n/po/fa.po
+++ b/i18n/po/fa.po
@@@ -2,26 -2,26 +2,26 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2011-04-14 08:39+0000\n"
- "Last-Translator: Saeed Ghazi Joolaee <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-10-21 18:58+0000\n"
+ "Last-Translator: reza <reza_khn at yahoo.com>\n"
"Language-Team: Persian <fa at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:55+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:54+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: fa\n"
msgid "{0}: option ''{1}'' is ambiguous"
- msgstr ""
+ msgstr "{0}: گزÛÙÙ ÙØ§ ''{1}'' Ù
بÙÙ
است"
msgid "{0}: option ''--{1}'' does not allow an argument"
- msgstr ""
+ msgstr "{0}: گزÛÙÙ ÙØ§ ''--{1}'' Ø§Ø³ØªØ¯ÙØ§Ù اجاز٠ÙÙ
Û Ø¯ÙØ¯"
msgid "{0}: option ''{1}{2}'' does not allow an argument"
- msgstr ""
+ msgstr "{0}: گزÛÙÙ ÙØ§ ''{1}{2}'' Ø§Ø³ØªØ¯ÙØ§Ù اجاز٠ÙÙ
Û Ø¯ÙØ¯"
msgid "{0}: option ''{1}'' requires an argument"
msgstr ""
@@@ -45,20 -45,26 +45,26 @@@ msgid "Invalid value {0} for parameter
msgstr ""
msgid "Background Terms of Use"
- msgstr ""
+ msgstr "زÙ
ÛÙÙ Ù Ø´Ø±Ø§ÛØ· Ø§Ø³ØªÙØ§Ø¯Ù"
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr "خطا: {0}"
+
msgid "WARNING: {0}"
- msgstr ""
+ msgstr "ÙØ´Ø¯Ø§Ø±: {0}"
msgid "INFO: {0}"
- msgstr ""
+ msgstr "Ø§Ø·ÙØ§Ø¹Ø§Øª: {0}"
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "دربار٠JOSM ..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "ابزار: {0}
msgid "Please select at least four nodes."
msgstr "ØØ¯Ø§ÙÙ ÚÙØ§Ø± ÙÙØ·Ù را Ø§ÙØªØ®Ø§Ø¨ Ú©ÙÛØ¯."
- msgid "Information"
- msgstr "Ø§Ø·ÙØ§Ø¹Ø§Øª"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "بعدÛ
msgid "Nothing selected to zoom to."
msgstr "ÚÛØ²Û Ø¨Ø±Ø§Û Ø¨Ø²Ø±Ú¯ÙÙ
اÛÛ Ø§ÙØªØ®Ø§Ø¨ ÙØ´Ø¯Ù است."
+ msgid "Information"
+ msgstr "Ø§Ø·ÙØ§Ø¹Ø§Øª"
+
msgid "Zoom to {0}"
msgstr "بزرگÙÙ
اÛÛ {0}"
@@@ -345,10 -351,9 +351,9 @@@ msgstr "
"Ø¨Ø±Ø¹ÙØ³ Ø´ÙØ¯Ø"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "ÙÙ
ÙØªÙا٠Ù
Ø³ÙØ±Ùا را ادغاÙ
ÙÙ
ÙØ¯ (ÙØ§Ø¨ÙÙØª ادغاÙ
Ø¢ÙÙØ§ ب٠Ù٠رشت٠ÙÙØ·Ù ÙØ¬Ùد ÙØ¯Ø§Ø±Ø¯)"
msgid "Combine {0} ways"
msgstr "{0} Ù
Ø³ÛØ± را ØªØ±Ú©ÛØ¨ Ú©Ù"
@@@ -526,6 -531,9 +531,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "ØªØ§Ø±ÙØ®ÙÙ
Ø§Ø·ÙØ§Ø¹Ø§Øª Ù
Ø³ÙØ±Ø ÙÙØ§Ø· ÙØ§ Ø±ÙØ§Ø¨Ø· OSM را ÙØ´Ø§Ù بدÙ."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -639,7 -647,7 +647,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -789,8 -797,8 +797,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -975,12 -983,8 +983,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -998,9 -1002,6 +1002,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1166,9 -1167,6 +1167,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1307,13 -1305,13 +1305,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1402,6 -1400,27 +1400,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1686,6 -1705,9 +1705,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1905,8 -1927,8 +1927,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2331,6 -2353,9 +2353,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2527,8 -2552,7 +2552,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2614,6 -2638,9 +2638,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2650,10 -2677,10 +2677,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2676,8 -2703,8 +2703,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2781,6 -2808,9 +2808,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2841,8 -2871,8 +2871,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2872,10 -2902,10 +2902,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2896,6 -2926,9 +2926,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2926,18 -2959,18 +2959,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2946,8 -2979,8 +2979,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2955,13 -2988,11 +2988,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2975,8 -3006,8 +3006,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3006,11 -3037,10 +3037,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3161,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3269,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3307,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3348,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3372,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3431,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3513,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3582,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3639,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3677,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3814,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3889,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3919,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3946,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4012,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4132,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4361,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4465,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4765,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4802,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4854,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5111,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5639,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5722,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "ÙÙØ¹ شئ:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "ÙÙØ¹ شئ OSM را Ø§ÙØªØ®Ø§Ø¨ ÙÙÙØ¯"
+
+ msgid "Object ID:"
+ msgstr "ID شئ:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ID شئ Ù
ÙØ±Ø¯ بارگذار٠را ÙØ§Ø±Ø¯ ÙÙÙØ¯"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5812,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5983,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6270,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6336,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6378,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6538,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6856,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6987,21 -7092,8 +7092,8 @@@ msgstr "
msgid "Download object"
msgstr "بارگذار٠شئ"
- msgid "Object type:"
- msgstr "ÙÙØ¹ شئ:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "ÙÙØ¹ شئ OSM را Ø§ÙØªØ®Ø§Ø¨ ÙÙÙØ¯"
-
- msgid "Object ID:"
- msgstr "ID شئ:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ID شئ Ù
ÙØ±Ø¯ بارگذار٠را ÙØ§Ø±Ø¯ ÙÙÙØ¯"
+ msgid "Start downloading"
+ msgstr "Ø´Ø±ÙØ¹ ب٠بارگذارÙ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7011,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Ø´Ø±ÙØ¹ ب٠بارگذارÙ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7124,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7223,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7310,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7329,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7395,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7471,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7486,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7702,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7716,6 -7795,22 +7795,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7731,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7738,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7851,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7863,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7879,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8025,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8055,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8408,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8429,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8486,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8552,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8735,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8757,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8767,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8988,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9703,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9771,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9824,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10280,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10343,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10601,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10687,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10697,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10792,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10872,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10951,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10972,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11001,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11034,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11074,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11190,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11205,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11289,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11388,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11426,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11454,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11541,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11739,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11785,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11815,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11849,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11923,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12072,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12090,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12174,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12190,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12514,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12530,27 -12711,70 +12744,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12564,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12889,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13128,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13177,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13216,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13346,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13436,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13454,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13469,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13496,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13517,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13529,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13583,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13667,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13771,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13801,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13840,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13909,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13930,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13960,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13969,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13978,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14014,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14059,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14074,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14143,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14186,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14195,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14252,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14318,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14363,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14399,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14480,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14567,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14591,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14606,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14630,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14660,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14672,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14783,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14799,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14822,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14855,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14879,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15032,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15053,7 -15416,13 +15470,13 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
- msgid "Tyres"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
+ msgid "Tyres"
msgstr ""
msgid "Edit Tyres"
@@@ -15080,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15104,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15141,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15338,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15368,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15380,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15392,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15407,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15431,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15487,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15541,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15767,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15791,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15806,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15845,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15866,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16011,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16071,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16083,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16101,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16221,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16302,125 -16791,203 +16845,203 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
msgstr ""
msgid "Edit Shelter"
@@@ -16454,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16497,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16534,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16678,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16738,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16838,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16910,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17061,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17073,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17351,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17394,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17406,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17463,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17556,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17571,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17589,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17702,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17717,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17738,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17750,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17822,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17843,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17858,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17886,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17922,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17955,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17967,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18015,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18228,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18267,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18294,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18378,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18432,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18444,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18480,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18555,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18723,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18783,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18819,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18915,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18936,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18945,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18966,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18981,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19023,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19110,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19128,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19158,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19203,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19218,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19236,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19353,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19384,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19396,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19429,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19438,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19584,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19749,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19794,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19980,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20016,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20285,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20492,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20763,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20942,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20960,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21101,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21118,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21344,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21394,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21563,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21618,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22716,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23365,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23420,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23778,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23929,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24246,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24464,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24496,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24619,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24800,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25028,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25064,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25216,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26204,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26485,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/fi.po
index eaf6081,8524fe8..dcacf65
--- a/i18n/po/fi.po
+++ b/i18n/po/fi.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-04-23 20:32+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-10-20 22:13+0000\n"
"Last-Translator: Lauri Kytömaa <Unknown>\n"
"Language-Team: Finnish <fi at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:41+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:40+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: fi\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"Linkkien avaaminen ei onnistu nykyisellä ohjelmisto-alustalla (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Alustetaan käyttöjärjestelmäyhteys"
@@@ -163,20 -169,14 +169,14 @@@ msgid "About JOSM...
msgstr "Tietoja JOSM:sta..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VAROITUS: Odottamaton sovellusrajapinnan URL-perusosoitteen muoto. "
- "Uudelleenohjaus OSM-objektien info- ja historiasivuille tullee "
- "epäonnistumaan. Sovellusrajapinnan URL-perusosoite on \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VAROITUS: Odottamaton sovellusrajapinnan URL-perusosoitteen muoto. "
- "Aiheuttanee uudelleenohjauksen toimimattomuutta OSM-alkioiden "
- "käyttäjätietosivuile. Sovellusrajapinnan URL-perusosoite on \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -264,9 -264,6 +264,6 @@@ msgstr "Työkalu: {0}
msgid "Please select at least four nodes."
msgstr "Valitse ainakin neljä solmua."
- msgid "Information"
- msgstr "Tiedot"
-
msgid "Align Nodes in Line"
msgstr "Aseta solmut suoralle"
@@@ -303,6 -300,9 +300,9 @@@ msgstr "seuraavaan
msgid "Nothing selected to zoom to."
msgstr "Ei mitään valittuna näkymän sovittamiseksi"
+ msgid "Information"
+ msgstr "Tiedot"
+
msgid "Zoom to {0}"
msgstr "Sovita näkymä {0}"
@@@ -358,11 -358,9 +358,9 @@@ msgstr "
"Polkuja ei voi yhdistää nykyisessä suunnassa. Haluatko kääntää osan niistä?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Polkuja ei voitu yhdistää, koska niitä ei voitu yhdistää yhdeksi solmujen "
- "jonoksi."
msgid "Combine {0} ways"
msgstr "Yhdistä {0} polkua"
@@@ -420,10 -418,12 +418,12 @@@ msgid "Delete selected objects.
msgstr "Poista valitut objektit."
msgid "Toggle dialogs panel"
- msgstr ""
+ msgstr "Näytä paneelit"
msgid "Toggle dialogs panel, maximize mapview"
msgstr ""
+ "Näytä tai piilota oikean reunan muokkauspaneelit karttanäkymän "
+ "maksimoimiseksi"
msgid "Distribute Nodes"
msgstr "Aseta solmut tasavälein"
@@@ -545,6 -545,9 +545,9 @@@ msgstr "Historia
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Näytä historiatietoja OSM-solmuista, -poluista tai -relaatioista."
+ msgid "Show history"
+ msgstr "Näytä historia"
+
msgid "History (web)"
msgstr "Historia (web)"
@@@ -667,11 -670,9 +670,9 @@@ msgid "Joined overlapping areas
msgstr "Yhdistettiin osittain päällekkäiset alueet"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Relaatioita, joihin jotkut poluista kuuluivat, on muutettu. Tarkista ettei "
- "syntynyt virheitä."
msgid "Fix tag conflicts"
msgstr "Korjaa tagikonflikteja"
@@@ -827,11 -828,9 +828,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Yhdistää valitut pisteet viimeisenä valittuun pisteeseen."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Valitse vähintään kaksi pistettä yhdistettäväksi tai piste joka on lähellä "
- "toista pistettä."
msgid "Abort Merging"
msgstr "Peruuta pisteiden yhdistäminen"
@@@ -1032,15 -1031,9 +1031,9 @@@ msgid "Orthogonalize / Undo
msgstr "Suorakulmaista / Peruuta"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Suorakulmaista muoto / Peruuta\n"
- "Valitse vain pisteitä joita viimeisin suorakulmaistus siirsi."
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Peruuta muodon suorakulmaistus"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1060,9 -1053,6 +1053,6 @@@ msgstr "Suorakulmaista
msgid "Usage"
msgstr "Käyttö"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Valittuja objekteja ei voi suorakulmaistaa"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1243,9 -1233,6 +1233,6 @@@ msgstr "Lataa istunto
msgid "Load a session from file."
msgstr "Lataa tallennetun istunton tiedostosta."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Istuntotiedosto (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Avaa istunto tiedostosta"
@@@ -1395,18 -1382,14 +1382,14 @@@ msgstr "
"pisteitä, jotka eivät ole polun päissä.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Roolin sisältävä relaatiojäsenyys kopioitiin kaikkiin uusin "
- "polkuihin.<br>Sinun tulisi tarkistaa, että jäsenyydet ovat oikein.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Relaatiojäsenyydet kopioitiin kaikkiin uusiin polkuihin.<br>Sinun "
- "tulisi tarkistaa, että jäsenyydet ovat oikein.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Katkaise polku {0} {1} osaksi"
@@@ -1507,6 -1490,27 +1490,27 @@@ msgstr "
"Olet erottamassa kohteita joita ei ole täysin ladattu.<br>Tästä seurannee "
"ongelmia, koska et näe kohdetta oikein.<br>Haluatko varmasti erottaa kohteet?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Kumoa"
@@@ -1801,6 -1805,9 +1805,9 @@@ msgstr "({0}/{1}) Ladataan polun {2} em
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Ladataan relaation {2} emoja"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Ladataan {0}/{1} ({2} jäljellä)"
@@@ -2039,10 -2046,10 +2046,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Solmua ei voi sijoittaa maailman ulkopuolelle."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Lisää uusi solmu, polun osaksi"
- msgstr[1] "Lisää uusi solmu osaksi {0} polkua"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Useampaan objektiin kuuluvaa solmua ei voi poistaa"
@@@ -2525,6 -2532,9 +2532,9 @@@ msgstr "Arvo ''value'' minkä tahansa a
msgid "matches if ''key'' exists"
msgstr "Kohteet joilla on tagi avaimella ''key''"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2733,10 -2743,8 +2743,8 @@@ msgstr "JOKOTAI-operaattorilta puuttuu
msgid "Missing operator for NOT"
msgstr "EI-operaattorilta puuttuu parametri"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Varoitus: kohteen {1} tagin ''{0}'' arvo typistettiin automaattisesti"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2830,6 -2838,9 +2838,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Lisättiin {0} objekti"
msgstr[1] "Lisättiin {0} objektia"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Muuta pistettä {0}"
@@@ -2866,11 -2877,11 +2877,11 @@@ msgstr "Poista \"{0}\" {1} objektista.
msgid "Set {0}={1} for {2} objects"
msgstr "Aseta {0}={1} {2} objektille."
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Poista {0} arvoa {1} kohteesta"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "Aseta {0} arvoa {1} kohteelle"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Korvaa \"{0}\" â \"{1}\" kohteelle"
@@@ -2894,11 -2905,9 +2905,9 @@@ msgid "Double conflict
msgstr "Kaksinkertainen ristiriita"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Varoitus: Tasoa \"{0}\" ei enää ole olemassa. Ei voida poistaa objektin "
- "\"{1}\" konfliktia."
msgid "Add conflict for ''{0}''"
msgstr "Lisää ristiriita kohteelle {0}"
@@@ -3013,6 -3022,9 +3022,9 @@@ msgstr[1] "Pyyhittiin {0} kohdetta
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Selvitetään ristiriidat relaation {0} jäsenluettelossa"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Kierrä {0} pistettä"
@@@ -3073,11 -3085,9 +3085,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Jotta polun kääntäminen ei vääristäisi karttadataa, suositellaan seuraavia "
- "muutoksia polun ja sen pisteiden ominaisuuksiin."
msgid "Relation"
msgstr "Relaatio"
@@@ -3106,11 -3116,11 +3116,11 @@@ msgstr "Toteuta valitut muutokset
msgid "Do not apply changes"
msgstr "Ãlä toteuta muutoksia"
- msgid "Please select which property changes you want to apply."
- msgstr "Valitse toteutettavat ominaisuuksien muutokset."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Ominaisuudet: "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roolit relaatioissa, jotka viittavat"
@@@ -3133,6 -3143,9 +3143,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Vanhan varmuuskopion poisto ei onnistu {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Virhe poistetun tason varmuuskopion luonnissa {0}"
@@@ -3163,22 -3176,20 +3176,20 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Varoitus: välimuistihakemiston luominen ei onnistunut: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
"<html>Puuttuvan välimuistihakemiston luominen ei onnistunut: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Varoitus: asetusten tallennus tiedostoon \"{0}\" epäonnistui"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Varoitus: Asetusten alustaminen epäonnistui. Asetushakemisto \"{0}\" ei ole "
- "hakemisto."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3188,11 -3199,9 +3199,9 @@@ msgstr "
"hakemisto.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Varoitus: Asetusten alustaminen epäonnistui. Puuttuvaa asetushakemistoa ei "
- "voitu luoda: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3201,16 -3210,12 +3210,12 @@@ msgstr "
"<html>Asetusten alustaminen epäonnistui.<br>Puuttuvaa asetushakemistoa ei "
"voitu luoda: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Varoitus: Asestustiedosto \"{0}\" korvataan oletusmuotoisella "
- "asetustiedostolla."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3227,11 -3232,9 +3232,9 @@@ msgstr "
"<br>{0}<br> ja luodaan uusi oletusarvoinen asetustiedosto.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Varoitus: asetusten alustus epäonnistui. Myös oletusasetustiedoston käyttö "
- "epäonnistui: {0}"
msgid "Paint style {0}: {1}"
msgstr "Piirtotyyli {0}: {1}"
@@@ -3260,14 -3263,11 +3263,11 @@@ msgstr "Resurssin \"{0}\" lataus epäon
msgid "UNKNOWN"
msgstr "TUNTEMATON"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Varoitus: luettiin odottamaton JOSM:n versionumero asennustiedoista. Arvo "
- "oli \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Varoitus: versiotiedosto \"/REVISION\" puuttuu"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Objektille \"{0}\" on jo rekisteröity ristiriita"
@@@ -3432,10 -3432,8 +3432,8 @@@ msgstr "Objektin \"{0}\" versiota ei vo
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parametri {0} ei ole välillä 0..{1}. Saatiin â{2}â."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Virhe: kartanpiirtoluokan ''{0}'' lataaminen ei onnistunut. Luokkaa ei löydy."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3547,7 -3545,7 +3545,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3585,10 -3583,6 +3583,6 @@@ msgstr "
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Virhe: tietovirran avaaminen ei onnistunut resurssille \"/data/{0}\"."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3629,6 -3623,9 +3623,9 @@@ msgstr "muut tarkistukset
msgid "Running test {0}"
msgstr "Ajetaan testiä {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Osoitteet"
@@@ -3653,6 -3650,15 +3650,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "Talo talon sisällä"
@@@ -3714,6 -3720,9 +3720,9 @@@ msgstr " tai
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} sijaan kehotetaan nykyään käyttämään {1}"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Päällekkäiset pisteet"
@@@ -3798,6 -3807,15 +3807,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Monimonikulmio"
@@@ -3875,6 -3893,12 +3893,12 @@@ msgstr "
"Etsii pisteet joilla keskenään sama nimi (mahdollisesti turhia "
"kaksoiskappaleita)"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "Päällekkäiset alueet"
@@@ -3932,15 -3956,15 +3956,15 @@@ msgstr "Tarkistin ei tunne relaation ty
msgid "Relation is empty"
msgstr "Relaatiossa ei ole jäseniä"
+ msgid "Role verification problem"
+ msgstr "Ongelma relaation rooleissa"
+
msgid "<empty>"
msgstr "<tyhjä>"
msgid "Role {0} missing"
msgstr "Ei yhtään jäsentä roolissa {0}"
- msgid "Role verification problem"
- msgstr "Ongelma relaation rooleissa"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Roolissa {0} on liian vähän relaatiojäseniä ({1})"
@@@ -3973,11 -3997,11 +3997,11 @@@ msgid "
msgstr ""
"Etsii keskenään lähes samannimisiä polkuja; mahdollisesti kirjoitusvirheitä."
- msgid "Properties checker :"
- msgstr "Ominaisuustarkistin:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Etsii virheellisiä avain/arvo-pareja."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Epäkelpo tagin tarkistussääntö - {0}: {1}"
@@@ -4119,8 -4143,8 +4143,8 @@@ msgid "Use the default spellcheck file
msgstr ""
"Käytä tarkistimen mukana tullutta oikeinkirjoitussääntötiedostoa (suositus)."
- msgid "Fix properties"
- msgstr "Tarkistin: korjaus tageihin"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Elementin tyyppi puuttuu"
@@@ -4198,6 -4222,9 +4222,9 @@@ msgid "This tests if ways which should
msgstr ""
"Etsii polkuja, joiden pitäisi tagiensa perusteella olla suljettuja alueita."
+ msgid "Unclosed way"
+ msgstr "Sulkematon alue"
+
msgid "natural type {0}"
msgstr "tyyppiä natural {0}"
@@@ -4228,9 -4255,6 +4255,6 @@@ msgstr "rakennus
msgid "area"
msgstr "alue"
- msgid "Unclosed way"
- msgstr "Sulkematon alue"
-
msgid "Unconnected ways"
msgstr "Puuttuva yhteys polun päästä"
@@@ -4255,12 -4279,12 +4279,12 @@@ msgstr "Irralliset pisteet ilman tageja
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "Etsii tagittomia pisteitä jotka eivät ole osa mitään polkua."
- msgid "No tags"
- msgstr "Ei tageja"
-
msgid "Unconnected nodes without physical tags"
msgstr "Irralliset pisteet ilman fyysisiä kohteita kuvaavia tageja"
+ msgid "No tags"
+ msgstr "Ei tageja"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Jossain tagissa ''fixme'' tai ''FIXME''"
@@@ -4323,27 -4347,6 +4347,6 @@@ msgstr "Rantaviiva väärin päin: maa
msgid "Reversed land: land not on left side"
msgstr "Maa-alue väärin päin: maan pitää olla polun vasemmalla puolella."
- msgid "Wrong number of arguments for bookmark"
- msgstr "Kirjanmerkillä on väärä määrä parametreja"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Virhe luettaessa kirjanmerkkiä: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Virhe: Odottamaton rivi \"{0}\" kirjanmerkkitiedostossa \"{1}\""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Virhe: Virheellinen double-liukuluku \"{0}\" kirjanmerkkitiedoston \"{2}\" "
- "rivillä \"{1}\""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Kirjanmerkkejä ei voitu lukea tiedostosta<br>\"{0}\"<br>Virhe oli: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ãlä näytä uudestaan (muistaa valinnan)"
@@@ -4447,7 -4450,7 +4450,7 @@@ msgstr "Näytä ohje
msgid "Downloading \"Message of the day\""
msgstr "Ladataan \"Päivän viestiä\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4685,6 -4688,18 +4688,18 @@@ msgid "Edit toolbar
msgstr ""
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
+ msgstr "Näytä tai piilota vasemman reunan työkalupalkki"
+
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
msgstr ""
msgid "Audio"
@@@ -4793,19 -4808,6 +4808,6 @@@ msgstr "Taustalle
msgid "Click to run job in background"
msgstr "Napsauta suorittaaksesi työ taustalla"
- msgid "false: the property is explicitly switched off"
- msgstr "epätosi: asetus on pois päältä"
-
- msgid "true: the property is explicitly switched on"
- msgstr "tosi: asetus on päällä"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "osittainen: valituilla objekteilla on eri arvoja, älä muuta"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "pois päältä: älä aseta tätä ominaisuutta valituille kohteille"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5111,6 -5113,9 +5113,9 @@@ msgstr "alas
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Kopioi valitut omat kohteet yhdistelmälistan alapäähän"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5118,6 -5123,9 +5123,9 @@@ msgstr "
"Kopioi valitut omat kohteet ensimmäisen yhdistelmälistalta valitun kohteen "
"edelle"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5125,14 -5133,23 +5133,23 @@@ msgstr "
"Kopioi valitut omat kohteet ensimmäisen yhdistelmälistalta valitun kohteen "
"perään"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "Kopioi valitut muiden kohteet yhdistelmälistan yläpäähän"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "Kopioi valitut muiden kohteet yhdistelmälistan alapäähän"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5140,6 -5157,9 +5157,9 @@@ msgstr "
"Kopioi valitut muiden kohteet ensimmäisen yhdistelmälistalta valitun kohteen "
"edelle"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5156,8 -5176,8 +5176,8 @@@ msgstr "Kopioi kaikki muiden kohteet yh
msgid "Up"
msgstr "Ylös"
- msgid "Move up the selected elements by one position."
- msgstr "Siirrä valittuja elementtejä yksi rivi ylöspäin"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Alas"
@@@ -5212,16 -5232,6 +5232,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Muitten versio ({0} rivi)"
msgstr[1] "Muitten versio ({0} riviä)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Muokattava {0} on vielä rekisteröimättä. Sitä ei voida ottaa mukaan "
- "synkronoituun muokkaukseen."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Muokattava {0} on vielä rekisteröimättä."
-
msgid "Node"
msgstr "Piste"
@@@ -5481,16 -5491,15 +5491,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Avain:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>Syötä tagin avain, t.s. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "Arvo:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Syötä tagin arvo, t.s. <strong><tt>tarkista arvot</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6077,6 -6086,9 +6086,9 @@@ msgstr "Näytä/piilota
msgid "Information about layer"
msgstr "Tietoja tasosta"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Kartanpiirtotyylit"
@@@ -6160,6 -6172,36 +6172,36 @@@ msgstr "Piirtotyyli on aktivoitu?
msgid "No"
msgstr "Ei"
+ msgid "Object type:"
+ msgstr "Objektin tyyppi:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "yhdistelmä"
+
+ msgid "Choose the OSM object type"
+ msgstr "Valitse objektin tyyppi"
+
+ msgid "Object ID:"
+ msgstr "Ohjektitunniste:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Anna ladattavan objektin tunniste"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objektitunnisteet voi erotella pilkulla tai välilyönnillä.<br/>Esimerkki: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Yhdistelmätilassa "
+ "määrittele objektit näin: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relaatiot"
@@@ -6252,11 -6294,8 +6294,8 @@@ msgstr "Valitse käyttäjän viimeksi m
msgid "Launches a browser with information about the user"
msgstr "Avaa käyttäjän tiedot www-selaimessa"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Vain ensimmäisten {0}:n valitun käyttäjän tietosivu avataan (valittuna on "
- "{1})"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6432,9 -6471,6 +6471,6 @@@ msgstr "Päivitä sisältö
msgid "Update the changeset content from the OSM server"
msgstr "Päivitä muutoskokoelman sisältö OSM-palvelimelta"
- msgid "Show history"
- msgstr "Näytä historia"
-
msgid "Download and show the history of the selected objects"
msgstr "Hae ja näytä valittujen kohteiden muutoshistoria"
@@@ -6752,11 -6788,9 +6788,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>Lataa muutoskokoelmat nykyisen karttanäkymän alueelta</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Varoitus: odottamaton arvo asetuksella \"{0}\", arvo \"{1}\" . Käytetään "
- "oletusarvoa."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6824,35 -6858,47 +6858,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Tämä URL ei ole kelvollinen."
- msgid "Select objects for which to change properties."
- msgstr "Valitse kohteet joiden ominaisuuksia haluat muokata."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Ominaisuudet/jäsenyydet"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Valittujen objektien ominaisuudet."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<eri>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Jäsenyydet"
msgid "Position"
msgstr "Sijainti"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Ominaisuudet: {0} / Jäsenyydet: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Ominaisuudet / Jäsenyydet"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Poista valittu avain kaikista objekteista"
- msgid "Delete Properties"
- msgstr "Poista asetukset"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Muuta relaatiota"
@@@ -6866,14 -6912,14 +6912,14 @@@ msgstr "Poistetaanko valinta relaatiost
msgid "Add a new key/value pair to all objects"
msgstr "Lisää uusi arvo/avain-pari kaikkiin objekteihin"
- msgid "Add Property"
- msgstr "Lisää tagi"
+ msgid "Add Tag"
+ msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Muokkaa valitun avaimen arvoa kaikissa objekteissa"
- msgid "Edit Properties"
- msgstr "Muokkaa tagia"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Avaa tagin tietosivu OSM-wikistä. (F1)"
@@@ -7033,9 -7079,8 +7079,8 @@@ msgstr "Relaatio on poistettu
msgid "Downloading relation {0}"
msgstr "Ladataan relaatio {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "Varoitus: poikkeus ohitetaan, koska tehtävä oli jo peruttu. Poikkeus: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7383,6 -7428,27 +7428,27 @@@ msgstr "polku on yhteydessä seuraavaa
msgid "way is not connected to previous or next relation member"
msgstr "polku ei ole yhteydessä edeltävään eikä seuraavaan relaatiojäseneen"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Kirjanmerkillä on väärä määrä parametreja"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Virhe luettaessa kirjanmerkkiä: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Kirjanmerkkejä ei voitu lukea tiedostosta<br>\"{0}\"<br>Virhe oli: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "Kirjanmerkit"
@@@ -7530,21 -7596,8 +7596,8 @@@ msgstr "Lataa viittaavat kohteet (emore
msgid "Download object"
msgstr "Lataa objekti"
- msgid "Object type:"
- msgstr "Objektin tyyppi:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "yhdistelmä"
-
- msgid "Choose the OSM object type"
- msgstr "Valitse objektin tyyppi"
-
- msgid "Object ID:"
- msgstr "Ohjektitunniste:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Anna ladattavan objektin tunniste"
+ msgid "Start downloading"
+ msgstr "Aloittaa latauksen"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7556,26 -7609,9 +7609,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Valitse, jos haluat että myös ladattavan relaation jäsenet ladataan."
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objektitunnisteet voi erotella pilkulla tai välilyönnillä.<br/>Esimerkki: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Yhdistelmätilassa "
- "määrittele objektit näin: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Lataa viittaavat objektit (emorelaatiot ja -polut)"
- msgid "Start downloading"
- msgstr "Aloittaa latauksen"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr "Karttakohteen tyyppi"
@@@ -7690,9 -7726,8 +7726,8 @@@ msgstr "Siirry seuraavalle sivulle
msgid "Go to the JOSM help home page"
msgstr "Siirry JOSMin ohjesivujen etusivulle"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
- "Varoitus: siirtymä ohjesivun sisällä ei onnistunut. Poikkeus oli: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Ohjesivun avaaminen ei onnistu. Kohteen URL-osoite on tyhjä."
@@@ -7797,6 -7832,9 +7832,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr "<html>Versio <strong>{0}</strong> luotu <strong>{1}</strong><html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Muutoskokoelman tiedot"
@@@ -7907,7 -7945,7 +7945,7 @@@ msgstr "
msgid "Object still in use"
msgstr "Kohteeseen on yhä muita viittauksia"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7926,6 -7964,12 +7964,12 @@@ msgstr "Anna lyhyt kuvaus lähetettävi
msgid "Enter an upload comment"
msgstr "Kirjoita muutoksia kuvaava kommentti"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Muutoskokoleman id:"
@@@ -7995,8 -8039,7 +8039,7 @@@ msgid "Closing changeset {0}
msgstr "Muutoskokoelmaa {0} suljetaan"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -8075,8 -8118,8 +8118,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -8090,8 -8133,7 +8133,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -8322,12 -8364,6 +8364,6 @@@ msgstr "Lähetä muutokset
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8336,6 -8372,22 +8372,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8351,6 -8403,21 +8403,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Peruuta lähetys ja jatka muokkausta"
@@@ -8358,8 -8425,8 +8425,8 @@@ msgid "Tags of changeset {0}
msgstr "Muutoskokoelman {0} tagit"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8489,9 -8556,6 +8556,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Lähetetään {0} kohde..."
@@@ -8501,6 -8565,9 +8565,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8521,7 -8588,7 +8588,7 @@@ msgstr "Valitse lähetettävät objekti
msgid "Cancel uploading"
msgstr "Peruuta lähetys"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8671,7 -8738,7 +8738,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8701,7 -8768,7 +8768,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -9066,9 -9133,6 +9133,6 @@@ msgstr "Hakee sijaintitietoja kuvien EX
msgid "Starting directory scan"
msgstr "Tutkii hakemistoa"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "Luetaan kuvia..."
@@@ -9087,6 -9151,9 +9151,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Geo-merkityt kuvat"
@@@ -9144,6 -9211,12 +9211,12 @@@ msgstr "Seuraava
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Keskitä näkymä"
@@@ -9216,9 -9289,6 +9289,6 @@@ msgstr "
"<html>Upload of unprocessed GPS data as map data is considered "
"harmful.<br>If you want to upload traces, look here:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9399,14 -9469,10 +9469,10 @@@ msgstr "
msgid "(URL was: "
msgstr "(URL oli: "
- msgid "Error displaying URL"
- msgstr "Virhe näytettäessä URL:ia"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -9421,7 -9487,7 +9487,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9431,8 -9497,7 +9497,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9652,7 -9717,7 +9717,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -10377,21 -10442,21 +10442,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "Nykyinen arvo on oletusarvo."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Oletusarvo on ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr "Nykyinen arvo on oletusarvo."
+
+msgid "Default value is ''{0}''."
+msgstr "Oletusarvo on ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -10445,6 -10510,9 +10543,9 @@@ msgstr "Piirrä virtuaalipisteet valint
msgid "Draw inactive layers in other color"
msgstr "Piirrä epäaktiiviset tasot eri värillä"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Korosta pisteet ja polut hiirikursorin alla"
@@@ -10505,6 -10573,11 +10606,11 @@@ msgstr "
"Tämä asetus pakottaa alueiden piirtämisen vain reunaviivan piirtämiseksi. "
"Tämä ohittaa piirtotyylissä valitut alueiden täytöt."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Asetukset, jotka vaikuttavat piirron nopeuteen"
@@@ -10738,6 -10811,8 +10844,8 @@@ msgstr "
msgid ""
"Display buttons in right side menus only when mouse is inside the element"
msgstr ""
+ "Näytä oikean reunan paneeleissa painikkeet vain silloin, kun kursori on "
+ "paneelin alueella."
msgid "Look and Feel"
msgstr "Ulkoasu ja käyttötuntuma"
@@@ -10988,6 -11063,12 +11096,12 @@@ msgstr "
"nimeen lisätään \"~\" ja se tallennetaan samaan kansioon kuin \"oikea\" "
"tiedosto.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Automaattitallennus"
@@@ -11053,8 -11134,8 +11167,8 @@@ msgstr "Kartta-asetukset
msgid "Settings for the map projection and data interpretation."
msgstr "Karttaprojektion ja datatulkinnan asetukset."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Tagien esiasetuslähdettä ei voitu lukea: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11315,21 -11396,6 +11429,6 @@@ msgstr "Swiss Grid (Sveitsi)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (ilman paikalliskorjauksia)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM-alue"
-
- msgid "North"
- msgstr "Pohjoinen"
-
- msgid "South"
- msgstr "Etelä"
-
- msgid "Hemisphere"
- msgstr "Pallonpuolisko"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11351,6 -11417,21 +11450,21 @@@ msgstr "UTM Ranska (DOM)
msgid "UTM Geodesic system"
msgstr "UTM-karttajärjestelmä"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM-alue"
+
+ msgid "North"
+ msgstr "Pohjoinen"
+
+ msgid "South"
+ msgstr "Etelä"
+
+ msgid "Hemisphere"
+ msgstr "Pallonpuolisko"
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -11401,8 -11482,8 +11515,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11411,20 -11492,25 +11525,25 @@@ msgstr "OSM-käyttäjänimi:
msgid "OSM password:"
msgstr "OSM-salasana:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11509,16 -11595,10 +11628,10 @@@ msgid "Use a SOCKS proxy
msgstr "Käytä SOCKS-välityspalvelinta"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "pois käytöstä"
-
- msgid "no modifier"
- msgstr "ei muuttujaa"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11589,8 -11669,8 +11702,8 @@@ msgstr "Aseta esivalinnan tagit
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Muuta ominaisuuksia"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11668,9 -11748,6 +11781,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Tagien esiasetuslähdettä ei voitu lukea: {0}"
-
msgid "Error parsing {0}: "
msgstr "Virhe käsiteltäessä {0}: "
@@@ -11689,6 -11766,16 +11799,16 @@@ msgstr "Näytä vain nykyiseen valintaa
msgid "Search in tags"
msgstr "Etsi myös esivalinnoissa käytetyistä tageista"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Muokattava {0} on vielä rekisteröimättä. Sitä ei voida ottaa mukaan "
+ "synkronoituun muokkaukseen."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Muokattava {0} on vielä rekisteröimättä."
+
msgid "All files (*.*)"
msgstr ""
@@@ -11720,9 -11807,51 +11840,51 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "Arvo ei ole OSM ID-numero. Anna positiivinen kokonaisluku."
+ msgid "false: the property is explicitly switched off"
+ msgstr "epätosi: asetus on pois päältä"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "tosi: asetus on päällä"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "osittainen: valituilla objekteilla on eri arvoja, älä muuta"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "pois päältä: älä aseta tätä ominaisuutta valituille kohteille"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Tyypin OsmPrimitiveType pakollisen attribuutin \"{0}\" arvo on virheellinen. "
+ "Saatiin \"{1}\"."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11755,7 -11884,7 +11917,7 @@@ msgid "Contacting OSM Server...
msgstr "Yhdistetään OSM-palvelimeen..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11797,28 -11926,26 +11959,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11917,6 -12044,9 +12077,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Virhe luettaessa gpx-tiedostoa: tiedoston rakenne virheellinen."
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11932,12 -12062,20 +12095,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -12018,8 -12156,8 +12189,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA-tuonti onnistui"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA-tuonti epäonnistui"
@@@ -12118,37 -12256,11 +12289,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Tyypin OsmPrimitiveType pakollisen attribuutin \"{0}\" arvo on virheellinen. "
- "Saatiin \"{1}\"."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -12158,8 -12270,8 +12303,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -12186,13 -12298,10 +12331,10 @@@ msgstr "Muutoskokoelmalistaa käsitellÃ
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- msgid "(at line {0}, column {1})"
- msgstr ""
-
- msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
+ msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
msgid ""
@@@ -12277,8 -12386,8 +12419,8 @@@ msgstr "
"OSM-objektin {0} \"version\"-attribuutin arvo on virheellinen. Saatiin {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12481,7 -12590,7 +12623,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -12527,6 -12636,15 +12669,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr "Etähallinta on pyytänyt datan lataamista API:sta."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12557,19 -12675,19 +12708,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12591,11 -12709,23 +12742,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Istuntotiedosto (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12665,18 -12795,14 +12828,14 @@@ msgid "Download skipped
msgstr "Lataus ohitettu"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Varoitus: Liitännäistä \"{0}\" ei voi ladata. Sen latauslinkkiä ei ole "
- "tiedossa. Lataus ohitetaan."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Varoitus: Liitännäistä \"{0}\" ei voi ladata. Sen latauslinkki \"{1}\" ei "
- "ole kelvollinen URL. Lataus ohitetaan."
msgid "Failed to create plugin directory ''{0}''"
msgstr ""
@@@ -12825,10 -12951,10 +12984,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12843,24 -12969,21 +13002,21 @@@ msgstr "Pidä liitännäinen
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Varoitus: aiemmin ladatun liitännäisen \"{0}\" asennus epäonnistui. Asennus "
- "ohitetaan. JOSM lataa silti liitännäisen vanhan version."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12935,10 -13058,8 +13091,8 @@@ msgstr "Käsitellään liitännäissivu
msgid "Processing file ''{0}''"
msgstr "Käsitellään tiedostoa \"{0}\""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Varoitus: Liitännäistietoja ei saatu luettua tiedostosta \"{0}\". Ohitetaan."
msgid "Processing plugin site cache icon files..."
msgstr "Käsitellään liitännäissivustojen kuvakkeiden välimuistitiedostoa..."
@@@ -12952,9 -13073,24 +13106,24 @@@ msgstr "Ladataan listaa liitännäisist
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -13299,12 -13435,11 +13468,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13315,9 -13450,52 +13483,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13351,9 -13529,23 +13562,23 @@@ msgstr "
"<html><p>Valitettavasti tageja ei voitu liittää leikepöydältä, koska se ei "
"sisältänyt JOSM-objektia tai sopivaa tekstiä.</p></html>"
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13678,6 -13870,11 +13903,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13935,6 -14132,9 +14165,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13984,9 -14184,6 +14217,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14023,6 -14220,11 +14253,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14156,6 -14358,9 +14391,9 @@@ msgstr "Penger
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Tietulli"
+
msgid "Motorway Link"
msgstr "Moottoritien ramppi"
@@@ -14246,6 -14451,50 +14484,50 @@@ msgstr "Asuinkatu
msgid "Edit Residential Street"
msgstr "Muokkaa asuinkadun ominaisuuksia"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "kyllä"
+
+ msgid "no"
+ msgstr "ei"
+
+ msgid "destination"
+ msgstr "määränpää"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Pihakatu"
@@@ -14264,10 -14513,10 +14546,10 @@@ msgstr "Alue
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -14279,6 -14528,9 +14561,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Pysäköintialueen ajoväylä"
@@@ -14306,18 -14558,12 +14591,12 @@@ msgstr "kiertoliittymä
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "kyllä"
-
msgid "Road Restrictions"
msgstr "Liikennöintirajoitukset"
msgid "Edit Road Restrictions"
msgstr "Muokkaa tietä koskevia rajoituksia"
- msgid "Toll"
- msgstr "Tietulli"
-
msgid "No exit (cul-de-sac)"
msgstr "Umpikuja"
@@@ -14327,9 -14573,6 +14606,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "määränpää"
-
msgid "delivery"
msgstr ""
@@@ -14339,15 -14582,15 +14615,15 @@@ msgstr "
msgid "private"
msgstr "yksityinen"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "ei"
-
msgid "official"
msgstr ""
@@@ -14393,6 -14636,9 +14669,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Julkinen liikenne (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Miniminopeus (km/h)"
@@@ -14477,6 -14723,9 +14756,9 @@@ msgstr "Muokkaa sillan ominaisuuksia
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14581,21 -14830,30 +14863,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -14611,11 -14869,11 +14902,11 @@@ msgstr "Ratsastustie
msgid "Edit Bridleway"
msgstr "Muokkaa ratsastustien ominaisuuksia"
- msgid "Cycle Lane"
- msgstr "Pyörätie/pyöräkaista (tien osana)"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Muokkaa pyöräilyväylän ominaisuuksia"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Pyörätie"
@@@ -14650,8 -14908,8 +14941,8 @@@ msgstr "Pyörätie oikealla
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
- msgstr "Muokkaa tien pääluokitusta"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Tien luokitus"
@@@ -14719,12 -14977,18 +15010,18 @@@ msgstr "Levähdyspaikka
msgid "Edit Rest Area"
msgstr "Muokkaa levähdyspaikan ominaisuuksia"
- msgid "Emergency Phone"
- msgstr "Hätäpuhelin"
+ msgid "Drinking Water"
+ msgstr "Juomavesi"
msgid "Traffic Signal"
msgstr "Liikennevalot"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Suojatien tyyppi"
@@@ -14740,15 -15004,6 +15037,6 @@@ msgstr "saari
msgid "unmarked"
msgstr "merkitsemätön"
- msgid "Cross on horseback"
- msgstr "Ylitys ratsain"
-
- msgid "Cross by bicycle"
- msgstr "Ylitys pyörällä"
-
- msgid "Crossing attendant"
- msgstr "Suojatien valvoja"
-
msgid "Crossing type name (UK)"
msgstr "Suojatien tyyppi (Iso-Britannia)"
@@@ -14770,6 -15025,15 +15058,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr "Suojatien valvoja"
+
+ msgid "Cross by bicycle"
+ msgstr "Ylitys pyörällä"
+
+ msgid "Cross on horseback"
+ msgstr "Ylitys ratsain"
+
msgid "Stop"
msgstr ""
@@@ -14779,6 -15043,9 +15076,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14788,10 -15055,7 +15088,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr "Suojatie"
- msgid "Edit Crossing"
- msgstr "Muokkaa suojatietä"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14824,9 -15088,6 +15121,6 @@@ msgstr "
msgid "Passing Place"
msgstr "Kohtaamispaikka"
- msgid "Edit Passing Place"
- msgstr "Muokkaa kohtaamispaikkaa"
-
msgid "Turning Circle"
msgstr "Kääntöympyrä"
@@@ -14869,6 -15130,12 +15163,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Sallitut kulkumuodot:"
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr "Sulkutolppa"
@@@ -14884,6 -15151,9 +15184,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14953,19 -15223,13 +15256,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14996,6 -15260,7 +15296,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -15005,10 -15270,10 +15306,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -15062,18 -15327,12 +15363,30 @@@ msgstr "
msgid "stepover"
msgstr ""
+ msgid "Turnstile"
+ msgstr "Pyöröportti"
+
+ msgid "Edit Turnstile"
+ msgstr "Muokkaa pyöröporttia"
+
++msgid "squeezer"
++msgstr ""
++
++msgid "stepover"
++msgstr ""
++
+msgid "Material"
+msgstr ""
+
+msgid "stone"
+msgstr ""
+
+msgid "Turnstile"
+msgstr "Pyöröportti"
+
+msgid "Edit Turnstile"
+msgstr "Muokkaa pyöröporttia"
+
msgid "Sally Port"
msgstr ""
@@@ -15128,12 -15387,21 +15441,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanava"
@@@ -15173,9 -15441,6 +15495,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -15209,6 -15474,21 +15528,21 @@@ msgstr "
msgid "Edit Water"
msgstr "Muokkaa veden ominaisuuksia"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Maa"
@@@ -15290,18 -15570,23 +15624,23 @@@ msgstr "Muokkaa lauttaterminaalin omina
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "polkupyörä"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -15377,7 -15662,7 +15716,7 @@@ msgstr "turismi
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15401,10 -15686,13 +15740,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
- msgstr "Jännite"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -15416,9 -15704,6 +15758,6 @@@ msgstr "Kapean raideleveyden rata
msgid "Edit Narrow Gauge Rail"
msgstr "Muokkaa kapean raideleveyden rataa"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "Yksiraiteinen rautatie"
@@@ -15440,15 -15725,15 +15779,15 @@@ msgstr "
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr ""
+
msgid "Edit Subway"
msgstr "Muokkaa metron ominaisuuksia"
msgid "Tram"
msgstr "Raitiotie"
-msgid "Edit Tram"
-msgstr ""
-
msgid "Bus Guideway"
msgstr ""
@@@ -15470,6 -15755,9 +15809,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Tasoristeys"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15482,18 -15770,32 +15824,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "täysi"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Risteys"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Risteystyyppi"
@@@ -15593,11 -15895,9 +15949,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15609,11 -15909,9 +15963,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -15632,12 -15930,12 +15984,12 @@@ msgstr "
msgid "underground"
msgstr "maanalainen"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Pääsy (access)"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -15665,9 -15963,6 +16017,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Paikkoja"
@@@ -15689,10 -15984,29 +16038,29 @@@ msgstr "Aukioloajat
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15842,6 -16156,9 +16210,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Jännite"
+
msgid "Amperage"
msgstr ""
@@@ -15863,6 -16180,12 +16234,12 @@@ msgstr "Korjaamo
msgid "Edit Car Repair"
msgstr "Muokkaa autokorjaamon ominaisuuksia"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15890,6 -16213,12 +16267,12 @@@ msgstr "Vuokraamo
msgid "Edit Car Rental"
msgstr "Muokkaa autovuokraamon ominaisuuksia"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15914,22 -16243,6 +16297,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15951,9 -16264,6 +16318,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Vaatteet"
@@@ -16148,6 -16458,9 +16512,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -16178,6 -16491,9 +16545,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Penkki"
@@@ -16190,9 -16506,6 +16560,6 @@@ msgstr "Pyörätuoli
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16202,9 -16515,14 +16569,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Rakennus"
@@@ -16217,6 -16535,9 +16589,9 @@@ msgstr "Muokkaa sisäänkäynnin ominai
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -16241,14 -16562,6 +16616,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -16297,8 -16610,8 +16664,8 @@@ msgstr "
msgid "Taxi"
msgstr "Taksi"
- msgid "Edit Taxi station"
- msgstr "Muokkaa taksitolppaa"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Lentokenttä"
@@@ -16351,6 -16664,21 +16718,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminaali"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -16373,21 -16701,6 +16755,6 @@@ msgstr "Muokkaa hotellia
msgid "Stars"
msgstr "Tähdet"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminaali"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -16577,9 -16890,6 +16944,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Turismi"
@@@ -16601,9 -16911,15 +16965,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Kartta"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Tarkkuustaso"
@@@ -16616,6 -16932,9 +16986,9 @@@ msgstr "katu
msgid "scheme"
msgstr "kaavio"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Kartan laajuus"
@@@ -16655,6 -16974,9 +17028,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16676,22 -16998,34 +17052,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Tarkempi kuvaus"
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16821,49 -17155,43 +17209,43 @@@ msgstr "Taideteos
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
+ msgid "Recording Studio"
msgstr ""
- msgid "Religion"
- msgstr "Uskonto"
-
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
- msgstr ""
+ msgid "Church"
+ msgstr "Kirkko"
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16881,6 -17209,12 +17263,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16893,6 -17227,9 +17281,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16911,37 -17248,137 +17302,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Uskonto"
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -17031,6 -17468,12 +17522,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Terveys"
@@@ -17112,55 -17555,139 +17609,139 @@@ msgstr "Eläinlääkäri
msgid "Edit Veterinary"
msgstr "Muokkaa eläinlääkärin ominaisuuksia"
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
- msgstr "Postilaatikko"
+ msgid "Access rights"
+ msgstr ""
- msgid "Telephone"
- msgstr "Puhelin"
+ msgid "public"
+ msgstr ""
- msgid "Edit Telephone"
- msgstr "Muokkaa puhelimen ominaisuuksia"
+ msgid "seasonal"
+ msgstr ""
- msgid "Telephone cards"
- msgstr "Puhelinkortit"
+ msgid "flush"
+ msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
+
+ msgid "Post Box"
+ msgstr "Postilaatikko"
+
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
+ msgid "Telephone"
+ msgstr "Puhelin"
+
+ msgid "Edit Telephone"
+ msgstr "Muokkaa puhelimen ominaisuuksia"
+
+ msgid "Telephone cards"
+ msgstr "Puhelinkortit"
+
+ msgid "Emergency Phone"
+ msgstr "Hätäpuhelin"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -17188,8 -17715,8 +17769,8 @@@ msgstr "
msgid "Recycling"
msgstr "Kierrätys"
- msgid "Edit Recycling station"
- msgstr "Muokkaa kierrätyspisteen ominaisuuksia"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Paristot"
@@@ -17215,21 -17742,15 +17796,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -17264,18 -17785,24 +17839,24 @@@ msgstr "Muokkaa metsästyslavan ominais
msgid "Height"
msgstr "Korkeus"
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr ""
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "Juomavesi"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17307,6 -17834,9 +17888,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17344,119 -17874,155 +17928,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Muokkaa stadionin ominaisuuksia"
- msgid "select sport:"
- msgstr "Valitse urheilulaji:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "urheilu"
+ msgid "Sport"
+ msgstr "Urheilu"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "jousiammunta"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "yleisurheilu"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "amerikkalainen jalkapallo"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australialainen jalkapallo"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "koripallo"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "kuulapelit"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "nurmikeilailu"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "kanadalainen jalkapallo"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kanootti"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "kiipeily"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "kriketti"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "krikettiverkko"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "kroketti"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "pyöräily"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "koirakilpailu"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "ratsastus"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "voimistelu"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "jääkiekko"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "hevoskilpailu"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "moottoriurheilu"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "racquet"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby league"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby union"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "ammunta"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "rullalautailu"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "luistelu"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "hiihto"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "jalkapallo"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "uinti"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "pöytätennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Urheilukeskus"
@@@ -17488,26 -18054,27 +18108,27 @@@ msgstr "Pienoisgolf
msgid "Edit Miniature Golf"
msgstr "Muokkaa minigolfin ominaisuuksia"
- msgid "Sport"
- msgstr "Urheilu"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "tyyppi"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "kenttä"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "urheilukeskus"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17515,6 -18082,15 +18136,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "kenttä"
+
+ msgid "sports_centre"
+ msgstr "urheilukeskus"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr ""
@@@ -17548,6 -18124,22 +18178,22 @@@ msgstr "Muokkaa melontaa
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Koirakilpailu"
@@@ -17604,7 -18196,7 +18250,7 @@@ msgid "Skating
msgstr "Luistelu"
msgid "Edit Skating"
- msgstr "Muokkaa luistelua"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17648,36 -18240,54 +18294,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17720,19 -18330,15 +18384,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17871,6 -18477,18 +18531,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17883,60 -18501,134 +18555,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Torni"
@@@ -18161,41 -18853,67 +18907,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -18204,8 -18922,8 +18976,8 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
- msgstr "Valvontakamera"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Muokkaa valvontakameran ominaisuuksia"
@@@ -18216,12 -18934,102 +18988,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "kauppa"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -18273,88 -19081,191 +19135,191 @@@ msgstr "tuuli
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
msgstr ""
- msgid "battery charging"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
msgstr ""
- msgid "Power Station"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -18366,6 -19277,21 +19331,21 @@@ msgstr "Muokkaa muuntamoaseman ominaisu
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -18381,6 -19307,9 +19361,9 @@@ msgstr "Muokkaa korkeajännitelinjan to
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -18399,11 -19328,9 +19382,9 @@@ msgstr "Muokkaa sähkölinjan ominaisuu
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18512,11 -19439,11 +19493,11 @@@ msgstr "Kioski
msgid "Edit Kiosk"
msgstr "Muokkaa kioskin ominaisuuksia"
- msgid "Baker"
- msgstr "Leipomo"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Muokkaa leipomon ominaisuuksia"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Lihakauppa"
@@@ -18527,7 -19454,7 +19508,7 @@@ msgstr "Muokkaa lihakaupan ominaisuuksi
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -18548,6 -19475,9 +19529,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Luomukauppa"
+
msgid "Greengrocer"
msgstr ""
@@@ -18560,9 -19490,6 +19544,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Luomukauppa"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18632,7 -19559,7 +19613,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18653,13 -19580,13 +19634,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18668,7 -19595,6 +19649,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18696,6 -19622,12 +19676,12 @@@ msgstr "Muokkaa rahanvaihdon ominaisuuk
msgid "Edit Automated Teller Machine"
msgstr "Muokkaa pankkiautomaatin ominaisuuksia"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18732,10 -19664,31 +19718,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18765,7 -19718,7 +19772,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18777,19 -19730,19 +19784,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18825,7 -19778,7 +19832,7 @@@ msgstr "Muokkaa matkatoimistoa
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -19038,6 -19991,12 +20045,12 @@@ msgstr "Huippu
msgid "Edit Peak"
msgstr "Muokkaa huipun ominaisuuksia"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Jäätikkö"
@@@ -19077,26 -20036,35 +20090,35 @@@ msgstr "Puu
msgid "Edit Tree"
msgstr "Muokkaa puun ominaisuuksia"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Kasvitieteellinen nimi"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Metsä"
msgid "Edit Wood"
msgstr "Muokkaa metsän ominaisuuksia"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "havumetsä"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "lehtimetsä"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "sekametsä"
msgid "Forest"
msgstr "Talousmetsä"
@@@ -19104,15 -20072,6 +20126,6 @@@
msgid "Edit Forest Landuse"
msgstr "Muokkaa talousmetsän ominaisuuksia"
- msgid "coniferous"
- msgstr "havumetsä"
-
- msgid "deciduous"
- msgstr "lehtimetsä"
-
- msgid "mixed"
- msgstr "sekametsä"
-
msgid "Grassland"
msgstr ""
@@@ -19188,6 -20147,12 +20201,12 @@@ msgstr "Niitty
msgid "Edit Meadow Landuse"
msgstr "Muokkaa niittyä"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Viinitarha"
@@@ -19242,8 -20207,8 +20261,8 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
- msgstr "Asuinalue"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Muokkaa asuinalueen ominaisuuksia"
@@@ -19254,6 -20219,9 +20273,9 @@@ msgstr "Hautausmaa (pieni)
msgid "Edit Graveyard"
msgstr "Muokkaa pienen hautausmaan ominaisuuksia"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Hautausmaa"
@@@ -19329,6 -20297,33 +20351,33 @@@ msgstr "Muokkaa louhoksen ominaisuuksia
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Muokkaa osoitetietoja"
@@@ -19365,6 -20360,18 +20414,18 @@@ msgstr "parillinen
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19533,21 -20540,50 +20594,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "latu"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -19593,20 -20629,23 +20683,23 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
- msgstr "Liittyvä katu"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Muokkaa liittyvä katu -relaatiota"
+ msgid "house"
+ msgstr ""
msgid "Street"
msgstr "Katu"
@@@ -19629,7 -20668,7 +20722,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19725,18 -20764,27 +20818,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "silta"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr "polkupyörä"
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -19746,7 -20794,10 +20848,10 @@@ msgstr "
msgid "motorroad"
msgstr "moottoriliikennetie"
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19755,10 -20806,10 +20860,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19776,6 -20827,9 +20881,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19791,28 -20845,28 +20899,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19833,20 -20887,20 +20941,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
- msgstr "kauppa"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotelli"
@@@ -19920,10 -20974,13 +21028,13 @@@ msgstr "reitti
msgid "boundary"
msgstr "raja"
+ msgid "sport"
+ msgstr "urheilu"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19938,9 -20995,6 +21049,6 @@@ msgstr "Kunta/kaupunki
msgid "One Way"
msgstr "Yksi Suunta"
- msgid "Church"
- msgstr "Kirkko"
-
msgid "Fuel Station"
msgstr "Huoltoasema"
@@@ -19968,6 -21022,9 +21076,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -20013,10 -21070,40 +21124,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -20028,7 -21115,7 +21169,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -20046,7 -21133,7 +21187,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20163,19 -21250,130 +21304,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20194,7 -21392,46 +21446,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20206,24 -21443,30 +21497,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20239,7 -21482,7 +21539,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20248,6 -21491,9 +21548,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20367,31 -21613,54 +21670,54 @@@ msgid "
"- 1 m"
msgstr ""
- msgid "Streets NRW Geofabrik.de"
+ msgid "Streets NRW Geofabrik.de"
+ msgstr ""
+
+ msgid "Hike & Bike"
+ msgstr ""
+
+ msgid "OpenStreetMap (Sorbian Language)"
+ msgstr ""
+
+ msgid "OpenStreetMap (German Language)"
+ msgstr ""
+
+ msgid "OpenPT Map (overlay)"
+ msgstr ""
+
+ msgid "Hamburg (40 cm)"
+ msgstr ""
+
+ msgid "Hamburg (DK5)"
+ msgstr ""
+
+ msgid "Bavaria (2 m)"
msgstr ""
- msgid "Hike & Bike"
+ msgid "Stuttgart (Luftbild)"
msgstr ""
- msgid "OpenStreetMap (Sorbian Language)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
msgstr ""
- msgid "OpenStreetMap (German Language)"
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
msgstr ""
- msgid "OpenPT Map (overlay)"
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
msgstr ""
- msgid "Hamburg (40 cm)"
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
msgstr ""
- msgid "Hamburg (DK5)"
+ msgid "Physical DE - Physische Karte (Naturräume)"
msgstr ""
- msgid "Bavaria (2 m)"
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
msgstr ""
- msgid "Stuttgart (Luftbild)"
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
msgstr ""
msgid "Imagerie Drone (Haiti)"
@@@ -20559,6 -21828,9 +21885,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20604,6 -21876,39 +21933,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Portti:"
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr "Asetukset"
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20805,6 -22110,18 +22167,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20826,13 -22143,7 +22200,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -21097,10 -22408,13 +22465,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21304,7 -22618,7 +22675,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21579,15 -22893,6 +22950,6 @@@ msgstr "
msgid "Street Name:"
msgstr "Kadunnimi:"
- msgid "Increment"
- msgstr "Numeroväli"
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21760,6 -23065,9 +23122,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21779,12 -23087,6 +23144,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21920,6 -23222,9 +23279,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21937,6 -23242,9 +23299,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -22165,7 -23473,10 +23530,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -22215,7 -23526,7 +23583,7 @@@ msgstr "Poista valittu väriteema lista
msgid "Color Schemes"
msgstr "Väriteemat"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22439,27 -23750,9 +23807,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "Portti:"
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr "Asetukset"
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22906,23 -24199,25 +24256,25 @@@ msgid "Notifying the server of the depr
msgstr ""
msgid "Get Imagery Offset..."
- msgstr ""
+ msgstr "Hae kuvatason siirros ..."
msgid "Download offsets for current imagery from a server"
- msgstr ""
+ msgstr "Lataa nykyisen kuvatason tallennetut siirrostiedot palvelimelta."
msgid ""
"No data for this region. Please adjust imagery layer and upload an offset."
msgstr ""
+ "Alueelta ei löydy tietoa kuvatason sijaintivirheelle. Ole hyvä ja säädä "
+ "kuvatason sijainti, ja lähetä siirrostieto palvelimelle."
msgid "Loading imagery offsets..."
- msgstr ""
+ msgstr "Kuvatason siirrostietoja haetaan..."
msgid "Error processing XML response: {0}"
msgstr ""
msgid "Offset"
- msgstr ""
+ msgstr "Siirros"
msgid "Imagery Offset Database"
msgstr ""
@@@ -22943,7 -24238,7 +24295,7 @@@ msgid "Calibration geometries
msgstr ""
msgid "Deprecated offsets"
- msgstr ""
+ msgstr "Hylätyt siirrokset"
msgid ""
"The topmost imagery layer has been shifted to presumably match\n"
@@@ -22963,7 -24258,7 +24315,7 @@@ msgid "Created by {0} on {1}
msgstr ""
msgid "Offset Information"
- msgstr ""
+ msgstr "Siirroksen tarkemmat tiedot"
msgid "Report this offset"
msgstr ""
@@@ -23002,18 -24297,20 +24354,20 @@@ msgid "Unable to connect to the server
msgstr ""
msgid "Store Imagery Offset..."
- msgstr ""
+ msgstr "Tallenna siirros muiden nähtäväksi..."
msgid ""
"Upload an offset for current imagery (or calibration object geometry) to a "
"server"
msgstr ""
+ "Lähetä nykyisen kuvatason siirros palvelimelle (tai kalibrointikohteen "
+ "geometria)"
msgid "Store calibration geometry"
msgstr ""
msgid "Store imagery offset"
- msgstr ""
+ msgstr "Tallenna siirros"
msgid ""
"The selected object can be used as a calibration geometry. What do you "
@@@ -23024,6 -24321,8 +24378,8 @@@ msgid "
"The topmost imagery layer has no offset. Are you sure you want to upload "
"this?"
msgstr ""
+ "Päällimmäisellä kuvatasolla ei ole siirrosta (se on nolla joka suuntaan). "
+ "Haluatko silti lähettää tiedon?"
msgid ""
"You are registering an imagery offset. Other users in this area will be able "
@@@ -23031,6 -24330,10 +24387,10 @@@
"Please make sure it is as precise as possible, and describe a region this "
"offset is applicable to."
msgstr ""
+ "Olet tallentamassa siirrostietoa palvelimelle. Muut käyttäjät voivat käyttää "
+ "sitä kartan piirrossa.\n"
+ "Varmistathan, että siirros on mahdollisimman tarkka, ja kuvaile alue jossa "
+ "tämä kuvatason siirros on voimassa."
msgid ""
"You are registering a calibration geometry. It should be the most precisely "
@@@ -23040,7 -24343,7 +24400,7 @@@
msgstr ""
msgid "Uploading a new offset..."
- msgstr ""
+ msgstr "Lähetetään siirrosta palvelimelle..."
msgid "This string should be 3 to 200 letters long."
msgstr ""
@@@ -23548,9 -24851,31 +24908,31 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Roolin sisältävä relaatiojäsenyys kopioitiin kaikkiin uusin "
+ "polkuihin.<br>Sinun tulisi tarkistaa, että jäsenyydet ovat oikein.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Relaatiojäsenyydet kopioitiin kaikkiin uusiin polkuihin.<br>Sinun "
+ "tulisi tarkistaa, että jäsenyydet ovat oikein.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Syötä tagin avain, t.s. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Syötä tagin arvo, t.s. <strong><tt>tarkista arvot</tt></strong></html>"
+
msgid "Michigan Left"
msgstr ""
@@@ -23784,7 -25109,7 +25166,7 @@@ msgid "License URL not available: {0}
msgstr ""
msgid "OpenData preferences"
- msgstr ""
+ msgstr "OpenData-liitännäisen asetukset"
msgid "License Agreement"
msgstr ""
@@@ -24199,9 -25524,6 +25581,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Virhe tapahtui: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Uutta ohjelmavirhettä ei voida luoda. Tulos: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -24257,18 -25579,6 +25636,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Uusi ongelma"
-
- msgid "Create issue"
- msgstr "Luo ongelma"
-
- msgid "Describe the problem precisely"
- msgstr "Kuvaile ongelma tarkasti"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24617,6 -25927,27 +25984,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Haluatko tallentaa kuvatason {0} nykyisen kalibroinnin?"
@@@ -24768,6 -26099,9 +26156,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"Kansiossa on valittua kuvatiedostoa vastaava kalibrointitiedosto: {0}\n"
@@@ -25089,9 -26423,6 +26480,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25307,6 -26638,9 +26695,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25339,15 -26673,31 +26730,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Muuta ominaisuuksia"
+
msgid "Country preset:"
msgstr ""
@@@ -25462,9 -26812,6 +26869,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25643,19 -26990,19 +27047,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25872,6 -27219,95 +27276,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25908,6 -27344,10 +27401,10 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Varoitus: poikkeus ohitetaan, koska tehtävä oli jo peruttu. Poikkeus: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26064,9 -27504,6 +27561,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26741,6 -28178,8 +28235,8 @@@ msgstr "
msgid "Extracts node from a way"
msgstr ""
+ "Irrottaa valitun solmun kaikista poluista ja siirtää kursorin alle. "
+ "Polkuihin luodaan uusi solmu samaan alkuperäiseen kohtaan."
msgid ""
"This tool extracts node from its ways and requires single node to be "
@@@ -26758,10 -28197,11 +28254,11 @@@ msgid "
msgstr ""
msgid "Split Object"
- msgstr ""
+ msgstr "Jaa elementti"
msgid "Split an object at the selected nodes."
msgstr ""
+ "Jakaa polun valittujen solmujen kohdalta kahdeksi erilliseksi kohteeksi"
msgid "The current selection cannot be used for splitting."
msgstr "Valintaa ei voida käyttää jakamiseen."
@@@ -26794,12 -28234,14 +28291,14 @@@ msgid "
msgstr ""
msgid "Symmetry"
- msgstr ""
+ msgstr "Peilaa valinnan ympäri"
msgid ""
"Please select at least two nodes for symmetry axis and something else to "
"mirror."
msgstr ""
+ "Valitse ensin vähintään kaksi solmua peilausakseliksi ja jotain peilattavia "
+ "kohteita"
msgid "Copy tags from previous selection"
msgstr "Kopioi tagit edellisestä valinnasta"
@@@ -26882,7 -28324,7 +28381,7 @@@ msgid "Lat Lon tool
msgstr ""
msgid "Create geometry by entering lat lon coordinates for it."
- msgstr ""
+ msgstr "Luo polku syöttämällä lista peräkkäisiä koordinaatteja"
msgid ""
"Enter the coordinates for the new nodes, one for each line.<br/>If you enter "
@@@ -27005,7 -28447,7 +28504,7 @@@ msgid "Too many ways are added: {0}!
msgstr ""
msgid "All inside [testing]"
- msgstr ""
+ msgstr "Valitun polun sisäpuolella olevat kohteet"
msgid "Select all inside selected polygons"
msgstr "Valitse kaikki objektit valittujen alueiden sisältä"
@@@ -27014,6 -28456,8 +28513,8 @@@ msgid "
"Nothing found. Please select some closed ways or multipolygons to find all "
"primitives inside them!"
msgstr ""
+ "Ei mitään valittavaa. Valitse ensin yksi tai useampi suljettu polku tai "
+ "monimonikulmio."
msgid "Area boundary [testing]"
msgstr ""
@@@ -27059,9 -28503,6 +28560,6 @@@ msgstr "Poista pisteet valinnasta
msgid "Removes all nodes from selection"
msgstr "Poistaa kaikki pisteet valinnasta"
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -27212,7 -28653,7 +28710,7 @@@ msgid "Way Download
msgstr "Lataa polun päästä"
msgid "Download map data on the end of selected way"
- msgstr ""
+ msgstr "Lataa karttadataa valitun polun pään ympäriltä."
msgid ""
"<html>Neither a node nor a way with an endpoint outside of the<br>current "
@@@ -27278,19 -28719,23 +28776,23 @@@ msgstr "
"Valitse useampia peräkkäisiä, haarautumattomia polkuja haluamillasi ehdoilla."
msgid "Add names from Wikipedia"
- msgstr ""
+ msgstr "Lisää nimen puuttuvat kieliversiot Wikipediasta"
msgid ""
"Fetches interwiki links from Wikipedia in order to add several name tags"
msgstr ""
+ "Hae Wikipedian artikkelista linkit eri kieliversioihin ja lisää kohteelle "
+ "puuttuvat nimiversiot."
msgid ""
"Copies the {0} template to the system clipboard instantiated with the "
"coordinates of the first selected node"
msgstr ""
+ "Luo leikepöydälle {0} -wiki-mallineen kutsun ensimmäisen valitun solmun "
+ "koordinaateilla. Voit liittää sen wikiin."
msgid "Copy {0} template"
- msgstr ""
+ msgstr "Luo malline {0} leikepöydälle"
msgid "Fetch Wikipedia articles with coordinates"
msgstr ""
@@@ -27351,9 -28796,6 +28853,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/fil.po
index d8a4352,b500033..2e48ab1
--- a/i18n/po/fil.po
+++ b/i18n/po/fil.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-06-19 14:15+0000\n"
"Last-Translator: Anthony Balico <Unknown>\n"
"Language-Team: Filipino <fil at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:09+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:09+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: fil\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/fr.po
index 0d14e0b,811ca8f..3178974
--- a/i18n/po/fr.po
+++ b/i18n/po/fr.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-15 12:23+0000\n"
- "Last-Translator: Nicolas Croiset <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-18 19:30+0000\n"
+ "Last-Translator: Don-vip <Unknown>\n"
"Language-Team: Fr <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-16 04:32+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:41+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: fr\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -45,12 -45,15 +45,15 @@@ msgid "Invalid value {0} for parameter
msgstr "La valeur {0} est invalide pour le paramètre ''has_arg''"
msgid "Background Terms of Use"
- msgstr "Conditions dâutilisation en arrière-plan"
+ msgstr "Conditions dâutilisation du fond de carte"
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
"Lâouverture du lien nâest pas supportée sur cette plateforme (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "Erreur: {0}"
+
msgid "WARNING: {0}"
msgstr "ATTENTION: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr "Cause : "
+
msgid "Executing platform startup hook"
msgstr "Initialisation spécifique à la plateforme"
@@@ -166,18 -172,19 +172,19 @@@ msgid "About JOSM...
msgstr "Ã propos de JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Attention : le format de lâadresse web est inattendu. La redirection vers "
- "lâhistorique de lâobjet échouera probablement. Lâadresse Web est : ''{0}''"
+ "Format inattendu de l''URL de base pour l''API. La redirection vers les "
+ "pages d''information ou d''historique des objets OSM échouera probablement. "
+ "L''URL de base est : ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Attention : le format de lâadresse web est inattendu. La redirection vers la "
- "page de lâutilisateur échouera probablement. Lâadresse Web est : ''{0}''"
+ "Format inattendu de l''URL de base pour l''API. La redirection vers les "
+ "pages utilisateur OSM échouera probablement. L''URL de base est : ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -266,9 -273,6 +273,6 @@@ msgstr "Outil : {0}
msgid "Please select at least four nodes."
msgstr "Sélectionnez au moins quatre nÅuds."
- msgid "Information"
- msgstr "Informations"
-
msgid "Align Nodes in Line"
msgstr "Aligner les nÅuds"
@@@ -305,6 -309,9 +309,9 @@@ msgstr "suivant
msgid "Nothing selected to zoom to."
msgstr "Aucune sélection sur laquelle zoomer."
+ msgid "Information"
+ msgstr "Informations"
+
msgid "Zoom to {0}"
msgstr "Zoomer sur {0}"
@@@ -361,11 -368,9 +368,9 @@@ msgstr "
"sens. Voulez-vous en inverser certains ?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Impossible de fusionner les chemins (ils ne peuvent pas être fusionnés en "
- "une seule chaîne de nÅuds)"
msgid "Combine {0} ways"
msgstr "Fusionner {0} chemins"
@@@ -549,6 -554,9 +554,9 @@@ msgstr "Historique
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Afficher lâhistorique des chemins, nÅuds ou relations"
+ msgid "Show history"
+ msgstr "Afficher lâhistorique"
+
msgid "History (web)"
msgstr "Historique (web)"
@@@ -676,11 -684,9 +684,9 @@@ msgid "Joined overlapping areas
msgstr "A fusionné des zones superposées"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Des chemins faisaient partie des relations qui ont été modifiées. Veuillez "
- "vérifier quâaucune erreur nâa été introduite."
msgid "Fix tag conflicts"
msgstr "Résoudre les conflits dâattributs"
@@@ -851,11 -857,9 +857,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Fusionner les nÅuds sur le plus ancien"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Veuillez sélectionner au moins deux nÅuds à fusionner, ou un nÅud proche "
- "dâun autre."
msgid "Abort Merging"
msgstr "Annuler la fusion"
@@@ -1060,16 -1064,9 +1064,9 @@@ msgid "Orthogonalize / Undo
msgstr "Mise en forme orthogonale"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Mise en forme orthogonale\n"
- "Veuillez sélectionner les nÅuds qui ont été déplacés par la dernière mise en "
- "forme orthogonale !"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Annuler la mise en forme orthogonale"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1090,9 -1087,6 +1087,6 @@@ msgstr "Orthogonaliser
msgid "Usage"
msgstr "Utilisation"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Les éléments sélectionnés ne peuvent être mis en forme orthogonale"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1268,9 -1262,6 +1262,6 @@@ msgstr "Charger la session
msgid "Load a session from file."
msgstr "Charger une session depuis un fichier."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Fichier session (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Ouvrir la session"
@@@ -1424,19 -1415,14 +1415,14 @@@ msgstr "
"sélectionnez des nÅuds au milieu du chemin.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Lâappartenance à une relation fondée sur un rôle a été copiée vers "
- "tous les nouveaux chemins.<br>Vous devriez vérifier et corriger si "
- "nécessaire.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Lâappartenance à une relation a été copiée vers tous les nouveaux "
- "chemins.<br>Vous devriez vérifier et corriger si nécessaire.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Couper le chemin {0} en {1} parties"
@@@ -1537,6 -1523,28 +1523,28 @@@ msgstr "
"des problèmes parce que vous ne voyez pas l''objet réel.<br>Souhaitez-vous "
"continuer ?"
+ msgid "Disconnect Node from Way"
+ msgstr "Deconnexion d'un noeud à partir d'un way"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Slectionnez au moins un noeud qui doit être deconnecté"
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Le noeud sélectionné ne peut pas être déconnecté d'autre chose"
+ msgstr[1] ""
+ "Les nÅuds sélectionnés ne peuvent pas être déconnectés d'autre chose"
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Annuler"
@@@ -1834,6 -1842,9 +1842,9 @@@ msgstr "({0}/{1}) Chargement des parent
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Chargement des parents de la relation {2}"
+ msgid "Download session"
+ msgstr "Chargement d'une session"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Téléchargement de {0} de {1} ({2} restant)"
@@@ -1973,7 -1984,7 +1984,7 @@@ msgid "Finish drawing.
msgstr "Terminer le chemin."
msgid "FIX"
- msgstr ""
+ msgstr "Correctif"
msgid "draw angle snap"
msgstr "tracer des angles discrets"
@@@ -2082,10 -2093,10 +2093,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Impossible de placer un nÅud hors du monde."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Ajouter un nÅud au chemin"
- msgstr[1] "Ajouter un nÅud à {0} chemins"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Ajout d'un nouveau noeud au chemin"
+ msgstr[1] "Ajout d'un nouveau jeu aux {0} chemins"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Impossible de supprimer un nÅud référencé par plusieurs objets"
@@@ -2558,6 -2569,9 +2569,9 @@@ msgstr "\"valeur\" dans nâimporte que
msgid "matches if ''key'' exists"
msgstr "correspond si \"clé\" existe"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "combinateurs"
@@@ -2772,11 -2786,8 +2786,8 @@@ msgstr "Paramètre manquant pour XOR (o
msgid "Missing operator for NOT"
msgstr "Paramètre manquant pour NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Attention : coupure automatique de la valeur de lâattribut ''{0}'' sur "
- "lâobjet supprimé {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2871,6 -2882,9 +2882,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "{0} objet ajouté"
msgstr[1] "{0} objets ajoutés"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Le nouveau way {0} ne possède 0 noeud"
+
msgid "Change node {0}"
msgstr "Modifier le nÅud {0}"
@@@ -2907,11 -2921,11 +2921,11 @@@ msgstr "Retirer ââ{0}ââ pour {1
msgid "Set {0}={1} for {2} objects"
msgstr "Définir {0}={1} pour {2} objets"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "{0} propriétés supprimées pour {1} objets"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "Suppression de {0} tag(s) sur {1} objet(s)"
- msgid "Set {0} properties for {1} objects"
- msgstr "{0} propriétés définies pour {1} objets"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "Modification de {0} attributs pour {1} objets"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Remplacer ââ{0}ââ par ââ{1}ââ pour"
@@@ -2935,11 -2949,11 +2949,11 @@@ msgid "Double conflict
msgstr "Double conflit"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Attention : le calque ''{0}'' nâexiste plus. Impossible de retirer le "
- "conflit sur lâobjet ''{1}''."
+ "Le calque ''{0}'' n''existe plus. Impossible de supprimer le conflit pour "
+ "l''objet ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Ajouter le conflit sur ''{0}''"
@@@ -3058,6 -3072,9 +3072,9 @@@ msgstr[1] "{0} objets enlevés
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Résoudre les conflits de la liste des membres de la relation {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Supprimer les noeuds de {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Faire pivoter {0} nÅud"
@@@ -3126,11 -3143,9 +3143,9 @@@ msgid "Reverse directional way.
msgstr "Inversion du sens du tracé"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Les modifications de ces attributs sont suggérées pour préserver la "
- "cohérence des données lors de lâinversion du chemin."
msgid "Relation"
msgstr "Relation"
@@@ -3159,10 -3174,10 +3174,10 @@@ msgstr "Appliquer les modifications
msgid "Do not apply changes"
msgstr "Ne pas appliquer les modifications"
- msgid "Please select which property changes you want to apply."
- msgstr "Sélectionnez les modifications que vous voulez appliquer :"
+ msgid "Please select which changes you want to apply."
+ msgstr "Merci de sélectionner quel changement vous désirez appliquer"
- msgid "Properties of "
+ msgid "Tags of "
msgstr "Attributs de "
msgid "Roles in relations referring to"
@@@ -3187,6 -3202,9 +3202,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Impossible de supprimer lâancien fichier de sauvegarde {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Votre travail sera automatiquement sauvegardé"
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Erreur pendant la création de la sauvegarde du calque supprimé : {0}"
@@@ -3221,21 -3239,19 +3239,19 @@@ msgstr "
"Veuillez activer la fonction correspondante manuellement et recommencer "
"lââimport."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Avertissement : échec de création du répertoire cache manquant : {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Ãchec de création du répertoire cache manquant : {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Attention : impossible de forcer les préférences pour ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Attention : lâinitialisation des préférences a échoué. Le dossier des "
- "préférences ''{0}'' nâest pas un dossier."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3245,11 -3261,9 +3261,9 @@@ msgstr "
"préférences ''{0}'' nâest pas un dossier.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Attention : lâinitialisation des préférences a échoué. Impossible de créer "
- "le dossier manquant des préférences : {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3258,18 -3272,14 +3272,14 @@@ msgstr "
"<html>Lâinitialisation des préférences a échoué.<br>Impossible de créer le "
"dossier manquant des préférences : {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: fichier de préférences ''{0}'' manquant. Création d''un fichier de "
+ "Fichier de préférences ''{0}'' manquant. Création d''un nouveau fichier de "
"préférences par défaut."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Attention : remplacement du fichier des préférences ''{0}'' par le fichier "
- "par défaut."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3287,11 -3297,11 +3297,11 @@@ msgstr "
"préférences par défaut.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Attention: Impossible dââinitialiser les préférences. Erreur lors de la "
- "réinitialisation du fichier de préférences à sa valeur par défaut: {0}"
+ "Impossible d''initialiser les préférences. Impossible de réinitialiser le "
+ "fichier de préférences à sa valeur par défaut : {0}"
msgid "Paint style {0}: {1}"
msgstr "Modèle de rendu {0} : {1}"
@@@ -3320,14 -3330,13 +3330,13 @@@ msgstr "La ressource ''{0}'' nâa pas
msgid "UNKNOWN"
msgstr "inconnue"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Avertissement: Numéro de version de JOSM inattendu dans le fichier des "
- "révisions, sa valeur est ''{0}''"
+ "Numéro de version de JOSM inattendu dans le fichier de révision, la valeur "
+ "est ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Attention : le fichier de révision \"/REVISION\" est manquant."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Le fichier de révision ''/REVISION'' est manquant."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Un conflit est déjà enregistré pour lâobjet ''{0}''"
@@@ -3499,11 -3508,8 +3508,8 @@@ msgid "Parameter {0} not in range 0..{1
msgstr ""
"Le paramètre {0} nâest pas dans la plage 0â¦{1}. Actuellement il est ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Erreur : le chargement de la classe \"{0}\" du rendu de carte a échoué. La "
- "classe nâa pas été trouvée."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3619,8 -3625,8 +3625,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identifiant de datum inconnu: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum requis (+datum=*, +towgs84=* ou +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3664,11 -3670,6 +3670,6 @@@ msgstr "Projection personnalisée
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Erreur: impossible d''ouvrir le flux d''entrée pour la ressource "
- "''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3709,6 -3710,9 +3710,9 @@@ msgstr "autre validation
msgid "Running test {0}"
msgstr "Test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test ''{0}'' exécuté en {1}"
+
msgid "Addresses"
msgstr "Adresse"
@@@ -3734,6 -3738,15 +3738,15 @@@ msgstr "Plusieurs nom de rues dans la r
msgid "House number too far from street"
msgstr "Numéro trop loin de la rue"
+ msgid "Barriers and entrances"
+ msgstr "Barrières et portails"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Test pour barrières et portails"
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Le type de barrière n'est pas défini"
+
msgid "Building inside building"
msgstr "Bâtiment à lâintérieur dâun autre"
@@@ -3795,6 -3808,9 +3808,9 @@@ msgstr " ou
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} est déprécié, utiliser {1} à la place"
+ msgid "{0} is unnecessary"
+ msgstr "{0} n''est pas nécessaire"
+
msgid "Duplicated nodes"
msgstr "NÅuds dupliqués"
@@@ -3877,6 -3893,15 +3893,15 @@@ msgstr "Effectue des contrôles sémant
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Rond-point incorrect (highway: {0} Ã la place de {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Information de passage piéton manquante"
+
+ msgid "Unknown country code: {0}"
+ msgstr "Code pays inconnu : {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "Contexte source:maxspeed inconnu : {0}"
+
msgid "Multipolygon"
msgstr "Multipolygone"
@@@ -3950,6 -3975,12 +3975,12 @@@ msgid "This test finds nodes that have
msgstr ""
"Chercher les nÅuds avec un nom similaire qui pourraient être dupliqués."
+ msgid "Opening hours syntax"
+ msgstr "Syntaxe des heures d'ouverture"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "Ce test vérifie la bonne syntaxe des heures d'ouverture"
+
msgid "Overlapping Areas"
msgstr "Zones superposées"
@@@ -4011,15 -4042,15 +4042,15 @@@ msgstr "Le type de relation est inconnu
msgid "Relation is empty"
msgstr "La relation est vide"
+ msgid "Role verification problem"
+ msgstr "Problème de vérification de rôle"
+
msgid "<empty>"
msgstr "<vide>"
msgid "Role {0} missing"
msgstr "Le rôle {0} manque"
- msgid "Role verification problem"
- msgstr "Problème de vérification de rôle"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Nombre de rôles {0} trop bas ({1})"
@@@ -4050,11 -4081,11 +4081,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "Vérifier les chemins avec des noms similaires ou mal orthographiés."
- msgid "Properties checker :"
- msgstr "Vérificateur dâattributs :"
+ msgid "Tag checker"
+ msgstr "Test de tag"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Vérifier les erreurs dans les clés et les valeurs."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Ce test vérifie les erreurs dans les tags et valeurs"
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ligne du vérificateur dâattributs invalide - {0} : {1}"
@@@ -4198,8 -4229,8 +4229,8 @@@ msgid "Use the default spellcheck file
msgstr ""
"Utiliser le fichier de vérification orthographique par défaut (recommandé)."
- msgid "Fix properties"
- msgstr "Corriger les propriétés"
+ msgid "Fix tags"
+ msgstr "Correctif de tag"
msgid "Could not find element type"
msgstr "Impossible de trouver le type element"
@@@ -4277,6 -4308,9 +4308,9 @@@ msgstr "Chemins non fermés
msgid "This tests if ways which should be circular are closed."
msgstr "Vérifier si les chemins circulaires sont fermés."
+ msgid "Unclosed way"
+ msgstr "Chemin non fermé"
+
msgid "natural type {0}"
msgstr "type Nature {0}"
@@@ -4307,9 -4341,6 +4341,6 @@@ msgstr "bâtiment
msgid "area"
msgstr "zone"
- msgid "Unclosed way"
- msgstr "Chemin non fermé"
-
msgid "Unconnected ways"
msgstr "Chemins non connectés"
@@@ -4334,12 -4365,12 +4365,12 @@@ msgstr "nÅuds sans attribut et non con
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "Vérifier les nÅuds sans attribut ne faisant partie dâaucun chemin."
- msgid "No tags"
- msgstr "Aucun attribut"
-
msgid "Unconnected nodes without physical tags"
msgstr "NÅuds non connectés et sans attribut"
+ msgid "No tags"
+ msgstr "Aucun attribut"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "A un attribut contenant « fixme » ou « FIXME »"
@@@ -4401,27 -4432,6 +4432,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr "Terre inversée : la terre nâest pas sur le coté gauche du chemin"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Le nombre dâargument nâest pas valide pour le signet"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Une erreur est survenue lors de la lecture du signet : %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
- "Erreur : ligne ''{0}'' inattendue dans le fichier des signets ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Erreur : valeur double erronée ''{0}'' à la ligne ''{1}'' dans le fichier "
- "des signets ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Impossible de lire les signets depuis<br>''{0}''<br>Erreur : {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ne plus afficher"
@@@ -4525,9 -4535,8 +4535,8 @@@ msgstr "Afficher lâaide
msgid "Downloading \"Message of the day\""
msgstr "Téléchargement du \"Message du jour\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr ""
- "Avertissement: impossible de lire le message du jour. Lââexception était: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Impossible de lire le message du jour. L''exception était : {0}"
msgid "Message of the day not available"
msgstr "Message du jour indisponible"
@@@ -4778,6 -4787,19 +4787,19 @@@ msgid "Toggles the visibility of the ed
msgstr ""
"Change la visibilité de la barre dââoutils dââédition (la barre verticale)"
+ msgid "Preset preferences"
+ msgstr "Préférences des modèles"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+ "Cliquez pour ouvrir l''onglet des modèles d''attributs dans les préférences"
+
+ msgid "Imagery preferences"
+ msgstr "Préférences d''imagerie"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Cliquez pour ouvrir l''onglet d''imagerie dans les préférences"
+
msgid "Audio"
msgstr "Audio"
@@@ -4884,20 -4906,6 +4906,6 @@@ msgstr "En arrière-plan
msgid "Click to run job in background"
msgstr "Cliquez pour lancer la tâche en arrière-plan"
- msgid "false: the property is explicitly switched off"
- msgstr "faux : la propriété est désactivée"
-
- msgid "true: the property is explicitly switched on"
- msgstr "coché : la propriété est activée"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "partiel : les objets sélectionnés ont différentes valeurs, ne pas modifier"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "décoché : ne pas utiliser cette propriété sur la sélection"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5212,6 -5220,9 +5220,9 @@@ msgstr "> bas
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Copier mes nÅuds sélectionnés à la fin de la version fusionnée"
+ msgid "> before"
+ msgstr "> avant"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5219,6 -5230,9 +5230,9 @@@ msgstr "
"Copier mes nÅuds sélectionnés avant le premier nÅud sélectionné de la "
"version fusionnée"
+ msgid "> after"
+ msgstr "> après"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5226,14 -5240,23 +5240,23 @@@ msgstr "
"Copier mes nÅuds sélectionnés après le premier nÅud sélectionné de la "
"version fusionnée"
+ msgid "< top"
+ msgstr "< haut"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "Copier leurs nÅuds sélectionnés au début de la version fusionnée"
+ msgid "< bottom"
+ msgstr "< bas"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "Copier leurs nÅuds sélectionnés à la fin de la version fusionnée"
+ msgid "< before"
+ msgstr "< avant"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5241,6 -5264,9 +5264,9 @@@ msgstr "
"Copier leurs nÅuds sélectionnés avant le premier nÅud sélectionné de la "
"version fusionnée"
+ msgid "< after"
+ msgstr "< après"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5257,8 -5283,8 +5283,8 @@@ msgstr "Copier tous leurs nÅuds dans l
msgid "Up"
msgstr "Monter"
- msgid "Move up the selected elements by one position."
- msgstr "Monter les nÅuds sélectionnés"
+ msgid "Move up the selected entries by one position."
+ msgstr "Déplacer vers le haut les entrées sélectionnées d''un cran."
msgid "Down"
msgstr "Descendre"
@@@ -5312,16 -5338,6 +5338,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Version du serveur ({0} élément)"
msgstr[1] "Version du serveur ({0} éléments)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Le réglage {0} nâest pas encore enregistré. Impossible de régler la "
- "synchronisation."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Le réglage {0} nâest pas encore enregistré."
-
msgid "Node"
msgstr "NÅud"
@@@ -5603,19 -5619,15 +5619,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Clé :"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Entrer un nom dâattribut, par exemple "
- "<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valeur :"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "Entrer une valeur dâattribut, par exemple <strong><tt>vérifier les "
- "membres</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6194,6 -6206,9 +6206,9 @@@ msgstr "Afficher/Masquer
msgid "Information about layer"
msgstr "Informations sur le calque"
+ msgid "Map paint preferences"
+ msgstr "Préférences du rendu de carte"
+
msgid "Map Paint Styles"
msgstr "Coloriage"
@@@ -6277,6 -6292,36 +6292,36 @@@ msgstr "Modèle actuellement actif ?
msgid "No"
msgstr "Non"
+ msgid "Object type:"
+ msgstr "Type :"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mixte"
+
+ msgid "Choose the OSM object type"
+ msgstr "Sélectionner le type dâobjet OSM"
+
+ msgid "Object ID:"
+ msgstr "Identifiant :"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Veuillez saisir lâidentifiant de lâobjet à télécharger"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Les identifiants peuvent être séparés par des virgules ou des espaces.<br> "
+ "Exemples : <b><ul><li>1 2 5</li><li>1,2,5</li></ul></b> En mode mixte, "
+ "spécifiez les objets comme ceci : <b>w123, n110, w12, r15</b><br>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relations"
@@@ -6367,11 -6412,8 +6412,8 @@@ msgstr "Sélectionner les objets de ce
msgid "Launches a browser with information about the user"
msgstr "Afficher le profil de cet utilisateur"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Attention : le navigateur a été ouvert pour le premier {0} des {1} "
- "utilisateurs"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6547,9 -6589,6 +6589,6 @@@ msgstr "Modifier le contenu
msgid "Update the changeset content from the OSM server"
msgstr "Mettre à jour le contenu du groupe de modifications"
- msgid "Show history"
- msgstr "Afficher lâhistorique"
-
msgid "Download and show the history of the selected objects"
msgstr "Télécharger et afficher lâhistorique de la sélection"
@@@ -6878,11 -6917,9 +6917,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>Télécharger les groupes de modifications du calque</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Attention : la valeur pour la préférence ''{0}'' est inattendue. "
- "Actuellement elle est ''{1}''. Rétablissement de la requête par défaut."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6953,35 -6990,47 +6990,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Cette adresse web nâest pas valide"
- msgid "Select objects for which to change properties."
- msgstr "Sélectionnez les objets pour lesquels modifier les propriétés."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Propriétés/Appartenances"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Afficher les propriétés de la sélection"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<différent>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr "Attributs/Appartenance"
+
+ msgid "Tags for selected objects."
+ msgstr "Attributs pour les objets sélectionnés."
+
msgid "Member Of"
msgstr "Membre de"
msgid "Position"
msgstr "Position"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Attributs : {0} / Appartenances : {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Attributs : {0} / Appartenance : {1}"
- msgid "Properties / Memberships"
- msgstr "Attributs et appartenances"
+ msgid "Tags / Memberships"
+ msgstr "Attributs / Appartenance"
msgid "Delete the selected key in all objects"
msgstr "Supprimer lâattribut"
- msgid "Delete Properties"
- msgstr "Supprimer des propriétés"
+ msgid "Delete Tags"
+ msgstr "Supprimer les attributs"
msgid "Change relation"
msgstr "Modifier la relation"
@@@ -6995,14 -7044,14 +7044,14 @@@ msgstr "Voulez-vous vraiment supprimer
msgid "Add a new key/value pair to all objects"
msgstr "Ajouter un nouvel attribut"
- msgid "Add Property"
- msgstr "Ajouter une propriété"
+ msgid "Add Tag"
+ msgstr "Ajouter un tag"
msgid "Edit the value of the selected key for all objects"
msgstr "Modifier lâattribut"
- msgid "Edit Properties"
- msgstr "Modifier les propriétés"
+ msgid "Edit Tags"
+ msgstr "Modifier les attributs"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Aller sur la page wiki de description de lâattribut (F1)"
@@@ -7164,10 -7213,8 +7213,8 @@@ msgstr "La relation est supprimée.
msgid "Downloading relation {0}"
msgstr "Téléchargement de la relation {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Avertissement: Exception ignorée en raison de lââannulation de la tâche. "
- "Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Exception ignorée parce que la tâche a été annulée. Exception: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7515,6 -7562,26 +7562,26 @@@ msgid "way is not connected to previou
msgstr ""
"le chemin nâest pas connecté au précédent membre de la relation ni au suivant"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Le nombre dâargument nâest pas valide pour le signet"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Une erreur est survenue lors de la lecture du signet : %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Ligne inattendue ''{0}'' dans le fichier de favoris ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Impossible de lire les signets depuis<br>''{0}''<br>Erreur : {1}</html>"
+
msgid "Bookmarks"
msgstr "Signets"
@@@ -7660,21 -7727,8 +7727,8 @@@ msgstr "Télécharger les référents (
msgid "Download object"
msgstr "Télécharger un objet"
- msgid "Object type:"
- msgstr "Type :"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mixte"
-
- msgid "Choose the OSM object type"
- msgstr "Sélectionner le type dâobjet OSM"
-
- msgid "Object ID:"
- msgstr "Identifiant :"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Veuillez saisir lâidentifiant de lâobjet à télécharger"
+ msgid "Start downloading"
+ msgstr "Télécharger lâobjet"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7687,28 -7741,9 +7741,9 @@@ msgid "Select if the members of a relat
msgstr ""
"Sélectionnez si les membres de la relation doivent également être téléchargés"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Les identifiants peuvent être séparés par des virgules ou des espaces.<br> "
- "Exemples : <b><ul><li>1 2 5</li><li>1,2,5</li></ul></b> En mode mixte, "
- "spécifiez les objets comme ceci : <b>w123, n110, w12, r15</b><br>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Télécharger les référents (relations parentes et chemins)"
- msgid "Start downloading"
- msgstr "Télécharger lâobjet"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Liste dâidentifiants invalide\n"
- "Impossible de télécharger les objets."
-
msgid "Class Type"
msgstr "Classe"
@@@ -7821,9 -7856,8 +7856,8 @@@ msgstr "Avancer dâune page
msgid "Go to the JOSM help home page"
msgstr "Afficher la page dâaccueil"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
- "Attention : mauvais emplacement dans le document HTML. Exception : {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Impossible dâouvrir la page dâaide. Lâadresse web est vide."
@@@ -7933,6 -7967,9 +7967,9 @@@ msgid "
msgstr ""
"<html>Version <strong>{0}</strong> créée le <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Commentaire de groupe de modifications"
+
msgid "Changeset info"
msgstr "Information sur le groupe de modifications"
@@@ -8043,9 -8080,8 +8080,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Objet encore utilisé"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Attention : lâentête dâerreur ââ{0}ââ ne correspond à aucun motif attendu."
msgid "Upload"
msgstr "Envoyer"
@@@ -8067,6 -8103,12 +8103,12 @@@ msgstr "Ajoutez un commentaire :
msgid "Enter an upload comment"
msgstr "Ajouter un commentaire à votre envoi"
+ msgid "Specify the data source for the changes:"
+ msgstr "Spécifiez la source de données pour les modifications:"
+
+ msgid "Enter a source"
+ msgstr "Entrez une source"
+
msgid "Changeset id:"
msgstr "Identifiant :"
@@@ -8138,11 -8180,8 +8180,8 @@@ msgid "Closing changeset {0}
msgstr "Fermeture du groupe de modifications {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Attention : lâaffichage des références au premier plan a échoué. Exception "
- "de sécurité."
msgid "Enter credentials for OSM API"
msgstr "Identification OSM"
@@@ -8228,12 -8267,11 +8267,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Décompression de {0} dans {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Avertissement: Impossible de télécharger le fichier ''{0}''. Son lien de "
- "téléchargement ''{1}'' n''est pas une URL valide. Le téléchargement est "
- "ignoré."
+ "Impossibilité de télécharger le fichier ''{0}''. Le lien de téléchargement "
+ "URL ''{1}'' n'est pas valide. Téléchargement ignoré."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8250,11 -8288,10 +8288,10 @@@ msgid "Missing user identity
msgstr "Identité de lâutilisateur manquante"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Attention : la récupération des informations sur lâutilisateur a échoué. "
- "Exception : {0}"
+ "Impossible de retrouver les informations de l''utilisateur courant. "
+ "L''exception était : {0}"
msgid "Download objects"
msgstr "Télécharger les objets"
@@@ -8514,12 -8551,6 +8551,6 @@@ msgstr "Envoyer les objets
msgid "Please revise upload comment"
msgstr "Veuillez vérifier le commentaire de votre envoi"
- msgid "Revise"
- msgstr "Vérifier"
-
- msgid "Continue as is"
- msgstr "Continuer"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8533,10 -8564,31 +8564,31 @@@ msgstr "
"modifications, vous rendrez ainsi la vie plus facile pour les autres "
"utilisateurs."
- msgid "Return to the previous dialog to enter a more descriptive comment"
- msgstr "Ajouter un commentaire"
+ msgid "Please specify a changeset source"
+ msgstr "Veuillez spécifier une source pour le groupe de modifications"
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Vous n''avez pas spécifié de source pour vos modifications.<br />C''est "
+ "techniquement autorisé, mais cela aide les autres utilisateurs<br />à "
+ "comprendre l''origine des données.<br /><br />Si vous passez une minute "
+ "maintenant pour expliquer vos modifications, <br />vous faciliterez la vie "
+ "des autres mappeurs."
+
+ msgid "Revise"
+ msgstr "Vérifier"
+
+ msgid "Continue as is"
+ msgstr "Continuer"
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr "Ajouter un commentaire"
+
+ msgid "Cancel and return to the previous dialog"
msgstr "Annuler et revenir à la fenêtre précédente"
msgid "Do not show this message again"
@@@ -8548,6 -8600,25 +8600,25 @@@ msgstr "Entrez dâabord une taille val
msgid "Illegal chunk size"
msgstr "La taille est erronée"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>Le changeset à venir contient un tag sans valeur "
+ "key/value:<br>{0}<br>Continuer ?</html>"
+ msgstr[1] ""
+ "<html>Le changeset à venir contient des tag sans valeur "
+ "key/value:<br>{0}<br>Continuer ?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Metadata vide"
+
msgid "Cancel the upload and resume editing"
msgstr "Annuler lâenvoi et reprendre les modifications"
@@@ -8555,11 -8626,9 +8626,9 @@@ msgid "Tags of changeset {0}
msgstr "Attributs du groupe de modifications {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Attention : lâobjet ''{0}'' est déjà supprimé sur le serveur. Il sera ignoré "
- "pour compléter lâenvoi."
msgid "Preparing objects to upload ..."
msgstr "Préparation des objets à mettre à jourâ¦"
@@@ -8702,9 -8771,6 +8771,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Lâobjet ''{0}'' est déjà supprimé. Il sera ignoré lors de lâenvoi."
- msgid "Warning: {0}"
- msgstr "Avertissement: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Envoi dâ{0} objetâ¦"
@@@ -8714,6 -8780,9 +8780,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr "Lâexception est ignorée car lâenvoi a été annulé. Exception : {0}"
+ msgid "Upload successful!"
+ msgstr "Succès de l'envoi !"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8734,10 -8803,8 +8803,8 @@@ msgstr "Sélectionner les objets à env
msgid "Cancel uploading"
msgstr "Annuler lâenvoi"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Attention : la valeur pour la clé ''{0}'' dans les préférences est "
- "inattendue. Actuellement elle est ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Sélectionnez la méthode dâenvoi :"
@@@ -8895,8 -8962,8 +8962,8 @@@ msgstr "marqueur suivant
msgid "Jump to next marker"
msgstr "Aller au marqueur suivant"
- msgid "Previos marker"
- msgstr "marqueur précédent"
+ msgid "Previous marker"
+ msgstr "Marqueur précédent"
msgid "Jump to previous marker"
msgstr "Aller au marqueur précédent"
@@@ -8928,10 -8995,8 +8995,8 @@@ msgstr "version {0}
msgid "Merging layers"
msgstr "Fusion des calques"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
- "Attention : le mélange de données 0.6 et 0.5 génère des données de version "
- "0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9310,9 -9375,6 +9375,6 @@@ msgstr "Extraction des positions GPS de
msgid "Starting directory scan"
msgstr "Début de lâanalyse du dossier"
- msgid "One of the selected files was null"
- msgstr "Un des fichiers sélectionnés était vide"
-
msgid "Read photos..."
msgstr "Lire des photosâ¦"
@@@ -9332,6 -9394,9 +9394,9 @@@ msgid "Error while getting files from d
msgstr ""
"Une erreur est survenue lors de la récupération des fichiers du dossier {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Un des fichiers sélectionnés était vide"
+
msgid "Geotagged Images"
msgstr "Images géolocalisées"
@@@ -9391,6 -9456,12 +9456,12 @@@ msgstr "Suivant
msgid "Show next Image"
msgstr "Afficher la prochaine image"
+ msgid "Show first Image"
+ msgstr "Afficher la première image"
+
+ msgid "Show last Image"
+ msgstr "Afficher la dernière image"
+
msgid "Center view"
msgstr "Centrer la vue"
@@@ -9473,9 -9544,6 +9544,6 @@@ msgstr "
"<html>Lâenvoi de données GPS non traitées sur la carte est considéré comme "
"nocif.<br>Si vous voulez envoyer des traces, lisez ceci :</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Personnaliser le dessin des traces"
@@@ -9678,17 -9746,11 +9746,11 @@@ msgstr "Il y a eu une erreur dâaffich
msgid "(URL was: "
msgstr "(Lâadresse web était : "
- msgid "Error displaying URL"
- msgstr "Erreur dâaffichage de lâadresse web"
-
msgid "Select the map painting styles"
msgstr "Sélectionner les styles de rendu de carte"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Attention : le téléchargement des modèles Mappaint depuis ''{0}'' a échoué. "
- "Exception : {1}"
msgid "loading style ''{0}''..."
msgstr "Chargement du modèle ''{0}''â¦"
@@@ -9706,10 -9768,8 +9768,8 @@@ msgstr[1] "
"Il y a eu {0} erreurs durant le chargement du modèle. Cliquez sur "
"\"Informations\" pour plus de détails."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Attention : lâanalyse des modèles Mappaint depuis ''{0}'' a échoué. Erreur : "
- "{1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Le motif est erroné, les valeurs doivent être positives"
@@@ -9718,11 -9778,8 +9778,8 @@@ msgid "Illegal dash pattern, at least o
msgstr "Le motif est erroné, au moins une valeur doit être positive"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Attention : lâanalyse des modèles Mappaint depuis ''{0}'' a échoué. Erreur : "
- "[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Clé de lâautorisation dâaccès :"
@@@ -9822,7 -9879,7 +9879,7 @@@ msgid "
"data upload requests don''t use your password any more."
msgstr ""
"Veuillez entrer vos identifiants OSM. Votre mot de passe <strong>ne sera "
- "pas</strong> enregistré en clair mais transmis <strong>une unique "
+ "pas</strong> enregistré en clair mais transmis <strong>une seule "
"fois</strong> au serveur OSM. Il ne sera plus utilisé lors de vos prochains "
"envois."
@@@ -9897,7 -9954,7 +9954,7 @@@ msgid "
msgstr ""
"<html>La récupération de lâautorisation dâaccès OAuth depuis le serveur OSM "
"a échoué.<br>Veuillez réessayer ou choisir une autre méthode "
- "dâauthentification,<br>par exemple semi-automatique or manuelle.</html>"
+ "dâauthentification,<br>par exemple semi-automatique ou manuelle.</html>"
msgid "OAuth authorization failed"
msgstr "Lâautorisation OAuth a échoué"
@@@ -9989,8 -10046,8 +10046,8 @@@ msgstr "Annuler lâautorisation dâac
msgid "Close the dialog and accept the Access Token"
msgstr "Accepter lâautorisation dâaccès et fermer la fenêtre"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Attention : impossible dâinterrompre le processus OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Récupération de la requête dâaccès OAuth depuis ''{0}''"
@@@ -10792,7 -10849,7 +10849,7 @@@ msgstr "Ajouter un paramètre
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10861,6 -10918,9 +10918,9 @@@ msgstr "Afficher les nÅuds virtuels da
msgid "Draw inactive layers in other color"
msgstr "Afficher les calques inactifs sous une autre couleur"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Mettre en surbrillance les nÅuds et chemins survolés"
@@@ -10871,7 -10931,7 +10931,7 @@@ msgid "Smooth map graphics (antialiasin
msgstr "Appliquer un anticrénelage"
msgid "Smooth map graphics in wireframe mode (antialiasing)"
- msgstr ""
+ msgstr "Lissage des graphismes de la carte en mode filaire (anticrénelage)"
msgid "Draw only outlines of areas"
msgstr "Afficher seulement les limites des surfaces"
@@@ -10908,6 -10968,8 +10968,8 @@@ msgid "
"Apply antialiasing to the map view in wireframe mode resulting in a smoother "
"appearance."
msgstr ""
+ "Appliquer l'anticrénelage à la vue de la carte en mode filaire entraînant "
+ "une apparence plus lisse."
msgid "Hightlight target nodes and ways while drawing or selecting"
msgstr ""
@@@ -10918,14 -10980,19 +10980,19 @@@ msgid "
"in the selected style."
msgstr "Supprimer le remplissage des surfaces."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Options affectant les performances de rendu"
msgid "Segment drawing options"
- msgstr ""
+ msgstr "Options de dessin des segments"
msgid "Select and draw mode options"
- msgstr ""
+ msgstr "Options du mode selection et dessin"
msgid "Other options"
msgstr "Autres options"
@@@ -11175,6 -11242,8 +11242,8 @@@ msgid "
"{0} is replaced by tile zoom level, also supported:<br>offsets to the zoom "
"level: {1} or {2}<br>reversed zoom level: {3}"
msgstr ""
+ "{0} est remplacé par le niveau de zoom des tuiles, également supporté : <br> "
+ "décalages au niveau de zoom: {1} ou {2} <br> niveau de zoom inversé : {3}"
msgid "{0} is replaced by X-coordinate of the tile"
msgstr "{0} est remplacé par la coordonnée X de la tuile"
@@@ -11228,6 -11297,6 +11297,12 @@@ msgstr "4. Vérifier l''URL WMS génér
msgid "5. Enter name for this layer"
msgstr "5. Entrer un nom pour ce calque"
++msgid "4. Verify generated WMS URL"
++msgstr "4. Vérifier l''URL WMS générée"
++
++msgid "5. Enter name for this layer"
++msgstr "5. Entrer un nom pour ce calque"
++
msgid "Show Bounds"
msgstr "Afficher les limites"
@@@ -11283,7 -11352,7 +11358,7 @@@ msgid "Selected entries:
msgstr "Fournisseurs actifs :"
msgid "Add a new {0} entry by entering the URL"
- msgstr ""
+ msgstr "Ajouter une nouvelle entrée {0} en entrant l'URL"
msgid "Remove entry"
msgstr "Supprimer le fournisseur"
@@@ -11404,6 -11473,12 +11479,12 @@@ msgstr "
"JOSM ajoutera ''~'' au nom du fichier et lâenregistrera dans le même "
"dossier.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Fichier de sauvegarde"
@@@ -11471,8 -11546,8 +11552,8 @@@ msgstr "Paramètres de la carte
msgid "Settings for the map projection and data interpretation."
msgstr "Choisissez la projection et le modèle de rendu de la carte."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Attention : impossible de lire la source de balisage : {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Impossible de lire le modèle dâattributs : {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11754,21 -11829,6 +11835,6 @@@ msgstr "Grille (Suisse)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (sans corrections locales)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zone :"
-
- msgid "North"
- msgstr "Nord :"
-
- msgid "South"
- msgstr "Sud"
-
- msgid "Hemisphere"
- msgstr "Hémisphère :"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort Marigot 1949"
@@@ -11790,6 -11850,21 +11856,21 @@@ msgstr "UTM France (DOM France)
msgid "UTM Geodesic system"
msgstr "Système géodésique :"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zone :"
+
+ msgid "North"
+ msgstr "Nord :"
+
+ msgid "South"
+ msgstr "Sud"
+
+ msgid "Hemisphere"
+ msgstr "Hémisphère :"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Test de lâadresse web OSM ''{0}''"
@@@ -11854,8 -11929,8 +11935,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Utiliser une identification OAuth"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11864,22 -11939,26 +11945,26 @@@ msgstr "Nom dâutilisateur OSM :
msgid "OSM password:"
msgstr "Mot de passe OSM :"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "Attention : la récupération des références OSM a échoué."
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr "Le gestionnaire dâautorisations actuel est du type ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "Attention : lâenregistrement des références OSM a échoué."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Fréquence de vérification des nouveaux messages"
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Attention : la récupération des autorisations dâaccès OAuth a échoué."
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "Attention : le stockage des autorisations dâaccès OAuth a échoué."
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr ""
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11968,18 -12047,9 +12053,9 @@@ msgid "Use a SOCKS proxy
msgstr "Utiliser un proxy SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Attention : JOSM est configuré pour utiliser les proxies présents dans les "
- "paramètres système. Mais Java nâest pas configuré pour les retrouver. "
- "Rétablissement des préférences sur ''Aucun proxy''"
-
- msgid "disabled"
- msgstr "désactivé"
-
- msgid "no modifier"
- msgstr "aucun modifieur"
msgid "Shortcut Background: User"
msgstr ""
@@@ -12051,8 -12121,8 +12127,8 @@@ msgstr "Appliquer les attributs
msgid "New relation"
msgstr "Nouvelle relation"
- msgid "Change Properties"
- msgstr "Modifier les propriétés"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Prérequis inconnu : {0}"
@@@ -12082,7 -12152,7 +12158,7 @@@ msgid "Select auto-increment of {0} fo
msgstr ""
msgid "Cancel auto-increment for this field"
- msgstr "Annuler l'auto-incrément pour ce champ"
+ msgstr "Annuler l''auto-incrément pour ce champ"
msgid "{0}:"
msgstr "{0} :"
@@@ -12134,9 -12204,6 +12210,6 @@@ msgstr "Ãlément de rôle prédéfini
msgid "Preset sub element without parent"
msgstr "Sous élément prédéfini sans parent"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Impossible de lire le modèle dâattributs : {0}"
-
msgid "Error parsing {0}: "
msgstr "Erreur dâanalyse de {0} : "
@@@ -12155,6 -12222,16 +12228,16 @@@ msgstr "Afficher uniquement les attribu
msgid "Search in tags"
msgstr "Rechercher dans les mots-clés"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Le réglage {0} nâest pas encore enregistré. Impossible de régler la "
+ "synchronisation."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Le réglage {0} nâest pas encore enregistré."
+
msgid "All files (*.*)"
msgstr "Tous les fichiers (*.*)"
@@@ -12189,9 -12266,59 +12272,59 @@@ msgstr "
"La valeur nâest pas un identifiant OSM valide. Veuillez entrer un entier "
"positif"
+ msgid "false: the property is explicitly switched off"
+ msgstr "faux : la propriété est désactivée"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "coché : la propriété est activée"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "partiel : les objets sélectionnés ont différentes valeurs, ne pas modifier"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "décoché : ne pas utiliser cette propriété sur la sélection"
+
msgid "Cut"
msgstr "Couper"
+ msgid "Right click = copy to clipboard"
+ msgstr "Clic droit = copier vers le presse-papiers"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Lâattribut obligatoire ''{0}'' est manquant."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "La valeur pour lâattribut obligatoire ''{0}'' de type long est erronée. "
+ "Actuellement elle est ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "La valeur pour lâattribut obligatoire ''{0}'' de type long (>=0) est "
+ "erronée. Actuellement elle est ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Valeur illégale pour l''attribut « {0} » de type double. « {1} » obtenu."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "La valeur pour lâattribut obligatoire ''{0}'' de type booléen est erronée. "
+ "Actuellement elle est ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "La valeur pour lâattribut obligatoire ''{0}'' de type OsmPrimitiveType est "
+ "erronée. Actuellement elle est ''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12228,11 -12355,9 +12361,9 @@@ msgid "Contacting OSM Server...
msgstr "Connexion au serveur OSMâ¦"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Attention : la valeur de lâattribut ''{0}'' de lâélément ''{1}'' dans les "
- "capacités du serveur est erronée. Actuellement elle est ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Lâanalyse de la date ''{0}'' renvoyée par le serveur a échoué."
@@@ -12286,40 -12411,27 +12417,27 @@@ msgstr "
"''{1}''."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Attention : la valeur pour la préférence ''{0}'' est inattendue. "
- "Actuellement elle est ''{1}''. Le proxy ne sera pas utilisé."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Attention : les paramètres pour le proxy HTTP sont inattendus. Actuellement "
- "lâhôte est ''{0}'' et le port est ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Attention : les paramètres pour le proxy SOCKS sont inattendus. Actuellement "
- "lâhôte est ''{0}'' et le port est ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Erreur : la connexion au proxy ''{0}'' avec lâadresse web ''{1}'' a échoué. "
- "Exception : {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Attention : Java nâest pas configuré pour retrouver les proxies depuis les "
- "paramètres système. La propriété ''java.net.useSystemProxies'' est manquante "
- "au démarrage. Aucun proxy ne sera utilisé."
msgid "Parsing response from server..."
msgstr "Analyse de la réponse du serveurâ¦"
@@@ -12424,6 -12536,9 +12542,9 @@@ msgstr "
"Erreur de syntaxe : la structure du document nâest pas valide pour un "
"document GPX"
+ msgid "(at line {0}, column {1})"
+ msgstr "(Ã la ligne {0}, colonne {1})"
+
msgid "Unknown mode {0}."
msgstr "Mode {0} inconnu."
@@@ -12439,15 -12554,21 +12560,21 @@@ msgstr "Recherche des fichiers image
msgid "No image files found."
msgstr "Aucun fichier image nâa été trouvé."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Vous avez {0} message non lu."
+ msgstr[1] "Vous avez {0} messages non lus."
+
+ msgid "Click here to see your inbox."
+ msgstr "Cliquez ici pour ouvrir votre boite de réception"
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Lâouverture du flux dâentrée pour la ressource ''{0}'' a échoué"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Attention : lâouverture du fichier avec lâextension ''{2}'' et nommé ''{3}'' "
- "dans le fichier zip ''{0}'' a échoué. Exception : {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Impossible de renommer le fichier de {0} Ã {1}."
@@@ -12534,8 -12655,8 +12661,8 @@@ msgstr "Phrases inconnues : {0}
msgid "Zero coordinates: {0}"
msgstr "Coordonnées nulles : {0}"
- msgid "NMEA import success"
- msgstr "Importation des trames NMEA réussie"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Lâimportation des trames NMEA a échoué !"
@@@ -12651,48 -12772,13 +12778,13 @@@ msgstr "Aucune donnée trouvée dans l
msgid "Open OsmChange file"
msgstr "Ouvrir le fichier OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Lâattribut obligatoire ''{0}'' est manquant."
-
msgid "Unsupported version: {0}"
msgstr "Version non supportée : {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "La valeur pour lâattribut obligatoire ''{0}'' de type long est erronée. "
- "Actuellement elle est ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "La valeur pour lâattribut obligatoire ''{0}'' de type long (>=0) est "
- "erronée. Actuellement elle est ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Valeur illégale pour l''attribut « {0} » de type double. « {1} » obtenu."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "La valeur pour lâattribut obligatoire ''{0}'' de type booléen est erronée. "
- "Actuellement elle est ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "La valeur pour lâattribut obligatoire ''{0}'' de type OsmPrimitiveType est "
- "erronée. Actuellement elle est ''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Attention : lâélément de départ ''{0}'' situé à la position ({1},{2}) dans "
- "le contenu du groupe de modifications nâest pas supporté. Abandon."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12702,11 -12788,9 +12794,9 @@@ msgstr "
"relation figurait hors dâun bloc \"create\", \"modify\" ou \"delete\"."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Attention : lâélément de fin ''{0}'' situé à la position ({1},{2}) dans le "
- "contenu du groupe de modifications nâest pas supporté. Abandon."
msgid "Parsing changeset content ..."
msgstr "Analyse du contenu du groupe de modificationsâ¦"
@@@ -12740,13 -12824,8 +12830,8 @@@ msgstr "
"Lâauthentification de la connexion HTTP avec un entête dâidentification "
"OAuth a échoué"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- "Attention : la valeur pour la préférence ''{0}'' est inattendue. "
- "Actuellement elle est ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(Ã la ligne {0}, colonne {1})"
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12845,12 -12924,9 +12930,9 @@@ msgstr "
"est erronée. Actuellement elle est {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "Attention : normalisation de la valeur pour lâattribut ''version'' de "
- "lâélément {0} à {2}, la version API version est ''{3}''. Actuellement elle "
- "est {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr ""
@@@ -13068,17 -13144,15 +13150,21 @@@ msgstr "Créer des nouveaux objets
msgid "Read protocol version"
msgstr "Lire la version du protocole"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Avertissement : impossible de démarrer le service de contrôle à distance sur "
- "le port {0} : {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Contrôle à distance::Connexions acceptées sur le port {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Contrôle à distance::Serveur arrêté."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "Contrôle à distance::Connexions acceptées sur le port {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Contrôle à distance::Serveur arrêté."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Il a été demandé au contrôle à distance de créer un nouveau nÅud."
@@@ -13122,6 -13196,15 +13208,15 @@@ msgstr "
"Le contrôle à distance va télécharger des données depuis lâadresse web "
"suivante :"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13157,20 -13240,20 +13252,20 @@@ msgstr "Données :
msgid "local file"
msgstr "fichier local"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Lier à un fichier de données OSM sur votre disque."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Lien vers le fichier GPX sur votre disque local"
msgid "include"
msgstr "inclure"
- msgid "Include OSM data in the .joz session file."
- msgstr "Inclure les données OSM dans le fichier de session .joz."
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "Pas dââassociation de fichier"
- msgid "OSM data will be included in the session file."
- msgstr "Les données OSM seront inclues dans le fichier de session."
+ msgid "GPX data will be included in the session file."
+ msgstr "Les données GPX seront inclues dans le fichier de session"
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13193,6 -13276,15 +13288,15 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr "La couche ne contient pas de données non sauvegardées"
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Lier à un fichier de données OSM sur votre disque."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Inclure les données OSM dans le fichier de session .joz."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "Les données OSM seront inclues dans le fichier de session."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13200,6 -13292,9 +13304,9 @@@ msgstr "
"La version ''{0}'' des métadonnées pour le calque de données OSM n''est pas "
"prise en charge. Version attendue: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Fichier session (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Impossible de trouver le fichier ''{0}''."
@@@ -13278,18 -13373,18 +13385,18 @@@ msgid "Download skipped
msgstr "Téléchargement abandonné"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Attention : impossible de télécharger le greffon ''{0}''. Son lien de "
- "téléchargement est inconnu. Téléchargement abandonné."
+ "Impossibilité de télécharger le greffon ''{0}''. Le lien de téléchargement "
+ "est inconnu. Avortement du téléchargement."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Attention : impossible de télécharger le greffon ''{0}''. Son lien de "
- "téléchargement ''{1}'' nâest pas valide. Téléchargement abandonné."
+ "Impossibilité de télécharger le greffon ''{0}''. Le lien de téléchargement "
+ "''{1}'' n'est pas un URL valide. Avortement du téléchargement."
msgid "Failed to create plugin directory ''{0}''"
msgstr "La création du dossier pour le greffon ''{0}'' a échoué"
@@@ -13464,11 -13559,11 +13571,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "La mise à jour du greffon a échoué"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Attention : Echec de la recherche du plugin {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "Echec de la recherche du plugin {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr "Attention : le téléchargement de la liste des greffons a échoué"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Désactiver le greffon"
@@@ -13482,30 -13577,22 +13589,22 @@@ msgstr "Garder le greffon
msgid "Click to keep the plugin ''{0}''"
msgstr "Garder le greffon ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Attention : la suppression du greffon périmé ''{0}'' a échoué."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Attention : lâinstallation du greffon ''{0}'' déjà téléchargé a échoué. "
- "Lâinstallation est abandonnée. Une ancienne version du greffon va être "
- "installée."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Attention : échec lors de l''installation du greffon « {0} » depuis le "
- "fichier temporaire téléchargé « {1} ». {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Attention : lâinstallation du greffon ''{0}'' Ã partir du dossier temporaire "
- "de téléchargement ''{1}'' a échoué. Impossible de renommer."
msgid "Click to disable the plugin ''{0}''"
msgstr "Désactiver le greffon ''{0}''"
@@@ -13580,11 -13667,8 +13679,8 @@@ msgstr "Traitement des fichiers cache d
msgid "Processing file ''{0}''"
msgstr "Traitement du fichier ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Attention : lâanalyse du fichier ''{0}'' concernant lâinformation du greffon "
- "a échoué. Abandon."
msgid "Processing plugin site cache icon files..."
msgstr "Mise en cache des icônes du greffonâ¦"
@@@ -13598,18 -13682,31 +13694,31 @@@ msgstr "Téléchargement de la liste de
msgid "Downloading plugin list from ''{0}''"
msgstr "Téléchargement de la liste des greffons depuis ''{0}''"
- msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ msgid "Plugin list download error"
+ msgstr "Erreur de téléchargemnt de la liste des plugins"
+
+ msgid "JOSM failed to download plugin list:"
msgstr ""
- "Attention : la création du dossier pour le greffon ''{0}'' a échoué. "
- "Impossible de mettre en cache la liste des greffons depuis le site ''{1}''."
- msgid "Writing plugin list to local cache ''{0}''"
- msgstr "Ãcriture de la liste des greffons dans le cache ''{0}''"
+ msgid "Details:"
+ msgstr "Détails:"
- msgid "Parsing plugin list from site ''{0}''"
- msgstr "Analyse de la liste des greffons du site ''{0}''"
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
+ msgid ""
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
+
+ msgid "Writing plugin list to local cache ''{0}''"
+ msgstr "Ãcriture de la liste des greffons dans le cache ''{0}''"
+
+ msgid "Parsing plugin list from site ''{0}''"
+ msgstr "Analyse de la liste des greffons du site ''{0}''"
msgid ""
"Failed to parse plugin list document from site ''{0}''. Skipping site. "
@@@ -14052,16 -14149,12 +14161,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Impossible de trouver l''image \"{0}\""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
- "Attention : lâouverture du fichier zip ''{0}'' a échoué. Exception : {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Attention : lâaccès au dossier ''{0}'' a échoué pour des raisons de "
- "sécurité. Exception : {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [veuillez saisir son nombre]"
@@@ -14073,9 -14166,52 +14178,52 @@@ msgstr "
"Lâouverture de lâadresse web a échoué car aucun navigateur nâest défini. "
"Veuillez dâabord choisir un navigateur."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "réservé"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"Conflit silencieux de raccourci clavier: ''{0}''déplacé par ''{1}'' vers "
@@@ -14112,8 -14248,22 +14260,22 @@@ msgstr "
"tampon. Il ne contient aucun objet JOSM ni aucun texte convenable. "
"</p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Clic droit = copier vers le presse-papiers"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14463,6 -14613,11 +14625,11 @@@ msgid "Saturation:
msgstr "Saturation :"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14770,6 -14925,9 +14937,9 @@@ msgstr "
"Ãcrit les informations GPS de position dans lâentête du fichier image. "
"Exécutez cette fonctionnalité depuis le menu clic droit du calque."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14831,9 -14989,6 +15001,6 @@@ msgstr "
"peut être forcé par la taille maximale de la zone supprimée, ainsi que le "
"nombre moyen des nÅuds à proximité."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Crée et modifie les cartes maritimes pour OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Fonctions d''édition pour OpenSeaMap"
@@@ -14877,6 -15032,11 +15044,11 @@@ msgstr "
"Dessine des bâtiments à partir du cadastre Tchèque. TraceServer (.NET ou "
"Mono) est nécessaire."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Permet de signer numériquement les données OSM."
@@@ -15019,6 -15179,9 +15191,9 @@@ msgstr "Remblai
msgid "Lit"
msgstr "Ãclairé"
+ msgid "Toll"
+ msgstr "Péage"
+
msgid "Motorway Link"
msgstr "Bretelle dâaccès à une autoroute"
@@@ -15109,6 -15272,50 +15284,50 @@@ msgstr "Rue résidentielle
msgid "Edit Residential Street"
msgstr "Modifier une rue résidentielle"
+ msgid "Bicycle Road"
+ msgstr "Piste cyclable"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Edition des pistes cyclables"
+
+ msgid "Highway type"
+ msgstr "Type de route"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "Rue résidentielle"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "Voie dâaccès"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "Route mineure"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "oui"
+
+ msgid "no"
+ msgstr "non"
+
+ msgid "destination"
+ msgstr "pour destination"
+
+ msgid "Oneway for bicycle"
+ msgstr "Sens unique pour cycle"
+
msgid "Living Street"
msgstr "Zone de rencontre"
@@@ -15127,11 -15334,11 +15346,11 @@@ msgstr "Surface
msgid "Service"
msgstr "Voie dâaccès"
- msgid "Edit Serviceway"
- msgstr "Modifier une voie dâaccès"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Type de voie dâaccès"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "ruelle"
@@@ -15142,6 -15349,9 +15361,9 @@@ msgstr "allée
msgid "parking_aisle"
msgstr "voie de parking"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Voie de parking"
@@@ -15169,18 -15379,12 +15391,12 @@@ msgstr "rond-point
msgid "jughandle"
msgstr "Voie de sortie (à droite pour tourner à gauche)"
- msgid "yes"
- msgstr "oui"
-
msgid "Road Restrictions"
msgstr "Restrictions dâaccès"
msgid "Edit Road Restrictions"
msgstr "Modifier les restrictions dâune route"
- msgid "Toll"
- msgstr "Péage"
-
msgid "No exit (cul-de-sac)"
msgstr "Sans issue"
@@@ -15190,9 -15394,6 +15406,6 @@@ msgstr "Par mode de transport
msgid "General Access"
msgstr "Tous modes de transport"
- msgid "destination"
- msgstr "pour destination"
-
msgid "delivery"
msgstr "véhicules de livraison"
@@@ -15202,15 -15403,15 +15415,15 @@@ msgstr "autorisé
msgid "private"
msgstr "privé"
+ msgid "customers"
+ msgstr "clients"
+
msgid "agricultural"
msgstr "véhicules agricoles"
msgid "forestry"
msgstr "véhicules sylvicoles"
- msgid "no"
- msgstr "non"
-
msgid "official"
msgstr "officiel"
@@@ -15256,6 -15457,9 +15469,9 @@@ msgstr "Véhicules de covoiturage
msgid "Public Service Vehicles (psv)"
msgstr "Véhicules de transport public"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Vitesse minimale (km/h)"
@@@ -15340,6 -15544,9 +15556,9 @@@ msgstr "Modifier un pont
msgid "viaduct"
msgstr "viaduc"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "tournant"
@@@ -15454,21 -15661,30 +15673,30 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilité"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excellente"
+ msgstr "excellent"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "bonne"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "moyenne"
+ msgctxt "trail_visibility"
msgid "bad"
msgstr "mauvaise"
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr "horrible"
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "aucune"
+
msgid "Wheelchairs"
msgstr "Accessible aux fauteuils roulants"
@@@ -15484,11 -15700,11 +15712,11 @@@ msgstr "Chemin pour cavaliers
msgid "Edit Bridleway"
msgstr "Modifier un chemin pour cavaliers"
- msgid "Cycle Lane"
- msgstr "Bande cyclable"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Modifier une bande cyclable"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Bande cyclable"
@@@ -15523,8 -15739,8 +15751,8 @@@ msgstr "Bande cyclable à droite
msgid "Oneway (bicycle)"
msgstr "Sens unique"
- msgid "Edit Highway"
- msgstr "Modifier une route"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Route"
@@@ -15592,12 -15808,18 +15820,18 @@@ msgstr "Aire de restauration
msgid "Edit Rest Area"
msgstr "Modifier une aire de restauration"
- msgid "Emergency Phone"
- msgstr "Borne dâappel dâurgence"
+ msgid "Drinking Water"
+ msgstr "Point dâeau"
msgid "Traffic Signal"
msgstr "Feu de circulation"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Passage piéton"
@@@ -15613,15 -15835,6 +15847,6 @@@ msgstr "avec îlot
msgid "unmarked"
msgstr "non signalé"
- msgid "Cross on horseback"
- msgstr "Traversée à cheval"
-
- msgid "Cross by bicycle"
- msgstr "Traversée à vélo"
-
- msgid "Crossing attendant"
- msgstr "Aide à la traversée"
-
msgid "Crossing type name (UK)"
msgstr "Type de passage"
@@@ -15643,6 -15856,15 +15868,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Aide à la traversée"
+
+ msgid "Cross by bicycle"
+ msgstr "Traversée à vélo"
+
+ msgid "Cross on horseback"
+ msgstr "Traversée à cheval"
+
msgid "Stop"
msgstr "Stop"
@@@ -15652,6 -15874,9 +15886,9 @@@ msgstr "Céder le passage
msgid "Mini-roundabout"
msgstr "Mini giratoire"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Ãdition d'un rond-point (pas giratoire)"
+
msgid "Direction"
msgstr "Sens"
@@@ -15661,11 -15886,8 +15898,8 @@@ msgstr "sens horaire
msgid "Pedestrian Crossing"
msgstr "Passage piéton"
- msgid "Edit Crossing"
- msgstr "Modifier un passage piéton"
-
- msgid "Type name (UK)"
- msgstr "Type"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Ralentisseur"
@@@ -15697,9 -15919,6 +15931,6 @@@ msgstr "plateau
msgid "Passing Place"
msgstr "Aire de croisement"
- msgid "Edit Passing Place"
- msgstr "Modifier une aire de croisement"
-
msgid "Turning Circle"
msgstr "Rond-point interne"
@@@ -15742,26 -15961,35 +15973,35 @@@ msgstr "Modifier un bloc
msgid "Allowed traffic:"
msgstr "Trafic autorisé :"
+ msgid "Material"
+ msgstr "Matériau"
+
+ msgid "stone"
+ msgstr "pierre"
+
msgid "Bollard"
msgstr "Plot"
msgid "Edit Bollard"
- msgstr "Modifier une bitte dâamarrage"
+ msgstr "Modifier un plot"
msgid "Bollard type"
- msgstr ""
+ msgstr "Type de plot"
msgid "rising"
msgstr "levé"
msgid "removable"
- msgstr ""
+ msgstr "Amovible"
+
+ msgid "plastic"
+ msgstr "plastique"
msgid "Cycle Barrier"
msgstr "Barrière pour cycles"
msgid "Edit Cycle Barrier"
- msgstr ""
+ msgstr "Modifier une barrière pour cycles"
msgid "Cattle Grid"
msgstr "Barrière canadienne"
@@@ -15773,7 -16001,7 +16013,7 @@@ msgid "Bus Trap
msgstr "Entrée de voie de bus (Allemagne)"
msgid "Edit Bus Trap"
- msgstr ""
+ msgstr "Modifier une entrée de voie de bus"
msgid "Spikes"
msgstr "Pointes"
@@@ -15806,10 -16034,10 +16046,10 @@@ msgid "Genus
msgstr "Genre"
msgid "Species"
- msgstr ""
+ msgstr "Espèce"
msgid "Taxon"
- msgstr ""
+ msgstr "Taxon"
msgid "Fence"
msgstr "Clôture"
@@@ -15826,27 -16054,21 +16066,24 @@@ msgstr "
msgid "electric"
msgstr "électrique"
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
- msgstr "Clôture de perches"
-
- msgid "chain"
- msgstr "chaîne"
-
- msgid "hedge"
- msgstr "haie"
-
msgid "pole"
msgstr "pylône"
-msgid "split_rail"
-msgstr "Clôture de perches"
+msgid "Guard Rail"
+msgstr ""
+
+msgid "Edit Guard Rail"
+msgstr ""
+ msgid "wire"
+ msgstr ""
+
+ msgid "Guard Rail"
+ msgstr "Glissière de sécurité"
+
+ msgid "Edit Guard Rail"
+ msgstr "Modifier la glissière de sécurité"
+
msgid "Wall"
msgstr "Mur"
@@@ -15869,8 -16091,9 +16106,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Fossé"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Modifier un fossé"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -15878,11 -16101,11 +16116,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Entrée"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Modifier une entrée"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Portail"
@@@ -15935,12 -16158,6 +16173,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Matériau"
-
- msgid "stone"
- msgstr "pierre"
-
msgid "Turnstile"
msgstr "Portillon"
@@@ -16001,12 -16218,21 +16233,21 @@@ msgstr "Modifier un canal dâévacuati
msgid "Ditch"
msgstr "Fossé"
+ msgid "Edit Ditch"
+ msgstr "Modifier un fossé"
+
msgid "Stream"
msgstr "Ruisseau"
msgid "Edit Stream"
msgstr "Modifier un ruisseau"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Canal"
@@@ -16046,9 -16272,6 +16287,6 @@@ msgstr "Modifier un barrage
msgid "Groyne"
msgstr "Ãpi"
- msgid "Edit Groyne"
- msgstr "Modifier un épi"
-
msgid "Breakwater"
msgstr "Digue"
@@@ -16082,6 -16305,21 +16320,21 @@@ msgstr "Modifier un réservoir couvert
msgid "Edit Water"
msgstr "Modifier une étendue dâeau"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Terre"
@@@ -16163,20 -16401,25 +16416,25 @@@ msgstr "Modifier un terminal de ferry
msgid "Cargo"
msgstr "Type de transport"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "passagers"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "véhicules"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "vélos"
+ msgstr "vélo/bicyclette"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "poids lourds"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "passagers et véhicules"
+ msgstr ""
msgid "Ferry Route"
msgstr "Itinéraire de ferry"
@@@ -16250,7 -16493,7 +16508,7 @@@ msgstr "tourisme
msgid "freight"
msgstr "Fret"
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -16274,11 -16517,14 +16532,14 @@@ msgstr "par câble aérien
msgid "rail"
msgstr "par rail"
- msgid "Voltage"
- msgstr "Tension"
+ msgid "Voltage in Volts (V)"
+ msgstr "Voltage en Volts (V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Frequency en Hertz (Hz)"
- msgid "Frequency (Hz)"
- msgstr "Fréquence (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -16289,9 -16535,6 +16550,6 @@@ msgstr "Voie ferrée étroite
msgid "Edit Narrow Gauge Rail"
msgstr "Modifier une voie ferrée étroite"
- msgid "Types"
- msgstr "Type"
-
msgid "Monorail"
msgstr "Monorail"
@@@ -16313,15 -16556,15 +16571,15 @@@ msgstr "Modifier un Train-Tram
msgid "Subway"
msgstr "Métro"
+msgid "Edit Tram"
+msgstr "Modifier un tramway"
+
msgid "Edit Subway"
msgstr "Modifier un métro"
msgid "Tram"
msgstr "Tramway"
-msgid "Edit Tram"
-msgstr "Modifier un tramway"
-
msgid "Bus Guideway"
msgstr "Bus guidé"
@@@ -16343,6 -16586,9 +16601,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Passage à niveau routier"
+ msgid "Edit Level Crossing"
+ msgstr "Edition de passage à niveau"
+
msgid "Supervised"
msgstr "supervisé"
@@@ -16355,21 -16601,35 +16616,56 @@@ msgstr "Signaux sonores
msgid "Barrier"
msgstr "Barrière"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "Oui"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "aucune"
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr "Demi-barrière"
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr "totale"
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr "Double demi-barrière"
+
+ msgid "Crossing"
+ msgstr "Passage à niveau piéton"
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr "Type de passage à niveau"
+
++msgid "Sound signals"
++msgstr "Signaux sonores"
++
++msgid "Barrier"
++msgstr "Barrière"
++
+msgid "half"
+msgstr "moyenne"
+
+msgid "full"
+msgstr "grande"
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr "Passage à niveau piéton"
+
+msgid "Crossing type"
+msgstr "Type de passage à niveau"
+
msgid "Turntable"
msgstr "Plaque tournante"
@@@ -16466,13 -16726,11 +16762,11 @@@ msgstr "Tapis magique
msgid "Edit Magic Carpet"
msgstr "Modifier un tapis magique"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Marchandises"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Modifier un transport de marchandise"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -16482,13 -16740,11 +16776,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Modifier une station"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pylône"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Modifier un pylône"
+ msgstr ""
msgid "Parking"
msgstr "Parking"
@@@ -16505,12 -16761,12 +16797,12 @@@ msgstr "en surface
msgid "underground"
msgstr "souterraine"
+ msgid "rooftop"
+ msgstr "toit"
+
msgid "Access"
msgstr "Accès"
- msgid "customers"
- msgstr "clients"
-
msgid "Park and Ride"
msgstr "Parc relais"
@@@ -16538,9 -16794,6 +16830,6 @@@ msgstr "Place de stationnement
msgid "Edit Parking space"
msgstr "Modifier une place de stationnement"
- msgid "rooftop"
- msgstr "toit"
-
msgid "Capacity"
msgstr "Capacité"
@@@ -16562,11 -16815,30 +16851,30 @@@ msgstr "Horaires dâouverture
msgid "24/7"
msgstr "24h/24 7j/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Lu-Ve 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Ma-Di 08:00-15:00, Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Entrée de parking"
@@@ -16715,6 -16987,9 +17023,9 @@@ msgstr "Borne de recharge
msgid "Edit Charging Station (for electric cars)"
msgstr "Modifier une borne de recharge"
+ msgid "Voltage"
+ msgstr "Tension"
+
msgid "Amperage"
msgstr "Ampérage"
@@@ -16736,6 -17011,12 +17047,12 @@@ msgstr "Garagiste
msgid "Edit Car Repair"
msgstr "Modifier un garagiste"
+ msgid "Parts"
+ msgstr "Pièces détachées"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Magasin de pneus"
@@@ -16763,6 -17044,12 +17080,12 @@@ msgstr "Location
msgid "Edit Car Rental"
msgstr "Modifier une location de voiture"
+ msgid "Second hand"
+ msgstr "Seconde main, occasion"
+
+ msgid "only"
+ msgstr "uniquement"
+
msgid "Sharing"
msgstr "Autopartage"
@@@ -16787,22 -17074,6 +17110,6 @@@ msgstr "Services :
msgid "Sale"
msgstr "Vente"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "oui"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "marque"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "occasion"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "non"
-
msgid "brand"
msgstr "marque"
@@@ -16824,9 -17095,6 +17131,6 @@@ msgstr "Contrôle technique
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Pièces détachées"
-
msgid "Clothes"
msgstr "Vêtements"
@@@ -17021,6 -17289,9 +17325,9 @@@ msgstr "Plateforme
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Bus"
@@@ -17051,6 -17322,9 +17358,9 @@@ msgstr "Funiculaire
msgid "Ferry"
msgstr "Ferry"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Banc"
@@@ -17063,9 -17337,6 +17373,6 @@@ msgstr "Accessible aux fauteuils roulan
msgid "limited"
msgstr "limité"
- msgid "only"
- msgstr "uniquement"
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -17075,9 -17346,14 +17382,14 @@@ msgstr "
msgid "funicular"
msgstr "funiculaire"
+ msgctxt "railway"
msgid "Station"
msgstr "Gare"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Modifier une station"
+
msgid "Building"
msgstr "Bâtiment"
@@@ -17090,6 -17366,9 +17402,9 @@@ msgstr "Modifier une bouche de métro
msgid "Ticket Machine"
msgstr "Billetterie automatique"
+ msgid "Edit Ticket Machine"
+ msgstr "Edition de billeterie automatique"
+
msgid "Reference Number"
msgstr "Numéro de référence"
@@@ -17114,14 -17393,6 +17429,6 @@@ msgstr "Cartes de fidélité
msgid "Public Transport (legacy)"
msgstr "Transport public (obsolète)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Gare"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Modifier une station"
-
msgid "UIC-Reference"
msgstr "Référence UIC"
@@@ -17170,8 -17441,8 +17477,8 @@@ msgstr "Modifier une plateforme de bus
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Modifier une station de taxi"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Aéroport"
@@@ -17224,6 -17495,21 +17531,21 @@@ msgstr "Aérogare
msgid "Edit Terminal"
msgstr "Modifier un aérogare"
+ msgid "Internet access"
+ msgstr "Accès Internet"
+
+ msgid "wlan"
+ msgstr "wi-fi"
+
+ msgid "wired"
+ msgstr "prise"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Accès Internet payant"
+
msgctxt "airport"
msgid "Gate"
msgstr "Porte dâembarquement"
@@@ -17246,21 -17532,6 +17568,6 @@@ msgstr "Modifier un hôtel
msgid "Stars"
msgstr "Ãtoiles"
- msgid "Internet access"
- msgstr "Accès Internet"
-
- msgid "wlan"
- msgstr "wi-fi"
-
- msgid "wired"
- msgstr "prise"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Accès Internet payant"
-
msgid "Smoking"
msgstr "Autorisation de fumer"
@@@ -17450,9 -17721,6 +17757,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Mar-Dim 08:00-15:00 ; Sam 08:00-12:00"
-
msgid "Tourism"
msgstr "Tourisme"
@@@ -17474,9 -17742,15 +17778,15 @@@ msgstr "Tour de vigie
msgid "Information Office"
msgstr "Office du Tourisme"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Carte"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Niveau de détail"
@@@ -17489,6 -17763,9 +17799,9 @@@ msgstr "rue
msgid "scheme"
msgstr "plan"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Zone affichée"
@@@ -17528,6 -17805,9 +17841,9 @@@ msgstr "â¦autres modes de transport po
msgid "Information Board"
msgstr "Panneau dâinformations"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Contenu du panneau"
@@@ -17549,23 -17829,35 +17865,35 @@@ msgstr "flore
msgid "Guidepost"
msgstr "Poteau indicateur"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Lieu dâinformations"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Description"
msgid "Audioguide"
msgstr "Guide audio"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Guide audio par téléphone mobile ?"
msgid "Phone number"
msgstr "Numéro de téléphone"
- msgid "Other Information Points"
- msgstr "Point dâinformations"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Loisirs"
@@@ -17694,50 -17986,44 +18022,44 @@@ msgstr "Åuvre dâart
msgid "Edit Artwork"
msgstr "Modifier une Åuvre dâart"
- msgid "Place of Worship"
- msgstr "Lieu de culte"
-
- msgid "Edit Place of Worship"
- msgstr "Modifier un lieu de culte"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr "Studio dâenregistrement"
- msgid "bahai"
- msgstr "bahaïsme"
+ msgid "Edit Studio"
+ msgstr "Modifier un studio"
- msgid "buddhist"
- msgstr "bouddhiste"
+ msgid "audio"
+ msgstr "audio"
- msgid "christian"
- msgstr "christianisme"
+ msgid "video"
+ msgstr "vidéo"
- msgid "hindu"
- msgstr "hindouisme"
+ msgid "Place of Worship"
+ msgstr "Lieu de culte"
- msgid "jain"
- msgstr "jaïnisme"
+ msgid "Church"
+ msgstr "Ãglise"
- msgid "jewish"
- msgstr "judaïsme"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "islam"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikhisme"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualisme"
+ msgid "cathedral"
+ msgstr "Cathédrale"
- msgid "taoist"
- msgstr "taoïsme"
+ msgid "chapel"
+ msgstr "Chapelle"
- msgid "unitarian"
- msgstr "unitarisme"
+ msgid "church"
+ msgstr "église"
- msgid "zoroastrian"
- msgstr "zoroastrisme"
+ msgid "temple"
+ msgstr "Temple"
msgid "Denomination"
msgstr "Dénomination"
@@@ -17754,6 -18040,12 +18076,12 @@@ msgstr "catholicisme
msgid "evangelical"
msgstr "évangélisme"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "témoins de Jehovah"
@@@ -17766,6 -18058,9 +18094,9 @@@ msgstr "méthodisme
msgid "mormon"
msgstr "mormonisme"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "orthodoxie"
@@@ -17784,92 -18079,192 +18115,192 @@@ msgstr "Société religieuse des Amis
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "chiisme"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunnisme"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Horaires de service"
- msgid "Su 10:00"
- msgstr "Di 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Di 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Di 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Horaires dââouverture"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Studio dâenregistrement"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Modifier un studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "audio"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "vidéo"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Bâtiment public"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Modifier un bâtiment public"
+ msgid "mosque"
+ msgstr "Mosquée"
- msgid "Town hall"
- msgstr "Mairie"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Modifier une mairie"
+ msgid "shia"
+ msgstr "chiisme"
- msgid "Community Centre"
- msgstr "Centre de loisirs"
+ msgid "sunni"
+ msgstr "sunnisme"
- msgid "Embassy"
- msgstr "Ambassade"
+ msgid "Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Modifier une ambassade"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Courthouse"
- msgstr "Palais de justice"
+ msgid "synagogue"
+ msgstr "Synagogue"
- msgid "Edit Courthouse"
- msgstr "Modifier un palais de justice"
+ msgid "conservative"
+ msgstr ""
- msgid "Prison"
- msgstr "Prison"
+ msgid "reform"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "Modifier une prison"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "Commissariat de police"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Edit Police"
- msgstr "Modifier un commissariat de police"
+ msgid "theravada"
+ msgstr ""
- msgid "Fire Station"
- msgstr "Caserne de pompiers"
+ msgid "mahayana"
+ msgstr ""
- msgid "Edit Fire Station"
- msgstr "Modifier une caserne de pompiers"
+ msgid "vajrayana"
+ msgstr ""
- msgid "Post Office"
- msgstr "Bureau de poste"
+ msgid "Hindu Temple"
+ msgstr ""
- msgid "Edit Post Office"
- msgstr "Modifier un bureau de poste"
+ msgid "Edit Hindu Temple"
+ msgstr ""
- msgid "Education"
- msgstr "Ãducation"
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahaïsme"
+
+ msgid "jain"
+ msgstr "jaïnisme"
+
+ msgid "sikh"
+ msgstr "sikhisme"
+
+ msgid "spiritualist"
+ msgstr "spiritualisme"
+
+ msgid "taoist"
+ msgstr "taoïsme"
+
+ msgid "unitarian"
+ msgstr "unitarisme"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrisme"
+
+ msgid "Public Building"
+ msgstr "Bâtiment public"
+
+ msgid "Edit Public Building"
+ msgstr "Modifier un bâtiment public"
+
+ msgid "Town hall"
+ msgstr "Mairie"
+
+ msgid "Edit Town hall"
+ msgstr "Modifier une mairie"
+
+ msgid "Community Centre"
+ msgstr "Centre de loisirs"
+
+ msgid "Embassy"
+ msgstr "Ambassade"
+
+ msgid "Edit Embassy"
+ msgstr "Modifier une ambassade"
+
+ msgid "Courthouse"
+ msgstr "Palais de justice"
+
+ msgid "Edit Courthouse"
+ msgstr "Modifier un palais de justice"
+
+ msgid "Prison"
+ msgstr "Prison"
+
+ msgid "Edit Prison"
+ msgstr "Modifier une prison"
+
+ msgid "Police"
+ msgstr "Commissariat de police"
+
+ msgid "Edit Police"
+ msgstr "Modifier un commissariat de police"
+
+ msgid "Fire Station"
+ msgstr "Caserne de pompiers"
+
+ msgid "Edit Fire Station"
+ msgstr "Modifier une caserne de pompiers"
+
+ msgid "Post Office"
+ msgstr "Bureau de poste"
+
+ msgid "Edit Post Office"
+ msgstr "Modifier un bureau de poste"
+
+ msgid "Education"
+ msgstr "Ãducation"
msgid "Kindergarten"
msgstr "Jardin dâenfants"
@@@ -17904,6 -18299,12 +18335,12 @@@ msgstr "Modifier une auto-école
msgid "License Classes"
msgstr "Permis délivré(s)"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Santé"
@@@ -17914,10 -18315,10 +18351,10 @@@ msgid "Edit Hospital
msgstr "Modifier un hôpital"
msgid "Clinic"
- msgstr ""
+ msgstr "Clinique"
msgid "Edit Clinic"
- msgstr ""
+ msgstr "Editer la clinique"
msgid "Doctors"
msgstr "Cabinet médical"
@@@ -17985,12 -18386,66 +18422,66 @@@ msgstr "Cabinet vétérinaire
msgid "Edit Veterinary"
msgstr "Modifier un cabinet vétérinaire"
- msgid "Drinking water"
- msgstr "Eau potable"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "public"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
msgid "Post Box"
msgstr "Boîte aux lettres"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Cabine téléphonique"
@@@ -18000,6 -18455,30 +18491,30 @@@ msgstr "Modifier une cabine téléphoni
msgid "Telephone cards"
msgstr "Cartes téléphoniques"
+ msgid "Emergency Phone"
+ msgstr "Borne dâappel dâurgence"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr "Défibrilateur automatique"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Edition de défibrilateur automatique"
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Horloge"
@@@ -18009,30 -18488,36 +18524,36 @@@ msgstr "Modifier une horloge
msgid "Display"
msgstr "Cadran"
- msgctxt "display"
msgid "analog"
- msgstr "analogique"
+ msgstr "Analogique"
- msgctxt "display"
msgid "digital"
- msgstr "numérique"
+ msgstr "Digitale"
- msgctxt "display"
msgid "sundial"
- msgstr "cadran solaire"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "peu orthodoxe"
+ msgstr ""
msgid "Support"
msgstr "Support"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "mural"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "panneau"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "Visibilité"
@@@ -18061,8 -18546,8 +18582,8 @@@ msgstr "Affiche lâhumidité
msgid "Recycling"
msgstr "Point de recyclage"
- msgid "Edit Recycling station"
- msgstr "Modifier un point de recyclage"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batteries"
@@@ -18088,21 -18573,15 +18609,15 @@@ msgstr "centre de tri
msgid "Waste Basket"
msgstr "Poubelle"
- msgid "Edit Waste Basket"
- msgstr "Modifier une poubelle"
-
msgid "Waste Disposal"
msgstr "Déchetterie"
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Dossier"
- msgid "plastic"
- msgstr "plastique"
-
msgid "Amount of Seats"
msgstr "Nombre de places"
@@@ -18137,8 -18616,17 +18652,17 @@@ msgstr "Modifier un abri de chasse
msgid "Height"
msgstr "Hauteur"
+ msgctxt "height"
msgid "low"
- msgstr "Faible"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Camouflé"
@@@ -18146,9 -18634,6 +18670,6 @@@
msgid "Lock"
msgstr "Verrouillé"
- msgid "Drinking Water"
- msgstr "Point dâeau"
-
msgid "Edit Source of Potable Water"
msgstr "Modifier le point dâeau"
@@@ -18180,6 -18665,9 +18701,9 @@@ msgstr "bassin
msgid "Diameter (in mm)"
msgstr "Diamètre (en mm)"
+ msgid "Hydrant Position"
+ msgstr "Position de borne incendie"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "voie"
@@@ -18217,119 -18705,155 +18741,155 @@@ msgstr "Stade
msgid "Edit Stadium"
msgstr "Modifier un stade"
- msgid "select sport:"
- msgstr "Selectionnez un sport :"
+ msgid "Select sport:"
+ msgstr "Selection du sport :"
- msgid "sport"
- msgstr "Sport"
+ msgid "Sport"
+ msgstr "Sports"
+ msgctxt "sport"
msgid "multi"
- msgstr "multisport"
+ msgstr "multi"
+ msgctxt "sport"
msgid "archery"
- msgstr "tir à lâarc"
+ msgstr "Archerie"
+ msgctxt "sport"
msgid "athletics"
- msgstr "athlétisme"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "football americain"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "football australien"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketball"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "boulingrin"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "football canadien"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "canoë"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "escalade"
+ msgstr "Escalade"
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "filets de cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cyclisme"
+ msgstr "Cyclisme"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "course de chiens"
+ msgstr "Course canine"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "équitation"
+ msgstr "Equitation"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "jeux_gaéliques"
+ msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastique"
+ msgstr "Gymnastique"
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "course de chevaux"
+ msgstr "Course hippique"
+ msgctxt "sport"
msgid "motor"
- msgstr "moteur"
+ msgstr "Sport mécanique"
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelote"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "sport de raquettes"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby (professionnel)"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby (amateur)"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "chasse"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "roller"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "ski"
+ msgstr "Ski"
+ msgctxt "sport"
msgid "soccer"
- msgstr "football"
+ msgstr "Football (Européen)"
+ msgctxt "sport"
msgid "swimming"
- msgstr "natation"
+ msgstr "Natation"
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tennis de table"
+ msgstr "Tennis de table"
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Centre sportif"
@@@ -18361,26 -18885,27 +18921,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Modifier un minigolf"
- msgid "Sport"
- msgstr "Sports"
-
msgid "Multi"
msgstr "Multisport"
msgid "Edit Multi"
msgstr "Modifier un terrain multisport"
- msgid "type"
- msgstr "Type"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "terrain"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr "centre sportif"
+ msgctxt "running"
msgid "stadium"
- msgstr "stade"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr "piste"
msgid "9pin"
msgstr "Bowling (9-pin)"
@@@ -18388,6 -18913,15 +18949,15 @@@
msgid "Edit 9pin"
msgstr "Modifier un bowling (9-pin)"
+ msgid "pitch"
+ msgstr "terrain"
+
+ msgid "sports_centre"
+ msgstr "centre sportif"
+
+ msgid "stadium"
+ msgstr "stade"
+
msgid "10pin"
msgstr "Bowling (10-pin)"
@@@ -18421,6 -18955,22 +18991,22 @@@ msgstr "Modifier une zone de canoë
msgid "Edit Cycling"
msgstr "Modifier un terrain de cyclisme"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "Terrain"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "stade"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Course de chiens"
@@@ -18477,7 -19027,7 +19063,7 @@@ msgid "Skating
msgstr "Roller"
msgid "Edit Skating"
- msgstr "Modifier un terrain de roller"
+ msgstr ""
msgid "ice_rink"
msgstr "patinoire"
@@@ -18521,38 -19071,56 +19107,56 @@@ msgstr "snowpark
msgid "Difficulty"
msgstr "Difficulté"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "très facile"
+ msgstr "Débutant"
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr "facile"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "Intermediaire"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "difficile"
+ msgstr "Perfexionné"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "très difficile"
+ msgstr "experimenté"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "hors piste"
+ msgstr ""
msgid "Grooming"
msgstr "Damage"
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "classique"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "bosses"
+ msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "classique;pas de patineur (skating)"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "par une motoneige"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "hors-piste pour ski de randonnée"
+ msgstr ""
msgid "Shooting"
msgstr "Tir sportif"
@@@ -18593,21 -19161,17 +19197,17 @@@ msgstr "Jeux Gaéliques
msgid "Edit Gaelic Games"
msgstr "Modifier les Jeux Gaéliques"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "Hurling"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Football"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
- msgstr "Camogie"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
- msgstr "Rounders"
+ msgstr ""
msgid "Rugby League"
msgstr "Rugby (professionnel)"
@@@ -18744,6 -19308,18 +19344,18 @@@ msgstr "Aéromodélisme
msgid "Edit Model Aerodrome"
msgstr "Modifier un terrain dâaéromodélisme"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "Automodélisme"
@@@ -18756,59 -19332,133 +19368,133 @@@ msgstr "Ãdifices
msgid "Edit Building"
msgstr "Modifier un bâtiment"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "toit"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garage"
+ msgstr ""
- msgid "church"
- msgstr "église"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "Batiment industrielle"
+
+ msgctxt "building"
msgid "school"
- msgstr "école"
+ msgstr "Batiment scolaire"
+ msgctxt "building"
msgid "hangar"
- msgstr "hangar"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "commercial"
+ msgstr "Batiment commerciale"
+ msgctxt "building"
msgid "farm"
- msgstr "ferme"
+ msgstr "Batiment agricole"
+ msgctxt "building"
msgid "transportation"
- msgstr "transports"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "serre"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "bureaux"
+ msgstr ""
+ msgctxt "building"
msgid "university"
msgstr "université"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "hôpital"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "commerce"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr "Bâtiment résidentiel"
msgid "Edit Residential Building"
msgstr "Modifier un bâtiment résidentiel"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "Batiment d'habitation"
+
+ msgctxt "building"
msgid "apartments"
- msgstr "appartements"
+ msgstr "Appartement"
+ msgctxt "building"
msgid "house"
msgstr "maison"
+ msgctxt "building"
msgid "hut"
- msgstr "hutte"
+ msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
- msgstr "maison mitoyenne"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
- msgstr "maison individuelle"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr "Entrée"
+
+ msgid "Edit Entrance"
+ msgstr "Modifier une entrée"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "principale"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "Entrée de service"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "sortie"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "urgence"
msgid "Tower"
msgstr "Grande structure"
@@@ -19034,42 -19684,68 +19720,68 @@@ msgstr "Horaires de fonctionnement
msgid "Mo-Fr 22:00-05:00"
msgstr "Lu-Ve 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Station météorologique"
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Modifier une station météorologique"
+ msgid "Tide Level"
+ msgstr ""
- msgid "Measurement"
- msgstr "Capteur"
+ msgid "Traffic"
+ msgstr ""
- msgid "particulate_matter"
- msgstr "qualité de lâair"
+ msgid "Air Quality"
+ msgstr ""
- msgid "seismic"
- msgstr "sismique"
+ msgid "Noise"
+ msgstr ""
- msgid "water_level"
- msgstr "niveau dâeau"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "weather"
- msgstr "météorologique"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgid "Recording"
- msgstr "Mesure"
+ msgid "Galileo Signals"
+ msgstr ""
- msgid "manually"
- msgstr "manuelle"
+ msgid "Radiation"
+ msgstr ""
- msgid "automated"
- msgstr "automatique"
+ msgid "Seismic Activity"
+ msgstr ""
- msgid "remote"
- msgstr "distante"
+ msgid "Recording:"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "aucun"
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "Point géodésique"
@@@ -19077,8 -19753,8 +19789,8 @@@
msgid "Edit Survey Point"
msgstr "Modifier un point géodésique"
- msgid "Surveillance"
- msgstr "Caméra de surveillance"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Modifier une caméra de surveillance"
@@@ -19089,12 -19765,102 +19801,102 @@@ msgstr "intérieur
msgid "outdoor"
msgstr "extérieur"
- msgid "public"
- msgstr "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "magasin"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "Hauteur en mètre (m)"
msgid "Power"
msgstr "Ãlectricité"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr "Formes dâénergie en sortie"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "électricité"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "eau chaude"
+
+ msgid "hot air"
+ msgstr "air chaud"
+
+ msgid "cold water"
+ msgstr "eau froide"
+
+ msgid "cold air"
+ msgstr "air froid"
+
+ msgid "compressed air"
+ msgstr "air comprimé"
+
+ msgid "steam"
+ msgstr "vapeur"
+
+ msgid "vacuum"
+ msgstr "vide"
+
msgid "Power Generator"
msgstr "Centrale électrique"
@@@ -19146,89 -19912,192 +19948,192 @@@ msgstr "éolienne
msgid "Method"
msgstr "Méthode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "méthanisation"
+ msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "Barrage hydraulique"
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "combustion"
+ msgstr "Centrale à combustion"
- msgid "dam"
- msgstr "barrage"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "fission nucléaire"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fusion"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "gazéification"
+ msgstr ""
+
+ msgid "biomass / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "photovoltaic"
- msgstr "solaire photovoltaïque"
+ msgstr "Génerateur photovoltaique"
- msgid "pumped-storage"
- msgstr "pompage-turbinage"
+ msgctxt "generator method"
+ msgid "pyrolysis"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "run-of-the-river"
+ msgstr ""
- msgid "pumping"
- msgstr "pompe à chaleur (géothermie)"
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
- msgid "pyrolysis"
- msgstr "pyrolyse"
+ msgctxt "generator method"
+ msgid "thermal"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
+
+ msgid "Generator Type"
+ msgstr ""
+
+ msgid "combined_cycle"
+ msgstr ""
+
+ msgid "gas combustion"
+ msgstr ""
+
+ msgid "francis_turbine"
+ msgstr ""
+
+ msgid "gas_turbine"
+ msgstr ""
+
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
+
+ msgid "heat_pump"
+ msgstr ""
+
+ msgid "horizontal_axis"
+ msgstr ""
+
+ msgid "tidal steam / wind"
+ msgstr ""
+
+ msgid "kaplan_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
- msgid "run-of-the-river"
- msgstr "fil de lââeau"
+ msgid "tokamak"
+ msgstr ""
- msgid "thermal"
- msgstr "transfert thermique"
+ msgid "vertical_axis"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "Formes dâénergie en sortie"
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
- msgid "electricity"
- msgstr "électricité"
+ msgid "nuclear fission"
+ msgstr "Fission nucléaire"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
- msgid "hot water"
- msgstr "eau chaude"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
- msgid "hot air"
- msgstr "air chaud"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
- msgid "cold water"
- msgstr "eau froide"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
- msgid "cold air"
- msgstr "air froid"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
- msgid "compressed air"
- msgstr "air comprimé"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
- msgid "steam"
- msgstr "vapeur"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
- msgid "vacuum"
- msgstr "vide"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
- msgid "battery charging"
- msgstr "charge de batterie"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Station électrique"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Modifier une station électrique"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Poste électrique"
@@@ -19239,6 -20108,21 +20144,21 @@@ msgstr "Modifier un poste électrique
msgid "Line reference"
msgstr "Référence de la ligne"
+ msgid "high"
+ msgstr "Ãlevée"
+
+ msgid "medium"
+ msgstr "Moyenne"
+
+ msgid "low"
+ msgstr "Faible"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Transformateur"
@@@ -19254,6 -20138,9 +20174,9 @@@ msgstr "Modifier un pylône haute-tensi
msgid "Tower reference"
msgstr "Référence"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Pylône basse-tension"
@@@ -19272,13 -20159,11 +20195,11 @@@ msgstr "Modifier une ligne électrique
msgid "Line type"
msgstr "Type de ligne"
- msgctxt "Power Line"
msgid "line"
- msgstr "haute-tension"
+ msgstr "ligne"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "faible-tension"
+ msgstr "Ligne basse tension"
msgid "Amount of Cables"
msgstr "Nombre de câbles"
@@@ -19385,11 -20270,11 +20306,11 @@@ msgstr "Kiosque
msgid "Edit Kiosk"
msgstr "Modifier un kiosque"
- msgid "Baker"
- msgstr "Boulangerie"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Modifier une boulangerie"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Boucherie"
@@@ -19400,8 -20285,8 +20321,8 @@@ msgstr "Modifier une boucherie
msgid "Seafood"
msgstr "Poissonnerie"
- msgid "Edit Seafood"
- msgstr "Modifier une poissonnerie"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Ãpicerie fine"
@@@ -19421,6 -20306,9 +20342,9 @@@ msgstr "Place de marché
msgid "Edit Marketplace"
msgstr "Modifier une place de marché"
+ msgid "Organic"
+ msgstr "Magasin bio"
+
msgid "Greengrocer"
msgstr "Fruits et légumes"
@@@ -19433,9 -20321,6 +20357,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Magasin bio"
-
msgid "Edit Organic/Bio"
msgstr "Modifier Organique/Bio"
@@@ -19505,8 -20390,8 +20426,8 @@@ msgstr "Modifier un tailleur
msgid "Fabric"
msgstr "Tissus"
- msgid "Edit Fabric"
- msgstr "Modifier un magasin de tissus"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Ãlectronique"
@@@ -19526,14 -20411,14 +20447,14 @@@ msgstr "Modifier un magasin dâélectr
msgid "Mobile Phone"
msgstr "Téléphonie mobile"
- msgid "Edit Mobile Phone"
- msgstr "Modifier un magasin de téléphonie mobile"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Aspirateur"
- msgid "Edit Vacuum Cleaner"
- msgstr "Modifier un magasin dâaspirateurs"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hi-Fi"
@@@ -19541,9 -20426,8 +20462,8 @@@
msgid "Edit Hifi Shop"
msgstr "Modifier un magasin Hi-Fi"
- msgctxt "shop"
msgid "Video"
- msgstr "Vidéo-club"
+ msgstr "Vidéo"
msgid "Edit Video Shop"
msgstr "Modifier un vidéo-club"
@@@ -19569,6 -20453,12 +20489,12 @@@ msgstr "Modifier un bureau de change
msgid "Edit Automated Teller Machine"
msgstr "Modifier un distributeur automatique"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Grand magasin"
@@@ -19605,11 -20495,32 +20531,32 @@@ msgstr "Bijouterie
msgid "Edit Jewelry"
msgstr "Modifier une bijouterie"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "bouddhiste"
+
+ msgid "christian"
+ msgstr "christianisme"
+
+ msgid "hindu"
+ msgstr "hindouisme"
+
+ msgid "jewish"
+ msgstr "judaïsme"
+
+ msgid "muslim"
+ msgstr "islam"
+
msgid "Erotic"
msgstr "Ãrotique"
- msgid "Edit Erotic"
- msgstr "Modifier un magasin coquin"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Fleuriste"
@@@ -19638,8 -20549,8 +20585,8 @@@ msgstr "Modifier une quincaillerie
msgid "Paint"
msgstr "Peinture"
- msgid "Edit Paint"
- msgstr "Modifier un magasin de peinture"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Ameublement"
@@@ -19650,20 -20561,20 +20597,20 @@@ msgstr "Modifier un magasin dâameuble
msgid "Kitchen"
msgstr "Cuisine"
- msgid "Edit Kitchen"
- msgstr "Modifier un cuisiniste"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Rideaux"
- msgid "Edit Curtain"
- msgstr "Modifier un magasin de rideaux"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Cadres"
- msgid "Edit Frames"
- msgstr "Modifier un encadreur"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Papeterie"
@@@ -19698,8 -20609,8 +20645,8 @@@ msgstr "Modifier une agence de voyage
msgid "Musical Instrument"
msgstr "Instruments de musique"
- msgid "Edit Musical Instruments"
- msgstr "Modifier un magasin dâinstruments de musique"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Jouets"
@@@ -19911,6 -20822,12 +20858,12 @@@ msgstr "Sommet
msgid "Edit Peak"
msgstr "Modifier un sommet"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glacier"
@@@ -19950,26 -20867,35 +20903,35 @@@ msgstr "Arbre
msgid "Edit Tree"
msgstr "Modifier un arbre"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr "Conifère"
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nom botanique"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Bois"
msgid "Edit Wood"
msgstr "Modifier un bois"
- msgctxt "wood"
msgid "coniferous"
msgstr "conifères"
- msgctxt "wood"
msgid "deciduous"
msgstr "feuillus"
- msgctxt "wood"
msgid "mixed"
- msgstr "mixte"
+ msgstr "conifères et feuillus"
msgid "Forest"
msgstr "Forêt"
@@@ -19977,15 -20903,6 +20939,6 @@@
msgid "Edit Forest Landuse"
msgstr "Modifier une forêt"
- msgid "coniferous"
- msgstr "conifères"
-
- msgid "deciduous"
- msgstr "feuillus"
-
- msgid "mixed"
- msgstr "conifères et feuillus"
-
msgid "Grassland"
msgstr ""
@@@ -20061,6 -20978,12 +21014,12 @@@ msgstr "Prairie
msgid "Edit Meadow Landuse"
msgstr "Modifier une prairie"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vigne"
@@@ -20115,7 -21038,7 +21074,7 @@@ msgstr "Aire de jeux
msgid "Edit Recreation Ground Landuse"
msgstr "Modifier une aire de jeux"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "Zone résidentielle"
msgid "Edit Residential Landuse"
@@@ -20127,6 -21050,9 +21086,9 @@@ msgstr "Petit cimetière
msgid "Edit Graveyard"
msgstr "Modifier un petit cimetière"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cimetière"
@@@ -20202,6 -21128,33 +21164,33 @@@ msgstr "Modifier une carrière
msgid "Annotation"
msgstr "Commentaire"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Modifier une adresse"
@@@ -20238,6 -21191,18 +21227,18 @@@ msgstr "pair
msgid "alphabetic"
msgstr "alphabétique"
+ msgid "Accuracy"
+ msgstr "Précision"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Contact (schéma commun)"
@@@ -20406,20 -21371,49 +21407,49 @@@ msgstr "Route générale
msgid "Edit general route"
msgstr "Editer la route générale"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "route"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "ferry"
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "chemin pour piétons"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "randonnée"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "tramway"
+ msgctxt "route type"
msgid "detour"
- msgstr "déviation"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "métropolitain"
msgid "Symbol description"
msgstr "Symbole"
@@@ -20466,20 -21460,23 +21496,23 @@@ msgstr "arrêt (sens aller uniquement)
msgid "backward halt point"
msgstr "arrêt (sens retour uniquement)"
- msgid "Route network"
- msgstr "Réseau routier"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Modifier un réseau routier"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "membre"
- msgid "Associated street"
- msgstr "Rue associée"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Modifier une rue associée"
+ msgid "house"
+ msgstr "maison"
msgid "Street"
msgstr "Rue :"
@@@ -20502,8 -21499,8 +21535,8 @@@ msgstr "toute autre chose liée à la r
msgid "Destination sign"
msgstr "Signe de destination"
- msgid "Edit Destination sign"
- msgstr "Modifier un signe de destination"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "Destination marquée sur le signe (sans la distance)"
@@@ -20598,18 -21595,27 +21631,27 @@@ msgstr "chemins passant sous le pont
msgid "way forming the outline footprint"
msgstr "chemin formant le contour de lâempreinte au sol"
- msgid "nodes forming the outline"
- msgstr "nÅuds formant le contour"
+ msgid "edge ways parallel to ''across''"
+ msgstr ""
msgid "ways passing through the tunnel"
msgstr "chemins passant à travers le tunnel"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "pont"
msgid "deprecated"
msgstr "déprécié"
+ msgid "bicycle"
+ msgstr "vélos"
+
+ msgid "foot"
+ msgstr "chemin pour piétons"
+
msgid "horse"
msgstr "chemin pour cavaliers"
@@@ -20619,8 -21625,11 +21661,11 @@@ msgstr "barrière
msgid "motorroad"
msgstr "route à accès réglementé"
- msgid "highway_track"
- msgstr "piste"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "aire de repos"
@@@ -20628,11 -21637,11 +21673,11 @@@
msgid "ford"
msgstr "gué"
- msgid "highway_platform"
- msgstr "plate-forme dâattente"
+ msgid "highway.platform"
+ msgstr ""
- msgid "emergency_access_point"
- msgstr "point dâaccès dâurgence"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "lit dâun fleuve, dâune rivière"
@@@ -20649,6 -21658,9 +21694,9 @@@ msgstr "rapides
msgid "railwaypoint"
msgstr "gare/arrêt ferroviaire"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "dépôt de locomotives"
@@@ -20664,29 -21676,29 +21712,29 @@@ msgstr "ligne ferroviaire touristique
msgid "aeroway"
msgstr "aéroport"
- msgid "aeroway_dark"
- msgstr "héliport"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "aire de stationnement pour avions"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "piste de ski facile"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "piste de ski moyenne"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "piste de ski difficile"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "piste de ski très difficile"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "piste de ski hors piste"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "piste de ski très facile"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "alimentation électrique"
@@@ -20706,20 -21718,20 +21754,20 @@@ msgstr "port
msgid "amenity"
msgstr "équipement"
- msgid "amenity_traffic"
- msgstr "équipement de circulation"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "balise lumineuse"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "point dâeau"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "santé"
- msgid "shop"
- msgstr "magasin"
+ msgid "office"
+ msgstr "bureaux"
msgid "hotel"
msgstr "hôtel"
@@@ -20793,11 -21805,14 +21841,14 @@@ msgstr "itinéraire
msgid "boundary"
msgstr "frontière"
+ msgid "sport"
+ msgstr "Sport"
+
msgid "place"
msgstr "lieu"
- msgid "tiger_data"
- msgstr "données TIGER"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "adresse"
@@@ -20811,9 -21826,6 +21862,6 @@@ msgstr "Village/Ville
msgid "One Way"
msgstr "Sens unique"
- msgid "Church"
- msgstr "Ãglise"
-
msgid "Fuel Station"
msgstr "Station essence"
@@@ -20841,6 -21853,9 +21889,9 @@@ msgstr "attribut de pont sur un noeud
msgid "wrong highway tag on a node"
msgstr "mauvais attribut de route sur un noeud"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "Route mineure non nommée"
@@@ -20874,23 -21889,53 +21925,53 @@@ msgstr "
msgid "street name contains ss"
msgstr "le nom de rue contient ss"
- msgid "relation without type"
- msgstr "relation sans type"
+ msgid "relation without type"
+ msgstr "relation sans type"
+
+ msgid "restaurant without name"
+ msgstr "restaurant sans nom"
+
+ msgid "unusual tag combination (highway & waterway)"
+ msgstr "Combinaison de tag incompatible (highway et waterway)"
+
+ msgid "unusual tag combination (highway & natural)"
+ msgstr "Combinaison de tag incompatible (highway et natural)"
+
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
+ msgid "natural water used for swimming pool"
+ msgstr "Eau naturelle utilisée pour une piscine"
+
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
- msgid "restaurant without name"
- msgstr "restaurant sans nom"
+ msgid "power line without voltage"
+ msgstr ""
- msgid "unusual tag combination (highway & waterway)"
- msgstr "Combinaison de tag incompatible (highway et waterway)"
+ msgid "substation key without power=substation"
+ msgstr ""
- msgid "unusual tag combination (highway & natural)"
- msgstr "Combinaison de tag incompatible (highway et natural)"
+ msgid "transformer key without power"
+ msgstr ""
- msgid "natural water used for swimming pool"
- msgstr "Eau naturelle utilisée pour une piscine"
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
- msgid "incline without highway"
- msgstr "inclinaison sans route"
+ msgid "incline without highway or railway"
+ msgstr "Tag inclide sans highway ou railway"
msgid "junction without highway"
msgstr "jonction sans route"
@@@ -20901,8 -21946,8 +21982,8 @@@ msgstr "voies sans route
msgid "lcn without highway"
msgstr "lcn sans route"
- msgid "lit without highway"
- msgstr "éclairage sans route"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr ""
msgid "living_street without highway"
msgstr "living_street sans le tag highway"
@@@ -20919,8 -21964,8 +22000,8 @@@ msgstr "autoroute sans route
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
- msgstr "sens unique sans route"
+ msgid "oneway without highway or railway"
+ msgstr "Sens unique sans highway ou aerialway"
msgid "sac_scale without highway"
msgstr "sac_scale sans route"
@@@ -20995,7 -22040,7 +22076,7 @@@ msgid "radio without railway
msgstr ""
msgid "structure_gauge without railway"
- msgstr ""
+ msgstr "Ecartement de voie sans voie ferrée"
msgid "tilting_technologie without railway"
msgstr ""
@@@ -21034,22 -22079,133 +22115,133 @@@ msgid "canal without waterway
msgstr "canal sans waterway"
msgid "have_riverbank without waterway"
- msgstr ""
+ msgstr "Berge( riverbank) sans cours d'eau"
- msgid "tunnel without highway/railway/waterway"
- msgstr "tag tunnel utilisé sans tag highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr ""
- msgid "bridge without highway/railway/waterway"
- msgstr "bridge sans highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "maxspeed sans highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "religion sans dénomination"
@@@ -21067,31 -22223,76 +22259,76 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
- msgstr "préfixe de language inconnu dans cet attribut wikipédia"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr "prefixe de langue absent sur le tag Wikipedia"
- msgid "Landsat"
+ msgid "layer should be between -5 and 5"
+ msgstr "Le niveau doit être compris entre -5 et 5"
+
+ msgid "level should be numbers with optional .5 increments"
msgstr ""
- msgid "Yahoo Sat"
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr "Format incorrect de la vitesse maximum"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr "la tension doit être en Volts sans unité/delimiter/ espace"
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "Mauvaise valeur d'inclinaison, doit être en %/degré ou up/down"
+
+ msgid "Landsat"
+ msgstr "Imagerie Landsat"
+
+ msgid "Yahoo Sat"
+ msgstr "Vue satellite de Yahoo"
+
msgid "Bing Sat"
+ msgstr "Vue satellite de Bing"
+
+ msgid "HDDM (Humanitarian OpenStreetMap)"
msgstr ""
msgid "MapBox Satellite"
- msgstr ""
+ msgstr "Vue satellite de MapBox"
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
-msgstr "OpenStreetMap (Mapnik)"
+msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
msgstr ""
msgid "skobbler heatmap"
@@@ -21112,7 -22313,7 +22349,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -21121,6 -22322,9 +22358,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -21267,6 -22471,29 +22507,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -21432,7 -22659,10 +22695,37 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
- msgid "OSM - Tiger Edited Map"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
-msgid "OSM - Tiger Edited Map"
++msgid "NC 2010 Orthoimagery"
++msgstr ""
++
++msgid "Ukraine - Orthophotomaps 2012"
++msgstr ""
++
++msgid "7th Series (OS7)"
++msgstr ""
++
++msgid "OS New Popular Edition historic"
++msgstr ""
++
++msgid "OS OpenData StreetView"
++msgstr ""
++
++msgid "OS OpenData Locator"
++msgstr ""
++
++msgid "Surrey Air Survey"
++msgstr ""
++
++msgid "NLS - OS 6-inch Scotland 1842-82"
++msgstr ""
++
++msgid "NLS - OS 1:25k 1st Series 1937-61"
++msgstr ""
++
++msgid "NLS - OS 1-inch 7th Series 1955-61"
msgstr ""
msgid "MassGIS L3 Parcels"
@@@ -21477,6 -22707,39 +22770,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr "Exporter"
+
+ msgid "Port:"
+ msgstr "Port :"
+
+ msgid "refresh the port list"
+ msgstr "Rafraichir la liste des ports"
+
+ msgid "Configure"
+ msgstr "Configurer"
+
+ msgid "Connection Error."
+ msgstr "Erreur de connexion"
+
+ msgid "configure the connected DG100"
+ msgstr "configurer le DG100 connecté"
+
+ msgid "delete data after import"
+ msgstr "supprimer les données après lâimportation"
+
msgid "Columbus V-900 CSV Files"
msgstr "Fichiers CSV de Columbus V-900"
@@@ -21694,6 -22957,18 +23020,18 @@@ msgstr "Afficher le profil dâélévat
msgid "Elevation Profile"
msgstr "Profil dâélévation"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "Afficher la fenêtre du profil dâélévation."
@@@ -21715,14 -22990,8 +23053,8 @@@ msgstr "Gain
msgid "Time"
msgstr "Heure"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Automatique"
-
- msgid "Fixed value"
- msgstr "Valeur fixe"
+ msgid "Tracks"
+ msgstr "Traces"
msgid "Elevation profile for track ''{0}''."
msgstr "Profil d''élévation pour la trace ''{0}''."
@@@ -22000,10 -23269,13 +23332,13 @@@ msgstr "Sélectionner les adresses inco
msgid "Selects all addresses with incomplete data."
msgstr "Sélectionner toutes les adresses incomplètes"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -22211,8 -23483,8 +23546,8 @@@ msgstr "Numéros impairs attendus pour
msgid "Expected even numbers for addresses"
msgstr "Numéro pairs attendus pour les adresses"
- msgid "Expected valid number for address increment"
- msgstr "Numéro valide attendu pour lâincrémentation dâadresse"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Le code du pays doit contenir 2 lettres."
@@@ -22588,15 -23860,6 +23923,6 @@@ msgstr "Numéro de la maison :
msgid "Street Name:"
msgstr "Nom de la rue :"
- msgid "Increment"
- msgstr "Incrémentation"
-
- msgid "Decrement"
- msgstr "Décrementation"
-
- msgid "Numbers:"
- msgstr "Numéros :"
-
msgid "Big buildings mode"
msgstr "Mode Grand bâtiments"
@@@ -22785,6 -24048,9 +24111,9 @@@ msgstr "Ne pas recadrer pendant le géo
msgid "Use \"Tableau d''assemblage\""
msgstr "Utiliser le tableau dâassemblage"
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Sélectionner le premier calque WMS dans la liste"
@@@ -22805,12 -24071,6 +24134,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "Ãlevée"
-
- msgid "medium"
- msgstr "Moyenne"
-
msgid "symbol"
msgstr "symbole"
@@@ -22962,6 -24222,9 +24285,9 @@@ msgstr "
"Ajouter les tableaux dâassemblages dans la liste des calques cadastraux à "
"télécharger."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Chevauchements :"
@@@ -22983,6 -24246,9 +24309,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Utiliser lâattribut \"add:street\" sur les nÅuds."
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Voulez-vous ajouter une source aux objets ?"
@@@ -23128,14 -24394,14 +24457,20 @@@ msgid "Add new layer
msgstr "Ajouter un nouveau calque"
msgid "Open Cadastre Preferences"
+ msgstr "Préfèrences pour l'utilisation du cadastre"
+
+ msgid "Refine georeferencing"
+ msgstr ""
+
+ msgid "Improve georeferencing (only raster images)"
msgstr ""
+msgid "Refine georeferencing"
+msgstr ""
+
+msgid "Improve georeferencing (only raster images)"
+msgstr ""
+
msgid "Reset cookie"
msgstr "Réinitialiser le cookie"
@@@ -23143,7 -24409,7 +24478,7 @@@ msgid "Get a new cookie (session timeou
msgstr "Obtenir un nouveau cookie (session expirée)"
msgid "Save image as..."
- msgstr ""
+ msgstr "Sauvegarder l'image sous..."
msgid "PNG files (*.png)"
msgstr "Fichiers PNG (*.png)"
@@@ -23152,7 -24418,7 +24487,7 @@@ msgid "GeoTiff files (*.tif)
msgstr ""
msgid "Export image (only raster images)"
- msgstr ""
+ msgstr "Export de l'image (seulement imagerie raster)"
msgid ""
"Click first corner for image cropping\n"
@@@ -23185,6 -24451,8 +24520,8 @@@ msgid "
"Ooops. I failed to catch all coordinates\n"
"correctly. Retry please."
msgstr ""
+ "Oups..., échec de capture de toutes les coordonnées\n"
+ "Merci de réessayer"
msgid "Enter cadastre east,north position"
msgstr "Entrer la position Est et Nord du cadastre."
@@@ -23234,8 -24502,11 +24571,11 @@@ msgstr "Calque WMS ({0}), {1} tuile(s)
msgid "Is not vectorized."
msgstr "Nâest pas vectorisée."
- msgid "Raster size: {0}"
- msgstr "Taille de lâimage matricielle : {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "La commune est vectorisée."
@@@ -23289,7 -24560,7 +24629,7 @@@ msgstr "Supprimer le jeu sélectionné
msgid "Color Schemes"
msgstr "Jeux de couleurs"
- msgid "Adress"
+ msgid "Address"
msgstr "Adresse"
msgid "Split area"
@@@ -23337,7 -24608,7 +24677,7 @@@ msgid "Please select 1 or more ways to
msgstr "Sélectionnez un ou plusieurs chemins à télécharger le long"
msgid "Download from OSM along selected ways"
- msgstr ""
+ msgstr "Téléchargement depuis OSM le long du/des chemin(s) selectionné(s)"
msgid "{0} intermediate nodes to download."
msgstr "{0} nÅuds intermédiaires à télécharger."
@@@ -23415,7 -24686,7 +24755,7 @@@ msgid "Install
msgstr "Installer"
msgid "Public"
- msgstr ""
+ msgstr "Publique"
msgid "Could not get server response, check logs"
msgstr ""
@@@ -23433,27 -24704,27 +24773,27 @@@ msgid "Failed to get messages as {0}:
msgstr ""
msgid "GeoChat"
- msgstr ""
+ msgstr "GeoChat"
msgid "Open GeoChat panel"
- msgstr ""
+ msgstr "Ouverture du contrôle GeoChat"
msgid "Zoom in to see messages"
msgstr ""
msgid "Login"
- msgstr ""
+ msgstr "Connexion"
msgid "Enable autologin"
- msgstr ""
+ msgstr "Activer la connexion automatique"
msgid "{0} user"
msgid_plural "{0} users"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "{0} utilisateur"
+ msgstr[1] "{0} utilisateurs"
msgid "not logged in"
- msgstr ""
+ msgstr "non connecté"
msgid "User {0} has left"
msgstr ""
@@@ -23462,22 -24733,22 +24802,22 @@@ msgid "User {0} is mapping nearby
msgstr ""
msgid "Users mapping nearby:"
- msgstr ""
+ msgstr "Des utilisateurs contribuent à proximté"
msgid "Private chat"
- msgstr ""
+ msgstr "Chat privé"
msgid "Close tab"
- msgstr ""
+ msgstr "Fermer l'onglet"
msgid "Logout"
- msgstr ""
+ msgstr "Déconnexion"
msgid "Clear log"
- msgstr ""
+ msgstr "Effacer le journal"
msgid "Show users on map"
- msgstr ""
+ msgstr "Afficher les utilisateurs sur la carte"
msgid "Position only"
msgstr "Seulement la position"
@@@ -23520,27 -24791,9 +24860,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr "Le format de données est inconnu"
- msgid "Port:"
- msgstr "Port :"
-
- msgid "refresh the port list"
- msgstr "Rafraichir la liste des ports"
-
- msgid "Configure"
- msgstr "Configurer"
-
msgid "Configure Device"
msgstr "Configurer le périphérique"
- msgid "Connection Error."
- msgstr "Erreur de connexion"
-
- msgid "configure the connected DG100"
- msgstr "configurer le DG100 connecté"
-
- msgid "delete data after import"
- msgstr "supprimer les données après lâimportation"
-
msgid "Importing data from device."
msgstr "Importation des données depuis le périphérique"
@@@ -23985,7 -25238,7 +25307,7 @@@ msgid "Open Imagery XML file
msgstr "Ouvrir un fichier dââimagerie XML"
msgid "Calibration Layer"
- msgstr ""
+ msgstr "Calque de calibration"
msgid "A deprecated calibration geometry of {0} nodes by {1}"
msgstr ""
@@@ -23994,46 -25247,52 +25316,52 @@@ msgid "A calibration geometry of {0} no
msgstr ""
msgid "Change Color"
- msgstr ""
+ msgstr "Modifier la couleur"
msgid "Deprecate Offset"
- msgstr ""
+ msgstr "Déprecier l'ajustement"
msgid "Are you sure this imagery offset is wrong?"
- msgstr ""
+ msgstr "Ãtes-vous sûr que l'ajustement de l'imagerie est mauvaise ?"
msgid "Are you sure this calibration geometry is aligned badly?"
msgstr ""
msgid "Warning: deprecation is basically irreversible!"
- msgstr ""
+ msgstr "Attention ! La dépréciation est irrevocable"
msgid "To store imagery offsets you must be a registered OSM user."
- msgstr ""
+ msgstr "La sauvegarde d'ajustement d'imagerie necessite un compte OSM"
msgid ""
"Please enter the reason why you mark this imagery offset as deprecated"
msgstr ""
+ "Merci d'indiquer la raison pour laquelle vous dépréciez l'ajustement "
+ "d'imagerie"
msgid ""
"Please enter the reason why you mark this calibration geometry as deprecated"
msgstr ""
+ "Merci d'indiquer la raison pour laquelle vous déprécier la calibration de "
+ "l'imagerie"
msgid "Notifying the server of the deprecation..."
- msgstr ""
+ msgstr "Notifier le serveur de la dépréciation..."
msgid "Get Imagery Offset..."
- msgstr ""
+ msgstr "Obtenir un ajustement d'imagerie"
msgid "Download offsets for current imagery from a server"
- msgstr ""
+ msgstr "Téléchargement du serveur pour l'ajustement d'imagerie courante"
msgid ""
"No data for this region. Please adjust imagery layer and upload an offset."
msgstr ""
+ "Pas de données pour cette zone. Merci d'ajuster l'imagerie de ce calque et "
+ "le sauvegarder sur le serveur"
msgid "Loading imagery offsets..."
- msgstr ""
+ msgstr "Chargement de l'ajustement d'imagerie en cours..."
msgid "Error processing XML response: {0}"
msgstr ""
@@@ -24042,13 -25301,13 +25370,13 @@@ msgid "Offset
msgstr ""
msgid "Imagery Offset Database"
- msgstr ""
+ msgstr "Base de données des ajustement de décalage d'imagerie"
msgid "mm"
- msgstr ""
+ msgstr "mm"
msgid "cm"
- msgstr ""
+ msgstr "cm"
msgid "m"
msgstr "m"
@@@ -24057,10 -25316,10 +25385,10 @@@ msgid "km
msgstr "km"
msgid "Calibration geometries"
- msgstr ""
+ msgstr "Calibration des géometries"
msgid "Deprecated offsets"
- msgstr ""
+ msgstr "Déprécier un ajustement"
msgid ""
"The topmost imagery layer has been shifted to presumably match\n"
@@@ -24080,13 -25339,13 +25408,13 @@@ msgid "Created by {0} on {1}
msgstr ""
msgid "Offset Information"
- msgstr ""
+ msgstr "Information d'ajustement"
msgid "Report this offset"
msgstr ""
msgid "You are to notify moderators of this offset. Why?"
- msgstr ""
+ msgstr "Vous avez signalé cet ajustement à la modération pour quel raison :"
msgid "Reporting the offset..."
msgstr ""
@@@ -24107,19 -25366,19 +25435,19 @@@ msgid "Determined {0} away
msgstr ""
msgid "Reason"
- msgstr ""
+ msgstr "Motif"
msgid "This entry has been reported."
msgstr ""
msgid "Server has rejected the request"
- msgstr ""
+ msgstr "Le serveur a rejeté la requête"
msgid "Unable to connect to the server"
- msgstr ""
+ msgstr "Impossible de se connecter au serveur"
msgid "Store Imagery Offset..."
- msgstr ""
+ msgstr "Stockage de l'ajustement en cours ..."
msgid ""
"Upload an offset for current imagery (or calibration object geometry) to a "
@@@ -24163,22 -25422,22 +25491,22 @@@ msgid "This string should be 3 to 200 l
msgstr ""
msgid "Adjust imagery"
- msgstr ""
+ msgstr "Ajustement de l'imagerie"
msgid "Adjust the position of the selected imagery layer"
- msgstr ""
+ msgstr "Ajuster la position du calque d'imagerie selectionné"
msgid "Please select the imagery layer to adjust."
- msgstr ""
+ msgstr "Merci de selectionné le calque d'imagerie à ajuster"
msgid "Start adjusting"
- msgstr ""
+ msgstr "Début de l'ajustemeent"
msgid "There are currently no imagery layer to adjust."
msgstr ""
msgid "No layers to adjust"
- msgstr ""
+ msgstr "Pas de calque à ajuster"
msgid "Normal"
msgstr "Normal"
@@@ -24680,9 -25939,35 +26008,35 @@@ msgstr "Fusionner la superposition de c
msgid "Merge Overlap (combine)"
msgstr "Fusionner la superposition (combiner)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Lâappartenance à une relation fondée sur un rôle a été copiée vers "
+ "tous les nouveaux chemins.<br>Vous devriez vérifier et corriger si "
+ "nécessaire.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Lâappartenance à une relation a été copiée vers tous les nouveaux "
+ "chemins.<br>Vous devriez vérifier et corriger si nécessaire.</html>"
+
msgid "Split way"
msgstr "Diviser le chemin"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Entrer un nom dâattribut, par exemple "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "Entrer une valeur dâattribut, par exemple <strong><tt>vérifier les "
+ "membres</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -24729,13 -26014,14 +26083,14 @@@ msgid "XAPI query:
msgstr "Requête XAPI : "
msgid "Download from Overpass API ..."
- msgstr ""
+ msgstr "Téléchargement depuis Overpass API ..."
msgid "Download map data from Overpass API server."
msgstr ""
+ "Téléchargement des données cartographique depuis un serveur Overpass API ."
msgid "Overpass query: "
- msgstr ""
+ msgstr "Requête Overpass : "
msgid "Select OSM mirror URL"
msgstr "Sélectionner lââURL du miroir OSM"
@@@ -24924,7 -26210,7 +26279,7 @@@ msgid "OpenData XML files
msgstr "Fichiers OpenData XML"
msgid "Download open data"
- msgstr ""
+ msgstr "Téléchargement de données ouvertes"
msgid "License URL not available: {0}"
msgstr ""
@@@ -25086,11 -26372,11 +26441,14 @@@ msgid "File to load
msgstr "Fichier à charger"
msgid "Reading 7Zip file..."
- msgstr ""
+ msgstr "Lecture du fichier 7Zip..."
+
+ msgid "Reading Zip file..."
+ msgstr "Lecture dâun fichier Zip..."
+msgid "Reading Zip file..."
+msgstr "Lecture dâun fichier Zip..."
+
msgid "Cannot transform to WGS84"
msgstr "Conversion impossible en WGS84"
@@@ -25132,6 -26418,8 +26490,8 @@@ msgstr "Voir la page Wiki OSM
msgid "Launch browser to the OSM Wiki page of the selected data set"
msgstr ""
+ "Lancement du navigateur sur la page du Wiki d'OSM pour selectionner les "
+ "données"
msgid "View Local Portal page"
msgstr ""
@@@ -25152,7 -26440,7 +26512,7 @@@ msgid "Launch browser to the license pa
msgstr ""
msgid "View License (summary)"
- msgstr ""
+ msgstr "Voir la licence (résumé)"
msgid "Launch browser to the summary license page of the selected data set"
msgstr ""
@@@ -25177,10 -26465,10 +26537,10 @@@ msgid "An error occurred in module {0}
msgstr ""
msgid "Last module update more than {0} days ago."
- msgstr ""
+ msgstr "La dernière mise à jour du module date de {0} jours"
msgid "Click to update the activated modules"
- msgstr ""
+ msgstr "Cliquez pour activer la mise à jour du module"
msgid "Click to skip updating the activated modules"
msgstr ""
@@@ -25199,7 -26487,7 +26559,7 @@@ msgid "Could not load module {0}. Delet
msgstr "Chargement du module impossible {0}. A supprimer de vos préférences"
msgid "loading module ''{0}'' (version {1})"
- msgstr ""
+ msgstr "Chargement du module ''{0}'' (version {1}"
msgid ""
"<html>Could not load module {0} because the module<br>main class ''{1}'' was "
@@@ -25210,7 -26498,7 +26570,7 @@@ msgid "Loading modules ...
msgstr "Chargement du module ..."
msgid "Checking module preconditions..."
- msgstr ""
+ msgstr "Test des préconisation du module..."
msgid "Loading module ''{0}''..."
msgstr "Chargement du module ''{0}''..."
@@@ -25231,7 -26519,7 +26591,7 @@@ msgstr[0] "La mise à jour du module su
msgstr[1] "La mise à jour des modules suivants a échoué :"
msgid "Module update failed"
- msgstr ""
+ msgstr "Echec de la mise à jour du module"
msgid "Warning: failed to download module information list"
msgstr ""
@@@ -25265,12 -26553,14 +26625,14 @@@ msgid "
"Do not ask again and remember my decision (go to Preferences->Modules to "
"change it later)"
msgstr ""
+ "Ne pas se souvenir de ma décision (aller dans les préférences=> Modules à "
+ "modifier la prochaine fois)"
msgid "The module file ''{0}'' does not include a Manifest."
msgstr ""
msgid "Invalid URL ''{0}'' in module {1}"
- msgstr ""
+ msgstr "URL invalide ''{0}'' dans le module {1}"
msgid "<b>Module provided by an external source:</b> {0}"
msgstr ""
@@@ -25301,7 -26591,7 +26663,7 @@@ msgid "Download module list...
msgstr ""
msgid "Downloading module list from ''{0}''"
- msgstr ""
+ msgstr "Téléchargement de la liste des modules depuis ''{0}''"
msgid ""
"Warning: failed to create module directory ''{0}''. Cannot cache module list "
@@@ -25355,9 -26645,6 +26717,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Une erreur est survenue : {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Impossible de créer une nouvelle erreur. Résultat : {0}"
-
msgid "Process queue"
msgstr "Traiter la file dâattente"
@@@ -25414,18 -26701,6 +26773,6 @@@ msgstr "
msgid "Close: "
msgstr "Fermer : "
- msgid "New issue"
- msgstr "Marquer un nouveau problème"
-
- msgid "Create issue"
- msgstr "Créer un problème"
-
- msgid "Describe the problem precisely"
- msgstr "Décrire le problème précisément"
-
- msgid "Create: "
- msgstr "Créer : "
-
msgid "Open in browser"
msgstr "Ouvrir dans un navigateur externe"
@@@ -25488,7 -26763,7 +26835,7 @@@ msgid "OSM Server Files pbf compressed
msgstr "Fichiers compressés pbf du serveur OSM"
msgid "Download PBF"
- msgstr ""
+ msgstr "Téléchargement de PBF"
msgid "Invalid changeset id: {0}"
msgstr "Identifiant de groupe de modifications invalide : {0}"
@@@ -25780,6 -27055,27 +27127,27 @@@ msgstr "Le test a échoué : impossibl
msgid "Test failed: Could not write mtime."
msgstr "Le test a échoué : impossible dâécrire mtime."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Voulez-vous enregistrer le calibrage du calque {0} ?"
@@@ -25935,6 -27231,10 +27303,10 @@@ msgstr "Rien dans le presse-papier
msgid "The clipboard data is not an image"
msgstr "La donnée du presse-papier nâest pas une image"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Attention : lâouverture du fichier zip ''{0}'' a échoué. Exception : {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"Un fichier de calibrage associé au fichier dâimage a été trouvé : {0}\n"
@@@ -25968,7 -27268,7 +27340,7 @@@ msgid "Reading polygon filter file...
msgstr ""
msgid "Error reading poly file: {0}"
- msgstr ""
+ msgstr "Erreur de lecture du fichier Poly {0}"
msgid "The file must begin with a polygon name"
msgstr ""
@@@ -25983,7 -27283,7 +27355,7 @@@ msgid "Unable to parse {0} as a number
msgstr ""
msgid "Invalid coordinates were found: {0}, {1}"
- msgstr ""
+ msgstr "Coordonnées invalides trouvées : {0}, {1}"
msgid "{0} points were outside world bounds and were moved"
msgstr ""
@@@ -26049,7 -27349,7 +27421,7 @@@ msgid "Selected: {0}
msgstr "Sélectionné : {0}"
msgid "Proj4J Plugin"
- msgstr ""
+ msgstr "Proj4J greffon"
msgid "Code"
msgstr "Code"
@@@ -26259,9 -27559,6 +27631,6 @@@ msgstr "Le fichier GPX ne contient aucu
msgid "Create Stops from GPX"
msgstr "Création dâarrêts à partir du fichier GPX"
- msgid "Tracks"
- msgstr "Traces"
-
msgid "Tracks in this GPX file:"
msgstr "Parcours dans le fichier GPX :"
@@@ -26441,7 -27738,7 +27810,7 @@@ msgid "Node without ''house'' role foun
msgstr "Noeud sans \"house\" trouvé"
msgid "Way without ''house'' or ''street'' role found"
- msgstr ""
+ msgstr "Chemin sans rôle \"house\" ou \"street\""
msgid "Relation without ''house'' role found"
msgstr ""
@@@ -26450,7 -27747,7 +27819,7 @@@ msgid "Relation does not have name
msgstr "La relation nâa pas de nom"
msgid "Relation has streets with different names"
- msgstr ""
+ msgstr "Relation street avec plusieurs noms"
msgid "fix associatedStreet relation"
msgstr "réparer la relation associatedStreet"
@@@ -26462,7 -27759,7 +27831,7 @@@ msgid "Node without ''label'' or ''admi
msgstr ""
msgid "Way without ''inner'' or ''outer'' role found"
- msgstr ""
+ msgstr "Présence d'un way sans rôle \"inner\" ou \"outer\""
msgid "Revert changeset fully"
msgstr "Annuler le groupe de modifications"
@@@ -26485,6 -27782,9 +27854,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Cible de fusion manquante pour {0} avec lâidentifiant {1}"
@@@ -26522,27 -27822,47 +27894,50 @@@ msgstr "Récupération des primitives m
msgid "Downloading changeset"
msgstr "Téléchargement du groupe de modifications"
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr "Revient sur le groupe de modifications nº {0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Attention : lâélément de départ ''{0}'' situé à la position ({1},{2}) dans "
+ "le contenu du groupe de modifications nâest pas supporté. Abandon."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Attention : lâélément de fin ''{0}'' situé à la position ({1},{2}) dans le "
+ "contenu du groupe de modifications nâest pas supporté. Abandon."
+
msgid "Road Sign Plugin"
msgstr "Greffon Signalisation Routière"
msgid "signs"
- msgstr ""
+ msgstr "Signalisation routière"
+
+ msgid "Change Properties"
+ msgstr "Modifier les propriétés"
msgid "Country preset:"
- msgstr ""
+ msgstr "Préréglages par pays"
msgid "Show all signs"
- msgstr ""
+ msgstr "Afficher toute la signalisation routière"
msgid "Show a selection of the most useful signs"
- msgstr ""
+ msgstr "Affichage des signalisations les plus utilisées"
+
+ msgid "Spain"
+ msgstr "Espagne"
+msgid "Spain"
+msgstr ""
+
msgid "Germany"
msgstr "Allemagne"
@@@ -26649,9 -27969,6 +28044,6 @@@ msgstr "Préférences du greffon de cal
msgid "Configure routing preferences."
msgstr "Configurer les préférences du calcul dâitinéraire"
- msgid "Highway type"
- msgstr "Type de route"
-
msgid "Speed (Km/h)"
msgstr "Vitesse (Km/h)"
@@@ -26671,6 -27988,9 +28063,9 @@@ msgid "
"<html><body><p class=\"warning-body\"><strong>Warning:</strong> The password "
"is stored in plain text in the JOSM preferences file. </p></body></html>"
msgstr ""
+ "<html><body><p class=\"warning-body\"><strong>Attention:</strong> Le mot de "
+ "passe est stocké en clair dans le fichier de configuration de JOSM. "
+ "</p></body></html>"
msgid "Enter credentials for Separate Data Store API"
msgstr ""
@@@ -26687,7 -28007,7 +28082,7 @@@ msgid "
msgstr ""
msgid "SDS data file"
- msgstr ""
+ msgstr "Fichier de données SDS"
msgid "Load..."
msgstr "Charger..."
@@@ -26702,7 -28022,7 +28097,7 @@@ msgid "SDS
msgstr ""
msgid "Information about SDS."
- msgstr ""
+ msgstr "Information sur SDS"
msgid "About SDS..."
msgstr "Au sujet de SDS..."
@@@ -26738,13 -28058,13 +28133,13 @@@ msgid "
msgstr ""
msgid "SDS server URL"
- msgstr ""
+ msgstr "URL du serveur SDS"
msgid "SDS username"
- msgstr ""
+ msgstr "Nom d'utilisateur SDS"
msgid "SDS password"
- msgstr ""
+ msgstr "Mot de passe SDS"
msgid "Test credentials now"
msgstr ""
@@@ -26756,7 -28076,7 +28151,7 @@@ msgid "Connection successful.
msgstr "Connexion réussie"
msgid "Cannot connect to SDS server: "
- msgstr ""
+ msgstr "Impossibilité de se connecter au serveur SDS "
msgid "Save..."
msgstr "Sauvegarder..."
@@@ -26765,11 -28085,11 +28160,14 @@@ msgid "Save the current separate data s
msgstr ""
msgid "Save SDS file"
- msgstr ""
+ msgstr "Sauvegarde du fichier SDS"
+
+ msgid "Could not back up file. Exception is: {0}"
+ msgstr "Impossible de récupérer le fichier. Exception : {0}"
+msgid "Could not back up file. Exception is: {0}"
+msgstr "Impossible de récupérer le fichier. Exception : {0}"
+
msgid "Simplify Area"
msgstr "Simplifier la zone"
@@@ -26830,20 -28150,20 +28228,20 @@@ msgstr "Facteur de distance
msgid "Merge Nearby Nodes Threshold"
msgstr "Seuil de fusion des nÅuds voisins"
- msgid "Online Help"
- msgstr "Aide en ligne"
+ msgid "SeaMap Editor"
+ msgstr "Ãditeur de carte maritime"
- msgid "Load"
- msgstr "Charger"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "invisible"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "Ãditeur de carte maritime"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
- msgstr "Exporter"
+ msgid "Select a map object"
+ msgstr ""
msgid "AutoSave LiveData"
msgstr "Sauvegarde automatique des données en direct"
@@@ -26988,7 -28308,7 +28386,7 @@@ msgid "Street name:
msgstr "Nom de la rue : "
msgid "Building: "
- msgstr ""
+ msgstr "Bâtiment : "
msgid "Even/Odd"
msgstr "Pair/Impair"
@@@ -27070,6 -28390,95 +28468,95 @@@ msgstr "Traceur.
msgid "Tracer building"
msgstr "Traceur de bâtiment"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr "Paramètre :"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -27108,6 -28517,11 +28595,11 @@@ msgstr "Télécharger les objets depui
msgid "Download signed data"
msgstr "Télécharger les données authentifiées"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Avertissement: Exception ignorée en raison de lââannulation de la tâche. "
+ "Exception: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27277,9 -28691,6 +28769,6 @@@ msgstr "Signature annulée !
msgid "Please give a tolerance in meters"
msgstr "Veuillez indiquer une tolérance en mètres"
- msgid "Accuracy"
- msgstr "Précision"
-
msgid "Select as much as you like:"
msgstr "Sélectionnez autant que vous désirez :"
@@@ -28468,9 -29879,6 +29957,6 @@@ msgstr "Désélectionner les nÅuds
msgid "Removes all nodes from selection"
msgstr "Retirer tous les nÅuds de la sélection"
- msgid "Video"
- msgstr "Vidéo"
-
msgid "Import Video"
msgstr "Importer une vidéo"
@@@ -28598,7 -30006,7 +30084,7 @@@ msgid "mute
msgstr "muet"
msgid "Walking Papers Scanned Map"
- msgstr ""
+ msgstr "Carte des Walking Papers scannés"
msgid ""
"Display a map that was previously scanned and uploaded to walking-papers.org"
@@@ -28710,21 -30118,23 +30196,23 @@@ msgid "Copy {0} template
msgstr ""
msgid "Fetch Wikipedia articles with coordinates"
- msgstr ""
+ msgstr "Récupérer les articles Wikipédia avec des coordonnées"
msgid ""
"Double click on item to search for object with article name (and center "
"coordinate)"
msgstr ""
+ "Double-cliquez sur un item pour rechercher un objet avec le nom de "
+ "l''article (et centrer les coordonnées)"
msgid "Available via WIWOSM server"
- msgstr ""
+ msgstr "Disponible via le serveur WIWOSM"
msgid "Available in local dataset"
- msgstr ""
+ msgstr "Disponible dans le jeu de données local"
msgid "Not linked yet"
- msgstr ""
+ msgstr "Pas encore lié"
msgid "{0}.Wikipedia.org"
msgstr "{0}.Wikipedia.org"
@@@ -28733,28 -30143,28 +30221,28 @@@ msgid "{0}.Wikipedia.org: {1}
msgstr "{0}.Wikipedia.org: {1}"
msgid "Fetches all coordinates from Wikipedia in the current view"
- msgstr ""
+ msgstr "Récupère toutes les coordonnées de Wikipédia dans la vue courante"
msgid "coordinates"
- msgstr ""
+ msgstr "coordonnées"
msgid "Category"
msgstr "Catégorie"
msgid "Fetches a list of all Wikipedia articles of a category"
- msgstr ""
+ msgstr "Récupère une liste de tous les articles Wikipédia d''une catégorie"
msgid "Enter the Wikipedia category"
- msgstr ""
+ msgstr "Entrer une catégorie Wikipédia"
msgid "Clipboard"
- msgstr ""
+ msgstr "Presse-papiers"
msgid "Pastes Wikipedia articles from the system clipboard"
- msgstr ""
+ msgstr "Colle les articles Wikipédia depuis le presse-papiers système"
msgid "clipboard"
- msgstr ""
+ msgstr "presse-papiers"
msgid "Open Article"
msgstr "Ouvrir lâarticle"
@@@ -28769,9 -30179,6 +30257,6 @@@ msgstr "Définit la langue par défaut
msgid "Enter the Wikipedia language"
msgstr "Entrez la langue Wikipédia"
- msgid "Add Tag"
- msgstr "Ajouter un tag"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/gl.po
index 3dc0a74,5aeede4..1750b92
--- a/i18n/po/gl.po
+++ b/i18n/po/gl.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:37+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: Galician <proxecto at trasno.net>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:43+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:42+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: gl\n"
"X-Poedit-Language: Galician\n"
@@@ -52,6 -52,9 +52,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"A apertura do enlace non está soportada na platarofma actual (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -61,6 -64,9 +64,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "A executar arranque da plataforma"
@@@ -165,19 -171,14 +171,14 @@@ msgid "About JOSM...
msgstr "Sobre JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "AVISO: formato inesperado do URL base da API. O redireccionamento á páxina "
- "de información ou de historial do obxecto OSM probabelmente fallará. O URL "
- "base da API é: «{0}»"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "AVISO: formato inesperado do URL base da API. O redireccionamento á paxina "
- "de usuario do usuario OSM probabelmente fallará. O URL base da API é: «{0}»"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -266,9 -267,6 +267,6 @@@ msgstr "Ferramenta: {0}
msgid "Please select at least four nodes."
msgstr "Escolla polo menos catro nodos."
- msgid "Information"
- msgstr "Información"
-
msgid "Align Nodes in Line"
msgstr "Aliñar os nodos en fila"
@@@ -305,6 -303,9 +303,9 @@@ msgstr "seguinte
msgid "Nothing selected to zoom to."
msgstr "Non se seleccionou nada sobre o que facer zoom."
+ msgid "Information"
+ msgstr "Información"
+
msgid "Zoom to {0}"
msgstr "Facer zoom a {0}"
@@@ -361,11 -362,9 +362,9 @@@ msgstr "
"inverter algunhas?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Non foi posÃbel combinar as vÃas (Non puideron ser mesturadas nunha única "
- "serie de nodos)"
msgid "Combine {0} ways"
msgstr "Combinar {0} vÃas"
@@@ -548,6 -547,9 +547,9 @@@ msgstr "Historial
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Amosa información sobre vias,nodos, ou relacións de OSM"
+ msgid "Show history"
+ msgstr "Amosar historia"
+
msgid "History (web)"
msgstr "Historial (web)"
@@@ -664,11 -666,9 +666,9 @@@ msgid "Joined overlapping areas
msgstr "Areas superpostas unidas"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Algunhas das vÃas foron parte da relación que foi modificada. Verifique que "
- "non se introduciron erros."
msgid "Fix tag conflicts"
msgstr "Arranxar conflitos de etiquetas"
@@@ -819,8 -819,8 +819,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Acoplar nodos no máis antigo"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -1017,16 -1017,9 +1017,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizar / Desfacer"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizar forma / Desfacer\n"
- "Escolla os nodos que foron movidos pola acción anterior a Ortogonalizar "
- "forma!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Defacer ortogonalizar forma"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1047,9 -1040,6 +1040,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Uso"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Seleccionados elementos que non poden ser ortogonalizados"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1223,9 -1213,6 +1213,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1371,18 -1358,14 +1358,14 @@@ msgstr "
"nodos no medio da vÃa.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html> Unha parte baseada na relación de membros foi copiada a todas as "
- "rutas.<br>DeberÃa verificar esto e corrixilo cando sexa necesario.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Unha relación de membros foi copiada a todas as rutas..<br>DeberÃa "
- "verificar esto e corrixilo cando sexa necesario.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Separar a vÃa {0} en {1} partes"
@@@ -1478,6 -1461,27 +1461,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Desfacer"
@@@ -1768,6 -1772,9 +1772,9 @@@ msgstr "({0}/{1}) Cargando parientes d
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Cargando parientes da relación {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Descarga {0} de {1} ({2} restantes)"
@@@ -1996,8 -2003,8 +2003,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2440,6 -2447,9 +2447,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2644,11 -2654,8 +2654,8 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Falta un parámetro para NON"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Aviso: recortouse automaticamente o valor do atributo «{0}» no obxecto "
- "eliminado {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2738,6 -2745,9 +2745,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Engadido {0} obxecto"
msgstr[1] "Engadidos {0} obxectos"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Cambiar nodo {0}"
@@@ -2774,10 -2784,10 +2784,10 @@@ msgstr "Retirar «{0}» de {1} obxectos
msgid "Set {0}={1} for {2} objects"
msgstr "Estabelecer {0} = {1} para {2} obxectos"
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2800,8 -2810,8 +2810,8 @@@ msgid "Double conflict
msgstr "Dobre conflito"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2912,6 -2922,9 +2922,9 @@@ msgstr[1] "Pugados {0} obxectos
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolver conflitos na lista de membros da relación {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotar {0} nodo"
@@@ -2972,11 -2985,9 +2985,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Cando se invirta esta vÃa, os seguintes cambios en propiedades da vÃa e nos "
- "seus nodos son suxeridos para manter a consistencia dos datos."
msgid "Relation"
msgstr "Relación"
@@@ -3005,11 -3016,11 +3016,11 @@@ msgstr "Aplicar os cambios seleccionado
msgid "Do not apply changes"
msgstr "Non aplicar cambios"
- msgid "Please select which property changes you want to apply."
- msgstr "Escolla que cambios de propiedade queres aplicar."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Propiedades de "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Papeis nas relacións que fan referencia a"
@@@ -3031,6 -3042,9 +3042,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Non foi posÃbel eliminar a copia de seguranza antiga {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
"Produciuse un erro creando a copia de seguranza da capa retirada: {0}"
@@@ -3062,21 -3076,19 +3076,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Atencion: fallou ao gardar as preferencias para «{0}»"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Atención: Fallou ao iniciar as preferencias. O directorio preferido «{0}» "
- "non é un directorio."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3086,11 -3098,9 +3098,9 @@@ msgstr "
"«{0}» non é un directorio.<html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Atención: Fallou ao inicializar as preferencias. Erro ao crear o directorio "
- "de preferencias desaparecido {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3099,16 -3109,12 +3109,12 @@@ msgstr "
"<html>Atención: Fallou ao inicializar as preferencias.<br> Erro ao crear o "
"directorio de preferencias desaparecido {0}.</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Atención: Sobrescribindo o ficheiro de preferencias «{0}» co ficheiro de "
- "preferencias predeterminado"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3126,8 -3132,8 +3132,8 @@@ msgstr "
"predeterminado.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3157,12 -3163,11 +3163,11 @@@ msgstr "Produciuse un fallou ao cargar
msgid "UNKNOWN"
msgstr "DESCOÃECIDO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Atención: non se atopa o ficheiro de revisión «/REVISION»"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Xa se rexistrou un conflito para a primitiva «{0}»"
@@@ -3325,8 -3330,7 +3330,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "o parámetro {0} non está no rango 0..{1}, obtÃvose {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3433,7 -3437,7 +3437,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3471,9 -3475,6 +3475,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3514,6 -3515,9 +3515,9 @@@ msgstr "outra validación
msgid "Running test {0}"
msgstr "Executando test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Enderezos"
@@@ -3538,6 -3542,15 +3542,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3599,6 -3612,9 +3612,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Nodos duplicados"
@@@ -3681,6 -3697,15 +3697,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "MultipolÃgono"
@@@ -3750,6 -3775,12 +3775,12 @@@ msgstr "Nodos co mesmo nome
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3807,15 -3838,15 +3838,15 @@@ msgstr "
msgid "Relation is empty"
msgstr "A relación esta baldeira"
+ msgid "Role verification problem"
+ msgstr "Problema de verificación de rol"
+
msgid "<empty>"
msgstr "<empty>"
msgid "Role {0} missing"
msgstr ""
- msgid "Role verification problem"
- msgstr "Problema de verificación de rol"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Número de {0} roles demasiado baixos ({1})"
@@@ -3845,10 -3876,10 +3876,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
- msgstr "Comprobador de propiedades:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3988,7 -4019,7 +4019,7 @@@ msgid "Use the default spellcheck file
msgstr ""
"Usar o ficheiro de comprobación ortográfica predeterminado (recomendado)."
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -4063,6 -4094,9 +4094,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr "tipo natural {0}"
@@@ -4093,9 -4127,6 +4127,6 @@@ msgstr "construcción
msgid "area"
msgstr "área"
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -4120,10 -4151,10 +4151,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4186,27 -4217,6 +4217,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Erro: Liña «{0}» inesperada no ficheiro de marcador «{1}»"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Erro: Dobre valor incorrecto «{0}» na liña «{1}» no ficheiro de marcadores "
- "«{2}»"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html> Non é posÃbel ler os marcadores desde <br>\"{0}\"<br>O erro foi: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Non mostrar esto outra vez(recordar escolla)"
@@@ -4310,7 -4320,7 +4320,7 @@@ msgstr "Amosar información de axuda
msgid "Downloading \"Message of the day\""
msgstr "Descargando «Mensaxe do dÃa»"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4554,6 -4564,18 +4564,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Son"
@@@ -4660,22 -4682,6 +4682,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "falso: a propiedade está explÃcitamente desactivada"
-
- msgid "true: the property is explicitly switched on"
- msgstr "verdadeiro: a propiedade está explÃcitamente activada"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parcial: distintos obxectos seleccionados teñen valores diferentes, non "
- "cambiar"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
- "non establecido: non estabelecer esta propiedade nos obxectos seleccionados"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4982,6 -4988,9 +4988,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"Copiar a miña selección de nodos ao final da lista de nodos mesturada."
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -4989,6 -4998,9 +4998,9 @@@ msgstr "
"Copiar os meus elementos escollidos antes do primeiro elemento escollido na "
"lista de elementos mesturados"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -4996,15 -5008,24 +5008,24 @@@ msgstr "
"Copiar os meus elementos escollidos despois do primeiro elemento escollido "
"na lista de elementos mesturados"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "Copiar o seu elemento escollido na lista de elementos mesturados"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copiar os seus elementos escollidos ao final da lista de elementos mesturados"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5012,6 -5033,9 +5033,9 @@@ msgstr "
"Copiar os seus elementos escollidos antes do primeiro elemento escollido na "
"lista de elementos mesturados"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5028,8 -5052,8 +5052,8 @@@ msgstr "Copiar todos os seus elementos
msgid "Up"
msgstr "Arriba"
- msgid "Move up the selected elements by one position."
- msgstr "Mover arriba os elementos escollidos unha posición."
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Abaixo"
@@@ -5084,16 -5108,6 +5108,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "A version de eles({0} entrada)"
msgstr[1] "A version de eles({0} entradas)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "O axustable {0} aÃnda non está rexistrado. Non é posÃbel marcar a "
- "participación en axustes de sincronizados."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "O axustable {0} aÃnda non está rexistrado."
-
msgid "Node"
msgstr "Nodo"
@@@ -5355,19 -5369,15 +5369,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Clave:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Introduza unha clave para a etiqueta, p.e. "
- "<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valor:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Introduza un valor para a etiqueta, p.e. <strong><tt>check "
- "members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5920,6 -5930,9 +5930,9 @@@ msgstr "Amosar/Ocultar
msgid "Information about layer"
msgstr "Información da capa"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Estilo de pintura do mapa"
@@@ -6003,6 -6016,36 +6016,36 @@@ msgstr "
msgid "No"
msgstr "Non"
+ msgid "Object type:"
+ msgstr "Tipo de obxecto:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mixto"
+
+ msgid "Choose the OSM object type"
+ msgstr "Escolle o tipo de obxecto OSM"
+
+ msgid "Object ID:"
+ msgstr "ID do Obxecto"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Introduza o ID do obxecto que deberÃa ser descargado"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Os ID de obxectos poden separarse por comas ou espazos.<br/> Exemplos: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> o modo de mesturado, "
+ "especifique obxectos desta forma: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relacións"
@@@ -6096,11 -6139,8 +6139,8 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Lanzar un navegador con información sobre este usuario"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Atención: só se mostrara información para o primeiro {0} de {1} usuarios "
- "escollidos"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6276,9 -6316,6 +6316,6 @@@ msgstr "Actualizar contido
msgid "Update the changeset content from the OSM server"
msgstr "Actualizar o contido do conxunto de cambios desde o servidor de OSM"
- msgid "Show history"
- msgstr "Amosar historia"
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6592,11 -6629,9 +6629,9 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Aviso: valor inesperado para a preferencia «{0}», obtÃvose «{1}». "
- "Restaurando valor predeterminado."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6660,35 -6695,47 +6695,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Esta petición de conxunto de cambios non é válida"
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Propiedades/Relacións"
+ msgid "Discardable key: selection Background"
+ msgstr ""
+
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Propiedades dos obxectos seleccionados."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<diferente>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Membro de"
msgid "Position"
msgstr "Posición"
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Eliminar a clave seleccionada en todos os obxectos"
- msgid "Delete Properties"
- msgstr "Eliminar propiedades"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Cambiar relación"
@@@ -6702,13 -6749,13 +6749,13 @@@ msgstr "Eliminar realmente a selecció
msgid "Add a new key/value pair to all objects"
msgstr "Engadir un novo par clave/valor para todos os obxectos"
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Engadir Etiqueta"
msgid "Edit the value of the selected key for all objects"
msgstr "Editar o valor da clave seleccionada para todos os obxectos"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6862,7 -6909,7 +6909,7 @@@ msgstr "A relación é eliminada
msgid "Downloading relation {0}"
msgstr "Descargando relación {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7193,6 -7240,27 +7240,27 @@@ msgid "way is not connected to previou
msgstr ""
"a vÃa non está conectada nin ao seguinte nin anterior membro da relación"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html> Non é posÃbel ler os marcadores desde <br>\"{0}\"<br>O erro foi: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "Marcadores"
@@@ -7330,21 -7398,8 +7398,8 @@@ msgstr "
msgid "Download object"
msgstr "Descargar obxecto"
- msgid "Object type:"
- msgstr "Tipo de obxecto:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mixto"
-
- msgid "Choose the OSM object type"
- msgstr "Escolle o tipo de obxecto OSM"
-
- msgid "Object ID:"
- msgstr "ID do Obxecto"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Introduza o ID do obxecto que deberÃa ser descargado"
+ msgid "Start downloading"
+ msgstr "Comezar a descarga"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7354,26 -7409,9 +7409,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Os ID de obxectos poden separarse por comas ou espazos.<br/> Exemplos: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> o modo de mesturado, "
- "especifique obxectos desta forma: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Comezar a descarga"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr "Tipo de clase"
@@@ -7471,7 -7509,7 +7509,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr "Ir a páxina de axuda de JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7580,6 -7618,9 +7618,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Información do conxunto de cambios"
@@@ -7680,7 -7721,7 +7721,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7699,6 -7740,12 +7740,12 @@@ msgstr "Proporciona un breve comentari
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "id de conxunto de cambios:"
@@@ -7765,8 -7812,7 +7812,7 @@@ msgid "Closing changeset {0}
msgstr "Pechando conxunto de cambios {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7841,8 -7887,8 +7887,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7856,8 -7902,7 +7902,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -8072,12 -8117,6 +8117,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8092,6 -8131,22 +8131,22 @@@ msgstr "
"/>Se gasta un minuto agora para ecplicar o seu cambio, faralle a vida <br "
"/>mais facil a outros asignadores."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8107,6 -8162,21 +8162,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Cancelar a a actualización e continuar editando"
@@@ -8114,8 -8184,8 +8184,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8230,9 -8300,6 +8300,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -8242,6 -8309,9 +8309,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8258,7 -8328,7 +8328,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr "Cancela a actualización"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8404,7 -8474,7 +8474,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8434,7 -8504,7 +8504,7 @@@ msgstr "versión {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8789,9 -8859,6 +8859,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "Ler fotos..."
@@@ -8810,6 -8877,9 +8877,9 @@@ msgstr "Atopouse un ficheiro nulo no di
msgid "Error while getting files from directory {0}\n"
msgstr "Erro obtendo ficheiros do directorio {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Imaxes xeo-etiquetadas"
@@@ -8867,6 -8937,12 +8937,12 @@@ msgstr "Seguinte
msgid "Show next Image"
msgstr "Mostrar a seguinte imaxe"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrar vista"
@@@ -8937,9 -9013,6 +9013,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9130,14 -9203,10 +9203,10 @@@ msgstr "Houbo un erro tratando de amosa
msgid "(URL was: "
msgstr "(o URL era: "
- msgid "Error displaying URL"
- msgstr "Produciuse un erro amosando o URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -9152,7 -9221,7 +9221,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9162,8 -9231,7 +9231,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9383,7 -9451,7 +9451,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -10113,6 -10181,6 +10181,45 @@@ msgstr "
msgid "Entry {0}"
msgstr ""
++msgid "imagery"
++msgstr ""
++
++msgid "Reset preferences"
++msgstr ""
++
++msgid ""
++"You are about to clear all preferences to their default values<br />All your "
++"settings will be deleted: plugins, imagery, filters, toolbar buttons, "
++"keyboard, etc. <br />Are you sure you want to continue?"
++msgstr ""
++
++msgid "Load profile"
++msgstr ""
++
++msgid "Save {0} profile"
++msgstr ""
++
++msgid "All the preferences of this group are default, nothing to save"
++msgstr ""
++
++msgid "Choose profile file"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
++msgid "Advanced Background: NonDefault"
++msgstr ""
++
++msgid "Current value is default."
++msgstr ""
++
++msgid "Default value is ''{0}''."
++msgstr ""
++
++msgid "Default value currently unknown (setting has not been used yet)."
++msgstr ""
++
msgid "Select Setting Type:"
msgstr ""
@@@ -10134,7 -10202,7 +10241,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
-msgid "Advanced Background: NonDefault"
+msgid "Advanced Background: NonDefalut"
msgstr ""
msgid "Current value is default."
@@@ -10204,6 -10272,9 +10311,9 @@@ msgstr "Debuxar nodos virtuais no modo
msgid "Draw inactive layers in other color"
msgstr "Debuxar as capas inactivas en outra cor"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10261,6 -10332,11 +10371,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10734,6 -10810,12 +10849,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Copia de seguranza"
@@@ -10797,8 -10879,8 +10918,8 @@@ msgstr "Preferencias do Mapa
msgid "Settings for the map projection and data interpretation."
msgstr "Parámetros para a proxección do mapa e interpretación de datos."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Non se puido ler a fonte de etiquetado preestablecido: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11055,21 -11137,6 +11176,6 @@@ msgstr "Swiss Grid (SuÃza)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zona"
-
- msgid "North"
- msgstr "Norte"
-
- msgid "South"
- msgstr "Sur"
-
- msgid "Hemisphere"
- msgstr "Hemisferio"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11091,6 -11158,21 +11197,21 @@@ msgstr "UTM Francia (DOM)
msgid "UTM Geodesic system"
msgstr "UTM sistema xeodésico"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zona"
+
+ msgid "North"
+ msgstr "Norte"
+
+ msgid "South"
+ msgstr "Sur"
+
+ msgid "Hemisphere"
+ msgstr "Hemisferio"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Probando OSM API URL ''{0}''"
@@@ -11141,8 -11223,8 +11262,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11151,20 -11233,25 +11272,25 @@@ msgstr "Nome de usuario OSM:
msgid "OSM password:"
msgstr "Contrasinal de OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11247,16 -11334,10 +11373,10 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "desactivado"
-
- msgid "no modifier"
- msgstr "sen modificador"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11327,8 -11408,8 +11447,8 @@@ msgstr "Aplicar axuste preestablecido
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Cambiar Propiedades"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11406,9 -11487,6 +11526,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Non se puido ler a fonte de etiquetado preestablecido: {0}"
-
msgid "Error parsing {0}: "
msgstr "Erro analizando {0}: "
@@@ -11427,6 -11505,16 +11544,16 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "O axustable {0} aÃnda non está rexistrado. Non é posÃbel marcar a "
+ "participación en axustes de sincronizados."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "O axustable {0} aÃnda non está rexistrado."
+
msgid "All files (*.*)"
msgstr ""
@@@ -11458,9 -11546,57 +11585,57 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "falso: a propiedade está explÃcitamente desactivada"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "verdadeiro: a propiedade está explÃcitamente activada"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parcial: distintos obxectos seleccionados teñen valores diferentes, non "
+ "cambiar"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+ "non establecido: non estabelecer esta propiedade nos obxectos seleccionados"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Falta o atributo obrigatorio «{0}»."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "valor ilegal para o atributo obrigatorio «{0}» de tipo enteiro longo, obtido "
+ "«{1}»"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "valor ilegal para o atributo obrigatorio «{0}» de tipo enteiro longo (>=0), "
+ "obtido «{1}»"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr "Valor ilegal para o atributo «{0}» de lóxico. ObtÃvose «{1}»."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Valor ilegal para o atributo «{0}» de tipo OsmPrimitive. ObtÃvose «{1}»."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11496,7 -11632,7 +11671,7 @@@ msgid "Contacting OSM Server...
msgstr "Contactando co Servidor OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11536,28 -11672,26 +11711,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11657,6 -11791,9 +11830,9 @@@ msgid "Parse error: invalid document st
msgstr ""
"Erro de análise: estrutura de documento non válida para documento gpx"
+ msgid "(at line {0}, column {1})"
+ msgstr "(na liñá {0}, columna {1})"
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11672,12 -11809,20 +11848,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11756,8 -11901,8 +11940,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "Importación NMEA satisfactoria"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Fallo de importación NMEA!"
@@@ -11855,62 -12000,31 +12039,31 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Falta o atributo obrigatorio «{0}»."
-
msgid "Unsupported version: {0}"
msgstr "Versión non admitida: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
- "valor ilegal para o atributo obrigatorio «{0}» de tipo enteiro longo, obtido "
- "«{1}»"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
- "valor ilegal para o atributo obrigatorio «{0}» de tipo enteiro longo (>=0), "
- "obtido «{1}»"
+ "Estrutura de documento ilegal. Atopouse un nodo, vÃa, ou relación fora de "
+ "«create», «modify», ou «delete»."
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgid ""
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr "Valor ilegal para o atributo «{0}» de lóxico. ObtÃvose «{1}»."
+ msgid "Parsing changeset content ..."
+ msgstr "Procesando contido do concunto de cambios..."
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Valor ilegal para o atributo «{0}» de tipo OsmPrimitive. ObtÃvose «{1}»."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
- "Atención: elemento de comezo «{0}» no conxunto de cambios na posición "
- "({1},{2}). Omitindo."
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
- "Estrutura de documento ilegal. Atopouse un nodo, vÃa, ou relación fora de "
- "«create», «modify», ou «delete»."
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid "Parsing changeset content ..."
- msgstr "Procesando contido do concunto de cambios..."
-
- msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
- msgstr "Valor ilegal para o atributo «{0}». ObtÃvose «{1}»."
+ msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
+ msgstr "Valor ilegal para o atributo «{0}». ObtÃvose «{1}»."
msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
msgstr "Valor numérico ilegal para o atributo «{0}». ObtÃvose «{1}»."
@@@ -11931,11 -12045,8 +12084,8 @@@ msgstr "Procesando a lista de conxunto
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Atención: valor inesperado para a preferencia «{0}». ObtÃvose «{1}»."
-
- msgid "(at line {0}, column {1})"
- msgstr "(na liñá {0}, columna {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Ocurriu un erro mentres se gardaba.<br>O Erro é:<br>{0}</html>"
@@@ -12026,8 -12137,8 +12176,8 @@@ msgstr "
"ObtÃvose {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12234,15 -12345,15 +12384,21 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "O control remoto foi preguntado para crear un novo nodo."
@@@ -12280,6 -12391,15 +12436,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12310,19 -12430,19 +12475,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12344,11 -12464,23 +12509,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12418,18 -12550,14 +12595,14 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Atención: Non se pode descargar o complemento «{0}». A ligazón de descarga é "
- "descoñecida. Omitindo a descarga."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Atención: Non se pode descargar o complemento «{0}». A ligazón de descarga "
- "«{1}» non é un URL válido. Omitindo a descarga."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Produciuse un fallo ao crear o directorio do complemento «{0}»"
@@@ -12596,13 -12724,11 +12769,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Produciuse un fallo na actualización do complemento"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
- "Atención: produciuse un fallo ao descargar a lista de información do "
- "complemento"
msgid "Disable plugin"
msgstr "Desactivar o complemento"
@@@ -12616,26 -12742,22 +12787,22 @@@ msgstr "Manter o complemento
msgid "Click to keep the plugin ''{0}''"
msgstr "Prema para manter o complemento «{0}»"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
- "Atención: produciuse un fallo ao eliminar o complemento obsoleto «{0}»."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Atención: produciuse un fallo ao instalar o complemento «{0}» do ficheiro "
- "temporal descargado «{1}». O fallo produciuse ao renomear."
msgid "Click to disable the plugin ''{0}''"
msgstr "Prema para desactivar o complemento «{0}»"
@@@ -12710,8 -12832,7 +12877,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr "Procesando o ficheiro «{0}»"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12726,9 -12847,24 +12892,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -13056,12 -13192,11 +13237,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13072,9 -13207,52 +13252,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13106,9 -13284,23 +13329,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13433,6 -13625,11 +13670,11 @@@ msgid "Saturation:
msgstr "Saturación:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13689,6 -13886,9 +13931,9 @@@ msgstr "
"Acceda a esta caracterÃstica premendo o botón dereito do rato sobre a capa "
"da imaxe."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13752,9 -13952,6 +13997,6 @@@ msgstr "
"pode condicionarse ao tamaño da área máxima a retirar. Fai ademais unha "
"media dos nodos próximos."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Crear e editar cartas mariñas para OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13797,6 -13994,11 +14039,11 @@@ msgstr "
"Traza edificios a partir do mapa catastral checo. Require TracerServer (.NET "
"o Mono) para funcionar."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Engadido para asinar dixitalmente Datos de OSM"
@@@ -13934,6 -14136,9 +14181,9 @@@ msgstr "Terraplén
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Peaxe"
+
msgid "Motorway Link"
msgstr "Enlace de autopista"
@@@ -14024,6 -14229,50 +14274,50 @@@ msgstr "Rúa urbana
msgid "Edit Residential Street"
msgstr "Editar rúa urbana"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Tipo de carretera"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "si"
+
+ msgid "no"
+ msgstr "non"
+
+ msgid "destination"
+ msgstr "destino"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Rúa residencial"
@@@ -14042,11 -14291,11 +14336,11 @@@ msgstr "Ãrea
msgid "Service"
msgstr "Servizo"
- msgid "Edit Serviceway"
- msgstr "Editar vÃa de servicio"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Tipo de vÃa de servicio"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "callejón"
@@@ -14057,6 -14306,9 +14351,9 @@@ msgstr "camiño de entrada(a unha casa
msgid "parking_aisle"
msgstr "corredor de aparcamento"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Corredor de aparcamento"
@@@ -14084,18 -14336,12 +14381,12 @@@ msgstr "rotonda
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "si"
-
msgid "Road Restrictions"
msgstr "Restricións de trafico"
msgid "Edit Road Restrictions"
msgstr "Editar restricións de tráfico"
- msgid "Toll"
- msgstr "Peaxe"
-
msgid "No exit (cul-de-sac)"
msgstr "Sen saÃda"
@@@ -14105,9 -14351,6 +14396,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "destino"
-
msgid "delivery"
msgstr "reparto de mercancÃas"
@@@ -14117,15 -14360,15 +14405,15 @@@ msgstr "permisivo
msgid "private"
msgstr "privado"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "agrÃcola"
msgid "forestry"
msgstr "forestal"
- msgid "no"
- msgstr "non"
-
msgid "official"
msgstr "oficial"
@@@ -14171,6 -14414,9 +14459,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "VehÃculos de servicio público (SP)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Velocidade mÃnima (km/h)"
@@@ -14255,6 -14501,9 +14546,9 @@@ msgstr "Editar ponte
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14359,20 -14608,29 +14653,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilidade"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excelente"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "bon"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermedia"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "mala"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "pésima"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Sillas de rodas"
@@@ -14389,10 -14647,10 +14692,10 @@@ msgstr "Camiño de cabalos dedicado
msgid "Edit Bridleway"
msgstr "Editar vÃa de cabalos"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14428,7 -14686,7 +14731,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14497,12 -14755,18 +14800,18 @@@ msgstr "Ãrea de Descanso
msgid "Edit Rest Area"
msgstr "Edita Ãrea de Descanso"
- msgid "Emergency Phone"
- msgstr "Teléfono de emerxencia"
+ msgid "Drinking Water"
+ msgstr "Auga potable"
msgid "Traffic Signal"
msgstr "Semáforo"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Tipo de cruce peatonal"
@@@ -14518,15 -14782,6 +14827,6 @@@ msgstr "illa
msgid "unmarked"
msgstr "sen marcar"
- msgid "Cross on horseback"
- msgstr "Cruce de cabalos"
-
- msgid "Cross by bicycle"
- msgstr "Cruce de bicicletas"
-
- msgid "Crossing attendant"
- msgstr "Guarda cruces"
-
msgid "Crossing type name (UK)"
msgstr "Tipo de nome de cruce (Reino Unido)"
@@@ -14548,6 -14803,15 +14848,15 @@@ msgstr "pegaso
msgid "tiger"
msgstr "tigre"
+ msgid "Crossing attendant"
+ msgstr "Guarda cruces"
+
+ msgid "Cross by bicycle"
+ msgstr "Cruce de bicicletas"
+
+ msgid "Cross on horseback"
+ msgstr "Cruce de cabalos"
+
msgid "Stop"
msgstr "Deter"
@@@ -14557,6 -14821,9 +14866,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-rotonda"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Dirección"
@@@ -14566,11 -14833,8 +14878,8 @@@ msgstr "no sentido das agullas do relox
msgid "Pedestrian Crossing"
msgstr "Cruce peatonal"
- msgid "Edit Crossing"
- msgstr "Editar cruce"
-
- msgid "Type name (UK)"
- msgstr "Tipo de nome (Reino Unido)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Calmado de tráfico"
@@@ -14602,9 -14866,6 +14911,6 @@@ msgstr "táboa
msgid "Passing Place"
msgstr "Lugar de cruces frecuentes"
- msgid "Edit Passing Place"
- msgstr "Editar lugar de cruces frecuentes"
-
msgid "Turning Circle"
msgstr "CÃrculo de giro"
@@@ -14647,6 -14908,12 +14953,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Tráfico permitido:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "pedra"
+
msgid "Bollard"
msgstr "Bolardo"
@@@ -14662,6 -14929,9 +14974,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plástico"
+
msgid "Cycle Barrier"
msgstr "Barreira para bicicletas"
@@@ -14731,21 -15001,15 +15046,18 @@@ msgstr "
msgid "electric"
msgstr "electrico"
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "poste"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "poste"
-
msgid "Guard Rail"
msgstr ""
@@@ -14774,8 -15038,9 +15086,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Editar acequia"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14783,11 -15048,11 +15096,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Entrada"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Editar unha entrada"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Porta"
@@@ -14841,12 -15106,6 +15154,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "pedra"
-
msgid "Turnstile"
msgstr "Torno"
@@@ -14907,14 -15166,23 +15214,23 @@@ msgstr "Editar canal de desaugue
msgid "Ditch"
msgstr "Acequia"
+ msgid "Edit Ditch"
+ msgstr "Editar acequia"
+
msgid "Stream"
msgstr "Arroio ou riachuelo"
msgid "Edit Stream"
msgstr "editar arroio ou riachuelo"
- msgid "Canal"
- msgstr "Canal"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
+ msgid "Canal"
+ msgstr "Canal"
msgid "Edit Canal"
msgstr "Editar un canal"
@@@ -14952,9 -15220,6 +15268,6 @@@ msgstr "Editar unha presa
msgid "Groyne"
msgstr "Rompeolas"
- msgid "Edit Groyne"
- msgstr "Editar rompeolas"
-
msgid "Breakwater"
msgstr ""
@@@ -14988,6 -15253,21 +15301,21 @@@ msgstr "Editar depósito de auga
msgid "Edit Water"
msgstr "Editar auga"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Terra"
@@@ -15069,20 -15349,25 +15397,25 @@@ msgstr "Editar terminal de ferry
msgid "Cargo"
msgstr "Cargo"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "pasaxeiros"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "vehÃculo"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicicleta"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "hgv"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "pasaxeiros;vehiculos"
+ msgstr ""
msgid "Ferry Route"
msgstr "Ruta de ferry"
@@@ -15156,7 -15441,7 +15489,7 @@@ msgstr "turismo
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15180,11 -15465,14 +15513,14 @@@ msgstr "liña_de_contacto
msgid "rail"
msgstr "ferrocarril"
- msgid "Voltage"
- msgstr "Voltaxe"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frecuencia (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15195,9 -15483,6 +15531,6 @@@ msgstr "VÃa estreita
msgid "Edit Narrow Gauge Rail"
msgstr "Editar vÃa estreita"
- msgid "Types"
- msgstr "Tipos"
-
msgid "Monorail"
msgstr "MonoraÃl"
@@@ -15219,15 -15504,15 +15552,15 @@@ msgstr "Editar metro lixeiro
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Editar tranvÃa"
+
msgid "Edit Subway"
msgstr "Editar metro"
msgid "Tram"
msgstr "TranvÃa"
-msgid "Edit Tram"
-msgstr "Editar tranvÃa"
-
msgid "Bus Guideway"
msgstr "VÃa para autobús guiado"
@@@ -15249,6 -15534,9 +15582,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Paso a nivel"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15261,18 -15549,32 +15597,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "media"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "total"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Paso a nivel peatonal"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Tipo de paso"
@@@ -15372,13 -15674,11 +15722,11 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
- msgstr "MercancÃas"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Editar mercancÃas"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -15388,13 -15688,11 +15736,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Editar Estación"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pilona"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Editar pilona"
+ msgstr ""
msgid "Parking"
msgstr "Aparcamento"
@@@ -15411,12 -15709,12 +15757,12 @@@ msgstr "ao aire libre
msgid "underground"
msgstr "subterráneo"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Acceso"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr "Aparcamento disuasorio (Park & Ride)"
@@@ -15444,9 -15742,6 +15790,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Capacidade"
@@@ -15468,11 -15763,30 +15811,30 @@@ msgstr "Horario de apertura
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Lu-Vie 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Martes-Domingo 08:00-15:00;Sabado 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr ""
@@@ -15621,6 -15935,9 +15983,9 @@@ msgstr "Estación de carga
msgid "Edit Charging Station (for electric cars)"
msgstr "Editar estación de carga (para coches eléctricos)"
+ msgid "Voltage"
+ msgstr "Voltaxe"
+
msgid "Amperage"
msgstr "Amperaxe"
@@@ -15642,6 -15959,12 +16007,12 @@@ msgstr "Taller
msgid "Edit Car Repair"
msgstr "Editar taller"
+ msgid "Parts"
+ msgstr "Partes"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Rodas"
@@@ -15669,6 -15992,12 +16040,12 @@@ msgstr "Alquiler
msgid "Edit Car Rental"
msgstr "Editar alquiler de automóviles"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Compartindo"
@@@ -15693,22 -16022,6 +16070,6 @@@ msgstr "Servizos:
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "si"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "marca"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "usado"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "non"
-
msgid "brand"
msgstr "marca"
@@@ -15730,9 -16043,6 +16091,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Partes"
-
msgid "Clothes"
msgstr "Roupas"
@@@ -15927,6 -16237,9 +16285,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15957,6 -16270,9 +16318,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Banco"
@@@ -15969,9 -16285,6 +16333,6 @@@ msgstr "Cadeira de rodas
msgid "limited"
msgstr "limitado"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15981,8 -16294,13 +16342,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Estación"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Editar Estación"
msgid "Building"
msgstr "Edificio"
@@@ -15996,6 -16314,9 +16362,9 @@@ msgstr "Editar boca de metro
msgid "Ticket Machine"
msgstr "Máquina de tiquets"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Número de referencia"
@@@ -16020,14 -16341,6 +16389,6 @@@ msgstr "Tarxetas de afidelización ou d
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Estación"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Editar Estación"
-
msgid "UIC-Reference"
msgstr "UIC-Referencia"
@@@ -16076,8 -16389,8 +16437,8 @@@ msgstr "Editar andén de autobús
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Editar parada de taxi"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Aeroporto"
@@@ -16130,6 -16443,21 +16491,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Editar Terminal"
+ msgid "Internet access"
+ msgstr "Acceso a internet"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "cableafo"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Acceso a internet gratuito"
+
msgctxt "airport"
msgid "Gate"
msgstr "Porta"
@@@ -16152,21 -16480,6 +16528,6 @@@ msgstr "Editar hotel
msgid "Stars"
msgstr "Estrelas"
- msgid "Internet access"
- msgstr "Acceso a internet"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "cableafo"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Acceso a internet gratuito"
-
msgid "Smoking"
msgstr "Fumadores"
@@@ -16356,9 -16669,6 +16717,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ma-Do 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Turismo"
@@@ -16380,9 -16690,15 +16738,15 @@@ msgstr "Torre de vixÃa
msgid "Information Office"
msgstr "Oficina de información"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Grado de detalle"
@@@ -16395,6 -16711,9 +16759,9 @@@ msgstr "rúa
msgid "scheme"
msgstr "esquema"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Mostrar área"
@@@ -16434,6 -16753,9 +16801,9 @@@ msgstr "...outro métodos de desprazame
msgid "Information Board"
msgstr "Panel informativo"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Tablón de anuncios"
@@@ -16455,23 -16777,35 +16825,35 @@@ msgstr "plantas
msgid "Guidepost"
msgstr "Poste identificador"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Punto de información"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Descripción detallada"
msgid "Audioguide"
msgstr "Guia sonora"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Guia sonora a través de teléfono móvil?"
msgid "Phone number"
msgstr "Número de teléfono"
- msgid "Other Information Points"
- msgstr "Outros Puntos de Información"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Ocio"
@@@ -16600,50 -16934,44 +16982,44 @@@ msgstr "Gráficos
msgid "Edit Artwork"
msgstr "Editar traballo artÃstico"
- msgid "Place of Worship"
- msgstr "Lugar de culto"
-
- msgid "Edit Place of Worship"
- msgstr "Editar lugar de culto"
-
- msgid "Religion"
- msgstr "Relixión"
+ msgid "Recording Studio"
+ msgstr "Estudio de grabación"
- msgid "bahai"
- msgstr "bahaÃsta"
+ msgid "Edit Studio"
+ msgstr "Editar Estudio"
- msgid "buddhist"
- msgstr "budista"
+ msgid "audio"
+ msgstr "son"
- msgid "christian"
- msgstr "cristian"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "hindú"
+ msgid "Place of Worship"
+ msgstr "Lugar de culto"
- msgid "jain"
- msgstr "jainista"
+ msgid "Church"
+ msgstr "Igrexa"
- msgid "jewish"
- msgstr "xudÃa"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "musulmá"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sijista"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "espiritualista"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoista"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarismo"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "zoroástrica"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Denominación"
@@@ -16660,6 -16988,12 +17036,12 @@@ msgstr "católico
msgid "evangelical"
msgstr "evanxélico"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "testigos de Xenoveva"
@@@ -16672,6 -17006,9 +17054,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mormón"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxo"
@@@ -16690,46 -17027,146 +17075,146 @@@ msgstr "cuáquero
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "chiita"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunÃ"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
- msgstr "Estudio de grabación"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Editar Estudio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "son"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Edificio público"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Editar edificio público"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "chiita"
+
+ msgid "sunni"
+ msgstr "sunÃ"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Relixión"
+
+ msgid "bahai"
+ msgstr "bahaÃsta"
+
+ msgid "jain"
+ msgstr "jainista"
+
+ msgid "sikh"
+ msgstr "sijista"
+
+ msgid "spiritualist"
+ msgstr "espiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitarismo"
+
+ msgid "zoroastrian"
+ msgstr "zoroástrica"
+
+ msgid "Public Building"
+ msgstr "Edificio público"
+
+ msgid "Edit Public Building"
+ msgstr "Editar edificio público"
+
+ msgid "Town hall"
msgstr "Casa do Concello"
msgid "Edit Town hall"
@@@ -16810,6 -17247,12 +17295,12 @@@ msgstr "Editar Autoescuela
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Saúde"
@@@ -16891,12 -17334,66 +17382,66 @@@ msgstr "Veterinario
msgid "Edit Veterinary"
msgstr "Editar veterinario"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "público"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Buzón de Correos"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Teléfono"
@@@ -16906,6 -17403,30 +17451,30 @@@ msgstr "Editar teléfono
msgid "Telephone cards"
msgstr "Tarxetas telefónicas"
+ msgid "Emergency Phone"
+ msgstr "Teléfono de emerxencia"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Reloxo"
@@@ -16915,31 -17436,37 +17484,37 @@@ msgstr "Editar Reloxo
msgid "Display"
msgstr "Pantalla"
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr "Asistencia técnica"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16967,8 -17494,8 +17542,8 @@@ msgstr "Amosar humidade
msgid "Recycling"
msgstr "Reciclaxe"
- msgid "Edit Recycling station"
- msgstr "Editar punto limpo"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "BaterÃas"
@@@ -16994,21 -17521,15 +17569,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Papeleiras"
- msgid "Edit Waste Basket"
- msgstr "Editar papeleiras"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Copia de seguranza"
- msgid "plastic"
- msgstr "plástico"
-
msgid "Amount of Seats"
msgstr "Numero de asentos"
@@@ -17043,8 -17564,17 +17612,17 @@@ msgstr "Editar apostadeiro de caza
msgid "Height"
msgstr "Alto"
+ msgctxt "height"
msgid "low"
- msgstr "baixa"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Agochar"
@@@ -17052,9 -17582,6 +17630,6 @@@
msgid "Lock"
msgstr "Bloquear"
- msgid "Drinking Water"
- msgstr "Auga potable"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17086,6 -17613,9 +17661,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17123,119 -17653,155 +17701,155 @@@ msgstr "Estadio
msgid "Edit Stadium"
msgstr "Editar estadio"
- msgid "select sport:"
- msgstr "escoller deporte:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "deporte"
+ msgid "Sport"
+ msgstr "Deportes"
+ msgctxt "sport"
msgid "multi"
- msgstr "diversos"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "tiro con arco"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletismo"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "fútbol_americano"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "fútbol australiano"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "béisbol"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "baloncesto"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bolos"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "fútbol_canadiense"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "piragua"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "escalada"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "Cricket con redes"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "ciclismo"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "carreira de cans"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "hÃpica"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "ximnasia"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "carreira de cabalos"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota vasca"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "raqueta"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "liga_rugby"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby_union"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "tiro"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "monopatÃn"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "patinaxe"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "esquÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "Fútbol"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "natación"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tenis de mesa"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Polideportivo"
@@@ -17267,26 -17833,27 +17881,27 @@@ msgstr "Mini golf
msgid "Edit Miniature Golf"
msgstr "Editar mini golf"
- msgid "Sport"
- msgstr "Deportes"
-
msgid "Multi"
msgstr "Múltiple"
msgid "Edit Multi"
msgstr "Editar multi"
- msgid "type"
- msgstr "tipo"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "cancha de xogo"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "Polideportivo"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "Estadio"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17294,6 -17861,15 +17909,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "cancha de xogo"
+
+ msgid "sports_centre"
+ msgstr "Polideportivo"
+
+ msgid "stadium"
+ msgstr "Estadio"
+
msgid "10pin"
msgstr "Bowling"
@@@ -17327,6 -17903,22 +17951,22 @@@ msgstr "Editar piragüismo
msgid "Edit Cycling"
msgstr "Editar ciclismo"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Carreiras de cans"
@@@ -17383,7 -17975,7 +18023,7 @@@ msgid "Skating
msgstr "Patinaxe"
msgid "Edit Skating"
- msgstr "Editar patinaxe"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17427,36 -18019,54 +18067,54 @@@ msgstr "parque de snowboard
msgid "Difficulty"
msgstr "Dificultade"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "novato"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "fácil"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avanzado"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "experto"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "fora da pista"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17499,19 -18109,15 +18157,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17650,11 -18256,23 +18304,23 @@@ msgstr "Aeródromo de Aeromodelismo
msgid "Edit Model Aerodrome"
msgstr "Editar Aeródromo de Aeromodelismo"
- msgid "RC Car"
- msgstr "Coches RC"
-
- msgid "Edit RC Car"
- msgstr "Editar coches RC"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
+ msgid "RC Car"
+ msgstr "Coches RC"
+
+ msgid "Edit RC Car"
+ msgstr "Editar coches RC"
msgid "Man Made"
msgstr "Feito polo home"
@@@ -17662,60 -18280,134 +18328,134 @@@
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "casa"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Entrada"
+
+ msgid "Edit Entrance"
+ msgstr "Editar unha entrada"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Torre"
@@@ -17940,41 -18632,67 +18680,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
- msgstr "sÃsmico"
+ msgid "Water level"
+ msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
- msgstr "o tempo"
+ msgid "Traffic"
+ msgstr ""
- msgid "Recording"
- msgstr "Gravando"
+ msgid "Air Quality"
+ msgstr ""
- msgid "manually"
- msgstr "manualmente"
+ msgid "Noise"
+ msgstr ""
- msgid "automated"
- msgstr "automatico"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "remote"
- msgstr "remota"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17983,8 -18701,8 +18749,8 @@@ msgstr "Vértice xeodésico
msgid "Edit Survey Point"
msgstr "Editar vértice xeodésico"
- msgid "Surveillance"
- msgstr "Cámara de vixilancia"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Editar cámara de vixilancia"
@@@ -17995,12 -18713,102 +18761,102 @@@ msgstr "interiores
msgid "outdoor"
msgstr "exteriores"
- msgid "public"
- msgstr "público"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "tenda"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr "Potencia"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Xerador de enerxÃa"
@@@ -18052,89 -18860,192 +18908,192 @@@ msgstr "vento
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "fotovoltaico"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "Power Station"
- msgstr "Central eléctrica"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Editar central eléctrica"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Subestación eléctrica"
@@@ -18145,6 -19056,21 +19104,21 @@@ msgstr "Editar subestación eléctrica
msgid "Line reference"
msgstr "Liña de referencia"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "baixa"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -18160,6 -19086,9 +19134,9 @@@ msgstr "Editar torre de electricidade
msgid "Tower reference"
msgstr "Referencia da torre"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Poste"
@@@ -18178,13 -19107,11 +19155,11 @@@ msgstr "Editar tendido eléctrico
msgid "Line type"
msgstr "Tipo de liña"
- msgctxt "Power Line"
msgid "line"
- msgstr "liña"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "liña de baixa tensión"
+ msgstr ""
msgid "Amount of Cables"
msgstr "Cantidade de cables"
@@@ -18291,11 -19218,11 +19266,11 @@@ msgstr "Quiosco
msgid "Edit Kiosk"
msgstr "Editar quiosco"
- msgid "Baker"
- msgstr "Panadeiro"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Editar panadeiro"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "CarnicerÃa"
@@@ -18306,8 -19233,8 +19281,8 @@@ msgstr "Editar carnicerÃa
msgid "Seafood"
msgstr "Pescado"
- msgid "Edit Seafood"
- msgstr "Editar Pescado"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Deli (Boa comida)"
@@@ -18327,6 -19254,9 +19302,9 @@@ msgstr "Mercado
msgid "Edit Marketplace"
msgstr "Editar Mercado"
+ msgid "Organic"
+ msgstr "Orgánico"
+
msgid "Greengrocer"
msgstr "VerdurerÃa"
@@@ -18339,9 -19269,6 +19317,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Orgánico"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18411,8 -19338,8 +19386,8 @@@ msgstr "
msgid "Fabric"
msgstr "Fabrica"
- msgid "Edit Fabric"
- msgstr "Editar Fabrica"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Electronica"
@@@ -18432,14 -19359,14 +19407,14 @@@ msgstr "Editar tenda de electrónica
msgid "Mobile Phone"
msgstr "TelefonÃa Móbil"
- msgid "Edit Mobile Phone"
- msgstr "Editar TelefonÃa Móbil"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Aspiradora"
- msgid "Edit Vacuum Cleaner"
- msgstr "Editar Aspiradora"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -18447,9 -19374,8 +19422,8 @@@
msgid "Edit Hifi Shop"
msgstr "Editar tenda HIfi"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "VÃdeo"
msgid "Edit Video Shop"
msgstr "Editar tenda de vÃdeos"
@@@ -18475,6 -19401,12 +19449,12 @@@ msgstr "Editar cambio de moeda
msgid "Edit Automated Teller Machine"
msgstr "Editar Caixeiro"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Grandes Almacéns"
@@@ -18511,11 -19443,32 +19491,32 @@@ msgstr "JoyerÃa
msgid "Edit Jewelry"
msgstr "Editar JoyerÃa"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budista"
+
+ msgid "christian"
+ msgstr "cristian"
+
+ msgid "hindu"
+ msgstr "hindú"
+
+ msgid "jewish"
+ msgstr "xudÃa"
+
+ msgid "muslim"
+ msgstr "musulmá"
+
msgid "Erotic"
msgstr "Erotica"
- msgid "Edit Erotic"
- msgstr "Editar Erotica"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "FloristerÃa"
@@@ -18544,8 -19497,8 +19545,8 @@@ msgstr "Editar ferreterÃa
msgid "Paint"
msgstr "Pintura"
- msgid "Edit Paint"
- msgstr "Editar Pintura"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Mobles"
@@@ -18556,20 -19509,20 +19557,20 @@@ msgstr "Editar MoblerÃa
msgid "Kitchen"
msgstr "Cociña"
- msgid "Edit Kitchen"
- msgstr "Editar cociña"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Cortinas"
- msgid "Edit Curtain"
- msgstr "Editar Cortinas"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Marco"
- msgid "Edit Frames"
- msgstr "Editar Marcos"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "PapelerÃa"
@@@ -18604,8 -19557,8 +19605,8 @@@ msgstr "Editar axencia de viaxes
msgid "Musical Instrument"
msgstr "Intrumentos Musicais"
- msgid "Edit Musical Instruments"
- msgstr "Editar Intrumentos Musicais"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Xoguetes"
@@@ -18817,6 -19770,12 +19818,12 @@@ msgstr "Pico
msgid "Edit Peak"
msgstr "Editar pico"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glaciar"
@@@ -18856,26 -19815,35 +19863,35 @@@ msgstr "Ãrbore
msgid "Edit Tree"
msgstr "Editar árbore"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nome botánico"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Madeira"
msgid "Edit Wood"
msgstr "Editar bosque"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "conÃfera"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "decÃduos"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "mixto"
msgid "Forest"
msgstr "Monte"
@@@ -18883,15 -19851,6 +19899,6 @@@
msgid "Edit Forest Landuse"
msgstr "Editar zona forestal"
- msgid "coniferous"
- msgstr "conÃfera"
-
- msgid "deciduous"
- msgstr "decÃduos"
-
- msgid "mixed"
- msgstr "mixto"
-
msgid "Grassland"
msgstr ""
@@@ -18967,6 -19926,12 +19974,12 @@@ msgstr "Prado
msgid "Edit Meadow Landuse"
msgstr "Editar o uso do prado"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Viñedo"
@@@ -19021,8 -19986,8 +20034,8 @@@ msgstr "Terra de recreo
msgid "Edit Recreation Ground Landuse"
msgstr "Editar o uso da área de recreo"
- msgid "Residential area"
- msgstr "Ãrea residencial"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Editar o uso da área residencial"
@@@ -19033,6 -19998,9 +20046,9 @@@ msgstr "Camposanto (para os cementerio
msgid "Edit Graveyard"
msgstr "Editar camposanto"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cemiterio"
@@@ -19108,6 -20076,33 +20124,33 @@@ msgstr "Editar o uso da área da cantei
msgid "Annotation"
msgstr "Anotación"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Editar enderezos"
@@@ -19144,6 -20139,18 +20187,18 @@@ msgstr "pares
msgid "alphabetic"
msgstr "alfabético"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19312,20 -20319,49 +20367,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "camiño"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "pé"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "senda"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "desvÃo"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Descición de sÃmbolo"
@@@ -19372,21 -20408,24 +20456,24 @@@ msgstr "próximo punto de parada
msgid "backward halt point"
msgstr "anterior punto de parada"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr "membro"
- msgid "Associated street"
- msgstr "Rúa asociada"
+ msgid "Associated Street"
+ msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr ""
+ msgid "house"
+ msgstr "casa"
+
msgid "Street"
msgstr "Rúa"
@@@ -19408,7 -20447,7 +20495,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19504,18 -20543,27 +20591,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "ponte"
msgid "deprecated"
msgstr "obsoleto"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgid "foot"
+ msgstr "pé"
+
msgid "horse"
msgstr "cabalo"
@@@ -19525,8 -20573,11 +20621,11 @@@ msgstr "barreira
msgid "motorroad"
msgstr "AutovÃa"
- msgid "highway_track"
- msgstr "Autopista"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "servizos"
@@@ -19534,11 -20585,11 +20633,11 @@@
msgid "ford"
msgstr "vado"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "Punto de acceso de emerxencias"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "ribeira"
@@@ -19555,6 -20606,9 +20654,9 @@@ msgstr "rápidos
msgid "railwaypoint"
msgstr "Punto ferroviario de referencia"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19570,29 -20624,29 +20672,29 @@@ msgstr "vÃa morta
msgid "aeroway"
msgstr "aerovÃa"
- msgid "aeroway_dark"
- msgstr "pista (oscuro)"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "pista (claro)"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "pista fácil"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "pista intermedia"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "pista avanzada"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "pista para expertos"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "pista de estilo libre"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "pista para iniciados"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "enerxÃa"
@@@ -19612,20 -20666,20 +20714,20 @@@ msgstr "porto deportivo
msgid "amenity"
msgstr "servizos"
- msgid "amenity_traffic"
- msgstr "tráfico de ocio"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "equipamento lumÃnico"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "auga (claro)"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "saúde"
- msgid "shop"
- msgstr "tenda"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotel"
@@@ -19699,11 -20753,14 +20801,14 @@@ msgstr "ruta
msgid "boundary"
msgstr "fronteira"
+ msgid "sport"
+ msgstr "deporte"
+
msgid "place"
msgstr "lugar"
- msgid "tiger_data"
- msgstr "datos_TIGER"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "enderezo"
@@@ -19717,9 -20774,6 +20822,6 @@@ msgstr "Poboación/Cidade
msgid "One Way"
msgstr "Sentido único"
- msgid "Church"
- msgstr "Igrexa"
-
msgid "Fuel Station"
msgstr "Gasolinera"
@@@ -19747,6 -20801,9 +20849,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19792,10 -20849,40 +20897,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19807,7 -20894,7 +20942,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19825,7 -20912,7 +20960,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19942,19 -21029,130 +21077,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19973,7 -21171,46 +21219,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19985,24 -21222,30 +21270,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20018,7 -21261,7 +21312,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20027,6 -21270,9 +21321,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20173,6 -21419,29 +21470,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20338,6 -21607,9 +21658,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20383,6 -21655,39 +21706,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Porto:"
+
+ msgid "refresh the port list"
+ msgstr "Actualizar a lista de portos"
+
+ msgid "Configure"
+ msgstr "Configurar"
+
+ msgid "Connection Error."
+ msgstr "Erro de Conexión."
+
+ msgid "configure the connected DG100"
+ msgstr "Configurar o DG100 conectado"
+
+ msgid "delete data after import"
+ msgstr "eliminar datos despois de importar"
+
msgid "Columbus V-900 CSV Files"
msgstr "Ficheiros CSV de Columbus V-900"
@@@ -20584,6 -21889,18 +21940,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20605,14 -21922,8 +21973,8 @@@ msgstr "
msgid "Time"
msgstr "Tempo"
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr "Automático"
-
- msgid "Fixed value"
- msgstr ""
+ msgid "Tracks"
+ msgstr "Camiños"
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -20874,10 -22185,13 +22236,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21081,7 -22395,7 +22446,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21353,15 -22667,6 +22718,6 @@@ msgstr "Numero de casa:
msgid "Street Name:"
msgstr "Nome da Calle:"
- msgid "Increment"
- msgstr "Incremento"
-
- msgid "Decrement"
- msgstr "Decremento"
-
- msgid "Numbers:"
- msgstr "Números:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -21540,6 -22845,9 +22896,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21558,12 -22866,6 +22917,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "sÃmbolo"
@@@ -21701,6 -23003,9 +23054,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21720,6 -23025,9 +23076,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Engadir «source=...» aos elementos?"
@@@ -21946,7 -23254,10 +23305,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21998,7 -23309,7 +23360,7 @@@ msgstr "
msgid "Color Schemes"
msgstr "Esquemas de cores"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22222,27 -23533,9 +23584,9 @@@ msgstr "Desactivar captura de datos se
msgid "Unknown logFormat"
msgstr "Formato de log descoñecido"
- msgid "Port:"
- msgstr "Porto:"
-
- msgid "refresh the port list"
- msgstr "Actualizar a lista de portos"
-
- msgid "Configure"
- msgstr "Configurar"
-
msgid "Configure Device"
msgstr "Configurar o Dispositivo"
- msgid "Connection Error."
- msgstr "Erro de Conexión."
-
- msgid "configure the connected DG100"
- msgstr "Configurar o DG100 conectado"
-
- msgid "delete data after import"
- msgstr "eliminar datos despois de importar"
-
msgid "Importing data from device."
msgstr "Importar datos do dispositivo"
@@@ -23326,9 -24619,34 +24670,34 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html> Unha parte baseada na relación de membros foi copiada a todas as "
+ "rutas.<br>DeberÃa verificar esto e corrixilo cando sexa necesario.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Unha relación de membros foi copiada a todas as rutas..<br>DeberÃa "
+ "verificar esto e corrixilo cando sexa necesario.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Introduza unha clave para a etiqueta, p.e. "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Introduza un valor para a etiqueta, p.e. <strong><tt>check "
+ "members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr ""
@@@ -23979,9 -25297,6 +25348,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Produciuse un erro: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Non foi posÃbel crear un novo fallo. Resultou {0}"
-
msgid "Process queue"
msgstr "Procesar a cola"
@@@ -24036,18 -25351,6 +25402,6 @@@ msgstr "
msgid "Close: "
msgstr "Pechar: "
- msgid "New issue"
- msgstr "Novo fallo"
-
- msgid "Create issue"
- msgstr "Crear fallo"
-
- msgid "Describe the problem precisely"
- msgstr "Describa o problema coa maior precisión"
-
- msgid "Create: "
- msgstr "Crear: "
-
msgid "Open in browser"
msgstr ""
@@@ -24394,6 -25697,27 +25748,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24545,6 -25869,9 +25920,9 @@@ msgstr "Nada no portapapéis
msgid "The clipboard data is not an image"
msgstr "Os datos do portapapéis non son os de unha imaxe"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24862,9 -26189,6 +26240,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "Camiños"
-
msgid "Tracks in this GPX file:"
msgstr "Camiños neste ficheiro GPX:"
@@@ -25080,6 -26404,9 +26455,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25112,15 -26439,33 +26490,33 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Atención: elemento de comezo «{0}» no conxunto de cambios na posición "
+ "({1},{2}). Omitindo."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Cambiar Propiedades"
+
msgid "Country preset:"
msgstr ""
@@@ -25235,9 -26580,6 +26631,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr "Tipo de carretera"
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25416,19 -26758,19 +26809,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Axuda en liña"
+ msgid "SeaMap Editor"
+ msgstr "Editor Seamap"
- msgid "Load"
- msgstr "Cargar"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "invisÃbel"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "Editor Seamap"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25644,6 -26986,95 +27037,95 @@@ msgstr "Trazador.
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25683,6 -27114,9 +27165,9 @@@ msgstr "Cargar obxectos desde o servido
msgid "Download signed data"
msgstr "Descargar datos firmados"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25835,9 -27269,6 +27320,6 @@@ msgstr "Asinado cancelado!
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26834,9 -28265,6 +28316,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "VÃdeo"
-
msgid "Import Video"
msgstr "Importar Video"
@@@ -27116,9 -28544,6 +28595,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr "Engadir Etiqueta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/he.po
index be73a8f,4007248..6bbbd20
--- a/i18n/po/he.po
+++ b/i18n/po/he.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:38+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: Hebrew <he at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:44+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:44+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: he\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,16 -165,14 +165,14 @@@ msgid "About JOSM...
msgstr "××××ת JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "×××ר×: פ×ר×× URL ×ס×ס ×× ×¦×¤×× ×©× ×-API, ס××ר ×× ×××¤× ×× ×××ש ×××¤× ××שת×ש "
- "ת××ש×. URL ×ס×ס ×©× ×-API ×××: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -254,9 -258,6 +258,6 @@@ msgstr "×××: {0}
msgid "Please select at least four nodes."
msgstr "× × ××ר ×פ××ת ×ר××¢× ×¦×ת××."
- msgid "Information"
- msgstr "××××¢"
-
msgid "Align Nodes in Line"
msgstr "×שר ×ת ×צ×ת×× ×ש×ר×"
@@@ -293,6 -294,9 +294,9 @@@ msgstr "×××
msgid "Nothing selected to zoom to."
msgstr "×× × ××ר פר×× ××תקר××ת."
+ msgid "Information"
+ msgstr "××××¢"
+
msgid "Zoom to {0}"
msgstr "××ª×§×¨× ×× {0}"
@@@ -347,9 -351,9 +351,9 @@@ msgid "
msgstr "×× × ××ª× ×ש×× ×ת ××ר××× ×××××× ××× ×× ××××××. ××× ×רצ×× × ××פ×× ××× ×××?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "×× × ××ª× ×ש×× ×ר××× (×× × ××ª× ×××× ×××ª× ×××ר××ת ××ת ×©× ×¦×ת××)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "ש×× {0} ×ר×××"
@@@ -530,6 -534,9 +534,9 @@@ msgstr "××ס××ר××
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "××¦× ××ס××ר×ת ××××¢ ××××ת ×ר××, ×××ª× ×××××¡× OSM"
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -643,7 -650,7 +650,7 @@@ msgid "Joined overlapping areas
msgstr "××ר ×××ר×× ××פפ××"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -793,8 -800,8 +800,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "××× ×ת ×צ×ת×× ×××©× ×× ×××תר."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -979,12 -986,8 +986,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1002,9 -1005,6 +1005,6 @@@ msgstr "××שר
msgid "Usage"
msgstr "ש×××ש"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1171,9 -1171,6 +1171,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1312,13 -1309,13 +1309,13 @@@ msgid "
msgstr "×××¨× ×× ××××× ×××ª×¤×¦× ×× ×§×××ת ×©× ××ר×. (××פ: ××ר × ×§×××ת ×ת×× ××ר×.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1407,6 -1404,27 +1404,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "×××"
@@@ -1691,6 -1709,9 +1709,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "××ר×× {0} ×-{1} (× ××ª×¨× {2})"
@@@ -1912,8 -1933,8 +1933,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2340,6 -2361,9 +2361,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2539,8 -2563,7 +2563,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2626,6 -2649,9 +2649,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2662,10 -2688,10 +2688,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2688,8 -2714,8 +2714,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2795,6 -2821,9 +2821,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2855,8 -2884,8 +2884,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2886,11 -2915,11 +2915,11 @@@ msgstr "××× ×ת ×ש×× ×××× ×©
msgid "Do not apply changes"
msgstr "×× ×ª×× ×ת ×ש×× ××××"
- msgid "Please select which property changes you want to apply."
- msgstr "××ר ×××× ×©×× ××× ×ª××× ×ת ××ª× ×¨××¦× ×××××."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "××פ××× ×× ×©× â "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2910,6 -2939,9 +2939,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2940,18 -2972,18 +2972,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2960,8 -2992,8 +2992,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2969,13 -3001,11 +3001,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2989,8 -3019,8 +3019,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3020,11 -3050,10 +3050,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "×× ××××¢"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3177,8 -3206,7 +3206,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3285,7 -3313,7 +3313,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3323,9 -3351,6 +3351,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3366,6 -3391,9 +3391,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "×ת×××ת"
@@@ -3390,6 -3418,15 +3418,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3449,6 -3486,9 +3486,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "× ×§×××ת ×פ×××ת"
@@@ -3531,6 -3571,15 +3571,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3600,6 -3649,12 +3649,12 @@@ msgstr "× ×§×××ת ×¢× ×××ª× ×©×
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3657,13 -3712,13 +3712,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3695,11 -3750,11 +3750,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "×××× ×× ××פש ×ר××× ×¢× ×©××ת ××××× ×©×¢××××× ×× ×××¢ ×ש××××ת ×ת××."
- msgid "Properties checker :"
- msgstr "××××§ ת××× ×ת:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "ת×סף ×× ××פש ש××××ת ××פת××ת ×ער××× ×©× ×ª××× ×ת."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr ""
@@@ -3834,8 -3889,8 +3889,8 @@@ msgstr "×שת×ש ××ר×רת ××××
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
- msgstr "×ª×§× ×ª××× ×ת"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "×× ×××× ××צ×× ×ת ס×× ××××× ×"
@@@ -3909,6 -3964,9 +3964,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "×××× ×× ××××§ ×× ×ר××× ×©×××ר×ת ×××××ת ××¢××××ת ××× × ×¡××ר×ת."
+ msgid "Unclosed way"
+ msgstr "××¨× ×× ×¡××ר×"
+
msgid "natural type {0}"
msgstr ""
@@@ -3939,9 -3997,6 +3997,6 @@@ msgstr "×× ×××
msgid "area"
msgstr "ש××"
- msgid "Unclosed way"
- msgstr "××¨× ×× ×¡××ר×"
-
msgid "Unconnected ways"
msgstr ""
@@@ -3966,10 -4021,10 +4021,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "×××× ×× ××פש × ×§×××ת ××× ×ª××××ת ש××× × ×××§ ××ר×."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4032,23 -4087,6 +4087,6 @@@ msgstr "×§× ×××£ ×פ××: ×××××
msgid "Reversed land: land not on left side"
msgstr "×××× ×פ×××: ××××× ×× ××¦× ×©×××"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4152,7 -4190,7 +4190,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr "××ר×× ×ת \"××סר ×××××\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4387,6 -4425,18 +4425,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "ש××¢"
@@@ -4491,19 -4541,6 +4541,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4791,6 -4828,9 +4828,9 @@@ msgstr "> ת×ת×ת
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "×עתק ×ת ××××× ××× ×× ××ר×× ×©×× ×ס××£ רש××ת ××××× ××× ××××××××"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -4798,6 -4838,9 +4838,9 @@@ msgstr "
"×עתק ×ת ××××× ××× ×× ××ר×× ×©×× ××¤× × ××××× × ×× ××ר ×ר×ש×× ×רש××ת ××××× ××× "
"××××××××"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -4805,14 -4848,23 +4848,23 @@@ msgstr "
"×עתק ×ת ××××× ××× ×× ××ר×× ×©×× ×××¨× ××××× × ×× ××ר ×ר×ש×× ×רש××ת ××××× ××× "
"××××××××"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "×עתק ×ת ××××× × ×× ××ר ש××× ×ת×××ת רש××ת ××××× ××× ××××××××"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "×עתק ×ת ××××× ××× ×× ××ר×× ×©××× ×ס××£ רש××ת ××××× ××× ××××××××"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -4820,6 -4872,9 +4872,9 @@@ msgstr "
"×עתק ×ת ××××× ××× ×× ××ר×× ×©××× ××¤× × ××××× × ×× ××ר ×ר×ש×× ×רש××ת ××××× ××× "
"××××××××"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4836,8 -4891,8 +4891,8 @@@ msgstr "
msgid "Up"
msgstr "××¢××"
- msgid "Move up the selected elements by one position."
- msgstr "××¢×× ×ת ××××× × ×× ××ר ××§×× ×××"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "×××"
@@@ -4888,14 -4943,6 +4943,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "× ×§×××"
@@@ -5145,14 -5192,14 +5192,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5673,6 -5720,9 +5720,9 @@@ msgstr "×צ×/×סתר
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5756,6 -5806,33 +5806,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "ס×× ×¢×¦×:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "××ר ×ת ס×× ×¢×¦× ×-OSM"
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "××ס××"
@@@ -5847,8 -5924,7 +5924,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6018,9 -6094,6 +6094,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6305,8 -6378,8 +6378,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6371,35 -6444,47 +6444,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "ת××× ×ת\\××ר×××ת"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "ת××× ×ת ×עצ××× ×©× ××ר×."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<ש×× ×>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "××ר ×"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "ת××× ×ת: {0} \\ ××ר×××ת: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "ת××× ×ת \\ ××ר×××ת"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "×××§ ×ת ×××¤×ª× ×× ××ר ××× ×פר××××"
- msgid "Delete Properties"
- msgstr "×××§ ××פ××× ××"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "×©× × ××ס"
@@@ -6413,13 -6498,13 +6498,13 @@@ msgstr "×××ת ×××§ ×ת ××××ר
msgid "Add a new key/value pair to all objects"
msgstr "××סף ××¦× ×פת×/×¢×¨× ××× ×פר××××"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "ער×× ×ת ××¢×¨× ×©× ×××¤×ª× ×× ××ר ×¢××ר ×× ×פר××××"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6573,7 -6658,7 +6658,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6891,6 -6976,25 +6976,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "ס××× ××ת"
@@@ -7023,21 -7127,8 +7127,8 @@@ msgstr "
msgid "Download object"
msgstr "×××¨× ×¢×¦×"
- msgid "Object type:"
- msgstr "ס×× ×¢×¦×:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "××ר ×ת ס×× ×¢×¦× ×-OSM"
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
+ msgid "Start downloading"
+ msgstr "×ת×× ×××ר××"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7047,23 -7138,9 +7138,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "×ת×× ×××ר××"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7160,7 -7237,7 +7237,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7259,6 -7336,9 +7336,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7346,7 -7426,7 +7426,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7365,13 -7445,19 +7445,19 @@@ msgstr "ספק ××¢×¨× ×§×¦×¨× ×ש×
msgid "Enter an upload comment"
msgstr ""
- msgid "Changeset id:"
+ msgid "Specify the data source for the changes:"
msgstr ""
- msgid "Created at:"
+ msgid "Enter a source"
msgstr ""
- msgid "Changeset comment:"
+ msgid "Changeset id:"
+ msgstr ""
+
+ msgid "Created at:"
+ msgstr ""
+
+ msgid "Changeset comment:"
msgstr ""
msgid "No open changeset"
@@@ -7431,8 -7517,7 +7517,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7507,8 -7592,8 +7592,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7522,8 -7607,7 +7607,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7738,12 -7822,6 +7822,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7752,6 -7830,22 +7830,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7767,6 -7861,21 +7861,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7774,8 -7883,8 +7883,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7887,9 -7996,6 +7996,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7899,6 -8005,9 +8005,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7915,7 -8024,7 +8024,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8061,7 -8170,7 +8170,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8091,7 -8200,7 +8200,7 @@@ msgstr "×××¨×¡× {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8450,9 -8559,6 +8559,6 @@@ msgstr "××××¥ ×××§××× GPS ×-EX
msgid "Starting directory scan"
msgstr "×ת××× ×¡×¨×קת ספר×××"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "×§××¨× ×ª××× ×ת..."
@@@ -8471,6 -8577,9 +8577,9 @@@ msgstr "× ××¦× ×§×××¥ null ×ת××§
msgid "Error while getting files from directory {0}\n"
msgstr "ש×××× ×××× ×§××ת ×§×צ×× ××ס×פר×× {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "ת××× ×ת ××¢××ת ×××ת×××ת"
@@@ -8528,6 -8637,12 +8637,12 @@@ msgstr "××××
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "×ר×× ×ª×¦×××"
@@@ -8598,9 -8713,6 +8713,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8783,14 -8895,10 +8895,10 @@@ msgstr "×××ª× ×©×××× ×× ×ס××
msgid "(URL was: "
msgstr "(××ת××ת ××ת×: "
- msgid "Error displaying URL"
- msgstr "ש×××× ××צ×ת URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8805,7 -8913,7 +8913,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8815,8 -8923,7 +8923,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9036,7 -9143,7 +9143,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9751,21 -9858,21 +9858,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9819,6 -9926,9 +9959,9 @@@ msgstr "צ××ר × ×§×××ת ××ר××
msgid "Draw inactive layers in other color"
msgstr "צ××ר ש×××ת ×× ×¤×¢×××ת ×צ××¢ ש×× ×"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9872,6 -9982,11 +10015,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10328,6 -10443,12 +10476,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10391,7 -10512,7 +10545,7 @@@ msgstr "×××ר×ת ×פ×
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10649,40 -10770,40 +10803,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10735,8 -10856,8 +10889,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10745,20 -10866,25 +10899,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10840,14 -10966,8 +10999,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr "×× ××ר×"
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10920,8 -11040,8 +11073,8 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "×©× × ×ª××× ×ת"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -10999,9 -11119,6 +11152,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr "ש×××× ×× ×ת×× {0}: "
@@@ -11020,6 -11137,14 +11170,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11049,9 -11174,49 +11207,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11082,7 -11247,7 +11280,7 @@@ msgid "Contacting OSM Server...
msgstr "×ת××ר ×שרת OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11122,28 -11287,26 +11320,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11240,6 -11403,9 +11436,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "ש×××ת × ×ת××. ××ס×× gpx ××× × ×× ×ª×§××."
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11255,12 -11421,20 +11454,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11339,8 -11513,8 +11546,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "×××× NMEA ×סת××× ××צ×××"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "×××× NMEA × ×ש×!"
@@@ -11438,35 -11612,11 +11645,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11476,8 -11626,8 +11659,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11504,10 -11654,7 +11687,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11591,8 -11738,8 +11771,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11789,7 -11936,7 +11969,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11835,6 -11982,15 +12015,15 @@@ msgstr "ש×× ×¨×××§ ××קש ×××
msgid "Remote Control has been asked to load data from the API."
msgstr "ש×× ×¨×××§ ××קש ×××ר×× × ×ª×× ×× ××-API"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11865,19 -12021,19 +12054,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11899,11 -12055,23 +12088,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11973,13 -12141,13 +12174,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12122,10 -12290,10 +12323,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12140,22 -12308,21 +12341,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12224,8 -12391,7 +12424,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12240,9 -12406,24 +12439,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12564,12 -12745,11 +12778,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12580,9 -12760,52 +12793,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12614,9 -12837,23 +12870,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12941,6 -13178,11 +13211,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13180,6 -13422,9 +13455,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13229,9 -13474,6 +13507,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13268,6 -13510,11 +13543,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13398,6 -13645,9 +13678,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "××ר×"
+
msgid "Motorway Link"
msgstr ""
@@@ -13488,6 -13738,50 +13771,50 @@@ msgstr "×××ר××
msgid "Edit Residential Street"
msgstr "ער×× ×¨××× ×××ר××"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "××"
+
+ msgid "no"
+ msgstr "××"
+
+ msgid "destination"
+ msgstr "××¢×"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13506,10 -13800,10 +13833,10 @@@ msgstr "
msgid "Service"
msgstr "ש×ר×ת"
- msgid "Edit Serviceway"
- msgstr "ער×× ××¨× ×©×ר×ת"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13521,6 -13815,9 +13848,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "×פרץ ×× ×××"
@@@ -13548,18 -13845,12 +13878,12 @@@ msgstr "×××ר
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "××"
-
msgid "Road Restrictions"
msgstr "×××××ת ×ר×"
msgid "Edit Road Restrictions"
msgstr "ער×× ×××××ת ×ר×"
- msgid "Toll"
- msgstr "××ר×"
-
msgid "No exit (cul-de-sac)"
msgstr "××¨× ××× ××צ×"
@@@ -13569,9 -13860,6 +13893,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "××¢×"
-
msgid "delivery"
msgstr ""
@@@ -13581,15 -13869,15 +13902,15 @@@ msgstr "
msgid "private"
msgstr "פר××"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "××§×××"
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "××"
-
msgid "official"
msgstr ""
@@@ -13635,6 -13923,9 +13956,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "ר×× ×¦×××ר×"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "×××ר×ת ××× ××××ת (×§×\"ש)"
@@@ -13719,6 -14010,9 +14043,9 @@@ msgstr "ער×× ×שר
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13823,21 -14117,30 +14150,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13853,10 -14156,10 +14189,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13892,7 -14195,7 +14228,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13961,12 -14264,18 +14297,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "××פ×× ××ר××"
+ msgid "Drinking Water"
+ msgstr "×× ×©×ª××"
msgid "Traffic Signal"
msgstr "ר×××ר"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "ס×× ××¢×ר ×צ××"
@@@ -13982,15 -14291,6 +14324,6 @@@ msgstr "××
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14012,6 -14312,15 +14345,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "עצ×ר"
@@@ -14021,6 -14330,9 +14363,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14030,10 -14342,7 +14375,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr "××¢×ר ×צ××"
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14066,9 -14375,6 +14408,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14108,8 -14414,14 +14447,20 @@@ msgstr "××ס××
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
--msgstr "×ª× ××¢× ××תרת:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
++msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
msgid "Bollard"
msgstr ""
@@@ -14126,6 -14438,9 +14477,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14195,19 -14510,13 +14549,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14238,6 -14547,7 +14589,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14247,11 -14557,11 +14599,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "×× ×ס×"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "ער×× ×× ×ס×"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "שער"
@@@ -14304,12 -14614,6 +14656,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14370,12 -14674,21 +14716,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "× ××"
msgid "Edit Stream"
msgstr "ער×× × ××"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "תע××"
@@@ -14415,9 -14728,6 +14770,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14451,6 -14761,21 +14803,21 @@@ msgstr "
msgid "Edit Water"
msgstr "ער×× ×××"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "××××"
@@@ -14532,18 -14857,23 +14899,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "×××¤× ×××"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14619,7 -14949,7 +14991,7 @@@ msgstr "ת××ר×ת
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14643,10 -14973,13 +15015,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14658,9 -14991,6 +15033,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14682,15 -15012,15 +15054,15 @@@ msgstr "ער×× ×¨××ת ×§××
msgid "Subway"
msgstr "ר××ת ת×ת×ת"
+msgid "Edit Tram"
+msgstr ""
+
msgid "Edit Subway"
msgstr "ער×× ×¨××ת ת×ת×ת"
msgid "Tram"
msgstr ""
-msgid "Edit Tram"
-msgstr ""
-
msgid "Bus Guideway"
msgstr ""
@@@ -14712,6 -15042,9 +15084,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14724,18 -15057,32 +15099,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14835,11 -15182,9 +15224,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14851,11 -15196,9 +15238,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14874,12 -15217,12 +15259,12 @@@ msgstr "
msgid "underground"
msgstr ""
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "××ש×"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -14907,9 -15250,6 +15292,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14931,10 -15271,29 +15313,29 @@@ msgstr "שע×ת פת×××
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15084,6 -15443,9 +15485,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15105,6 -15467,12 +15509,12 @@@ msgstr "ת××§×× ××
msgid "Edit Car Repair"
msgstr "ער×× ×ª××§×× × ×¨××××"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15132,6 -15500,12 +15542,12 @@@ msgstr "×ש×ר×
msgid "Edit Car Rental"
msgstr "ער×× ×ש×רת ר××"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "ש×ת××£"
@@@ -15156,22 -15530,6 +15572,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15193,9 -15551,6 +15593,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15390,6 -15745,9 +15787,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15420,6 -15778,9 +15820,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "ספס×"
@@@ -15432,9 -15793,6 +15835,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15444,9 -15802,14 +15844,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "××× ×"
@@@ -15459,6 -15822,9 +15864,9 @@@ msgstr "ער×× ×× ×סת ר××ת ת
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15483,14 -15849,6 +15891,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15539,8 -15897,8 +15939,8 @@@ msgstr "
msgid "Taxi"
msgstr "××× ×ת"
- msgid "Edit Taxi station"
- msgstr "ער×× ×ª×× ×ª ××× ××ת"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "ש×× ×ª×¢×פ×"
@@@ -15593,6 -15951,21 +15993,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "×ס××£"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15615,21 -15988,6 +16030,6 @@@ msgstr "
msgid "Stars"
msgstr ""
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "×ס××£"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -15819,9 -16177,6 +16219,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "ת××ר×ת"
@@@ -15843,9 -16198,15 +16240,15 @@@ msgstr "×××× ×ª×¦×¤×ת
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "×פ×"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15858,6 -16219,9 +16261,9 @@@ msgstr "ר×××
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15897,6 -16261,9 +16303,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15918,22 -16285,34 +16327,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16063,49 -16442,43 +16484,43 @@@ msgstr "×צ×רת ×××× ×ת
msgid "Edit Artwork"
msgstr "ער×× ×צ×רת ×××× ×ת"
- msgid "Place of Worship"
- msgstr "××§×× ×ª×¤×××"
-
- msgid "Edit Place of Worship"
- msgstr "ער×× ××§×× ×ª×¤×××"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "Religion"
- msgstr "×ת"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "××××"
+ msgid "audio"
+ msgstr ""
- msgid "buddhist"
- msgstr "×××××ס×"
+ msgid "video"
+ msgstr ""
- msgid "christian"
- msgstr "× ×צר×"
+ msgid "Place of Worship"
+ msgstr "××§×× ×ª×¤×××"
- msgid "hindu"
- msgstr "××× ××"
+ msgid "Church"
+ msgstr "×× ×¡×××"
- msgid "jain"
+ msgid "Edit Church"
msgstr ""
- msgid "jewish"
- msgstr "×××××"
-
- msgid "muslim"
- msgstr "××ס×××"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "ס××§×"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "ספ×ר××××××ס×"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "×××××ס×"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16123,6 -16496,12 +16538,12 @@@ msgstr "קת×××
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16135,6 -16514,9 +16556,9 @@@ msgstr "×ת×××ס×
msgid "mormon"
msgstr "××ר××× ×"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "××רת×××קס×"
@@@ -16153,37 -16535,137 +16577,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "ש××¢×"
msgid "sunni"
msgstr "ס×× ×"
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "×ת"
+
+ msgid "bahai"
+ msgstr "××××"
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr "ס××§×"
+
+ msgid "spiritualist"
+ msgstr "ספ×ר××××××ס×"
+
+ msgid "taoist"
+ msgstr "×××××ס×"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16273,6 -16755,12 +16797,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "×ר×××ת"
@@@ -16354,12 -16842,66 +16884,66 @@@ msgstr "××ר×× ×¨×
msgid "Edit Veterinary"
msgstr "ער×× ××ר×× ×¨×"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "ת××ת ×××ר"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "××פ××"
@@@ -16369,6 -16911,30 +16953,30 @@@ msgstr "ער×× ××פ××
msgid "Telephone cards"
msgstr "×ר×××¡× ××פ××"
+ msgid "Emergency Phone"
+ msgstr "××פ×× ××ר××"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16378,31 -16944,37 +16986,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16430,8 -17002,8 +17044,8 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
- msgstr "ער×× ×ª×× ×ª ×××××ר"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr ""
@@@ -16457,21 -17029,15 +17071,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16506,18 -17072,24 +17114,24 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr ""
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "×× ×©×ª××"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16549,6 -17121,9 +17163,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16586,119 -17161,155 +17203,155 @@@ msgstr "××צ×××××
msgid "Edit Stadium"
msgstr "ער×× ××צ×××××"
- msgid "select sport:"
- msgstr "××ר ×¢× ×£ ספ×ר×:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr "ספ×ר×"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "קשת×ת"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "×ת××××§×"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "×××ר×× ××ס×ר××"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "×××ר ×ס×ס"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "×××רס×"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "×××רת ×ש×"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "×§× ×"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "××פ×ס"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "קר××§×"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "××ר××¥ ×××××"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "××××£"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "×תע×××ת"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "×××§×"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "××ר××¥ ס×ס××"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "סק×××××ר×"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "סק×××××"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "סק×"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "×××ר××"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "ש××××"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "×× ×ס ש××××"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "×× ×ס"
+ msgstr ""
msgid "Sports Centre"
msgstr "×ר×× ×¡×¤×ר×"
@@@ -16730,26 -17341,27 +17383,27 @@@ msgstr "××× ×-××××£
msgid "Edit Miniature Golf"
msgstr "ער×× ××× ×-××××£"
- msgid "Sport"
- msgstr "ספ×ר×"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "ס××"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "×ר×× ×¡×¤×ר×"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "××צ×××××"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16757,6 -17369,15 +17411,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr "×ר×× ×¡×¤×ר×"
+
+ msgid "stadium"
+ msgstr "××צ×××××"
+
msgid "10pin"
msgstr ""
@@@ -16790,6 -17411,22 +17453,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr "ער×× ×¨××××"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "××ר××¥ ×××××"
@@@ -16890,36 -17527,54 +17569,54 @@@ msgstr "פ×רק ש××
msgid "Difficulty"
msgstr "×§×ש×"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "×ת×××××"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "×§×"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "×קצ××¢× ××"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16962,19 -17617,15 +17659,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17113,6 -17764,18 +17806,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17125,60 -17788,134 +17830,134 @@@ msgstr "××¢×©× ×××
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "×× ×ס×"
+
+ msgid "Edit Entrance"
+ msgstr "ער×× ×× ×ס×"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "××××"
@@@ -17403,41 -18140,67 +18182,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17446,7 -18209,7 +18251,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17458,12 -18221,102 +18263,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "×× ×ת"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17515,89 -18368,192 +18410,192 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
msgstr ""
- msgid "battery charging"
+ msgid "pelton_turbine"
msgstr ""
- msgid "Power Station"
- msgstr "ת×× ×ª ××"
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "ער×× ×ª×× ×ª ××"
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr ""
@@@ -17608,6 -18564,21 +18606,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17623,6 -18594,9 +18636,9 @@@ msgstr "ער×× ×¢××× ×ש××
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17641,11 -18615,9 +18657,9 @@@ msgstr "ער×× ×§× ×ת×
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17754,11 -18726,11 +18768,11 @@@ msgstr "×§××סק
msgid "Edit Kiosk"
msgstr "ער×× ×§××סק"
- msgid "Baker"
- msgstr "××פ×××"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "ער×× ××פ×××"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "קצ××××"
@@@ -17769,7 -18741,7 +18783,7 @@@ msgstr "ער×× ×§×¦××××
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17790,6 -18762,9 +18804,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17802,9 -18777,6 +18819,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17874,7 -18846,7 +18888,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17895,13 -18867,13 +18909,13 @@@ msgstr "ער×× ×× ×ת ×××§×ר××
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17910,7 -18882,6 +18924,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17938,6 -18909,12 +18951,12 @@@ msgstr "ער×× ×××פת ×סף
msgid "Edit Automated Teller Machine"
msgstr "ער×× ×ספ×××"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17974,10 -18951,31 +18993,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "×××××ס×"
+
+ msgid "christian"
+ msgstr "× ×צר×"
+
+ msgid "hindu"
+ msgstr "××× ××"
+
+ msgid "jewish"
+ msgstr "×××××"
+
+ msgid "muslim"
+ msgstr "××ס×××"
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18007,7 -19005,7 +19047,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18019,19 -19017,19 +19059,19 @@@ msgstr "ער×× ×× ×ת ר×××××
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18067,7 -19065,7 +19107,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18280,6 -19278,12 +19320,12 @@@ msgstr "פס××
msgid "Edit Peak"
msgstr "ער×× ×¤×¡××"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "קר×××"
@@@ -18319,26 -19323,35 +19365,35 @@@ msgstr "×¢×¥
msgid "Edit Tree"
msgstr "ער×× ×¢×¥"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "×©× ×××× ×"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "××רש"
msgid "Edit Wood"
msgstr "ער×× ××רש"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "×××× ×"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "× ×©×ר"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "××¢×ר×"
msgid "Forest"
msgstr "×ער"
@@@ -18346,15 -19359,6 +19401,6 @@@
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr "×××× ×"
-
- msgid "deciduous"
- msgstr "× ×©×ר"
-
- msgid "mixed"
- msgstr "××¢×ר×"
-
msgid "Grassland"
msgstr ""
@@@ -18424,10 -19428,16 +19470,16 @@@ msgstr "×××× ××§×××ת
msgid "Edit Farmland Landuse"
msgstr ""
- msgid "Meadow"
+ msgid "Meadow"
+ msgstr ""
+
+ msgid "Edit Meadow Landuse"
+ msgstr ""
+
+ msgid "Orchard"
msgstr ""
- msgid "Edit Meadow Landuse"
+ msgid "Edit Orchard Landuse"
msgstr ""
msgid "Vineyard"
@@@ -18484,8 -19494,8 +19536,8 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
- msgstr "×××ר ×××ר××"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr ""
@@@ -18496,6 -19506,9 +19548,9 @@@ msgstr "××ת-×§×ר×ת
msgid "Edit Graveyard"
msgstr "ער×× ××ת-×§×ר×ת"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "××ת ×¢××××"
@@@ -18571,6 -19584,33 +19626,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "ער×× ×ת××ת"
@@@ -18607,6 -19647,18 +19689,18 @@@ msgstr "××××
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18775,21 -19827,50 +19869,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "ר××"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18835,19 -19916,22 +19958,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18871,7 -19955,7 +19997,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18967,18 -20051,27 +20093,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "×שר"
msgid "deprecated"
msgstr "×××ש×"
+ msgid "bicycle"
+ msgstr "×××¤× ×××"
+
+ msgid "foot"
+ msgstr "ר××"
+
msgid "horse"
msgstr "ס×ס"
@@@ -18988,7 -20081,10 +20123,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18997,10 -20093,10 +20135,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19018,6 -20114,9 +20156,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19033,29 -20132,29 +20174,29 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
- msgstr "×ס××× ×§×"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "×ס××× ××× ×× ×××"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "×ס××× ×תק××××"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
- msgstr "×ס××× ×ת×××××"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "ת×× ×ª ××"
@@@ -19075,20 -20174,20 +20216,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "×ר×××ת"
- msgid "shop"
- msgstr "×× ×ת"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "××××"
@@@ -19162,10 -20261,13 +20303,13 @@@ msgstr "
msgid "boundary"
msgstr "××××"
+ msgid "sport"
+ msgstr "ספ×ר×"
+
msgid "place"
msgstr "××§××"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19180,9 -20282,6 +20324,6 @@@ msgstr "×פר\\×¢×ר
msgid "One Way"
msgstr "×× ×¡×ר×"
- msgid "Church"
- msgstr "×× ×¡×××"
-
msgid "Fuel Station"
msgstr "ת×× ×ª ×××§"
@@@ -19210,6 -20309,9 +20351,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19255,10 -20357,40 +20399,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19270,7 -20402,7 +20444,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19288,7 -20420,7 +20462,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19405,19 -20537,130 +20579,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19436,7 -20679,46 +20721,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19448,24 -20730,30 +20772,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19481,7 -20769,7 +20814,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19490,6 -20778,9 +20823,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19636,6 -20927,29 +20972,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19801,6 -21115,9 +21160,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19846,6 -21163,39 +21208,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "פ×ר×:"
+
+ msgid "refresh the port list"
+ msgstr "×¨×¢× × ×ת רש××ת ×פ×ר×××"
+
+ msgid "Configure"
+ msgstr "×§××¢ תצ×ר×"
+
+ msgid "Connection Error."
+ msgstr "ש×××ת ×ת××ר×ת."
+
+ msgid "configure the connected DG100"
+ msgstr "××××ר ×ת ×-DG100 ×××××ר"
+
+ msgid "delete data after import"
+ msgstr "×××§ × ×ª×× ×× ×××ר ×××××"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20047,6 -21397,18 +21442,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20068,13 -21430,7 +21475,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20337,10 -21693,13 +21738,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20544,7 -21903,7 +21948,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20815,15 -22174,6 +22219,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20994,6 -22344,9 +22389,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21012,12 -22365,6 +22410,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21153,6 -22500,9 +22545,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21170,6 -22520,9 +22565,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21396,7 -22749,10 +22794,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21446,7 -22802,7 +22847,7 @@@ msgstr "×××§ ×ת ×ס××× ×× ××
msgid "Color Schemes"
msgstr "ס×××ת צ××¢××"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21623,14 -22979,14 +23024,79 @@@ msgid "Close tab
msgstr ""
msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
++msgstr ""
++
++msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr "×××§×× ××××"
@@@ -21670,27 -23026,9 +23136,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "פ×ר×:"
-
- msgid "refresh the port list"
- msgstr "×¨×¢× × ×ת רש××ת ×פ×ר×××"
-
- msgid "Configure"
- msgstr "×§××¢ תצ×ר×"
-
msgid "Configure Device"
msgstr "×§××¢ תצ×רת ××ש×ר"
- msgid "Connection Error."
- msgstr "ש×××ת ×ת××ר×ת."
-
- msgid "configure the connected DG100"
- msgstr "××××ר ×ת ×-DG100 ×××××ר"
-
- msgid "delete data after import"
- msgstr "×××§ × ×ª×× ×× ×××ר ×××××"
-
msgid "Importing data from device."
msgstr "××××× × ×ª×× ×× ×××ש×ר."
@@@ -22771,9 -24109,26 +24219,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23420,9 -24775,6 +24885,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "×××¨×¢× ×©××××: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "×× ×××× ××צ×ר תק×× ××ש×. ת×צ××: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -23475,18 -24827,6 +24937,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "פר×× ××ש"
-
- msgid "Create issue"
- msgstr "צ×ר פר××"
-
- msgid "Describe the problem precisely"
- msgstr "ת×ר ×ת ×××¢×× ×××××§"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23834,6 -25174,27 +25284,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23985,6 -25346,9 +25456,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24302,9 -25666,6 +25776,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24520,6 -25881,9 +25991,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24552,15 -25916,31 +26026,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "×©× × ×ª××× ×ת"
+
msgid "Country preset:"
msgstr ""
@@@ -24675,9 -26055,6 +26165,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24856,19 -26233,19 +26343,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25084,6 -26461,95 +26571,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25120,6 -26586,9 +26696,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25272,9 -26741,6 +26851,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26260,9 -27726,6 +27836,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26541,9 -28004,6 +28114,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/hi.po
index 6e28590,3326ae0..5c3f47a
--- a/i18n/po/hi.po
+++ b/i18n/po/hi.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-11-14 16:28+0000\n"
"Last-Translator: nipunreddevil <nipunreddevil at gmail.com>\n"
"Language-Team: Hindi <hi at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:45+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:44+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: hi\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr "à¤à¤¾à¤¨à¤à¤¾à¤°à¥"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "à¤à¤¾à¤¨à¤à¤¾à¤°à¥"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "à¤
à¤à¥à¤à¤¾à¤¤"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/hr.po
index b8ceb94,f105721..3a52fda
--- a/i18n/po/hr.po
+++ b/i18n/po/hr.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-05 18:14+0000\n"
"Last-Translator: gogo <trebelnik2 at gmail.com>\n"
"Language-Team: Croatian <hr at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:58+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:58+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: hr\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Otvaranje linka nije podržano na trenutnoj platformi (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -164,19 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "O JOSM-u..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Upozorenje: NeoÄekivani format URL baze API-a. Preusmjeravanje na info ili "
- "povijest stranice za OSM objekte vjerojatno neÄe uspijeti. Osnovni URL za "
- "bazu API-a je:'' {0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UPOZORENJE: neoÄekivani format API osnovnog URL-a. Preusmjeravanje na OSM "
- "korisniÄku stranicu hvjerojatno neÄe uspjeti.API osnovni URL je: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -267,9 -268,6 +268,6 @@@ msgstr "Alat: {0}
msgid "Please select at least four nodes."
msgstr "Izaberite barem 4 toÄke"
- msgid "Information"
- msgstr "Informacije"
-
msgid "Align Nodes in Line"
msgstr "Poravnaj toÄke u liniju"
@@@ -306,6 -304,9 +304,9 @@@ msgstr "slijedeÄi
msgid "Nothing selected to zoom to."
msgstr "Ništa nije izabrano za zoomiranje."
+ msgid "Information"
+ msgstr "Informacije"
+
msgid "Zoom to {0}"
msgstr "Zoomiraj do {0}"
@@@ -362,9 -363,9 +363,9 @@@ msgstr "
"smjer za neke od njih?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Ne mogu kombinirati puteve (Ne mogu se spojiti u jedan niz toÄaka)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "Kombiniraj {0} puteva"
@@@ -549,6 -550,9 +550,9 @@@ msgid "Display history information abou
msgstr ""
"Prikaži povijesne informacije o OSM putevima, toÄkama ili relacijama."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "Povijest (web)"
@@@ -672,11 -676,9 +676,9 @@@ msgid "Joined overlapping areas
msgstr "Spojena preklapajuÄa podruÄja"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Nekolkiko vaših puteva su djelovi relacija, koje su promijenjene. Molim "
- "verificirajte da to nepredstavlja neku pogrešku."
msgid "Fix tag conflicts"
msgstr "Popravi konflikte oznaka"
@@@ -824,11 -826,9 +826,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Spoji toÄke u najstariju"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Molim oznaÄi najmanje dvije toÄke za spojiti ili toÄku koja je blizu drugoj "
- "toÄci."
msgid "Abort Merging"
msgstr "Zaustavi spajanje"
@@@ -1032,12 -1032,8 +1032,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1058,9 -1054,6 +1054,6 @@@ msgstr "Orthogonaliziraj
msgid "Usage"
msgstr "Upotreba"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1238,9 -1231,6 +1231,6 @@@ msgstr "UÄitaj sesiju
msgid "Load a session from file."
msgstr "UÄitaj sesiju iz datoteke."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Datoteka sesije (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Otvori sesiju"
@@@ -1396,18 -1386,14 +1386,14 @@@ msgstr "
"sredini puta)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Relacija bazirana na ulozi je kopirana na sve nove puteve.<br>Trebali "
- "bi provjeriti ovo i ispraviti ako je potrebno.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Älanstvo u relaciji je kopirano na sve nove puteve.<br>Trebali bi "
- "provjeriti ovo i ispraviti ako je potrebno.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Razdvoji put {0} u {1} dijelova"
@@@ -1506,6 -1492,27 +1492,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Poništi"
@@@ -1794,6 -1801,9 +1801,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Download {0} od {1} ({2} ostaje)"
@@@ -2016,11 -2026,10 +2026,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Ne mogu dodati toÄku van Svijeta"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Dodaj novu toÄku na put"
- msgstr[1] "Dodaj novu toÄku na {0} puta"
- msgstr[2] "Dodaj novu toÄku na {0} puteva"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr ""
@@@ -2453,6 -2462,9 +2462,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "kombinatori"
@@@ -2649,11 -2661,8 +2661,8 @@@ msgstr "Nedostaje parametar za XOR
msgid "Missing operator for NOT"
msgstr "Nedostaje parametar za NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Upozorenje: automatski skraÄujem vrijednost tagu ''{0}'' na obrisanom "
- "objektu {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2741,6 -2750,9 +2750,9 @@@ msgstr[0] "Dodan {0} objekt
msgstr[1] "Dodani {0} objekta"
msgstr[2] "Dodani {0} objekta"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Promijeni toÄku {0}"
@@@ -2777,11 -2789,11 +2789,11 @@@ msgstr "Ukloni \"{0}\" za {1} objekte
msgid "Set {0}={1} for {2} objects"
msgstr "Postavi {0}={1} za {2} objekta"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "izbrisana {0} svojstva za {1} objekta"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "Postavi {0} svojstva za {1} objekta"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Zamijeni \"{0}\" sa \"{1}\" za"
@@@ -2806,11 -2818,9 +2818,9 @@@ msgid "Double conflict
msgstr "Dupli konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Upozorenje: Sloj ''{0}'' viÅ¡e ne postoji. Nije moguÄe ukloniti konflikt za "
- "objekt ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Dodaj konflikt za ''{0}''"
@@@ -2923,6 -2933,9 +2933,9 @@@ msgstr[2] "OÄiÅ¡Äeno {0} objekta
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotiraj {0} toÄku"
@@@ -2985,8 -2998,8 +2998,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -3016,10 -3029,10 +3029,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -3040,6 -3053,9 +3053,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -3070,18 -3086,18 +3086,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -3090,8 -3106,8 +3106,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3099,13 -3115,11 +3115,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3119,8 -3133,8 +3133,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3150,11 -3164,10 +3164,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEPOZNATO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3310,8 -3323,7 +3323,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3418,7 -3430,7 +3430,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3456,9 -3468,6 +3468,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3497,6 -3506,9 +3506,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3521,6 -3533,15 +3533,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3580,6 -3601,9 +3601,9 @@@ msgstr " ili
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3662,6 -3686,15 +3686,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3731,6 -3764,12 +3764,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3788,13 -3827,13 +3827,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3826,10 -3865,10 +3865,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3963,7 -4002,7 +4002,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -4038,6 -4077,9 +4077,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -4068,9 -4110,6 +4110,6 @@@ msgstr "zgrada
msgid "area"
msgstr "površina"
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -4095,10 -4134,10 +4134,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4161,23 -4200,6 +4200,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4281,7 -4303,7 +4303,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4510,6 -4532,18 +4532,18 @@@ msgstr "Uredi alatnu traku
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4614,19 -4648,6 +4648,6 @@@ msgstr "U pozadini
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -4914,29 -4935,47 +4935,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4951,7 -4990,7 +4990,7 @@@ msgstr "
msgid "Up"
msgstr "Gore"
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -5003,14 -5042,6 +5042,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "ToÄka"
@@@ -5263,14 -5294,14 +5294,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr "Vrijednost:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5792,6 -5823,9 +5823,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5875,6 -5909,36 +5909,36 @@@ msgstr "
msgid "No"
msgstr "Ne"
+ msgid "Object type:"
+ msgstr "Tip objekta:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "pomiješano"
+
+ msgid "Choose the OSM object type"
+ msgstr "Odaberi tip OSM objekta"
+
+ msgid "Object ID:"
+ msgstr "ID objekta:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Unesi ID objekta koji se treba preuzeti"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID objekta može biti odvojen razmakom ili zarezom. <br/> Primjeri:. <b> <ul> "
+ "<li> 1 2 5 </li> <li> 1,2,5 </li> </ul> <br/> </b> u kombiniranom režimu, "
+ "specifiÄni objekti kao Å¡to su ovi: <b> W123, N110, W12, R15 </b> <br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relacije"
@@@ -5966,8 -6030,7 +6030,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6137,9 -6200,6 +6200,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6424,8 -6484,8 +6484,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6490,34 -6550,46 +6550,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr "Pozicija"
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6532,13 -6604,13 +6604,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6694,7 -6766,7 +6766,7 @@@ msgstr "Relacija je izbriana
msgid "Downloading relation {0}"
msgstr "Preuzimam relaciju {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7013,6 -7085,25 +7085,25 @@@ msgstr "put je spojen na slijedeÄeg Ä
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7144,21 -7235,8 +7235,8 @@@ msgstr "
msgid "Download object"
msgstr "Preuzmi objekt"
- msgid "Object type:"
- msgstr "Tip objekta:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "pomiješano"
-
- msgid "Choose the OSM object type"
- msgstr "Odaberi tip OSM objekta"
-
- msgid "Object ID:"
- msgstr "ID objekta:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Unesi ID objekta koji se treba preuzeti"
+ msgid "Start downloading"
+ msgstr "ZapoÄni preuzimanje"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7168,28 -7246,9 +7246,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Odaberite, ako Älanovi relacije takoÄer trebaju biti preuzeti"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID objekta može biti odvojen razmakom ili zarezom. <br/> Primjeri:. <b> <ul> "
- "<li> 1 2 5 </li> <li> 1,2,5 </li> </ul> <br/> </b> u kombiniranom režimu, "
- "specifiÄni objekti kao Å¡to su ovi: <b> W123, N110, W12, R15 </b> <br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "ZapoÄni preuzimanje"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Unesen pogrešan ID\n"
- "Ne mogu preuzeti objekt."
-
msgid "Class Type"
msgstr ""
@@@ -7286,7 -7345,7 +7345,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7385,6 -7444,9 +7444,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7484,7 -7546,7 +7546,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7503,6 -7565,12 +7565,12 @@@ msgstr "Dajte kratak komentar za promje
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7569,8 -7637,7 +7637,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7645,8 -7712,8 +7712,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7660,8 -7727,7 +7727,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7877,12 -7943,6 +7943,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7891,6 -7951,22 +7951,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7906,6 -7982,21 +7982,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7913,8 -8004,8 +8004,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8026,9 -8117,6 +8117,6 @@@ msgstr "Relacija ''{0}'' je veÄ izbris
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Objekt ''{0}'' je veÄ izbrisana. PreskaÄem objekt u uploadanju."
- msgid "Warning: {0}"
- msgstr "Upozorenje: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Uploadam {0} objekt..."
@@@ -8039,6 -8127,9 +8127,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8055,7 -8146,7 +8146,7 @@@ msgstr "OznaÄi objekte za uploadanje
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8206,7 -8297,7 +8297,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8236,7 -8327,7 +8327,7 @@@ msgstr "verzija {0}
msgid "Merging layers"
msgstr "Spajam slojeve"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8592,9 -8683,6 +8683,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8613,6 -8701,9 +8701,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8671,6 -8762,12 +8762,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8737,9 -8834,6 +8834,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8920,14 -9014,10 +9014,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8942,7 -9032,7 +9032,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8952,8 -9042,7 +9042,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9173,7 -9262,7 +9262,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9888,21 -9977,21 +9977,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9956,6 -10045,9 +10078,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10009,6 -10101,11 +10134,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10465,6 -10562,12 +10595,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10528,7 -10631,7 +10664,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10786,40 -10889,40 +10922,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10872,8 -10975,8 +11008,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10882,20 -10985,25 +11018,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10977,14 -11085,8 +11118,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11057,7 -11159,7 +11192,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -11136,9 -11238,6 +11271,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11157,6 -11256,14 +11289,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11186,9 -11293,49 +11326,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11219,7 -11366,7 +11399,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11259,28 -11406,26 +11439,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11375,6 -11520,9 +11553,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11390,12 -11538,20 +11571,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11474,7 -11630,7 +11663,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11573,35 -11729,11 +11762,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11611,8 -11743,8 +11776,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11639,10 -11771,7 +11804,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11726,8 -11855,8 +11888,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11924,7 -12053,7 +12086,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11970,6 -12099,15 +12132,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12000,19 -12138,19 +12171,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12034,11 -12172,23 +12205,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Datoteka sesije (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12108,13 -12258,13 +12291,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12257,10 -12407,10 +12440,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12275,22 -12425,21 +12458,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12359,8 -12508,7 +12541,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12375,9 -12523,24 +12556,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12699,12 -12862,11 +12895,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12715,13 -12877,56 +12910,56 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
msgstr[0] ""
msgstr[1] ""
@@@ -12749,9 -12954,23 +12987,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
msgstr ""
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13074,6 -13293,11 +13326,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13313,6 -13537,9 +13570,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13362,9 -13589,6 +13622,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13401,6 -13625,11 +13658,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13531,6 -13760,9 +13793,9 @@@ msgstr "Nasip
msgid "Lit"
msgstr "Rasvjeta"
+ msgid "Toll"
+ msgstr "Cestarina (Toll)"
+
msgid "Motorway Link"
msgstr "Spojna cesta autocesti"
@@@ -13621,6 -13853,50 +13886,50 @@@ msgstr "Ulica
msgid "Edit Residential Street"
msgstr "Uredu ulicu"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Tip ceste"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "Da"
+
+ msgid "no"
+ msgstr "Ne"
+
+ msgid "destination"
+ msgstr "destinacija (odredište)"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Stambena zona"
@@@ -13639,10 -13915,10 +13948,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13654,6 -13930,9 +13963,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13681,18 -13960,12 +13993,12 @@@ msgstr "Kružni tok (rotor)
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "Da"
-
msgid "Road Restrictions"
msgstr "Cestovna ograniÄenja"
msgid "Edit Road Restrictions"
msgstr "Uredi cestovna ograniÄenja"
- msgid "Toll"
- msgstr "Cestarina (Toll)"
-
msgid "No exit (cul-de-sac)"
msgstr "Slijepa ulica"
@@@ -13702,9 -13975,6 +14008,6 @@@ msgstr "
msgid "General Access"
msgstr "OpÄi pristup"
- msgid "destination"
- msgstr "destinacija (odredište)"
-
msgid "delivery"
msgstr "Dostava"
@@@ -13714,15 -13984,15 +14017,15 @@@ msgstr "dopustivo (pristanak vlasnika)
msgid "private"
msgstr "privatno"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "Ne"
-
msgid "official"
msgstr "službeno"
@@@ -13768,6 -14038,9 +14071,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. brzina (km/h)"
@@@ -13852,6 -14125,9 +14158,9 @@@ msgstr "Uredi most
msgid "viaduct"
msgstr "vijadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13956,20 -14232,29 +14265,29 @@@ msgstr "
msgid "Visibility"
msgstr "Vidljivost"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "izvrsno"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "dobro"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "srednje dobro"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "loše"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "grozno"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Invalidska kolica"
@@@ -13986,11 -14271,11 +14304,11 @@@ msgstr "Staza iskljuÄivo za konje
msgid "Edit Bridleway"
msgstr "Uredi stazu iskljuÄivo za konje"
- msgid "Cycle Lane"
- msgstr "Biciklistiška traka"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Uredi biciklistiÄku traku"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "BiciklistiÄka staza"
@@@ -14025,8 -14310,8 +14343,8 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
- msgstr "Uredi cestu"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Cesta"
@@@ -14094,12 -14379,18 +14412,18 @@@ msgstr "Odmaralište
msgid "Edit Rest Area"
msgstr "Uredi odmaralište"
- msgid "Emergency Phone"
- msgstr "Telefon za hitne sluÄajeve"
+ msgid "Drinking Water"
+ msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Vrsta pjeÅ¡aÄkog peijelaza"
@@@ -14115,15 -14406,6 +14439,6 @@@ msgstr "
msgid "unmarked"
msgstr "neoznaÄen"
- msgid "Cross on horseback"
- msgstr "Prolaz za jahaÄe konja"
-
- msgid "Cross by bicycle"
- msgstr "Prolaz za bisikliste"
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14145,6 -14427,15 +14460,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr "Prolaz za bisikliste"
+
+ msgid "Cross on horseback"
+ msgstr "Prolaz za jahaÄe konja"
+
msgid "Stop"
msgstr "Stop"
@@@ -14154,6 -14445,9 +14478,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mali kružni tok (rotor)"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Smjer"
@@@ -14163,10 -14457,7 +14490,7 @@@ msgstr "u smjeru kazaljke na satu
msgid "Pedestrian Crossing"
msgstr "PjeÅ¡aÄki prijelaz"
- msgid "Edit Crossing"
- msgstr "Uredi križanje"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14199,9 -14490,6 +14523,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14241,7 -14529,13 +14562,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14259,6 -14553,9 +14592,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr "BiciklistiÄka prepreka (Cycle Barrier)"
@@@ -14328,19 -14625,13 +14664,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14371,6 -14662,7 +14704,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14380,10 -14672,10 +14714,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14437,12 -14729,6 +14771,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14503,12 -14789,21 +14831,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14548,9 -14843,6 +14885,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14584,6 -14876,21 +14918,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14665,18 -14972,23 +15014,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14752,7 -15064,7 +15106,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14776,10 -15088,13 +15130,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14791,9 -15106,6 +15148,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14815,13 -15127,13 +15169,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14845,6 -15157,9 +15199,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14857,18 -15172,32 +15214,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14968,11 -15297,9 +15339,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14984,11 -15311,9 +15353,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -15007,10 -15332,10 +15374,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -15040,9 -15365,6 +15407,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -15064,10 -15386,29 +15428,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15217,6 -15558,9 +15600,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15238,6 -15582,12 +15624,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15265,6 -15615,12 +15657,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15289,22 -15645,6 +15687,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15326,9 -15666,6 +15708,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15523,6 -15860,9 +15902,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15553,6 -15893,9 +15935,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15565,9 -15908,6 +15950,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15577,9 -15917,14 +15959,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15592,6 -15937,9 +15979,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15616,14 -15964,6 +16006,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15672,7 -16012,7 +16054,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15726,41 -16066,41 +16108,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15952,9 -16292,6 +16334,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15976,9 -16313,15 +16355,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15991,6 -16334,9 +16376,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -16030,6 -16376,9 +16418,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16051,22 -16400,34 +16442,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16196,49 -16557,43 +16599,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16256,6 -16611,12 +16653,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16268,6 -16629,9 +16671,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16286,37 -16650,137 +16692,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16406,6 -16870,12 +16912,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16487,12 -16957,66 +16999,66 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr ""
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr ""
@@@ -16502,6 -17026,30 +17068,30 @@@ msgstr "
msgid "Telephone cards"
msgstr ""
+ msgid "Emergency Phone"
+ msgstr "Telefon za hitne sluÄajeve"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16511,31 -17059,37 +17101,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16563,7 -17117,7 +17159,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16590,21 -17144,15 +17186,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16639,16 -17187,22 +17229,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16682,6 -17236,9 +17278,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16719,117 -17276,153 +17318,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16863,33 -17456,43 +17498,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16923,6 -17526,22 +17568,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -17023,36 -17642,54 +17684,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17095,19 -17732,15 +17774,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17246,6 -17879,18 +17921,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17258,60 -17903,134 +17945,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17536,41 -18255,67 +18297,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17579,7 -18324,7 +18366,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17591,12 -18336,102 +18378,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17648,97 -18483,215 +18525,215 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
msgstr ""
- msgid "battery charging"
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
+
+ msgid "Power Sub Station"
+ msgstr ""
+
+ msgid "Edit Power Sub Station"
+ msgstr ""
+
+ msgid "Line reference"
msgstr ""
- msgid "Power Station"
+ msgid "high"
msgstr ""
- msgid "Edit Power Station"
+ msgid "medium"
msgstr ""
- msgid "Power Sub Station"
+ msgid "low"
msgstr ""
- msgid "Edit Power Sub Station"
+ msgid "750000;200000"
msgstr ""
- msgid "Line reference"
+ msgid "110000;20000"
msgstr ""
msgid "Cable Distribution Cabinet"
@@@ -17756,6 -18709,9 +18751,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17774,11 -18730,9 +18772,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17887,10 -18841,10 +18883,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17902,7 -18856,7 +18898,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17923,6 -18877,9 +18919,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17935,9 -18892,6 +18934,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18007,7 -18961,7 +19003,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18028,13 -18982,13 +19024,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18043,7 -18997,6 +19039,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18071,6 -19024,12 +19066,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18107,10 -19066,31 +19108,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18140,7 -19120,7 +19162,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18152,19 -19132,19 +19174,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18200,7 -19180,7 +19222,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18413,6 -19393,12 +19435,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18452,24 -19438,33 +19480,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18479,15 -19474,6 +19516,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18563,6 -19549,12 +19591,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18617,7 -19609,7 +19651,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18629,6 -19621,9 +19663,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18704,6 -19699,33 +19741,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr ""
@@@ -18740,6 -19762,18 +19804,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18908,21 -19942,50 +19984,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18968,19 -20031,22 +20073,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19004,7 -20070,7 +20112,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19100,18 -20166,27 +20208,27 @@@ msgstr "putevi koji prolaze ispod mosta
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr "putevi koji prolaze kroz tunel"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "most"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -19121,7 -20196,10 +20238,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19130,10 -20208,10 +20250,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19151,6 -20229,9 +20271,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19166,28 -20247,28 +20289,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19208,19 -20289,19 +20331,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19295,10 -20376,13 +20418,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19313,9 -20397,6 +20439,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19343,6 -20424,9 +20466,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19388,10 -20472,40 +20514,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19403,7 -20517,7 +20559,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19421,7 -20535,7 +20577,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19538,19 -20652,130 +20694,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19565,11 -20790,50 +20832,50 @@@ msgstr "
msgid "unknown jewish denomination"
msgstr ""
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19581,24 -20845,30 +20887,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19614,7 -20884,7 +20929,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19623,6 -20893,9 +20938,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19769,6 -21042,29 +21087,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19934,6 -21230,9 +21275,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19979,6 -21278,39 +21323,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20180,6 -21512,18 +21557,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20201,13 -21545,7 +21590,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20470,10 -21808,13 +21853,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20677,7 -22018,7 +22063,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20948,15 -22289,6 +22334,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21127,6 -22459,9 +22504,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21145,12 -22480,6 +22525,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21286,6 -22615,9 +22660,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21303,6 -22635,9 +22680,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21529,7 -22864,10 +22909,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21579,7 -22917,7 +22962,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21803,27 -23141,9 +23186,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22901,9 -24221,30 +24266,30 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Relacija bazirana na ulozi je kopirana na sve nove puteve.<br>Trebali "
+ "bi provjeriti ovo i ispraviti ako je potrebno.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Älanstvo u relaciji je kopirano na sve nove puteve.<br>Trebali bi "
+ "provjeriti ovo i ispraviti ako je potrebno.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23550,9 -24891,6 +24936,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23605,18 -24943,6 +24988,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23963,6 -25289,27 +25334,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24114,6 -25461,9 +25506,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24431,9 -25781,6 +25826,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24649,6 -25996,9 +26041,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24681,15 -26031,31 +26076,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24804,9 -26170,6 +26215,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr "Tip ceste"
-
msgid "Speed (Km/h)"
msgstr "Brzina (Km/h)"
@@@ -24985,19 -26348,19 +26393,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
- msgstr "UÄitaj"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "nevidljiv"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25213,6 -26576,95 +26621,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25249,6 -26701,9 +26746,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25401,9 -26856,6 +26901,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26391,9 -27843,6 +27888,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26672,9 -28121,6 +28166,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ht.po
index a561bc8,7b98151..0ead433
--- a/i18n/po/ht.po
+++ b/i18n/po/ht.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2010-03-11 21:17+0000\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Haitian; Haitian Creole <ht at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:44+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:43+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/hu.po
index 8132256,ac79eb7..12360a7
--- a/i18n/po/hu.po
+++ b/i18n/po/hu.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-08 22:59+0000\n"
- "Last-Translator: Ferenc Veres <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-13 19:08+0000\n"
+ "Last-Translator: Báthory Péter <bathory86p at gmail.com>\n"
"Language-Team: Hungarian <hu at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-10 04:34+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:45+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: hu\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Háttérképek felhasználási
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "A link megnyitása nem támogatott a (''{0}'') platformon"
+ msgid "ERROR: {0}"
+ msgstr "HIBA: {0}"
+
msgid "WARNING: {0}"
msgstr "FIGYELMEZTETÃS: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Platform indÃtása"
@@@ -162,20 -168,18 +168,18 @@@ msgid "About JOSM...
msgstr "A JOSM névjegye..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "FIGYELEM: Az API alap URL formátuma szokatlan. Az átirányÃtás egy OSM "
- "objektum információs vagy történeti oldalára valószÃnűleg nem fog működni. "
- "Az API alap URL: {0}"
+ "Nemvárt API alap URL formátum. Az átirányÃtás az OSM objektum információs "
+ "vagy elÅzmény oldalára valószÃnűleg sikertelen lesz. API alap URL: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "FIGYELMEZTETÃS: az API alap URL-je nem a várt formátumú. Az átirányÃtás az "
- "OSM-felhasználók adatlapjaira valószÃnűleg sikertelen lesz. Az API alap URL-"
- "je a következÅ: \"{0}\""
+ "Nemvárt API alap URL formátum. Az átirányÃtás az OSM felhasználó adatlapjára "
+ "valószÃnűleg sikertelen lesz. API alap URL: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -223,7 -227,7 +227,7 @@@ msgid "Add imagery layer {0}
msgstr "Légifelvétel réteg hozzáadása: {0}"
msgid "Select image format for WMS layer"
- msgstr ""
+ msgstr "Válassz képformátumot a WMS réteghez"
msgid "Select WMS layers"
msgstr "Válassz WMS réteget"
@@@ -265,9 -269,6 +269,6 @@@ msgstr "Eszköz: {0}
msgid "Please select at least four nodes."
msgstr "Jelölj ki legalább négy pontot."
- msgid "Information"
- msgstr "Információ"
-
msgid "Align Nodes in Line"
msgstr "Pontok elrendezése egyenes mentén"
@@@ -304,6 -305,9 +305,9 @@@ msgstr "következÅ
msgid "Nothing selected to zoom to."
msgstr "Nincs kijelölve semmi, amire rá lehetne közelÃteni."
+ msgid "Information"
+ msgstr "Információ"
+
msgid "Zoom to {0}"
msgstr "KözelÃtés {0}"
@@@ -360,11 -364,10 +364,10 @@@ msgstr "
"néhányat?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "A vonalakat nem lehet egyesÃteni (Nem lehet egyesÃteni azokat egyetlen "
- "pontláncolattá)"
+ "Nem lehet a vonalakat egyesÃteni<br>(Nem Åket egy pontsorozattá olvasztani)"
msgid "Combine {0} ways"
msgstr "{0} vonal egyesÃtése"
@@@ -434,7 -437,7 +437,7 @@@ msgid "Distribute the selected nodes t
msgstr "A kijelölt pontok elhelyezése egyenlŠtávolságokra egy vonal mentén."
msgid "Ignoring {0} nodes with null coordinates"
- msgstr ""
+ msgstr "{0} null-koordinátájú pont mellÅzése"
msgid "Download from OSM..."
msgstr "Letöltés OSM-rÅl..."
@@@ -552,6 -555,9 +555,9 @@@ msgstr "
"Történeti információ megjelenÃtése OSM pontokról, vonalakról vagy "
"kapcsolatokról."
+ msgid "Show history"
+ msgstr "ElÅzmények megjelenÃtése"
+
msgid "History (web)"
msgstr "ElÅzmények (web)"
@@@ -676,11 -682,11 +682,11 @@@ msgid "Joined overlapping areas
msgstr "Csatlakoztatott átfedések"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Az utak kapcsolatokkal érintettek, amelyek módosultak. EllenÅrizd, hogy nem "
- "jöttek-e létre hibák."
+ "Néhány vonal kapcsolat tagja volt, amik most módosultak.<br>Kérlek "
+ "ellenÅrizd, hogy ezzel nem keletkeztek hibák."
msgid "Fix tag conflicts"
msgstr "CÃmke-ütközések javÃtása"
@@@ -850,11 -856,11 +856,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Pontok beolvasztása a legrégebbibe."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Kérlek, válassz ki legalább két egyesÃtendÅ pontot, vagy egy pontot, ami "
- "közel van egy másikhoz"
+ "Válassz legalább két egyesÃtendÅ pontot, vagy egy pontot, ami közel van egy "
+ "másikhoz."
msgid "Abort Merging"
msgstr "EgyesÃtés megszakÃtása"
@@@ -1024,6 -1030,8 +1030,8 @@@ msgid "
"Cannot open URL ''{0}''<br>The following download tasks accept the URL "
"patterns shown:<br>{1}"
msgstr ""
+ "URL megnyitása sikertelen: {0}<br>A következŠletöltési feladatok az itt "
+ "látható URL mintát fogadják el:<br>{1}"
msgid ""
"<h3>When one or more ways are selected, the shape is adjusted such, that all "
@@@ -1055,16 -1063,11 +1063,11 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizálás /Visszavonás"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Alakzat ortogonalizálása / Visszavonás\n"
- "Jelölj ki pontokat, amelyek mozgatásra kerültek az elÅzÅ alakzat-"
- "ortogonalizálási műveletben!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Alakzat ortogonalizálásának visszavonása"
+ "Alakzat ortogonalizálása / Visszavonás<br>Válassz ki olyan pontokat, amiket "
+ "az elÅzÅ Alakzat ortogonalizálása művelet elmozdÃtott!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1084,9 -1087,6 +1087,6 @@@ msgstr "Ortogonalizálás
msgid "Usage"
msgstr "Használat"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "A kiválasztott elemek nem ortogonalizálhatók"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1271,9 -1271,6 +1271,6 @@@ msgstr "Munkamenet betöltése
msgid "Load a session from file."
msgstr "Munkamenet betöltése fájlból."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Munkamenet fájl (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Munkamenet megnyitása"
@@@ -1424,18 -1421,18 +1421,18 @@@ msgstr "
"vonalon belül.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Egy szerep alapú kapcsolat tagsága másolásra került az összes új "
- "vonalra<br>EllenÅrizd és javÃtsd, ha szükséges.</html>"
+ "Egy szerep alapú kapcsolattagság át lett másolva az újonnan létrejött "
+ "vonalakra.<br>Ãrdemes ellenÅrizned, és javÃtanod, ha szükséges."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Egy kapcsolat tagsága másolásra került az összes új "
- "vonalra<br>EllenÅrizd és javÃtsd, ha szükséges.</html>"
+ "Egy kapcsolattagság át lett másolva az újonnan létrejött "
+ "vonalakra.<br>Ãrdemes ellenÅrizned, és javÃtanod, ha szükséges."
msgid "Split way {0} into {1} parts"
msgstr "A(z) {0} vonal kettévágása {1} darabba"
@@@ -1450,7 -1447,7 +1447,7 @@@ msgid "Toggles the global setting ''{0}
msgstr "ÃtállÃtja a(z) \"{0}\" globális beállÃtást."
msgid "Encourage/discourage upload"
- msgstr ""
+ msgstr "Feltöltés támogatása/ellenzése"
msgid "UnGlue Ways"
msgstr "Vonalak szétválasztása"
@@@ -1537,6 -1534,29 +1534,29 @@@ msgstr "
"Félkész objektumokat próbáltál szétválasztani.<br>Ez gondot okozhat, mert "
"nem látod a valódi objektumot.<br>Biztosan szétválasztod?"
+ msgid "Disconnect Node from Way"
+ msgstr "Pont leválasztása vonalról"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Pont leválasztása arról a vonalról, amihez jelenleg kapcsolódik"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Válassz ki legalább egy leválasztandó pontot."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "A kiválasztott pont nem választható le sehonnan."
+ msgstr[1] "A kiválasztott pontok nem választhatóak le sehonnan."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "Az érintett vonal eltűnne, ha leválasztanád a kiválasztott pontot."
+ msgstr[1] ""
+ "Az érintett vonal eltűnne, ha leválasztanád a kiválasztott pontokat."
+
msgid "Undo"
msgstr "Visszavonás"
@@@ -1767,7 -1787,7 +1787,7 @@@ msgid "Slower Forward
msgstr "Lassabban elÅre"
msgid "Download GPS"
- msgstr ""
+ msgstr "GPS letöltése"
msgid "Downloading GPS data"
msgstr "GPS adatok letöltése"
@@@ -1779,16 -1799,16 +1799,16 @@@ msgid "Markers from {0}
msgstr "JelölÅk innen: {0}"
msgid "Download Compressed OSM Change"
- msgstr ""
+ msgstr "TömörÃtett OSM Change letöltése"
msgid "Download OSM Change"
- msgstr ""
+ msgstr "OSM Change letöltése"
msgid "Download Compressed OSM"
- msgstr ""
+ msgstr "TömörÃtett OSM letöltése"
msgid "Download OSM"
- msgstr ""
+ msgstr "OSM letöltése"
msgid "Downloading data"
msgstr "Adatok letöltése"
@@@ -1812,7 -1832,7 +1832,7 @@@ msgid "Request details: {0}
msgstr "Kérés adatai: {0}"
msgid "Download OSM URL"
- msgstr ""
+ msgstr "OSM URL letöltése"
msgid "There was {0} conflict during import."
msgid_plural "There were {0} conflicts during import."
@@@ -1833,6 -1853,9 +1853,9 @@@ msgstr "({0}/{1}) {2} vonal szüleinek
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) {2} kapcsolat szüleinek betöltése"
+ msgid "Download session"
+ msgstr "Munkamenet letöltése"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "{0}. letöltése {1} közül. ({2} van hátra)"
@@@ -1981,13 -2004,13 +2004,13 @@@ msgid "draw angle snap highlight
msgstr "rajzolási szög igazÃtás kiemelés"
msgid "Toggle snapping by {0}"
- msgstr ""
+ msgstr "Illesztés váltása ezzel: {0}"
msgid "Show helper geometry"
- msgstr "Segéd mérÅ megjelenÃtése"
+ msgstr "Segédvonal megjelenÃtése"
msgid "Snap to node projections"
- msgstr ""
+ msgstr "Illesztés a pontok"
msgid "Disable"
msgstr "Kikapcsolás"
@@@ -2045,7 -2068,7 +2068,7 @@@ msgid "Improve Way Accuracy mode
msgstr "Vonalpontosság növelŠmód"
msgid "improve way accuracy helper line"
- msgstr ""
+ msgstr "vonalpontosságnövelŠsegédvonal"
msgid "Click on the way to start improving its shape."
msgstr "Kattints a vonalra az alak javÃtásának megkezdéséhez"
@@@ -2077,10 -2100,10 +2100,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Nem lehet pontot helyezni a világon kÃvülre."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Ãs új pont hozzáadása a vonalhoz"
- msgstr[1] "Ãs új pont hozzáadása {0} vonalhoz"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Ãj pont hozzáadása vonalhoz"
+ msgstr[1] "Ãj pont hozzáadása {0} vonalhoz"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Nem lehet törölni több objektumhoz is csatlakozó pontot"
@@@ -2095,7 -2118,7 +2118,7 @@@ msgid "Make parallel copies of ways
msgstr "Párhuzamos vonalak készÃtése"
msgid "make parallel helper line"
- msgstr ""
+ msgstr "párhuzamos készÃtÅ segédvonal"
msgid ""
"Select ways as in Select mode. Drag selected ways or a single way to create "
@@@ -2559,6 -2582,9 +2582,9 @@@ msgstr "''value'' bármelyik kulcsban
msgid "matches if ''key'' exists"
msgstr "egyezik, ha ''key'' létezik"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr "egyezik, ha ''key'' nagyobb mint a ''value'' (illetve kisebb)"
+
msgid "combinators"
msgstr "kombinálók"
@@@ -2738,13 -2764,13 +2764,13 @@@ msgid "Expecting <i>min</i>/<i>max</i>
msgstr "Hiányzó <i>min</i>/<i>max</i> ''timestamp'' után"
msgid "Range of primitive ids expected"
- msgstr ""
+ msgstr "ElemazonosÃtó tartományok szükségesek"
msgid "Range of changeset ids expected"
- msgstr ""
+ msgstr "MódosÃtáscsomag-azonosÃtó tartományok szükségesek"
msgid "Range of versions expected"
- msgstr ""
+ msgstr "Verzió tartományok szükségesek"
msgid "Key cannot be empty when tag operator is used. Sample use: key=value"
msgstr ""
@@@ -2776,10 -2802,8 +2802,8 @@@ msgstr "XOR hiányzó paramétere
msgid "Missing operator for NOT"
msgstr "NOT hiányzó paramétere"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr ""
- "Figyelem: ''{0}'' cÃmke értéke automatikusan csonkÃtva {1} törölt objektumon"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr "\"{0}\" cÃmke értéke automatikusan csonkolva {1} törölt objektumon"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2875,6 -2899,9 +2899,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "{0} objektum hozzáadva"
msgstr[1] "{0} objektum hozzáadva"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Ãj vonal {0} nulla pontot tartalmaz"
+
msgid "Change node {0}"
msgstr "{0} pont megváltoztatása"
@@@ -2911,11 -2938,11 +2938,11 @@@ msgstr "''{0}'' eltávolÃtása {1} obj
msgid "Set {0}={1} for {2} objects"
msgstr "{0}={1} cÃmke {2} objektumra"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Törölt {0} tulajdonság {1} objektumról"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{0} cÃmke törölve {1} objektumról."
- msgid "Set {0} properties for {1} objects"
- msgstr "{0} tulajdonság beállÃtása {1} objektumra"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "{0} cÃmke felvétele {1} objektumra"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "''{0}'' cserélése erre: ''{1}''"
@@@ -2939,11 -2966,11 +2966,11 @@@ msgid "Double conflict
msgstr "Dupla ütközés"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Figyelem: ''{0}'' réteg többé nem elérhetÅ. Nem távolÃtható el ''{1}'' "
- "objektum ütközése."
+ "\"{0}\" réteg többé nem elérhetÅ. Nem lehetséges megoldani \"{1}\" objektum "
+ "ütközését."
msgid "Add conflict for ''{0}''"
msgstr "Ãtközés hozzáadása ehhez: ''{0}''"
@@@ -3056,6 -3083,9 +3083,9 @@@ msgstr[1] "{0} objektum elfelejtése
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Ãtközés feloldása a(z) {0} kapcsolat tagjai között"
+ msgid "Removed nodes from {0}"
+ msgstr "Pont eltávolÃtva innen: {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "{0} pont forgatása"
@@@ -3122,11 -3152,11 +3152,11 @@@ msgid "Reverse directional way.
msgstr "IrányÃtott vonal megfordÃtása"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "A vonal megfordÃtásakor â az eredeti jelentés megtartásához â a "
- "tulajdonságaira és a pontjaira a következŠváltoztatások javasoltak."
+ "A vonal megfordÃtásakor az alábbi változtatásokat javasolt megtenni az "
+ "adatok konzisztenciájának megÅrzése érdekében."
msgid "Relation"
msgstr "Kapcsolat"
@@@ -3155,11 -3185,11 +3185,11 @@@ msgstr "Kijelölt változtatások alkal
msgid "Do not apply changes"
msgstr "Ne alkalmazd a változtatásokat"
- msgid "Please select which property changes you want to apply."
- msgstr "Válaszd ki, mely tulajdonságok változtatását szeretnéd alkalmazni."
+ msgid "Please select which changes you want to apply."
+ msgstr "Kérlek válaszd ki, melyik változtatásokat szeretnéd elfogadni."
- msgid "Properties of "
- msgstr "Tulajdonságok: "
+ msgid "Tags of "
+ msgstr "CÃmkéi "
msgid "Roles in relations referring to"
msgstr "A kapcsolat szerepei hivatkoznak erre:"
@@@ -3179,6 -3209,9 +3209,9 @@@ msgstr "IOHiba a fájl létrehozásakor
msgid "Unable to delete old backup file {0}"
msgstr "Nem törölhetŠa régi biztonsági mentés {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "A munkád automatikusan el lett mentve."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Az eltávolÃtott réteg biztonsági mentésekor hiba történt: {0}"
@@@ -3212,22 -3245,21 +3245,21 @@@ msgstr "
"de ennek az alapértelmezett értéke pillanatnyilag ismeretlen.<br/> Kérlek "
"aktiváld a megfelelŠfunkciót manuálisan, majd próbáld újraimportálni."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr ""
- "Figyelmeztetés: Nem sikerült létrehozni a hiányzó cache könyvtárat: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Nem sikerült létrehozni a hiányzŠcache könyvtárat: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Nem sikerült létrehozni a hiányzó cache könyvtárat: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Figyelmeztetés: nem lehet megtartani a beállÃtásokat ehhez: ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Figyelmeztetés: Nem sikerült inicializálni a beállÃtásokat. A beállÃtás "
- "könyvtár ''{0}'' nem könyvtár."
+ "Nem sikerült a beállÃtásokat inicializálni. A beállÃtások könyvtára \"{0}\" "
+ "nem egy könyvtár."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3237,31 -3269,28 +3269,28 @@@ msgstr "
"''{0}'' nem könyvtár.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Figyelmeztetés: Nem sikerült inicializálni a beállÃtásokat. A hiányzó "
- "beállÃtások könyvtár nem hozható létre: {0}"
+ "Nem sikerült inicializálni a beállÃtásokat. A beállÃtások hiányzó könyvtára "
+ "nem hozható létre: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
msgstr ""
- "<html>Nem sikerült inicializálni a beállÃtásokat. A hiányzó beállÃtások "
- "könyvtár nem hozható létre: {0}</html>"
+ "<html>Nem sikerült inicializálni a beállÃtásokat. A beállÃtások hiányzó "
+ "könyvtára nem hozható létre: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Információ: Hiányzó beállÃtás fájl ''{0}''. Alapértelmezett beállÃtás fájl "
- "létrehozása."
+ "Hiányzik a beállÃtás fájl: \"{0}\". Alapértelmezett beállÃtás fájl "
+ "létrehozása..."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Figyelmeztetés: A meglévÅ beállÃtás fájl \"{0}\" felülÃrásra kerül az "
- "alapértelmezett beállÃtás fájllal."
+ "MeglévÅ \"{0}\" beállÃtás fájl lecserélése alapértelmezett beállÃtás fájllal."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3279,11 -3308,11 +3308,11 @@@ msgstr "
"beállÃtófájl.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Figyelmeztetés: a beállÃtások inicializálása nem sikerült. Nem sikerült a "
- "beállÃtás fájlt az alapértelmezettre visszaállÃtani: {0}"
+ "Nem sikerült a beállÃtásokat inicializálni. Nem sikerült a beállÃtás fájlt "
+ "visszaállÃtani az alapértelmezettre: {0}"
msgid "Paint style {0}: {1}"
msgstr "Rajz stÃlus {0}: {1}"
@@@ -3312,13 -3341,11 +3341,11 @@@ msgstr "Nem sikerült betölteni ''{0}'
msgid "UNKNOWN"
msgstr "ISMERETLEN"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr ""
- "Figyelmeztetés: nem várt JOSM verziószám a verzió fájlban, érték: ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "Váratlan JOSM verziószám a verziófájlban: \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Figyelmeztetés: a verzió fájl ''/REVISION'' hiányzik."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "A \"/REVISION\" verziófájl hiányzik."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Már van bejegyzett ütközés ''{0}'' elemre."
@@@ -3481,11 -3508,10 +3508,10 @@@ msgstr "''{0}'' azonosÃtójú elem ne
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "{0} paraméter nincs a 0..{1} tartományban. Kapott érték ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Hiba: nem lehet betölteni ''{0}'' térkép-megjelenÃtÅ osztályt. Az osztály "
- "nem található."
+ "Nem sikerült betölteni a \"{0}\" térképrajzoló modult. Az osztály nem "
+ "található."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3597,8 -3623,8 +3623,8 @@@ msgstr "+nadgrids paraméter ''{0}'' rÃ
msgid "Unkown datum identifier: ''{0}''"
msgstr "Ismeretlen dátumazonosÃtó: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Dátum kötelezŠ(+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Dátum szükséges (+datum=*, +towgs84=* or +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3637,9 -3663,6 +3663,6 @@@ msgstr "Egyéni Vetület
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Hiba: nem sikerült a bemenet megnyitása ''/data/{0}'' erÅforráshoz."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3675,11 -3698,14 +3698,14 @@@ msgid "validation warning
msgstr "ellenÅrzési figyelmeztetés"
msgid "validation other"
- msgstr ""
+ msgstr "egyéb figyelmeztetés"
msgid "Running test {0}"
msgstr "Teszt futtatása: {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "\"{0}\" teszt befejezve {1} alatt"
+
msgid "Addresses"
msgstr "LakcÃm"
@@@ -3704,6 -3730,15 +3730,15 @@@ msgstr "Többszörös utcanév a kapcso
msgid "House number too far from street"
msgstr "Házszám túl távol van az úttól"
+ msgid "Barriers and entrances"
+ msgstr "Akadályok és bejáratok"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Akadályok és bejáratok hibáinak keresése."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Bejárat nincs beállÃtva az akadályon"
+
msgid "Building inside building"
msgstr "Ãpületen belüli épület"
@@@ -3765,6 -3800,9 +3800,9 @@@ msgstr " vagy
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} elavult, használd helyette: {1}"
+ msgid "{0} is unnecessary"
+ msgstr "{0} szükségtelen"
+
msgid "Duplicated nodes"
msgstr "KettÅzött pontok"
@@@ -3846,11 -3884,20 +3884,20 @@@ msgid "Highways
msgstr "Közutak"
msgid "Performs semantic checks on highways."
- msgstr ""
+ msgstr "Szemantikai ellernÅrzés végrehajtása az autópályákon."
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Hibás körforgalom (highway: {0}, e helyett: {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Hiányzik adat a gyalogos keresztezésrÅl"
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipoligon"
@@@ -3923,6 -3970,13 +3970,13 @@@ msgstr "Azonos nevű pontok
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Ez a teszt azonos nevű pontokat keres (feltehetÅleg duplikációk)"
+ msgid "Opening hours syntax"
+ msgstr "Nyitvatartás szintaxis"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "EllenÅrzi, hogy a nyitvatartások helyes formátummal lettek-e megadva."
+
msgid "Overlapping Areas"
msgstr "Ãtfedésben lévÅ területek"
@@@ -3983,15 -4037,15 +4037,15 @@@ msgstr "Kapcsolat tÃpusa ismeretlen
msgid "Relation is empty"
msgstr "Ãres kapcsolat"
+ msgid "Role verification problem"
+ msgstr "Szerep ellenÅrzési probléma"
+
msgid "<empty>"
msgstr "<üres>"
msgid "Role {0} missing"
msgstr "Hiányzó {0} szerep"
- msgid "Role verification problem"
- msgstr "Szerep ellenÅrzési probléma"
-
msgid "Number of {0} roles too low ({1})"
msgstr "{0} szerepek száma túl kevés ({1})"
@@@ -4024,11 -4078,11 +4078,11 @@@ msgstr "
"Ez a teszt hasonló nevű vonalakat keres, ami feltehetÅleg elütésbÅl "
"származik."
- msgid "Properties checker :"
- msgstr "Tulajdonság ellenÅrzÅ:"
+ msgid "Tag checker"
+ msgstr "CÃmke ellenÅrzÅ"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Ez a bÅvÃtmény a kulcsok és értékek hibáit ellenÅrzi."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "A cÃmkék kulcsát és értékét vizsgálja"
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ãrvénytelen cÃmkeellenÅrzÅ sor - {0}: {1}"
@@@ -4169,8 -4223,8 +4223,8 @@@ msgstr "Alapértelmezett helyesÃrás-e
msgid "Use the default spellcheck file (recommended)."
msgstr "Alapértelmezett helyesÃrás-ellenÅrzÅ fájl használata (ajánlott)."
- msgid "Fix properties"
- msgstr "Tulajdonságok javÃtása"
+ msgid "Fix tags"
+ msgstr "Fix cÃmkék"
msgid "Could not find element type"
msgstr "Nem található az elem tÃpusa"
@@@ -4245,6 -4299,9 +4299,9 @@@ msgid "This tests if ways which should
msgstr ""
"EllenÅrzi, hogy az olyan vonalak, amiknek körvonalnak kell lenni, zártak-e."
+ msgid "Unclosed way"
+ msgstr "Bezáratlan vonal"
+
msgid "natural type {0}"
msgstr "természet tÃpus {0}"
@@@ -4275,9 -4332,6 +4332,6 @@@ msgstr "épület
msgid "area"
msgstr "terület"
- msgid "Unclosed way"
- msgstr "Bezáratlan vonal"
-
msgid "Unconnected ways"
msgstr "Ãsszekapcsolatlan vonalak"
@@@ -4305,12 -4359,12 +4359,12 @@@ msgstr "
"Ez a teszt olyan cÃmkézetlen pontokat keres, amik nem részei egyetlen "
"vonalnak sem."
- msgid "No tags"
- msgstr "CÃmkézetlen"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nem csatlakozó pontok fizikai cÃmke nélkül"
+ msgid "No tags"
+ msgstr "CÃmkézetlen"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "A cÃmke \"fixme\"-t, vagy \"FIXME\"-t tartalmaz"
@@@ -4371,26 -4425,6 +4425,6 @@@ msgstr "FordÃtott partvonal: szárazfÃ
msgid "Reversed land: land not on left side"
msgstr "FordÃtott szárzaföld: szárazföld nem a bal oldalon van"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Hibás argumentumszámú könyvjelzÅ"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Nem sikerült olvasni a könyvjelzŠbejegyzést: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Hiba: Nem várt sor ''{0}'' a ''{1}'' könyvjelzŠfájlban"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Hiba: Illegális ''{0}'' dupla érték a(z) ''{2}'' könyvjelzŠfájl ''{1}'' "
- "sorában"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Nem olvashatók könyvjelzÅk innen:<br>''{0}''<br>Hiba: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ne mutasd újra (emlékezz a választásomra)"
@@@ -4494,8 -4528,8 +4528,8 @@@ msgstr "SegÃtség megjelenÃtése
msgid "Downloading \"Message of the day\""
msgstr "\"A nap üzenete\" letöltése"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Figyelmeztetés: MOTD olvasása sikertelen. A hiba: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "MOTD olvasása sikertelen. A kivétel: {0}"
msgid "Message of the day not available"
msgstr "A nap üzenete nem elérhetÅ"
@@@ -4741,8 -4775,20 +4775,20 @@@ msgstr "
"Elrejti vagy megjelenÃti a szerkesztÅ eszköztárat (tehát a bal oldali "
"ikonokat)"
+ msgid "Preset preferences"
+ msgstr "CÃmkekészlet beállÃtások"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "Kattints a cÃmkekészletek fül megnyitásához a beállÃtásokban"
+
+ msgid "Imagery preferences"
+ msgstr "Légifelvételek beállÃtásai"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Kattintásra megnyÃlik a légifelvételek fül a beállÃtásokból"
+
msgid "Audio"
- msgstr "Audio"
+ msgstr "Hang"
msgid "Do not hide toolbar"
msgstr "Ne rejtse el az eszköztárat"
@@@ -4847,22 -4893,6 +4893,6 @@@ msgstr "Háttérben
msgid "Click to run job in background"
msgstr "Kattints a művelet háttérben futtatásához"
- msgid "false: the property is explicitly switched off"
- msgstr "hamis: a tulajdonság explicite kikapcsolva"
-
- msgid "true: the property is explicitly switched on"
- msgstr "igaz: a tulajdonság explicite bekapcsolva"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "részleges: különbözŠkiválasztott objektumoknak különbözŠértékük van, ne "
- "változtasd"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
- "beállÃtatlan: ne állÃtsd be ezt a tulajdonságot a kijelölt objektumokon"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5173,6 -5203,9 +5203,9 @@@ msgstr "> alja
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "A kiválasztott pontjaim másolása az összevont lista végére"
+ msgid "> before"
+ msgstr "> elÅtt"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5180,6 -5213,9 +5213,9 @@@ msgstr "
"A kiválasztott pontjaim másolása az összevont lista elsŠkiválasztott eleme "
"elé"
+ msgid "> after"
+ msgstr "> után"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5187,14 -5223,23 +5223,23 @@@ msgstr "
"A kiválasztott pontjaim másolása az összevont lista elsŠkiválasztott eleme "
"után"
+ msgid "< top"
+ msgstr "< fent"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "Az Škiválasztott pontjainak másolása az összevont lista elejére"
+ msgid "< bottom"
+ msgstr "< lent"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "Az Škiválasztott pontjainak másolása az összevont lista végére"
+ msgid "< before"
+ msgstr "< elÅtt"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5202,6 -5247,9 +5247,9 @@@ msgstr "
"Az Škiválasztott pontjainak másolása az összevont lista elsŠkiválasztott "
"eleme elé"
+ msgid "< after"
+ msgstr "< után"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5218,8 -5266,8 +5266,8 @@@ msgstr "Ãsszes elemének másolása a
msgid "Up"
msgstr "Fel"
- msgid "Move up the selected elements by one position."
- msgstr "A kiválasztott elemek mozgatása egy hellyel feljebb."
+ msgid "Move up the selected entries by one position."
+ msgstr "A kiválasztott elemek eggyel feljebb mozgatása."
msgid "Down"
msgstr "Le"
@@@ -5274,14 -5322,6 +5322,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Šváltozata ({0} bejegyzés)"
msgstr[1] "Šváltozata ({0} bejegyzés)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "Pont"
@@@ -5351,7 -5391,7 +5391,7 @@@ msgid "<undefined>
msgstr "<nincs megadva>"
msgid "The merged dataset will not include a tag with key {0}"
- msgstr "Az adathalmaza nem fogja tartalmazni {0} kulcsú cÃmkét"
+ msgstr "Az adathalmaza nem fogja tartalmazni a(z) {0} kulcsú cÃmkét"
msgid "My dataset does not include a tag with key {0}"
msgstr "Az adathalmazom nem fogja tartalmazni {0} kulcsú cÃmkét"
@@@ -5472,6 -5512,7 +5512,7 @@@ msgstr "''{0}'' kulcs és az összes é
msgid "All values joined as ''{0}'' are going to be applied for key ''{1}''"
msgstr ""
+ "Minden \"{0}\" módon összekapcsolt érték alkalmazva lesz \"{1}\" kulcsra"
msgid "Tag collection does not include the selected value ''{0}''."
msgstr "A cÃmkegyűjtemény nem tartalmazza a kiválasztott ''{0}'' értéket."
@@@ -5553,18 -5594,18 +5594,18 @@@ msgctxt "tag
msgid "Key:"
msgstr "Kulcs:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Adj meg egy cÃmke kulcsot, pl. <strong><tt>fixme</tt></strong></html>"
+ "<html>Adj meg egy cÃmkekulcsot, pl. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Ãrték:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Ajd meg egy cÃmke értéket, pl. <strong><tt>tagok "
- "ellenÅrizendÅk</tt></strong></html>"
+ "<html>Adj meg egy cÃmkeértéket, pl. <strong><tt>tagokat "
+ "ellenÅrizni</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6144,6 -6185,9 +6185,9 @@@ msgstr "MegjelenÃtés/Elrejtés
msgid "Information about layer"
msgstr "Információk a rétegrÅl"
+ msgid "Map paint preferences"
+ msgstr "Térképi megjelenÃtés beállÃtásai"
+
msgid "Map Paint Styles"
msgstr "Térképrajz stÃlusok"
@@@ -6227,6 -6271,38 +6271,38 @@@ msgstr "A stÃlus pillanatnyilag aktÃv
msgid "No"
msgstr "Nem"
+ msgid "Object type:"
+ msgstr "Objektum tÃpus:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "Kevert"
+
+ msgid "Choose the OSM object type"
+ msgstr "Válassz OSM objektumtÃpust"
+
+ msgid "Object ID:"
+ msgstr "Objektum ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Add meg a letöltendÅ objektum azonosÃtóját"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Az objektumok azonosÃtóit vesszÅvel lehet elválasztani. <br/> Például: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Kevert módban a "
+ "következÅképp határozd meg az objektumokat:: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Ãrvénytelen ID lista lett megadva\n"
+ "Nem lehet folytatni."
+
msgid "Relations"
msgstr "Kapcsolatok"
@@@ -6318,11 -6394,9 +6394,9 @@@ msgstr "Felhasználó által beküldöt
msgid "Launches a browser with information about the user"
msgstr "A felhasználóról további információkat nyit meg a böngészÅben"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Figyelmeztetés: {1} kiválasztott felhasználóból csak az elsŠ{0} fog "
- "megjelenni a böngészÅben"
+ "Infó böngészÅ nyitása csak az elsÅ {0} felhasználóhoz a(z) {1} kijelöltbÅl"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6499,9 -6573,6 +6573,6 @@@ msgstr "Tartalom frissÃtése
msgid "Update the changeset content from the OSM server"
msgstr "MódosÃtáscsomag-tartalom frissÃtése az OSM szerverrÅl"
- msgid "Show history"
- msgstr "ElÅzmények megjelenÃtése"
-
msgid "Download and show the history of the selected objects"
msgstr "A kiválasztott objektum elÅzményeinek letöltése és megjelenÃtése"
@@@ -6832,11 -6903,11 +6903,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>A jelenlegi térképnézet módosÃtáscsomagjainak letöltése</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Figyelmeztetés: nem várt érték a ''{0}'' beállÃtásban, kapott érték: "
- "''{1}''. VisszaállÃtás az alapértelmezett lekérdezésre."
+ "Nemvárt érték \"{0}\" beállÃtáshoz, \"{1}\" érkezett. VisszaállÃtás "
+ "alapértelmezettre."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6907,35 -6978,47 +6978,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Ez a módosÃtáscsomag-lekérdezés URL érvénytelen"
- msgid "Select objects for which to change properties."
- msgstr "Válaszd ki a megváltoztatandó tulajdonságú objektumokat"
+ msgid "Discardable key: selection Foreground"
+ msgstr "Eldobható kulcs: kiválasztás elÅtér"
- msgid "Properties/Memberships"
- msgstr "Tulajdonságok/Tagságok"
+ msgid "Discardable key: selection Background"
+ msgstr "Eldobható kulcs: kiválasztás háttér"
- msgid "Properties for selected objects."
- msgstr "A kiválasztott objektumok tulajdonságai."
+ msgid "Discardable key: foreground"
+ msgstr "Eldobható kulcs: elÅtér"
+
+ msgid "Discardable key: background"
+ msgstr "Eldobható kulcs: háttér"
msgid "<different>"
msgstr "<különbözÅ>"
+ msgid "Select objects for which to change tags."
+ msgstr "Válassz objektumokat, amiknek megváltoztatnád a cÃmkéit."
+
+ msgid "Tags/Memberships"
+ msgstr "CÃmkék/Tagságok"
+
+ msgid "Tags for selected objects."
+ msgstr "A kijelölt objektumok cÃmkéi."
+
msgid "Member Of"
msgstr "Tagja"
msgid "Position"
msgstr "PozÃció"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Tulajdonságok: {0} / Tagságok: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "CÃmke: {0} / Tagság: {1}"
- msgid "Properties / Memberships"
- msgstr "Tulajdonságok / Tagságok"
+ msgid "Tags / Memberships"
+ msgstr "CÃmkék / Tagságok"
msgid "Delete the selected key in all objects"
msgstr "A kiválasztott kulcs törlése az összes objektumból"
- msgid "Delete Properties"
- msgstr "Tulajdonságok törlése"
+ msgid "Delete Tags"
+ msgstr "CÃmkék törlése"
msgid "Change relation"
msgstr "Kapcsolat módosÃtása"
@@@ -6949,14 -7032,14 +7032,14 @@@ msgstr "Biztosan törlöd a kiválasztÃ
msgid "Add a new key/value pair to all objects"
msgstr "Ãj kulcs/érték pár hozzáadása az objektumokhoz"
- msgid "Add Property"
- msgstr "Tulajdonság hozzáadása"
+ msgid "Add Tag"
+ msgstr "Ãj cÃmke"
msgid "Edit the value of the selected key for all objects"
msgstr "A kijelölt kulcs értékének szereksztése az összes objektumban"
- msgid "Edit Properties"
- msgstr "Tulajdonságok szerkesztése"
+ msgid "Edit Tags"
+ msgstr "CÃmkék szerkesztése"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "OSM wiki súgó oldala a cÃmkéhez (F1)"
@@@ -7068,13 -7151,13 +7151,13 @@@ msgid "Recently added tags
msgstr "Nemrég használt cÃmkék"
msgid "Choose recent tag {0}"
- msgstr ""
+ msgstr "Korábbi {0} cÃmke választása"
msgid "Use this tag again"
msgstr "CÃmke használata újból"
msgid "Apply recent tag {0}"
- msgstr ""
+ msgstr "Korábbi {0} cÃmke alkalmazása"
msgid "The key ''{0}'' is already used"
msgstr "''{0}'' kulcs már használatban van"
@@@ -7115,10 -7198,10 +7198,10 @@@ msgstr "A kapcsölat törölve van
msgid "Downloading relation {0}"
msgstr "{0} kapcsolat letöltése"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "Figyelmeztetés: Kivétel mellÅzése, mert a művelet meg lett szakÃtva. "
- "Kivétel: {0}"
+ "Kivétel figyelmen kÃvül hagyása, mert a folyamat meg lett szakÃtva. Kivétel: "
+ "{0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7183,6 -7266,7 +7266,7 @@@ msgstr "Hagyd figyelmen kÃvül, a kapc
msgid "Sorry, shortcut \"{0}\" can not be enabled in Relation editor dialog"
msgstr ""
+ "Sajnálom, \"{0}\" gyorsbillentyű nem engedélyezhetÅ a KapcsolatszerkesztÅben"
msgid ""
"<html>This relation already has one or more members referring to<br>the "
@@@ -7474,6 -7558,28 +7558,28 @@@ msgstr "vonal csatlakoztatva a követke
msgid "way is not connected to previous or next relation member"
msgstr "vonal nincs csatlakoztatva az elÅzÅ vagy következÅ kapcsolattaghoz"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Hibás argumentumszámú könyvjelzÅ"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Nem sikerült olvasni a könyvjelzŠbejegyzést: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Nemvárt \"{0}\" sor a(z) \"{1}\" könyvjelzŠfájlban"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Szabálytalan double \"{0}\" érték a(z) \"{1}\" sorban, a(z) \"{2}\" "
+ "könyvjelzŠfájlban"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Nem olvashatók könyvjelzÅk innen:<br>''{0}''<br>Hiba: {1}</html>"
+
msgid "Bookmarks"
msgstr "KönyvjelzÅk"
@@@ -7622,21 -7728,8 +7728,8 @@@ msgstr "Hivatkozók (szülŠkapcsolato
msgid "Download object"
msgstr "Objektum letöltése"
- msgid "Object type:"
- msgstr "Objektum tÃpus:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "Kevert"
-
- msgid "Choose the OSM object type"
- msgstr "Válassz OSM objektumtÃpust"
-
- msgid "Object ID:"
- msgstr "Objektum ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Add meg a letöltendÅ objektum azonosÃtóját"
+ msgid "Start downloading"
+ msgstr "Letöltés megkezdése"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7648,28 -7741,9 +7741,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Jelöld ki, ha a kapcsolat tagjait is e kell tölteni"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Az objektumok azonosÃtóit vesszÅvel lehet elválasztani. <br/> Például: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Kevert módban a "
- "következÅképp határozd meg az objektumokat:: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Hivatkozók (szülŠkapcsolatok és utak) letöltése"
- msgid "Start downloading"
- msgstr "Letöltés megkezdése"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "A megadott ID lista érvénytelen\n"
- "Nem lehet objektumot letölteni."
-
msgid "Class Type"
msgstr "Kategória tÃpus"
@@@ -7784,8 -7858,8 +7858,8 @@@ msgstr "Ugrás a következŠoldalra
msgid "Go to the JOSM help home page"
msgstr "Ugrás a JOSM súgó fÅoldalára"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Figyelmeztetés: rossz pozÃció a HTML dokumentumban. Kivétel: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Hibás hely a HTML dokumentumban. Kivétel: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Nem sikerült megnyitni a súgóoldalt. A cél URL üres."
@@@ -7897,6 -7971,9 +7971,9 @@@ msgstr "
"<html><strong>{0}</strong> változat ekkor készült: "
"<strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "MódosÃtáscsomag megjegyzése"
+
msgid "Changeset info"
msgstr "MódosÃtáscsomag információi"
@@@ -8009,8 -8086,8 +8086,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Az objektum még használatban van"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "Figyelmeztetés: \"{0}\" hibafejléc nem egyezik egy várt mintával"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "{0} hibafejléc nem egyezik a várt mintával"
msgid "Upload"
msgstr "Feltöltés"
@@@ -8032,6 -8109,12 +8109,12 @@@ msgstr "Adj egy rövid magyarázatot a
msgid "Enter an upload comment"
msgstr "Adj meg egy feltöltési megjegyzést"
+ msgid "Specify the data source for the changes:"
+ msgstr "Add meg a módosÃtások adatforrását:"
+
+ msgid "Enter a source"
+ msgstr "Add meg a forrást:"
+
msgid "Changeset id:"
msgstr "MódosÃtáscsomag azonosÃtó:"
@@@ -8102,11 -8185,10 +8185,10 @@@ msgid "Closing changeset {0}
msgstr "MódosÃtáscsomag lezárása: {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Figyelmeztetés: nem sikerült a HitelesÃtÅ Ablakot mindig-felülre állÃtani. "
- "Biztonsági kivételt okozott."
+ "Nem sikerült a HitelesÃtési Ablakot mindig felül állapotba állÃtani. "
+ "Biztonsági kivétel történt."
msgid "Enter credentials for OSM API"
msgstr "OSM API hitelesÃtési adatok megadása"
@@@ -8188,11 -8270,11 +8270,11 @@@ msgid "Unpacking {0} into {1}
msgstr "{0} kicsomagolása ide: {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Figyelmeztetés: ''{0}'' fájl letöltése sikertelen. ''{1}'' letöltési link "
- "nem egy érvényes URL. Letöltés átugrása."
+ "\"{0}\" fájl nem letölthetÅ. \"{1}\" letöltési link nem egy érvényes URL. "
+ "Letöltés átugrása."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8208,11 -8290,9 +8290,9 @@@ msgid "Missing user identity
msgstr "Hiányzó felhasználói azonosÃtó"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Figyelmeztetés: Nem sikerült a jelenlegi JOSM felhasználó adatainak "
- "lekérése. Kivétel: {0}"
+ "Nem sikerült a jelenlegi JOSM felhasználó adatait lekérni. Kivétel: {0}"
msgid "Download objects"
msgstr "Objektumok letöltése"
@@@ -8460,12 -8540,6 +8540,6 @@@ msgstr "Megváltozott elemek feltölté
msgid "Please revise upload comment"
msgstr "Kérlek vizsgáld felül a feltöltési megjegyzést"
- msgid "Revise"
- msgstr "Felülvizsgálás"
-
- msgid "Continue as is"
- msgstr "Folytatás ahogy van"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8480,6 -8554,26 +8554,26 @@@ msgstr "
"/><br />Ha rászánsz egy kis idÅt a változtatásaid "
"elmagyarázására,<br>megkönnyÃted más szerkesztÅk életét."
+ msgid "Please specify a changeset source"
+ msgstr "Töltsd ki a módosÃtáscsomag forrását"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Nem adtad meg a módosÃtásaid forrását.<br />Ez technikailag megengedett, de "
+ "a forrás megadásának célja az, <br /> hogy a többiekmegtudják, honnan "
+ "származik az adat.<br /><br />FordÃts egy percet a módosÃtásod leÃrására,<br "
+ "/>ezzel megkönnyÃted sok más térképezŠéletét."
+
+ msgid "Revise"
+ msgstr "Felülvizsgálás"
+
+ msgid "Continue as is"
+ msgstr "Folytatás ahogy van"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "Visszatérés az elÅzÅ ablakoz egy jobb megjegyzés megadásáért"
@@@ -8495,6 -8589,25 +8589,25 @@@ msgstr "ElÅbb ajd meg egy valós tömb
msgid "Illegal chunk size"
msgstr "érvénytelen tömbméret"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>Az alábbi módosÃtáscsomag cÃmke üres kulcs-érék párt "
+ "tartalmaz:<br>{0}<br>Folytatod?</html>"
+ msgstr[1] ""
+ "<html>Az alábbi módosÃtáscsomag cÃmkék üres kulcs-érék párokat "
+ "tartalmaznak:<br>{0}<br>Folytatod?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Ãres metaadat"
+
msgid "Cancel the upload and resume editing"
msgstr "Feltöltés megszakÃtása és szerkesztés folytatása"
@@@ -8502,11 -8615,11 +8615,11 @@@ msgid "Tags of changeset {0}
msgstr "{0} módosÃtáscsomag cÃmkéi"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Figyelmeztetés: ''{0}'' objektum már törölve lett a szerveren. Objektum "
- "átugrása és feltöltés újrapróbálása."
+ "\"{0}\" objektum már törölve lett a szerverrÅl. Objektum átugrása és "
+ "feltöltés újrapróbálása."
msgid "Preparing objects to upload ..."
msgstr "Objektumok elÅkészÃtése feltöltéshez ..."
@@@ -8642,9 -8755,6 +8755,6 @@@ msgstr "''{0}'' kapcsolat már törölv
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "''{0}'' objektum már törölve lett. Objektum átugrása feltöltésnél."
- msgid "Warning: {0}"
- msgstr "Figyelmeztetés: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "{0} objektum feltöltése..."
@@@ -8656,6 -8766,9 +8766,9 @@@ msgstr "
"Elkapott kivétel figyelmen kÃvül hagyása megszakÃtott feltöltés miatt. A "
"kivétel : {0}"
+ msgid "Upload successful!"
+ msgstr "A feltöltés sikeres!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8676,10 -8789,8 +8789,8 @@@ msgstr "Objektumok kijelölése feltöl
msgid "Cancel uploading"
msgstr "Feltöltés megszakÃtása"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr ""
- "Figyelmeztetés: nem várt érték ''{0}'' kulcshoz a beállÃtásokban, kapott: "
- "''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr "Nemvárt érték \"{0}\" kulcshoz a beállÃtásokban: \"{1}\""
msgid "Please select the upload strategy:"
msgstr "Kérlek válassz feltöltési startégiát:"
@@@ -8831,7 -8942,7 +8942,7 @@@ msgstr "KövetkezÅ jelölÅ
msgid "Jump to next marker"
msgstr "Ugrás a következÅ jelölÅhöz"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "ElÅzÅ jelölÅ"
msgid "Jump to previous marker"
@@@ -8864,8 -8975,8 +8975,8 @@@ msgstr "{0} változat
msgid "Merging layers"
msgstr "Rétegek egyesÃtése"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Figyelmeztetés: kevert 0.6 és 0.5 adateredmények 0.5 verzióban"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "0.6 és 0.5 adat eredmények vegyÃtése 0.5 verzióban"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8986,7 -9097,7 +9097,7 @@@ msgid "No tiles at this zoom level
msgstr "Nincs csempe ezen a nagyÃtási szinten"
msgid "TMS layer ({0}), downloading in zoom {1}"
- msgstr ""
+ msgstr "TMS réteg ({0}), letöltés {1} zoomszinten"
msgid "EPSG:4326 and Mercator projection are supported"
msgstr "EPSG:4326 és Mercator vetület támogatott"
@@@ -9027,7 -9138,7 +9138,7 @@@ msgid "Alpha channel
msgstr "Alfa csatorna"
msgid "Automatically change resolution"
- msgstr ""
+ msgstr "Automatikus felbontás váltás"
msgid "Set WMS Bookmark"
msgstr "WMS könyvjelzÅ beállÃtása"
@@@ -9241,9 -9352,6 +9352,6 @@@ msgstr "GPS helyek kibontása az EXIF a
msgid "Starting directory scan"
msgstr "Könyvtárátvizsgálás indÃtása"
- msgid "One of the selected files was null"
- msgstr "Az egyik kiválasztott fájl üres volt"
-
msgid "Read photos..."
msgstr "Képek olvasása..."
@@@ -9262,6 -9370,9 +9370,9 @@@ msgstr "Nulla fájl található a(z) {0
msgid "Error while getting files from directory {0}\n"
msgstr "{0} könyvtár olvasása közben hiba történt\n"
+ msgid "One of the selected files was null"
+ msgstr "Az egyik kiválasztott fájl üres volt"
+
msgid "Geotagged Images"
msgstr "Geotagelt képek"
@@@ -9321,6 -9432,12 +9432,12 @@@ msgstr "KövetkezÅ
msgid "Show next Image"
msgstr "Mutasd a következŠképet"
+ msgid "Show first Image"
+ msgstr "ElsÅ kép megjelenÃtése"
+
+ msgid "Show last Image"
+ msgstr "Utolsó kép megjelenÃtése"
+
msgid "Center view"
msgstr "Képhez ugrás (nézet közepére)"
@@@ -9403,9 -9520,6 +9520,6 @@@ msgstr "
"<html>Feldolgozatlan GPS adatok térképadatként való feltöltése káros "
"lehet.<br>Ha nyomvonalat szeretnél feltölteni, itt teheted:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Nyomvonalrajzolás személyre szabása"
@@@ -9600,22 -9714,17 +9714,17 @@@ msgid "Unable to create new audio marke
msgstr "Nem lehet új audio jelzÅt készÃteni."
msgid "There was an error while trying to display the URL for this marker"
- msgstr ""
+ msgstr "Hiba történt, a jelölÅ URL-ének megjelenÃtése közben"
msgid "(URL was: "
msgstr "(Az URL: "
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr "Térképrajz stÃlusának kiválasztása"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Figyelmeztetés: hiba történt a Térképrajz stÃlus betöltésekor: \"{0}\". A "
- "hiba: {1}"
+ "Nem sikerült betölteni a térképstÃlusokat innen: \"{0}\". Kivétel: {1}"
msgid "loading style ''{0}''..."
msgstr "stÃlus betöltése: ''{0}''..."
@@@ -9633,23 -9742,19 +9742,19 @@@ msgstr[1] "
"{0} hiba történt a stÃlus betöltésekor. További információkért kattints az "
"\"Infó\" elemre a jobb egérgomb menübÅl."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr ""
- "Figyelmeztetés: nem sikerült értelmezni a Térképrajz stÃlusokat a \"{0}\" "
- "fájlból. A hiba: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr "Nem sikerült értelmezni a térképstÃlusokat itt: \"{0}\". Hiba: {1}"
msgid "Illegal dash pattern, values must be positive"
- msgstr ""
+ msgstr "Szabálytalan dash minta, az érték pozitÃv kell legyen"
msgid "Illegal dash pattern, at least one value must be > 0"
- msgstr ""
+ msgstr "Szabálytalan dash minta, legalább egy érték > 0 kell legyen"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Figyelmeztetés: nem sikerült értelmezni a Térképrajz stÃlusokat a \"{0}\" "
- "fájlból. A hiba: [{1}:{2}] {3}"
+ "Nem sikerült értelmezni a térképstÃlusokat itt: \"{0}\". Hiba: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Elérési token kulcs:"
@@@ -9671,10 -9776,10 +9776,10 @@@ msgid "Use default settings
msgstr "AlapbeállÃtások használata"
msgid "Consumer Key:"
- msgstr ""
+ msgstr "Fogyasztói Kulcs:"
msgid "Consumer Secret:"
- msgstr ""
+ msgstr "Fogyasztói Titok:"
msgid "Request Token URL:"
msgstr "Kérelmi Token URL:"
@@@ -9915,9 -10020,8 +10020,8 @@@ msgstr "Bezárja az ablakot az azonosÃ
msgid "Close the dialog and accept the Access Token"
msgstr "Bezárja az ablakot az Elérési Token elfogadásával"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr ""
- "Figyelmeztetés: nem sikerült a folyamatban lévÅ OAuth művelet megszakÃtása"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Nem sikerült megszakÃtani az OAuth műveletet"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Az OAuth Kérelmi Token fogadása innen: \"{0}\""
@@@ -10157,13 -10261,13 +10261,13 @@@ msgid "Retrieving user info...
msgstr "Felhasználói adatok fogadása..."
msgid "Audio Settings"
- msgstr ""
+ msgstr "Audió beállÃtások"
msgid "Settings for the audio player and audio markers."
- msgstr ""
+ msgstr "Hanglejátszó és hangjelzÅk beállÃtásai."
msgid "Display the Audio menu."
- msgstr ""
+ msgstr "Audio menü megjelenÃtése"
msgid "Label audio (and image and web) markers."
msgstr ""
@@@ -10172,27 -10276,30 +10276,30 @@@ msgid "Display live audio trace.
msgstr ""
msgid "Explicit waypoints with valid timestamps."
- msgstr ""
+ msgstr "Explicit útpontok érvényes idÅbélyeggel."
msgid "Explicit waypoints with time estimated from track position."
- msgstr ""
+ msgstr "Explicit útpontok a nyomvonal pozÃciójából becsült idÅvel."
msgid "Named trackpoints."
- msgstr ""
+ msgstr "Elnevezett útpontok."
msgid "Modified times (time stamps) of audio files."
msgstr ""
msgid "Start of track (will always do this if no other markers available)."
msgstr ""
+ "Nyomvonal eleje (mindig ezt fogja csinálni, ha nincs elérhetÅ jelölÅ)"
msgid "Show or hide the audio menu entry on the main menu bar."
- msgstr ""
+ msgstr "MegjelenÃti vagy elrejti az audio menüelemet a felsÅ menüsorról."
msgid ""
"Display a moving icon representing the point on the synchronized track where "
"the audio currently playing was recorded."
msgstr ""
+ "MegjelenÃt egy mozgó ikont, ami a szinkronizált nyomvonal azon pontját "
+ "mutatja, ahol a pillanatnyilag lejátszott hang fel lett véve."
msgid ""
"Put text labels against audio (and image and web) markers as well as their "
@@@ -10200,10 -10307,10 +10307,10 @@@
msgstr ""
msgid "When importing audio, make markers from..."
- msgstr ""
+ msgstr "Audio importálásakor készÃts jelölÅket innen..."
msgid "When importing audio, apply it to any waypoints in the GPX layer."
- msgstr ""
+ msgstr "Audio importálásakor alkalmazd a GPX réteg minden útpontjára."
msgid ""
"Automatically create audio markers from trackpoints (rather than explicit "
@@@ -10219,15 -10326,16 +10326,16 @@@ msgid "
"The number of seconds to jump forward or back when the relevant button is "
"pressed"
msgstr ""
+ "Az elÅre vagy hátra ugrás másodperceinek száma, amikor a gombot megnyomtad"
msgid "Forward/back time (seconds)"
- msgstr ""
+ msgstr "ElÅre/hátra tekerés ideje (másodperc)"
msgid "The amount by which the speed is multiplied for fast forwarding"
- msgstr ""
+ msgstr "A gyorstekerésnél használt sebességszorzó"
msgid "Fast forward multiplier"
- msgstr ""
+ msgstr "Gyorstekerés szorzója"
msgid ""
"Playback starts this number of seconds before (or after, if negative) the "
@@@ -10238,10 -10346,10 +10346,10 @@@ msgid "Lead-in time (seconds)
msgstr ""
msgid "The ratio of voice recorder elapsed time to true elapsed time"
- msgstr ""
+ msgstr "A hangrögzÃtÅ eltelt idejének aránya a valós eltelt idÅhöz"
msgid "Voice recorder calibration"
- msgstr ""
+ msgstr "HangrögzÃtÅ kalibráció"
msgid "Configure available plugins."
msgstr "ElérhetÅ bÅvÃtmények konfigurálása."
@@@ -10471,7 -10579,7 +10579,7 @@@ msgid "Configure toolbar
msgstr "Eszköztár beállÃtása"
msgid "Edit shortcut"
- msgstr ""
+ msgstr "Gyorsbillentyű szerkesztése"
msgid "Do not hide toolbar and menu"
msgstr "Ne rejtse el az eszköztárat és a menüt"
@@@ -10692,7 -10800,7 +10800,7 @@@ msgstr "BeállÃtás hozzáadása
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10764,6 -10872,9 +10872,9 @@@ msgstr "Virtuális pontok rajzolása ki
msgid "Draw inactive layers in other color"
msgstr "InaktÃv rétegek rajzolása más szÃnnel"
+ msgid "Display discardable keys"
+ msgstr "Eldobhatónak Ãtélt kulcsok megjelenÃtése"
+
msgid "Highlight target ways and nodes"
msgstr "Cél pontok és vonalak kiemelése"
@@@ -10824,6 -10935,13 +10935,13 @@@ msgstr "
"Ez a beállÃtás meggátolja a területek kitöltését, felülÃrva a kiválasztott "
"stÃlus rajzolását."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Az olyan kulcsok megjelenÃtése, amik érdektelennek lettek Ãtélve és csendben "
+ "el lettek távolÃtva."
+
msgid "Options that affect drawing performance"
msgstr "Rajzolási teljesÃtményt befolyásoló beállÃtások"
@@@ -10872,7 -10990,7 +10990,7 @@@ msgid "Local files
msgstr "Helyi fájlok"
msgid "Force lines if no segments imported"
- msgstr "Vonalak kényszerÃtés ha nincsenek importált szakaszok"
+ msgstr "Vonalak kényszerÃtése, ha nincsenek importált szakaszok"
msgid "Draw large GPS points"
msgstr "Nagy GPS pontok rajzolása"
@@@ -10914,7 -11032,7 +11032,7 @@@ msgid "Dynamic color range based on dat
msgstr "Dinamikus szÃntartomány az adathatárok alapján"
msgid "Smooth GPX graphics (antialiasing)"
- msgstr ""
+ msgstr "Sima GPX grafika (antialias)"
msgid ""
"Automatically make a marker layer from any waypoints when opening a GPX "
@@@ -10984,6 -11102,8 +11102,8 @@@ msgstr "GPX-vonal vastagsága
msgid ""
"Apply antialiasing to the GPX lines resulting in a smoother appearance."
msgstr ""
+ "Antialias alkalmazása a GPX fonalakra, egyenletesebb megjelenÃtést "
+ "eredményezve."
msgid ""
"All points and track segments will have the same color. Can be customized in "
@@@ -11072,64 -11192,70 +11192,70 @@@ msgid "Add Imagery URL
msgstr "Légifelvétel URL hozzáadása"
msgid "1. Enter URL"
- msgstr ""
+ msgstr "1. URL megadása"
msgid ""
"{0} is replaced by tile zoom level, also supported:<br>offsets to the zoom "
"level: {1} or {2}<br>reversed zoom level: {3}"
msgstr ""
+ "{0} lecserélve a csempe zoomszintjére. Támogatott még:<br>eltérés a "
+ "zoomszinttÅl: {1} vagy {2}<br>fordÃtott zoomszint: {3}"
msgid "{0} is replaced by X-coordinate of the tile"
- msgstr ""
+ msgstr "{0} lecserélve a csempe X koordinátájára"
msgid "{0} is replaced by Y-coordinate of the tile"
- msgstr ""
+ msgstr "{0} lecserélve a csempe Y koordinátájára"
msgid "{0} is replaced by {1} (Yahoo style Y coordinate)"
- msgstr ""
+ msgstr "{0} lecserélve erre: {1} (Yahoo stÃlusú Y koordináta)"
msgid ""
"{0} is replaced by {1} (OSGeo Tile Map Service Specification style Y "
"coordinate)"
msgstr ""
+ "{0} lecserélve erre: {1} (OSGeo Tile Map Service Specification stÃlusú Y "
+ "koordináta)"
msgid ""
"{0} is replaced by a random selection from the given comma separated list, "
"e.g. {1}"
msgstr ""
+ "{0} lecserélve a vesszÅvel elválasztott lista egy véletlenszerűen "
+ "kiválasztott tagjára, pl. {1}"
msgid "2. Enter maximum zoom (optional)"
- msgstr ""
+ msgstr "2. Maximum zoom megadás (opcionális)"
msgid "3. Verify generated TMS URL"
- msgstr ""
+ msgstr "Generált TMS URL ellenÅrzése"
msgid "4. Enter name for this layer"
- msgstr ""
+ msgstr "Réteg elnevezése"
msgid "Store WMS endpoint only, select layers at usage"
- msgstr ""
+ msgstr "Csak a WMS végpont tárolása, rétegválasztás használatkor"
msgid "Show bounds"
- msgstr ""
+ msgstr "Határok megjelenÃtése"
msgid "1. Enter service URL"
- msgstr ""
+ msgstr "1. Szolgáltatás URL megadása"
msgid "Get layers"
- msgstr ""
+ msgstr "Rétegek lekérése"
msgid "2. Select layers"
- msgstr ""
+ msgstr "2. Rétegek kiválasztása"
msgid "3. Select image format"
- msgstr ""
+ msgstr "3. Képformátum kiválasztása"
msgid "4. Verify generated WMS URL"
- msgstr ""
+ msgstr "4. Generált WMS URL ellenÅrzése"
msgid "5. Enter name for this layer"
- msgstr ""
+ msgstr "5. Réteg elnevezése"
msgid "Show Bounds"
msgstr "Határok megjelenÃtése"
@@@ -11183,10 -11309,10 +11309,10 @@@ msgid "Available default entries:
msgstr "ElérhetŠalapértelmezett bejegyzések:"
msgid "Selected entries:"
- msgstr ""
+ msgstr "Kiválasztott bejegyzések:"
msgid "Add a new {0} entry by entering the URL"
- msgstr ""
+ msgstr "Ãj {0} bejegyzés készÃtése URL megadással"
msgid "Remove entry"
msgstr "Bejegyzés eltávolÃtása"
@@@ -11259,7 -11385,7 +11385,7 @@@ msgid "Downloader:
msgstr "LetöltÅ:"
msgid "Simultaneous connections:"
- msgstr ""
+ msgstr "Szimultán kapcsolatok:"
msgid "Overlap tiles"
msgstr "Csempék átfedése"
@@@ -11307,6 -11433,12 +11433,12 @@@ msgstr "
"fájlt. A végéhez fűz egy \"~\" jelet és a mentéssel azonos könyvtárba "
"helyezi.)</i>"
+ msgid "Notification at each save"
+ msgstr "Figyelmeztetés minden mentésnél"
+
+ msgid "When saving, display a small notification"
+ msgstr "Mentésnél egy kis figyelmeztetés megjelenÃtése"
+
msgid "File backup"
msgstr "Biztonsági mentés"
@@@ -11329,40 -11461,45 +11461,45 @@@ msgid "New style entry:
msgstr "Ãj stÃlusbejegyzés:"
msgid "Remove the selected styles from the list of active styles"
- msgstr ""
+ msgstr "A kiválasztott stÃlus eltávolÃtása az aktÃv stÃlusok listájából"
msgid "Edit the filename or URL for the selected active style"
- msgstr ""
+ msgstr "A kiválasztott aktÃv stÃlus fájlnevének vagy URL-jének szerkesztése"
msgid "Add the selected available styles to the list of active styles"
msgstr ""
+ "A kiválasztott elérhetÅ stÃlusok hozzáadása az aktÃv stÃlusok listájához"
msgid "Reloads the list of available styles from ''{0}''"
- msgstr ""
+ msgstr "Az elérhetÅ stÃlusok listájának frissÃtése innen: \"{0}\""
msgid "Loading style sources from ''{0}''"
- msgstr ""
+ msgstr "StÃlusforrás betöltése innen: \"{0}\""
msgid ""
"<html>Failed to load the list of style sources "
"from<br>''{0}''.<br><br>Details (untranslated):<br>{1}</html>"
msgstr ""
+ "<html>StÃlusforrások betöltése sikertelen az alábbi "
+ "helyrÅl:<br>''{0}''.<br><br>Részletek (lefordÃtatlanul):<br>{1}</html>"
msgid "Warning: illegal format of entry in style list ''{0}''. Got ''{1}''"
msgstr ""
+ "Figyelmeztetés: érvénytelen formátumú bejegyzés a stÃluslistában \"{0}\". "
+ "Kapott érték \"{1}\""
msgid "JOSM Internal Style"
- msgstr ""
+ msgstr "JOSM beépÃtett stÃlus"
msgid ""
"Internal style to be used as base for runtime switchable overlay styles"
msgstr ""
msgid "Potlatch 2"
- msgstr ""
+ msgstr "Potlatch 2"
msgid "the main Potlatch 2 style"
- msgstr ""
+ msgstr "a Potlatch 2 szerkesztÅprogram fÅ stÃlusa"
msgid "Map Settings"
msgstr "TérképbeállÃtások"
@@@ -11370,8 -11507,8 +11507,8 @@@
msgid "Settings for the map projection and data interpretation."
msgstr "Térképvetületek és adatéltelmezések beállÃtásai."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Figyelem: Nem olvasható cÃmkézési készlet forrás: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Nem olvasható cÃmkekészlet forrás: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11415,7 -11552,7 +11552,7 @@@ msgstr "
"használni szeretnéd?<<br><br><table width=600>Hiba: {1}</table></html>"
msgid "Sort presets menu"
- msgstr ""
+ msgstr "CÃmkék menü rendezése"
msgid "Tagging Presets"
msgstr "CÃmkézési készletek"
@@@ -11458,6 -11595,8 +11595,8 @@@ msgstr "
msgid "Warning: illegal format of entry in preset list ''{0}''. Got ''{1}''"
msgstr ""
+ "Figyelmeztetés: érvénytelen formátumú bejegyzés a cÃmkekészlet listában "
+ "\"{0}\". Kapott érték: \"{1}\""
msgid "Internal Preset"
msgstr "BelsŠkészlet"
@@@ -11466,23 -11605,25 +11605,25 @@@ msgid "The default preset for JOSM
msgstr "A JOSM alapértelmezett készlete"
msgid "Plugin bundled with JOSM"
- msgstr ""
+ msgstr "JOSM-be csomagolt bÅvÃtmény"
msgid ""
"Please click on <strong>Download list</strong> to download and display a "
"list of available plugins."
msgstr ""
+ "Az elérhetÅ bÅvÃtmények listájának letöltéséhez és megjelenÃtéséhez kérlek "
+ "kattints a <strong>Lista letöltése</strong> gombra."
msgid "Plugin {0} is still required by this plugin:"
msgid_plural "Plugin {0} is still required by these {1} plugins:"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "{0} bÅvÃtményre szüksége van ennek a bÅvÃtménynek:"
+ msgstr[1] "{0} bÅvÃtményre szüksége van ennek a {1} bÅvÃtménynek:"
msgid "{0}: Version {1} (local: {2})"
msgstr "{0}: Verzió {1} (telepÃtve: {2})"
msgid " (requires: {0})"
- msgstr ""
+ msgstr " (igényli: {0})"
msgid "Ask before updating"
msgstr "Kérdezz frissÃtés elÅtt"
@@@ -11507,63 -11648,65 +11648,65 @@@ msgid "
"Please decide whether JOSM shall automatically update active plugins after a "
"certain period of time."
msgstr ""
+ "Kérlek döntsd el, hogy a JOSM frissÃtse-e idÅnként automatikusan az aktÃv "
+ "bÅvÃtményeket."
msgid "By Code (EPSG)"
- msgstr ""
+ msgstr "EPSG kód szerint"
msgid "Invalid projection configuration: {0}"
- msgstr ""
+ msgstr "Ãrvénytelen vetület beállÃtás: {0}"
msgid "Projection configuration is valid."
- msgstr ""
+ msgstr "A vetület beállÃtás érvényes."
msgid "Validate"
- msgstr "EllÅnÅriz"
+ msgstr "ÃrvényesÃt"
msgid "Parameter information..."
- msgstr ""
+ msgstr "Paraméter információkâ¦"
msgid "Parameter information"
- msgstr ""
+ msgstr "Paraméter információk"
msgid "Projection name"
- msgstr ""
+ msgstr "Vetületnév"
msgid "Supported values:"
- msgstr ""
+ msgstr "Támogatott értékek:"
msgid "Projection parameters"
- msgstr ""
+ msgstr "Vetület paraméterek"
msgid "False easting and false northing"
- msgstr ""
+ msgstr "Hamis keleti és északi középpont"
msgid "Central meridian"
- msgstr ""
+ msgstr "Centrálmeridián"
msgid "Scaling factor"
- msgstr ""
+ msgstr "Méretezési tényezÅ"
msgid "Ellipsoid name"
- msgstr ""
+ msgstr "Ellipszoid név"
msgid "Ellipsoid parameters"
- msgstr ""
+ msgstr "Ellipszoid paraméterek"
msgid "Datum name"
- msgstr ""
+ msgstr "Dátum kód"
msgid "3 or 7 term datum transform parameters"
- msgstr ""
+ msgstr "3 vagy 7 paraméteres dátumtranszformáció"
msgid "NTv2 grid file"
- msgstr ""
+ msgstr "NTv2 rács fájl"
msgid "Built-in:"
- msgstr ""
+ msgstr "BeépÃtett:"
msgid "Projection bounds (in degrees)"
- msgstr ""
+ msgstr "Vetület határok (fokban)"
msgid "GauÃ-Krüger"
msgstr "GauÃ-Krüger"
@@@ -11572,7 -11715,7 +11715,7 @@@ msgid "GK Zone
msgstr "GauÃ-Krüger zóna"
msgid "GauÃ-Krüger Zone {0}"
- msgstr ""
+ msgstr "GauÃ-Krüger zónaszám {0}"
msgid "{0} ({1} to {2} degrees)"
msgstr "{0} ({1} -> {2} fokra)"
@@@ -11581,7 -11724,7 +11724,7 @@@ msgid "Lambert CC9 Zone (France)
msgstr "Lambert CC9 zónás (francia)"
msgid "Lambert CC Zone"
- msgstr ""
+ msgstr "Lambert CC zónás"
msgid "{0} (Corsica)"
msgstr "{0} (Korzika)"
@@@ -11593,7 -11736,7 +11736,7 @@@ msgid "WGS84 Geographic
msgstr "WGS84 földrajzi"
msgid "Belgian Lambert 1972"
- msgstr ""
+ msgstr "Belga Lambert 1972"
msgid "Belgian Lambert 2008"
msgstr "Belga Lambert 2008"
@@@ -11611,7 -11754,7 +11754,7 @@@ msgid "SWEREF99 13 30 / EPSG:3008 (Swed
msgstr "SWEREF99 13 30 / EPSG:3008 (svéd)"
msgid "Projection method"
- msgstr "Velületi módszer"
+ msgstr "Velületi rendszer"
msgid "Projection code"
msgstr "Vetület kódja"
@@@ -11620,7 -11763,7 +11763,7 @@@ msgid "Display coordinates as
msgstr "Koordináták megjelenÃtése mint"
msgid "System of measurement"
- msgstr "Mérési módszer"
+ msgstr "Mérési rendszer"
msgid "Map Projection"
msgstr "Térképvetület"
@@@ -11646,21 -11789,6 +11789,6 @@@ msgstr "Svájci rács (Svjác)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (helyi korrekció nélkül)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM zóna"
-
- msgid "North"
- msgstr "Ãszak"
-
- msgid "South"
- msgstr "Déli"
-
- msgid "Hemisphere"
- msgstr "Félgömb"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11682,6 -11810,21 +11810,21 @@@ msgstr "UTM France (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Geodéziai rendszer"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM zóna"
+
+ msgid "North"
+ msgstr "Ãszaki"
+
+ msgid "South"
+ msgstr "Déli"
+
+ msgid "Hemisphere"
+ msgstr "Félgömb"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Tesztelés: OSM API URL ''{0}''"
@@@ -11690,7 -11833,7 +11833,7 @@@ msgid "
"validate again.</html>"
msgstr ""
"<html>''{0}'' nem egy érvényes OSM API URL.<br>Kérlek ellenÅrizd, jól van-e "
- "Ãrva, majd próbáld újra..</html>"
+ "Ãrva, majd próbáld újra.</html>"
msgid "Invalid API URL"
msgstr "Ãrvénytelen API URL"
@@@ -11699,26 -11842,38 +11842,38 @@@ msgid "
"<html>Failed to build URL ''{0}'' for validating the OSM API "
"server.<br>Please check the spelling of ''{1}'' and validate again.</html>"
msgstr ""
+ "<html>Nem sikerült ''{0}'' URL-t készÃteni az OSM API szerver "
+ "validálásához.<br>Kérlek ellenÅrizd a ''{1}'' URL-t, majd érvényesÃttesd "
+ "újra.</html>"
msgid ""
"<html>Failed to connect to the URL ''{0}''.<br>Please check the spelling of "
"''{1}'' and your Internet connection and validate again.</html>"
msgstr ""
+ "<html>Nem sikerült csatlakozni a ''{0}'' URL-hez.<br>Kérlek ellenÅrizd a "
+ "''{1}'' URL-t és az internetkapcsolatodat, majd érvényesÃttesd újra.</html>"
msgid "Connection to API failed"
- msgstr ""
+ msgstr "Kapcsolódás az API-hoz sikertelen"
msgid ""
"<html>Failed to retrieve a list of changesets from the OSM API server "
"at<br>''{1}''. The server responded with the return code {0} instead of "
"200.<br>Please check the spelling of ''{1}'' and validate again.</html>"
msgstr ""
+ "<html>Nem sikerült lekérni a módosÃtáscsomagok egy listáját errÅl az OSM API "
+ "szerverrÅl<br>''{1}''. A szerver 200-as válaszkód helyett {0} kóddal "
+ "válaszolt.<br>Kérlek ellenÅrizd a ''{1}'' URL-t, majd érvényesÃttesd "
+ "újra.</html>"
msgid ""
"<html>The OSM API server at ''{0}'' did not return a valid response.<br>It "
"is likely that ''{0}'' is not an OSM API server.<br>Please check the "
"spelling of ''{0}'' and validate again.</html>"
msgstr ""
+ "<html>A \"{0}\" szerver nem küldött vissza érvényes választ.<br>FeltehetÅleg "
+ "''{0}'' nem egy OSM API szerver.<br>Kérlek ellenÅrizd a ''{0}'' URL-t, majd "
+ "érvényesÃttesd újra.</html>"
msgid "Use Basic Authentication"
msgstr "Egyszerű hitelesÃtés használata"
@@@ -11736,9 -11891,11 +11891,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Válaszd az OAuth hitelesÃtés használatához"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
+ "Nem támogatott érték a(z) ''{0}'' beállÃtásban, kapott: ''{1}''. ''Egyszerű "
+ "hitelesÃtés'' lesz használva."
msgid "OSM username:"
msgstr "OSM felhasználónév:"
@@@ -11746,21 -11903,26 +11903,26 @@@
msgid "OSM password:"
msgstr "OSM jelszó:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr ""
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr "Nem sikerült lekérni az OSM igazolásokat az igazoláskezelÅtÅl."
msgid "Current credential manager is of type ''{0}''"
- msgstr ""
+ msgstr "A jelenlegi igazoláskezelÅ ''{0}'' tÃpusú"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr ""
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr "Nem sikerült elmenteni az OSM igazolásokat az igazoláskezelÅbe."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr ""
+ msgid "Periodically check for new messages"
+ msgstr "Ãj üzenetek lekérése rendszeres idÅközönként"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr ""
+ msgid "Check interval (minutes):"
+ msgstr "EllenÅrzés intervalluma (perc):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr "Nem sikerült lekérni az OAuth elérési tokent az igazoláskezelÅtÅl."
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr "Nem sikerült elmenteni az OAuth elérési tokent az igazoláskezelÅbe."
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11845,17 -12007,8 +12007,8 @@@ msgid "Use a SOCKS proxy
msgstr "SOCKS proxy használata"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
- "Figyelem: A JOSM rendszerbeállÃtás szerinti proxyra lett állÃtva, de a Java "
- "Virtuális Gép nincs jól konfigurálva. BeállÃtások visszaállÃtva \"Nincs "
- "proxy\"-ra."
-
- msgid "disabled"
- msgstr "letiltva"
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -11928,8 -12081,8 +12081,8 @@@ msgstr "CÃmkék alkalmazása
msgid "New relation"
msgstr "Ãj kapcsolat"
- msgid "Change Properties"
- msgstr "Tulajdonságok megváltoztatása"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11938,7 -12091,7 +12091,7 @@@ msgid "Illegal member expression: {0}
msgstr ""
msgid "More information about this feature"
- msgstr ""
+ msgstr "További információk errÅl a tulajdonságról"
msgid "Available roles"
msgstr "ElérhetŠszerepek"
@@@ -11947,19 -12100,19 +12100,19 @@@ msgid "role
msgstr "szerep"
msgid "count"
- msgstr ""
+ msgstr "száma"
msgid "elements"
- msgstr ""
+ msgstr "elemek"
msgid "Optional Attributes:"
- msgstr ""
+ msgstr "Opcionális tulajdonságok:"
msgid "Select auto-increment of {0} for this field"
- msgstr ""
+ msgstr "MezŠértékének automatikus növelése: {0}"
msgid "Cancel auto-increment for this field"
- msgstr ""
+ msgstr "Automaikus növelés törlése a mezÅrÅl"
msgid "{0}:"
msgstr "{0}:"
@@@ -12007,9 -12160,6 +12160,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Nem olvasható cÃmkekészlet forrás: {0}"
-
msgid "Error parsing {0}: "
msgstr "Ãrtelmezési hiba {0}: "
@@@ -12028,6 -12178,14 +12178,14 @@@ msgstr "Csak az alkalmahatók megjelenÃ
msgid "Search in tags"
msgstr "Keresés cÃmkék között"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -12059,9 -12217,52 +12217,52 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "hamis: a tulajdonság explicite kikapcsolva"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "igaz: a tulajdonság explicite bekapcsolva"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "részleges: különbözŠkiválasztott objektumoknak különbözŠértékük van, ne "
+ "változtasd"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+ "beállÃtatlan: ne legyen beállÃtva ez a tulajdonság a kijelölt objektumokon"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12094,7 -12295,7 +12295,7 @@@ msgid "Contacting OSM Server...
msgstr "Kapcsolódás az OSM szerverhez..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -12134,28 -12335,26 +12335,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -12254,6 -12453,9 +12453,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -12269,12 -12471,20 +12471,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -12353,7 -12563,7 +12563,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -12452,58 -12662,34 +12662,34 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
+ msgid "Unsupported version: {0}"
msgstr ""
- msgid "Unsupported version: {0}"
+ msgid ""
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgid "Parsing changeset content ..."
msgstr ""
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
msgstr ""
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
+ msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
msgstr ""
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid "Parsing changeset content ..."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "Illegal boolean value for attribute ''{0}''. Got ''{1}''."
+ msgid "Illegal boolean value for attribute ''{0}''. Got ''{1}''."
msgstr ""
msgid "Missing mandatory attribute ''{0}'' of XML element {1}."
@@@ -12518,10 -12704,7 +12704,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -12605,8 -12788,8 +12788,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12803,7 -12986,7 +12986,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -12849,6 -13032,15 +13032,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12879,19 -13071,19 +13071,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12913,11 -13105,23 +13105,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Munkamenet fájl (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12987,18 -13191,14 +13191,18 @@@ msgid "Download skipped
msgstr "Letöltés kihagyva"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
+"Figyelmeztetés: ''{0}'' bÅvÃtményt nem lehet letölteni, mert a letöltési "
+"link ismeretlen. Letöltés kihagyva."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
+"Figyelmeztetés: ''{0}'' bÅvÃtményt nem lehet letölteni, mert a ''{1}'' "
+"letöltési link érvénytelen. Letöltés kihagyva."
msgid "Failed to create plugin directory ''{0}''"
msgstr "''{0}'' bÅvÃtménykönyvtár létrehozása sikertelen."
@@@ -13168,11 -13368,11 +13372,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "BÅvÃtmény frissÃtése sikertelen"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Figyelmeztetés: {0} bÅvÃtmény nem található"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Figyelmeztetés: bÅvÃtménylista letöltése nem sikerült"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "BövÃtmény letiltása"
@@@ -13186,29 -13386,22 +13390,28 @@@ msgstr "BÅvÃtmény megtartása
msgid "Click to keep the plugin ''{0}''"
msgstr "Kattints a(z) ''{0}'' bÅvÃtmény megtartásához"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Figyelmeztetés: nem sikerült törölni az elavult ''{0}'' bÅvÃtményt."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
+"Figyelmeztetés: nem sikerült telepÃteni a már letöltött ''{0}'' bÅvÃtményt. "
+"TelepÃtés kihagyása. A JOSM a régi bÅvÃtményverziót fogja betölteni."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
+"Figyelmeztetés: ''{0}'' bÅvÃtmény telepÃtése sikertelen az átmenetileg "
+"letöltött ''{1}'' fájlból. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
+"Figyelmeztetés: ''{0}'' bÅvÃtmény telepÃtése sikertelen az átmenetileg "
+"letöltött ''{1}'' fájlból. Ãtnevezés sikertelen."
msgid "Click to disable the plugin ''{0}''"
msgstr "Kattints a(z) ''{0}'' bÅvÃtméy letiltásához"
@@@ -13284,11 -13477,8 +13487,10 @@@ msgstr "BÅvÃtmény site cache fájl f
msgid "Processing file ''{0}''"
msgstr "Fájl feldolgozása: ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
+"Figyelmeztetés: ''{0}'' fájlban bÅvÃtményinformációk keresése sikertelen. "
+"Kihagyva."
msgid "Processing plugin site cache icon files..."
msgstr "BÅvÃtmény site cache ikon fájl feldolgozásaâ¦"
@@@ -13302,12 -13492,25 +13504,27 @@@ msgstr "BÅvÃtménylista letöltéseâ
msgid "Downloading plugin list from ''{0}''"
msgstr "BÅvÃtménylista letöltése innen: ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
+"Figyelmeztetés: nem sikerült létrehozni a ''{0}'' bÅvÃtménykönyvtárat. Nem "
+"lehet gyorsÃtótárazni a bÅvÃtménylistát a(z) ''{1}'' helyrÅl."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "BÅvÃtménylista Ãrása helyi gyorsÃtótárba ''{0}''"
@@@ -13642,12 -13845,11 +13859,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13658,9 -13860,52 +13874,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13694,9 -13939,23 +13953,23 @@@ msgstr "
"<html><p> Sajnálom, de nem lehetséges cÃmkéket beilleszteni a vágólapról, "
"mert az nem tartalmaz JOSM objektumot vagy alkalmas szöveget. </p></html>"
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -14019,6 -14278,11 +14292,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14258,6 -14522,9 +14536,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14307,9 -14574,6 +14588,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14346,6 -14610,11 +14624,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14477,6 -14746,9 +14760,9 @@@ msgstr "Töltés
msgid "Lit"
msgstr "KivilágÃtás"
+ msgid "Toll"
+ msgstr "FizetÅs"
+
msgid "Motorway Link"
msgstr "Autópályafelhajtó"
@@@ -14567,6 -14839,50 +14853,50 @@@ msgstr "Lakóút
msgid "Edit Residential Street"
msgstr "Lakóút szerkesztése"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "igen"
+
+ msgid "no"
+ msgstr "nem"
+
+ msgid "destination"
+ msgstr "célforgalom"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "PihenÅút"
@@@ -14585,11 -14901,11 +14915,11 @@@ msgstr "Terület
msgid "Service"
msgstr "Szervizút"
- msgid "Edit Serviceway"
- msgstr "Szervizút szerkesztése"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Szervizút tÃpusa"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "átjáró"
@@@ -14600,6 -14916,9 +14930,9 @@@ msgstr "kocsibehajtó
msgid "parking_aisle"
msgstr "parkolóút"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "parkolóút"
@@@ -14627,18 -14946,12 +14960,12 @@@ msgstr "körforgalom
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "igen"
-
msgid "Road Restrictions"
msgstr "Behajtási korlátozások"
msgid "Edit Road Restrictions"
msgstr "Behajtási korlátozások szerkesztése"
- msgid "Toll"
- msgstr "FizetÅs"
-
msgid "No exit (cul-de-sac)"
msgstr "Zsákutca"
@@@ -14648,9 -14961,6 +14975,6 @@@ msgstr "Közlekedési mód korlátozás
msgid "General Access"
msgstr "Ãltalános behajtás"
- msgid "destination"
- msgstr "célforgalom"
-
msgid "delivery"
msgstr "áruszállÃtás"
@@@ -14660,15 -14970,15 +14984,15 @@@ msgstr "engedélyköteles
msgid "private"
msgstr "privát"
+ msgid "customers"
+ msgstr "vásárlók"
+
msgid "agricultural"
msgstr "mezÅgazdasági"
msgid "forestry"
msgstr "erdÅgazdasági"
- msgid "no"
- msgstr "nem"
-
msgid "official"
msgstr "hivatalos"
@@@ -14714,6 -15024,9 +15038,9 @@@ msgstr "Nagykihasználtságú jármű (
msgid "Public Service Vehicles (psv)"
msgstr "Közszolgáltatási járművek (tömegközl.)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. sebesség (km/h)"
@@@ -14798,6 -15111,9 +15125,9 @@@ msgstr "HÃd szerkesztése
msgid "viaduct"
msgstr "viadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "nyitható"
@@@ -14909,20 -15225,29 +15239,29 @@@ msgstr "
msgid "Visibility"
msgstr "Láthatóság"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "kiváló"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "jó"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "közepes"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "rossz"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "szörnyű"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Kerekesszék"
@@@ -14939,11 -15264,11 +15278,11 @@@ msgstr "Kijelölt lovaglóút
msgid "Edit Bridleway"
msgstr "Lovaglóút szerkesztése"
- msgid "Cycle Lane"
- msgstr "Kerékpársáv"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Kerékpársáv szerkesztése"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Kerékpárút"
@@@ -14978,8 -15303,8 +15317,8 @@@ msgstr "Kerékpárút jobb oldal
msgid "Oneway (bicycle)"
msgstr "Egyirányú (kerékpár)"
- msgid "Edit Highway"
- msgstr "Közút szerkesztése"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Közút"
@@@ -15047,12 -15372,18 +15386,18 @@@ msgstr "PihenÅhely
msgid "Edit Rest Area"
msgstr "PihenÅhely szerkesztése"
- msgid "Emergency Phone"
- msgstr "SegélykérŠtelefon"
+ msgid "Drinking Water"
+ msgstr "IvóvÃz"
msgid "Traffic Signal"
msgstr "JelzÅlámpa"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "GyalogátkelÅ tÃpusa"
@@@ -15068,15 -15399,6 +15413,6 @@@ msgstr "járdasziget
msgid "unmarked"
msgstr "jelöletlen"
- msgid "Cross on horseback"
- msgstr "Ãtkelés lóháton"
-
- msgid "Cross by bicycle"
- msgstr "Ãtkelés kerékpárral"
-
- msgid "Crossing attendant"
- msgstr "felügyelt"
-
msgid "Crossing type name (UK)"
msgstr "ÃtkelÅ tÃpusa (UK)"
@@@ -15098,6 -15420,15 +15434,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr "felügyelt"
+
+ msgid "Cross by bicycle"
+ msgstr "Ãtkelés kerékpárral"
+
+ msgid "Cross on horseback"
+ msgstr "Ãtkelés lóháton"
+
msgid "Stop"
msgstr "Stoptábla"
@@@ -15107,6 -15438,9 +15452,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-körforgalom"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Irány"
@@@ -15116,11 -15450,8 +15464,8 @@@ msgstr "óramutatóval megegyezÅ
msgid "Pedestrian Crossing"
msgstr "GyalogátkelÅ"
- msgid "Edit Crossing"
- msgstr "ÃtkelÅ szerkesztése"
-
- msgid "Type name (UK)"
- msgstr "ÃtkelÅ tÃpusa (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "ForgalomcsillapÃtó"
@@@ -15152,9 -15483,6 +15497,6 @@@ msgstr "lapos fekvÅrendÅr
msgid "Passing Place"
msgstr "KitérŠ(útkiszélesedés)"
- msgid "Edit Passing Place"
- msgstr "KitérŠszerkesztése"
-
msgid "Turning Circle"
msgstr "Fordulóhely"
@@@ -15197,6 -15525,12 +15539,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Engedélyezett forgalom:"
+ msgid "Material"
+ msgstr "Anyag"
+
+ msgid "stone"
+ msgstr "kÅ"
+
msgid "Bollard"
msgstr "Oszlop"
@@@ -15212,6 -15546,9 +15560,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "műanyag"
+
msgid "Cycle Barrier"
msgstr "Kerékpárakadály"
@@@ -15281,20 -15618,14 +15632,17 @@@ msgstr "
msgid "electric"
msgstr "elektromos"
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
- msgstr "hasÃtott gerenda"
+ msgid "pole"
+ msgstr "cölöp"
- msgid "chain"
- msgstr "lánc"
-msgid "split_rail"
-msgstr "hasÃtott gerenda"
++msgid "Guard Rail"
++msgstr ""
+
- msgid "hedge"
- msgstr "sövény"
++msgid "Edit Guard Rail"
++msgstr ""
- msgid "pole"
- msgstr "cölöp"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr ""
@@@ -15324,8 -15655,9 +15672,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Ãrok szerkesztése"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -15333,11 -15665,11 +15682,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Bejárat"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Bejárat szerkesztése"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Kapu"
@@@ -15390,12 -15722,6 +15739,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Anyag"
-
- msgid "stone"
- msgstr "kÅ"
-
msgid "Turnstile"
msgstr "Forgókapu"
@@@ -15456,12 -15782,21 +15799,21 @@@ msgstr "
msgid "Ditch"
msgstr "Ãrok"
+ msgid "Edit Ditch"
+ msgstr "Ãrok szerkesztése"
+
msgid "Stream"
msgstr "Patak"
msgid "Edit Stream"
msgstr "Patak szerkesztése"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Csatorna"
@@@ -15501,9 -15836,6 +15853,6 @@@ msgstr "Duzzasztógát szerkesztése
msgid "Groyne"
msgstr "HullámtörÅ"
- msgid "Edit Groyne"
- msgstr "HullámtörŠszerkesztése"
-
msgid "Breakwater"
msgstr ""
@@@ -15537,6 -15869,21 +15886,21 @@@ msgstr "Fedett vÃztározó szerkeszté
msgid "Edit Water"
msgstr "VÃzfelület szerkesztése"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Szárazföld"
@@@ -15618,20 -15965,25 +15982,25 @@@ msgstr "KompkikötŠszerkesztése
msgid "Cargo"
msgstr "SzállÃtmány"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "utasok"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "járművek"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "kerékpár"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "nehézgépjármű (hvg)"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "utasok;járművek"
+ msgstr ""
msgid "Ferry Route"
msgstr "Kompútvonal"
@@@ -15705,7 -16057,7 +16074,7 @@@ msgstr "turisztika
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15729,11 -16081,14 +16098,14 @@@ msgstr "felsÅvezeték
msgid "rail"
msgstr "sÃn"
- msgid "Voltage"
- msgstr "Feszültség"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekvencia (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16,7"
@@@ -15744,9 -16099,6 +16116,6 @@@ msgstr "Keskeny nyomtávú vasút
msgid "Edit Narrow Gauge Rail"
msgstr "Keskeny nyomtávú vasút szerkesztése"
- msgid "Types"
- msgstr "TÃpus"
-
msgid "Monorail"
msgstr "EgysÃnű vasút"
@@@ -15768,15 -16120,15 +16137,15 @@@ msgstr "Könnyűvasút szerkesztése
msgid "Subway"
msgstr "Metró"
+msgid "Edit Tram"
+msgstr "Villamos szerkesztése"
+
msgid "Edit Subway"
msgstr "Metró szerkesztése"
msgid "Tram"
msgstr "Villamos"
-msgid "Edit Tram"
-msgstr "Villamos szerkesztése"
-
msgid "Bus Guideway"
msgstr "BuszsÃn"
@@@ -15798,6 -16150,9 +16167,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Vasúti átjáró"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "Årzött"
@@@ -15810,18 -16165,32 +16182,32 @@@ msgstr "
msgid "Barrier"
msgstr "Akadály"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "fél"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "teljes"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Vasúti gyalogátkelÅ"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "ÃtkelÅ tÃpusa"
@@@ -15921,13 -16290,11 +16307,11 @@@ msgstr "SzállÃtószalag
msgid "Edit Magic Carpet"
msgstr "SzállÃtószalag szerkesztése"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Teherlift"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Teherlift szerkesztése"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -15937,13 -16304,11 +16321,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Felvonóállomás szerkesztése"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Oszlop"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Pilon szerkesztése"
+ msgstr ""
msgid "Parking"
msgstr "Parkoló"
@@@ -15960,12 -16325,12 +16342,12 @@@ msgstr "felszÃni
msgid "underground"
msgstr "mélygarázs"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Hozzáférés"
- msgid "customers"
- msgstr "vásárlók"
-
msgid "Park and Ride"
msgstr "P+R"
@@@ -15993,9 -16358,6 +16375,6 @@@ msgstr "Parkolóhely
msgid "Edit Parking space"
msgstr "Parkolóhely szerkesztése"
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "FérÅhely"
@@@ -16017,11 -16379,30 +16396,30 @@@ msgstr "Nyitva tartás
msgid "24/7"
msgstr "éjjel-nappali"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "H-P 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "K-V 08:00-15:00;Szo 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Parkoló bejárat"
@@@ -16170,6 -16551,9 +16568,9 @@@ msgstr "Elektromos töltÅállomás
msgid "Edit Charging Station (for electric cars)"
msgstr "Elektromos töltÅállomás szerkesztése"
+ msgid "Voltage"
+ msgstr "Feszültség"
+
msgid "Amperage"
msgstr "ÃramerÅsség"
@@@ -16191,6 -16575,12 +16592,12 @@@ msgstr "Szerviz
msgid "Edit Car Repair"
msgstr "Autószerviz szerkesztése"
+ msgid "Parts"
+ msgstr "Alkatrészek"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Gumis"
@@@ -16218,6 -16608,12 +16625,12 @@@ msgstr "KölcsönzÅ
msgid "Edit Car Rental"
msgstr "KölcsönzŠszerkesztése"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "kizárólag"
+
msgid "Sharing"
msgstr "Megosztóhely"
@@@ -16242,22 -16638,6 +16655,6 @@@ msgstr "Szolgáltatások:
msgid "Sale"
msgstr "Eladás"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "igen"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "márka"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "használt"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nem"
-
msgid "brand"
msgstr "márka"
@@@ -16279,9 -16659,6 +16676,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Alkatrészek"
-
msgid "Clothes"
msgstr "Ruhák"
@@@ -16476,6 -16853,9 +16870,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -16506,6 -16886,9 +16903,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Pad"
@@@ -16518,9 -16901,6 +16918,6 @@@ msgstr "Kerekesszék
msgid "limited"
msgstr "korlátozott"
- msgid "only"
- msgstr "kizárólag"
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16530,8 -16910,13 +16927,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Ãllomás"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Ãllomás szerkesztése"
msgid "Building"
msgstr "Ãpület"
@@@ -16545,6 -16930,9 +16947,9 @@@ msgstr "Metrólejárat szerkesztése
msgid "Ticket Machine"
msgstr "Jegyautomata"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "AzonosÃtószám"
@@@ -16569,14 -16957,6 +16974,6 @@@ msgstr "Fiók, vagy hűségkártya
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Ãllomás"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Ãllomás szerkesztése"
-
msgid "UIC-Reference"
msgstr "UIC-kód"
@@@ -16625,8 -17005,8 +17022,8 @@@ msgstr "Autóbuszperon szerkesztése
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Taxiállomás szerkesztése"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "RepülÅtér"
@@@ -16679,6 -17059,21 +17076,21 @@@ msgstr "Terminál
msgid "Edit Terminal"
msgstr "Terminál szerkesztése"
+ msgid "Internet access"
+ msgstr "Internetelérés"
+
+ msgid "wlan"
+ msgstr "wifi"
+
+ msgid "wired"
+ msgstr "kábeles"
+
+ msgid "terminal"
+ msgstr "terminál"
+
+ msgid "Internet access fee"
+ msgstr "Internetelérés költsége"
+
msgctxt "airport"
msgid "Gate"
msgstr "Kapu"
@@@ -16701,21 -17096,6 +17113,6 @@@ msgstr "Hotel szerkesztése
msgid "Stars"
msgstr "Csillagok"
- msgid "Internet access"
- msgstr "Internetelérés"
-
- msgid "wlan"
- msgstr "wifi"
-
- msgid "wired"
- msgstr "kábeles"
-
- msgid "terminal"
- msgstr "terminál"
-
- msgid "Internet access fee"
- msgstr "Internetelérés költsége"
-
msgid "Smoking"
msgstr "Dohányzás"
@@@ -16905,9 -17285,6 +17302,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "K-V 08:00-15:00; Szo 08:00-12:00"
-
msgid "Tourism"
msgstr "Turizmus"
@@@ -16929,9 -17306,15 +17323,15 @@@ msgstr "Kilátótorony
msgid "Information Office"
msgstr "Információs iroda"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Térkép"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Kategória"
@@@ -16944,6 -17327,9 +17344,9 @@@ msgstr "utca
msgid "scheme"
msgstr "vázlat"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Mutatott terület"
@@@ -16983,6 -17369,9 +17386,9 @@@ msgstr "... egyéb közlekedési módo
msgid "Information Board"
msgstr "Információs tábla"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Tábla tartalma"
@@@ -17004,23 -17393,35 +17410,35 @@@ msgstr "növényvilág
msgid "Guidepost"
msgstr "ÃtjelzÅ"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Információs terminál"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Pontosabb leÃrás"
msgid "Audioguide"
msgstr "Hangos tárlatvezetés"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Tárlatvezetés mobiltelefonnal?"
msgid "Phone number"
msgstr "Telefonszám"
- msgid "Other Information Points"
- msgstr "Egyéb információs pont"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "SzabadidÅ"
@@@ -17149,50 -17550,44 +17567,44 @@@ msgstr "Műalkotás
msgid "Edit Artwork"
msgstr "Műalkotás szerkesztése"
- msgid "Place of Worship"
- msgstr "Vallási hely"
-
- msgid "Edit Place of Worship"
- msgstr "Vallási hely szerkesztése"
-
- msgid "Religion"
- msgstr "Vallás"
+ msgid "Recording Studio"
+ msgstr "Stúdió"
- msgid "bahai"
- msgstr "bahái"
+ msgid "Edit Studio"
+ msgstr "Stúdió szerkesztése"
- msgid "buddhist"
- msgstr "buddhista"
+ msgid "audio"
+ msgstr "hang"
- msgid "christian"
- msgstr "keresztény"
+ msgid "video"
+ msgstr "videó"
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Vallási hely"
- msgid "jain"
- msgstr "dzsainista"
+ msgid "Church"
+ msgstr "Templom"
- msgid "jewish"
- msgstr "zsidó"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muzulmán"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "szikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualista"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoista"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitárius"
+ msgid "church"
+ msgstr "templom"
- msgid "zoroastrian"
- msgstr "zoroasztrista"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Felekezet"
@@@ -17209,6 -17604,12 +17621,12 @@@ msgstr "katolikus
msgid "evangelical"
msgstr "evangéliumi keresztény"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "jehova tanúi"
@@@ -17221,6 -17622,9 +17639,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mormon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodox"
@@@ -17239,44 -17643,144 +17660,144 @@@ msgstr "kvékersita
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "sÃita"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "szunnita"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Szolgáltatás ideje"
- msgid "Su 10:00"
- msgstr "V 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "V 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "V 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Nyitvatartás látogatóknak"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Stúdió"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Stúdió szerkesztése"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "hang"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "videó"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Nyilvános épület"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Nyilvános épület szerkesztése"
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "sÃita"
+
+ msgid "sunni"
+ msgstr "szunnita"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Vallás"
+
+ msgid "bahai"
+ msgstr "bahái"
+
+ msgid "jain"
+ msgstr "dzsainista"
+
+ msgid "sikh"
+ msgstr "szikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitárius"
+
+ msgid "zoroastrian"
+ msgstr "zoroasztrista"
+
+ msgid "Public Building"
+ msgstr "Nyilvános épület"
+
+ msgid "Edit Public Building"
+ msgstr "Nyilvános épület szerkesztése"
msgid "Town hall"
msgstr "Városháza"
@@@ -17359,6 -17863,12 +17880,12 @@@ msgstr "Autósiskola szerkesztése
msgid "License Classes"
msgstr "JogosÃtvány kategóriái"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Egészség"
@@@ -17440,12 -17950,66 +17967,66 @@@ msgstr "Ãllatorvos
msgid "Edit Veterinary"
msgstr "Ãllatorvos szerkesztése"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "nyilvános"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Postaláda"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -17455,6 -18019,30 +18036,30 @@@ msgstr "Telefon szerkesztése
msgid "Telephone cards"
msgstr "Telefonkártya"
+ msgid "Emergency Phone"
+ msgstr "SegélykérŠtelefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Ãra"
@@@ -17464,30 -18052,36 +18069,36 @@@ msgstr "Ãra szerkesztése
msgid "Display"
msgstr "KijelzÅ"
- msgctxt "display"
msgid "analog"
- msgstr "analóg"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "digitális"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "napóra"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "egyedi"
+ msgstr ""
msgid "Support"
msgstr "Tartó"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "falra szerelt"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "hirdetÅtábla"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "Láthatóság/olvashatóság"
@@@ -17516,8 -18110,8 +18127,8 @@@ msgstr "Kijelzi a páratartalmat
msgid "Recycling"
msgstr "SzelektÃv hulladékgyűjtÅ"
- msgid "Edit Recycling station"
- msgstr "SzelektÃv hulladékgyűjtÅ szerkesztése"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Akkumulátorok"
@@@ -17543,21 -18137,15 +18154,15 @@@ msgstr "hulladékudvar
msgid "Waste Basket"
msgstr "Szemetes"
- msgid "Edit Waste Basket"
- msgstr "Szemetes szerkesztése"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Háttámla"
- msgid "plastic"
- msgstr "műanyag"
-
msgid "Amount of Seats"
msgstr "Helyek száma"
@@@ -17592,8 -18180,17 +18197,17 @@@ msgstr "Vadászles szerkesztése
msgid "Height"
msgstr "Magasság"
+ msgctxt "height"
msgid "low"
- msgstr "alacsony"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Rejtett"
@@@ -17601,9 -18198,6 +18215,6 @@@
msgid "Lock"
msgstr "Zárható"
- msgid "Drinking Water"
- msgstr "IvóvÃz"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17635,6 -18229,9 +18246,9 @@@ msgstr "tó
msgid "Diameter (in mm)"
msgstr "ÃtmérÅ (mm-ben)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "sáv"
@@@ -17672,119 -18269,155 +18286,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Stadion szerkesztése"
- msgid "select sport:"
- msgstr "válassz sportot:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "többféle"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "Ãjászat"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atlétika"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "amerikai foci"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "ausztrál foci"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "kosárlabda"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "petanque"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "gyepteke (bowls)"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "kanadai foci"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kenu"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "falmászás"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "krikett"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "kerékpár"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "kutyaverseny"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "lovassport"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "torna"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "jégkorong"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "lóverseny"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "ütÅs"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "ligarögbi"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "uniós rögbi"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "lövés"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "gördeszka"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "korcsolya"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "sÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "foci"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "úszás"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "asztalitenisz"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenisz"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sportközpont"
@@@ -17816,26 -18449,27 +18466,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Minigolfpálya szerkesztése"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Többféle"
msgid "Edit Multi"
msgstr "Többféle sport szerkesztése"
- msgid "type"
- msgstr "tÃpus"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "pálya"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sportközpont"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr "Teke"
@@@ -17843,6 -18477,15 +18494,15 @@@
msgid "Edit 9pin"
msgstr "Teke szerkesztése"
+ msgid "pitch"
+ msgstr "pálya"
+
+ msgid "sports_centre"
+ msgstr "sportközpont"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "Bowling"
@@@ -17876,6 -18519,22 +18536,22 @@@ msgstr "Kenuzás szerkesztése
msgid "Edit Cycling"
msgstr "Kerékpározás szerkesztése"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Kutyaverseny"
@@@ -17932,7 -18591,7 +18608,7 @@@ msgid "Skating
msgstr "Korcsolyázás"
msgid "Edit Skating"
- msgstr "Korcsolyázás szerkesztése"
+ msgstr ""
msgid "ice_rink"
msgstr "jégpálya"
@@@ -17976,38 -18635,56 +18652,56 @@@ msgstr "sÃpark
msgid "Difficulty"
msgstr "Nehézség"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "tanuló"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "kezdÅ"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "haladó"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "profi"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride"
+ msgstr ""
msgid "Grooming"
msgstr "Karbantartás"
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "klasszikus"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "buckás"
+ msgstr ""
+
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "klasszikus;sÃ-korcsolya"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "kezeletlen"
+ msgstr ""
msgid "Shooting"
msgstr "Lövészet"
@@@ -18048,19 -18725,15 +18742,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -18199,6 -18872,18 +18889,18 @@@ msgstr "ModelrepülÅtér
msgid "Edit Model Aerodrome"
msgstr "ModelrepülÅtér szerkesztése"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "TávirányÃtós autó"
@@@ -18211,38 -18896,73 +18913,73 @@@ msgstr "ÃpÃtmények
msgid "Edit Building"
msgstr "Ãpület szerkesztése"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "tetÅ"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garázs"
+ msgstr ""
- msgid "church"
- msgstr "templom"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "iskola"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "hangár"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "kereskedelmi"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "farm"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "szállÃtás"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "üvegház"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "iroda"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "egyetem"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "Lakóépület"
@@@ -18250,20 -18970,59 +18987,59 @@@
msgid "Edit Residential Building"
msgstr "Lakóépület szerkesztése"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "társasház"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "ház"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "kunyhó"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+ msgctxt "building"
msgid "terrace"
- msgstr "sorház"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
- msgstr "családi ház"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr "Bejárat"
+
+ msgid "Edit Entrance"
+ msgstr "Bejárat szerkesztése"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
msgid "Tower"
msgstr "Torony"
@@@ -18489,42 -19248,68 +19265,68 @@@ msgstr "ÃzemidÅ
msgid "Mo-Fr 22:00-05:00"
msgstr "H-P 22:00-05:00"
- msgid "Measurement Station"
- msgstr "MérÅállomás"
+ msgid "Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "MérÅállomás szerkesztése"
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Measurement"
- msgstr "Mérés"
+ msgid "Monitoring:"
+ msgstr ""
- msgid "particulate_matter"
- msgstr "részecske"
+ msgid "Weather"
+ msgstr ""
- msgid "seismic"
- msgstr "szeizmikus"
+ msgid "Water level"
+ msgstr ""
- msgid "water_level"
- msgstr "vÃzszint"
+ msgid "Tide Level"
+ msgstr ""
- msgid "weather"
- msgstr "idÅjárás"
+ msgid "Traffic"
+ msgstr ""
- msgid "Recording"
- msgstr "RögzÃtés"
+ msgid "Air Quality"
+ msgstr ""
- msgid "manually"
- msgstr "kézzel"
+ msgid "Noise"
+ msgstr ""
- msgid "automated"
- msgstr "automata"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "remote"
- msgstr "távvezérelt"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "nincs"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "Földmérési alappont"
@@@ -18532,8 -19317,8 +19334,8 @@@
msgid "Edit Survey Point"
msgstr "Földmérési alappont szerkesztése"
- msgid "Surveillance"
- msgstr "Térfigyelés"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "TérfigyelŠkamera szerkesztése"
@@@ -18544,12 -19329,102 +19346,102 @@@ msgstr "beltéri
msgid "outdoor"
msgstr "kültéri"
- msgid "public"
- msgstr "nyilvános"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "bolt"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr "Energia"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr "KimenÅ energia"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "elektromos áram"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "forró vÃz"
+
+ msgid "hot air"
+ msgstr "forró levegÅ"
+
+ msgid "cold water"
+ msgstr "hideg vÃz"
+
+ msgid "cold air"
+ msgstr "hideg levegÅ"
+
+ msgid "compressed air"
+ msgstr "sűrÃtett levegÅ"
+
+ msgid "steam"
+ msgstr "gÅz"
+
+ msgid "vacuum"
+ msgstr "vákum"
+
msgid "Power Generator"
msgstr "Generátor"
@@@ -18601,89 -19476,192 +19493,192 @@@ msgstr "szél
msgid "Method"
msgstr "Mód"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "oxigénmentes lebontás"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+ msgctxt "generator method"
msgid "combustion"
- msgstr "égés"
+ msgstr ""
- msgid "dam"
- msgstr "gát"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "maghasadás"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "magfúzió"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "elgázosÃtás"
-
- msgid "photovoltaic"
- msgstr "fotovoltaikus"
+ msgstr ""
- msgid "pumped-storage"
- msgstr "szivattyús-tározós"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "szivattyús"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "pirolÃzis"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "folyóvizes"
+ msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "hÅ"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "KimenÅ energia"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "elektromos áram"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "forró vÃz"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "forró levegÅ"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "hideg vÃz"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "hideg levegÅ"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "sűrÃtett levegÅ"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "gÅz"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vákum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
- msgid "battery charging"
- msgstr "akkumulátor töltés"
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
- msgid "Power Station"
- msgstr "Ãramelosztó-állomás"
+ msgid "steam_turbine"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Ãramelosztó-állomás szerkesztése"
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Ãramelosztó-alállomás"
@@@ -18694,6 -19672,21 +19689,21 @@@ msgstr "Ãramelosztó-alállomás szerk
msgid "Line reference"
msgstr "Vonal azonosÃtó"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "alacsony"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Elosztó szekrény"
@@@ -18709,6 -19702,9 +19719,9 @@@ msgstr "Kábeltartó torony szerkeszté
msgid "Tower reference"
msgstr "Torony azonosÃtó"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Villanyoszlop"
@@@ -18727,13 -19723,11 +19740,11 @@@ msgstr "Távvezeték szerkesztése
msgid "Line type"
msgstr "Vezeték tÃpusa"
- msgctxt "Power Line"
msgid "line"
- msgstr "távvezeték"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "helyi vezeték"
+ msgstr ""
msgid "Amount of Cables"
msgstr "Kábelek száma"
@@@ -18840,11 -19834,11 +19851,11 @@@ msgstr "Trafik
msgid "Edit Kiosk"
msgstr "Trafik szerkesztése"
- msgid "Baker"
- msgstr "Pékség"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Pékség szerksztése"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Hentes"
@@@ -18855,8 -19849,8 +19866,8 @@@ msgstr "Hentes szerkesztése
msgid "Seafood"
msgstr "Halárus"
- msgid "Edit Seafood"
- msgstr "Halárus szerkesztése"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Delikatesz bolt"
@@@ -18876,6 -19870,9 +19887,9 @@@ msgstr "Piac
msgid "Edit Marketplace"
msgstr "Piac szerkesztése"
+ msgid "Organic"
+ msgstr "Biobolt"
+
msgid "Greengrocer"
msgstr "Zöldséges"
@@@ -18888,9 -19885,6 +19902,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Biobolt"
-
msgid "Edit Organic/Bio"
msgstr "Biobolt szerkesztése"
@@@ -18960,8 -19954,8 +19971,8 @@@ msgstr "Szabó szerkesztése
msgid "Fabric"
msgstr "Méteráru"
- msgid "Edit Fabric"
- msgstr "Méterárubolt szerkesztése"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronika"
@@@ -18981,14 -19975,14 +19992,14 @@@ msgstr "Elektronikai bolt szerkesztése
msgid "Mobile Phone"
msgstr "Mobiltelefon"
- msgid "Edit Mobile Phone"
- msgstr "Mobiltelefonbolt szerkesztése"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "PorszÃvóbolt"
- msgid "Edit Vacuum Cleaner"
- msgstr "PorszÃvóbolt"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hi-fi bolt"
@@@ -18996,9 -19990,8 +20007,8 @@@
msgid "Edit Hifi Shop"
msgstr "Hi-fi bolt szerkesztése"
- msgctxt "shop"
msgid "Video"
- msgstr "VideokölcsönzÅ"
+ msgstr ""
msgid "Edit Video Shop"
msgstr "VideokölcsönzŠszerkesztése"
@@@ -19024,6 -20017,12 +20034,12 @@@ msgstr "Pénzváltó szerkesztése
msgid "Edit Automated Teller Machine"
msgstr "Bankjegyautomata (ATM) szerkesztése"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Ãruház"
@@@ -19060,11 -20059,32 +20076,32 @@@ msgstr "Ãkszerész
msgid "Edit Jewelry"
msgstr "Ãkszerész szerkesztése"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddhista"
+
+ msgid "christian"
+ msgstr "keresztény"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "zsidó"
+
+ msgid "muslim"
+ msgstr "muzulmán"
+
msgid "Erotic"
msgstr "Szex shop"
- msgid "Edit Erotic"
- msgstr "Szex shop szerkesztése"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Virágüzlet"
@@@ -19093,8 -20113,8 +20130,8 @@@ msgstr "Háztartási bolt szerkesztése
msgid "Paint"
msgstr "Festékbolt"
- msgid "Edit Paint"
- msgstr "Festékbolt szerkesztése"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Bútorbolt"
@@@ -19105,20 -20125,20 +20142,20 @@@ msgstr "Bútorbolt szerkesztése
msgid "Kitchen"
msgstr "Konyhafelszerelés bolt"
- msgid "Edit Kitchen"
- msgstr "Konyhafelszerelés bolt szerkesztése"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Függönybolt"
- msgid "Edit Curtain"
- msgstr "Függönybolt szerkesztése"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Képkeret bolt"
- msgid "Edit Frames"
- msgstr "Képkeret bolt szerkesztése"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Irodaszer bolt"
@@@ -19153,8 -20173,8 +20190,8 @@@ msgstr "Utazási iroda szerkesztése
msgid "Musical Instrument"
msgstr "Hangszerbolt"
- msgid "Edit Musical Instruments"
- msgstr "Hangszerbolt szerkesztése"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Játékbolt"
@@@ -19366,6 -20386,12 +20403,12 @@@ msgstr "Csúcs
msgid "Edit Peak"
msgstr "Csúcs szerkesztése"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Gleccser"
@@@ -19405,24 -20431,33 +20448,33 @@@ msgstr "Fa
msgid "Edit Tree"
msgstr "Fa szerkesztése"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanikai név"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "ÅserdÅ"
msgid "Edit Wood"
msgstr "Természetes erdŠszerkesztése"
- msgctxt "wood"
msgid "coniferous"
msgstr "tűlevelű"
- msgctxt "wood"
msgid "deciduous"
msgstr "lombhullató"
- msgctxt "wood"
msgid "mixed"
msgstr "vegyes"
@@@ -19432,15 -20467,6 +20484,6 @@@ msgstr "Ãltetett erdÅ
msgid "Edit Forest Landuse"
msgstr "Ãltetett, kezelt erdÅ szerkesztése"
- msgid "coniferous"
- msgstr "tűlevelű"
-
- msgid "deciduous"
- msgstr "lombhullató"
-
- msgid "mixed"
- msgstr "vegyes"
-
msgid "Grassland"
msgstr ""
@@@ -19516,6 -20542,12 +20559,12 @@@ msgstr "MezÅ
msgid "Edit Meadow Landuse"
msgstr "MezŠszerkesztése"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "SzÅlÅültetvény"
@@@ -19570,8 -20602,8 +20619,8 @@@ msgstr "SzabadidÅ park
msgid "Edit Recreation Ground Landuse"
msgstr "SzabadidŠpark szerkesztése"
- msgid "Residential area"
- msgstr "Lakóövezet"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Lakóövezet szerkesztése"
@@@ -19582,6 -20614,9 +20631,9 @@@ msgstr "SÃrkert
msgid "Edit Graveyard"
msgstr "SÃrkert szerkesztése"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "TemetÅ"
@@@ -19657,6 -20692,33 +20709,33 @@@ msgstr "KÅfejtÅ szerkesztése
msgid "Annotation"
msgstr "Annotáció"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "LakcÃm szerkesztése"
@@@ -19693,6 -20755,18 +20772,18 @@@ msgstr "páros
msgid "alphabetic"
msgstr "ábécé"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Kapcsolat (általános séma)"
@@@ -19861,20 -20935,49 +20952,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "út"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "sÃ"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "gyalogos"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "túra"
+ msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "kerülÅút"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Szimbólum leÃrása"
@@@ -19921,20 -21024,23 +21041,23 @@@ msgstr "elÅre megállóhely
msgid "backward halt point"
msgstr "vissza megállóhely"
- msgid "Route network"
- msgstr "Ãthálózat"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Ãthálózat szerkesztése"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "tag"
- msgid "Associated street"
- msgstr "Kapcsolódó utca"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Kapcsolódó utca szerkesztése"
+ msgid "house"
+ msgstr "ház"
msgid "Street"
msgstr "Utca"
@@@ -19957,8 -21063,8 +21080,8 @@@ msgstr "az utcához tartozó egyéb dol
msgid "Destination sign"
msgstr "ÃtjelzÅ tábla"
- msgid "Edit Destination sign"
- msgstr "ÃtjelzÅ tábla szerkesztése"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "A táblán jelzett célpont (táv nélkül)"
@@@ -20053,18 -21159,27 +21176,27 @@@ msgstr "HÃd alatt átmenÅ vonalak
msgid "way forming the outline footprint"
msgstr "a körvonalat formázó vonal"
- msgid "nodes forming the outline"
- msgstr "a körvonalat formázó pontok"
+ msgid "edge ways parallel to ''across''"
+ msgstr ""
msgid "ways passing through the tunnel"
msgstr "az alagúton áthaladó vonalak"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "hÃd"
msgid "deprecated"
msgstr "elavult"
+ msgid "bicycle"
+ msgstr "kerékpár"
+
+ msgid "foot"
+ msgstr "gyalogos"
+
msgid "horse"
msgstr "ló"
@@@ -20074,7 -21189,10 +21206,10 @@@ msgstr "akadály
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -20083,10 -21201,10 +21218,10 @@@ msgstr "
msgid "ford"
msgstr "gázló"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -20104,6 -21222,9 +21239,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -20119,28 -21240,28 +21257,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -20161,20 -21282,20 +21299,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "egészség"
- msgid "shop"
- msgstr "bolt"
+ msgid "office"
+ msgstr "iroda"
msgid "hotel"
msgstr "szálloda"
@@@ -20248,10 -21369,13 +21386,13 @@@ msgstr "útvonal
msgid "boundary"
msgstr "határ"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "hely"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -20266,9 -21390,6 +21407,6 @@@ msgstr "Falu/Város
msgid "One Way"
msgstr "Egyirányú"
- msgid "Church"
- msgstr "Templom"
-
msgid "Fuel Station"
msgstr "Benzinkút"
@@@ -20296,6 -21417,9 +21434,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -20341,10 -21465,40 +21482,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -20356,7 -21510,7 +21527,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -20374,7 -21528,7 +21545,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20491,19 -21645,130 +21662,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20522,7 -21787,46 +21804,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20534,19 -21838,25 +21855,25 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
msgstr ""
msgid "skobbler heatmap"
@@@ -20567,7 -21877,7 +21894,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20576,6 -21886,9 +21903,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20669,7 -21982,7 +21999,7 @@@ msgstr "
msgid "Géolittoral - Orthophotos 2000"
msgstr ""
--msgid "Géolittoral V2 - Orthophotos 2010-2012"
++msgid "Freemap.sk Ski"
msgstr ""
msgid "Géolittoral - Sentiers"
@@@ -20678,13 -21991,13 +22008,13 @@@ msgstr "
msgid "Loire-Atlantique - Orthophotos 2012 - 20 cm"
msgstr ""
--msgid "Toulouse - Orthophotoplan 2011"
++msgid "Katastrálna mapa Slovenska (KaPor, 2011-05)"
msgstr ""
--msgid "Toulouse - Orthophotoplan 2007"
++msgid "Slovakia EEA GMES Urban Atlas"
msgstr ""
--msgid "Tours - Orthophotos 2008-2010"
++msgid "Slovakia EEA CORINE 2006"
msgstr ""
msgid "Tours - Orthophotos 2008"
@@@ -20722,6 -22035,29 +22052,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20887,6 -22223,9 +22240,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20932,6 -22271,39 +22288,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV Files"
@@@ -21133,6 -22505,18 +22522,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -21154,13 -22538,7 +22555,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -21423,10 -22801,13 +22818,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21630,7 -23011,7 +23028,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21893,73 -23274,64 +23291,64 @@@ msgid "Browser not supported.
msgstr ""
msgid "Building address"
- msgstr ""
+ msgstr "Ãpület cÃme"
msgid "House number:"
- msgstr ""
+ msgstr "Házszám:"
msgid "Street Name:"
- msgstr ""
-
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
+ msgstr "Utca:"
msgid "Big buildings mode"
- msgstr ""
+ msgstr "Nagy épületek rajzolása"
msgid "Rotate crosshair"
- msgstr ""
+ msgstr "Kereszt forgatása"
msgid "Advanced settings"
- msgstr ""
+ msgstr "További beállÃtások"
msgid "Buildings tags:"
- msgstr ""
+ msgstr "Ãpületek cÃmkéi"
msgid "Cannot place building outside of the world."
- msgstr ""
+ msgstr "Nem helyezhetsz épületet a világon kÃvülre."
msgid "Create building"
- msgstr ""
+ msgstr "Ãpület rajzolása"
msgid "Set buildings size"
- msgstr ""
+ msgstr "Ãpületek méretének beállÃtása"
msgid "Use Address dialog"
- msgstr ""
+ msgstr "Kérdezze meg a cÃmet"
msgid "Auto-select building"
- msgstr ""
+ msgstr "Ãpület automatikus kiválasztása"
msgid "Use address nodes under buildings"
- msgstr ""
+ msgstr "Használja az épület alatti házszámokat"
msgid "Buildings width:"
- msgstr ""
+ msgstr "Ãpületek szélessége:"
msgid "Length step:"
- msgstr ""
+ msgstr "Hosszúság lépésköze:"
msgid "Advanced..."
- msgstr ""
+ msgstr "További beállÃtások..."
msgid "Draw buildings"
- msgstr ""
+ msgstr "Ãpületek rajzolása"
msgid "Point on the corner of the building to start drawing"
- msgstr ""
+ msgstr "Mutass az épület egyik sarkára a rajzolás megkezdéséhez"
msgid "Point on opposite end of the building"
- msgstr ""
+ msgstr "Mutass az épület másik végére"
msgid "Set width of the building"
- msgstr ""
+ msgstr "ÃllÃtsd be az épület szélességét"
msgid "on polygon"
msgstr ""
@@@ -22080,6 -23452,9 +23469,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -22098,12 -23473,6 +23490,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -22239,6 -23608,9 +23625,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -22256,6 -23628,9 +23645,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -22482,7 -23857,10 +23874,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -22532,7 -23910,7 +23927,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22756,27 -24134,9 +24151,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -23854,9 -25214,33 +25231,33 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Egy szerep alapú kapcsolat tagsága másolásra került az összes új "
+ "vonalra<br>EllenÅrizd és javÃtsd, ha szükséges.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Egy kapcsolat tagsága másolásra került az összes új "
+ "vonalra<br>EllenÅrizd és javÃtsd, ha szükséges.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Adj meg egy cÃmke kulcsot, pl. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Ajd meg egy cÃmke értéket, pl. <strong><tt>tagok "
+ "ellenÅrizendÅk</tt></strong></html>"
+
msgid "Michigan Left"
msgstr ""
@@@ -24122,8 -25506,8 +25523,8 @@@ msgid "
"The following module has been downloaded <strong>successfully</strong>:"
msgid_plural ""
"The following {0} modules have been downloaded <strong>successfully</strong>:"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "Az alábbi modul <strong>sikeresen</strong> letöltve:"
+ msgstr[1] "Az alábbi {0} modul <strong>sikeresen</strong> letöltve:"
msgid "Downloading the following module has <strong>failed</strong>:"
msgid_plural ""
@@@ -24503,9 -25887,6 +25904,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -24558,18 -25939,6 +25956,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24916,6 -26285,27 +26302,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -25067,6 -26457,9 +26474,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25384,9 -26777,6 +26794,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25602,6 -26992,9 +27009,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25634,15 -27027,31 +27044,31 @@@ msgstr "Hiányzó elemek lekérése
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Tulajdonságok megváltoztatása"
+
msgid "Country preset:"
msgstr ""
@@@ -25757,9 -27166,6 +27183,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -25861,7 -27267,7 +27284,7 @@@ msgid "SDS tag prefix
msgstr ""
msgid "Connection successful."
- msgstr ""
+ msgstr "Kapcsolódás sikeres."
msgid "Cannot connect to SDS server: "
msgstr ""
@@@ -25938,19 -27344,19 +27361,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -26166,6 -27572,95 +27589,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -26202,6 -27697,11 +27714,11 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Figyelmeztetés: Kivétel mellÅzése, mert a művelet meg lett szakÃtva. "
+ "Kivétel: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26354,9 -27854,6 +27871,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27432,9 -28929,6 +28946,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -27719,9 -29213,6 +29230,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/hy.po
index 578357e,9e45146..16ce611
--- a/i18n/po/hy.po
+++ b/i18n/po/hy.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-04-13 21:51+0000\n"
"Last-Translator: Gev777 <Unknown>\n"
"Language-Team: Armenian <hy at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:33+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:33+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: hy\n"
msgid "Cancel"
@@@ -53,6 -53,9 +53,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -62,6 -65,9 +65,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -162,13 -168,13 +168,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ia.po
index 189b20c,638ad17..d692c48
--- a/i18n/po/ia.po
+++ b/i18n/po/ia.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-08-29 01:02+0000\n"
"Last-Translator: Emilio Sepulveda <Unknown>\n"
"Language-Team: Interlingua <ia at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:46+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:46+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ia\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Circa JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/id.po
index 549f0dd,2d9d170..fe1f0ae
--- a/i18n/po/id.po
+++ b/i18n/po/id.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-08-19 07:49+0000\n"
"Last-Translator: Adityo Dwijananto <adz.only at gmail.com>\n"
"Language-Team: Indonesian <id at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-20 04:32+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:46+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: id\n"
"X-Language: id_ID\n"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "Latar Belakang syarat penggunaa
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Membuka tautan tidak dapat dilakukan pada platform ini (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "PERINGATAN: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Melaksanakan platform baru yang terkait"
@@@ -164,19 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "Tentang JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "PERINGATAN: Format tak terduga dari URL dasar API. Sambungan kembali ke "
- "informasi atau halaman riwayat untuk objek OSM mungkin akan gagal. URL basis "
- "API adalah: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "PERINGATAN: Format tak terduga dari URL dasar API. Sambungan kembali ke "
- "halaman user untuk user OSM mungkin akan gagal. URL basis API adalah: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -268,9 -269,6 +269,6 @@@ msgstr "Alat: {0}
msgid "Please select at least four nodes."
msgstr "Mohon pilih paling sedikit empat node."
- msgid "Information"
- msgstr "Keterangan"
-
msgid "Align Nodes in Line"
msgstr "Sejajarkan Node dalam garis"
@@@ -307,6 -305,9 +305,9 @@@ msgstr "Berikutnya
msgid "Nothing selected to zoom to."
msgstr "Belum ada yang dipilih untuk diperbesar."
+ msgid "Information"
+ msgstr "Keterangan"
+
msgid "Zoom to {0}"
msgstr "Perbesar hingga {0}"
@@@ -363,11 -364,9 +364,9 @@@ msgstr "
"arah beberapa jalan?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Tidak dapat menggabungkan garis/way (Garis/way tidak dapat digabungkan dalam "
- "sebuah rangkaian node)"
msgid "Combine {0} ways"
msgstr "Gabungkan {0} way/garis"
@@@ -552,6 -551,9 +551,9 @@@ msgstr "
"Tampilkan informasi riwayat tentang way/garis, node/titik, atau relasi dalam "
"OSM."
+ msgid "Show history"
+ msgstr "Tunjukkan riwayat"
+
msgid "History (web)"
msgstr "Riwayat (web)"
@@@ -678,11 -680,9 +680,9 @@@ msgid "Joined overlapping areas
msgstr "Menggabungkan area yang tumpang tindih"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Beberapa way/garis merupakan bagian dari relasi yang telah dimodifikasi. "
- "Mohon verifikasi tidak ada kesalahan yang telah dikenalkan."
msgid "Fix tag conflicts"
msgstr "Perbaiki label yang konflik"
@@@ -846,11 -846,9 +846,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Gabungkan node/titik kedalam node/titik yang lama."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Mohon pilih paling tidak dua node untuk digabungkan atau sebuah node yang "
- "dekat dengan node lainnya."
msgid "Abort Merging"
msgstr "Batalkan Penggabungan"
@@@ -1051,16 -1049,9 +1049,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalisasi/Ulangi"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalisasi Bentuk/Ulangi\n"
- "Mohon pilih node yang akan dipindahkan dengan tindakan Ortogonalisasi Bentuk "
- "sebelumnya."
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Ulangi Ortogonalisasi Bentuk"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1081,9 -1072,6 +1072,6 @@@ msgstr "Ortogonalisasi
msgid "Usage"
msgstr "Penggunaan"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Elemenyang dipilih tidak dapat diorthogonalisasi"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1264,9 -1252,6 +1252,6 @@@ msgstr "Memuat sesi
msgid "Load a session from file."
msgstr "Memuat sesi dari file"
- msgid "Session file (*.jos, *.joz)"
- msgstr "File sesi (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Membuka sesi"
@@@ -1413,19 -1398,14 +1398,14 @@@ msgstr "
"tengah-tengah jalan.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Peranan berdasarkan relasi keanggotaan telah disalin pada seluruh "
- "jalur baru.<br> Anda harus melakukan verifikasi hal ini dan memperbaikinya "
- "jika diperlukan.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Relasi keanggotaan telah disalin pada seluruh jalur baru.<br> Anda "
- "harus melakukan verifikasi hal ini dan memperbaikinya jika diperlukan.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Pisahkan {0} jalur menjadi {1} bagian"
@@@ -1529,6 -1509,27 +1509,27 @@@ msgstr "
"karena anda tidak dapat objek yang sebenarnya.<br>Apakah anda yakin tetap "
"ingin memisahkan?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Ulangi"
@@@ -1827,6 -1828,9 +1828,9 @@@ msgstr "({0}/{1}) Memuat jalur parent {
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Memuat parent hubungan {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Download {0} dari {1} {2} tersisa"
@@@ -2065,9 -2069,10 +2069,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Tidak dapat menempatkan sebuah node/titik di luar permukaan bumi."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Tambhkan sebuah node/titik baru pada {0} way/garis"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Tidak dapat menghapus node/titik yang dirujuk oleh beragam objek"
@@@ -2544,6 -2549,9 +2549,9 @@@ msgstr "\"value\" dalam \"key\" apapun
msgid "matches if ''key'' exists"
msgstr "Cocokkan jika \"key\" telah ada"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "pengkombinasi"
@@@ -2757,11 -2765,8 +2765,8 @@@ msgstr "Parameter hilang untuk XOR
msgid "Missing operator for NOT"
msgstr "Kehilangan operator untuk NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Peringatan: Nilai label \"{0}\" telah dipotong secara otomatis pada objek "
- "yang telah dihapus {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2856,6 -2861,9 +2861,9 @@@ msgid "Added {0} object
msgid_plural "Added {0} objects"
msgstr[0] "Menambahkan {0} objek"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Ubah node/titik {0}"
@@@ -2892,11 -2900,11 +2900,11 @@@ msgstr "Menghapus \"{0}\" untuk {1} obj
msgid "Set {0}={1} for {2} objects"
msgstr "Set {0}={1} untuk {2} objek"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Menghapus {0} properti dari {1} objek"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "Atur {0} properti dari {1} objek"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Gantikan \"{0}\" dengan \"{1}\" untuk"
@@@ -2919,11 -2927,9 +2927,9 @@@ msgid "Double conflict
msgstr "Konflik ganda"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Peringatan : Layer ''{0}'' sudah tidak ada. Tidak dapat menghapus konflik "
- "untuk objek ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Tambah konflik untuk {0}"
@@@ -3029,6 -3035,9 +3035,9 @@@ msgstr[0] "Objek {0} diberikan
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Menyelesaikan konflik dalam anggota relasi {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Putar {0} node/titik"
@@@ -3089,11 -3098,9 +3098,9 @@@ msgid "Reverse directional way.
msgstr "Membalikan arah jalan."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Ketika membalikkan arah garis ini, perubahan untuk properti way/garis dan "
- "node/titiknya disarankan untuk menjaga konsistensi data."
msgid "Relation"
msgstr "Relasi"
@@@ -3122,11 -3129,11 +3129,11 @@@ msgstr "Terapkan perubahan yang dipilih
msgid "Do not apply changes"
msgstr "Jangan terapkan perubahan"
- msgid "Please select which property changes you want to apply."
- msgstr "Harap pilih perubahan properti mana yang ingin anda terapkan."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Properti dari "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Peran dalam relasi yang merujuk kepada"
@@@ -3148,6 -3155,9 +3155,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Tidak dapat menghapus berkas cadangan yang lama {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Terjadi kesalahan saat membuat cadangan dari layer yang dihapus: {0}"
@@@ -3181,21 -3191,19 +3191,19 @@@ msgstr "
"tapi nilainya tidak diketahui saat ini.<br/> Tolong aktifkan fungsi "
"menyesuaikan secara manual dan coba untuk mengimpor.."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Peringatan: Gagal untuk membuat direktori cache yang hilang: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Gagal untuk membuat direktori cache yang hilang: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Peringatan: gagal mempertahankan pengaturan untuk ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Peringatan: Gagal untuk menginisialisasi pengaturan. Petunjuk pengaturan "
- "\"{0}\" bukan merupakan petunjuk"
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3205,11 -3213,9 +3213,9 @@@ msgstr "
"''{0}'' bukan merupakan petunjuk.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Peringatan: Gagal untuk menginisialisasi pengaturan. Gagal untuk membuat "
- "petunjuk pengaturan yang hilang: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3218,17 -3224,12 +3224,12 @@@ msgstr "
"<html>Gagal untuk menginisialisasi pengaturan.<br>Gagal untuk membuat "
"petunjuk pengaturan yang hilang: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: File pengaturan yang hilang \"{0}\". Membuat file pengaturan standar"
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Peringatan:Mengganti file pengaturan yang ada ''{0}'' dengan file pengaturan "
- "awal."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3245,11 -3246,9 +3246,9 @@@ msgstr "
"<br>{0}<br> dan buatlah file pengaturan awal yang baru.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Peringatan: Gagal untuk menginisialisasi pengaturan. Gagal untuk mengulang "
- "file pengaturan ke dalam pengaturan standar: {0}"
msgid "Paint style {0}: {1}"
msgstr "Gaya Gambar {0}: {1}"
@@@ -3278,14 -3277,11 +3277,11 @@@ msgstr "Gagal untuk mengupload sumber \
msgid "UNKNOWN"
msgstr "TIDAK DIKENAL"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Peringatan : Versi JOSM yang tidak diharapkan dalam file revisi, valuenya "
- "adalah \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Peringatan: File revisi \"/REVISION\" hilang"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Telah meregistrasi sebuah konflik untuk primitif \"{0}\"."
@@@ -3454,11 -3450,8 +3450,8 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parameter {0} tidak didalam jangkauan 0..{1}. Memiliki ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Kesalahan: gagal untuk memuat kelas render peta \"{0}\". kelas tidak "
- "ditemukan"
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3570,8 -3563,8 +3563,8 @@@ msgstr "File pergeseran grid ''{0}'' un
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identifikasi datum tidak diketahui: \"{0}\""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum membutuhkan (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3614,9 -3607,6 +3607,6 @@@ msgstr "Proyeksi pilihan anda sendiri
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Kesalahan: Gagal untuk membuka input dari sumber \"/data/{0}\"."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3657,6 -3647,9 +3647,9 @@@ msgstr "Validasi lainnya
msgid "Running test {0}"
msgstr "Melakukan tes {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Alamat"
@@@ -3681,6 -3674,15 +3674,15 @@@ msgstr "Beberapa nama jalan dalam relas
msgid "House number too far from street"
msgstr "Nomor rumah terlalu jauh dari jalan"
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "Bangunan didalam bangunan"
@@@ -3743,6 -3745,9 +3745,9 @@@ msgstr " atau
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} sudah usang, gunakan {1} daripada"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "node/titik yang terduplikasi"
@@@ -3829,6 -3834,15 +3834,15 @@@ msgstr "Melakukan pemeriksaan semantik
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Jalan lingkaran salah (highway: {0} sebagai {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipoligon"
@@@ -3903,6 -3917,12 +3917,12 @@@ msgstr "node dengan nama yang sama
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Tes ini menemukan titik yang memiliki nama yang sama (mungkin ganda)"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "Area yang bertampalan"
@@@ -3964,15 -3984,15 +3984,15 @@@ msgstr "Jenis hubungan tidak diketahui
msgid "Relation is empty"
msgstr "Hubungan kosong"
+ msgid "Role verification problem"
+ msgstr "Peran verifikasi masalah"
+
msgid "<empty>"
msgstr "<kosong>"
msgid "Role {0} missing"
msgstr "Peran {0} menghilang"
- msgid "Role verification problem"
- msgstr "Peran verifikasi masalah"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Angka {0} perannya begitu rendah ({1})"
@@@ -4005,11 -4025,11 +4025,11 @@@ msgid "
msgstr ""
"Tes ini memeriksa untuk garis dengan nama yang sama mungkin salah pengejaan"
- msgid "Properties checker :"
- msgstr "Properti pemeriksa"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Plugin ini emeriksa untuk kesalahan dalam kunci dan nilai properti"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Garis tidak valid dalam pemeriksaan tag - {0}:{1}"
@@@ -4148,8 -4168,8 +4168,8 @@@ msgstr "Gunakan standar file cek ejaan
msgid "Use the default spellcheck file (recommended)."
msgstr "Gunakan standar file cek ejaan (rekomendasi)"
- msgid "Fix properties"
- msgstr "Memperbaiki properti"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Tidak dapat menemukan tipe elemen"
@@@ -4227,6 -4247,9 +4247,9 @@@ msgstr "
"Tes ini untuk melihat way/garis mana yang seharusnya berbentuk lingkaran "
"tertutup"
+ msgid "Unclosed way"
+ msgstr "Jalur belum tertutup"
+
msgid "natural type {0}"
msgstr "tipe natural {0}"
@@@ -4257,9 -4280,6 +4280,6 @@@ msgstr "bangunan
msgid "area"
msgstr "area"
- msgid "Unclosed way"
- msgstr "Jalur belum tertutup"
-
msgid "Unconnected ways"
msgstr "way/garis yang tidak terhubung"
@@@ -4287,12 -4307,12 +4307,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Tes ini memeriksa untuk titik tidak berlabel bukan bagian dari beberapa jalan"
- msgid "No tags"
- msgstr "Tidak ada tag"
-
msgid "Unconnected nodes without physical tags"
msgstr "Titik yang tidak terkoneksi tanpa tag fisik"
+ msgid "No tags"
+ msgstr "Tidak ada tag"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Apakah tag mengandung \"fixme\" atau \"FIXME\""
@@@ -4353,28 -4373,6 +4373,6 @@@ msgstr "Garis pantai terbalik: daratan
msgid "Reversed land: land not on left side"
msgstr "Daratan terbalik: daratan tidak berada di sisi kiri"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Jumlah argumen untuk bookmark salah"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Terdapat kesalahan saat membaca penanda yang dimasukkan: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
- "Kesalahan: garis yang tidak diharapkan ''{0}'' di file penanda ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Kesalahan: Value ganda yang tidak sah ''{0}'' pada garis ''{1}'' di file "
- "penanda ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Tidak dapat membaca penanda dari<br>''{0}''<br>Kesalahan adalah: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Jangan tunjukkan lagi (ingat pilihan)"
@@@ -4476,8 -4474,8 +4474,8 @@@ msgstr "Tunjukkan informasi bantuan
msgid "Downloading \"Message of the day\""
msgstr "Download \"Pesan hari ini\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Peringatan: Gagal untuk membaca MOTD. Pengecualian: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr ""
msgid "Message of the day not available"
msgstr "Pesan hari tidak tersedia"
@@@ -4722,6 -4720,18 +4720,18 @@@ msgstr "Edit toolbar
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "Matikan visibilitas dari edit toolbar. (contoh tool vertikal)"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4828,21 -4838,6 +4838,6 @@@ msgstr "Di latar belakang
msgid "Click to run job in background"
msgstr "Klik untuk menjalankan pekerjaan di latar belakang"
- msgid "false: the property is explicitly switched off"
- msgstr "Salah: properti secara eksplisit dimatikan"
-
- msgid "true: the property is explicitly switched on"
- msgstr "Benar:properti secara eksplisit dihidupkan"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "Parsial: terdapat perbedaan pada objek yang dipilih memiliki perbedaan "
- "value, tidak berubah"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "uset: jangan atur properti ini pada objek yang dipilih"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5152,6 -5147,9 +5147,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"Salin elemen yang saya pilih ke akhir daftar elemen yang digabungkan."
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5159,6 -5157,9 +5157,9 @@@ msgstr "
"Salin elemen yang saya pilih sebelum awal dari daftar elemen yang "
"digabungkan."
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5166,16 -5167,25 +5167,25 @@@ msgstr "
"Salin elemen yang saya pilih setelah awal dari daftar elemen yang "
"digabungkan."
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Salin elemen yang mereka pilih ke awal dari daftar elemen yang digabungkan."
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Salin elemen yang mereka pilih ke akhir daftar elemen yang digabungkan."
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5183,6 -5193,9 +5193,9 @@@ msgstr "
"Salin elemen yang mereka pilih sebelum awal dari daftar elemen yang "
"digabungkan."
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5199,8 -5212,8 +5212,8 @@@ msgstr "Salin semua elemen ke dalam tar
msgid "Up"
msgstr "Atas"
- msgid "Move up the selected elements by one position."
- msgstr "Pindahkan ke atas elemen yang terpilih dalam satu tempat/lokasi"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Bawah"
@@@ -5252,16 -5265,6 +5265,6 @@@ msgid "Their version ({0} entry)
msgid_plural "Their version ({0} entries)"
msgstr[0] "Versi mereka ({0} entries)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Dapat menyesuaikan {0} belum teregistrasi. Tidak dapat mengatur partisipasi "
- "dalam penyesuaian sinkronisasi."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Dapat menyesuaikan {0} belum teregistrasi."
-
msgid "Node"
msgstr "Node"
@@@ -5528,16 -5531,15 +5531,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Key:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>Masukkan tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "Value"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Masukkan tag value, i.e. <strong><tt>check members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6116,6 -6118,9 +6118,9 @@@ msgstr "Tunjukkan/Sembunyikan
msgid "Information about layer"
msgstr "Infomasi tentang layer"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Gaya Gambar Peta"
@@@ -6198,6 -6203,36 +6203,36 @@@ msgstr "Gaya sedang aktif saat ini?
msgid "No"
msgstr "Tidak"
+ msgid "Object type:"
+ msgstr "Tipe objek:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "Campur"
+
+ msgid "Choose the OSM object type"
+ msgstr "Pilih tipe objek OSM"
+
+ msgid "Object ID:"
+ msgstr "ID Objek:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Masukan objek ID yang akan didownload"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID Objek dapat dipisahkan oleh koma atau spasi.<br/> Contoh: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> Pada mode campuran, spesifikasikan objek "
+ "seperti ini: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relasi"
@@@ -6289,11 -6324,8 +6324,8 @@@ msgstr "Pilih objek yang diajukan oleh
msgid "Launches a browser with information about the user"
msgstr "Luncurkan browser dengan informasi mengenai pengguna"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Peringatan: hanya meluncurkan browser info untuk pertama {0} dari {1} "
- "pengguna terpilih"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6468,9 -6500,6 +6500,6 @@@ msgstr "Perbarui isi
msgid "Update the changeset content from the OSM server"
msgstr "Perbarui konten perubahan set dari server OSM"
- msgid "Show history"
- msgstr "Tunjukkan riwayat"
-
msgid "Download and show the history of the selected objects"
msgstr "Download dan tunjukkan riwayat dari objek yang dipilih"
@@@ -6796,11 -6825,9 +6825,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>Unduh set perubahan dalam tampilan peta saat ini</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Peringatan: nilai tidak terduga untuk pengaturan \"{0}\", mendapat \"{1}\". "
- "Menyetel ulang standar query."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6869,35 -6896,47 +6896,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "URL set perubahan query tidak valid"
- msgid "Select objects for which to change properties."
- msgstr "Pilih objek untuk mengubah properti"
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Properti/keanggotaan"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Properti untuk objek yang dipilih"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<perbedaan>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Anggota Dari"
msgid "Position"
msgstr "Posisi"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Properti: {0} / Keanggotaan: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Properti/Keanggotaan"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Hapus key yang dipilih pada semua objek"
- msgid "Delete Properties"
- msgstr "Hapus properti"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Ubah relasi"
@@@ -6911,14 -6950,14 +6950,14 @@@ msgstr "Yakin hapus pilihan dari relas
msgid "Add a new key/value pair to all objects"
msgstr "Tambahkan pasangan key/value baru untuk semua objek"
- msgid "Add Property"
- msgstr "Tambah properti"
+ msgid "Add Tag"
+ msgstr "Tambahkan Tag (Label)"
msgid "Edit the value of the selected key for all objects"
msgstr "Edit value pada key yang dipilih untuk semua objek"
- msgid "Edit Properties"
- msgstr "Edit Properti"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Pergi ke wiki OSm untuk tag bantuan (F1)"
@@@ -7072,10 -7111,8 +7111,8 @@@ msgstr "Relasi dihapus
msgid "Downloading relation {0}"
msgstr "Download Relasi {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "Peringatan: Abaikan pengecualian karena task telah dibatalkan. Pengecualian: "
- "{0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7420,6 -7457,27 +7457,27 @@@ msgstr "way/garis terhubung dengan rela
msgid "way is not connected to previous or next relation member"
msgstr "way/garis terhubung dengan relasi member sebelum atau selanjutnya"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Jumlah argumen untuk bookmark salah"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Terdapat kesalahan saat membaca penanda yang dimasukkan: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Tidak dapat membaca penanda dari<br>''{0}''<br>Kesalahan adalah: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "Bookmark"
@@@ -7567,21 -7625,8 +7625,8 @@@ msgstr "Download acuan (parent relation
msgid "Download object"
msgstr "Download objek"
- msgid "Object type:"
- msgstr "Tipe objek:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "Campur"
-
- msgid "Choose the OSM object type"
- msgstr "Pilih tipe objek OSM"
-
- msgid "Object ID:"
- msgstr "ID Objek:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Masukan objek ID yang akan didownload"
+ msgid "Start downloading"
+ msgstr "Memulai download"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7593,28 -7638,9 +7638,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Pilih jika anggota dari sebuah relasi seharusnya didownload"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID Objek dapat dipisahkan oleh koma atau spasi.<br/> Contoh: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> Pada mode campuran, spesifikasikan objek "
- "seperti ini: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Download referensi (parents relation and ways)"
- msgid "Start downloading"
- msgstr "Memulai download"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Spesifikasi Daftar ID tidak sah\n"
- "Tidak dapat mendownload objek."
-
msgid "Class Type"
msgstr "Tipe Kelas"
@@@ -7729,8 -7755,8 +7755,8 @@@ msgstr "Pergi ke halaman berikutnya
msgid "Go to the JOSM help home page"
msgstr "Pergi ke halaman utama bantuan JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Peringatan: lokasi buruk pada dokumen HTLM. Pengecualian: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "Gagal untuk membuka halaman bantuan. URL yang dimasukkan kosong."
@@@ -7839,6 -7865,9 +7865,9 @@@ msgid "
msgstr ""
"<html>Versi <strong>{0}</strong> dibuat di <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Info set perubahan"
@@@ -7947,9 -7976,8 +7976,8 @@@ msgstr "
msgid "Object still in use"
msgstr "objek tetap digunakan"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Peringatan: kesalahan header \"{0}\" tidak sesuai dengan pola yang diharapkan"
msgid "Upload"
msgstr "Upload"
@@@ -7970,6 -7998,12 +7998,12 @@@ msgstr "Berikan komentar singkat untuk
msgid "Enter an upload comment"
msgstr "Masukan komentar unggah"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Id changeset:"
@@@ -8038,11 -8072,8 +8072,8 @@@ msgid "Closing changeset {0}
msgstr "Penutupan set perubahan {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Peringatan: Gagal untuk menaruh Dialog credential untuk selalu berada di "
- "atas. Ambil pengecualian keamanan"
msgid "Enter credentials for OSM API"
msgstr "Masukkan tanda pengenal untuk OSM API"
@@@ -8124,11 -8155,9 +8155,9 @@@ msgid "Unpacking {0} into {1}
msgstr "tidak dibungkus {0} kedalam {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Peringatan: Tidak dapat mendownload file ''{0}''. tautan download ''{1}'' "
- "bukan merupakan URL yang sah. melewatkan download."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8145,11 -8174,8 +8174,8 @@@ msgid "Missing user identity
msgstr "Kehilangan identitas user/pengguna"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Peringatan : Gagal untuk mengambil info pengguna untuk pengguna JOSM saat "
- "ini. Pengecualian adalah: {0}"
msgid "Download objects"
msgstr "Download objek"
@@@ -8383,12 -8409,6 +8409,6 @@@ msgstr "Upload primitif yang berubah
msgid "Please revise upload comment"
msgstr "Silakan merevisi unggah komentar"
- msgid "Revise"
- msgstr "Revisi"
-
- msgid "Continue as is"
- msgstr "Lanjutkan saja sebagaimana adanya"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8404,6 -8424,22 +8424,22 @@@ msgstr "
"menjelaskan perubahan Anda, Itu akan membuat lebih mudah<br />bagi banyak "
"Pemeta yang lainnya."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Revisi"
+
+ msgid "Continue as is"
+ msgstr "Lanjutkan saja sebagaimana adanya"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Kembali ke dialog sebelumnya untuk memasukkan lebih dari komentar deskriptif"
@@@ -8420,6 -8456,21 +8456,21 @@@ msgstr "Silahkan masukkan potongan berl
msgid "Illegal chunk size"
msgstr "Ukuran potongan yang ilegal"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Batalkan unggah dan lanjutkan editing"
@@@ -8427,11 -8478,9 +8478,9 @@@ msgid "Tags of changeset {0}
msgstr "Tag dari set perubahan {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Peringatan: objek ''{0}'' siap untuk dihapus pada server. Lewati objek dan "
- "mencoba kembali untuk mengupload."
msgid "Preparing objects to upload ..."
msgstr "mempersiapkan objek untuk mengupload ..."
@@@ -8559,9 -8608,6 +8608,6 @@@ msgstr "Relasi \"{0}\" sudah dihapus.
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Objek \"{0}\" sudah dihapus. Melewatkan objek pada unggahan"
- msgid "Warning: {0}"
- msgstr "Peringatan: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Mengupload {0} objek..."
@@@ -8572,6 -8618,9 +8618,9 @@@ msgstr "
"Mengabaikan pengecualian tertangkap karena mengunggah dibatalkan. "
"Pengecualian: {0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8592,10 -8641,8 +8641,8 @@@ msgstr "Pilih objek untuk di upload
msgid "Cancel uploading"
msgstr "Batalkan proses upload"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Peringatan:Tak terduga valaue untuk key \"{0}\" pada pengaturan, mendapatkan "
- "\"{1}\""
msgid "Please select the upload strategy:"
msgstr "Silahkan pilih strategi upload"
@@@ -8739,8 -8786,8 +8786,8 @@@ msgstr "Penanda selanjutnya
msgid "Jump to next marker"
msgstr "Lompat ke penanda selanjutnya"
- msgid "Previos marker"
- msgstr "Penanda sebelumnya"
+ msgid "Previous marker"
+ msgstr ""
msgid "Jump to previous marker"
msgstr "Lompat ke penanda sebelumnya"
@@@ -8772,8 -8819,8 +8819,8 @@@ msgstr "versi {0}
msgid "Merging layers"
msgstr "Gabungan layer"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Peringatan: gabungan 0.6 and 0.5 hasil data pada versi 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9145,9 -9192,6 +9192,6 @@@ msgstr "Mengekstrak lokasi GPS dari EXI
msgid "Starting directory scan"
msgstr "Memulai scan direktori"
- msgid "One of the selected files was null"
- msgstr "Satu dari file yang dipilih kosong"
-
msgid "Read photos..."
msgstr "Membaca foto..."
@@@ -9166,6 -9210,9 +9210,9 @@@ msgstr "Ditemukan file kosong dalam dir
msgid "Error while getting files from directory {0}\n"
msgstr "Kerusakan ketika mendapatkan file dari direktori {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Satu dari file yang dipilih kosong"
+
msgid "Geotagged Images"
msgstr "Citra Geotag"
@@@ -9223,6 -9270,12 +9270,12 @@@ msgstr "Berikutnya
msgid "Show next Image"
msgstr "Tunjukkan gambar berikutnya"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Tampak tengah"
@@@ -9305,9 -9358,6 +9358,6 @@@ msgstr "
"<html>uUpload data GPS yang belum diolah sebagai data peta dianggap "
"berbahaya.<br>Jika Anda ingin meng-upload track, lihat di sini:</ html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Mengcustom Gambar trek"
@@@ -9505,16 -9555,11 +9555,11 @@@ msgstr "Ada kesalahan ketika mencoba un
msgid "(URL was: "
msgstr "(URL adalah: "
- msgid "Error displaying URL"
- msgstr "kesalahan menampilkan URL"
-
msgid "Select the map painting styles"
msgstr "memilih model pewarnaan peta"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Peringatan: Gagal memuat model Mappaint dari \"{0}\". Pengecualian: {1}"
msgid "loading style ''{0}''..."
msgstr "Memual model \"{0}\"..."
@@@ -9529,10 -9574,8 +9574,8 @@@ msgstr[0] "
"Disana terjadi kesalahan {0} ketika memuat model ini. Pilih \"Info\" dari "
"klik kanan menu untuk detail."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Peringatan: gagal untuk mengurai model Mappaint dari ''{0}''. Kesalahan "
- "adalah: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Pola dasbor ilegal, nilai-nilai harus positif"
@@@ -9541,11 -9584,8 +9584,8 @@@ msgid "Illegal dash pattern, at least o
msgstr "Pola dasbor ilegal, setidaknya satu nilai harus > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Peringatan: gagal untuk mengurai gaya Mappaint dari ''{0}''. Kesalahan "
- "adalah: [{1}: {2}] {3}"
msgid "Access Token Key:"
msgstr "Akses Kunci Token:"
@@@ -9809,8 -9849,8 +9849,8 @@@ msgstr "Tutup dialog dan batalkan periz
msgid "Close the dialog and accept the Access Token"
msgstr "Tutup dialog dan setujui Akses Token"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Peringatan: gagal untuk pembatalan menjalankan operasi OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Mengambil perimintaan Token OAuth dari \"{0}\""
@@@ -10605,8 -10645,8 +10645,8 @@@ msgstr "menambahkan pengaturan
msgid "Advanced Background: Changed"
msgstr "Latar Belakang lanjutan: Diubah"
- msgid "Advanced Background: NonDefalut"
- msgstr "Latar belakang Lanjutan: Bukan pengaturan awal"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
msgid "Current value is default."
msgstr "Nilai saat ini adalah standar"
@@@ -10675,6 -10715,9 +10715,9 @@@ msgstr "Gambar titik virtual pada pilih
msgid "Draw inactive layers in other color"
msgstr "Gambar layer yang telah aktif di warna lainnya"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Sorot target garis dan titik"
@@@ -10734,6 -10777,11 +10777,11 @@@ msgstr "
"Pilihan ini menekan pada pengisian area, mengesampingkan apa yang ditentukan "
"dalam gaya yang dipilih."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Opsi yang mempengaruhi kinerja gambar"
@@@ -11225,6 -11273,12 +11273,12 @@@ msgstr "
"menambahkan ''~'' ke nama berkas dan menyimpannya di dalam folder yang "
"sama.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "File backup"
@@@ -11294,8 -11348,8 +11348,8 @@@ msgstr "Pengaturan Peta
msgid "Settings for the map projection and data interpretation."
msgstr "Pengaturan untuk proyeksi peta dan interpretasi data."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Peringatan: Tidak dapat membaca sumber preset tagging: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Tidak bisa membaca sumber tagging preset: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11574,21 -11628,6 +11628,6 @@@ msgstr "Grid Swiss (Switzerland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (tanpa koreksi lokal)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Utara"
-
- msgid "South"
- msgstr "Selatan"
-
- msgid "Hemisphere"
- msgstr "Belahan bumi"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11610,6 -11649,21 +11649,21 @@@ msgstr "UTM Perancis (DOM)
msgid "UTM Geodesic system"
msgstr "Sistem Geodetik UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Utara"
+
+ msgid "South"
+ msgstr "Selatan"
+
+ msgid "Hemisphere"
+ msgstr "Belahan bumi"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Test OSM API URL ''{0}''"
@@@ -11674,11 -11728,9 +11728,9 @@@ msgid "Select to use OAuth as authentic
msgstr "Pilih untuk menggunakan OAuth sebagai mekanisme otentik"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Peringatan: Tidak mendukung nilai preferense ''{0}'', mendapat ''{1}''. "
- "Menggunakan metode autentik ''Dasar Autentik''."
msgid "OSM username:"
msgstr "Nama pengguna OSM:"
@@@ -11686,26 -11738,26 +11738,26 @@@
msgid "OSM password:"
msgstr "Kata sandi OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Peringatan: gagal untuk mengambil kredensial OSM dari kredensial manager"
msgid "Current credential manager is of type ''{0}''"
msgstr "Manajer credential saat adalah tipe ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Peringatan: gagal untuk menyimpan kredensial OSM kepada pengelola credential."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Peringatan: Gagal mengambil Token Akses OAuth dari manajer credential"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Peringatan: Gagal untuk menyimpan Akses Token OAuth untuk pengelola "
- "kredensial"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11795,18 -11847,9 +11847,9 @@@ msgid "Use a SOCKS proxy
msgstr "Gunakan proxi SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Peringatan: JOSM dikonfigurasi untuk menggunakan proxy dari pengaturan "
- "sistem, tetapi JVM tidak dikonfigurasi untuk mengambil mereka. Mengatur awal "
- "pengaturan ke \"No proxy\""
-
- msgid "disabled"
- msgstr "Dinonaktifkan"
-
- msgid "no modifier"
- msgstr "tidak ada modifier"
msgid "Shortcut Background: User"
msgstr "Jalan pintas background: Pengguna"
@@@ -11876,8 -11919,8 +11919,8 @@@ msgstr "Tambahkan Preset
msgid "New relation"
msgstr "Relasi baru"
- msgid "Change Properties"
- msgstr "Ubah properti"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Tidak diketahui keperluan: {0}"
@@@ -11965,9 -12008,6 +12008,6 @@@ msgstr "Peran preset elemen tanpa induk
msgid "Preset sub element without parent"
msgstr "Preset sub elemen tanpa induk"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Tidak bisa membaca sumber tagging preset: {0}"
-
msgid "Error parsing {0}: "
msgstr "Kesalahan mengurai {0}: "
@@@ -11986,6 -12026,16 +12026,16 @@@ msgstr "Tampilkan hanya berlaku pada pi
msgid "Search in tags"
msgstr "Cari pada tag"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Dapat menyesuaikan {0} belum teregistrasi. Tidak dapat mengatur partisipasi "
+ "dalam penyesuaian sinkronisasi."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Dapat menyesuaikan {0} belum teregistrasi."
+
msgid "All files (*.*)"
msgstr "Semua file (*.*)"
@@@ -12020,9 -12070,58 +12070,58 @@@ msgid "
msgstr ""
"Nilai saat ini ID OSM tidak valid. Silahkan masukkan nilai integer > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "Salah: properti secara eksplisit dimatikan"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "Benar:properti secara eksplisit dihidupkan"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "Parsial: terdapat perbedaan pada objek yang dipilih memiliki perbedaan "
+ "value, tidak berubah"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "uset: jangan atur properti ini pada objek yang dipilih"
+
msgid "Cut"
msgstr "Memotong"
+ msgid "Right click = copy to clipboard"
+ msgstr "Klik kanan = salin ke clipboard"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Atribut wajib hilang \"{0}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe lama. Dapatkan \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe lama (>=0). Dapatkan "
+ "\"{1}\"."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe ganda. Dapatkan \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Nilai ilegal untuk atribut wajib \"{0}\" tipe boolean. Mendapat \"{1}\""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Nilai ilegal dari atribut wajib ''{0}'' dari TipeOsmPrimitif. Mendapatkan "
+ "\"{1}\"."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12059,11 -12158,9 +12158,9 @@@ msgid "Contacting OSM Server...
msgstr "Menghubungkan server OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Peringatan: Ilegal nilai atribut \"{0}\" elemen \"{1}\" di kemampuan server. "
- "Mendapatkan \"{2}\""
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Gagal memisahkan tanggal \"{0}\" menjawab oleh server."
@@@ -12108,39 -12205,27 +12205,27 @@@ msgid "Illegal port number in preferenc
msgstr "Pelabuhan ilegal nomor preferensi \"{0}\". Dapat {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Peringatan: nilai prefenrensi tidak terduga ''{0}'' ditemukan. mendapatkan "
- "''{1}''. Gunakan tanpa proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Peringatan: Parameter tidak terduga untuk HTTP proxy. Mendapatkan host "
- "''{0}'' dan port ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Peringatan: parameter tak terduga untuk proxy SOCKS. Punya tuan rumah "
- "''{0}'' dan port ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Kesalahan: Koneksi proxy ''{0}'' untuk URI ''{1}'' gagal. Kecuali: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Peringatan: JVM tidak dikonfigurasi untuk pencarian proxy dari pengaturan "
- "sistem. Properti ''java.net.useSystemProxies''hilang pada waktu startup. "
- "Tidak akan menggunakan proxy."
msgid "Parsing response from server..."
msgstr "Memisahkan respon dari server..."
@@@ -12243,6 -12328,9 +12328,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Parse kesalahan: struktur dokumen valid untuk dokumen GPX."
+ msgid "(at line {0}, column {1})"
+ msgstr "(di garis {0}, kolom {1})"
+
msgid "Unknown mode {0}."
msgstr "Mode tidak diketahui {0}."
@@@ -12258,15 -12346,21 +12346,21 @@@ msgstr "Mencari file citra
msgid "No image files found."
msgstr "Tidak ada file citra yang ditemukan"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Gagal untuk membuka aliran input sumber daya ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Peringatan: gagal untuk membuka file dengan ekstensi ''{2}'' dan namepart "
- "\"{3}'' dalam file zip ''{0}''. Pengecualian adalah: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Gagal mengubah nama file {0} ke {1}."
@@@ -12351,8 -12445,8 +12445,8 @@@ msgstr "Kalimat yang tidak diketahui: {
msgid "Zero coordinates: {0}"
msgstr "Koordinat nol: {0}"
- msgid "NMEA import success"
- msgstr "import NMEA sukses"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "import NMEA gagal"
@@@ -12456,46 -12550,13 +12550,13 @@@ msgstr "Tidak ada data ditemukan di dal
msgid "Open OsmChange file"
msgstr "Buka berkas Perubahan Osm"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Atribut wajib hilang \"{0}\"."
-
msgid "Unsupported version: {0}"
msgstr "versi tidak mendukung: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe lama. Dapatkan \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe lama (>=0). Dapatkan "
- "\"{1}\"."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Nilai ilegal untuk atribut wajib \"{0}\" dari tipe ganda. Dapatkan \"{1}\"."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Nilai ilegal untuk atribut wajib \"{0}\" tipe boolean. Mendapat \"{1}\""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Nilai ilegal dari atribut wajib ''{0}'' dari TipeOsmPrimitif. Mendapatkan "
- "\"{1}\"."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Peringatan: tidak mendukung start elemen ''{0}'' pada isi set perubahan "
- "posisi ({1},{2}). Dilewati."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12505,11 -12566,9 +12566,9 @@@ msgstr "
"dari ''buat'', ''modifikasi'', atau ''hapus''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Peringatan: tidak mendukung elemen akhir ''{0}'' pada isi set perubahan di "
- "posisi ({1},{2}). Dilewati."
msgid "Parsing changeset content ..."
msgstr "Mengurai konten changeset ..."
@@@ -12537,12 -12596,8 +12596,8 @@@ msgstr "Mengurai daftar changeset...
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "Gagal menandai koneksi HTTP dengan header otentikasi OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- "Peringatan: tak terduga nilai untuk pengaturan \"{0}\". Dapat \"{1}\"."
-
- msgid "(at line {0}, column {1})"
- msgstr "(di garis {0}, kolom {1})"
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12636,11 -12691,9 +12691,9 @@@ msgstr "
"Illegal nilai atribut \"versi\" di OSM primitif dengan ID {0}. Memiliki {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "PERINGATAN: Normalisasi nilai atribut ''versi'' elemen {0} ke {2}, versi API "
- "adalah ''{3}''. Memiliki {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Tidak diketahui atau tidak mendukung versi API. Mendapatkan {0}."
@@@ -12844,16 -12897,15 +12897,21 @@@ msgstr "membuat objek baru
msgid "Read protocol version"
msgstr "membaca versi protokol"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Peringatan: tidak bisa menggunakan remotekontrol server port {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "RemoteControl::Menerima koneksi dalam port {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Kendali Jarak jauh::Server berhenti."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "RemoteControl::Menerima koneksi dalam port {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Kendali Jarak jauh::Server berhenti."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Remote kontrol meminta untuk membuat node/titik baru"
@@@ -12893,6 -12945,15 +12951,15 @@@ msgstr "Remote kontrol meminta untuk im
msgid "Remote Control has been asked to load data from the API."
msgstr "Remote kontrol meminta untuk memuat data dari API"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12927,20 -12988,20 +12994,20 @@@ msgstr "Data:
msgid "local file"
msgstr "Berkas lokal"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Link ke berkas data OSM pada lokal penyimpanan Anda"
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "Termasuk"
- msgid "Include OSM data in the .joz session file."
- msgstr "Termasuk data OSM pada .joz berkas sesi."
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "Tidak ada berkas asosiasi"
- msgid "OSM data will be included in the session file."
- msgstr "Data OSM akan dimasukkan ke dalam berkas pembahasan."
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -12964,12 -13025,24 +13031,24 @@@ msgstr "Layer mengandung data yang tida
msgid "Layer does not contain unsaved data."
msgstr "Layer tidak mengandung data yang tidak tersimpan."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Link ke berkas data OSM pada lokal penyimpanan Anda"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Termasuk data OSM pada .joz berkas sesi."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "Data OSM akan dimasukkan ke dalam berkas pembahasan."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
"Versi \"{0}\" meta data untuk layer data osm tidak mendukung. Diharapkan: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "File sesi (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Bukan untuk menempatkan berkas \"{0}\"."
@@@ -13044,18 -13117,14 +13123,14 @@@ msgid "Download skipped
msgstr "Download dilewati"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Peringatan: Tidak bisa download plugin {0}. Download link tidak diketahui. "
- "Download dilewati."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Peringatan: Tidak bisa download plugin {0}. Download link ''{1}'' URL tidak "
- "valid. Download dilewati."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Gagal untuk membuat daftar plugin ''{0}''"
@@@ -13213,11 -13282,11 +13288,11 @@@ msgstr[0] "
msgid "Plugin update failed"
msgstr "Update plugin gagal"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Peringatan: gagal untuk menemukan plugin {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Peringatan: gagal untuk download plugin dari daftar informasi"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Plugin tidak memungkinkan"
@@@ -13231,29 -13300,22 +13306,24 @@@ msgstr "Simpan plugin
msgid "Click to keep the plugin ''{0}''"
msgstr "Klik untuk menyimpan plugin ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Peringatan: Gagal untuk menghapus plugin diluar tanggal ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Peringatan: gagal untuk menginstall plugin yang siap didownload ''{0}''. "
- "Lewati installasi. JOSM masih memuat versi plugin lama."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
+"Peringatan: gagal untuk menginstal plugin ''{0}'' dari file download "
+"sementara ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Peringatan: gagal untuk menginstall plugin ''{0}'' dari berkas download pada "
- "jangka tertentu ''{1}''. Gagal menamai kembali."
msgid "Click to disable the plugin ''{0}''"
msgstr "Klik menonaktifkan plugin ''{0}''"
@@@ -13327,10 -13389,8 +13397,8 @@@ msgstr "Pengolahan file situs Plugin ca
msgid "Processing file ''{0}''"
msgstr "Memproses file ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Peringatan: Gagal untuk menscan file ''{0}'' informasi plugin. Lewati."
msgid "Processing plugin site cache icon files..."
msgstr "Pengolahan ikon file plugin cache situs..."
@@@ -13344,12 -13404,25 +13412,25 @@@ msgstr "Download daftar plugin
msgid "Downloading plugin list from ''{0}''"
msgstr "Mendownload daftar plugin dari ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Peringatan: gagal untuk membuat direktori plugin ''{0}''. Tidak bisa cache "
- "daftar plugin dari situs Plugin ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Menulis daftar plugin ke cache lokal ''{0}''"
@@@ -13763,15 -13836,12 +13844,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Gagal untuk menemukan gambar \"{0}\""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "Peringatan: Gagal menangani berkas zip \"{0}\". Pengecualian: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Peringatan: Gagal mengakses direktori \"{0}\" untuk alasan keamanan. "
- "Pengecualian: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [Harap ketik nomornya]"
@@@ -13783,9 -13853,52 +13861,52 @@@ msgstr "
"Gagal membuka URL. Saat ini tidak ada pengaturan platform. Harap mengatur "
"platform terlebih dahulu."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13819,8 -13932,22 +13940,22 @@@ msgstr "
"<html><p> Maaf, itu tidak mungkin untuk menyisipkan tag dari penyangga. Ini "
"tidak ada dalam objek JOSM atau teks yang sesuai. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Klik kanan = salin ke clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14165,6 -14292,11 +14300,11 @@@ msgid "Saturation:
msgstr "Kejenuhan Warna:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14468,6 -14600,9 +14608,9 @@@ msgid "
"right click menu of the image layer."
msgstr "Menulis info posisi gps"
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14527,9 -14662,6 +14670,6 @@@ msgstr "
"dapat dibatasi dengan mengahpus ukuran area maksimum. Juga rata-rata titik "
"terdekat."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "membuat dan mengedit peta laut dari OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "mengedit fitur dari OpenSeaMap"
@@@ -14576,6 -14708,11 +14716,11 @@@ msgstr "
"Jejak bangunan dari peta kadastral Ceko. Membutuhkan TracerServer (.NET atau "
"Mono) untuk menjalankan."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Plugin untuk tanda digital OSM-Data"
@@@ -14718,6 -14855,9 +14863,9 @@@ msgstr "Pematang
msgid "Lit"
msgstr "Sulut"
+ msgid "Toll"
+ msgstr "Tol"
+
msgid "Motorway Link"
msgstr "Penghubung Jalan Tol"
@@@ -14808,6 -14948,50 +14956,50 @@@ msgstr "Permukiman
msgid "Edit Residential Street"
msgstr "Edit Jalan Permukiman"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Jenis jalan"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ya"
+
+ msgid "no"
+ msgstr "tidak"
+
+ msgid "destination"
+ msgstr "Tujuan"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Jalan Permukiman"
@@@ -14826,11 -15010,11 +15018,11 @@@ msgstr "Area
msgid "Service"
msgstr "Pelayanan"
- msgid "Edit Serviceway"
- msgstr "Edit Jalur Pelayanan"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Tipe Jalur Pelayanan"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "gang"
@@@ -14841,6 -15025,9 +15033,9 @@@ msgstr "Jalan Masuk
msgid "parking_aisle"
msgstr "tempat_parkir"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Tempat Parkir"
@@@ -14868,18 -15055,12 +15063,12 @@@ msgstr "bundaran
msgid "jughandle"
msgstr "jughandle"
- msgid "yes"
- msgstr "ya"
-
msgid "Road Restrictions"
msgstr "Pelarangan Jalan"
msgid "Edit Road Restrictions"
msgstr "Edit Pelarangan Jalan"
- msgid "Toll"
- msgstr "Tol"
-
msgid "No exit (cul-de-sac)"
msgstr "Tidak ada jalan keluar"
@@@ -14889,9 -15070,6 +15078,6 @@@ msgstr "Pelarangan moda transportasi
msgid "General Access"
msgstr "Akses Umum"
- msgid "destination"
- msgstr "Tujuan"
-
msgid "delivery"
msgstr "pengantaran"
@@@ -14901,15 -15079,15 +15087,15 @@@ msgstr "memperbolehkan
msgid "private"
msgstr "pribadi"
+ msgid "customers"
+ msgstr "Pelanggan"
+
msgid "agricultural"
msgstr "agrikultural"
msgid "forestry"
msgstr "perhutanan"
- msgid "no"
- msgstr "tidak"
-
msgid "official"
msgstr "resmi"
@@@ -14955,6 -15133,9 +15141,9 @@@ msgstr "High-occupancy vehicles (hov)
msgid "Public Service Vehicles (psv)"
msgstr "Kendaraan Umum (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Kecepatan minimum (km/h)"
@@@ -15039,6 -15220,9 +15228,9 @@@ msgstr "Edit Jembatan
msgid "viaduct"
msgstr "jembatan di atas jalan"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "Ayunan"
@@@ -15152,20 -15336,29 +15344,29 @@@ msgstr "
msgid "Visibility"
msgstr "Tingkat Penglihatan"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "Sempurna"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "Bagus"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "Tingkat Lanjut"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "Buruk"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "Sangat Buruk"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Kursi roda"
@@@ -15182,11 -15375,11 +15383,11 @@@ msgstr "Jalur untuk berkuda
msgid "Edit Bridleway"
msgstr "Edit Bridleway"
- msgid "Cycle Lane"
- msgstr "Jalur melingkar"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Edit Jalur melingkar"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Jalan melingkar"
@@@ -15221,8 -15414,8 +15422,8 @@@ msgstr "Jalan melingkar kanan
msgid "Oneway (bicycle)"
msgstr "Satu jalan (sepeda)"
- msgid "Edit Highway"
- msgstr "mengedit jalan"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Jalan"
@@@ -15290,12 -15483,18 +15491,18 @@@ msgstr "Tempat Istirahat
msgid "Edit Rest Area"
msgstr "Edit Tempat Istirahat"
- msgid "Emergency Phone"
- msgstr "Telepon Darurat"
+ msgid "Drinking Water"
+ msgstr "Air Minum"
msgid "Traffic Signal"
msgstr "Lampu Lalu Lintas"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Tipe penyebrangan pedestrian"
@@@ -15311,15 -15510,6 +15518,6 @@@ msgstr "Pulau
msgid "unmarked"
msgstr "Tidak ditandai"
- msgid "Cross on horseback"
- msgstr "Penyeberang dan horseback"
-
- msgid "Cross by bicycle"
- msgstr "Menyebrang dengan sepeda"
-
- msgid "Crossing attendant"
- msgstr "Petugas penyeberangan"
-
msgid "Crossing type name (UK)"
msgstr "Nama tipe penyeberangan"
@@@ -15341,6 -15531,15 +15539,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "harimau"
+ msgid "Crossing attendant"
+ msgstr "Petugas penyeberangan"
+
+ msgid "Cross by bicycle"
+ msgstr "Menyebrang dengan sepeda"
+
+ msgid "Cross on horseback"
+ msgstr "Penyeberang dan horseback"
+
msgid "Stop"
msgstr "Berhenti"
@@@ -15350,6 -15549,9 +15557,9 @@@ msgstr "Beri way/garis
msgid "Mini-roundabout"
msgstr "Bundaran kecil"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Arah"
@@@ -15359,11 -15561,8 +15569,8 @@@ msgstr "Serarah jarum jam
msgid "Pedestrian Crossing"
msgstr "Penyebrangan Pedestrian"
- msgid "Edit Crossing"
- msgstr "Edit persimpangan"
-
- msgid "Type name (UK)"
- msgstr "Tipe nama (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Traffic Calming"
@@@ -15395,9 -15594,6 +15602,6 @@@ msgstr "tabel
msgid "Passing Place"
msgstr "melewati tempat"
- msgid "Edit Passing Place"
- msgstr "edit melewati tempat"
-
msgid "Turning Circle"
msgstr "Menghidupkan Lingkaran"
@@@ -15440,6 -15636,12 +15644,12 @@@ msgstr "Edit Blok
msgid "Allowed traffic:"
msgstr "Diperbolehkan lalu lintas"
+ msgid "Material"
+ msgstr "Bahan"
+
+ msgid "stone"
+ msgstr "batu"
+
msgid "Bollard"
msgstr "Tonggak Penambat Kapal"
@@@ -15455,6 -15657,9 +15665,9 @@@ msgstr "meningkat
msgid "removable"
msgstr "dapat dihapus"
+ msgid "plastic"
+ msgstr "plastik"
+
msgid "Cycle Barrier"
msgstr "Halangan Sepeda"
@@@ -15524,20 -15729,14 +15737,17 @@@ msgstr "chain_link
msgid "electric"
msgstr "Listrik"
- msgid "roundpole"
- msgstr "roundpole"
-
- msgid "split_rail"
- msgstr "split_rail"
+ msgid "pole"
+ msgstr "tiang"
- msgid "chain"
- msgstr "rantai"
-msgid "split_rail"
-msgstr "split_rail"
++msgid "Guard Rail"
++msgstr "Pembatas Jalan"
+
- msgid "hedge"
- msgstr "Membatasi"
++msgid "Edit Guard Rail"
++msgstr "Edit Pembatas Jalan"
- msgid "pole"
- msgstr "tiang"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr "Pembatas Jalan"
@@@ -15567,8 -15766,9 +15777,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Parit"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Edit selokan"
+ msgstr ""
msgid "Kerb"
msgstr "Separator"
@@@ -15576,11 -15776,11 +15787,11 @@@
msgid "Edit Kerb"
msgstr "Edit Separator"
- msgid "Entrance"
- msgstr "Pintu Masuk"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Edit Pintu Masuk"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Gerbang"
@@@ -15633,12 -15833,6 +15844,6 @@@ msgstr "pemeras
msgid "stepover"
msgstr "melangkahi"
- msgid "Material"
- msgstr "Bahan"
-
- msgid "stone"
- msgstr "batu"
-
msgid "Turnstile"
msgstr "Pintu putar"
@@@ -15699,12 -15893,21 +15904,21 @@@ msgstr "Edit pipa saluran
msgid "Ditch"
msgstr "Parit"
+ msgid "Edit Ditch"
+ msgstr "Edit selokan"
+
msgid "Stream"
msgstr "Anak Sungai"
msgid "Edit Stream"
msgstr "Edit aliran air"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -15744,9 -15947,6 +15958,6 @@@ msgstr "Edit Dam
msgid "Groyne"
msgstr "Groyne"
- msgid "Edit Groyne"
- msgstr "Sunting Groyne"
-
msgid "Breakwater"
msgstr "Pemecah gelombang"
@@@ -15780,6 -15980,21 +15991,21 @@@ msgstr "Edit Ditutupi Waduk
msgid "Edit Water"
msgstr "Edit Air"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Lahan"
@@@ -15861,20 -16076,25 +16087,25 @@@ msgstr "Edit Terminal Feri
msgid "Cargo"
msgstr "Kargo"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "penumpang"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "kendaraan"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "sepeda"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "hgv"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "penumpang;kendaraan"
+ msgstr ""
msgid "Ferry Route"
msgstr "Rute Feri"
@@@ -15948,8 -16168,8 +16179,8 @@@ msgstr "pariwisata
msgid "freight"
msgstr "Kargo"
- msgid "Service/Type"
- msgstr "Layanan/Tipe"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "halaman"
@@@ -15972,11 -16192,14 +16203,14 @@@ msgstr "contact_line
msgid "rail"
msgstr "rel"
- msgid "Voltage"
- msgstr "Tegangan"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekuensi (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15987,9 -16210,6 +16221,6 @@@ msgstr "Narrow Gauge Rail
msgid "Edit Narrow Gauge Rail"
msgstr "Edit Narrow Gauge Rail"
- msgid "Types"
- msgstr "Tipe"
-
msgid "Monorail"
msgstr "Monorel (Rel tunggal)"
@@@ -16011,15 -16231,15 +16242,15 @@@ msgstr "Edit lampu kereta
msgid "Subway"
msgstr "Kereta bawah tanah"
+msgid "Edit Tram"
+msgstr "Edit Trem"
+
msgid "Edit Subway"
msgstr "Edit kereta bawah tanah"
msgid "Tram"
msgstr "Trem"
-msgid "Edit Tram"
-msgstr "Edit Trem"
-
msgid "Bus Guideway"
msgstr "Jalur Bus"
@@@ -16041,6 -16261,9 +16272,9 @@@ msgstr "Edit Jalur Kereta yang tidak te
msgid "Level Crossing"
msgstr "Lintasan"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "Diawasi"
@@@ -16053,18 -16276,32 +16287,32 @@@ msgstr "Sinyal suara
msgid "Barrier"
msgstr "Halangan"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "setengah"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "penuh"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Perlintasan"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Tipe Perlintasan"
@@@ -16164,13 -16401,11 +16412,11 @@@ msgstr "Magic Carpet
msgid "Edit Magic Carpet"
msgstr "Edit Magic Carpet"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Barang"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Lift pengangkut barang"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -16180,13 -16415,11 +16426,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Edit Stasiun"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Tiang"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Edit tiang penyangga"
+ msgstr ""
msgid "Parking"
msgstr "Tempat Parkir"
@@@ -16203,12 -16436,12 +16447,12 @@@ msgstr "Permukaan
msgid "underground"
msgstr "Bawah Tanah"
+ msgid "rooftop"
+ msgstr "atap"
+
msgid "Access"
msgstr "Akses"
- msgid "customers"
- msgstr "Pelanggan"
-
msgid "Park and Ride"
msgstr "Parkir dan menumpang"
@@@ -16236,9 -16469,6 +16480,6 @@@ msgstr "Ruang parkir
msgid "Edit Parking space"
msgstr "Edit ruang parkir"
- msgid "rooftop"
- msgstr "atap"
-
msgid "Capacity"
msgstr "Kapasitas"
@@@ -16260,11 -16490,30 +16501,30 @@@ msgstr "Jam Buka
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Senin-Jumat 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Selasa-Minggu 08:00-15:00;Sabtu 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Parkir masuk"
@@@ -16413,6 -16662,9 +16673,9 @@@ msgstr "Stasiun Pengisian
msgid "Edit Charging Station (for electric cars)"
msgstr "Edit Stasiun Pengisian (untuk mobil listrik)"
+ msgid "Voltage"
+ msgstr "Tegangan"
+
msgid "Amperage"
msgstr "Tegangan aliran listrik"
@@@ -16434,6 -16686,12 +16697,12 @@@ msgstr "Perbaikan
msgid "Edit Car Repair"
msgstr "Edit Perbaikan Mobil"
+ msgid "Parts"
+ msgstr "Bagian"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Ban"
@@@ -16461,6 -16719,12 +16730,12 @@@ msgstr "Penyewaan
msgid "Edit Car Rental"
msgstr "Edit Penyewaan Mobil"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "hanya"
+
msgid "Sharing"
msgstr "Berbagi"
@@@ -16485,22 -16749,6 +16760,6 @@@ msgstr "Layanan:
msgid "Sale"
msgstr "Penjualan"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ya"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "merek"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "bekas"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "tidak"
-
msgid "brand"
msgstr "merek"
@@@ -16522,9 -16770,6 +16781,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Bagian"
-
msgid "Clothes"
msgstr "Pakaian"
@@@ -16719,6 -16964,9 +16975,9 @@@ msgstr "Platform
msgid "Station or amenities"
msgstr "Stasiun atau ameniti"
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Bis"
@@@ -16749,6 -16997,9 +17008,9 @@@ msgstr "Funicular
msgid "Ferry"
msgstr "Ferry"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Kursi Taman"
@@@ -16761,9 -17012,6 +17023,6 @@@ msgstr "Kursi dorong
msgid "limited"
msgstr "terbatas"
- msgid "only"
- msgstr "hanya"
-
msgid "Highway platform (legacy)"
msgstr "Pembatas Jalan Raya"
@@@ -16773,9 -17021,14 +17032,14 @@@ msgstr "Pembatas Kereta
msgid "funicular"
msgstr "Kereta gunung"
+ msgctxt "railway"
msgid "Station"
msgstr "Stasiun"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Edit Stasiun"
+
msgid "Building"
msgstr "Bangunan"
@@@ -16788,6 -17041,9 +17052,9 @@@ msgstr "Edit Pintu masuk kereta bawah t
msgid "Ticket Machine"
msgstr "Mesin Tiket"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Nomor Referensi"
@@@ -16812,14 -17068,6 +17079,6 @@@ msgstr "Akun atau kartu loyalitas
msgid "Public Transport (legacy)"
msgstr "Transportasi Umum"
- msgctxt "railway"
- msgid "Station"
- msgstr "Stasiun"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Edit Stasiun"
-
msgid "UIC-Reference"
msgstr "UIC-Reference"
@@@ -16868,8 -17116,8 +17127,8 @@@ msgstr "Edit Peron Bus
msgid "Taxi"
msgstr "Taksi"
- msgid "Edit Taxi station"
- msgstr "Edit Pangkalan Taksi"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Bandara"
@@@ -16922,6 -17170,21 +17181,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Edit Terminal"
+ msgid "Internet access"
+ msgstr "Akses Internet"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "kabel"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Biaya akses internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Gerbang"
@@@ -16944,21 -17207,6 +17218,6 @@@ msgstr "Edit Hotel
msgid "Stars"
msgstr "Bintang"
- msgid "Internet access"
- msgstr "Akses Internet"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "kabel"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Biaya akses internet"
-
msgid "Smoking"
msgstr "Merokok"
@@@ -17148,9 -17396,6 +17407,6 @@@ msgstr "Stripclub
msgid "Edit Stripclub"
msgstr "Edit Stripclub"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Selasa-Minggu 08:00; Sabtu 08:00-12:00"
-
msgid "Tourism"
msgstr "Pariwisata"
@@@ -17172,9 -17417,15 +17428,15 @@@ msgstr "Menara Penglihatan
msgid "Information Office"
msgstr "Kantor Informasi"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Peta"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Kelas Detil"
@@@ -17187,6 -17438,9 +17449,9 @@@ msgstr "jalan
msgid "scheme"
msgstr "skema"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Area yang ditunjukan"
@@@ -17226,6 -17480,9 +17491,9 @@@ msgstr "... mode transportasi lain kemu
msgid "Information Board"
msgstr "Papan Informasi"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Isi Papan"
@@@ -17247,23 -17504,35 +17515,35 @@@ msgstr "Tanaman
msgid "Guidepost"
msgstr "Pos Panduan"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Terminal Informasi"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Deskripsi yang mendekati"
msgid "Audioguide"
msgstr "Panduan audio"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Panduan audio via telepon genggam?"
msgid "Phone number"
msgstr "Nomor Telepon"
- msgid "Other Information Points"
- msgstr "Informasi titik lainnya"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Kesenggangan"
@@@ -17392,50 -17661,44 +17672,44 @@@ msgstr "Karya seni
msgid "Edit Artwork"
msgstr "Edit Karya Seni"
- msgid "Place of Worship"
- msgstr "Tempat Beribadah"
-
- msgid "Edit Place of Worship"
- msgstr "Edit Tempat Beribadah"
-
- msgid "Religion"
- msgstr "Agama"
+ msgid "Recording Studio"
+ msgstr "Studio Rekaman"
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr "Edit Studi"
- msgid "buddhist"
- msgstr "budha"
+ msgid "audio"
+ msgstr "suara"
- msgid "christian"
- msgstr "kristen"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Tempat Beribadah"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "Gereja"
- msgid "jewish"
- msgstr "yahudi"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslim"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualis"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarian"
+ msgid "church"
+ msgstr "gereja"
- msgid "zoroastrian"
- msgstr "zoroastrian"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "denominasi"
@@@ -17452,6 -17715,12 +17726,12 @@@ msgstr "katolik
msgid "evangelical"
msgstr "evangelikal"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "saksi_jehovah"
@@@ -17464,6 -17733,9 +17744,9 @@@ msgstr "methodist
msgid "mormon"
msgstr "mormon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "orthodox"
@@@ -17482,59 -17754,159 +17765,159 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr "katolik_roma"
- msgid "shia"
- msgstr "shia"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunni"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Waktu layanan"
- msgid "Su 10:00"
- msgstr "Su 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Su 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Su 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Jam operasional untuk kunjungan"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Studio Rekaman"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Edit Studi"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "suara"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Bangunan Publik"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Edit Bangunan Publik"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "Balai Kota"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Edit Balai Kota"
+ msgid "shia"
+ msgstr "shia"
- msgid "Community Centre"
- msgstr "Pusat Komunitas"
+ msgid "sunni"
+ msgstr "sunni"
- msgid "Embassy"
- msgstr "Kedutaan Besar"
+ msgid "Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Edit Kedutaan Besar"
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Agama"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualis"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr "unitarian"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrian"
+
+ msgid "Public Building"
+ msgstr "Bangunan Publik"
+
+ msgid "Edit Public Building"
+ msgstr "Edit Bangunan Publik"
+
+ msgid "Town hall"
+ msgstr "Balai Kota"
+
+ msgid "Edit Town hall"
+ msgstr "Edit Balai Kota"
+
+ msgid "Community Centre"
+ msgstr "Pusat Komunitas"
+
+ msgid "Embassy"
+ msgstr "Kedutaan Besar"
+
+ msgid "Edit Embassy"
+ msgstr "Edit Kedutaan Besar"
msgid "Courthouse"
msgstr "Pengadilan"
@@@ -17602,6 -17974,12 +17985,12 @@@ msgstr "Edit Sekolah Mengemudi
msgid "License Classes"
msgstr "Kelas Lisensi"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Kesehatan"
@@@ -17683,12 -18061,66 +18072,66 @@@ msgstr "Dokter Hewan
msgid "Edit Veterinary"
msgstr "Edit Dokter Hewan"
- msgid "Drinking water"
- msgstr "Air Minum"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "publik"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
msgid "Post Box"
msgstr "Kotak Pos"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telepon"
@@@ -17698,6 -18130,30 +18141,30 @@@ msgstr "EditTelepon
msgid "Telephone cards"
msgstr "Kartu Telepon"
+ msgid "Emergency Phone"
+ msgstr "Telepon Darurat"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Jam"
@@@ -17707,30 -18163,36 +18174,36 @@@ msgstr "EditJam
msgid "Display"
msgstr "Tampilan"
- msgctxt "display"
msgid "analog"
- msgstr "analog"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "Digital"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "digital"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "tak lazim"
+ msgstr ""
msgid "Support"
msgstr "Dukungan"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "wall_mounted"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "Papan iklan"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "visibilitas/perhatian"
@@@ -17759,8 -18221,8 +18232,8 @@@ msgstr "Tunjukkan kelembaban
msgid "Recycling"
msgstr "Daur Ulang"
- msgid "Edit Recycling station"
- msgstr "Edit stasiun daur ulang"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Baterai"
@@@ -17786,21 -18248,15 +18259,15 @@@ msgstr "pusat
msgid "Waste Basket"
msgstr "Tempat Sampah"
- msgid "Edit Waste Basket"
- msgstr "Edit tempat sampah"
-
msgid "Waste Disposal"
msgstr "Pembuangan limbah"
- msgid "Edit Waste Disposal"
- msgstr "Edit Pembuangan Limbah"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "Sandaran"
- msgid "plastic"
- msgstr "plastik"
-
msgid "Amount of Seats"
msgstr "Banyaknya Kursi"
@@@ -17835,8 -18291,17 +18302,17 @@@ msgstr "Edit Tempat Berburu
msgid "Height"
msgstr "Tinggi"
+ msgctxt "height"
msgid "low"
- msgstr "rendah"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Sembunyikan"
@@@ -17844,9 -18309,6 +18320,6 @@@
msgid "Lock"
msgstr "Kunci"
- msgid "Drinking Water"
- msgstr "Air Minum"
-
msgid "Edit Source of Potable Water"
msgstr "Edit Sumber Air Minum"
@@@ -17878,6 -18340,9 +18351,9 @@@ msgstr "kolam
msgid "Diameter (in mm)"
msgstr "Diameter (dalam mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "jalur"
@@@ -17915,119 -18380,155 +18391,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Edit Stadion"
- msgid "select sport:"
- msgstr "Pilih jenis olahraga:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "olahraga"
+ msgid "Sport"
+ msgstr "Olahraga"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "panah"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletik"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "sepakbola_amerika"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "sepakbola_australia"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "bola basket"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bowling"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "sepakbola_kanada"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kano"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "panjat tebing"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "kriket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "jaring_kriket"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "kroket"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "sepeda"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "balap_anjing"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "penunggang kuda"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "gaelic_games"
+ msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnastik"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hoki"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "balap_kuda"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "raket"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "liga_rugbi"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "persatuan_rugbi"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "menembak"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skating"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "ski"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "sepak bola"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "renang"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tenis_meja"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Pusat Olahraga"
@@@ -18059,26 -18560,27 +18571,27 @@@ msgstr "Miniatur Golf
msgid "Edit Miniature Golf"
msgstr "Edit miniatur golf"
- msgid "Sport"
- msgstr "Olahraga"
-
msgid "Multi"
msgstr "Multi"
msgid "Edit Multi"
msgstr "Edit Multi"
- msgid "type"
- msgstr "tipe"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "lapangan"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "pusat_olahraga"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr "9pin"
@@@ -18086,6 -18588,15 +18599,15 @@@
msgid "Edit 9pin"
msgstr "Edit 9pin"
+ msgid "pitch"
+ msgstr "lapangan"
+
+ msgid "sports_centre"
+ msgstr "pusat_olahraga"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "10pin"
@@@ -18119,6 -18630,22 +18641,22 @@@ msgstr "Edit Kano
msgid "Edit Cycling"
msgstr "Edit Sepeda"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Balap Anjing"
@@@ -18175,7 -18702,7 +18713,7 @@@ msgid "Skating
msgstr "Skating"
msgid "Edit Skating"
- msgstr "Edit Skating"
+ msgstr ""
msgid "ice_rink"
msgstr "ice_rink"
@@@ -18219,38 -18746,56 +18757,56 @@@ msgstr "taman_pertunjukkan
msgid "Difficulty"
msgstr "Sulit"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "pemula"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "mudah"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "lanjutan"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ahli"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride"
+ msgstr ""
msgid "Grooming"
msgstr "perawatan"
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "klasik"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "mogul"
+ msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "classic;skating"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "skuter"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "backcountry"
+ msgstr ""
msgid "Shooting"
msgstr "Menembak"
@@@ -18291,21 -18836,17 +18847,17 @@@ msgstr "Permainan Gael
msgid "Edit Gaelic Games"
msgstr "Edit Permainan Gael"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "Hurling"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Sepak bola"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
- msgstr "Camogie"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
- msgstr "Rounders"
+ msgstr ""
msgid "Rugby League"
msgstr "Liga Rugby"
@@@ -18442,6 -18983,18 +18994,18 @@@ msgstr "Model lapangan terbang
msgid "Edit Model Aerodrome"
msgstr "Edit Model Aerodrome"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "mobil RC"
@@@ -18454,38 -19007,73 +19018,73 @@@ msgstr "Buatan Manusia
msgid "Edit Building"
msgstr "edit bangunan"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "atap"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garasi"
+ msgstr ""
- msgid "church"
- msgstr "gereja"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
- msgstr "Sekolah"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "bengkel pesawat terbang"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "komersial"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "perkebunan"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "transportasi"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "rumah kaca"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "kantor"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "universitas"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "Bangunan Permukiman"
@@@ -18493,20 -19081,59 +19092,59 @@@
msgid "Edit Residential Building"
msgstr "Edit bangunan permukiman"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "apartemen"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "rumah"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "Pondok"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+ msgctxt "building"
msgid "terrace"
- msgstr "teras"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
- msgstr "detached"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr "Pintu Masuk"
+
+ msgid "Edit Entrance"
+ msgstr "Edit Pintu Masuk"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
msgid "Tower"
msgstr "Menara"
@@@ -18732,42 -19359,68 +19370,68 @@@ msgstr "Waktu operasi
msgid "Mo-Fr 22:00-05:00"
msgstr "Senin-Jumat 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Stasiun Pengukuran"
+ msgid "Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Edit Stasiun Pengukuran"
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Measurement"
- msgstr "Pengukuran"
+ msgid "Monitoring:"
+ msgstr ""
- msgid "particulate_matter"
- msgstr "particulate_matter"
+ msgid "Weather"
+ msgstr ""
- msgid "seismic"
- msgstr "seismik"
+ msgid "Water level"
+ msgstr ""
- msgid "water_level"
- msgstr "tingkat_air"
+ msgid "Tide Level"
+ msgstr ""
- msgid "weather"
- msgstr "cuaca"
+ msgid "Traffic"
+ msgstr ""
- msgid "Recording"
- msgstr "Recording"
+ msgid "Air Quality"
+ msgstr ""
- msgid "manually"
- msgstr "Manual"
+ msgid "Noise"
+ msgstr ""
- msgid "automated"
- msgstr "Otomatis"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "remote"
- msgstr "remote"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "tidak"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "Titik Survey"
@@@ -18775,23 -19428,113 +19439,113 @@@
msgid "Edit Survey Point"
msgstr "Edit Survey Point"
- msgid "Surveillance"
- msgstr "Surveillance"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Edit Surveillance Camera"
- msgid "indoor"
- msgstr "indoor"
+ msgid "indoor"
+ msgstr "indoor"
+
+ msgid "outdoor"
+ msgstr "diluar"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "toko"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
+
+ msgid "Power"
+ msgstr "Tenaga"
+
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr "Output forms of energy"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "elektrik"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "air panas"
+
+ msgid "hot air"
+ msgstr "udara panas"
+
+ msgid "cold water"
+ msgstr "air dingin"
+
+ msgid "cold air"
+ msgstr "udara dingin"
- msgid "outdoor"
- msgstr "diluar"
+ msgid "compressed air"
+ msgstr "udara dipadatkan"
- msgid "public"
- msgstr "publik"
+ msgid "steam"
+ msgstr "uap"
- msgid "Power"
- msgstr "Tenaga"
+ msgid "vacuum"
+ msgstr "vakum"
msgid "Power Generator"
msgstr "Tenaga Generator"
@@@ -18844,89 -19587,192 +19598,192 @@@ msgstr "angin
msgid "Method"
msgstr "Metode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "anaerobic_digestion"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+ msgctxt "generator method"
msgid "combustion"
- msgstr "pembakaran"
+ msgstr ""
- msgid "dam"
- msgstr "bendungan"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "fisi"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fusi"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "gasification"
-
- msgid "photovoltaic"
- msgstr "photovoltaic"
+ msgstr ""
- msgid "pumped-storage"
- msgstr "pumped-storage"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "memompa"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "pyrolysis"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "run-of-the-river"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termal"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "elektrik"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "air panas"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "udara panas"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "air dingin"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "udara dingin"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "udara dipadatkan"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "uap"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vakum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
- msgid "battery charging"
- msgstr "pengisian baterai"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "pembangkit tenaga listrik"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Edit Power Station"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Power Sub Station"
@@@ -18937,6 -19783,21 +19794,21 @@@ msgstr "Edit Power Sub Station
msgid "Line reference"
msgstr "Line reference"
+ msgid "high"
+ msgstr "tinggi"
+
+ msgid "medium"
+ msgstr "sedang"
+
+ msgid "low"
+ msgstr "rendah"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Cable Distribution Cabinet"
@@@ -18952,6 -19813,9 +19824,9 @@@ msgstr "Edit Power Tower
msgid "Tower reference"
msgstr "Tower reference"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Tiang"
@@@ -18970,13 -19834,11 +19845,11 @@@ msgstr "Edit Power Line
msgid "Line type"
msgstr "Line type"
- msgctxt "Power Line"
msgid "line"
- msgstr "line"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "minor_line"
+ msgstr ""
msgid "Amount of Cables"
msgstr "Jumlah Kabel"
@@@ -19083,11 -19945,11 +19956,11 @@@ msgstr "Kios
msgid "Edit Kiosk"
msgstr "EditKios"
- msgid "Baker"
- msgstr "Toko Roti"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Edit Toko Roti"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Pemotong Daging"
@@@ -19098,8 -19960,8 +19971,8 @@@ msgstr "Edit Pemotong Daging
msgid "Seafood"
msgstr "Makanan Laut"
- msgid "Edit Seafood"
- msgstr "Edit Makanan Laut"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Deli (Fine Food)"
@@@ -19119,6 -19981,9 +19992,9 @@@ msgstr "Pasar
msgid "Edit Marketplace"
msgstr "Mengedit Pasar"
+ msgid "Organic"
+ msgstr "Organik"
+
msgid "Greengrocer"
msgstr "Penjual sayur"
@@@ -19131,9 -19996,6 +20007,6 @@@ msgstr "Toko Sayuran
msgid "Edit Farm Stand"
msgstr "Edit Toko Sayuran"
- msgid "Organic"
- msgstr "Organik"
-
msgid "Edit Organic/Bio"
msgstr "Edit organik/bio"
@@@ -19203,8 -20065,8 +20076,8 @@@ msgstr "Edit Penjahit
msgid "Fabric"
msgstr "Kain"
- msgid "Edit Fabric"
- msgstr "Edit Kain"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronik"
@@@ -19224,14 -20086,14 +20097,14 @@@ msgstr "Edit Toko Elektronik
msgid "Mobile Phone"
msgstr "Telepon Genggam"
- msgid "Edit Mobile Phone"
- msgstr "Edit Telepon Genggam"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Penyedot Debu"
- msgid "Edit Vacuum Cleaner"
- msgstr "Edit penyedot debu"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -19239,7 -20101,6 +20112,6 @@@
msgid "Edit Hifi Shop"
msgstr "Edit Hifi Shop"
- msgctxt "shop"
msgid "Video"
msgstr "Video"
@@@ -19267,6 -20128,12 +20139,12 @@@ msgstr "Edit Money Exchange/Penukaran U
msgid "Edit Automated Teller Machine"
msgstr "Edit Automated Teller Machine"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Department Store"
@@@ -19303,11 -20170,32 +20181,32 @@@ msgstr "Perhiasan
msgid "Edit Jewelry"
msgstr "Edit Perhiasan"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budha"
+
+ msgid "christian"
+ msgstr "kristen"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "yahudi"
+
+ msgid "muslim"
+ msgstr "muslim"
+
msgid "Erotic"
msgstr "Erotic"
- msgid "Edit Erotic"
- msgstr "Edit Erotic"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "penjual bunga"
@@@ -19336,8 -20224,8 +20235,8 @@@ msgstr "Toko Perangkat Keras
msgid "Paint"
msgstr "Cat"
- msgid "Edit Paint"
- msgstr "Edit Cat"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Furniture"
@@@ -19348,20 -20236,20 +20247,20 @@@ msgstr "Edit Toko Furniture
msgid "Kitchen"
msgstr "Dapur"
- msgid "Edit Kitchen"
- msgstr "Edit Dapur"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Gorden"
- msgid "Edit Curtain"
- msgstr "Edit Gorden"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Frame"
- msgid "Edit Frames"
- msgstr "Edit Frame"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "kertas surat"
@@@ -19396,8 -20284,8 +20295,8 @@@ msgstr "Edit Biro Perjalanan
msgid "Musical Instrument"
msgstr "Instrumen Musik"
- msgid "Edit Musical Instruments"
- msgstr "Edit Instrumen Musik"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Mainan"
@@@ -19609,6 -20497,12 +20508,12 @@@ msgstr "Puncak
msgid "Edit Peak"
msgstr "Mengedit Puncak"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Gletser"
@@@ -19648,24 -20542,33 +20553,33 @@@ msgstr "Pohon
msgid "Edit Tree"
msgstr "Edit Pohon"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nama botani"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Hutan"
msgid "Edit Wood"
msgstr "Edit Hutan"
- msgctxt "wood"
msgid "coniferous"
msgstr "termasuk jenis pohon jarum"
- msgctxt "wood"
msgid "deciduous"
msgstr "gugur"
- msgctxt "wood"
msgid "mixed"
msgstr "campuran"
@@@ -19675,15 -20578,6 +20589,6 @@@ msgstr "Hutan
msgid "Edit Forest Landuse"
msgstr "Edit Penggunaan Lahan Hutan"
- msgid "coniferous"
- msgstr "termasuk jenis pohon jarum"
-
- msgid "deciduous"
- msgstr "gugur"
-
- msgid "mixed"
- msgstr "campuran"
-
msgid "Grassland"
msgstr "Padang Rumput"
@@@ -19759,6 -20653,12 +20664,12 @@@ msgstr "padang rumput
msgid "Edit Meadow Landuse"
msgstr "edit padang rumput"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Perkebunan Anggur"
@@@ -19813,8 -20713,8 +20724,8 @@@ msgstr "Recreation Ground
msgid "Edit Recreation Ground Landuse"
msgstr "Edit Recreation Ground Landuse"
- msgid "Residential area"
- msgstr "Area Permukiman"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Edit Landuse Permukiman"
@@@ -19825,6 -20725,9 +20736,9 @@@ msgstr "Pemakaman Kecil
msgid "Edit Graveyard"
msgstr "Edit Pemakaman"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Pemakaman besar"
@@@ -19900,6 -20803,33 +20814,33 @@@ msgstr "Edit Penggunaan Lahan Pertamban
msgid "Annotation"
msgstr "Keterangan"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Edit Informasi Alamat"
@@@ -19936,6 -20866,18 +20877,18 @@@ msgstr "seragam
msgid "alphabetic"
msgstr "Alfabetik"
+ msgid "Accuracy"
+ msgstr "Akurasi"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Hubungi (skema umum)"
@@@ -20106,20 -21048,49 +21059,49 @@@ msgstr "Rute umum
msgid "Edit general route"
msgstr "Edit Rute umum"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "jalan"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "pejalan kaki"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "hiking"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "jalan putar"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "deskripsi simbol"
@@@ -20166,20 -21137,23 +21148,23 @@@ msgstr "titik henti maju
msgid "backward halt point"
msgstr "titik henti mundur"
- msgid "Route network"
- msgstr "rute jaringan"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Edit rute jaringan"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "anggota"
- msgid "Associated street"
- msgstr "Jalan berasosiasi"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Edit jalan berasosiasi"
+ msgid "house"
+ msgstr "rumah"
msgid "Street"
msgstr "Jalan"
@@@ -20202,8 -21176,8 +21187,8 @@@ msgstr "suatu relasi termasuk bagian da
msgid "Destination sign"
msgstr "petunjuk tujuan"
- msgid "Edit Destination sign"
- msgstr "edit petunjuk tujuan"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "petunjuk tujuan ditulis (w/o jarak)"
@@@ -20298,18 -21272,27 +21283,27 @@@ msgstr "way/garis yang melewati bawah j
msgid "way forming the outline footprint"
msgstr "way/garis membentuk jejak garis"
- msgid "nodes forming the outline"
- msgstr "simpul membentuk garis tepi"
+ msgid "edge ways parallel to ''across''"
+ msgstr ""
msgid "ways passing through the tunnel"
msgstr "way/garis melewati terowongan bawah tanah"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "jembatan"
msgid "deprecated"
msgstr "usang"
+ msgid "bicycle"
+ msgstr "sepeda"
+
+ msgid "foot"
+ msgstr "pejalan kaki"
+
msgid "horse"
msgstr "kuda"
@@@ -20319,8 -21302,11 +21313,11 @@@ msgstr "halangan
msgid "motorroad"
msgstr "jalan motor"
- msgid "highway_track"
- msgstr "trek_jalan raya"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "pelayanan"
@@@ -20328,11 -21314,11 +21325,11 @@@
msgid "ford"
msgstr "arungan"
- msgid "highway_platform"
- msgstr "serambi_jalan raya"
+ msgid "highway.platform"
+ msgstr ""
- msgid "emergency_access_point"
- msgstr "titik_akses_darurat"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "sungai"
@@@ -20349,6 -21335,9 +21346,9 @@@ msgstr "deras
msgid "railwaypoint"
msgstr "titik jalur rel"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "dipo kereta"
@@@ -20364,29 -21353,29 +21364,29 @@@ msgstr "rel tua
msgid "aeroway"
msgstr "jalur aero"
- msgid "aeroway_dark"
- msgstr "jalur aero_gelap"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "jalur aero_terang"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "Jalur ski_pemula"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "Jalur ski_tingkat lanjut"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "Jalur ski_mahir"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "piste_expert"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "piste_freeride"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "piste_novice"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "tenaga"
@@@ -20406,20 -21395,20 +21406,20 @@@ msgstr "marina
msgid "amenity"
msgstr "amenitas"
- msgid "amenity_traffic"
- msgstr "amenitas_lalu lintas"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "amenitas_ringan"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "air_ringan"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "kesehatan"
- msgid "shop"
- msgstr "toko"
+ msgid "office"
+ msgstr "kantor"
msgid "hotel"
msgstr "hotel"
@@@ -20493,11 -21482,14 +21493,14 @@@ msgstr "rute
msgid "boundary"
msgstr "batas"
+ msgid "sport"
+ msgstr "olahraga"
+
msgid "place"
msgstr "tempat"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "alamat"
@@@ -20511,9 -21503,6 +21514,6 @@@ msgstr "Desa/Kota
msgid "One Way"
msgstr "Satu Arah"
- msgid "Church"
- msgstr "Gereja"
-
msgid "Fuel Station"
msgstr "SPBU"
@@@ -20541,6 -21530,9 +21541,9 @@@ msgstr "tag jembatan pada sebuah node/t
msgid "wrong highway tag on a node"
msgstr "tag jalan raya salah pada simpul"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "jalan raya yang belum diberikan nama dan klasifikasi"
@@@ -20586,11 -21578,41 +21589,41 @@@ msgstr "kombinasi tag yang tidak biasa
msgid "unusual tag combination (highway & natural)"
msgstr "kombinasi tag yang tidak biasa (jalan raya & alam)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr "air alami yang digunakan untuk kolam renang"
- msgid "incline without highway"
- msgstr "miring tanpa jalan raya"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
+ msgstr ""
msgid "junction without highway"
msgstr "Putaran tanpa jalan raya"
@@@ -20601,8 -21623,8 +21634,8 @@@ msgstr "jalur tanpa jalan raya
msgid "lcn without highway"
msgstr "lcn tanpa jalan raya"
- msgid "lit without highway"
- msgstr "lit tanpa jalan raya"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr ""
msgid "living_street without highway"
msgstr "jalan_komplek tanpa jalan raya"
@@@ -20619,8 -21641,8 +21652,8 @@@ msgstr "jalan motor tanpa jalan raya
msgid "ntd_id without highway"
msgstr "ntd_id tanpa jalan raya"
- msgid "oneway without highway"
- msgstr "satu jalur tanpa jalan raya"
+ msgid "oneway without highway or railway"
+ msgstr ""
msgid "sac_scale without highway"
msgstr "sac_scale tanpa jalan raya"
@@@ -20736,22 -21758,132 +21769,133 @@@ msgstr "kanal tanpa jalur air
msgid "have_riverbank without waterway"
msgstr "memiliki_endapan sungai tanpa jalur air"
- msgid "tunnel without highway/railway/waterway"
- msgstr "terowongan tanpa jalan raya/rel kereta/jalur air"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr ""
- msgid "bridge without highway/railway/waterway"
- msgstr "jembatan tanpa jalan raya/rel kereta/jalur air"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr ""
- msgid "psv without highway/railway/waterway"
- msgstr "psv tanpa jalan raya/rel kereta/jalur air"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr ""
msgid "width without physical linear feature"
msgstr "lebar tanpa fitur linear fisik"
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
msgstr ""
+"kecepatan maksimal tanpa jalan raya/jalur kereta api/tanda_lalu lintas"
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
+
msgid "religion without denomination"
msgstr "agama tanpa golongan agama"
@@@ -20770,8 -21902,47 +21914,47 @@@ msgstr "
"tidak ada wikipedia-language yang diberikan, gunakan "
"\"wikipedia\"=\"language:page title\""
- msgid "unkown language prefix in wikipedia tag"
- msgstr "awalan bahasa tidak diketahui di tag wikipedia"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
msgid "Landsat"
msgstr ""
@@@ -20782,24 -21953,30 +21965,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20815,7 -21992,7 +22007,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20824,6 -22001,9 +22016,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20970,6 -22150,29 +22165,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -21135,6 -22338,9 +22353,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -21156,39 -22362,72 +22377,81 @@@ msgstr "
msgid "OS OpenData StreetView"
msgstr ""
- msgid "OS OpenData Locator"
- msgstr ""
+ msgid "OS OpenData Locator"
+ msgstr ""
+
+ msgid "Surrey Air Survey"
+ msgstr ""
+
+ msgid "NLS - OS 6-inch Scotland 1842-82"
+ msgstr ""
+
+ msgid "NLS - OS 1:25k 1st Series 1937-61"
+ msgstr ""
+
+ msgid "NLS - OS 1-inch 7th Series 1955-61"
+ msgstr ""
+
+ msgid "OS 1:25k historic (OSM)"
+ msgstr ""
+
+ msgid "OS Scottish Popular historic"
+ msgstr ""
+
+ msgid "NLS - Bartholomew Half Inch, 1897-1907"
+ msgstr ""
+
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr "Export"
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "perbaharui daftar port"
- msgid "Surrey Air Survey"
- msgstr ""
+ msgid "Configure"
+ msgstr "Konfigurasi"
- msgid "NLS - OS 6-inch Scotland 1842-82"
- msgstr ""
+ msgid "Connection Error."
+ msgstr "Kesalahan sambungan"
- msgid "NLS - OS 1:25k 1st Series 1937-61"
- msgstr ""
+ msgid "configure the connected DG100"
+ msgstr "konfigurasi disambungkan DG100"
- msgid "NLS - OS 1-inch 7th Series 1955-61"
- msgstr ""
+ msgid "delete data after import"
+ msgstr "Hapus data setelah import"
- msgid "OS 1:25k historic (OSM)"
- msgstr ""
+ msgid "Columbus V-900 CSV Files"
+ msgstr "Columbus V-900 CSV Files"
- msgid "OS Scottish Popular historic"
- msgstr ""
+ msgid "Importing CSV file ''%s''..."
+ msgstr "Mengimpor file CSV \"%s\"..."
- msgid "NLS - Bartholomew Half Inch, 1897-1907"
- msgstr ""
+ msgid "Markers of "
+ msgstr "Penanda dari "
+msgid "Columbus V-900 CSV Files"
+msgstr "Columbus V-900 CSV Files"
+
+msgid "Importing CSV file ''%s''..."
+msgstr "Mengimpor file CSV \"%s\"..."
+
+msgid "Markers of "
+msgstr "Penanda dari "
+
msgid "Show summary after import"
msgstr "Tampilkan ringkasan setelah import"
@@@ -21389,6 -22628,18 +22652,18 @@@ msgstr "Menunjukkan profil ketinggian
msgid "Elevation Profile"
msgstr "profil ketinggian"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "membuka jendela profil ketinggian"
@@@ -21410,14 -22661,8 +22685,8 @@@ msgstr "Kenaikan
msgid "Time"
msgstr "Waktu"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Otomatis"
-
- msgid "Fixed value"
- msgstr "Nilai tetap"
+ msgid "Tracks"
+ msgstr "Trek"
msgid "Elevation profile for track ''{0}''."
msgstr "Profil ketinggian untuk jalur ''{0}''."
@@@ -21690,11 -22935,14 +22959,14 @@@ msgstr "Memilih alamat yang tidak lengk
msgid "Selects all addresses with incomplete data."
msgstr "memilih semua alamat dengan data yang tidak lengkap"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr "Editor Nomor Rumah"
- msgid "Housenumber increment:"
- msgstr "Nomor rumah tingkat:"
+ msgid "House number increment:"
+ msgstr ""
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -21900,8 -23148,8 +23172,8 @@@ msgstr "Diharapkan nomor aneh untuk ala
msgid "Expected even numbers for addresses"
msgstr "Diharapkan nomor baru untuk alamat"
- msgid "Expected valid number for address increment"
- msgstr "Diharapkan nomor valid untuk kenaikan alamat"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "Kode negara harus 2 huruf"
@@@ -22257,15 -23505,6 +23529,6 @@@ msgstr "Nomor Rumah:
msgid "Street Name:"
msgstr "Nama Jalan:"
- msgid "Increment"
- msgstr "Penambahan"
-
- msgid "Decrement"
- msgstr "Pengurangan"
-
- msgid "Numbers:"
- msgstr "Nomor:"
-
msgid "Big buildings mode"
msgstr "Mode bangunan besar"
@@@ -22451,6 -23690,9 +23714,9 @@@ msgstr "Nonaktifkan memotong gambar sel
msgid "Use \"Tableau d''assemblage\""
msgstr "Gunakan \"Tableu d\"assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Pilih layer WMS pertama di dalam daftar."
@@@ -22470,12 -23712,6 +23736,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "tinggi"
-
- msgid "medium"
- msgstr "sedang"
-
msgid "symbol"
msgstr "simbol"
@@@ -22617,6 -23853,9 +23877,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Tampilan crosspieces:"
@@@ -22636,6 -23875,9 +23899,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Perbolehkan untuk menambahkan tag \"add:street\" pada node/titik."
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Tambahkan \"sumber=...\" ke elemen?"
@@@ -22750,21 -23992,21 +24016,18 @@@ msgstr "Lokasi {0} siap pada layar. tid
msgid "(optional)"
msgstr "Pilihan"
--msgid "Change location"
--msgstr "Ubah Lokasi"
--
--msgid "Set a new location for the next request"
--msgstr "Atur lokasi baru untuk permintaan selanjutnya"
++msgid "Image cropping"
++msgstr "Memotong gambar"
msgid "Add a new municipality layer"
msgstr "Tambahkan layer kotamadya"
--msgid "Commune"
--msgstr "kelompok"
++msgid "Image georeferencing"
++msgstr "Gambar georeferensi"
msgid ""
--"<html>Enter the town,village or city name.<br>Use the syntax and punctuation "
--"known by www.cadastre.gouv.fr .</html>"
++"Do you want to cancel completely\n"
++"or just retry "
msgstr ""
"<html>Masukkan kota atau nama desa.<br>Gunakan syntax dan tanda yang "
"diketaui oleh www.cadastre.gov.fr.</html>"
@@@ -22775,8 -24017,8 +24038,8 @@@ msgstr "Departemen
msgid "<html>Departement number (optional)</html>"
msgstr "<html>Nomor departemen (optional)</html>"
--msgid "Add new layer"
--msgstr "Tambah layer baru"
++msgid "Enter cadastre east,north position"
++msgstr "Masukkan kadaster timur, posisi utara"
msgid "Open Cadastre Preferences"
msgstr "Buka pengaturan kadaster"
@@@ -22787,17 -24029,17 +24050,17 @@@ msgstr "Persempit georeferensi
msgid "Improve georeferencing (only raster images)"
msgstr "Mengubah georeference (hanya gambar raster)"
--msgid "Reset cookie"
--msgstr "Atur ulang cookie"
++msgid "East"
++msgstr "Timur"
--msgid "Get a new cookie (session timeout)"
--msgstr "Dapatkan cookie baru (sesi habis)"
++msgid "I use the mouse"
++msgstr "Saya gunakan mouse"
msgid "Save image as..."
msgstr "Simpan gambar sebagai..."
--msgid "PNG files (*.png)"
--msgstr "PNG files (*.png)"
++msgid "Click second corner for image cropping"
++msgstr "Klik sudut kedua untuk pemotongan gambar"
msgid "GeoTiff files (*.tif)"
msgstr "Fle GeoTiff (*.tif)"
@@@ -22885,8 -24127,11 +24148,11 @@@ msgstr "layer WMS ({0}), {1} indeks(s)
msgid "Is not vectorized."
msgstr "Bukan vektorisasi"
- msgid "Raster size: {0}"
- msgstr "Ukuran raster: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "vektorisasi"
@@@ -22940,8 -24185,8 +24206,8 @@@ msgstr "Hapus skema yang dipilih dari d
msgid "Color Schemes"
msgstr "Skema warna"
- msgid "Adress"
- msgstr "Alamat"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr "Area terpisah"
@@@ -23169,27 -24414,9 +24435,9 @@@ msgstr "Non aktifkan pencatatan data ji
msgid "Unknown logFormat"
msgstr "logFormat tidak diketahui"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "perbaharui daftar port"
-
- msgid "Configure"
- msgstr "Konfigurasi"
-
msgid "Configure Device"
msgstr "Alat konfigurasi"
- msgid "Connection Error."
- msgstr "Kesalahan sambungan"
-
- msgid "configure the connected DG100"
- msgstr "konfigurasi disambungkan DG100"
-
- msgid "delete data after import"
- msgstr "Hapus data setelah import"
-
msgid "Importing data from device."
msgstr "pengimporan data dari alat"
@@@ -24357,9 -25584,32 +25605,32 @@@ msgstr "Menggabung garis/way yang bertu
msgid "Merge Overlap (combine)"
msgstr "Menggabung yang bertumpang tindih (kombinasi)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Peranan berdasarkan relasi keanggotaan telah disalin pada seluruh "
+ "jalur baru.<br> Anda harus melakukan verifikasi hal ini dan memperbaikinya "
+ "jika diperlukan.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Relasi keanggotaan telah disalin pada seluruh jalur baru.<br> Anda "
+ "harus melakukan verifikasi hal ini dan memperbaikinya jika diperlukan.</html>"
+
msgid "Split way"
msgstr "Memisahkan garis/way"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>Masukkan tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Masukkan tag value, i.e. <strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan Left"
@@@ -25067,9 -26317,6 +26338,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Kesalahan muncul: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Tidak dapat membuat bug baru. Hasil: {0}"
-
msgid "Process queue"
msgstr "Antrian proses"
@@@ -25126,18 -26373,6 +26394,6 @@@ msgstr "
msgid "Close: "
msgstr "Tutup: "
- msgid "New issue"
- msgstr "Isu baru"
-
- msgid "Create issue"
- msgstr "Buat isu"
-
- msgid "Describe the problem precisely"
- msgstr "Jelaskan masalah dengan tepat"
-
- msgid "Create: "
- msgstr "Buat: "
-
msgid "Open in browser"
msgstr "Buka di browser"
@@@ -25488,6 -26723,27 +26744,27 @@@ msgstr "Tes gagal: Tdiak dapaat membac
msgid "Test failed: Could not write mtime."
msgstr "Tes gagal: Tidak dapat menulis mtime"
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Apakah anda ingin menyimpan kalibrasi saat ini dari layer {0}?"
@@@ -25643,6 -26899,9 +26920,9 @@@ msgstr "Tidak ada di clipboard
msgid "The clipboard data is not an image"
msgstr "Data clipboard bukan merupakan gambar"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Peringatan: Gagal menangani berkas zip \"{0}\". Pengecualian: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"Berkas kalibrasi diasosiasikan ke dalam berkas gambar yang ditemukan\" {0}\n"
@@@ -25965,9 -27224,6 +27245,6 @@@ msgstr "File GPX tidak memiliki trek at
msgid "Create Stops from GPX"
msgstr "Membuat pemberhentian dari GPX"
- msgid "Tracks"
- msgstr "Trek"
-
msgid "Tracks in this GPX file:"
msgstr "Trek pada file GPX ini:"
@@@ -26186,6 -27442,9 +27463,9 @@@ msgstr "Masukkan ID dari set perubahan
msgid "Reverted changeset"
msgstr "Perubahan yang telah dikembalikan"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Hilang target penggabungan untuk {0} dengan id {1}"
@@@ -26221,15 -27480,35 +27501,35 @@@ msgstr "Mengambil primitif yang hilang
msgid "Downloading changeset"
msgstr "Mengunduh set perubahan"
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr "Mengembalikan perubahan #{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Peringatan: tidak mendukung start elemen ''{0}'' pada isi set perubahan "
+ "posisi ({1},{2}). Dilewati."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Peringatan: tidak mendukung elemen akhir ''{0}'' pada isi set perubahan di "
+ "posisi ({1},{2}). Dilewati."
+
msgid "Road Sign Plugin"
msgstr "Plugin Petanda Jalan"
msgid "signs"
msgstr "tanda"
+ msgid "Change Properties"
+ msgstr "Ubah properti"
+
msgid "Country preset:"
msgstr "Preset negara:"
@@@ -26344,9 -27623,6 +27644,6 @@@ msgstr "Pengaturan Plugin Rute
msgid "Configure routing preferences."
msgstr "Atur Pengaturan Rute"
- msgid "Highway type"
- msgstr "Jenis jalan"
-
msgid "Speed (Km/h)"
msgstr "Kecepatan (Km/jam)"
@@@ -26550,20 -27826,20 +27847,20 @@@ msgstr "Faktor jarak
msgid "Merge Nearby Nodes Threshold"
msgstr "Menggabungkan ambang batas Node/titik terdekat"
- msgid "Online Help"
- msgstr "Bantuan Online"
+ msgid "SeaMap Editor"
+ msgstr "Editor SeaMap"
- msgid "Load"
- msgstr "Memuat"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "Tak terlihat"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "Editor SeaMap"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
- msgstr "Export"
+ msgid "Select a map object"
+ msgstr ""
msgid "AutoSave LiveData"
msgstr "AutoSave LiveData"
@@@ -26788,6 -28064,95 +28085,95 @@@ msgstr "Tracer.
msgid "Tracer building"
msgstr "Tracer bangunan"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -26827,6 -28192,11 +28213,11 @@@ msgstr "Muat objek dari server
msgid "Download signed data"
msgstr "Download data yang telah masuk"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Peringatan: Abaikan pengecualian karena task telah dibatalkan. Pengecualian: "
+ "{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26996,9 -28366,6 +28387,6 @@@ msgstr "Gagal masuk!
msgid "Please give a tolerance in meters"
msgstr "Beri toleransi dalam meter"
- msgid "Accuracy"
- msgstr "Akurasi"
-
msgid "Select as much as you like:"
msgstr "Pilih sebanyak mungkin yang Anda inginkan:"
@@@ -28130,9 -29497,6 +29518,6 @@@ msgstr "Membatalkan pilihan node/titik
msgid "Removes all nodes from selection"
msgstr "Hilangkan semua titik dari semua objek yang terpilih"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Import Video"
@@@ -28439,9 -29803,6 +29824,6 @@@ msgstr "Menetapkan bahasa standar untu
msgid "Enter the Wikipedia language"
msgstr "Masukkan bahasa Wikipedia"
- msgid "Add Tag"
- msgstr "Tambahkan Tag (Label)"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/is.po
index e0acfeb,f1d1ad6..4e119fa
--- a/i18n/po/is.po
+++ b/i18n/po/is.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:49+0000\n"
"Last-Translator: Pjetur G. Hjaltason <pjetur at pjetur.net>\n"
"Language-Team: Icelandic <is at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:46+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:45+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: is\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Um JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -253,9 -259,6 +259,6 @@@ msgstr "Tól: {0}
msgid "Please select at least four nodes."
msgstr "Veldu minnst fjóra hnúta"
- msgid "Information"
- msgstr "Upplýsingar"
-
msgid "Align Nodes in Line"
msgstr "Raða hnútum à lÃnu"
@@@ -292,6 -295,9 +295,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr "Ekkert er valið til að þysja að."
+ msgid "Information"
+ msgstr "Upplýsingar"
+
msgid "Zoom to {0}"
msgstr "Ãysja að {0}"
@@@ -348,11 -354,9 +354,9 @@@ msgstr "
"haldist sér. Vilt þú skipta um átt sumra þeirra?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Gat ekki sameinað vegi: Einhverjir þeirra voru aðskildir en til að hægt sé "
- "að sameina þá þurfa þeir að vera ein samfelld röð af hnútum"
msgid "Combine {0} ways"
msgstr "Sameina {0} vegi"
@@@ -530,6 -534,9 +534,9 @@@ msgstr "Breytingaskrá
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Sýna breytingarskrá þessa hluts á OpenStreetMap vefnum"
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -643,7 -650,7 +650,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -793,8 -800,8 +800,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Sameina valda hnúta á staðsetningu þess elsta."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -979,12 -986,8 +986,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1002,9 -1005,6 +1005,6 @@@ msgstr "Hornrétta
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1171,9 -1171,6 +1171,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1322,13 -1319,13 +1319,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1417,6 -1414,27 +1414,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Afturkalla"
@@@ -1701,6 -1719,9 +1719,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Sæki {0} af {1} ({2} eftir)"
@@@ -1920,8 -1941,8 +1941,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2346,6 -2367,9 +2367,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2544,8 -2568,7 +2568,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2631,6 -2654,9 +2654,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Breytti hnút {0}"
@@@ -2667,10 -2693,10 +2693,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2693,8 -2719,8 +2719,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2801,6 -2827,9 +2827,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Snúa {0} hnút"
@@@ -2861,8 -2890,8 +2890,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2892,10 -2921,10 +2921,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr "Ekki vista breytingar"
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2916,6 -2945,9 +2945,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2946,18 -2978,18 +2978,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2966,8 -2998,8 +2998,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2975,13 -3007,11 +3007,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2995,8 -3025,8 +3025,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3026,11 -3056,10 +3056,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ÃÃEKKT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3183,8 -3212,7 +3212,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3291,7 -3319,7 +3319,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3329,9 -3357,6 +3357,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3370,6 -3395,9 +3395,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Heimilisfang"
@@@ -3394,6 -3422,15 +3422,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3453,6 -3490,9 +3490,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3535,6 -3575,15 +3575,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Marghyrningur"
@@@ -3604,6 -3653,12 +3653,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3661,13 -3716,13 +3716,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3699,10 -3754,10 +3754,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3836,7 -3891,7 +3891,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3911,6 -3966,9 +3966,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3941,9 -3999,6 +3999,6 @@@ msgstr "bygging
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3968,10 -4023,10 +4023,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4034,23 -4089,6 +4089,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4154,7 -4192,7 +4192,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr "Sæki skilaboð dagsins"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4385,6 -4423,18 +4423,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Hljóð"
@@@ -4489,19 -4539,6 +4539,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "Villa: Slökkt er á eigindum"
-
- msgid "true: the property is explicitly switched on"
- msgstr "à lagi: Kveikt er á eigindum"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "Ekki sett: Ekki setja þessi eigindi á valda hluta"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4789,29 -4826,47 +4826,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4826,7 -4881,7 +4881,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4878,14 -4933,6 +4933,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5135,14 -5182,14 +5182,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5663,6 -5710,9 +5710,9 @@@ msgstr "Sýna/Fela
msgid "Information about layer"
msgstr "Upplýsingar um lag"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "TeiknistÃll korts"
@@@ -5746,6 -5796,33 +5796,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Sláið inn auðkenni hlutarins sem á að sækja"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Vensl"
@@@ -5838,8 -5915,7 +5915,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Sýna notandasÃðu þessa notanda á openstreetmap.org"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6009,9 -6085,6 +6085,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr "Sækja og sýna sögu valinna hluta"
@@@ -6298,8 -6371,8 +6371,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6364,35 -6437,47 +6437,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Eigindi"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Eigindi valdra hluta."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<mismunandi>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Stak Ã"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "{0} eigindi & {1} vensl"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Eigindi & vensl"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Eyða völdum lykil à öllum völdum hlutum"
- msgid "Delete Properties"
- msgstr "Eyða eigindum"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Breyta venslum"
@@@ -6406,13 -6491,13 +6491,13 @@@ msgstr "Eyða valinu úr venslunum {0}?
msgid "Add a new key/value pair to all objects"
msgstr "Bæta nýjum eigindum við valda hluti"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Breyta gildi valins lykils à öllum völdum hlutum"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6566,7 -6651,7 +6651,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6884,6 -6969,25 +6969,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Bókamerki"
@@@ -7021,21 -7125,8 +7125,8 @@@ msgstr "
msgid "Download object"
msgstr "Sækja hlut"
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Sláið inn auðkenni hlutarins sem á að sækja"
+ msgid "Start downloading"
+ msgstr "Byrja að sækja gögn"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7045,23 -7136,9 +7136,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Byrja að sækja gögn"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7158,7 -7235,7 +7235,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7257,6 -7334,9 +7334,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7344,7 -7424,7 +7424,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7363,6 -7443,12 +7443,12 @@@ msgstr "Breytingarágrip (stutt lýsin
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7432,8 -7518,7 +7518,7 @@@ msgid "Closing changeset {0}
msgstr "Loka breytingarsetti {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7508,8 -7593,8 +7593,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7523,8 -7608,7 +7608,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7739,12 -7823,6 +7823,6 @@@ msgstr "Hlaða upp þessari breytingu
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7753,6 -7831,22 +7831,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7768,6 -7862,21 +7862,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Hætta við að hala upp og halda áfrám að breyta"
@@@ -7775,8 -7884,8 +7884,8 @@@ msgid "Tags of changeset {0}
msgstr "Tögg á breytingarsetti #{0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7888,9 -7997,6 +7997,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7900,6 -8006,9 +8006,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7920,7 -8029,7 +8029,7 @@@ msgstr "Veldu hluti til að hlaða upp
msgid "Cancel uploading"
msgstr "Hætta við að hlaða upp"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8066,7 -8175,7 +8175,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8096,7 -8205,7 +8205,7 @@@ msgstr "útgáfa {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8449,9 -8558,6 +8558,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8470,6 -8576,9 +8576,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8527,6 -8636,12 +8636,12 @@@ msgstr "Næsta
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8593,9 -8708,6 +8708,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8776,14 -8888,10 +8888,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8798,7 -8906,7 +8906,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8808,8 -8916,7 +8916,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9029,7 -9136,7 +9136,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9748,21 -9855,21 +9855,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9816,6 -9923,9 +9956,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9869,6 -9979,11 +10012,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10329,6 -10444,12 +10477,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10392,7 -10513,7 +10546,7 @@@ msgstr "Kortastillingar
msgid "Settings for the map projection and data interpretation."
msgstr "Stillingar tengdar kortavörpun og gagnatúlkun."
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10652,40 -10773,40 +10806,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10738,8 -10859,8 +10892,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10748,20 -10869,25 +10902,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10843,14 -10969,8 +11002,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10923,8 -11043,8 +11076,8 @@@ msgstr "Vista forstillingu
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Breyta eigindum"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11002,9 -11122,6 +11155,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11023,6 -11140,14 +11173,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11054,9 -11179,49 +11212,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "Villa: Slökkt er á eigindum"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "à lagi: Kveikt er á eigindum"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "Ekki sett: Ekki setja þessi eigindi á valda hluta"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11087,7 -11252,7 +11285,7 @@@ msgid "Contacting OSM Server...
msgstr "Hef samband við OpenStreetMap miðlara..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11127,28 -11292,26 +11325,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11243,6 -11406,9 +11439,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11258,12 -11424,20 +11457,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11342,7 -11516,7 +11549,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11441,35 -11615,11 +11648,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11479,8 -11629,8 +11662,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11507,10 -11657,7 +11690,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11594,8 -11741,8 +11774,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11793,7 -11940,7 +11973,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11839,6 -11986,15 +12019,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11869,19 -12025,19 +12058,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11903,11 -12059,23 +12092,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11977,18 -12145,14 +12178,14 @@@ msgid "Download skipped
msgstr "Ekki sótt"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Aðvörun: get ekki sótt Ãforrit \"{0}\". Slóð að Ãforriti er ekki þekkt. - "
- "Ekki sótt."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Aðvörun: get ekki sótt Ãforrit \"{0}\". Slóð að Ãforriti ''{1}'' er ekki "
- "gild slóð. - Ekki sótt."
msgid "Failed to create plugin directory ''{0}''"
msgstr ""
@@@ -12131,11 -12295,11 +12328,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Aðvörun: gat ekki sótt upplýsingar um Ãforrit"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Gera viðbótina óvirka"
@@@ -12149,27 -12313,22 +12346,22 @@@ msgstr "Halda viðbótinni
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Aðvörun: gat ekki sett inn sótt Ãforrit \"{0}\". Sleppi uppsetningu. JOSM "
- "mun nota eldri útgáfu Ãforritsins"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Aðvörun: gat ekki sett inn Ãforrit \"{0}\" frá tÃmabundinni skrá ''{1}''. "
- "Gat ekki endurnefnt skrá."
msgid "Click to disable the plugin ''{0}''"
msgstr ""
@@@ -12237,8 -12396,7 +12429,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12253,9 -12411,24 +12444,24 @@@ msgstr "Sæki lista Ãforrita...
msgid "Downloading plugin list from ''{0}''"
msgstr "Sæki lista Ãforrita frá ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12579,12 -12752,11 +12785,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12595,21 -12767,64 +12800,64 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
msgstr ""
msgid "Value is too long (max {0} characters):"
@@@ -12629,9 -12844,23 +12877,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12954,6 -13183,11 +13216,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13194,6 -13428,9 +13461,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13243,9 -13480,6 +13513,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13282,6 -13516,11 +13549,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13412,6 -13651,9 +13684,9 @@@ msgstr "Upphækkun
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Tollur"
+
msgid "Motorway Link"
msgstr "Tengibraut á hraðbraut"
@@@ -13502,6 -13744,50 +13777,50 @@@ msgstr "Ãbúðargata
msgid "Edit Residential Street"
msgstr "Breyti Ãbúðargötu"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "já"
+
+ msgid "no"
+ msgstr "nei"
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Vistgata"
@@@ -13520,11 -13806,11 +13839,11 @@@ msgstr "
msgid "Service"
msgstr "Ãjónustuvegur"
- msgid "Edit Serviceway"
- msgstr "Breyta þjónustuveg"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Gerð þjónustuvegs"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "port"
@@@ -13535,6 -13821,9 +13854,9 @@@ msgstr "heimreið
msgid "parking_aisle"
msgstr "bÃlastæðavegur"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "BÃlastæðavegur"
@@@ -13562,18 -13851,12 +13884,12 @@@ msgstr "hringtorg
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "já"
-
msgid "Road Restrictions"
msgstr "Vegtakmarkanir"
msgid "Edit Road Restrictions"
msgstr "Breyti vegtakmörkunum"
- msgid "Toll"
- msgstr "Tollur"
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13583,9 -13866,6 +13899,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13595,15 -13875,15 +13908,15 @@@ msgstr "leyfður
msgid "private"
msgstr "einkavegur"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "à landbúnaðarskyni"
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "nei"
-
msgid "official"
msgstr ""
@@@ -13649,6 -13929,9 +13962,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Lámarkshraði (km/klst)"
@@@ -13733,6 -14016,9 +14049,9 @@@ msgstr "Breyti brú
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13837,21 -14123,30 +14156,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13867,10 -14162,10 +14195,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr "Breyti reiðstÃg"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13906,7 -14201,7 +14234,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13975,12 -14270,18 +14303,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "NeyðarsÃmi"
+ msgid "Drinking Water"
+ msgstr "Drykkjarvatn"
msgid "Traffic Signal"
msgstr "Umferðarljós"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13996,15 -14297,6 +14330,6 @@@ msgstr "eyja
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14026,6 -14318,15 +14351,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14035,6 -14336,9 +14369,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Smáhringtorg"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Ãtt"
@@@ -14044,10 -14348,7 +14381,7 @@@ msgstr "réttsælis
msgid "Pedestrian Crossing"
msgstr "Gangbraut"
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14080,9 -14381,6 +14414,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr "Beygjuhringur"
@@@ -14125,6 -14423,12 +14456,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Leyfileg umferð:"
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14140,6 -14444,9 +14477,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14209,19 -14516,13 +14549,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14252,6 -14553,7 +14589,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14261,11 -14563,11 +14599,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Inngangur"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Breyti inngang"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Hlið"
@@@ -14318,12 -14620,6 +14656,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14384,12 -14680,21 +14716,21 @@@ msgstr "Breyti frárennsli
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "Lækur"
msgid "Edit Stream"
msgstr "Breyti læk"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Skipaskurður"
@@@ -14429,9 -14734,6 +14770,6 @@@ msgstr "Breyti stÃflu
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14465,6 -14767,21 +14803,21 @@@ msgstr "
msgid "Edit Water"
msgstr "Breyti vatni"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -14546,18 -14863,23 +14899,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "hjól"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14633,7 -14955,7 +14991,7 @@@ msgstr "ferðamennska
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14657,10 -14979,13 +15015,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
- msgstr "Volt"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14672,9 -14997,6 +15033,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14696,13 -15018,13 +15054,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14726,6 -15048,9 +15084,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14738,18 -15063,32 +15099,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14849,11 -15188,9 +15224,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14865,11 -15202,9 +15238,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14888,12 -15223,12 +15259,12 @@@ msgstr "slitlag
msgid "underground"
msgstr ""
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Aðgangur"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -14921,9 -15256,6 +15292,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14945,10 -15277,29 +15313,29 @@@ msgstr "OpnunartÃmi
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15098,6 -15449,9 +15485,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Volt"
+
msgid "Amperage"
msgstr ""
@@@ -15119,6 -15473,12 +15509,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15146,13 -15506,19 +15542,19 @@@ msgstr "Leiga
msgid "Edit Car Rental"
msgstr "Breyti bÃlaleigu"
- msgid "Sharing"
+ msgid "Second hand"
msgstr ""
- msgid "Edit Car Sharing"
+ msgid "only"
msgstr ""
- msgid "Edit Motorcycle Parking"
+ msgid "Sharing"
+ msgstr ""
+
+ msgid "Edit Car Sharing"
+ msgstr ""
+
+ msgid "Edit Motorcycle Parking"
msgstr ""
msgid "Motorcycle Dealer"
@@@ -15170,22 -15536,6 +15572,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15207,9 -15557,6 +15593,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Föt"
@@@ -15404,6 -15751,9 +15787,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15434,6 -15784,9 +15820,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Bekkur"
@@@ -15446,9 -15799,6 +15835,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15458,9 -15808,14 +15844,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Bygging"
@@@ -15473,6 -15828,9 +15864,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15497,14 -15855,6 +15891,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr "UIC-TilvÃsun"
@@@ -15553,8 -15903,8 +15939,8 @@@ msgstr "
msgid "Taxi"
msgstr "LeigubÃlastöð"
- msgid "Edit Taxi station"
- msgstr "Breyti leigubÃlastöð"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Flugvöllur"
@@@ -15607,6 -15957,21 +15993,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr ""
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15629,21 -15994,6 +16030,6 @@@ msgstr "Breyti hóteli
msgid "Stars"
msgstr "Stjörnur"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr ""
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -15833,9 -16183,6 +16219,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Ferðamennska"
@@@ -15857,9 -16204,15 +16240,15 @@@ msgstr "
msgid "Information Office"
msgstr "Upplýsingamiðstöð"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Kort"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15872,6 -16225,9 +16261,9 @@@ msgstr "stræti
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15911,6 -16267,9 +16303,9 @@@ msgstr "
msgid "Information Board"
msgstr "Fræðsluskilti"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15932,22 -16291,34 +16327,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16077,49 -16448,43 +16484,43 @@@ msgstr "Listaverk
msgid "Edit Artwork"
msgstr "Breyti listaverki"
- msgid "Place of Worship"
- msgstr "Helgistaður"
-
- msgid "Edit Place of Worship"
- msgstr "Breyti helgistað"
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
- msgstr ""
+ msgid "Place of Worship"
+ msgstr "Helgistaður"
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16137,6 -16502,12 +16538,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16149,6 -16520,9 +16556,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16167,37 -16541,137 +16577,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16287,6 -16761,12 +16797,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Heilsa"
@@@ -16368,84 -16848,168 +16884,168 @@@ msgstr "Dýralæknir
msgid "Edit Veterinary"
msgstr "Breyti dýralækni"
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
- msgstr "Póstkassi"
+ msgid "Access rights"
+ msgstr ""
- msgid "Telephone"
- msgstr "AlmenningssÃmi"
+ msgid "public"
+ msgstr ""
- msgid "Edit Telephone"
- msgstr "Breyti almenningssÃma"
+ msgid "seasonal"
+ msgstr ""
- msgid "Telephone cards"
- msgstr "SÃmakort"
+ msgid "flush"
+ msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
+ msgstr "Póstkassi"
+
+ msgid "Edit Postbox"
msgstr ""
- msgid "billboard"
+ msgid "Collection times"
msgstr ""
- msgid "Visibility/readability"
+ msgid "11:30"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Drive through"
msgstr ""
- msgid "Shows current date"
+ msgid "Telephone"
+ msgstr "AlmenningssÃmi"
+
+ msgid "Edit Telephone"
+ msgstr "Breyti almenningssÃma"
+
+ msgid "Telephone cards"
+ msgstr "SÃmakort"
+
+ msgid "Emergency Phone"
+ msgstr "NeyðarsÃmi"
+
+ msgid "Internet Access"
msgstr ""
- msgid "Shows temperature"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Shows humidity"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Recycling"
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
msgstr "Endurvinnsla"
- msgid "Edit Recycling station"
- msgstr "Breyti endurvinnslustöð"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Rafhlöður"
@@@ -16471,21 -17035,15 +17071,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16520,18 -17078,24 +17114,24 @@@ msgstr "
msgid "Height"
msgstr "Hæð"
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr ""
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "Drykkjarvatn"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16563,6 -17127,9 +17163,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16600,117 -17167,153 +17203,153 @@@ msgstr "Ãþróttaleikvangur
msgid "Edit Stadium"
msgstr "Breyti Ãþróttaleikvang"
- msgid "select sport:"
- msgstr "veldu Ãþrótt:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "Ãþrótt"
+ msgid "Sport"
+ msgstr "Ãþróttir"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "bogfimi"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "ástralskur fótbolti"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "hafnabolti"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "körfubolti"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "klifur"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hokkÃ"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "skotfimi"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skautar"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "skÃði"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fótbolti"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "sund"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "borðtennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16744,26 -17347,27 +17383,27 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr "Ãþróttir"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "gerð"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "völlur"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "Ãþróttamiðstöð"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "Ãþróttaleikvangur"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16771,6 -17375,15 +17411,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "völlur"
+
+ msgid "sports_centre"
+ msgstr "Ãþróttamiðstöð"
+
+ msgid "stadium"
+ msgstr "Ãþróttaleikvangur"
+
msgid "10pin"
msgstr ""
@@@ -16804,6 -17417,22 +17453,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16860,7 -17489,7 +17525,7 @@@ msgid "Skating
msgstr "Skautar"
msgid "Edit Skating"
- msgstr "Breyti skautum"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -16904,36 -17533,54 +17569,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16976,19 -17623,15 +17659,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17127,6 -17770,18 +17806,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17139,60 -17794,134 +17830,134 @@@ msgstr "Mannvirki
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Inngangur"
+
+ msgid "Edit Entrance"
+ msgstr "Breyti inngang"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Turn"
@@@ -17417,41 -18146,67 +18182,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17460,8 -18215,8 +18251,8 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
- msgstr "Eftirlitsmyndavél"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Breyti eftirlitsmyndavél"
@@@ -17472,12 -18227,102 +18263,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Rafall"
@@@ -17529,89 -18374,192 +18410,192 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
msgstr ""
- msgid "battery charging"
+ msgid "stellarator"
msgstr ""
- msgid "Power Station"
- msgstr "Orkuver"
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Breyti orkuveri"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Spennustöð"
@@@ -17622,6 -18570,21 +18606,21 @@@ msgstr "Breyti spennustöð
msgid "Line reference"
msgstr "TilvÃsunarnúmer lÃnunnar"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17637,6 -18600,9 +18636,9 @@@ msgstr "Breyti háspennustaur
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17655,11 -18621,9 +18657,9 @@@ msgstr "Breyti raflÃnu
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17768,11 -18732,11 +18768,11 @@@ msgstr "Sjoppa
msgid "Edit Kiosk"
msgstr "Breyti sjoppu"
- msgid "Baker"
- msgstr "BakarÃ"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Breyti bakarÃi"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Slátrari"
@@@ -17783,7 -18747,7 +18783,7 @@@ msgstr "Breyti slátrara
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17804,6 -18768,9 +18804,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "LÃfræn búð"
+
msgid "Greengrocer"
msgstr ""
@@@ -17816,9 -18783,6 +18819,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "LÃfræn búð"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17888,7 -18852,7 +18888,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17909,13 -18873,13 +18909,13 @@@ msgstr "Breyti raftækjabúð
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17924,7 -18888,6 +18924,6 @@@ msgstr "Hljómtækjaverslun
msgid "Edit Hifi Shop"
msgstr "Breyti hljómtækjaverslun"
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17952,6 -18915,12 +18951,12 @@@ msgstr "Breyti gjaldeyrisskiptum
msgid "Edit Automated Teller Machine"
msgstr "Breyti hraðbanka"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17988,10 -18957,31 +18993,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18021,7 -19011,7 +19047,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18033,19 -19023,19 +19059,19 @@@ msgstr "Breyti húsgagnaverslun
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18081,7 -19071,7 +19107,7 @@@ msgstr "Breyti ferðaskrifstofu
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18294,6 -19284,12 +19320,12 @@@ msgstr "Tindur
msgid "Edit Peak"
msgstr "Breyti tind"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Jökull"
@@@ -18333,32 -19329,26 +19365,26 @@@ msgstr "Tré
msgid "Edit Tree"
msgstr "Breyti tré"
- msgid "Botanical Name"
- msgstr "Fræðiheiti"
-
- msgid "Wood"
- msgstr "Skógur"
-
- msgid "Edit Wood"
- msgstr "Breyti skóg"
+ msgid "broad_leaved"
+ msgstr ""
- msgctxt "wood"
- msgid "coniferous"
+ msgid "conifer"
msgstr ""
- msgctxt "wood"
- msgid "deciduous"
+ msgid "palm"
msgstr ""
- msgctxt "wood"
- msgid "mixed"
+ msgid "Botanical Name"
+ msgstr "Fræðiheiti"
+
+ msgid "Tree Row"
msgstr ""
- msgid "Forest"
- msgstr "Skógur (ræktaður)"
+ msgid "Wood"
+ msgstr "Skógur"
- msgid "Edit Forest Landuse"
- msgstr "Breyti ræktuðum skóg"
+ msgid "Edit Wood"
+ msgstr "Breyti skóg"
msgid "coniferous"
msgstr "barrskógur"
@@@ -18369,6 -19359,12 +19395,12 @@@ msgstr "laufskógur
msgid "mixed"
msgstr "blandaður"
+ msgid "Forest"
+ msgstr "Skógur (ræktaður)"
+
+ msgid "Edit Forest Landuse"
+ msgstr "Breyti ræktuðum skóg"
+
msgid "Grassland"
msgstr ""
@@@ -18444,6 -19440,12 +19476,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18498,8 -19500,8 +19536,8 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
- msgstr "Ãbúðarsvæði"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Breyti Ãbúðarlandnýtingu"
@@@ -18510,6 -19512,9 +19548,9 @@@ msgstr "Grafreitur
msgid "Edit Graveyard"
msgstr "Breyti grafreit"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18585,6 -19590,33 +19626,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Breyti heimilisfangi"
@@@ -18621,6 -19653,18 +19689,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18789,21 -19833,50 +19869,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "fótgangandi"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18849,19 -19922,22 +19958,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18885,7 -19961,7 +19997,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18981,18 -20057,27 +20093,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "brú"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr "hjól"
+
+ msgid "foot"
+ msgstr "fótgangandi"
+
msgid "horse"
msgstr ""
@@@ -19002,7 -20087,10 +20123,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19011,10 -20099,10 +20135,10 @@@ msgstr "vegþjónustur
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19032,6 -20120,9 +20156,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19047,28 -20138,28 +20174,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19089,19 -20180,19 +20216,19 @@@ msgstr "smábátahöfn
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19176,10 -20267,13 +20303,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr "Ãþrótt"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19194,9 -20288,6 +20324,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr "Eldsneytisstöð"
@@@ -19224,6 -20315,9 +20351,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19269,10 -20363,40 +20399,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19284,7 -20408,7 +20444,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19302,7 -20426,7 +20462,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19419,19 -20543,130 +20579,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19450,7 -20685,46 +20721,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19462,24 -20736,30 +20772,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19495,7 -20775,7 +20814,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19504,6 -20784,9 +20823,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19650,6 -20933,29 +20972,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19815,6 -21121,9 +21160,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19860,6 -21169,39 +21208,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20061,6 -21403,18 +21442,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20082,13 -21436,7 +21475,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20351,10 -21699,13 +21738,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20558,7 -21909,7 +21948,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20829,15 -22180,6 +22219,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21008,6 -22350,9 +22389,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21026,12 -22371,6 +22410,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21167,6 -22506,9 +22545,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21184,6 -22526,9 +22565,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21410,7 -22755,10 +22794,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21460,7 -22808,7 +22847,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21631,20 -22979,20 +23018,85 @@@ msgid "Users mapping nearby:
msgstr ""
msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21684,27 -23032,9 +23136,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22782,9 -24112,26 +24216,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23431,9 -24778,6 +24882,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Villa kom upp: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23488,18 -24832,6 +24936,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Ný padda"
-
- msgid "Create issue"
- msgstr "Búa til pöddu"
-
- msgid "Describe the problem precisely"
- msgstr "Lýstu vandamálinu nákvæmlega"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23846,6 -25178,27 +25282,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23997,6 -25350,9 +25454,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24314,9 -25670,6 +25774,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24532,6 -25885,9 +25989,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24564,15 -25920,31 +26024,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Breyta eigindum"
+
msgid "Country preset:"
msgstr ""
@@@ -24687,9 -26059,6 +26163,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24868,19 -26237,19 +26341,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25096,6 -26465,95 +26569,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25132,6 -26590,9 +26694,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25284,9 -26745,6 +26849,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26272,9 -27730,6 +27834,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26553,9 -28008,6 +28112,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/it.po
index 45e1f42,8f88cdc..e26cad1
--- a/i18n/po/it.po
+++ b/i18n/po/it.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm 20081003\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-30 14:52+0000\n"
- "Last-Translator: Davide <Unknown>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-17 07:01+0000\n"
+ "Last-Translator: Davide Prade <davide.prade at gmail.com>\n"
"Language-Team: Italian <talk-it at lists.openstreetmap.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-31 04:32+0000\n"
- "X-Generator: Launchpad (build 16750)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:47+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: it\n"
msgid "Edit Motorway Link"
@@@ -21,10 -21,10 +21,10 @@@ msgid "{0}: option ''{1}'' is ambiguous
msgstr "{0}: l''opzione ''{1}'' è ambigua"
msgid "{0}: option ''--{1}'' does not allow an argument"
- msgstr "{0}: l''opzione ''--{1}'' non permette un argomento"
+ msgstr "{0}: l''opzione ''--{1}'' non consente un argomento"
msgid "{0}: option ''{1}{2}'' does not allow an argument"
- msgstr "{0}: l''opzione ''{1}{2}'' non permette un argomento"
+ msgstr "{0}: l''opzione ''{1}{2}'' non consente un argomento"
msgid "{0}: option ''{1}'' requires an argument"
msgstr "{0}: l''opzione ''{1}'' richiede un argomento"
@@@ -54,6 -54,9 +54,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"Apertura del collegamento non supportata sulla piattaforma corrente (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ERRORE: {0}"
+
msgid "WARNING: {0}"
msgstr "ATTENZIONE: {0}"
@@@ -63,11 -66,14 +66,14 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr "Causa: "
+
msgid "Executing platform startup hook"
msgstr "Esecuzione del collegamento iniziale alla piattaforma"
msgid "Building main menu"
- msgstr "Costruzione del menu principale"
+ msgstr "Creazione del menu principale"
msgid "Help"
msgstr "Aiuto"
@@@ -82,7 -88,7 +88,7 @@@ msgid "Initializing validator
msgstr "Inizializzazione del validatore"
msgid "Initializing map styles"
- msgstr "Inizializzazione degli stili di mappa"
+ msgstr "Inizializzazione degli stili della mappa"
msgid "Loading imagery preferences"
msgstr "Caricamento delle preferenze delle immagini aeree"
@@@ -123,10 -129,10 +129,10 @@@ msgid "Error
msgstr "Errore"
msgid "About"
- msgstr "Informazioni su JOSM"
+ msgstr "Informazioni"
msgid "Display the about screen."
- msgstr "Mostra le informazioni sul programma."
+ msgstr "Mostra la schermata delle informazioni"
msgid "Java OpenStreetMap Editor"
msgstr "Java OpenStreetMap Editor"
@@@ -138,7 -144,7 +144,7 @@@ msgid "Last change at {0}
msgstr "Ultima modifica {0}"
msgid "Java Version {0}"
- msgstr "Java versione {0}"
+ msgstr "Versione Java {0}"
msgid "Homepage"
msgstr "Pagina iniziale"
@@@ -168,25 -174,25 +174,25 @@@ msgid "About JOSM...
msgstr "Informazioni su JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ATTENZIONE: formato non previsto dell''indirizzo URL di base delle API. Il "
- "re-indirizzamento alla pagina di informazioni o dello storico per l''oggetto "
- "OSM probabilmente fallirà . L''indirizzo URL di base delle API è: ''{0}''"
+ "Formato inatteso per l''URL delle API. La redirezione verso la pagina delle "
+ "informazioni o dello storico per un oggetto OSM probabilmente fallirà . "
+ "L''URL delle API è: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ATTENZIONE: formato URL base dell''API inatteso. Il reindirizzamento alla "
- "pagina utente OSM probabilmente fallirà . L''URL di base delle API è: \"{0}\""
+ "Formato inatteso per l''URL delle API. La redirezione alla pagina utente OSM "
+ "probabilmente fallirà . L''URL delle API è: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
"screen with browser windows<br>and take some time to finish."
msgstr ""
- "Si è in procinto di avviare {0} finestre del browser.<br>Questa operazione "
+ "Si è in procinto di avviare {0} finestre del browser.<br>Quest''operazione "
"potrebbe riempire lo schermo con le finestre del browser<br>e metterci un "
"po'' di tempo."
@@@ -194,13 -200,13 +200,13 @@@ msgid "Continue
msgstr "Continua"
msgid "Click to continue and to open {0} browsers"
- msgstr "Click per continuare ed aprire {0} visualizzatori"
+ msgstr "Clicca per continuare ed aprire {0} visualizzatori"
msgid "Cancel"
msgstr "Annulla"
msgid "Click to abort launching external browsers"
- msgstr "Click per annullare l''esecuzione dei visualizzatori esterni"
+ msgstr "Clicca per annullare l''esecuzione dei visualizzatori esterni"
msgid "Please select at least one already uploaded node, way, or relation."
msgstr "Selezionare almeno un nodo, percorso o relazione già caricato."
@@@ -270,9 -276,6 +276,6 @@@ msgstr "Strumenti: {0}
msgid "Please select at least four nodes."
msgstr "Selezionare almeno quattro nodi."
- msgid "Information"
- msgstr "Informazioni"
-
msgid "Align Nodes in Line"
msgstr "Disponi i nodi in linea"
@@@ -295,11 -298,11 +298,14 @@@ msgid "conflict
msgstr "conflitto"
msgid "download"
- msgstr "scarica"
+ msgstr "scaricamento"
+
+ msgid "problem"
+ msgstr "problema"
+msgid "problem"
+msgstr "problema"
+
msgid "previous"
msgstr "precedente"
@@@ -309,6 -312,9 +315,9 @@@ msgstr "successivo
msgid "Nothing selected to zoom to."
msgstr "Nessuna selezione su cui ingrandire la visuale"
+ msgid "Information"
+ msgstr "Informazioni"
+
msgid "Zoom to {0}"
msgstr "Ingrandisci visuale su {0}"
@@@ -366,10 -372,10 +375,10 @@@ msgstr "
"la direzione di qualcuno?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Impossibile unire i percorsi (non possono essere fuse in una singola stringa "
+ "Impossibile unire i percorsi<br>(Non possono essere uniti in una unica serie "
"di nodi)"
msgid "Combine {0} ways"
@@@ -419,7 -425,7 +428,7 @@@ msgid "No data loaded.
msgstr "Nessun dato caricato."
msgid "You must select at least one way."
- msgstr "E'' necessario selezionare almeno un percorso."
+ msgstr "Ã necessario selezionare almeno un percorso."
msgid "Delete"
msgstr "Cancella"
@@@ -452,7 -458,7 +461,7 @@@ msgid "
"<html>This action will require {0} individual<br>download requests. Do you "
"wish<br>to continue?</html>"
msgstr ""
- "<html>Questa azione richiederà {0} richieste di scarico distinte.<br>Si "
+ "<html>Quest''azione richiederà {0} richieste di scarico distinte.<br>Si "
"vuole procedere?</html>"
msgid "Download data"
@@@ -557,10 -563,13 +566,13 @@@ msgstr "Cronologia
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
- "Visualizza le informazioni dello storico OSM su percorsi, nodi o relazioni."
+ "Visualizza le informazioni della cronologia OSM su ways, nodi o relazioni."
+
+ msgid "Show history"
+ msgstr "Visualizza cronologia"
msgid "History (web)"
- msgstr "Storico (web)"
+ msgstr "Cronologia (web)"
msgid ""
"Display history information about OSM ways, nodes, or relations in web "
@@@ -589,8 -598,7 +601,7 @@@ msgid "
msgstr ""
"Utilizza i tasti di direzione oppure trascina il livello delle immagini "
"aeree con il mouse per regolare lo scostamento.\n"
- "E'' possibile anche inserire uno scostamento est e nord nelle coordinate "
- "{0}.\n"
+ "Ã possibile anche inserire uno scostamento est e nord nelle coordinate {0}.\n"
"Se si desidera salvare lo scostamento come un segnalibro, inserire il nome "
"del segnalibro qui sotto"
@@@ -688,11 -696,11 +699,11 @@@ msgid "Joined overlapping areas
msgstr "Le aree sovrapposte sono state unite"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Alcuni percorsi facevano parte di relazioni che sono state modificate. Per "
- "favore verifica che non siano stati introdotti errori."
+ "Alcuni dei percorsi facevano parte di relazioni che sono state "
+ "modificate.<br>Si prega di verificare che non siano stati introdotti errori."
msgid "Fix tag conflicts"
msgstr "Correggi i conflitti di etichette"
@@@ -863,16 -871,17 +874,17 @@@ msgid "Merge nodes into the oldest one.
msgstr "Unisci i nuovi nodi in quello più vecchio."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Selezionare almeno due nodi da unire oppure un nodo vicino ad un altro nodo."
+ "Si prega di selezionare almeno due nodi per unire oppure un nodo in "
+ "prossimità di un altro nodo."
msgid "Abort Merging"
msgstr "Annulla unione"
msgid "Click to abort merging nodes"
- msgstr "Cliccare per annullare l''unione dei nodi"
+ msgstr "Clicca per annullare l''unione dei nodi"
msgid ""
"Cannot merge nodes: Would have to delete way {0} which is still used by {1}"
@@@ -1049,13 -1058,13 +1061,13 @@@ msgid "
msgstr ""
"<h3>Quando sono selezionati uno o più percorsi, la disposizione è resa in "
"modo che tutti gli angoli siano di 90 o 180 gradi.</h3>Si possono aggiungere "
- "due nodi alla selezione. Quindi la direzione è regolata mediante questi due "
+ "due nodi alla selezione. Quindi la direzione è corretta mediante questi due "
"nodi di riferimento. (In seguito si potrà annullare lo spostamento per "
"determinati nodi:<br>selezionarli e premere la scorciatoia per Ortogonalizza "
"/ Annulla. La scorciatoia predefinita è Shift-Q.)"
msgid "Orthogonalize Shape"
- msgstr "Disponi ortogonalmente"
+ msgstr "Ortogonalizza figura"
msgid "Move nodes so all angles are 90 or 180 degrees"
msgstr "Spostare i nodi per ottenere angoli di 90 o 180 gradi"
@@@ -1070,16 -1079,11 +1082,11 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizza / Annulla"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizza figura / Annulla\n"
- "Selezionare i nodi che sono stati spostati dalla precedente azione di "
- "ortogonalizzazione figura!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Annulla ortogonalizzazione figura"
+ "Ortogonalizza figura / Annulla<br>Si prega di selezionare i nodi che sono "
+ "stati spostati dalla precedente azione di ''Ortogonalizza figura''!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1099,9 -1103,6 +1106,6 @@@ msgstr "Disponi ortogonalmente
msgid "Usage"
msgstr "Utilizzo"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Gli elementi selezionati non possono essere ortogonalizzati"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1229,7 -1230,7 +1233,7 @@@ msgid "Restart the application.
msgstr "Riavvia l''applicazione."
msgid "Click to restart later."
- msgstr "Cliccare per riavviare in seguito."
+ msgstr "Clicca per riavviare in seguito."
msgid "Reverse way"
msgstr "Inverti percorso"
@@@ -1283,9 -1284,6 +1287,6 @@@ msgstr "Carica sessione
msgid "Load a session from file."
msgstr "Carica una sessione da file."
- msgid "Session file (*.jos, *.joz)"
- msgstr "File sessione (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Apri sessione"
@@@ -1438,19 -1436,18 +1439,18 @@@ msgstr "
"(Suggerimento: seleziona i nodi in mezzo al percorso)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Una relazione di appartenenza basata su un ruolo è stata copiata su "
- "tutte le nuove strade<br>Verificare l''operazione e correggere dove "
- "necessario.</html>"
+ "Una appartenenza ad una relazione in base al ruolo è stata copiata per tutti "
+ "i nuovi percorsi.<br>Si prega di verificare e di correggere ove necessario."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Una relazione di appartenenza è stata copiata su tutte le nuove "
- "strade<br>Verificare l''operazione e correggere dove necessario.</html>"
+ "Una appartenenza ad una relazione è stata copiata per tutti i nuovi "
+ "percorsi.<br>Si prega di verificare e di correggere ove necessario."
msgid "Split way {0} into {1} parts"
msgstr "Dividi il percorso {0} in {1} parti"
@@@ -1554,6 -1551,31 +1554,31 @@@ msgstr "
"perché non vedi l''oggetto reale.<br>Si desidera veramente procedere con la "
"separazione?"
+ msgid "Disconnect Node from Way"
+ msgstr "Disconnetti nodo da percorso"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Disconnetti nodi da un percorso a cui ora appartengono"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Selezionare almeno un nodo da disconnettere."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Il nodo selezionato non può essere disconnesso da alcunché."
+ msgstr[1] "I nodi selezionati non possono essere disconnessi da alcunché."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "Il percorso interessato potrebbe scomparire dopo la disconnessione del nodo "
+ "selezionato."
+ msgstr[1] ""
+ "Il percorso interessato potrebbe scomparire dopo la disconnessione dei nodi "
+ "selezionati."
+
msgid "Undo"
msgstr "Annulla"
@@@ -1634,9 -1656,9 +1659,9 @@@ msgid "
msgstr ""
"Si stanno per caricare i dati dal livello ''{0}''.<br /><br />L''invio dei "
"dati da questo livello è <b>fortemente sconsigliato</b>. Se si continua<br "
- "/>potrebbe essere necessario annullare successivamente le proprie modifiche, "
- "oppure forzare altri utenti a farlo.<br /><br />Si è sicuri di voler "
- "continuare?"
+ "/>potrebbe essere necessario ripristinare successivamente le proprie "
+ "modifiche, oppure forzare altri utenti a farlo.<br /><br />Si è sicuri di "
+ "voler continuare?"
msgid "Ignore this hint and upload anyway"
msgstr "Ignora questo suggerimento e carica ugualmente"
@@@ -1811,20 -1833,20 +1836,32 @@@ msgid "Downloaded GPX Data
msgstr "Dati GPX scaricati"
msgid "Markers from {0}"
- msgstr "Marcatori da {0}"
+ msgstr "Contrassegni da {0}"
+
+ msgid "Download Compressed OSM Change"
+ msgstr "Scarica modifica OSM compressa"
+
+ msgid "Download OSM Change"
+ msgstr "Scarica modifica OSM"
+
+ msgid "Download Compressed OSM"
+ msgstr "Scarica OSM compresso"
+
+ msgid "Download OSM"
+ msgstr "Scarica OSM"
+msgid "Download Compressed OSM Change"
+msgstr "Scarica modifica OSM compressa"
+
+msgid "Download OSM Change"
+msgstr "Scarica modifica OSM"
+
+msgid "Download Compressed OSM"
+msgstr "Scarica OSM compresso"
+
+msgid "Download OSM"
+msgstr "Scarica OSM"
+
msgid "Downloading data"
msgstr "Scaricamento dei dati"
@@@ -1867,6 -1889,9 +1904,9 @@@ msgstr "({0}/{1}) Caricamento degli ele
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Caricamento degli elementi da cui dipende la relazione {2}"
+ msgid "Download session"
+ msgstr "Scarica sessione"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Scaricamento di {0} su {1} ({2} rimanenti)"
@@@ -1880,14 -1905,14 +1920,14 @@@ msgid "
"Click to check whether objects in your local dataset are deleted on the "
"server"
msgstr ""
- "Cliccare per controllare se qualche oggetto nel proprio insieme di dati è "
+ "Clicca per controllare se qualche oggetto nel proprio insieme di dati è "
"stato eliminato sul server"
msgid "Ignore"
msgstr "Ignora"
msgid "Click to abort and to resume editing"
- msgstr "Cliccare per annullare e per riprendere le modifiche"
+ msgstr "Clicca per annullare e per riprendere le modifiche"
msgid ""
"There is {0} object in your local dataset which might be deleted on the "
@@@ -1911,14 -1936,14 +1951,14 @@@ msgid "
msgid_plural ""
"Click <strong>{0}</strong> to check the state of these objects on the server."
msgstr[0] ""
- "Premi su <strong>{0}</strong> per controllare lo stato di questo oggetto sul "
- "server."
+ "Clicca su <strong>{0}</strong> per controllare lo stato di questo oggetto "
+ "sul server."
msgstr[1] ""
- "Premi su <strong>{0}</strong> per controllare lo stato di questi oggetti sul "
- "server."
+ "Clicca su <strong>{0}</strong> per controllare lo stato di questi oggetti "
+ "sul server."
msgid "Click <strong>{0}</strong> to ignore.</html>"
- msgstr "Premi su <strong>{0}</strong> per ignorare.</html>"
+ msgstr "Clicca su <strong>{0}</strong> per ignorare.</html>"
msgid "Deleted or moved objects"
msgstr "Oggetti eliminati o spostati"
@@@ -2007,7 -2032,7 +2047,7 @@@ msgid "Finish drawing.
msgstr "Termina tracciamento."
msgid "FIX"
- msgstr "FIX"
+ msgstr "CORREZIONE"
msgid "draw angle snap"
msgstr "disegna angolo con scatto"
@@@ -2086,7 -2111,7 +2126,7 @@@ msgid "improve way accuracy helper line
msgstr "linea di supporto per miglioramento accuratezza percorso"
msgid "Click on the way to start improving its shape."
- msgstr "Cliccare sul percorso per iniziare a migliorare la sua accuratezza."
+ msgstr "Clicca sul percorso per iniziare a migliorare la sua accuratezza."
msgid "Select a way that you want to make more accurate."
msgstr "Selezionare un percorso che si desidera rendere più accurato."
@@@ -2095,30 -2120,30 +2135,30 @@@ msgid "
"Click to add a new node. Release Ctrl to move existing nodes or hold Alt to "
"delete."
msgstr ""
- "Cliccare per aggiungere un nuovo nodo. Rilasciare Ctrl per spostare i nodi "
+ "Clicca per aggiungere un nuovo nodo. Rilasciare Ctrl per spostare i nodi "
"esistenti oppure tenere premuto Alt per eliminare."
msgid ""
"Click to delete the highlighted node. Release Alt to move existing nodes or "
"hold Ctrl to add new nodes."
msgstr ""
- "Cliccare per eliminare il nodo evidenziato. Rilasciare Alt per spostare i "
- "nodi esistenti oppure tenere premuto Ctrl per aggiungere nuovi nodi."
+ "Clicca per eliminare il nodo evidenziato. Rilasciare Alt per spostare i nodi "
+ "esistenti oppure tenere premuto Ctrl per aggiungere nuovi nodi."
msgid ""
"Click to move the highlighted node. Hold Ctrl to add new nodes, or Alt to "
"delete."
msgstr ""
- "Cliccare per spostare il nodo evidenziato. Tenere premuto Ctrl per "
- "aggiungere nuovi nodi, oppure Alt per eliminare."
+ "Clicca per spostare il nodo evidenziato. Tenere premuto Ctrl per aggiungere "
+ "nuovi nodi, oppure Alt per eliminare."
msgid "Cannot place a node outside of the world."
msgstr "Impossibile posizionare un nodo al di fuori dei confini della Terra."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Aggiungi e un nuovo nodo al percorso"
- msgstr[1] "Aggiungi e un nuovo nodo ai {0} percorsi"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Aggiungi un nuovo nodo al percorso"
+ msgstr[1] "Aggiungi un nuovo nodo a {0} percorsi"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Impossibile eliminare il nodo a cui più oggetti fanno riferimento"
@@@ -2497,14 -2522,13 +2537,13 @@@ msgid "
"<b>timestamp:</b>timestamp - objects with this last modification timestamp "
"(2009-11-12T14:51:09Z, 2009-11-12 or T14:51 ...)"
msgstr ""
- "<b>timestamp:</b>data/ora - oggetti modificati per l''ultima volta in questa "
- "data/ora (2009-11-12T14:51:09Z, 2009-11-12 oppure T14:51 ...)"
+ "<b>timestamp:</b>marca temporale - oggetti con quest''ultima marca temporale "
+ "di modifica (2009-11-12T14:51:09Z, 2009-11-12 oppure T14:51 ...)"
msgid ""
"<b>timestamp:</b>min/max - objects with last modification within range"
msgstr ""
- "<b>timestamp:</b>min/max - oggetti modificati per lâultima volta "
- "nellâintervallo"
+ "<b>timestamp:</b>min/max - oggetti con l''ultima modifica nellâintervallo"
msgid ""
"<b>areasize:</b>... - closed ways with given area in m² (<b>areasize:</b>min-"
@@@ -2612,6 -2636,10 +2651,10 @@@ msgstr "''value'' in qualsiasi chiave
msgid "matches if ''key'' exists"
msgstr "corrisponde se esiste ''key''"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+ "corrisponde se ''key'' è più grande di ''value'' (analogamente se minore)"
+
msgid "combinators"
msgstr "combinatori"
@@@ -2667,7 -2695,7 +2710,7 @@@ msgid "objects with given changeset ID
msgstr "oggetti con l''identificativo del gruppo di modifiche specificato"
msgid "objects with last modification timestamp within range"
- msgstr "oggetti con l''ultimo istante di modifica compreso nell''intervallo"
+ msgstr "oggetti con l''ultima marca temporale di modifica nell''intervallo"
msgid "properties"
msgstr "proprietà "
@@@ -2790,13 -2818,13 +2833,13 @@@ msgid "Expecting <i>min</i>/<i>max</i>
msgstr "Atteso <i>min</i>/<i>max</i> dopo ''timestamp''"
msgid "Range of primitive ids expected"
- msgstr "E'' atteso un intervallo di identificativi delle primitive"
+ msgstr "Ã atteso un intervallo di identificativi delle primitive"
msgid "Range of changeset ids expected"
- msgstr "E'' atteso un intervallo di identificativi dei gruppi di modifiche"
+ msgstr "Ã atteso un intervallo di identificativi dei gruppi di modifiche"
msgid "Range of versions expected"
- msgstr "E'' atteso un intervallo di versioni"
+ msgstr "Ã atteso un intervallo di versioni"
msgid "Key cannot be empty when tag operator is used. Sample use: key=value"
msgstr ""
@@@ -2829,11 -2857,10 +2872,10 @@@ msgstr "Parametro mancante per XOR
msgid "Missing operator for NOT"
msgstr "Operatore mancante per NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Attenzione: troncamento automatico del valore dell''etichetta ''''{0}'''' "
- "sull''oggetto eliminato {1}"
+ "Troncamento automatico per il valore dell''etichetta ''{0}'' sull''oggetto "
+ "eliminato {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2886,9 -2913,9 +2928,9 @@@ msgid "
"cancel this dialog, you can find the entries in the validator side panel to "
"inspect them."
msgstr ""
- "I seguenti sono io risultati della validazione automatica. Provare ad "
- "aggiustarli, ma siate attenti (non cancellare dati validi). Se non si è "
- "sicuri ignorateli.<br>Dopo aver chiuso questa finestra sarà possibile "
+ "I seguenti sono i risultati della validazione automatica. Provare a "
+ "correggerli, ma stando attenti (non cancellare dati validi). Se non si è "
+ "sicuri ignorarli.<br>Dopo aver chiuso questa finestra sarà possibile "
"consultare i risultati nel pannello del validatore posizionato accanto."
msgid "Errors"
@@@ -2929,6 -2956,9 +2971,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Aggiunto {0} oggetto"
msgstr[1] "Aggiunti {0} oggetti"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Il nuovo percorso {0} possiede 0 nodi"
+
msgid "Change node {0}"
msgstr "Modifica nodo {0}"
@@@ -2965,11 -2995,11 +3010,11 @@@ msgstr "Rimuovi \"{0}\" per {1} oggetti
msgid "Set {0}={1} for {2} objects"
msgstr "Imposta {0}={1} per {2} oggetti"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Eliminate {0} proprietà per {1} oggetti"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "Eliminate {0} etichette per {1} oggetti"
- msgid "Set {0} properties for {1} objects"
- msgstr "Impostate {0} proprietà per {1} oggetti"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "Impostate {0} etichette per {1} oggetti"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Sostituisci \"{0}\" con \"{1}\" per"
@@@ -2993,11 -3023,11 +3038,11 @@@ msgid "Double conflict
msgstr "Doppio conflitto"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Attenzione: Il livello ''{0}'' non esiste più. Impossibile eliminare il "
- "conflitto per l''oggetto ''{1}''."
+ "Il livello ''{0}'' non esiste più. Impossibile rimuovere il conflitto per "
+ "l''oggetto ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Aggiungi conflitto per ''{0}''"
@@@ -3016,7 -3046,7 +3061,7 @@@ msgstr "Impossibile risolvere il confli
msgid "At least one object to delete required, got empty collection"
msgstr ""
- "E'' richiesta l''eliminazione di almeno un oggetto, ottenuta una collezione "
+ "Ã richiesta l''eliminazione di almeno un oggetto, ottenuta una collezione "
"vuota"
msgid "Delete node {0}"
@@@ -3079,11 -3109,11 +3124,11 @@@ msgid_plural "
"and cannot be undone easily after being uploaded to the server.<br/>Do you "
"really want to delete?"
msgstr[0] ""
- "Si sta per eliminare {0} relazione: {1}<br/>Questa azione spesso non è "
+ "Si sta per eliminare {0} relazione: {1}<br/>Quest''azione spesso non è "
"necessaria e non può essere annullata facilmente dopo aver caricato su "
"server.<br/>Si desidera veramente eliminare?"
msgstr[1] ""
- "Si stanno per eliminare {0} relazioni: {1}<br/>Questa azione spesso non è "
+ "Si stanno per eliminare {0} relazioni: {1}<br/>Quest''azione spesso non è "
"necessaria e non può essere annullata facilmente dopo aver caricato su "
"server.<br/>Si desidera veramente eliminare?"
@@@ -3115,6 -3145,9 +3160,9 @@@ msgstr[1] "Epurati {0} oggetti
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Risolvi conflitti nella lista dei membri della relazione {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Rimossi nodi da {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Ruota {0} nodo"
@@@ -3183,12 -3216,11 +3231,11 @@@ msgid "Reverse directional way.
msgstr "Inverti percorso direzionale."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Invertendo la direzione di questo percorso si consiglia di apportare i "
- "seguenti cambiamenti alle proprietà del percorso in modo da mantenere la "
- "consistenza dei dati."
+ "Durante l''inversione di questo percorso vengono suggerite le seguenti "
+ "modifiche in modo da mantenere la consistenza dei dati."
msgid "Relation"
msgstr "Relazione"
@@@ -3217,11 -3249,11 +3264,11 @@@ msgstr "Applica i cambiamenti seleziona
msgid "Do not apply changes"
msgstr "Non applicare cambiamenti"
- msgid "Please select which property changes you want to apply."
- msgstr "Selezionare quali cambiamenti alle proprietà si vogliono applicare."
+ msgid "Please select which changes you want to apply."
+ msgstr "Si prega di selezionare quali modifiche si desidera applicare."
- msgid "Properties of "
- msgstr "Proprietà di "
+ msgid "Tags of "
+ msgstr "Etichette di "
msgid "Roles in relations referring to"
msgstr "Regole nelle relazioni a cui si riferiscono"
@@@ -3240,11 -3272,14 +3287,14 @@@ msgstr "Impossibile creare il file {0}
msgid "IOError while creating file, autosave will be skipped: {0}"
msgstr ""
"Errore di IO durante la creazione del file, il salvataggio automatico sarà "
- "ignorato: {0}"
+ "tralasciato: {0}"
msgid "Unable to delete old backup file {0}"
msgstr "Impossibile eliminare il vecchio file di backup {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Il proprio lavoro è stato salvato automaticamente."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Errore durante la creazione del backup del livello rimosso: {0}"
@@@ -3279,23 -3314,22 +3329,22 @@@ msgstr "
"predefinito.<br/> Si prega di attivare manualmente la funzione "
"corrispondente e di importare nuovamente."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr ""
- "Attenzione: è fallita la creazione della cartella mancante della cache: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Fallita la creazione della cartella cache mancante: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
"<html>Fallita la creazione della cartella mancante della cache: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Attenzione: è fallita la persistenza delle preferenze su ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Fallita la persistenza delle preferenze su ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Attenzione: è fallita l''inizializzazione delle preferenze. La cartella "
- "delle preferenze ''{0}'' non è in realtà una cartella."
+ "Fallita l''inizializzazione delle preferenze. La cartella delle preferenze "
+ "''{0}'' non è una cartella."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3305,11 -3339,11 +3354,11 @@@ msgstr "
"preferenze ''{0}'' non è in realtà una cartella.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Attenzione: è fallita l''inizializzazione delle preferenze. Non è stato "
- "possibile creare la cartella delle preferenze mancante: {0}"
+ "Fallita l''inizializzazione delle preferenze. Fallita la creazione della "
+ "cartella delle preferenze mancante: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3318,18 -3352,16 +3367,16 @@@ msgstr "
"<html>Fallita l''inizializzazione delle preferenze.<br>Non è stato possibile "
"creare la cartella delle preferenze mancante: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Informazione: file delle preferenze ''{0}'' mancante. Creazione di un file "
- "delle preferenze predefinito."
+ "File delle preferenze''{0}'' mancante. Creazione di un file predefinito "
+ "delle preferenze."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Attenzione: sostituzione del file di preferenze esistente ''{0}'' con un "
- "file predefinito."
+ "Sostituzione del file delle preferenze esistente ''{0}'' con un file "
+ "predefinito delle preferenze."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3347,11 -3379,11 +3394,11 @@@ msgstr "
"predefinito.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Attenzione: è fallita l''inizializzazione delle preferenze. Impossibile "
- "ripristinare il file delle preferenze con i valori predefiniti: {0}"
+ "Fallita l''inizializzazione delle preferenze. Fallito l''azzeramento del "
+ "file delle preferenze ai valori predefiniti: {0}"
msgid "Paint style {0}: {1}"
msgstr "Stile di disegno {0}: {1}"
@@@ -3382,14 -3414,12 +3429,12 @@@ msgstr "Fallito il caricamento della ri
msgid "UNKNOWN"
msgstr "SCONOSCIUTO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Attenzione: numero di versione JOSM non atteso nel file della revisione, il "
- "valore è ''{0}''"
+ "Numero di versione JOSM inatteso nel file di revisione, il valore è ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Attenzione: manca il file di revisione ''''/REVISION''''."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Il file di revisione ''/REVISION'' è mancante."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Un conflitto per la primitca \"{0}\" è già stato registrato"
@@@ -3561,11 -3591,10 +3606,10 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "il parametro {0} non è nell''intervallo 0..{1}, ottenuto {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Errore: fallito il caricamento della classe di generazione della mappa "
- "''{0}''. La classe non è stata trovata."
+ "Fallito il caricamento della classe di generazione mappa ''{0}''. La classe "
+ "non è stata trovata."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3650,7 -3679,7 +3694,7 @@@ msgid "Unkown parameter: ''{0}''.
msgstr "Parametro sconosciuto: ''{0}''."
msgid "Value expected for parameter ''{0}''."
- msgstr "E'' atteso un valore per il parametro ''{0}''."
+ msgstr "Ã atteso un valore per il parametro ''{0}''."
msgid "No value expected for parameter ''{0}''."
msgstr "Non è atteso alcun valore per il parametro ''{0}''."
@@@ -3681,8 -3710,8 +3725,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identificato del datum sconosciuto: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum richiesto (+datum=*, +towgs84=* oppure +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Datum richiesto (+datum=*, +towgs84=* o +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3694,7 -3723,7 +3738,7 @@@ msgid "Unable to parse value of paramet
msgstr "Impossibile ottenere il valore del parametro ''towgs84'' (''{0}'')"
msgid "Projection required (+proj=*)"
- msgstr "E'' richiesta la proiezione (+proj=*)"
+ msgstr "Ã richiesta la proiezione (+proj=*)"
msgid "Unkown projection identifier: ''{0}''"
msgstr "Identificatore della proiezione sconosciuto: ''{0}''"
@@@ -3726,11 -3755,6 +3770,6 @@@ msgstr "Proiezione personalizzata
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Errore: fallita l''apertura del flusso di entrata per la risorsa "
- "''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3771,14 -3795,19 +3810,19 @@@ msgstr "altra validazione
msgid "Running test {0}"
msgstr "Esecuzione controllo {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Verifica ''{0}'' completata in {1}"
+
msgid "Addresses"
msgstr "Indirizzi"
msgid "Checks for errors in addresses and associatedStreet relations."
- msgstr "Controlla gli errori negli indirizzi e nelle relazioni delle strade"
+ msgstr ""
+ "Controlla gli errori negli indirizzi e nelle relazioni di strada associata "
+ "(associated street)"
msgid "Multiple associatedStreet relations"
- msgstr "Relazioni delle strade multiple"
+ msgstr "Relazioni strada associata (associated street) multiple"
msgid "House number without street"
msgstr "Numeri civici non associati ad una strada"
@@@ -3795,6 -3824,15 +3839,15 @@@ msgstr "Nomi delle strade multipli nell
msgid "House number too far from street"
msgstr "Numero civico troppo lontano dalla strada"
+ msgid "Barriers and entrances"
+ msgstr "Barriere ed ingressi"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Ricerca errori in barriere ed ingressi."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Ingresso della barriera non impostato sulla barrier"
+
msgid "Building inside building"
msgstr "Edificio interno ad altro edificio"
@@@ -3845,7 -3883,7 +3898,7 @@@ msgid "Checks and corrects deprecated t
msgstr "Controlla e corregge le etichette deprecate."
msgid "Deprecation fix of {0}"
- msgstr "Aggiustamento di {0}"
+ msgstr "Correzione deprecazione di {0}"
msgid "{0} is deprecated"
msgstr "{0} è deprecata"
@@@ -3856,6 -3894,9 +3909,9 @@@ msgstr " oppure
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} è deprecata, utilizzare invece {1}"
+ msgid "{0} is unnecessary"
+ msgstr "{0} non necessario"
+
msgid "Duplicated nodes"
msgstr "Nodi duplicati"
@@@ -3943,6 -3984,15 +3999,15 @@@ msgstr "Compie dei controlli semantici
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Rotatoria non corretta (strada: {0} al posto di {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Informazioni su attraversamento pedonale mancanti"
+
+ msgid "Unknown country code: {0}"
+ msgstr "Codice paese sconosciuto: {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "Contesto source:maxspeed sconosciuto: {0}"
+
msgid "Multipolygon"
msgstr "Multi-poligono"
@@@ -4019,6 -4069,14 +4084,14 @@@ msgstr "
"Questo controllo cerca i nodi che hanno lo stesso nome (potrebbero essere "
"duplicati)."
+ msgid "Opening hours syntax"
+ msgstr "Sintassi orari di apertura"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "Questo controllo verifica l''utilizzo corretto della sintassi degli orari di "
+ "apertura."
+
msgid "Overlapping Areas"
msgstr "Aree sovrapposte"
@@@ -4072,7 -4130,7 +4145,7 @@@ msgid "Relation checker
msgstr "Controllo relazioni"
msgid "This plugin checks for errors in relations."
- msgstr "Questa estensione cerca gli errori nelle relazioni."
+ msgstr "Quest''estensione cerca gli errori nelle relazioni."
msgid "Relation type is unknown"
msgstr "Tipo di relazione sconosciuto"
@@@ -4080,15 -4138,15 +4153,15 @@@
msgid "Relation is empty"
msgstr "Relazione vuota"
+ msgid "Role verification problem"
+ msgstr "Problema nella verifica del ruolo"
+
msgid "<empty>"
msgstr "<vuoto>"
msgid "Role {0} missing"
msgstr "Ruolo {0} mancante"
- msgid "Role verification problem"
- msgstr "Problema nella verifica del ruolo"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Numero di ruoli {0} troppo basso ({1})"
@@@ -4122,16 -4180,16 +4195,16 @@@ msgstr "
"Questo controllo verifica se esistono percorsi con nomi simili che possano "
"essere errori d''ortografia."
- msgid "Properties checker :"
- msgstr "Analizzatore delle proprietà :"
+ msgid "Tag checker"
+ msgstr "Controllo etichette"
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "Questa estensione controlla gli errori nelle chiavi e nei valori delle "
- "proprietà ."
+ "Questo controllo verifica la presenza di errori nelle chiavi e nei valori "
+ "delle etichette."
msgid "Invalid tagchecker line - {0}: {1}"
- msgstr "Linea TagChecker non valida - {0}: {1}"
+ msgstr "Linea controllo etichette non valida - {0}: {1}"
msgid "Invalid spellcheck line: {0}"
msgstr "Linea di correzione ortografica non valida: {0}"
@@@ -4202,7 -4260,7 +4275,7 @@@ msgstr "
"parole."
msgid "Use complex property checker."
- msgstr "Usa un analizzatore delle proprietà complesso."
+ msgstr "Usa un controllo delle proprietà complesso."
msgid "Validate property values and tags using complex rules."
msgstr ""
@@@ -4212,7 -4270,7 +4285,7 @@@ msgid "Add
msgstr "Aggiungi"
msgid "TagChecker source"
- msgstr "Sorgente TagChecker"
+ msgstr "Sorgente controllo etichette"
msgid "Please select the row to edit."
msgstr "Scegli la riga da modificare."
@@@ -4276,8 -4334,8 +4349,8 @@@ msgstr "Usa file di controllo ortografi
msgid "Use the default spellcheck file (recommended)."
msgstr "Usa il file di controllo ortografico predefinito (consigliato)."
- msgid "Fix properties"
- msgstr "Correggi proprietà "
+ msgid "Fix tags"
+ msgstr "Correzione etichette"
msgid "Could not find element type"
msgstr "Impossibile trovare il tipo di elemento"
@@@ -4313,7 -4371,7 +4386,7 @@@ msgid "More than one \"to\" way found
msgstr "Trovato più di un percorso \"to\""
msgid "More than one \"via\" node found"
- msgstr "E'' stato trovato più di un nodo \"via\""
+ msgstr "à stato trovato più di un nodo \"via\""
msgid "Cannot mix node and way for role \"via\""
msgstr "Impossibile mescolare un nodo ed un percorso per il ruolo \"via\""
@@@ -4354,6 -4412,9 +4427,9 @@@ msgstr "Percorsi non chiusi
msgid "This tests if ways which should be circular are closed."
msgstr "Controlla se i percorsi che dovrebbero essere circolari siano chiusi"
+ msgid "Unclosed way"
+ msgstr "Percorso non chiuso"
+
msgid "natural type {0}"
msgstr "elemento naturale tipo {0}"
@@@ -4384,9 -4445,6 +4460,6 @@@ msgstr "building
msgid "area"
msgstr "area"
- msgid "Unclosed way"
- msgstr "Percorso non chiuso"
-
msgid "Unconnected ways"
msgstr "Percorsi non connessi"
@@@ -4414,12 -4472,12 +4487,12 @@@ msgstr "
"Questo controllo cerca i nodi senza etichetta che non fanno parte di alcun "
"percorso."
- msgid "No tags"
- msgstr "Nessun tag"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nodi non connessi senza etichette fisiche"
+ msgid "No tags"
+ msgstr "Nessun tag"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Contiene una etichetta ''fixme'' o ''FIXME''"
@@@ -4484,28 -4542,6 +4557,6 @@@ msgstr "Linea di costa invertita: terra
msgid "Reversed land: land not on left side"
msgstr "Terraferma invertita: manca la terraferma sul lato sinistro"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Numero errato di argomenti per il segnalibro"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Errore nella lettura della voce del segnalibro: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
- "Errore: linea ''''{0}'''' non prevista nel file di segnalibro ''''{1}''''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Errore: valore in doppia precisione ''''{0}'''' non valido alla linea "
- "''''{1}'''' nel file di segnalibro ''''{2}''''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Impossibile leggere i segnalibri da<br>''{0}''<br>Errore generato: "
- "{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Non visualizzare nuovamente (ricorda la scelta)"
@@@ -4528,7 -4564,7 +4579,7 @@@ msgid "highway
msgstr "strada"
msgid "railway"
- msgstr "Linea ferroviaria"
+ msgstr "Ferrovia"
msgid "waterway"
msgstr "Corso dâacqua"
@@@ -4583,7 -4619,7 +4634,7 @@@ msgid "Authentication Failed
msgstr "Autenticazione fallita"
msgid "Access to redacted version ''{0}'' of {1} {2} is forbidden."
- msgstr "E'' vietato l''accesso alla versione revisionata ''{0}'' di {1} {2}."
+ msgstr "Ã vietato l''accesso alla versione revisionata ''{0}'' di {1} {2}."
msgid "Authorisation Failed"
msgstr "Autorizzazione fallita"
@@@ -4609,14 -4645,14 +4660,14 @@@ msgstr "Mostra informazioni di aiuto
msgid "Downloading \"Message of the day\""
msgstr "Scaricamento del \"messaggio del giorno\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Attenzione: impossibile leggere MOTD. L''eccezione è stata: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Fallita la lettura di MOTD. L''eccezione è stata: {0}"
msgid "Message of the day not available"
msgstr "Il messaggio del giorno non è disponibile"
msgid "Click to close the dialog"
- msgstr "Cliccare per chiudere la finestra"
+ msgstr "Clicca per chiudere la finestra"
msgid "Imagery offset"
msgstr "Scostamento delle immagini aeree"
@@@ -4862,6 -4898,19 +4913,19 @@@ msgstr "
"Commuta la visibilità della barra degli strumenti di modifica (es. lo "
"strumento verticale)"
+ msgid "Preset preferences"
+ msgstr "Preferenze preimpostazioni"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+ "Cliccare per aprire la scheda delle etichette preimpostate nelle preferenze"
+
+ msgid "Imagery preferences"
+ msgstr "Preferenze immagini aeree"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Cliccare per aprire la scheda delle immagini aeree nelle preferenze"
+
msgid "Audio"
msgstr "Audio"
@@@ -4872,11 -4921,11 +4936,14 @@@ msgid "Hide this button
msgstr "Nascondi questo tasto"
msgid "Click the arrow at the bottom to show it again."
- msgstr "Cliccare la freccia sottostante per visualizzarlo nuovamente."
+ msgstr "Clicca la freccia sottostante per visualizzarlo nuovamente."
+
+ msgid "Hide edit toolbar"
+ msgstr "Nascondi la barra degli strumenti di modifica"
+msgid "Hide edit toolbar"
+msgstr "Nascondi la barra degli strumenti di modifica"
+
msgid "Hide or show this toggle button"
msgstr "Nascondi o visualizza questo tasto"
@@@ -4929,9 -4978,8 +4996,8 @@@ msgid "
"Middle click again to cycle through.<br>Hold CTRL to select directly from "
"this list with the mouse.<hr>"
msgstr ""
- "Cliccare con il tasto centrale nuovamente per proseguire nel "
- "ciclo.<br>Tenere premuto CTRL per selezionare direttamente da questa lista "
- "con il mouse.<hr>"
+ "Clicca con il tasto centrale nuovamente per proseguire nel ciclo.<br>Tenere "
+ "premuto CTRL per selezionare direttamente da questa lista con il mouse.<hr>"
msgid "(no object)"
msgstr "(nessun oggetto)"
@@@ -4961,27 -5009,13 +5027,13 @@@ msgid "Nautical Mile
msgstr "Miglio Nautico"
msgid "Click to cancel the current operation"
- msgstr "Cliccare per annullare l''operazione corrente"
+ msgstr "Clicca per annullare l''operazione corrente"
msgid "In background"
msgstr "In secondo piano"
msgid "Click to run job in background"
- msgstr "Cliccare per eseguire il processo in secondo piano"
-
- msgid "false: the property is explicitly switched off"
- msgstr "falso: la proprietà è esplicitamente disattivata"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: la proprietà è esplicitamente impostata attiva"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parziale: diversi oggetti selezionati hanno valori diversi, non cambiato"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "non settato: non settare questa proprietà sugli oggetti selezionati"
+ msgstr "Clicca per eseguire il processo in secondo piano"
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5044,11 -5078,11 +5096,11 @@@ msgstr "Ruolo
msgid "Click to close the dialog and remove the object from the relations"
msgstr ""
- "Cliccare per chiudere la finestra ed eliminare l''oggetto dalle relazioni"
+ "Clicca per chiudere la finestra ed eliminare l''oggetto dalle relazioni"
msgid "Click to close the dialog and to abort deleting the objects"
msgstr ""
- "Cliccare per chiudere la finestra ed annullare l''eliminazione degli oggetti"
+ "Clicca per chiudere la finestra ed annullare l''eliminazione degli oggetti"
msgid ""
"<html>Please select a <strong>range of OSM tiles</strong> at a given zoom "
@@@ -5304,6 -5338,9 +5356,9 @@@ msgstr "
"Copia gli elementi personali selezionati alla fine della lista degli "
"elementi uniti"
+ msgid "> before"
+ msgstr "> prima"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5311,6 -5348,9 +5366,9 @@@ msgstr "
"Copia gli elementi personali selezionati prima del primo elemento "
"selezionato nella lista degli elementi uniti"
+ msgid "> after"
+ msgstr "> dopo"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5318,17 -5358,26 +5376,26 @@@ msgstr "
"Copia gli elementi personali selezionati dopo il primo elemento selezionato "
"nella lista degli elementi uniti"
+ msgid "< top"
+ msgstr "< sopra"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copia il loro elemento selezionato all''inizio della lista degli elementi "
"uniti"
+ msgid "< bottom"
+ msgstr "< sotto"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copia i loro elementi selezionati alla fine della lista degli elementi uniti"
+ msgid "< before"
+ msgstr "< prima"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5336,6 -5385,9 +5403,9 @@@ msgstr "
"Copia i loro elementi selezionati prima del primo elemento selezionato nella "
"lista degli elementi uniti"
+ msgid "< after"
+ msgstr "< dopo"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5352,8 -5404,8 +5422,8 @@@ msgstr "Copia tutti i loro elementi ver
msgid "Up"
msgstr "Su"
- msgid "Move up the selected elements by one position."
- msgstr "Sposta in su gli elementi selezionati di una posizione"
+ msgid "Move up the selected entries by one position."
+ msgstr "Sposta in alto le voci selezionate di una posizione."
msgid "Down"
msgstr "Giù"
@@@ -5408,16 -5460,6 +5478,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Loro versione ({0} voce)"
msgstr[1] "Loro versione ({0} voci)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Variazione {0} non ancora registrata. Non è possibile impostare la "
- "partecipazione nella variazione sincronizzata."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Variazione {0} non ancora registrata."
-
msgid "Node"
msgstr "Nodo"
@@@ -5595,7 -5637,7 +5655,7 @@@ msgstr "
"Si stanno per unire {0} oggetti, ma le seguenti etichette sono in "
"conflitto:<br/>{1}Se questi oggetti vengono uniti l''oggetto risultante "
"potrebbe contenere delle etichette non volute.<br/>Se si desidera continuare "
- "verrà proposta una finestra per la risoluzione delle etichette oggetto di "
+ "verrà proposta una finestra per la correzione delle etichette oggetto di "
"conflitto.<br/><br/>Si desidera continuare?"
msgid "none"
@@@ -5705,18 -5747,18 +5765,18 @@@ msgctxt "tag
msgid "Key:"
msgstr "Chiave:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Inserire una chiave per l''etichetta, es. "
+ "<html>Inserire una chiave di etichetta, es. "
"<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valore:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Inserire un valore per l''etichetta, es. <strong><tt>controllare i "
+ "<html>Inserire un valore di etichetta, es. <strong><tt>controllare i "
"membri</tt></strong></html>"
msgid ""
@@@ -5873,11 -5915,11 +5933,11 @@@ msgstr "
msgid "There was {0} conflict detected."
msgid_plural "There were {0} conflicts detected."
- msgstr[0] "E'' stato individuato {0} conflitto."
+ msgstr[0] "Ã stato individuato {0} conflitto."
msgstr[1] "Sono stati individuati {0} conflitti."
msgid "Click to close this dialog and continue editing"
- msgstr "Cliccare per chiudere questa finestra e continuare a modificare"
+ msgstr "Clicca per chiudere questa finestra e continuare a modificare"
msgid "Conflicts detected"
msgstr "Rilevati conflitti"
@@@ -5907,8 -5949,8 +5967,8 @@@ msgid "
msgstr ""
"<html> Non è stata completata la fusione delle differenze in questo "
"conflitto.<br>La risoluzione dei conflitti non sarà applicata finchè tutte "
- "le differenze<br> non saranno risolte.<br>Frare clic <strong>{0}</strong> "
- "per chiudere comunque.<strong>appena risolte le differenze non sarà "
+ "le differenze<br> non saranno risolte.<br>Clicca <strong>{0}</strong> per "
+ "chiudere comunque.<strong>appena risolte le differenze non sarà "
"applicata.</strong><br>Fare clic <strong>{1}</strong> per tornare alla "
"risoluzione dei conflitti.</html>"
@@@ -5928,7 -5970,7 +5988,7 @@@ msgid "Enable filter
msgstr "Abilita filtro"
msgid "Multikey: {0}"
- msgstr "Multi-chiave: {0}"
+ msgstr "Chiave multipla: {0}"
msgid "Hide filter"
msgstr "Nascondi filtro"
@@@ -6016,7 -6058,7 +6076,7 @@@ msgid "Display the history of all selec
msgstr "Visualizza la cronologia di tutti gli oggetti selezionati."
msgid "Object with history"
- msgstr "Oggetto con storico"
+ msgstr "Oggetto con cronologia"
msgid "Reload"
msgstr "Ricarica"
@@@ -6030,7 -6072,7 +6090,7 @@@ msgid "Show
msgstr "Visualizza"
msgid "Display the history of the selected objects."
- msgstr "Visualizza lo storico degli oggetti selezionati."
+ msgstr "Visualizza la cronologia degli oggetti selezionati."
msgid "Advanced object info"
msgstr "Informazioni avanzate sull''oggetto"
@@@ -6150,7 -6192,7 +6210,7 @@@ msgid "
msgstr ""
"\n"
"\n"
- "> ignoro \"{0}\" (non attivo)"
+ "> tralascio \"{0}\" (non attivo)"
msgid ""
"\n"
@@@ -6291,18 -6333,17 +6351,17 @@@ msgid "Copy {1} of {0}
msgstr "Copia {1} di {0}"
msgid "layer is currently visible (click to hide layer)"
- msgstr ""
- "il livello è attualmente visibile (cliccare per nascondere il livello)"
+ msgstr "il livello è attualmente visibile (clicca per nascondere il livello)"
msgid "layer is currently hidden (click to show layer)"
msgstr ""
- "il livello è attualmente nascosto (cliccare per visualizzare il livello)"
+ "il livello è attualmente nascosto (clicca per visualizzare il livello)"
msgid "this layer is the active layer"
msgstr "questo livello è quello attivo"
msgid "this layer is not currently active (click to activate)"
- msgstr "questo livello non è attualmente attivo (cliccare per attivare)"
+ msgstr "questo livello non è attualmente attivo (clicca per attivare)"
msgid "Move the selected layer one row up."
msgstr "Sposta il livello selezionato in su."
@@@ -6316,6 -6357,9 +6375,9 @@@ msgstr "Mostra/Nascondi
msgid "Information about layer"
msgstr "Informazioni sul livello"
+ msgid "Map paint preferences"
+ msgstr "Preferenze disegno mappa"
+
msgid "Map Paint Styles"
msgstr "Stili di disegno della mappa"
@@@ -6401,6 -6445,39 +6463,39 @@@ msgstr "Lo stile è attualmente attivo?
msgid "No"
msgstr "No"
+ msgid "Object type:"
+ msgstr "Tipo oggetto:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "misto"
+
+ msgid "Choose the OSM object type"
+ msgstr "Scegli il tipo di oggetto OSM"
+
+ msgid "Object ID:"
+ msgstr "ID oggetto:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Inserire l''ID dell''oggetto che deve essere scaricato"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Gli ID degli oggetti possono essere separati da una virgola o da uno "
+ "spazio.<br/> Esempi: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Nella "
+ "modalità mista specificare gli oggetti in questo modo: <b>w123, n110, w12, "
+ "r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Specificato ID lista non valido\n"
+ "Impossibile continuare."
+
msgid "Relations"
msgstr "Relazioni"
@@@ -6462,20 -6539,20 +6557,32 @@@ msgstr "
"degli strumenti a sinistra."
msgid "Click to minimize/maximize the panel content"
- msgstr "Cliccare per minimizzare/massimizzare il contenuto del pannello"
+ msgstr "Clicca per minimizzare/massimizzare il contenuto del pannello"
+
+ msgid "Side buttons"
+ msgstr "Pulsanti laterali"
+
+ msgid "Always shown"
+ msgstr "Sempre mostrato"
+
+ msgid "Dynamic"
+ msgstr "Dinamico"
+
+ msgid "Always hidden"
+ msgstr "Sempre nascosto"
+msgid "Side buttons"
+msgstr "Pulsanti laterali"
+
+msgid "Always shown"
+msgstr "Sempre mostrato"
+
+msgid "Dynamic"
+msgstr "Dinamico"
+
+msgid "Always hidden"
+msgstr "Sempre nascosto"
+
msgid "Authors"
msgstr "Autori"
@@@ -6495,11 -6572,10 +6602,10 @@@ msgstr "Seleziona gli oggetti inviati d
msgid "Launches a browser with information about the user"
msgstr "Avvia un browser con le informazioni dell''utente"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Attenzione: avviati i browser delle informazioni per i primi {0} dei {1} "
- "utenti selezionati"
+ "Avvio del browser delle informazioni solamente per {0} dei {1} utenti "
+ "selezionati"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6677,11 -6753,8 +6783,8 @@@ msgstr "Aggiorna contenuto
msgid "Update the changeset content from the OSM server"
msgstr "Aggiorna dal server OSM il contenuto del gruppo di modifiche"
- msgid "Show history"
- msgstr "Visualizza storico"
-
msgid "Download and show the history of the selected objects"
- msgstr "Scarica e visualizza lo storico degli oggetti selezionati"
+ msgstr "Scarica e visualizza la cronologia degli oggetti selezionati"
msgid "Select in layer"
msgstr "Seleziona nel livello"
@@@ -7025,11 -7098,11 +7128,11 @@@ msgstr "
"<html>Scarica i gruppi di modifiche nella vista corrente della mappa</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Attenzione: valore inatteso per la preferenza ''''{0}'''', ottenuto "
- "''''{1}''''. Ritorno all''interrogazione predefinita."
+ "Valore inatteso per la preferenza ''{0}'', ottenuto ''{1}''. Azzeramento con "
+ "l''interrogazione predefinita."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -7106,35 -7179,47 +7209,47 @@@ msgid "This changeset query URL is inva
msgstr ""
"Lâindirizzo URL per lâinterrogazione sui gruppi di modifiche non è valido"
- msgid "Select objects for which to change properties."
- msgstr "Seleziona gli oggetti per i quali modificare le proprietà ."
+ msgid "Discardable key: selection Foreground"
+ msgstr "Chiave scartabile: selezione in primo piano"
- msgid "Properties/Memberships"
- msgstr "Proprietà /Appartenenze"
+ msgid "Discardable key: selection Background"
+ msgstr "Chiave scartabile: selezione sullo sfondo"
- msgid "Properties for selected objects."
- msgstr "Proprietà per gli oggetti selezionati."
+ msgid "Discardable key: foreground"
+ msgstr "Chiave scartabile: primo piano"
+
+ msgid "Discardable key: background"
+ msgstr "Chiave scartabile: sfondo"
msgid "<different>"
msgstr "<diverso>"
+ msgid "Select objects for which to change tags."
+ msgstr "Selezionare gli oggetti per i quali modificare le etichette."
+
+ msgid "Tags/Memberships"
+ msgstr "Etichette/Appartenenze"
+
+ msgid "Tags for selected objects."
+ msgstr "Etichette per gli oggetti selezionati."
+
msgid "Member Of"
msgstr "Membro di"
msgid "Position"
msgstr "Posizione"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Proprietà : {0} / Appartenenze: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Etichette: {0} / Appartenenze: {1}"
- msgid "Properties / Memberships"
- msgstr "Proprietà / Appartenenze"
+ msgid "Tags / Memberships"
+ msgstr "Etichette / Appartenenze"
msgid "Delete the selected key in all objects"
msgstr "Cancella la chiave selezionata in tutti gli oggetti"
- msgid "Delete Properties"
- msgstr "Elimina proprietà "
+ msgid "Delete Tags"
+ msgstr "Elimina etichette"
msgid "Change relation"
msgstr "Cambia relazione"
@@@ -7148,14 -7233,14 +7263,14 @@@ msgstr "Vuoi veramente cancellare la se
msgid "Add a new key/value pair to all objects"
msgstr "Aggiungi una nuova coppia chiave/valore a tutti gli oggetti"
- msgid "Add Property"
- msgstr "Aggiungi proprietà "
+ msgid "Add Tag"
+ msgstr "Aggiungi tag"
msgid "Edit the value of the selected key for all objects"
msgstr "Modifica il valore della chiave selezionata per tutti gli oggetti"
- msgid "Edit Properties"
- msgstr "Modifica proprietà "
+ msgid "Edit Tags"
+ msgstr "Modifica etichette"
msgid "Go to OSM wiki for tag help (F1)"
msgstr ""
@@@ -7274,11 -7359,11 +7389,14 @@@ msgid "Choose recent tag {0}
msgstr "Scegli etichetta recente {0}"
msgid "Use this tag again"
- msgstr "Utilizza nuovamente questa etichetta"
+ msgstr "Utilizza nuovamente quest''etichetta"
+
+ msgid "Apply recent tag {0}"
+ msgstr "Applica etichetta recente {0}"
+msgid "Apply recent tag {0}"
+msgstr "Applica etichetta recente {0}"
+
msgid "The key ''{0}'' is already used"
msgstr "La chiave ''{0}'' è già stata utilizzata"
@@@ -7320,10 -7405,8 +7438,8 @@@ msgstr "La relazione è eliminata
msgid "Downloading relation {0}"
msgstr "Scaricamento della relazione {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Attenzione: ignoro l''errore perché il processo è stato annullato. "
- "Eccezione: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Eccezione ignorata per annullamento del lavoro. Eccezione: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7413,7 -7496,7 +7529,7 @@@ msgid "
msgstr ""
"<html>Si sta tentando di aggiungere una relazione a sé stessa.<br><br>Questo "
"crea dei riferimenti circolari e ne è scoraggiato l''utilizzo.<br>Relazione "
- "''''{0}'''' omessa.</html>"
+ "''''{0}'''' tralasciata.</html>"
msgid ""
"Add all objects selected in the current dataset before the first member"
@@@ -7504,13 -7587,13 +7620,13 @@@ msgstr "Si, crea un conflitto e chiudi
msgid "Click to create a conflict and close this relation editor"
msgstr ""
- "Cliccare per creare un conflitto e chiudere questo editor delle relazioni"
+ "Clicca per creare un conflitto e chiudere questo editor delle relazioni"
msgid "No, continue editing"
msgstr "No, continua la modifica"
msgid "Click to return to the relation editor and to resume relation editing"
- msgstr "Cliccare per ritornare alla modifica della relazione"
+ msgstr "Clicca per ritornare alla modifica della relazione"
msgid ""
"<html>This relation has been changed outside of the editor.<br>You cannot "
@@@ -7543,14 -7626,14 +7659,14 @@@ msgstr "Si, salva le modifiche e chiudi
msgid "Click to save the changes and close this relation editor"
msgstr ""
- "Premere per salvare le modifiche e chiudere questo editor delle relazioni"
+ "Clicca per salvare le modifiche e chiudere questo editor delle relazioni"
msgid "No, discard the changes and close"
msgstr "No, abbandona le modifiche e chiudi"
msgid "Click to discard the changes and close this relation editor"
msgstr ""
- "Premere per abbandonare le modifiche e chiudere questo editor delle relazioni"
+ "Clicca per abbandonare le modifiche e chiudere questo editor delle relazioni"
msgid "Cancel, continue editing"
msgstr "Annulla, continua le modifiche"
@@@ -7688,6 -7771,29 +7804,29 @@@ msgstr "
"il percorso non è connesso al precedente o al successivo membro della "
"relazione"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Numero errato di argomenti per il segnalibro"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Errore nella lettura della voce del segnalibro: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Linea ''{0}'' inattesa nel file segnalibro ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Valore double non valido ''{0}'' alla riga ''{1}'' nel file segnalibro "
+ "''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Impossibile leggere i segnalibri da<br>''{0}''<br>Errore generato: "
+ "{1}</html>"
+
msgid "Bookmarks"
msgstr "Segnalibri"
@@@ -7823,10 -7929,10 +7962,10 @@@ msgid "Download area ok, size probably
msgstr "Area da scaricare corretta, sarà probabilmente accettata dal server"
msgid "Click to close the dialog and to abort downloading"
- msgstr "Cliccare per chiudere la finestra e per annullare lo scaricamento"
+ msgstr "Clicca per chiudere la finestra e per annullare lo scaricamento"
msgid "Click to download the currently selected area"
- msgstr "Cliccare per scaricare l''area attualmente selezionata"
+ msgstr "Clicca per scaricare l''area attualmente selezionata"
msgid "Please select a download area first."
msgstr "Selezionare prima un''area di scarico."
@@@ -7846,21 -7952,8 +7985,8 @@@ msgstr "Scarica oggetti collegati (rela
msgid "Download object"
msgstr "Scarica oggetto"
- msgid "Object type:"
- msgstr "Tipo oggetto:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "misto"
-
- msgid "Choose the OSM object type"
- msgstr "Scegli il tipo di oggetto OSM"
-
- msgid "Object ID:"
- msgstr "ID oggetto:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Inserire l''ID dell''oggetto che deve essere scaricato"
+ msgid "Start downloading"
+ msgstr "Inizio scaricamento"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7873,29 -7966,9 +7999,9 @@@ msgid "Select if the members of a relat
msgstr ""
"Selezionare se devono essere scaricati anche i membri di una relazione"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Gli ID degli oggetti possono essere separati da una virgola o da uno "
- "spazio.<br/> Esempi: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Nella "
- "modalità mista specificare gli oggetti in questo modo: <b>w123, n110, w12, "
- "r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Scarica oggetti collegati (relazioni padre e percorsi)"
- msgid "Start downloading"
- msgstr "Inizio scaricamento"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "E'' stato specificato una lista di identificavi non valida\n"
- "Impossibile scaricare l''oggetto."
-
msgid "Class Type"
msgstr "Tipo classe"
@@@ -7921,7 -7994,7 +8027,7 @@@ msgid "Search ...
msgstr "Cerca ..."
msgid "Click to start searching for places"
- msgstr "Cliccare per iniziare la ricerca delle località "
+ msgstr "Clicca per iniziare la ricerca delle località "
msgid "Querying name server"
msgstr "Interrogazione del server dei nomi"
@@@ -8009,9 -8082,8 +8115,8 @@@ msgstr "Vai alla pagina successiva
msgid "Go to the JOSM help home page"
msgstr "Vai alla pagina iniziale di aiuto a JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr ""
- "Attenzione: posizione errata nel documento HTML. L''eccezione è stata: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Posizione non valida nel documento HTML. L''eccezione è stata: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr ""
@@@ -8034,37 -8106,37 +8139,37 @@@ msgid "Coordinates
msgstr "Coordinate"
msgid "History for node {0}"
- msgstr "Storico per il nodo {0}"
+ msgstr "Cronologia per il nodo {0}"
msgid "History for way {0}"
- msgstr "Storico per il percorso {0}"
+ msgstr "Cronologia per la way {0}"
msgid "History for relation {0}"
- msgstr "Storico per la relazione {0}"
+ msgstr "Cronologia per la relazione {0}"
msgid "Reload the history from the server"
- msgstr "Ricarica lo storico dal server"
+ msgstr "Ricarica la cronologia dal server"
msgid "History not initialized yet. Failed to set reference primitive."
msgstr ""
- "Storico non ancora inizializzato. Fallita l''impostazione della primitiva di "
- "riferimento."
+ "Cronologia non ancora inizializzata. Fallita l''impostazione della primitiva "
+ "di riferimento."
msgid ""
"Failed to set reference. Reference ID {0} does not match history ID {1}."
msgstr ""
"Fallita l''impostazione del riferimento. Il riferimento con ID {0} non "
- "corrisponde allo storico con ID {1}."
+ "corrisponde alla cronologia con ID {1}."
msgid ""
"Failed to set reference. Reference version {0} not available in history."
msgstr ""
"Fallita l''impostazione del riferimento. Il riferimento con versione {0} non "
- "è disponibile nello storico."
+ "è disponibile nella cronologia."
msgid "History not initialized yet. Failed to set current primitive."
msgstr ""
- "storico non ancora inizializzato. E'' fallito il tentativo di impostare la "
+ "Cronologia non ancora inizializzata. Fallito il tentativo di impostare la "
"primitiva corrente."
msgid ""
@@@ -8072,19 -8144,19 +8177,19 @@@
"history."
msgstr ""
"Fallita l''impostazione della primitiva corrente. La versione corrente {0} "
- "non è disponibile nello storico."
+ "non è disponibile nella cronologia."
msgid "Load history"
- msgstr "Carica storico"
+ msgstr "Carica cronologia"
msgid "Loading history for node {0}"
- msgstr "Caricamento dello storico per il nodo {0}"
+ msgstr "Caricamento della cronologia per il nodo {0}"
msgid "Loading history for way {0}"
- msgstr "Caricamento dello storico per il percorso {0}"
+ msgstr "Caricamento della cronologia per il percorso {0}"
msgid "Loading history for relation {0}"
- msgstr "Caricamento dello storico per la relazione {0}"
+ msgstr "Caricamento della cronologia per la relazione {0}"
msgid "Node {0}"
msgstr "Nodo {0}"
@@@ -8096,7 -8168,7 +8201,7 @@@ msgid "Zoom to this node in the curren
msgstr "Ingrandisci la visuale su questo nodo nel livello dei dati corrente"
msgid "Open a history browser with the history of this node"
- msgstr "Apri un navigatore dello storico con lo storico di questo nodo"
+ msgstr "Apri una cronologia del browser con la cronologia di questo nodo"
msgid "Way {0}"
msgstr "Percorso {0}"
@@@ -8124,6 -8196,9 +8229,9 @@@ msgid "
msgstr ""
"<html>Versione <strong>{0}</strong> creata il <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Commento al gruppo di modifiche"
+
msgid "Changeset info"
msgstr "Informazioni sul gruppo di modifiche"
@@@ -8221,26 -8296,24 +8329,24 @@@ msgstr "Prepara la risoluzione dei conf
msgid "Click to download all referring objects for {0}"
msgstr ""
- "Cliccare per scaricare tutti gli oggetti ai quali si fa riferimento per {0}"
+ "Clicca per scaricare tutti gli oggetti ai quali si fa riferimento per {0}"
msgid "Click to cancel and to resume editing the map"
- msgstr "Cliccare per annullare e per ritornare alla modifica della mappa"
+ msgstr "Clicca per annullare e per ritornare alla modifica della mappa"
msgid ""
"Click <strong>{0}</strong> to load them now.<br>If necessary JOSM will "
"create conflicts which you can resolve in the Conflict Resolution Dialog."
msgstr ""
- "Cliccare <strong>{0}</strong> per caricarli adesso.<br>Se necessario JOSM "
+ "Clicca <strong>{0}</strong> per caricarli adesso.<br>Se necessario JOSM "
"creerà dei conflitti che si potranno risolvere nella finestra di risoluzione "
"dei conflitti."
msgid "Object still in use"
msgstr "Oggetto ancora in uso"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "Attenzione: la testata dell''errore \"{0}\" non corrisponde ad alcun schema "
- "atteso"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "La testata d''errore \"{0}\" non corrisponde con uno schema atteso"
msgid "Upload"
msgstr "Carica"
@@@ -8262,6 -8335,12 +8368,12 @@@ msgstr "Crea un breve commento ai cambi
msgid "Enter an upload comment"
msgstr "Inserire un commento al caricamento"
+ msgid "Specify the data source for the changes:"
+ msgstr "Specificare la sorgente dati per le modifiche:"
+
+ msgid "Enter a source"
+ msgstr "Inserire una sorgente"
+
msgid "Changeset id:"
msgstr "Identificativo del gruppo di modifiche:"
@@@ -8333,11 -8412,10 +8445,10 @@@ msgid "Closing changeset {0}
msgstr "Chiusura del gruppo di modifiche {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Attenzione: errore nel posizionare la Dialog delle Credenziali sempre in "
- "primo piano. Intercettata una eccezione di sicurezza"
+ "E'' fallito il tentativo di mettere sempre in primo piano la finestra delle "
+ "credenziali. E'' stata rilevata una eccezione di sicurezza."
msgid "Enter credentials for OSM API"
msgstr "Immettere le credenziali per le API OSM"
@@@ -8423,11 -8501,11 +8534,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Decompressione di {0} in {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Attenzione: impossibile scaricare il file ''{0}''. Il suo collegamento "
- "''{1}'' non è un indirizzo URL valido. Salto lo scaricamento."
+ "Impossibile scaricare il file ''{0}''. Il suo collegamento ''{1}'' non è un "
+ "URL valido. Scaricamento tralasciato."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8444,10 -8522,9 +8555,9 @@@ msgid "Missing user identity
msgstr "Identità utente mancante"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Attenzione: fallito il recupero delle informazioni per l''utente JOSM "
+ "Fallito l''ottenimento delle informazioni utente per l''utente JOSM "
"corrente. L''eccezione è stata: {0}"
msgid "Download objects"
@@@ -8466,14 -8543,14 +8576,14 @@@ msgid "
"Either edit the path manually in the text field or click the \"...\" button "
"to open a file chooser."
msgstr ""
- "Modificare il percorso manualmente nel campo testuale oppure cliccare il "
+ "Modificare il percorso manualmente nel campo testuale oppure clicca il "
"pulsante \"...\" per aprire il selezionatore di file."
msgid "The bold text is the name of the layer."
msgstr "Il testo in grassetto è il nome del livello."
msgid "Click here to choose save path"
- msgstr "Cliccare qui per scegliere il percorso di salvataggio"
+ msgstr "Clicca qui per scegliere il percorso di salvataggio"
msgid "Layer ''{0}'' is not backed by a file"
msgstr "Il livello ''''{0}'''' non è supportato da un file"
@@@ -8483,7 -8560,7 +8593,7 @@@ msgstr "
"Il file ''''{0}'''' non è scrivibile. Specificare un altro nome di file."
msgid "Click cell to change the file path."
- msgstr "Cliccare sulla cella per modificare il percorso del file."
+ msgstr "Clicca sulla cella per modificare il percorso del file."
msgid "Open Recent"
msgstr "Apri recente"
@@@ -8607,7 -8684,7 +8717,7 @@@ msgid_plural "
"<html>Upload and/or save operations of {0} layers with modifications<br>were "
"canceled or have failed.</html>"
msgstr[0] ""
- "<html>E'' stata annullata o è fallita una operazione di caricamento e/o "
+ "<html>à stata annullata o è fallita una operazione di caricamento e/o "
"salvataggio<br>di un livello contenente delle modifiche.</html>"
msgstr[1] ""
"<html>Sono state annullate o sono fallite le operazioni di caricamento e/o "
@@@ -8698,12 -8775,6 +8808,6 @@@ msgstr "Carica le primitive modificate
msgid "Please revise upload comment"
msgstr "Si prega di rivedere il commento al caricamento"
- msgid "Revise"
- msgstr "Rivedi"
-
- msgid "Continue as is"
- msgstr "Utilizza così com''è"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8719,6 -8790,27 +8823,27 @@@ msgstr "
"descrivere le proprie modifiche, si renderà la vita<br />più facile agli "
"altri mappatori."
+ msgid "Please specify a changeset source"
+ msgstr "Si prega di specificare una sorgente del gruppo di modifiche"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Non è stata specificata una sorgente per le proprie modifiche.<br />Questo è "
+ "tecnicamente permesso, ma aiuta gli altri utenti <br />a conoscere "
+ "l''origine dei dati.<br /><br />Se si dedica un minuto adesso per spiegare "
+ "la propria modifica si renderà la vita<br />più facile a molti altri "
+ "mappatori."
+
+ msgid "Revise"
+ msgstr "Rivedi"
+
+ msgid "Continue as is"
+ msgstr "Utilizza così com''è"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Ritorna alla finestra precedente per inserire un commento più significativo"
@@@ -8735,6 -8827,25 +8860,25 @@@ msgstr "Si prega di inserire prima una
msgid "Illegal chunk size"
msgstr "Dimensione del raggruppamento non valida"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>L''etichetta del seguente gruppo di modifiche contiene una "
+ "chiave/valore vuoti:<br>{0}<br>Continuare?</html>"
+ msgstr[1] ""
+ "<html>Le etichette del seguente gruppo di modifiche contengono una "
+ "chiave/valore vuoti:<br>{0}<br>Continuare?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Metadati vuoti"
+
msgid "Cancel the upload and resume editing"
msgstr "Annulla il caricamento e ritorna alle modifiche"
@@@ -8742,11 -8853,11 +8886,11 @@@ msgid "Tags of changeset {0}
msgstr "Etichette del gruppo di modifiche {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Attenzione: l''oggetto ''''{0}'''' risulta già eliminato sul server. Salto "
- "questo oggetto e riprovo a caricare."
+ "L''oggetto ''{0}'' è stato già eliminato sul server. Tralascio questo "
+ "oggetto e ritento il caricamento."
msgid "Preparing objects to upload ..."
msgstr "Preparazione degli oggetti da caricare ..."
@@@ -8834,20 -8945,19 +8978,19 @@@ msgstr "Continua il caricamento
msgid "Click to continue uploading to additional new changesets"
msgstr ""
- "Cliccare per continuare il caricamento su nuovi gruppi di modifiche "
- "addizionali"
+ "Clicca per continuare il caricamento su nuovi gruppi di modifiche addizionali"
msgid "Go back to Upload Dialog"
msgstr "Ritorna alla finestra di caricamento"
msgid "Click to return to the Upload Dialog"
- msgstr "Cliccare per ritornare alla finestra di caricamento"
+ msgstr "Clicca per ritornare alla finestra di caricamento"
msgid "Abort"
msgstr "Interrompi"
msgid "Click to abort uploading"
- msgstr "Cliccare per interrompere il caricamento"
+ msgstr "Clicca per interrompere il caricamento"
msgid ""
"The server reported that the current changeset was closed.<br>This is most "
@@@ -8869,7 -8979,7 +9012,7 @@@ msgid "
"dialog.<br>Click ''<strong>{2}</strong>'' to abort uploading and return to "
"map editing.<br>"
msgstr ""
- "Cliccare ''<strong>{0}</strong>'' per continuare il caricamento su nuovi "
+ "Clicca ''<strong>{0}</strong>'' per continuare il caricamento su nuovi "
"gruppi di modifiche.<br>Cliccare ''<strong>{1}</strong>'' per ritornare alla "
"finestra di caricamento.<br>Cliccare ''<strong>{2}</strong>'' per annullare "
"il caricamento e ritornare alla modifica della mappa.<br>"
@@@ -8879,23 -8989,21 +9022,21 @@@ msgstr "Gruppo di modifiche pieno
msgid "Node ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- "Il nodo ''{0}'' è stato già eliminato. Salto l''oggetto nel caricamento."
+ "Il nodo ''{0}'' è stato già eliminato. Tralascio l''oggetto nel caricamento."
msgid "Way ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- "Il percorso ''{0}'' è stato già eliminato. Salto l''oggetto nel caricamento."
+ "Il percorso ''{0}'' è stato già eliminato. Tralascio l''oggetto nel "
+ "caricamento."
msgid "Relation ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- "La relazione ''{0}'' è stata già eliminata. Salto l''oggetto nel caricamento."
+ "La relazione ''{0}'' è stata già eliminata. Tralascio l''oggetto nel "
+ "caricamento."
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- "L''oggetto ''''{0}'''' è già eliminato. Salto l''oggetto durante il "
- "caricamento."
-
- msgid "Warning: {0}"
- msgstr "Attenzione: {0}"
+ "L''oggetto ''''{0}'''' è già eliminato. Tralascio l''oggetto nel caricamento."
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
@@@ -8908,6 -9016,9 +9049,9 @@@ msgstr "
"L''eccezione che è stata generata verrà ignorata perché il caricamento è "
"stato annullato. L''eccezione è: {0}"
+ msgid "Upload successful!"
+ msgstr "Caricamento riuscito!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8928,10 -9039,9 +9072,9 @@@ msgstr "Seleziona gli oggetti da carica
msgid "Cancel uploading"
msgstr "Annulla il caricamento"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Attenzione: valore inaspettato per la chiave ''''{0}'''' nelle preferenze, "
- "ottenuto ''''{1}''''"
+ "Valore inatteso per la chiave ''{0}'' nelle preferenze, ottenuto ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Si prega di selezionare la strategia di caricamento:"
@@@ -9085,16 -9195,16 +9228,16 @@@ msgid "ERROR
msgstr "ERRORE"
msgid "Next marker"
- msgstr "Marcatore successivo"
+ msgstr "Contrassegno successivo"
msgid "Jump to next marker"
- msgstr "Vai al prossimo marcatore"
+ msgstr "Vai al contrassegno successivo"
- msgid "Previos marker"
- msgstr "Marcatore precedente"
+ msgid "Previous marker"
+ msgstr "Contrassegno precedente"
msgid "Jump to previous marker"
- msgstr "Vai al precedente marcatore"
+ msgstr "Vai al contrassegno precedente"
msgid "All projections are supported"
msgstr "Sono supportate tutte le proiezioni"
@@@ -9123,10 -9233,8 +9266,8 @@@ msgstr "versione {0}
msgid "Merging layers"
msgstr "Unione dei livelli"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr ""
- "Attenzione: l''uso contemporaneo di dati nelle versioni 0.5 e 0.6 risulterà "
- "nella versione 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "Mescolando i dati 0.6 e 0.5 si ottiene la versione 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9455,12 -9563,12 +9596,12 @@@ msgid "
"An error occurred while trying to match the photos to the GPX track. You can "
"adjust the sliders to manually match the photos."
msgstr ""
- "E'' stato generato un errore durante il tentativo di correlare le foto con "
- "il tracciato GPX. Si possono regolare le barre di scorrimento per correlare "
+ "Ã stato generato un errore durante il tentativo di correlare le foto con il "
+ "tracciato GPX. Si possono regolare le barre di scorrimento per correlare "
"manualmente le foto."
msgid "Matching photos to track failed"
- msgstr "E'' fallita la correlazione delle foto al tracciato"
+ msgstr "Ã fallita la correlazione delle foto al tracciato"
msgid "Adjust timezone and offset"
msgstr "Regola fuso orario e scostamento"
@@@ -9475,8 -9583,8 +9616,8 @@@ msgid "
"The selected GPX track does not contain timestamps. Please select another "
"one."
msgstr ""
- "Il tracciato GPX selezionato non contiene le marcature temporali. "
- "Selezionarne un altro."
+ "Il tracciato GPX selezionato non contiene le marche temporali. Selezionarne "
+ "un altro."
msgid "GPX Track has no time information"
msgstr "Il tracciato GPX non contiene alcuna informazione sull''ora"
@@@ -9507,9 -9615,6 +9648,6 @@@ msgstr "Estrazione delle localizzazion
msgid "Starting directory scan"
msgstr "Inizio analisi cartella"
- msgid "One of the selected files was null"
- msgstr "Uno dei file selezionati era nullo"
-
msgid "Read photos..."
msgstr "Lettura delle foto ..."
@@@ -9528,6 -9633,9 +9666,9 @@@ msgstr "Trovato un file nullo nella car
msgid "Error while getting files from directory {0}\n"
msgstr "Errore durante il prelevamento dei file dalla cartella {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Uno dei file selezionati era nullo"
+
msgid "Geotagged Images"
msgstr "Immagini georeferenziate"
@@@ -9587,6 -9695,12 +9728,12 @@@ msgstr "Successivo
msgid "Show next Image"
msgstr "Visualizza l''immagine successiva"
+ msgid "Show first Image"
+ msgstr "Mostra prima immagine"
+
+ msgid "Show last Image"
+ msgstr "Mostra ultima immagine"
+
msgid "Center view"
msgstr "Centra la visualizzazione"
@@@ -9645,11 -9759,11 +9792,11 @@@ msgid "
"range of tracks or use CTRL+Click to select specific ones. The map is "
"updated live in the background. Open the URLs by double clicking them.</html>"
msgstr ""
- "<html>Seleziona tutti i tracciati che si vogliono visualizzare. E'' "
- "possibile selezionare un intervallo di tracciati trascinando il mouse oppure "
- "premendo CTRL+Click per selezionare dei tracciati specifici. La mappa è "
- "aggiornata in tempo reale sullo sfondo. Facendo doppio click sui tracciati "
- "si aprono gli indirizzi URL .</html>"
+ "<html>Seleziona tutti i tracciati che si vogliono visualizzare. Ã possibile "
+ "selezionare un intervallo di tracciati trascinando il mouse oppure premendo "
+ "CTRL+Click per selezionare dei tracciati specifici. La mappa è aggiornata in "
+ "tempo reale sullo sfondo. Facendo doppio click sui tracciati si aprono gli "
+ "indirizzi URL .</html>"
msgid "Set track visibility for {0}"
msgstr "Imposta la visibilità del tracciato per {0}"
@@@ -9671,9 -9785,6 +9818,6 @@@ msgstr "
"cartografici è considerato dannoso.<br>Se si desidera caricare dei tracciati "
"vedere qui:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Personalizza l''aspetto del tracciato"
@@@ -9684,7 -9795,7 +9828,7 @@@ msgid "To
msgstr "A"
msgid "No timestamp"
- msgstr "Nessuna marcatura temporale"
+ msgstr "Nessuna marca temporale"
msgid "Select to download OSM data."
msgstr "Selezionare per scaricare i dati OSM."
@@@ -9717,10 -9828,10 +9861,10 @@@ msgid "track and waypoints
msgstr "tracciato e punti del percorso"
msgid "Click to download"
- msgstr "Cliccare per scaricare"
+ msgstr "Clicca per scaricare"
msgid "Click to cancel"
- msgstr "Cliccare per annullare"
+ msgstr "Clicca per annullare"
msgid "Download from OSM along this track"
msgstr "Scarica da OSM lungo questo tracciato"
@@@ -9757,8 -9868,8 +9901,8 @@@ msgid "
"correlate them with audio data.</html>"
msgstr ""
"<html>Sono stati scaricati dal server i dati nel livello GPX "
- "''''{0}''''.<br>Siccome i suoi punti non includono una marcatura temporale "
- "non è possibile correlarli con la traccia audio.</html>"
+ "''''{0}''''.<br>Siccome i suoi punti non includono una marca temporale non è "
+ "possibile correlarli con la traccia audio.</html>"
msgid "Import not possible"
msgstr "Importazione non possibile"
@@@ -9767,7 -9878,7 +9911,7 @@@ msgid "Wave Audio files (*.wav)
msgstr "Files audio Wave (*.wav)"
msgid "Audio markers from {0}"
- msgstr "Marcatori audio da {0}"
+ msgstr "Contrassegni audio da {0}"
msgid "No GPX track available in layer to associate audio with."
msgstr "Nessuna traccia GPX da associare con l''audio."
@@@ -9776,7 -9887,7 +9920,7 @@@ msgid "
"Some waypoints with timestamps from before the start of the track or after "
"the end were omitted or moved to the start."
msgstr ""
- "Alcuni punti del percorso con marcature temporali precedenti l''inizio o "
+ "Alcuni punti del percorso con marche temporali precedenti l''inizio o "
"successivi alla fine del tracciato sono stati omessi o posizionati "
"all''inizio."
@@@ -9796,36 -9907,36 +9940,36 @@@ msgid "
"correlate them with images.</html>"
msgstr ""
"<html>Sono stati scaricati dal server i dati nel livello GPX "
- "''''{0}''''.<br>Siccome i suoi punti non includono una marcatura temporale "
- "non è possibile correlarli con le immagini.</html>"
+ "''''{0}''''.<br>Siccome i suoi punti non includono una marca temporale non è "
+ "possibile correlarli con le immagini.</html>"
msgid "Markers From Named Points"
- msgstr "Crea marcatori dai punti con nome"
+ msgstr "Crea contrassegni dai punti con nome"
msgid "Named Trackpoints from {0}"
msgstr "Nomina i punti del percorso da {0}"
msgid "gps marker"
- msgstr "segnaposto gps"
+ msgstr "contrassegno gps"
msgid "marker"
msgid_plural "markers"
- msgstr[0] "marcatore"
- msgstr[1] "marcatori"
+ msgstr[0] "contrassegno"
+ msgstr[1] "contrassegni"
msgid "{0} consists of {1} marker"
msgid_plural "{0} consists of {1} markers"
- msgstr[0] "{0} è composto da {1} marcatore"
- msgstr[1] "{0} è composto da {1} marcatori"
+ msgstr[0] "{0} è composto da {1} contrassegno"
+ msgstr[1] "{0} è composto da {1} contrassegni"
msgid "No existing audio markers in this layer to offset from."
- msgstr "Non ci sono marcatori audio in questo livello da compensare."
+ msgstr "Non ci sono contrassegni audio in questo livello da compensare."
msgid "Show Text/Icons"
msgstr "Mostra Testo/Icone"
msgid "Toggle visible state of the marker text and icons."
- msgstr "Commuta la visualizzazione dei marcatori di testo ed icone"
+ msgstr "Commuta la visualizzazione dei contrassegni di testo ed icone"
msgid "Synchronize Audio"
msgstr "Sincronizza l''audio"
@@@ -9841,48 -9952,44 +9985,44 @@@ msgid "Unable to synchronize in layer b
msgstr "Impossibile sincronizzare nel livello in esecuzione."
msgid "Make Audio Marker at Play Head"
- msgstr "Crea marcatore audio in prossimità della testina di riproduzione"
+ msgstr "Crea contrassegno audio in prossimità della testina di riproduzione"
msgid ""
"You need to have paused audio at the point on the track where you want the "
"marker."
- msgstr "Premi pausa nel punto del tracciato dove vuoi il marcatore"
+ msgstr "Premi pausa nel punto del tracciato dove vuoi il contrassegno"
msgid ""
"You need to drag the play head near to the GPX track whose associated sound "
"track you were playing (after the first marker)."
msgstr ""
- "E'' necessario spostare la testina di riproduzione in prossimità del "
- "tracciato GPX a cui è associata la traccia audio che si vuole riprodurre "
- "(dopo il primo marcatore)."
+ "à necessario spostare la testina di riproduzione in prossimità del tracciato "
+ "GPX a cui è associata la traccia audio che si vuole riprodurre (dopo il "
+ "primo contrassegno)."
msgid ""
"You need to SHIFT-drag the play head onto an audio marker or onto the track "
"point where you want to synchronize."
msgstr ""
- "Trascina (premendo SHIFT) la testina di riproduzione sopra un marcatore "
+ "Trascina (premendo SHIFT) la testina di riproduzione sopra un contrassegno "
"audio o sul tracciato da sincronizzare."
msgid "Unable to create new audio marker."
- msgstr "Impossibile creare un nuovo segnaposto Audio"
+ msgstr "Impossibile creare un nuovo contrassegno audio"
msgid "There was an error while trying to display the URL for this marker"
- msgstr "Impossibile mostrare l''URL per questo marcatore"
+ msgstr "Impossibile mostrare l''URL per questo contrassegno"
msgid "(URL was: "
msgstr "(URL: "
- msgid "Error displaying URL"
- msgstr "Impossibile visualizzare l''URL"
-
msgid "Select the map painting styles"
msgstr "Seleziona gli stili di disegno della mappa"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Attenzione: fallito il caricamento degli stili Mappaint da ''{0}''. "
- "L''eccezione è stata: {1}"
+ "Fallito il caricamento degli stili Mappaint da ''{0}''. L''eccezione è "
+ "stata: {1}"
msgid "loading style ''{0}''..."
msgstr "caricamento dello stile ''{0}'' in corso..."
@@@ -9894,7 -10001,7 +10034,7 @@@ msgid_plural "
"There were {0} errors when loading this style. Select ''Info'' from the "
"right click menu for details."
msgstr[0] ""
- "E'' stato generato un errore durante il caricamento di questo stile. "
+ "Ã stato generato un errore durante il caricamento di questo stile. "
"Selezionare ''Informazioni'' dal menu contestuale (tasto destro del mouse) "
"per i dettagli."
msgstr[1] ""
@@@ -9902,10 -10009,9 +10042,9 @@@
"Selezionare ''Informazioni'' dal menu contestuale (tasto destro del mouse) "
"per i dettagli."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Attenzione: fallita l''analisi degli stili Mappaint da ''{0}''. L''errore è "
- "stato: {1}"
+ "Fallita l''analisi degli stili Mappaint da ''{0}''. L''errore è stato: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Stile di tratteggio non valido, i valori devono essere positivi"
@@@ -9914,11 -10020,10 +10053,10 @@@ msgid "Illegal dash pattern, at least o
msgstr "Stile di tratteggio non valido, almeno un valore deve essere > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Attenzione: fallita l''analisi degli stili Mappaint da ''{0}''. L''errore è "
- "stato: [{1}:{2}] {3}"
+ "Fallita l''analisi degli stili Mappaint da ''{0}''. L''errore è stato: "
+ "[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Chiave del token di accesso:"
@@@ -9957,11 -10062,11 +10095,11 @@@ msgstr "Indirizzo URL di autorizzazione
msgid "Click to reset the OAuth settings to default values"
msgstr ""
- "Cliccare per ripristinare i valori predefiniti delle impostazioni OAuth"
+ "Clicca per ripristinare i valori predefiniti delle impostazioni OAuth"
msgid "Click to abort resetting to the OAuth default values"
msgstr ""
- "Cliccare per annullare il ripristino delle impostazioni OAuth con i valori "
+ "Clicca per annullare il ripristino delle impostazioni OAuth con i valori "
"predefiniti"
msgid ""
@@@ -10051,7 -10156,7 +10189,7 @@@ msgid "
"website. Click on <strong>{0}</strong> to accept the token. JOSM will use it "
"in subsequent requests to gain access to the OSM API.</html>"
msgstr ""
- "<html>E'' stato ottenuto con successo un token di accesso OAuth dal sito web "
+ "<html>Ã stato ottenuto con successo un token di accesso OAuth dal sito web "
"di OSM. Cliccare su <strong>{0}</strong> per accettare il token. JOSM lo "
"utilizzerà nelle successive richieste per acquisire l''accesso alle API di "
"OSM.</html>"
@@@ -10061,8 -10166,8 +10199,8 @@@ msgstr "Autorizza adesso
msgid "Click to redirect you to the authorization form on the JOSM web site"
msgstr ""
- "Cliccare per essere rediretti alla maschera di autorizzazione sul sito web "
- "di JOSM"
+ "Clicca per essere rediretti alla maschera di autorizzazione sul sito web di "
+ "JOSM"
msgid "Back"
msgstr "Indietro"
@@@ -10097,7 -10202,7 +10235,7 @@@ msgid "
"OSM server failed.<br><br>Please try again or choose another kind of "
"authorization process,<br>i.e. semi-automatic or manual authorization.</html>"
msgstr ""
- "<html>E'' fallito il processo automatico per l''ottenimento di un token di "
+ "<html>Ã fallito il processo automatico per l''ottenimento di un token di "
"accesso OAuth<br>dal server OSM.<br><br>Si prega di provare nuovamente "
"oppure di selezionare un''altra tipologia di processo autorizzativo,<br>es. "
"autorizzazione semi-automatica o manuale.</html>"
@@@ -10122,7 -10227,7 +10260,7 @@@ msgid "
"OSM server failed. JOSM failed to log into {0}<br>for user "
"{1}.<br><br>Please check username and password and try again.</html>"
msgstr ""
- "<html>E'' fallito il processo automatico per l''ottenimento di un token di "
+ "<html>Ã fallito il processo automatico per l''ottenimento di un token di "
"accesso OAuth<br>dal server di OSM. JOSM non è riuscito ad accedere a "
"{0}<br>con l''utente {1}.<br><br>Si prega di controllare il nome utente e la "
"password e di riprovare.</html>"
@@@ -10173,7 -10278,7 +10311,7 @@@ msgstr "
"inserire un codice segreto per il token di accesso"
msgid "Click to test the Access Token"
- msgstr "Cliccare per verificare il token di accesso"
+ msgstr "Cliccarper verificare il token di accesso"
msgid ""
"With OAuth you grant JOSM the right to upload map data and GPS tracks on "
@@@ -10195,9 -10300,8 +10333,8 @@@ msgstr "Chiudi la finestra ed annulla l
msgid "Close the dialog and accept the Access Token"
msgstr "Chiudi la finestra ed accetta il token di accesso"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr ""
- "Attenzione: fallito lâannullamento dellâoperazione OAuth in esecuzione"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Fallito l''annullamento dell''operazione OAuth in esecuzione"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Ottenimento del token di richiesta OAuth da ''''{0}''''"
@@@ -10356,25 -10460,25 +10493,25 @@@ msgstr "
"l''autorizzazione sul server OSM.<br><br>Il token di accesso è: </html>"
msgid "Click to retrieve a Request Token"
- msgstr "Cliccare per ottenere un token di richiesta"
+ msgstr "Clicca per ottenere un token di richiesta"
msgid "Retrieve Access Token"
msgstr "Ottieni un token di accesso"
msgid "Click to retrieve an Access Token"
- msgstr "Cliccare per ottenere un token di accesso"
+ msgstr "Clicca per ottenere un token di accesso"
msgid "Testing OAuth Access Token"
msgstr "Verifica del token di accesso OAuth"
msgid "Retrieving user details with Access Token Key ''{0}'' was rejected."
msgstr ""
- "E'' stato rifiutato l''ottenimento dei dettagli utente con chiave del token "
- "di accesso ''''{0}''''."
+ "Ã stato rifiutato l''ottenimento dei dettagli utente con chiave del token di "
+ "accesso ''''{0}''''."
msgid "Retrieving user details with Access Token Key ''{0}'' was forbidden."
msgstr ""
- "E'' stato proibito il recupero delle informazioni utente con la chiave del "
+ "Ã stato proibito il recupero delle informazioni utente con la chiave del "
"token di accesso ''{0}''."
msgid ""
@@@ -10382,7 -10486,7 +10519,7 @@@
"at ''{1}''.<br>You are accessing the OSM server as user ''{2}'' with id "
"''{3}''.</html>"
msgstr ""
- "<html>E'' stato utilizzato con successo il token di accesso ''{0}'' "
+ "<html>Ã stato utilizzato con successo il token di accesso ''{0}'' "
"per<br>accedere al server OSM su ''{1}''.<br>Si sta accedendo al server OSM "
"come l''utente ''{2}'' con identificativo ''{3}''.</html>"
@@@ -10395,10 -10499,10 +10532,10 @@@ msgid "
"not<br>be able to access any protected resource on this server using this "
"token.</html>"
msgstr ""
- "<html>E'' fallito l''accesso al server OSM ''{0}''<br>con il token di "
- "accesso ''{1}''.<br>Il server ha rifiutato il token di accesso come non "
- "autorizzato. Non si sarà <br>in grado di accedere ad alcuna risorsa protetta "
- "su questo server utilizzando questo token.</html>"
+ "<html>Ã fallito l''accesso al server OSM ''{0}''<br>con il token di accesso "
+ "''{1}''.<br>Il server ha rifiutato il token di accesso come non autorizzato. "
+ "Non si sarà <br>in grado di accedere ad alcuna risorsa protetta su questo "
+ "server utilizzando questo token.</html>"
msgid "Test failed"
msgstr "Test fallito"
@@@ -10451,22 -10555,22 +10588,22 @@@ msgid "Retrieving user info...
msgstr "Ottenimento delle informazioni utente..."
msgid "Audio Settings"
- msgstr "Impostazione dell''audio"
+ msgstr "Impostazioni audio"
msgid "Settings for the audio player and audio markers."
- msgstr "Impostazioni del riproduttore audio e del marcatore audio."
+ msgstr "Impostazioni del riproduttore audio e del contrassegno audio."
msgid "Display the Audio menu."
msgstr "Mostra il menu audio."
msgid "Label audio (and image and web) markers."
- msgstr "Marcatore di etichetta audio (e immagine e web)."
+ msgstr "Contrassegno di etichetta audio (e immagine e web)."
msgid "Display live audio trace."
msgstr "Mostra la traccia audio attiva."
msgid "Explicit waypoints with valid timestamps."
- msgstr "Punti del percorso espliciti con marcature temporali valide."
+ msgstr "Punti del percorso espliciti con marcatori temporali validi."
msgid "Explicit waypoints with time estimated from track position."
msgstr ""
@@@ -10482,7 -10586,7 +10619,7 @@@ msgstr "Orari di modifica (marcatori te
msgid "Start of track (will always do this if no other markers available)."
msgstr ""
"Inizio del tracciato (si dovrebbe sempre eseguire questo se non ci sono "
- "altri marcatori disponibili)."
+ "altri contrassegni disponibili)."
msgid "Show or hide the audio menu entry on the main menu bar."
msgstr "Mostra o nascondi il menù audio nella barra del menù principale."
@@@ -10500,28 -10604,28 +10637,28 @@@ msgid "
"button icons."
msgstr ""
"Inserisci il testo dellâetichetta (e dellâimmagine e del web) rispetto al "
- "marcatore audio come icona del tasto."
+ "contrassegno audio come icona del tasto."
msgid "When importing audio, make markers from..."
- msgstr "Quando importi l''audio, crea marcatori da ..."
+ msgstr "Durante l''importazione dell''audio crea contrassegni da ..."
msgid "When importing audio, apply it to any waypoints in the GPX layer."
msgstr ""
- "Quando si importa l''audio, applicalo ad ogni punto del percorso nel livello "
- "GPX."
+ "Durante l''importazione dell''audio applicalo ad ogni punto del percorso nel "
+ "livello GPX."
msgid ""
"Automatically create audio markers from trackpoints (rather than explicit "
"waypoints) with names or descriptions."
msgstr ""
- "Crea automaticamente dei marcatori audio dai punti del tracciato (invece che "
- "dai punti del percorso espliciti) con i nomi o le descrizioni."
+ "Crea automaticamente dei contrassegni audio dai punti del tracciato (invece "
+ "che dai punti del percorso espliciti) con i nomi o le descrizioni."
msgid ""
"Create audio markers at the position on the track corresponding to the "
"modified time of each audio WAV file imported."
msgstr ""
- "Crea i marcatori audio nella posizione del tracciato corrispondente "
+ "Crea i contrassegni audio nella posizione del tracciato corrispondente "
"all''orario di modifica di ogni file audio WAV importato."
msgid ""
@@@ -10575,9 -10679,9 +10712,9 @@@ msgid "Downloading the following plugi
msgid_plural ""
"Downloading the following {0} plugins has <strong>failed</strong>:"
msgstr[0] ""
- "Eâ <strong>fallito</strong> lo scaricamento della seguente estensione:"
+ "Ã <strong>fallito</strong> lo scaricamento della seguente estensione:"
msgstr[1] ""
- "Eâ <strong>fallito</strong> lo scaricamento delle seguenti {0} estensioni:"
+ "Ã <strong>fallito</strong> lo scaricamento delle seguenti {0} estensioni:"
msgid "Search:"
msgstr "Cerca:"
@@@ -10938,7 -11042,7 +11075,7 @@@ msgid "
"by pressing \"Cancel\" in preferences dialog <br/>To activate some changes "
"JOSM restart may be needed.</html>"
msgstr ""
- "<html>Qui c''è il sommario dell''importazione del file. <br/>E'' possibile "
+ "<html>Qui c''è il sommario dell''importazione del file. <br/>à possibile "
"rifiutare i cambiamenti alle preferenze premendo \"Annulla\" nella finestra "
"delle preferenze <br/>Per attivare alcuni cambiamenti potrebbe essere "
"necessario riavviare JOSM.</html>"
@@@ -11024,23 -11128,23 +11161,58 @@@ msgstr "Aggiungi impostazione
msgid "Advanced Background: Changed"
msgstr "Sfondo avanzato: modificato"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "Il valore corrente è il predefinito."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Il valore predefinito è ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "Il valore predefinito al momento è sconosciuto (l''impostazione non è stata "
+ "ancora utilizzata)."
+
+ msgid "Change string setting"
+ msgstr "Modifica l''impostazione della stringa"
+
++msgid "Simple"
++msgstr "Semplice"
++
++msgid "List"
++msgstr "Elenco"
++
++msgid "List of lists"
++msgstr "Lista di liste"
++
++msgid "List of maps"
++msgstr "Lista di mappe"
++
++msgid "Add setting"
++msgstr "Aggiungi impostazione"
++
++msgid "Advanced Background: Changed"
++msgstr "Sfondo avanzato: modificato"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "Sfondo avanzato: non predefinito"
+
+msgid "Current value is default."
+msgstr "Il valore corrente è il predefinito."
+
+msgid "Default value is ''{0}''."
+msgstr "Il valore predefinito è ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"Il valore predefinito al momento è sconosciuto (l''impostazione non è stata "
+"ancora utilizzata)."
+
+msgid "Change string setting"
+msgstr "Modifica l''impostazione della stringa"
+
msgid "Value: "
msgstr "Valore: "
@@@ -11096,6 -11200,9 +11268,9 @@@ msgstr "Disegna dei nodi virtuali nell
msgid "Draw inactive layers in other color"
msgstr "Disegna con altri colori i layer non attivi"
+ msgid "Display discardable keys"
+ msgstr "Visualizza chiavi scartabili"
+
msgid "Highlight target ways and nodes"
msgstr "Evidenzia percorsi e nodi di destinazione"
@@@ -11160,9 -11267,16 +11335,16 @@@ msgid "
"This option suppresses the filling of areas, overriding anything specified "
"in the selected style."
msgstr ""
- "Questa opzione sopprime il riempimento delle aree, ignorando qualsiasi "
+ "Quest''opzione elimina il riempimento delle aree, ignorando qualsiasi "
"impostazione presente nello stile selezionato."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Visualizza le chiavi che sono state ritenute poco interessanti al punto che "
+ "possono essere rimosse in modo silente."
+
msgid "Options that affect drawing performance"
msgstr "Opzioni che influiscono sull''efficienza di disegno"
@@@ -11245,7 -11359,7 +11427,7 @@@ msgid "Foot
msgstr "Pedone"
msgid "Create markers when reading GPX"
- msgstr "Crea marcatori durante la lettura GPX"
+ msgstr "Crea contrassegni durante la lettura GPX"
msgid "Fast drawing (looks uglier)"
msgstr "Disegno veloce (appare più brutto)"
@@@ -11260,7 -11374,7 +11442,7 @@@ msgid "
"Automatically make a marker layer from any waypoints when opening a GPX "
"layer."
msgstr ""
- "Quando si apre un layer GPX crea automaticamente un marcatore sul livello "
+ "Quando si apre un layer GPX crea automaticamente un contrassegno sul livello "
"per ogni punto del percorso."
msgid "Draw lines between raw GPS points"
@@@ -11349,8 -11463,7 +11531,7 @@@ msgstr "
msgid "Colors points and track segments by its timestamp."
msgstr ""
- "Colora i punti ed i segmenti del tracciato in base alla sua marcatura "
- "temporale."
+ "Colora i punti ed i segmenti del tracciato in base alla sua marca temporale."
msgid "Allows to tune the track coloring for different average speeds."
msgstr ""
@@@ -11671,6 -11784,12 +11852,12 @@@ msgstr "
"livelli dati. Aggiunge una ''~'' al nome del file e la salva nella stessa "
"cartella.)</i>"
+ msgid "Notification at each save"
+ msgstr "Notifica ad ogni salvataggio"
+
+ msgid "When saving, display a small notification"
+ msgstr "Durante il salvataggio visualizza una piccola notifica"
+
msgid "File backup"
msgstr "Copia di riserva del file"
@@@ -11743,9 -11862,8 +11930,8 @@@ msgid "Settings for the map projection
msgstr ""
"Impostazioni per la proiezione della mappa e l''interpretazione dei dati."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
- "Attenzione: impossibile leggere la sorgente delle etichette preimpostate: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Impossibile leggere la lista delle etichette preimpostate: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11862,7 -11980,7 +12048,7 @@@ msgstr "
msgid "Plugin {0} is still required by this plugin:"
msgid_plural "Plugin {0} is still required by these {1} plugins:"
- msgstr[0] "L''estensione {0} è ancora richiesta da questa estensione:"
+ msgstr[0] "L''estensione {0} è ancora richiesta da questa''estensione:"
msgstr[1] "L''estensione {0} è ancora richiesta da queste {1} estensioni:"
msgid "{0}: Version {1} (local: {2})"
@@@ -12037,21 -12155,6 +12223,6 @@@ msgstr "Sistema di coordinate svizzero
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (senza alcuna correzione locale)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Nord"
-
- msgid "South"
- msgstr "Sud"
-
- msgid "Hemisphere"
- msgstr "Emisfero"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadalupa Fort-Marigot 1949"
@@@ -12073,6 -12176,21 +12244,21 @@@ msgstr "UTM Francia (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Sistema Geodesic"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Nord"
+
+ msgid "South"
+ msgstr "Sud"
+
+ msgid "Hemisphere"
+ msgstr "Emisfero"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Verifica dell''indirizzo URL delle API di OSM ''''{0}''''"
@@@ -12121,7 -12239,7 +12307,7 @@@ msgid "
"spelling of ''{0}'' and validate again.</html>"
msgstr ""
"<html>Il server delle API di OSM su ''{0}'' non ha restituito una risposta "
- "valida.<br>E'' come se ''{0}'' non fosse un server delle API di OSM.<br>Si "
+ "valida.<br>Ã come se ''{0}'' non fosse un server delle API di OSM.<br>Si "
"prega di controllare la digitazione di ''{0}'' e di validare "
"nuovamente.</html>"
@@@ -12141,11 -12259,11 +12327,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Selezionare per utilizzare OAuth come meccanismo di autenticazione"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Attenzione: valore non supportato nella preferenza ''{0}'', ottenuto "
- "''{1}''. Utilizzo il metodo di autenticazione ''Basic Authentication''."
+ "Valore non supportato nella preferenza ''{0}'', ottenuto ''{1}''. Utilizzo "
+ "il metodo di autenticazione ''Basic Authentication''."
msgid "OSM username:"
msgstr "Nome utente OSM:"
@@@ -12153,29 -12271,32 +12339,32 @@@
msgid "OSM password:"
msgstr "Password OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Attenzione: fallito lâottenimento delle credenziali OSM dal gestore delle "
- "credenziali."
+ "Fallito l''ottenimento delle credenziali OSM dal gestore delle credenziali."
msgid "Current credential manager is of type ''{0}''"
msgstr "Il gestore delle credenziali corrente è di tipo ''''{0}''''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Attenzione: fallito il salvataggio delle credenziali OSM sul gestore delle "
- "credenziali."
+ "Fallito il salvataggio delle credenziali OSM sul gestore delle credenziali."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Verificare periodicamente se ci sono nuovi messaggi"
+
+ msgid "Check interval (minutes):"
+ msgstr "Intervallo di controllo (minuti):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Attenzione: Fallito lâottenimento del token di accesso OAuth dal gestore "
- "delle credenziali"
+ "Fallito l''ottenimento del token di accesso OAuth dal gestore delle "
+ "credenziali"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Attenzione: Fallita la memorizzazione del token di accesso OAuth sul gestore "
- "delle credenziali"
+ "Fallita la memorizzazione del token di accesso OAuth nel gestore delle "
+ "credenziali"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12192,7 -12313,7 +12381,7 @@@ msgid "Save to preferences
msgstr "Salva sulle preferenze"
msgid "Click to step through the OAuth authorization process"
- msgstr "Cliccare per seguire i passaggi del processo di autorizzazione OAuth"
+ msgstr "Clicca per seguire i passaggi del processo di autorizzazione OAuth"
msgid "New Access Token"
msgstr "Nuovo token di accesso"
@@@ -12201,12 -12322,12 +12390,12 @@@ msgid "
"Click to step through the OAuth authorization process and generate a new "
"Access Token"
msgstr ""
- "Cliccare per seguire i passaggi del processo di autorizzazione OAuth e "
+ "Clicca per seguire i passaggi del processo di autorizzazione OAuth e "
"generare un nuovo token di accesso"
msgid "Click test access to the OSM server with the current access token"
msgstr ""
- "Cliccare per verificare lâaccesso al server OSM con il token di accesso "
+ "Clicca per verificare lâaccesso al server OSM con il token di accesso "
"corrente"
msgid "<html>Use the default OSM server URL (<strong>{0}</strong>)</html>"
@@@ -12270,18 -12391,12 +12459,12 @@@ msgid "Use a SOCKS proxy
msgstr "Utilizza un proxy SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Attenzione: JOSM è configurato per utilizzare i proxy dalle impostazioni di "
- "sistema, ma la JVM non è configurata in modo da ottenerli. Reimposto le "
- "preferenze su ''No proxy''"
-
- msgid "disabled"
- msgstr "disattivato"
-
- msgid "no modifier"
- msgstr "Nessun modificatore"
+ "JOSM è configurato per utilizzare i proxy dalle impostazioni di sistema, ma "
+ "la JVM non è configurata per ottenerli. Reimposto le preferenze a ''Nessun "
+ "proxy''"
msgid "Shortcut Background: User"
msgstr "Sfondo scorciatoia: utente"
@@@ -12353,8 -12468,8 +12536,8 @@@ msgstr "Applica preimpostazione
msgid "New relation"
msgstr "Nuova relazione"
- msgid "Change Properties"
- msgstr "Modifica Proprietà "
+ msgid "Change Tags"
+ msgstr "Cambia etichette"
msgid "Unknown requisite: {0}"
msgstr "Requisito sconosciuto: {0}"
@@@ -12442,9 -12557,6 +12625,6 @@@ msgstr "Elemento ruolo preimpostato sen
msgid "Preset sub element without parent"
msgstr "Sotto-elemento preimpostato senza genitori"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Impossibile leggere la lista delle etichette preimpostate: {0}"
-
msgid "Error parsing {0}: "
msgstr "Impossibile leggere {0}: "
@@@ -12463,6 -12575,16 +12643,16 @@@ msgstr "Visualizza solamente per la sel
msgid "Search in tags"
msgstr "Cerca nelle etichette"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Variazione {0} non ancora registrata. Non è possibile impostare la "
+ "partecipazione nella variazione sincronizzata."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Variazione {0} non ancora registrata."
+
msgid "All files (*.*)"
msgstr "Tutti i file (*.*)"
@@@ -12498,9 -12620,60 +12688,60 @@@ msgstr "
"Il valore corrente non è un ID OSM valido. Si prega di inserire un valore "
"intero > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falso: la proprietà è esplicitamente disattivata"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: la proprietà è esplicitamente impostata attiva"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parziale: diversi oggetti selezionati hanno valori diversi, non cambiato"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "non settato: non settare questa proprietà sugli oggetti selezionati"
+
msgid "Cut"
msgstr "Taglia"
+ msgid "Right click = copy to clipboard"
+ msgstr "Click destro = copia negli appunti"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "attributo obbligatorio ''{0}'' mancante"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "valore non valido per attributo obbligatorio ''{0}'' di tipo long, ricevuto "
+ "''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "valore non valido per attributo obbligatorio ''{0}'' di tipo long (>=0), "
+ "ricevuto ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Valore non permesso per l''attributo ''{0}'' di tipo double. Ottenuto "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "valore non valido per attributo obbligatorio ''{0}'' di tipo booleano, "
+ "ricevuto ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "valore non valido per attributo obbligatorio ''{0}'' di tipo "
+ "OsmPrimitiveType, ricevuto ''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12537,11 -12710,11 +12778,11 @@@ msgid "Contacting OSM Server...
msgstr "Collegamento al server OSM in corso..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Attenzione: valore non valido per l''attributo ''{0}'' dell''elemento "
- "''{1}'' per le capacità del server. Ottenuto ''{2}''"
+ "Valore non valido per l''attributo ''{0}'' dell''elemento ''{1}'' nelle "
+ "capacità del server. Ottenuto ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Fallita l''analisi della data ''{0}'' restituita dal server."
@@@ -12593,40 -12766,36 +12834,36 @@@ msgstr "
"Numero di porta non valido nella preferenza ''''{0}''''. Ottenuto {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Attenzione: è stato trovato un valore inaspettato per la preferenza "
- "''''{0}''''. Ottenuto ''{1}''. Non sarà utilizzato alcun proxy."
+ "E'' stato trovato un valore inatteso per la preferenza ''{0}''. Ottenuto "
+ "''{1}''. Non si utilizzarà alcun proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Attenzione: parametri inaspettati per il proxy HTTP. Ottenuto l''host "
- "''''{0}'''' e la porta ''''{1}''''."
+ "Parametri inattesi per il proxy HTTP. Ottenuto host ''{0}'' e porta ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Attenzione: parametri inaspettati per il proxy SOCKS. Ottenuto l''host "
- "''''{0}'''' e la porta ''''{1}''''."
+ "Parametri inattesi per il proxy SOCKS. Ottenuto host ''{0}'' e porta ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Errore: connessione fallita verso il proxy ''''{0}'''' per l''URI "
- "''''{1}''''. L''eccezione è stata: {2}"
+ "Fallita la connessione al proxy ''{0}'' per l''URI ''{1}''. L''eccezione è "
+ "stata: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Attenzione: la JVM non è configurata per ottenere i proxy dalle impostazioni "
- "si sistema. Il parametro ''java.net.useSystemProxies'' non era presente "
- "all''avvio. Non verrà utilizzato alcun proxy."
+ "La JVM non è configurata per ottenere i proxy dalle impostazioni di sistema. "
+ "La proprietà ''java.net.useSystemProxies'' durante l'avvio era mancante. Non "
+ "si utilizzarà un proxy."
msgid "Parsing response from server..."
msgstr "Analisi della risposta proveniente dal server..."
@@@ -12716,20 -12885,23 +12953,23 @@@ msgid "
"Error occurred while parsing gpx data for layer ''{0}''. Only a part of the "
"file will be available."
msgstr ""
- "E'' stato generato un errore durante l''analisi dei dati gpx data per il "
+ "Ã stato generato un errore durante l''analisi dei dati gpx data per il "
"livello ''{0}''. Sarà disponibile soltanto una parte del file."
msgid ""
"Error occurred while parsing gpx file ''{0}''. Only a part of the file will "
"be available."
msgstr ""
- "E'' stato generato un errore durante l''analisi del file gpx ''{0}''. Sarà "
+ "à stato generato un errore durante l''analisi del file gpx ''{0}''. Sarà "
"disponibile soltanto una parte del file."
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
"Errore di scansione: struttura del documento non valida per un documento gpx"
+ msgid "(at line {0}, column {1})"
+ msgstr "(alla linea {0}, colonna {1})"
+
msgid "Unknown mode {0}."
msgstr "Modalità {0} sconosciuta."
@@@ -12745,16 -12917,24 +12985,24 @@@ msgstr "Ricerca dei file immagine
msgid "No image files found."
msgstr "Non è stato trovato alcun file immagine."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Hai {0} messaggio non letto"
+ msgstr[1] "Hai {0} messaggi non letti"
+
+ msgid "Click here to see your inbox."
+ msgstr "Clicca qui per vedere la tua casella"
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
"Fallita l''apertura del flusso di ingresso per la risorsa ''''{0}''''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Attenzione: fallita l''apertura del file con estensione ''{2}'' e nome "
- "''{3}'' nel file zip ''{0}''. L''eccezione è stata: {1}"
+ "Fallita l''apertura del file con estensione ''{2}'' e nome ''{3}'' nel file "
+ "zip ''{0}''. L''eccezione è stata: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Fallita la rinominazione del file {0} in {1}."
@@@ -12768,7 -12948,7 +13016,7 @@@ msgid "
"Unexpected response from HTTP server. Got {0} response without ''Location'' "
"header. Can''t redirect. Aborting."
msgstr ""
- "Risposta non prevista dal server HTTP. E'' stata ottenuta la risposta {0} "
+ "Risposta non prevista dal server HTTP. Ã stata ottenuta la risposta {0} "
"senza la testata ''Location''. Impossibile reindirizzare. Annullo."
msgid "Too many redirects to the download URL detected. Aborting."
@@@ -12824,7 -13004,7 +13072,7 @@@ msgstr "Prelevamento della relazione co
msgid "Server replied with response code 404 for id {0}. Skipping."
msgstr ""
- "Il server ha risposto con il codice 404 per l''identificativo {0}. Saltato."
+ "Il server ha risposto con il codice 404 per l''identificativo {0}. Tralascio."
msgid "NMEA-0183 Files"
msgstr "Files NMEA-0183"
@@@ -12844,8 -13024,8 +13092,8 @@@ msgstr "Sentenze non conosciute: {0}
msgid "Zero coordinates: {0}"
msgstr "Coordinate a zero: {0}"
- msgid "NMEA import success"
- msgstr "NMEA importato con successo"
+ msgid "NMEA import success:"
+ msgstr "Importazione NMEA riuscita:"
msgid "NMEA import failure!"
msgstr "Importazione NMEA non riuscita!"
@@@ -12865,7 -13045,7 +13113,7 @@@ msgstr "
msgid "Removed layer {0} because it is not allowed by the configured API."
msgstr ""
- "E'' stato rimosso il livello {0} perché non è permesso dalle API configurate."
+ "à stato rimosso il livello {0} perché non è permesso dalle API configurate."
msgid "Unexpected format of ID replied by the server. Got ''{0}''."
msgstr ""
@@@ -12958,70 -13138,36 +13206,36 @@@ msgstr "Nessun dato trovato nel file {0
msgid "Open OsmChange file"
msgstr "Apri file OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "attributo obbligatorio ''{0}'' mancante"
-
msgid "Unsupported version: {0}"
msgstr "Versione non supportata: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
- "valore non valido per attributo obbligatorio ''{0}'' di tipo long, ricevuto "
- "''{1}''"
+ "Elemento iniziale ''{0}'' non supportato nel contenuto del gruppo di "
+ "modifiche alla posizione ({1},{2}). Tralascio."
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "valore non valido per attributo obbligatorio ''{0}'' di tipo long (>=0), "
- "ricevuto ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
- "Valore non permesso per l''attributo ''{0}'' di tipo double. Ottenuto "
- "''{1}''."
+ "Struttura del documento non valida. Ã stato trovato un nodo, percorso o "
+ "relazione al di fuori di un ''create'', ''modify'' o ''delete''."
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "valore non valido per attributo obbligatorio ''{0}'' di tipo booleano, "
- "ricevuto ''{1}''"
+ "Elemento finale ''{0}'' non supportato nel contenuto del gruppo di modifiche "
+ "alla posizione ({1},{2}). Tralascio."
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "valore non valido per attributo obbligatorio ''{0}'' di tipo "
- "OsmPrimitiveType, ricevuto ''{1}''"
+ msgid "Parsing changeset content ..."
+ msgstr "Analisi del contenuto del gruppo di modifiche ..."
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
msgstr ""
- "Attenzione: elemento iniziale ''''{0}'''' non supportato nel contenuto del "
- "gruppo di modifiche alla posizione ({1},{2}). Ignorato."
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
- "Struttura del documento non valida. Eâ stato trovato un nodo, percorso o "
- "relazione al di fuori di un ''create'', ''modify'' o ''delete''."
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
- "Attenzione: elemento finale ''''{0}'''' non supportato nel contenuto del "
- "gruppo di modifiche alla posizione ({1},{2}). Ignorato."
-
- msgid "Parsing changeset content ..."
- msgstr "Analisi del contenuto del gruppo di modifiche ..."
-
- msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
- msgstr ""
- "Valore non valido per l''attributo ''''{0}''''. Ottenuto ''''{1}''''."
+ "Valore non valido per l''attributo ''''{0}''''. Ottenuto ''''{1}''''."
msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
msgstr ""
@@@ -13037,8 -13183,8 +13251,8 @@@ msgstr "Attributo obbligatorio ''''{0}'
msgid "Undefined element ''{0}'' found in input stream. Aborting."
msgstr ""
- "E'' stato trovato l''elemento ''''{0}'''' non definito nel flusso di "
- "ingresso. Annullo."
+ "Ã stato trovato l''elemento ''''{0}'''' non definito nel flusso di ingresso. "
+ "Annullo."
msgid "Parsing list of changesets..."
msgstr "Analisi della lista dei gruppi di modifiche..."
@@@ -13048,31 -13194,26 +13262,26 @@@ msgstr "
"Fallita la firma di una connessione HTTP con una testata di autenticazione "
"OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
- "Attenzione: valore non atteso per la preferenza ''''{0}''''. Ottenuto "
- "''''{1}''''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(alla linea {0}, colonna {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "Valore inatteso per la preferenza ''{0}''. Ottenuto ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
- "<html>E'' stato generato un errore durante il salvataggio.<br>L''errore "
+ "<html>Ã stato generato un errore durante il salvataggio.<br>L''errore "
"è:<br>{0}</html>"
msgid ""
"<html>An error occurred while restoring backup file.<br>Error "
"is:<br>{0}</html>"
msgstr ""
- "<html>E'' stato generato un errore durante il ripristino del file della "
- "copia di sicurezza.<br>L''errore è:<br>{0}</html>"
+ "<html>Ã stato generato un errore durante il ripristino del file della copia "
+ "di sicurezza.<br>L''errore è:<br>{0}</html>"
msgid "OSM Server Files gzip compressed"
msgstr "File compressi gzip del server OSM"
msgid "Parsing OSM history data ..."
- msgstr "Analisi dei dati dello storico OSM ..."
+ msgstr "Analisi dei dati della cronologia OSM ..."
msgid "OSM Server Files"
msgstr "Server dei File di OSM"
@@@ -13140,8 -13281,8 +13349,8 @@@ msgstr "Chiave o valore dellâattribut
msgid "Undefined element ''{0}'' found in input stream. Skipping."
msgstr ""
- "E'' stato trovato l''elemento ''''{0}'''' non definito nel flusso di "
- "ingresso. Omesso."
+ "Ã stato trovato l''elemento ''''{0}'''' non definito nel flusso di ingresso. "
+ "Tralascio."
msgid "Illegal object with ID=0."
msgstr "Oggetto illegale con id=0"
@@@ -13154,11 -13295,11 +13363,11 @@@ msgstr "
"ID {0}. Ottenuto {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "ATTENZIONE: Normalizzazione del valore dell''attributo ''''versione'''' "
- "dell''elemento {0} a {2}, la versione delle API è ''{3}''. Ottenuto {1}."
+ "Normalizzazione del valore dell''attributo ''version'' dell''elemento {0} a "
+ "{2}, la versione delle API è ''{3}''. Ottenuto {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Versione delle API sconosciuta o non supportata. Ottenuto {0}."
@@@ -13228,13 -13369,13 +13437,13 @@@ msgid "Downloading content for changese
msgstr "Scaricamento del contenuto per il gruppo di modifiche {0} ..."
msgid "Downloading history..."
- msgstr "Scaricamento dello storico..."
+ msgstr "Scaricamento della cronologia..."
msgid "Contacting Server..."
msgstr "Connessione al server in corso..."
msgid "Failed to open connection to API {0}."
- msgstr "E'' fallita l''apertura della connessione alle API {0}"
+ msgstr "Ã fallita l''apertura della connessione alle API {0}"
msgid ""
"Could not connect to the OSM server. Please check your internet connection."
@@@ -13291,8 -13432,7 +13500,7 @@@ msgid "Uploading data ...
msgstr "Caricamento dati ..."
msgid "Unexpected id 0 for osm primitive found"
- msgstr ""
- "E'' stato trovato un identificativo 0 non atteso per una primitiva osm"
+ msgstr "Ã stato trovato un identificativo 0 non atteso per una primitiva osm"
msgid "WMS Files (*.wms)"
msgstr "File WMS (*.wms)"
@@@ -13369,27 -13509,25 +13577,31 @@@ msgstr "Crea nuovi oggetti
msgid "Read protocol version"
msgstr "Leggi la versione del protocollo"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Attenzione: impossibile eseguire il server di controllo remoto sulla porta "
- "{0}: {1}"
+ "Impossibile avviare il server del controllo remoto sulla porta {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Controllo remoto::Accettazione connessioni sulla porta {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Controllo remoto::Server fermato."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "Controllo remoto::Accettazione connessioni sulla porta {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Controllo remoto::Server fermato."
+
msgid "Remote Control has been asked to create a new node."
- msgstr ""
- "E'' stata richiesta al controllo remoto la creazione di un nuovo nodo."
+ msgstr "Ã stata richiesta al controllo remoto la creazione di un nuovo nodo."
msgid "There is no layer opened to add node"
msgstr "Non c''è alcun livello aperto per aggiungere il nodo"
msgid "Remote Control has been asked to create a new way."
msgstr ""
- "E'' stata richiesta al controllo remoto la creazione di un nuovo percorso."
+ "Ã stata richiesta al controllo remoto la creazione di un nuovo percorso."
msgid "Invalid coordinates: {0}"
msgstr "Coordinate non valide: {0}"
@@@ -13404,7 -13542,7 +13616,7 @@@ msgid "
"Remote Control has been asked to report its supported features. This enables "
"web sites to guess a running JOSM version"
msgstr ""
- "E'' stato richiesto a controllo remoto di elencare le sue caratteristiche "
+ "Ã stato richiesto a controllo remoto di elencare le sue caratteristiche "
"supportate. Questo permette ai siti web di stimare la versione JOSM in "
"esecuzione"
@@@ -13412,31 -13550,39 +13624,39 @@@ msgid "
"Remote Control has been asked to load an imagery layer from the following "
"URL:"
msgstr ""
- "E'' stato richiesto al controllo controllo remoto il caricamento di un "
- "livello di immagini aeree dal seguente indirizzo URL:"
+ "Ã stato richiesto al controllo controllo remoto il caricamento di un livello "
+ "di immagini aeree dal seguente indirizzo URL:"
msgid "Remote imagery"
msgstr "Immagini aeree remote"
msgid "Remote Control has been asked to import data from the following URL:"
msgstr ""
- "E'' stata richiesta al controllo remoto l''importazione dei dati dal "
- "seguente indirizzo URL:"
+ "Ã stata richiesta al controllo remoto l''importazione dei dati dal seguente "
+ "indirizzo URL:"
msgid "Remote Control has been asked to load data from the API."
msgstr ""
- "E'' stato richiesto al controllo remoto il caricamento dei dati dalle API."
+ "Ã stato richiesto al controllo remoto il caricamento dei dati dalle API."
+
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "Le latitudini devono essere comprese fra {0} e {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "Le longitudini devono essere comprese fra {0} e {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "Il minimo deve essere minore del massimo"
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
msgstr ""
- "E'' stato richiesto al controllo remoto il caricamento di oggetti "
- "(specificati con il loro id) dalle API."
+ "Ã stato richiesto al controllo remoto il caricamento di oggetti (specificati "
+ "con il loro id) dalle API."
msgid "Remote Control has been asked to open a local file."
- msgstr ""
- "E'' stata richiesta al controllo remoto l''apertura di un file locale."
+ msgstr "Ã stata richiesta al controllo remoto l''apertura di un file locale."
msgid "Do you want to allow this?"
msgstr "Si vuole permettere questo?"
@@@ -13448,7 -13594,7 +13668,7 @@@ msgid "
"Remote Control has been asked to report its protocol version. This enables "
"web sites to detect a running JOSM."
msgstr ""
- "E'' stato richiesto al controllo remoto di riferire la sua versione del "
+ "Ã stato richiesto al controllo remoto di riferire la sua versione del "
"protocollo. Questo permette ai siti web di individuare un JOSM in esecuzione."
msgid ""
@@@ -13464,20 -13610,20 +13684,20 @@@ msgstr "Dati:
msgid "local file"
msgstr "file locale"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Collega a un file dati OSM sul proprio disco locale."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Collegamento ad un file GPX sul proprio disco locale."
msgid "include"
msgstr "includi"
- msgid "Include OSM data in the .joz session file."
- msgstr "Includi i dati OSM nel file sessione .joz."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "Includi dati GPX nel file di sessione .joz."
msgid "No file association"
msgstr "Nessuna associazione file"
- msgid "OSM data will be included in the session file."
- msgstr "I dati OSM saranno inclusi nel file sessione."
+ msgid "GPX data will be included in the session file."
+ msgstr "I dati GPX saranno inclusi nel file di sessione."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13502,6 -13648,15 +13722,15 @@@ msgstr "Il livello contiene dati non sa
msgid "Layer does not contain unsaved data."
msgstr "Il livello non contiene alcun dato non salvato."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Collega a un file dati OSM sul proprio disco locale."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Includi i dati OSM nel file sessione .joz."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "I dati OSM saranno inclusi nel file sessione."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13509,6 -13664,9 +13738,9 @@@ msgstr "
"Per il livello dati osm la versione ''{0}'' dei meta dati non è supportata. "
"Attesa: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "File sessione (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Impossibile trovare il file ''{0}''."
@@@ -13553,7 -13711,7 +13785,7 @@@ msgid "
"Cannot load layer {0} because it depends on layer {1} which has been skipped."
msgstr ""
"Impossibile caricare il livello {0} perché dipende dal livello {1} che è "
- "stato saltato."
+ "stato tralasciato."
msgid "Error loading layer"
msgstr "Errore nel caricamento del livello"
@@@ -13564,39 -13722,39 +13796,39 @@@ msgstr "
"è:<br>{2}</html>"
msgid "Skip layer and continue"
- msgstr "Salta il livello e continua"
+ msgstr "Tralascia il livello e continua"
msgid "expected .jos file inside .joz archive"
msgstr "era atteso un file .jos all''interno dell''archivio .joz"
msgid "Skip download"
- msgstr "Salta il download"
+ msgstr "Tralascia lo scaricamento"
msgid "Download Plugin"
msgstr "Scarica estensione"
msgid "Skip Download"
- msgstr "Salta scaricamento"
+ msgstr "Tralascia scaricamento"
msgid "JOSM version {0} required for plugin {1}."
msgstr "Per l''estensione {1} è richiesta la versione di JOSM {0}."
msgid "Download skipped"
- msgstr "Scaricamento non eseguito"
+ msgstr "Scaricamento tralasciato"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Attenzione: impossibile scaricare l''estensione ''{0}''. Il suo collegamento "
- "per lo scarico non si conosce. Tralasciato lo scarico."
+ "Impossibile scaricare l''estensione ''{0}''. Non si conosce il suo "
+ "collegamento. Tralascio lo scaricamento."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Attenzione: impossibile scaricare l''estensione ''{0}''. Il suo collegamento "
- "per lo scarico ''{1}'' non è un indirizzo URL valido. Tralasciato lo scarico."
+ "Impossibile scaricare l''estensione ''{0}''. Il suo collegamento ''{1}'' non "
+ "è un URL valido. Tralascio lo scaricamento."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Fallita la creazione della cartella ''''{0}'''' per l''estensione"
@@@ -13605,7 -13763,7 +13837,7 @@@ msgid "Downloading Plugin {0}...
msgstr "Scaricamento estensione {0}..."
msgid "An error occurred in plugin {0}"
- msgstr "E'' stato generato un errore dall''estensione {0}"
+ msgstr "Ã stato generato un errore dall''estensione {0}"
msgid "integrated into main program"
msgstr "integrata nel programma principale"
@@@ -13629,7 -13787,7 +13861,7 @@@ msgid "
"longer developed and very likely will produce errors.<br>It should be "
"disabled.<br>Delete from preferences?</html>"
msgstr ""
- "<html>E'' stato richiesto il caricamento dell''estensione \"{0}\".<br>Questa "
+ "<html>Ã stato richiesto il caricamento dell''estensione \"{0}\".<br>Questa "
"estensione non è più sviluppata e molto probabilmente produrrà degli "
"errori.<br>Dovrebbe essere disabilitata.<br>Eliminarla dalle "
"preferenze?</html>"
@@@ -13648,13 -13806,13 +13880,13 @@@ msgstr "
"giorni fa."
msgid "Click to update the activated plugins"
- msgstr "Cliccare per aggiornare le estensioni attivate"
+ msgstr "Clicca per aggiornare le estensioni attivate"
msgid "Skip update"
- msgstr "Salta aggiornamento"
+ msgstr "Tralascia aggiornamento"
msgid "Click to skip updating the activated plugins"
- msgstr "Cliccare per tralasciare l''aggiornamento delle estensioni attivate"
+ msgstr "Clicca per tralasciare l''aggiornamento delle estensioni attivate"
msgid ""
"Skipping plugin update after JOSM upgrade. Automatic update at startup is "
@@@ -13759,7 -13917,7 +13991,7 @@@ msgstr "Rimozione delle estensioni non
msgid "Updating the following plugin has failed:"
msgid_plural "Updating the following plugins has failed:"
- msgstr[0] "Eâ fallito lâaggiornamento della seguente estensione:"
+ msgstr[0] "Ã fallito lâaggiornamento della seguente estensione:"
msgstr[1] "Eâ fallito lâaggiornamento delle seguenti estensioni:"
msgid ""
@@@ -13778,19 -13936,18 +14010,18 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Aggiornamento dell''estensione fallito"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Attenzione: impossibile trovare l''estensione {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "Fallita la ricerca dell''estensione {0}"
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
- "Attenzione: fallito lo scaricamento della lista di informazioni "
- "dell''estensione"
+ "Fallito lo scaricamento della lista delle informazioni sulle estensioni"
msgid "Disable plugin"
msgstr "Disabilita estensione"
msgid "Click to delete the plugin ''{0}''"
- msgstr "Cliccare per eliminare l''estensione ''{0}''"
+ msgstr "Clicca per eliminare l''estensione ''{0}''"
msgid "Keep plugin"
msgstr "Mantieni estensione"
@@@ -13798,31 -13955,29 +14029,29 @@@
msgid "Click to keep the plugin ''{0}''"
msgstr "Cliccare per mantenere l''estensione ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr ""
- "Attenzione: fallita l''eliminazione dell''estensione obsoleta ''''{0}''''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Fallita l''eliminazione del plugin obsoleto ''{0}''."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Attenzione: fallita l''installazione dell''estensione ''{0}'' già scaricata. "
- "Tralasciata l''installazione. JOSM continuerà a caricare la vecchia versione "
+ "Fallita l''installazione dell''estensione già scaricata ''{0}''. Tralascio "
+ "l''installazione. JOSM sta ancora caricando la vecchia versione "
"dell''estensione."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Attenzione: è fallita l''installazione dell''estensione ''{0}'' dal file "
- "temporaneo scaricato ''{1}''. {2}"
+ "Fallita l''installazione dell''estensione ''{0}'' dal file di scaricamento "
+ "temporaneo ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Attenzione: fallita l''installazione dell''estensione ''''{0}'''' dal file "
- "temporaneo ''''{1}''''. E'' fallito il cambio del nome."
+ "Fallita l''installazione dell''estensione ''{0}'' dal file di scaricamento "
+ "temporaneo ''{1}''. Rinomina fallita."
msgid "Click to disable the plugin ''{0}''"
msgstr "Cliccare per disabilitare l''estensione ''{0}''"
@@@ -13830,7 -13985,7 +14059,7 @@@
msgid ""
"An unexpected exception occurred that may have come from the ''{0}'' plugin."
msgstr ""
- "E'' stata generata una eccezione inaspettata che probabilmente deriva "
+ "Ã stata generata una eccezione inaspettata che probabilmente deriva "
"dall''estensione ''{0}''."
msgid "According to the information within the plugin, the author is {0}."
@@@ -13839,7 -13994,7 +14068,7 @@@ msgstr "Secondo le informazioni all''in
msgid ""
"Try updating to the newest version of this plugin before reporting a bug."
msgstr ""
- "Provare ad aggiornare questa estensione all''ultima versione prima di "
+ "Provare ad aggiornare quest''estensione all''ultima versione prima di "
"comunicare un bug."
msgid "Should the plugin be disabled?"
@@@ -13900,11 -14055,10 +14129,10 @@@ msgstr "Elaborazione dei file di cache
msgid "Processing file ''{0}''"
msgstr "Elaborazione del file ''''{0}''''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Attenzione: Fallita la ricerca delle informazioni sull''estensione nel file "
- "''''{0}''''. Saltato."
+ "Fallita la scansione del file ''{0}'' per le informazioni dell''estensione. "
+ "Tralascio."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -13920,13 -14074,28 +14148,28 @@@ msgstr "Scarica la lista delle estensio
msgid "Downloading plugin list from ''{0}''"
msgstr "Scaricamento della lista delle estensioni da ''''{0}''''"
+ msgid "Plugin list download error"
+ msgstr "Errore nello scaricamento della lista delle estensioni"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM non è riuscito a scaricare la lista delle estensioni:"
+
+ msgid "Details:"
+ msgstr "Dettagli:"
+
+ msgid "Plugin icons download error"
+ msgstr "Errore nello scaricamento delle icone delle estensioni"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM non è riuscito a scaricare le icone delle estensioni:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Attenzione: fallita la creazione della cartella delle estensioni "
- "''''{0}''''. Non è possibile memorizzare la lista delle estensioni dal sito "
- "''''{1}''''."
+ "Fallita la creazione della cartella delle estensioni ''{0}''. Impossibile "
+ "inserire nella cache la lista delle estensioni dal sito delle estensioni "
+ "''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Scrittura della lista delle estensioni su cache locale ''''{0}''''"
@@@ -13939,7 -14108,7 +14182,7 @@@ msgid "
"Exception was: {1}"
msgstr ""
"Fallita l''analisi della lista delle estensioni dal sito ''''{0}''''. Sito "
- "ignorato. L''eccezione è stata: {1}"
+ "tralasciato. L''eccezione è stata: {1}"
msgid "Processing plugin list from site ''{0}''"
msgstr "Elaborazione della lista delle estensioni dal sito ''''{0}''''"
@@@ -13967,8 -14136,8 +14210,8 @@@ msgid "
"are running the latest<br>version of JOSM, please consider being kind and "
"file a bug report."
msgstr ""
- "E'' stata generata una eccezione inaspettata.<br>Questo è sempre un errore "
- "di programmazione. Se si sta utilizzando l''ultima<br>versione di JOSM, si "
+ "à stata generata una eccezione inaspettata.<br>Questo è sempre un errore di "
+ "programmazione. Se si sta utilizzando l''ultima<br>versione di JOSM, si "
"prega gentilmente di effettuare una segnalazione per questo problema."
msgid "Suppress further error dialogs for this session."
@@@ -13978,7 -14147,7 +14221,7 @@@ msgid "
"You have encountered an error in JOSM. Before you file a bug report make "
"sure you have updated to the latest version of JOSM here:"
msgstr ""
- "E'' stato riscontrato un errore in JOSM. Prima di procedere con la "
+ "Ã stato riscontrato un errore in JOSM. Prima di procedere con la "
"segnalazione del problema, assicurarsi di aver aggiornato JOSM all''ultima "
"versione che si trova qui:"
@@@ -14204,7 -14373,7 +14447,7 @@@ msgid "
"failed.<br>Please check the username and the password in the JOSM "
"preferences.</html>"
msgstr ""
- "<html>E'' fallita l''autenticazione al server OSM con il nome utente "
+ "<html>Ã fallita l''autenticazione al server OSM con il nome utente "
"''''{0}''''.<br>Si prega di controllare il nome utente e la password nelle "
"preferenze di JOSM.</html>"
@@@ -14213,7 -14382,7 +14456,7 @@@ msgid "
"failed.<br>Please launch the preferences dialog and retrieve another OAuth "
"token.</html>"
msgstr ""
- "<html>E'' fallita l''autenticazione con il server OSM con il token OAuth "
+ "<html>Ã fallita l''autenticazione con il server OSM con il token OAuth "
"''''{0}''''.<br>Si prega di aprire la finestra delle preferenze e di "
"ottenere un altro token OAuth.</html>"
@@@ -14221,11 -14390,11 +14464,11 @@@ msgid "
"<html>Authorisation at the OSM server failed.<br>The server reported the "
"following error:<br>''{0}''</html>"
msgstr ""
- "<html>E'' fallita l''autorizzazione al server OSM.<br>Il server ha risposto "
+ "<html>Ã fallita l''autorizzazione al server OSM.<br>Il server ha risposto "
"con il seguente errore:<br>''{0}''</html>"
msgid "<html>Authorisation at the OSM server failed.<br></html>"
- msgstr "<html>E'' fallita l''autorizzazione al server OSM.<br></html>"
+ msgstr "<html>Ã fallita l''autorizzazione al server OSM.<br></html>"
msgid ""
"<html>Authorisation at the OSM server with the OAuth token ''{0}'' "
@@@ -14233,7 -14402,7 +14476,7 @@@
"resource<br>''{1}''.<br>Please launch the preferences dialog and retrieve "
"another OAuth token.</html>"
msgstr ""
- "<html>E'' faliita l''autorizzazione al server OSM con il token OAuth "
+ "<html>Ã faliita l''autorizzazione al server OSM con il token OAuth "
"''''{0}''''.<br>Il token non è autorizzato ad accedere alla risorsa "
"protetta<br>''''{1}''''.<br>Si prega di aprire la finestra delle preferenze "
"ed ottenere un altro token OAuth.</html>"
@@@ -14242,8 -14411,8 +14485,8 @@@ msgid "
"<html>Communication with the OSM server ''{0}'' timed out. Please retry "
"later.</html>"
msgstr ""
- "<html>E'' scaduto il tempo per la comunicazione con il server OSM ''{0}''. "
- "Si prega di riprovare più tardi.</html>"
+ "<html>Ã scaduto il tempo per la comunicazione con il server OSM ''{0}''. Si "
+ "prega di riprovare più tardi.</html>"
msgid "no error message available"
msgstr "nessun messaggio di errore disponibile"
@@@ -14254,7 -14423,7 +14497,7 @@@ msgid "
"message:<br><strong>Error code:<strong> {1}<br><strong>Error message "
"(untranslated)</strong>: {2}</html>"
msgstr ""
- "<html>E'' fallita la comunicazione con il server OSM ''{0}''. Il server ha "
+ "<html>Ã fallita la comunicazione con il server OSM ''{0}''. Il server ha "
"risposto<br>con l''errore seguente:<br><strong>Codice errore:<strong> "
"{1}<br><strong>Messaggio di errore (non tradotto)</strong>: {2}</html>"
@@@ -14262,14 -14431,14 +14505,14 @@@ msgid "
"<html>Closing of changeset <strong>{0}</strong> failed <br>because it has "
"already been closed."
msgstr ""
- "<html>E'' fallita la chiusura dell''insieme di modifiche "
+ "<html>Ã fallita la chiusura dell''insieme di modifiche "
"<strong>{0}</strong><br>perché è stato già chiuso."
msgid ""
"<html>Closing of changeset <strong>{0}</strong> failed<br> because it has "
"already been closed on {1}."
msgstr ""
- "<html>E'' fallita la chiusura dell''insieme di modifiche "
+ "<html>Ã fallita la chiusura dell''insieme di modifiche "
"<strong>{0}</strong><br> perché è stato già chiuso il {1}."
msgid ""
@@@ -14286,7 -14455,7 +14529,7 @@@ msgid "
"<html>Failed to upload to changeset <strong>{0}</strong><br>because it has "
"already been closed on {1}."
msgstr ""
- "<html>E'' fallito il caricamento dell''insieme di modifiche "
+ "<html>Ã fallito il caricamento dell''insieme di modifiche "
"<strong>{0}</strong><br>perché è stato già chiuso il {1}."
msgid ""
@@@ -14311,16 -14480,15 +14554,15 @@@ msgid "
"<html>Failed to upload data to or download data from<br>''{0}''<br>due to a "
"problem with transferring data.<br>Details (untranslated): {1}</html>"
msgstr ""
- "<html>E'' fallito il caricamento/scaricamento dei dati su/da<br>''{0}''<br>a "
+ "<html>Ã fallito il caricamento/scaricamento dei dati su/da<br>''{0}''<br>a "
"causa di un problema di trasferimento.<br>Dettagli (non tradotti): {1}</html>"
msgid ""
"<html>Failed to download data. Its format is either unsupported, ill-formed, "
"and/or inconsistent.<br><br>Details (untranslated): {0}</html>"
msgstr ""
- "<html>E'' fallito lo scaricamento dei dati. Il loro formato non è "
- "supportato, è mal-formato, e/o inconsistente.<br><br>Dettagli (non "
- "tradotti): {0}</html>"
+ "<html>à fallito lo scaricamento dei dati. Il loro formato non è supportato, "
+ "è mal-formato, e/o inconsistente.<br><br>Dettagli (non tradotti): {0}</html>"
msgid ""
"<html>The OSM server<br>''{0}''<br>reported an internal server "
@@@ -14396,17 -14564,14 +14638,14 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Impossibile trovare l''immagine ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "Attenzione: fallita la gestione del file zip ''{0}''. L''eccezione è stata: "
- "{1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Fallita la gestione del file zip ''{0}''. L''eccezione è stata: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Attenzione: è fallito l''accesso alla cartella ''{0}'' per ragioni di "
- "sicurezza. L''eccezione è stata: {1}"
+ "Fallito l''accesso alla cartella ''{0}'' per ragioni di sicurezza. "
+ "L''eccezione è stata: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [si prega di digitare il suo numero]"
@@@ -14418,16 -14583,63 +14657,63 @@@ msgstr "
"Fallita lâapertura dellâindirizzo URL. Non è stata selezionata ancora alcuna "
"piattaforma. Si prega prima di selezionarne una."
+ msgid "Opening URL: {0}"
+ msgstr "URL in apertura: {0}"
+
+ msgid "zoom"
+ msgstr "ingrandimento"
+
+ msgid "latitude"
+ msgstr "latitudine"
+
+ msgid "longitude"
+ msgstr "longitudine"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "L''indirizzo URL non contiene {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "L''indirizzo URL non contiene un valido {0}"
+
msgid "reserved"
msgstr "riservato"
+ msgid "Outdated Java version"
+ msgstr "Versione Java obsoleta"
+
+ msgid "Update Java"
+ msgstr "Aggiornare Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "Si sta eseguendo la versione {0} di Java."
+
+ msgid "February 2013"
+ msgstr "Febbraio 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Questa versione non è più supportata da {0} dal {1} e non è più consigliato "
+ "il suo utilizzo."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM a breve non funzionerà più con questa versione; si consiglia vivamente "
+ "di aggiornare a Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Si desidera aggiornare adesso ?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"Conflitto silente sulla scorciatoia: ''{0}'' spostato da ''{1}'' a ''{2}''."
msgid "There was {0} tag found in the buffer, it is suspicious!"
msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] "E'' stato trovato {0} etichetta nel buffer, ciò è sospetto!"
+ msgstr[0] "à stato trovato {0} etichetta nel buffer, ciò è sospetto!"
msgstr[1] "Sono stati trovati {0} etichette nel buffer, ciò è sospetto!"
msgid "Key is too long (max {0} characters):"
@@@ -14455,8 -14667,22 +14741,22 @@@ msgstr "
"<html><p> Spiacenti, non è possibile incollare le etichette dal buffer. Non "
"contiene alcun oggetto JOSM o testo adatto. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Click destro = copia negli appunti"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "min"
+
+ msgid "h"
+ msgstr "h"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "giorno"
+ msgstr[1] "giorni"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14574,7 -14800,7 +14874,7 @@@ msgstr "
"dati"
msgid "town"
- msgstr "città "
+ msgstr "paese"
msgctxt "landuse"
msgid "forest"
@@@ -14614,7 -14840,7 +14914,7 @@@ msgstr "multi-poligono
msgctxt "Relation type"
msgid "network"
- msgstr "rete (network)"
+ msgstr "rete"
msgctxt "Relation type"
msgid "public_transport"
@@@ -14646,11 -14872,11 +14946,11 @@@ msgstr "località non abitata
msgctxt "Place type"
msgid "village"
- msgstr "insediamento urbano (< 10.000 abitanti)"
+ msgstr "frazione"
msgctxt "Place type"
msgid "town"
- msgstr "città (10.000-100.000 abitanti)"
+ msgstr "paese"
msgctxt "Place type"
msgid "borough"
@@@ -14806,6 -15032,13 +15106,13 @@@ msgid "Saturation:
msgstr "Saturazione:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "Permette di modificare le informazioni sul traffico e di esportarle per il "
+ "simulatore di mobilità urbana SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14882,7 -15115,7 +15189,7 @@@ msgid "
"This plugin directly upload GPS Traces from current active layer in JOSM to "
"openstreetmap.org."
msgstr ""
- "Questa estensione carica direttamente su openstreetmap.org i tracciati GPS "
+ "Quest''estensione carica direttamente su openstreetmap.org i tracciati GPS "
"dal livello correntemente attivo in JOSM."
msgid "Downloads OSM data along a way"
@@@ -14892,7 -15125,7 +15199,7 @@@ msgid "
"Allows the user to anonymize timestamps and delete parts of huge GPX tracks "
"very fast."
msgstr ""
- "Permette allâutente di rendere anonime le marcature temporali ed eliminare "
+ "Permette allâutente di rendere anonime le marche temporali ed eliminare "
"velocemente parti di tracciati GPX di grandi dimensioni."
msgid "Shows the elevation profile and some statistical data of a GPX track."
@@@ -15077,8 -15310,8 +15384,8 @@@ msgid "
"tablet pens, when you have problems just clicking the tablet without the "
"mouse moving (general Java - tablet problem)."
msgstr ""
- "Simula un click quando si effettua un piccolo e breve trascinamento. Eâ "
- "utile per le penne dei tablet, quando si hanno dei problemi semplicemente "
+ "Simula un click quando si effettua un piccolo e breve trascinamento. Ã utile "
+ "per le penne dei tablet, quando si hanno dei problemi semplicemente "
"cliccando il tablet senza lo spostamento del mouse (in generale un problema "
"Java - tablet)."
@@@ -15086,7 -15319,7 +15393,7 @@@ msgid "
"Disallow using JOSM forever (WARNING: this plugin prevents JOSM from loading "
"and is hard to rid of)"
msgstr ""
- "Impedisce l''utilizzo di JOSM per sempre (ATTENZIONE: questa estensione "
+ "Impedisce l''utilizzo di JOSM per sempre (ATTENZIONE: quest''estensione "
"impedisce a JOSM di essere avviato ed è difficile liberarsene)"
msgid "Convert data from Open Data portals to OSM layer"
@@@ -15130,11 -15363,14 +15437,14 @@@ msgstr "
"Scrivi la posizione gps nella testata del file immagine. Esegui questo "
"comando tramite il menu del tasto destro sul livello dell''immagine."
+ msgid "Make photos movable and position them on the map."
+ msgstr "Rende le foto spostabili e le posiziona sulla mappa."
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
msgstr ""
- "Questa estensione permette di visualizzare una qualsiasi immagine come "
+ "Quest''estensione permette di visualizzare una qualsiasi immagine come "
"sfondo dell''editor e allinearla con la mappa."
msgid "The great JGoodies Plastic Look and Feel."
@@@ -15194,14 -15430,12 +15504,12 @@@ msgstr "
"essere limitato dalla dimensione massima dell''area rimossa. Calcola anche "
"la media dei nodi vicini."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Crea e modifica mappe nautiche per OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Modifica caratteristiche per OpenSeaMap"
msgid "Allow adding markers/nodes on current gps positions."
- msgstr "Permetti l''aggiunta di marcatori/nodi alle posizioni gps correnti."
+ msgstr ""
+ "Permetti l''aggiunta di contrassegni/nodi alle posizioni gps correnti."
msgid "The surveyor''s toolbox."
msgstr "Gli strumenti di surveyor."
@@@ -15227,7 -15461,7 +15535,7 @@@ msgstr "
"indipendente."
msgid "Make terraced houses out of single blocks."
- msgstr "Costruisce un complesso di edifici a partire da singoli blocchi."
+ msgstr "Genera delle case a schiera da singoli blocchi."
msgid ""
"Provides helper buttons to allow working with single button mouse (stylus). "
@@@ -15244,6 -15478,13 +15552,13 @@@ msgstr "
"Traccia gli edifici dalla mappa catastale della Repubblica Ceca. Necessita "
"di un TracerServer (.NET o Mono) in esecuzione."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "Traccia gli edifici ed altre forme da una mappa. Necessita di Tracer2Server "
+ "per la sua esecuzione."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Estensione per firmare digitalmente i dati OSM"
@@@ -15271,7 -15512,7 +15586,7 @@@ msgid "
"georeferenced video against a GPS track, to use it for identify visible "
"objects."
msgstr ""
- "(Questa estensione è al momento ancora in sviluppo!!!) Collega e sincronizza "
+ "(Quest''estensione è al momento ancora in sviluppo!!!) Collega e sincronizza "
"un video georeferenziato con un tracciato GPS, per utilizzarlo "
"nell''identificazione di oggetti visibili."
@@@ -15280,7 -15521,7 +15595,7 @@@ msgid "
"plugin is still under early development and may be buggy."
msgstr ""
"Supporta lo scaricamento delle mappe scansionate e tassellate da walking-"
- "papers.org. Questa estensione è ancora in fase di sviluppo e può contenere "
+ "papers.org. Quest''estensione è ancora in fase di sviluppo e può contenere "
"qualche errore."
msgid "Easy downloading along a long set of interconnected ways"
@@@ -15388,6 -15629,9 +15703,9 @@@ msgstr "Terrapieno
msgid "Lit"
msgstr "Illuminazione stradale"
+ msgid "Toll"
+ msgstr "Pedaggio"
+
msgid "Motorway Link"
msgstr "Svincolo autostradale"
@@@ -15413,7 -15657,7 +15731,7 @@@ msgid "Edit Primary Road
msgstr "Modifica strada primaria"
msgid "Incline"
- msgstr "Rampa"
+ msgstr "Pendenza"
msgid "10%"
msgstr "10%"
@@@ -15464,7 -15708,7 +15782,7 @@@ msgid "Edit Unclassified Road
msgstr "Modifica una strada non classificata"
msgid "Passing Places"
- msgstr "Slarghi per l''incrocio"
+ msgstr "Slarghi per l''incrocio di veicoli"
msgid "Width (meters)"
msgstr "Larghezza (metri)"
@@@ -15475,11 -15719,55 +15793,55 @@@ msgstr "Residenziale
msgid "Edit Residential Street"
msgstr "Modifica strada residenziale"
+ msgid "Bicycle Road"
+ msgstr "Strada ciclabile"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Modifica strada ciclabile"
+
+ msgid "Highway type"
+ msgstr "Tipo strada"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "residenziale"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "strada di servizio"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "non classificata"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "percorso"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "pista ciclabile"
+
+ msgid "Vehicle access"
+ msgstr "Accesso veicoli"
+
+ msgid "yes"
+ msgstr "si"
+
+ msgid "no"
+ msgstr "no"
+
+ msgid "destination"
+ msgstr "destinazione"
+
+ msgid "Oneway for bicycle"
+ msgstr "Senso unico per biciclette"
+
msgid "Living Street"
- msgstr "Living Street"
+ msgstr "Living street"
msgid "Edit Living Street"
- msgstr "Modifica Living Street"
+ msgstr "Modifica living street"
msgid "Pedestrian"
msgstr "Pedonale"
@@@ -15493,11 -15781,11 +15855,11 @@@ msgstr "Area
msgid "Service"
msgstr "Strada di servizio"
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr "Modifica strada di servizio"
- msgid "Serviceway type"
- msgstr "Tipo di strada di servizio"
+ msgid "Service way type"
+ msgstr "Tipo strada di servizio"
msgid "alley"
msgstr "vicolo"
@@@ -15508,6 -15796,9 +15870,9 @@@ msgstr "strada di servizio
msgid "parking_aisle"
msgstr "corsia interna a parcheggio"
+ msgid "drive-through"
+ msgstr "attraversamento in auto (drive-through)"
+
msgid "Parking Aisle"
msgstr "Corsia interna a parcheggio"
@@@ -15521,7 -15812,7 +15886,7 @@@ msgid "Edit Road of unknown type
msgstr "Modifica una Strada (tipo sconosciuto)"
msgid "Construction"
- msgstr "In Costruzione"
+ msgstr "In costruzione"
msgid "Edit Highway Under Construction"
msgstr "Modifica una strada in costruzione"
@@@ -15535,18 -15826,12 +15900,12 @@@ msgstr "rotatoria
msgid "jughandle"
msgstr "Svincolo a cappio (jughandle)"
- msgid "yes"
- msgstr "si"
-
msgid "Road Restrictions"
msgstr "Restrizioni e divieti"
msgid "Edit Road Restrictions"
msgstr "Modifica restrizioni e divieti"
- msgid "Toll"
- msgstr "Pedaggio"
-
msgid "No exit (cul-de-sac)"
msgstr "Senza uscita (cul-de-sac)"
@@@ -15556,9 -15841,6 +15915,6 @@@ msgstr "Divieti alla modalità di trasp
msgid "General Access"
msgstr "Accesso Generale"
- msgid "destination"
- msgstr "destinazione"
-
msgid "delivery"
msgstr "carico e scarico"
@@@ -15568,15 -15850,15 +15924,15 @@@ msgstr "permesso
msgid "private"
msgstr "privato"
+ msgid "customers"
+ msgstr "clienti"
+
msgid "agricultural"
msgstr "Agricolo"
msgid "forestry"
msgstr "forestale"
- msgid "no"
- msgstr "no"
-
msgid "official"
msgstr "ufficiale"
@@@ -15622,6 -15904,9 +15978,9 @@@ msgstr "Veicoli per trasporti ecceziona
msgid "Public Service Vehicles (psv)"
msgstr "Veicoli del servizio pubblico"
+ msgid "Tourist buses"
+ msgstr "Autobus turistici"
+
msgid "Min. speed (km/h)"
msgstr "Velocità minima (km/h)"
@@@ -15662,7 -15947,7 +16021,7 @@@ msgid "motorway
msgstr "autostrada"
msgid "motorway_link"
- msgstr "motorway_link"
+ msgstr "svincolo autostradale"
msgid "trunk"
msgstr "superstrada"
@@@ -15695,7 -15980,7 +16054,7 @@@ msgid "service
msgstr "strada di servizio"
msgid "bus_guideway"
- msgstr "autobus a guida vincolata"
+ msgstr "bus_guideway"
msgid "construction"
msgstr "in costruzione"
@@@ -15706,6 -15991,9 +16065,9 @@@ msgstr "Modifica ponte
msgid "viaduct"
msgstr "viadotto"
+ msgid "suspension"
+ msgstr "sospensione"
+
msgid "swing"
msgstr "girevole"
@@@ -15826,20 -16114,29 +16188,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilità "
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr "eccellente"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "buona"
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermedio"
+ msgstr "discreta"
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "cattiva"
+ msgstr "scarsa"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "orribile"
+ msgstr "pessima"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "no"
msgid "Wheelchairs"
msgstr "Sedie a rotelle"
@@@ -15856,10 -16153,10 +16227,10 @@@ msgstr "Percorso dedicato all''equitazi
msgid "Edit Bridleway"
msgstr "Modifica un percorso per equitazione"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr "Corsia ciclabile"
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr "Modifica corsia ciclabile"
msgid "Cycleway"
@@@ -15884,7 -16181,7 +16255,7 @@@ msgid "share_busway
msgstr "corsia autobus condivisa"
msgid "shared_lane"
- msgstr "corsia condivisa"
+ msgstr "corsia ciclabile condivisa"
msgid "Cycleway left"
msgstr "Pista ciclabile sinistra"
@@@ -15895,8 -16192,8 +16266,8 @@@ msgstr "Pista ciclabile destra
msgid "Oneway (bicycle)"
msgstr "Senso unico (biciclette)"
- msgid "Edit Highway"
- msgstr "Modifica strada"
+ msgid "Edit Highway Attributes:"
+ msgstr "Modifica attributi della strada:"
msgid "Highway"
msgstr "Strada"
@@@ -15917,19 -16214,19 +16288,19 @@@ msgid "Combined Foot- and Cycleway
msgstr "Pista combinata pedonale e ciclabile"
msgid "Dedicated Footway"
- msgstr "Marciapiede Dedicato"
+ msgstr "Marciapiede dedicato"
msgid "Edit Footway"
- msgstr "Modifica Footway"
+ msgstr "Modifica un marciapiede"
msgid "Steps"
- msgstr "Rampa di scale"
+ msgstr "Scalinata"
msgid "Edit Flight of Steps"
- msgstr "Modifica una rampa di scale"
+ msgstr "Modifica una scalinata"
msgid "Amount of Steps"
- msgstr "Quantità di gradini"
+ msgstr "Numero di gradini"
msgid "Waypoints"
msgstr "Punti del percorso"
@@@ -15938,7 -16235,7 +16309,7 @@@ msgid "Motorway Junction
msgstr "Uscita autostradale"
msgid "Edit Motorway Junction"
- msgstr "Modifica un'uscita autostradale"
+ msgstr "Modifica uscita autostradale"
msgid "Number"
msgstr "Numero"
@@@ -15964,12 -16261,18 +16335,18 @@@ msgstr "Area di sosta
msgid "Edit Rest Area"
msgstr "Modifica area di sosta"
- msgid "Emergency Phone"
- msgstr "Telefono di emergenza"
+ msgid "Drinking Water"
+ msgstr "Acqua potabile"
msgid "Traffic Signal"
msgstr "Semaforo"
+ msgid "Edit Traffic Signal"
+ msgstr "Modifica semaforo"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Attributi di attraversamento opzionali:"
+
msgid "Pedestrian crossing type"
msgstr "Tipo di attraversamento pedonale"
@@@ -15985,15 -16288,6 +16362,6 @@@ msgstr "isola
msgid "unmarked"
msgstr "non marcato"
- msgid "Cross on horseback"
- msgstr "Attraversamento a cavallo"
-
- msgid "Cross by bicycle"
- msgstr "Attraversamento ciclabile"
-
- msgid "Crossing attendant"
- msgstr "Attraversamento controllato"
-
msgid "Crossing type name (UK)"
msgstr "Nome del tipo di attraversamento (UK)"
@@@ -16015,6 -16309,15 +16383,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Attraversamento controllato"
+
+ msgid "Cross by bicycle"
+ msgstr "Attraversamento ciclabile"
+
+ msgid "Cross on horseback"
+ msgstr "Attraversamento a cavallo"
+
msgid "Stop"
msgstr "Stop"
@@@ -16024,6 -16327,9 +16401,9 @@@ msgstr "Dare precedenza
msgid "Mini-roundabout"
msgstr "Mini-rotatoria"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Modifica mini-rotatoria"
+
msgid "Direction"
msgstr "Direzione"
@@@ -16033,17 -16339,14 +16413,14 @@@ msgstr "senso orario
msgid "Pedestrian Crossing"
msgstr "Attraversamento pedonale"
- msgid "Edit Crossing"
+ msgid "Edit Pedestrian Crossing"
msgstr "Modifica attraversamento pedonale"
- msgid "Type name (UK)"
- msgstr "Nome del tipo (UK)"
-
msgid "Traffic Calming"
- msgstr "Rallentatore del traffico"
+ msgstr "Dissuasore di velocità "
msgid "Edit Traffic Calming"
- msgstr "Modifica rallentatore del traffico"
+ msgstr "Modifica un dissuasore di velocità "
msgid "bump"
msgstr "dosso"
@@@ -16067,10 -16370,7 +16444,7 @@@ msgid "table
msgstr "dosso piatto"
msgid "Passing Place"
- msgstr "Slargo per l''incrocio"
-
- msgid "Edit Passing Place"
- msgstr "Modifica slargo per l''incrocio"
+ msgstr "Slargo per l''incrocio di veicoli"
msgid "Turning Circle"
msgstr "Slargo per inversione di marcia"
@@@ -16085,7 -16385,7 +16459,7 @@@ msgid "Second Name
msgstr "Secondo nome"
msgid "Speed Camera"
- msgstr "Rilevatore di velocità "
+ msgstr "Autovelox"
msgid "Grit Bin"
msgstr "Cassone di sabbia"
@@@ -16114,6 -16414,12 +16488,12 @@@ msgstr "Modifica blocco
msgid "Allowed traffic:"
msgstr "Traffico permesso:"
+ msgid "Material"
+ msgstr "Materiale"
+
+ msgid "stone"
+ msgstr "pietra"
+
msgid "Bollard"
msgstr "Colonnina"
@@@ -16129,6 -16435,9 +16509,9 @@@ msgstr "a scomparsa
msgid "removable"
msgstr "rimovibile"
+ msgid "plastic"
+ msgstr "plastica"
+
msgid "Cycle Barrier"
msgstr "Barriera per biciclette"
@@@ -16154,10 -16463,10 +16537,10 @@@ msgid "Edit Spikes
msgstr "Modifica spunzoni"
msgid "Toll Booth"
- msgstr "Casello (per pedaggio)"
+ msgstr "Casello autostradale"
msgid "Edit Toll Booth"
- msgstr "Modifica casello (per pedaggio)"
+ msgstr "Modifica casello autostradale"
msgid "Border Control"
msgstr "Dogana"
@@@ -16198,20 -16507,14 +16581,17 @@@ msgstr "rete
msgid "electric"
msgstr "elettrico"
- msgid "roundpole"
- msgstr "staccionata"
-
- msgid "split_rail"
- msgstr "staccionata"
+ msgid "pole"
+ msgstr "palo"
- msgid "chain"
- msgstr "rete"
-msgid "split_rail"
-msgstr "staccionata"
++msgid "Guard Rail"
++msgstr "Barriera di contenimento (guard rail)"
+
- msgid "hedge"
- msgstr "siepe"
++msgid "Edit Guard Rail"
++msgstr "Modifica barriera di contenimento (guard rail)"
- msgid "pole"
- msgstr "palo"
+ msgid "wire"
+ msgstr "filo metallico"
msgid "Guard Rail"
msgstr "Barriera di contenimento (guard rail)"
@@@ -16241,6 -16544,7 +16621,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Fosso"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "Modifica fosso"
@@@ -16250,11 -16554,11 +16631,11 @@@ msgstr "Cordolo
msgid "Edit Kerb"
msgstr "Modifica cordolo"
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr "Punto di accesso"
- msgid "Edit Entrance"
- msgstr "Modifica punto di accesso"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Modifica un punto di accesso"
msgid "Gate"
msgstr "Cancello"
@@@ -16307,12 -16611,6 +16688,6 @@@ msgstr "strettoia
msgid "stepover"
msgstr "scavalco"
- msgid "Material"
- msgstr "Materiale"
-
- msgid "stone"
- msgstr "pietra"
-
msgid "Turnstile"
msgstr "Tornello"
@@@ -16373,12 -16671,21 +16748,21 @@@ msgstr "Modifica canale di scolo
msgid "Ditch"
msgstr "Fosso"
+ msgid "Edit Ditch"
+ msgstr "Modifica fosso"
+
msgid "Stream"
msgstr "Torrente"
msgid "Edit Stream"
msgstr "Modifica un torrente"
+ msgid "Wadi"
+ msgstr "Uadi"
+
+ msgid "Edit Wadi"
+ msgstr "Modifica uadi"
+
msgid "Canal"
msgstr "Canale"
@@@ -16418,9 -16725,6 +16802,6 @@@ msgstr "Modifica una diga
msgid "Groyne"
msgstr "Frangiflutti"
- msgid "Edit Groyne"
- msgstr "Modifica frangiflutti"
-
msgid "Breakwater"
msgstr "Frangifrutti"
@@@ -16454,6 -16758,21 +16835,21 @@@ msgstr "Modifica bacino coperto
msgid "Edit Water"
msgstr "Modifica acqua"
+ msgid "Water Body"
+ msgstr "Specchio d''acqua"
+
+ msgid "lake"
+ msgstr "lago"
+
+ msgid "lagoon"
+ msgstr "laguna"
+
+ msgid "pond"
+ msgstr "stagno"
+
+ msgid "reservoir"
+ msgstr "riserva"
+
msgid "Land"
msgstr "Terraferma"
@@@ -16535,18 -16854,23 +16931,23 @@@ msgstr "Modifica terminal traghetti
msgid "Cargo"
msgstr "Trasporto"
+ msgctxt "cargo"
msgid "passengers"
msgstr "passeggeri"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "veicoli"
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicicletta"
+ msgstr "biciclette"
+ msgctxt "cargo"
msgid "hgv"
msgstr "veicoli per merci pesanti"
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr "passeggeri;veicoli"
@@@ -16622,8 -16946,8 +17023,8 @@@ msgstr "turismo
msgid "freight"
msgstr "merci"
- msgid "Service/Type"
- msgstr "Servizio/Tipo"
+ msgid "Service type"
+ msgstr "Tipo servizio"
msgid "yard"
msgstr "deposito locomotive"
@@@ -16646,11 -16970,14 +17047,14 @@@ msgstr "linea aerea
msgid "rail"
msgstr "terza rotaia"
- msgid "Voltage"
- msgstr "Tensione"
+ msgid "Voltage in Volts (V)"
+ msgstr "Tensione in Volt (V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Frequenza in Hertz (Hz)"
- msgid "Frequency (Hz)"
- msgstr "Frequenza (Hz)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16.7"
@@@ -16661,9 -16988,6 +17065,6 @@@ msgstr "Ferrovia a scartamento ridotto
msgid "Edit Narrow Gauge Rail"
msgstr "Modifica una ferrovia a scartamento ridotto"
- msgid "Types"
- msgstr "Tipi"
-
msgid "Monorail"
msgstr "Monorotaia"
@@@ -16685,15 -17009,15 +17086,15 @@@ msgstr "Modifica una metropolitana legg
msgid "Subway"
msgstr "Metropolitana"
+msgid "Edit Tram"
+msgstr "Modifica una tramvia"
+
msgid "Edit Subway"
msgstr "Modifica una metropolitana"
msgid "Tram"
msgstr "Tramvia"
-msgid "Edit Tram"
-msgstr "Modifica una tramvia"
-
msgid "Bus Guideway"
msgstr "Autobus a guida vincolata"
@@@ -16715,6 -17039,9 +17116,9 @@@ msgstr "Modifica ferrovia abbandonata
msgid "Level Crossing"
msgstr "Passaggio a livello"
+ msgid "Edit Level Crossing"
+ msgstr "Modifica passaggio a livello"
+
msgid "Supervised"
msgstr "Custodito"
@@@ -16727,20 -17054,34 +17131,34 @@@ msgstr "Segnali sonori
msgid "Barrier"
msgstr "Barriera"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "sì"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "no"
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "mezzo"
+ msgstr "parziale"
+ msgctxt "crossing:barrier"
msgid "full"
msgstr "completo"
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr "doppio"
msgid "Crossing"
msgstr "Attraversamento pedonale"
+ msgid "Edit Crossing"
+ msgstr "Modifica attraversamento pedonale"
+
msgid "Crossing type"
- msgstr "Tipo di attraversamento"
+ msgstr "Tipo di attraversamento pedonale"
msgid "Turntable"
msgstr "Piattaforma ferroviaria girevole"
@@@ -16838,13 -17179,11 +17256,11 @@@ msgstr "Tappeto mobile
msgid "Edit Magic Carpet"
msgstr "Modifica tappeto mobile"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Teleferica"
+ msgstr "Teleferica merci"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Modifica teleferica"
+ msgstr "Modifica teleferica merci"
msgctxt "aerialway"
msgid "Station"
@@@ -16854,11 -17193,9 +17270,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Modifica stazione"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "Pilone"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "Modifica pilone"
@@@ -16877,12 -17214,12 +17291,12 @@@ msgstr "superficie
msgid "underground"
msgstr "sotterraneo"
+ msgid "rooftop"
+ msgstr "sul tetto"
+
msgid "Access"
msgstr "Permesso di accesso"
- msgid "customers"
- msgstr "clienti"
-
msgid "Park and Ride"
msgstr "Parcheggio di interscambio"
@@@ -16910,9 -17247,6 +17324,6 @@@ msgstr "Posto auto
msgid "Edit Parking space"
msgstr "Modifica posto auto"
- msgid "rooftop"
- msgstr "sul tetto"
-
msgid "Capacity"
msgstr "Capacità "
@@@ -16934,14 -17268,35 +17345,35 @@@ msgstr "Orario di apertura
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Lu-Ve 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Ma-Do 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Sab-Dom 00:00-24:00"
- msgid "Parking entrance"
- msgstr "Entrata parcheggio"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Lu-Ve 08:30-20:00; Sa,Do 08:00-15:00; Festività chiuso"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Lu-Ve 08:30-20:00,Ma-Do 08:00-15:00; Sa 08:00-12:00"
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Lu-Do 08:00-18:00; Apr 10-15 chiuso; Giu 08:00-14:00; Ago chiuso; Dic 25 "
+ "chiuso"
+
+ msgid "sunrise-sunset"
+ msgstr "alba-tramonto"
+
+ msgid "Su 10:00+"
+ msgstr "Do 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "settimana 1-53/2 Ve 09:00-12:00; settimana 2-52/2 Me 09:00-12:00"
+
+ msgid "Parking entrance"
+ msgstr "Entrata parcheggio"
msgid "Edit Parking entrance"
msgstr "Modifica entrata parcheggio"
@@@ -17087,6 -17442,9 +17519,9 @@@ msgstr "Stazione di ricarica
msgid "Edit Charging Station (for electric cars)"
msgstr "Modifica stazione di ricarica (per automobili elettriche)"
+ msgid "Voltage"
+ msgstr "Tensione"
+
msgid "Amperage"
msgstr "Amperaggio"
@@@ -17108,6 -17466,12 +17543,12 @@@ msgstr "Autofficina
msgid "Edit Car Repair"
msgstr "Modifica autofficina"
+ msgid "Parts"
+ msgstr "Autoricambi"
+
+ msgid "Edit Car Parts"
+ msgstr "Modifica autoricambi"
+
msgid "Tyres"
msgstr "Pneumatici"
@@@ -17135,6 -17499,12 +17576,12 @@@ msgstr "Noleggio
msgid "Edit Car Rental"
msgstr "Modifica noleggio automobili"
+ msgid "Second hand"
+ msgstr "Usate"
+
+ msgid "only"
+ msgstr "solo"
+
msgid "Sharing"
msgstr "Condivisione"
@@@ -17159,22 -17529,6 +17606,6 @@@ msgstr "Servizi:
msgid "Sale"
msgstr "Vendita"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "si"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "casa produttrice"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "usato"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "no"
-
msgid "brand"
msgstr "casa produttrice"
@@@ -17196,9 -17550,6 +17627,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Componenti"
-
msgid "Clothes"
msgstr "Abbigliamento"
@@@ -17242,7 -17593,7 +17670,7 @@@ msgid "Second-hand bicycles are sold
msgstr "Vendita biciclette usate"
msgid "Bicycles are repaired"
- msgstr "Riparazione biciclette"
+ msgstr "Ciclofficina"
msgid "Bicycles are rented"
msgstr "Noleggio biciclette"
@@@ -17259,13 -17610,13 +17687,13 @@@ msgid "Bicycles are washed (for a fee)
msgstr "Lavaggio biciclette (a pagamento)"
msgid "Edit Bicycle Rental"
- msgstr "Modifica stazione del bike sharing"
+ msgstr "Modifica noleggio biciclette"
msgid "Public Transport"
msgstr "Trasporto pubblico"
msgid "Public transport route"
- msgstr "Percorso trasporto pubblico"
+ msgstr "Itinerario trasporto pubblico"
msgid "Edit Route"
msgstr "Modifica un itinerario"
@@@ -17348,22 -17699,22 +17776,22 @@@ msgid "route segment
msgstr "segmento di itinerario"
msgid "stop position"
- msgstr "stop position"
+ msgstr "punto di fermata"
msgid "stop position (exit only)"
- msgstr "stop position (solo uscita)"
+ msgstr "punto di fermata (solo uscita)"
msgid "stop position (entry only)"
- msgstr "stop position (solo entrata)"
+ msgstr "punto di fermata (solo entrata)"
msgid "platform"
- msgstr "platform"
+ msgstr "banchina"
msgid "platform (exit only)"
- msgstr "platform (solo uscita)"
+ msgstr "banchina (solo uscita)"
msgid "platform (entry only)"
- msgstr "platform (solo entrata)"
+ msgstr "banchina (solo entrata)"
msgid "Route master"
msgstr "Route master"
@@@ -17387,31 -17738,34 +17815,34 @@@ msgid "UIC name
msgstr "nome UIC"
msgid "Stop Position"
- msgstr "Stop Position"
+ msgstr "Punto di fermata"
msgid "Platform"
- msgstr "Platform"
+ msgstr "Banchina"
msgid "Station or amenities"
msgstr "Stazione o strutture di servizio"
+ msgid "Edit Stop Position"
+ msgstr "Modifica punto di fermata"
+
msgid "Bus"
msgstr "Bus"
msgid "Bus stop (legacy)"
- msgstr "Fermata dell''autobus (eredità )"
+ msgstr "Fermata dell'autobus (ereditato)"
msgid "Tram stop (legacy)"
- msgstr "Fermata del tram (eredità )"
+ msgstr "Fermata del tram (ereditato)"
msgid "Train"
msgstr "Treno"
msgid "Railway station (legacy)"
- msgstr "Stazione ferroviaria (eredità )"
+ msgstr "Stazione ferroviaria (ereditato)"
msgid "Railway halt (legacy)"
- msgstr "Fermata ferroviaria (eredità )"
+ msgstr "Fermata ferroviaria (ereditato)"
msgid "Trolleybus"
msgstr "Filobus"
@@@ -17425,6 -17779,9 +17856,9 @@@ msgstr "Funicolare
msgid "Ferry"
msgstr "Traghetto"
+ msgid "Edit Platform"
+ msgstr "Modifica banchina"
+
msgid "Bench"
msgstr "Panchina"
@@@ -17437,21 -17794,23 +17871,23 @@@ msgstr "Sedia a rotelle
msgid "limited"
msgstr "limitato"
- msgid "only"
- msgstr "solo"
-
msgid "Highway platform (legacy)"
- msgstr "Banchina stradale (antiquato)"
+ msgstr "Banchina stradale (ereditato)"
msgid "Railway platform (legacy)"
- msgstr "Banchina ferroviaria (antiquato)"
+ msgstr "Banchina ferroviaria (ereditato)"
msgid "funicular"
msgstr "funicolare"
+ msgctxt "railway"
msgid "Station"
msgstr "Stazione"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Modifica stazione"
+
msgid "Building"
msgstr "Palazzo"
@@@ -17462,7 -17821,10 +17898,10 @@@ msgid "Edit Subway Entrance
msgstr "Modifica ingresso metropolitana"
msgid "Ticket Machine"
- msgstr "Distributore automatico titoli di viaggio"
+ msgstr "Biglietteria automatica"
+
+ msgid "Edit Ticket Machine"
+ msgstr "Modifica biglietteria automatica"
msgid "Reference Number"
msgstr "Numero di riferimento"
@@@ -17486,15 -17848,7 +17925,7 @@@ msgid "Account or loyalty cards
msgstr "Conto o carta fedeltà "
msgid "Public Transport (legacy)"
- msgstr "Trasporto pubblico (eredità )"
-
- msgctxt "railway"
- msgid "Station"
- msgstr "Stazione"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Modifica stazione"
+ msgstr "Trasporto pubblico (ereditato)"
msgid "UIC-Reference"
msgstr "Riferimento UIC"
@@@ -17503,7 -17857,7 +17934,7 @@@ msgid "Railway Halt
msgstr "Fermata ferroviaria"
msgid "Edit Halt"
- msgstr "Modifica stazione non presidiata"
+ msgstr "Modifica fermata ferroviaria"
msgid "Tram Stop"
msgstr "Fermata del tram"
@@@ -17512,10 -17866,10 +17943,10 @@@ msgid "Edit Tram Stop
msgstr "Modifica fermata del tram"
msgid "Railway Platform"
- msgstr "Piattaforma ferroviaria"
+ msgstr "Banchina ferroviaria"
msgid "Edit Railway Platform"
- msgstr "Modifica una piattaforma ferroviaria"
+ msgstr "Modifica banchina ferroviaria"
msgid "Reference (track number)"
msgstr "Riferimento (numero del tracciato)"
@@@ -17527,25 -17881,25 +17958,25 @@@ msgid "Edit Bus Station
msgstr "Modifica una stazione degli autobus"
msgid "Bus Stop"
- msgstr "Fermata dell''autobus"
+ msgstr "Fermata dell'autobus"
msgid "Edit Bus Stop"
- msgstr "Modifica fermata dell''autobus"
+ msgstr "Modifica fermata dell'autobus"
msgid "Tactile Paving"
msgstr "Pavimentazione tattile"
msgid "Bus Platform"
- msgstr "Piattaforma fermata bus"
+ msgstr "Banchina autobus"
msgid "Edit Bus Platform"
- msgstr "Modifica una piattaforma degli autobus"
+ msgstr "Modifica banchina autobus"
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Stazione dei taxi"
+ msgid "Edit Taxi Station"
+ msgstr "Modifica stazione taxi"
msgid "Airport"
msgstr "Aeroporto"
@@@ -17598,6 -17952,21 +18029,21 @@@ msgstr "Terminale
msgid "Edit Terminal"
msgstr "Modifica terminal aeroportuale"
+ msgid "Internet access"
+ msgstr "Accesso ad Internet"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "via cavo"
+
+ msgid "terminal"
+ msgstr "terminal aeroportuale"
+
+ msgid "Internet access fee"
+ msgstr "Tariffa di accesso ad Internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Uscita"
@@@ -17606,7 -17975,7 +18052,7 @@@ msgid "Edit Terminal Gate
msgstr "Modifica varco terminal aeroportuale"
msgid "Facilities"
- msgstr "Strutture"
+ msgstr "Servizi"
msgid "Accommodation"
msgstr "Accoglienza"
@@@ -17620,21 -17989,6 +18066,6 @@@ msgstr "Modifica hotel
msgid "Stars"
msgstr "Stelle"
- msgid "Internet access"
- msgstr "Accesso ad Internet"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "via cavo"
-
- msgid "terminal"
- msgstr "terminal aeroportuale"
-
- msgid "Internet access fee"
- msgstr "Tariffa di accesso ad Internet"
-
msgid "Smoking"
msgstr "Zona fumatori"
@@@ -17824,9 -18178,6 +18255,6 @@@ msgstr "Locale di spogliarello
msgid "Edit Stripclub"
msgstr "Modifica locale di spogliarello"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ma-Do 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Turismo"
@@@ -17848,9 -18199,15 +18276,15 @@@ msgstr "Torre di avvistamento
msgid "Information Office"
msgstr "Ufficio informazioni"
+ msgid "Edit Information Office"
+ msgstr "Modifica ufficio informazioni"
+
msgid "Map"
msgstr "Mappa"
+ msgid "Edit Information Map"
+ msgstr "Modifica mappa informativa"
+
msgid "Detail Grade"
msgstr "Grado di dettaglio"
@@@ -17863,6 -18220,9 +18297,9 @@@ msgstr "strada
msgid "scheme"
msgstr "schema"
+ msgid "toposcope"
+ msgstr "Tavola orientamento"
+
msgid "Shown Area"
msgstr "Area visualizzata"
@@@ -17902,6 -18262,9 +18339,9 @@@ msgstr "... altre modalità di trasport
msgid "Information Board"
msgstr "Tabellone informativo"
+ msgid "Edit Information Board"
+ msgstr "Modifica tabellone informativo"
+
msgid "Board Content"
msgstr "Contenuto del cartello"
@@@ -17923,23 -18286,35 +18363,35 @@@ msgstr "piantine
msgid "Guidepost"
msgstr "Indicatore stradale"
+ msgid "Edit Guidepost"
+ msgstr "Modifica indicatore stradale"
+
msgid "Information Terminal"
msgstr "Terminale informazioni"
+ msgid "Edit Information Terminal"
+ msgstr "Modifica terminale informazioni"
+
msgid "Closer description"
msgstr "Descrizione dettagliata"
msgid "Audioguide"
msgstr "Audio-guida"
+ msgid "Edit Audioguide"
+ msgstr "Modifica audio-guida"
+
msgid "Audioguide via mobile phone?"
msgstr "Audio-guida tramite cellulare?"
msgid "Phone number"
msgstr "Numero di telefono"
- msgid "Other Information Points"
- msgstr "Altri punti informativi"
+ msgid "Other Information Point"
+ msgstr "Altro punto informativo"
+
+ msgid "Edit Information Point"
+ msgstr "Modifica altro punto informativo"
msgid "Leisure"
msgstr "Svago"
@@@ -18068,128 -18443,233 +18520,233 @@@ msgstr "Opera d''arte
msgid "Edit Artwork"
msgstr "Modifica opera d''arte"
- msgid "Place of Worship"
- msgstr "Luogo di culto"
-
- msgid "Edit Place of Worship"
- msgstr "Modifica Luogo di culto"
-
- msgid "Religion"
- msgstr "Religione"
+ msgid "Recording Studio"
+ msgstr "Studio di registrazione"
- msgid "bahai"
- msgstr "Bahaista"
+ msgid "Edit Studio"
+ msgstr "Modifica studio di registrazione"
- msgid "buddhist"
- msgstr "Buddista"
+ msgid "audio"
+ msgstr "audio"
- msgid "christian"
- msgstr "Cristiana"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "Induista"
+ msgid "Place of Worship"
+ msgstr "Luogo di culto"
- msgid "jain"
- msgstr "Giainista"
+ msgid "Church"
+ msgstr "Chiesa"
- msgid "jewish"
- msgstr "Ebraica"
+ msgid "Edit Church"
+ msgstr "Modifica chiesa"
- msgid "muslim"
- msgstr "Mussulmana"
+ msgid "Building type"
+ msgstr "Tipo di edificio"
- msgid "sikh"
- msgstr "Sikh"
+ msgid "basilica"
+ msgstr "basilica"
- msgid "spiritualist"
- msgstr "Spiritualista"
+ msgid "cathedral"
+ msgstr "cattedrale"
- msgid "taoist"
- msgstr "Taoista"
+ msgid "chapel"
+ msgstr "cappella"
- msgid "unitarian"
- msgstr "Unitariana"
+ msgid "church"
+ msgstr "chiesa"
- msgid "zoroastrian"
- msgstr "Zoroastrista"
+ msgid "temple"
+ msgstr "tempio"
msgid "Denomination"
msgstr "Denominazione"
msgid "anglican"
- msgstr "Anglicana"
+ msgstr "anglicana"
msgid "baptist"
- msgstr "Battista"
+ msgstr "battista"
msgid "catholic"
- msgstr "Cattolica"
+ msgstr "cattolica"
msgid "evangelical"
- msgstr "Evangelica"
+ msgstr "evangelica"
+
+ msgid "greek_catholic"
+ msgstr "greco-cattolica"
+
+ msgid "greek_orthodox"
+ msgstr "greca ortodossa"
msgid "jehovahs_witness"
msgstr "Testimoni di Geova"
msgid "lutheran"
- msgstr "Luterana"
+ msgstr "luterana"
msgid "methodist"
- msgstr "Metodista"
+ msgstr "metodista"
msgid "mormon"
- msgstr "Mormone"
+ msgstr "mormone"
+
+ msgid "new_apostolic"
+ msgstr "neo-apostolica"
msgid "orthodox"
- msgstr "Ortodossa"
+ msgstr "ortodossa"
msgid "pentecostal"
- msgstr "Pentecostale"
+ msgstr "pentecostale"
msgid "presbyterian"
- msgstr "Prebiteriana"
+ msgstr "presbiteriana"
msgid "protestant"
- msgstr "Protestante"
+ msgstr "protestante"
msgid "quaker"
- msgstr "Quacchera"
+ msgstr "quacchera"
msgid "roman_catholic"
- msgstr "Romana cattolica"
+ msgstr "romana cattolica"
- msgid "shia"
- msgstr "Sciita"
+ msgid "russian_orthodox"
+ msgstr "russa ortodossa"
- msgid "sunni"
- msgstr "Sunnita"
+ msgid "seventh_day_adventist"
+ msgstr "avventista del settimo giorno"
msgid "Service Times"
msgstr "Orari celebrazioni"
- msgid "Su 10:00"
- msgstr "Do 10:00"
+ msgid "18:00"
+ msgstr "18:00"
- msgid "Su 10:30"
- msgstr "Do 10:30"
+ msgid "sunset,sunrise"
+ msgstr "alba,tramonto"
- msgid "Su 11:00"
- msgstr "Do 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr "Do 9:30,11:00"
- msgid "Opening Hours for visiting"
- msgstr "Orari di apertura per visite"
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Sa,Do,Festività 9:00"
- msgid "Recording Studio"
- msgstr "Studio di registrazione"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Sa 18:00; Do 10:45"
- msgid "Edit Studio"
- msgstr "Modifica studio di registrazione"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Ve 08:00-18:00; Apr 10-15 chiuso; Giu 07:00-20:00; Ago chiuso; Dic 24 08:00-"
+ "24:00"
- msgid "audio"
- msgstr "audio"
+ msgid "Sa 10:00+"
+ msgstr "Sa 10:00+"
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr "Moschea"
+
+ msgid "Edit Mosque"
+ msgstr "Modifica moschea"
+
+ msgid "mosque"
+ msgstr "moschea"
+
+ msgid "ibadi"
+ msgstr "ibadita"
+
+ msgid "shia"
+ msgstr "sciita"
+
+ msgid "sunni"
+ msgstr "sunnita"
+
+ msgid "Synagogue"
+ msgstr "Sinagoga"
+
+ msgid "Edit Synagogue"
+ msgstr "Modifica sinagoga"
+
+ msgid "synagogue"
+ msgstr "sinagoga"
+
+ msgid "conservative"
+ msgstr "conservativa"
+
+ msgid "reform"
+ msgstr "riformata"
+
+ msgid "Buddhist Temple"
+ msgstr "Tempio buddista"
+
+ msgid "Edit Buddhist Temple"
+ msgstr "Modifica tempio buddista"
+
+ msgid "theravada"
+ msgstr "theravada"
+
+ msgid "mahayana"
+ msgstr "mahayana"
+
+ msgid "vajrayana"
+ msgstr "vajrayana"
+
+ msgid "Hindu Temple"
+ msgstr "Tempio induista"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Modifica tempio induista"
+
+ msgid "vaishnavism"
+ msgstr "vaishnavista"
+
+ msgid "shaivism"
+ msgstr "shivaista"
+
+ msgid "shaktism"
+ msgstr "shaktista"
+
+ msgid "smartism"
+ msgstr "smartista"
+
+ msgid "Shinto Shrine"
+ msgstr "Santuario shintoista"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "Modifica santuario shintoista"
+
+ msgid "Other Place of Worship"
+ msgstr "Altro luogo di culto"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Modifica altro luogo di culto"
+
+ msgid "Religion"
+ msgstr "Religione"
+
+ msgid "bahai"
+ msgstr "bahaista"
+
+ msgid "jain"
+ msgstr "giainista"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualista"
+
+ msgid "taoist"
+ msgstr "taoista"
+
+ msgid "unitarian"
+ msgstr "unitariana"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrista"
msgid "Public Building"
msgstr "Edificio pubblico"
@@@ -18278,6 -18758,12 +18835,12 @@@ msgstr "Modifica autoscuola
msgid "License Classes"
msgstr "Categorie di patente"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Salute"
@@@ -18321,7 -18807,7 +18884,7 @@@ msgid "Pharmacy
msgstr "Farmacia"
msgid "Edit Pharmacy"
- msgstr "Modifica Farmacia"
+ msgstr "Modifica farmacia"
msgid "Dispensing"
msgstr "Vendita medicinali con obbligo di prescrizione"
@@@ -18359,12 -18845,66 +18922,66 @@@ msgstr "Veterinario
msgid "Edit Veterinary"
msgstr "Modifica veterinario"
- msgid "Drinking water"
- msgstr "Acqua potabile"
+ msgid "Edit Toilets"
+ msgstr "Modifica bagni pubblici"
+
+ msgid "Access rights"
+ msgstr "Diritti di accesso"
+
+ msgid "public"
+ msgstr "pubblico"
+
+ msgid "seasonal"
+ msgstr "stagionale"
+
+ msgid "flush"
+ msgstr "sciacquone"
+
+ msgid "pitlatrine"
+ msgstr "latrina a fossa"
+
+ msgid "chemical"
+ msgstr "chimico"
+
+ msgid "bucket"
+ msgstr "secchio"
+
+ msgid "Usage Position"
+ msgstr "Posizione di utilizzo"
+
+ msgid "seated"
+ msgstr "seduta"
+
+ msgid "seated;urinal"
+ msgstr "seduta;orinatoio"
+
+ msgid "squat"
+ msgstr "accovacciata"
+
+ msgid "urinal"
+ msgstr "orinatoio"
msgid "Post Box"
msgstr "Cassetta Postale"
+ msgid "Edit Postbox"
+ msgstr "Modifica cassetta delle lettere"
+
+ msgid "Collection times"
+ msgstr "Orari di raccolta"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Lu-Ve 15:00,17:45,19:00,23:00; Sa 15:10; Do 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Lu-Ve 09:00-12:00,17:15; Sa 14:00; Do,Festività chiuso"
+
+ msgid "Drive through"
+ msgstr "Attraversamento in auto (drive-through)"
+
msgid "Telephone"
msgstr "Telefono"
@@@ -18374,6 -18914,30 +18991,30 @@@ msgstr "Modifica Telefono
msgid "Telephone cards"
msgstr "Carte telefoniche"
+ msgid "Emergency Phone"
+ msgstr "Telefono di emergenza"
+
+ msgid "Internet Access"
+ msgstr "Accesso internet"
+
+ msgid "Edit Internet Access"
+ msgstr "Modifica accesso internet"
+
+ msgid "Automated Defibrillator"
+ msgstr "Defibrillatore automatico"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Modifica defibrillatore automatico esterno"
+
+ msgid "Located inside a building?"
+ msgstr "Presente all''interno di un edificio?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Data ultimo controllo (YYYY-MM-DD)"
+
+ msgid "Last check note"
+ msgstr "Nota ultimo controllo"
+
msgid "Clock"
msgstr "Orologio"
@@@ -18383,30 -18947,36 +19024,36 @@@ msgstr "Modifica orologio
msgid "Display"
msgstr "Schermo"
- msgctxt "display"
msgid "analog"
msgstr "analogico"
- msgctxt "display"
msgid "digital"
msgstr "digitale"
- msgctxt "display"
msgid "sundial"
msgstr "meridiana"
- msgctxt "display"
msgid "unorthodox"
msgstr "anticonvenzionale"
msgid "Support"
msgstr "Supporto"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "palo"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "a muro"
+ msgstr "murale"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "tabellone"
+ msgstr "cartellone"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "a terra"
msgid "Visibility/readability"
msgstr "Visibilità /leggibilità "
@@@ -18435,8 -19005,8 +19082,8 @@@ msgstr "Visualizza l''umiditÃ
msgid "Recycling"
msgstr "Riciclaggio"
- msgid "Edit Recycling station"
- msgstr "Modifica Stazione di riciclaggio"
+ msgid "Edit Recycling Station"
+ msgstr "Modifica stazione di riciclaggio"
msgid "Batteries"
msgstr "Batterie"
@@@ -18462,21 -19032,15 +19109,15 @@@ msgstr "centro
msgid "Waste Basket"
msgstr "Cestino della spazzatura"
- msgid "Edit Waste Basket"
- msgstr "Modifica cestino della spazzatura"
-
msgid "Waste Disposal"
msgstr "Raccolta dei rifiuti"
- msgid "Edit Waste Disposal"
- msgstr "Modifica raccolta dei rifiuti"
+ msgid "Edit Bench"
+ msgstr "Modifica panchina"
msgid "Backrest"
msgstr "Schienale"
- msgid "plastic"
- msgstr "plastica"
-
msgid "Amount of Seats"
msgstr "Quantità di posti"
@@@ -18492,7 -19056,7 +19133,7 @@@ msgstr "riparo da maltempo
msgctxt "shelter"
msgid "public_transport"
- msgstr "trasporto pubblico"
+ msgstr "trasporto pubblico (public_transport)"
msgctxt "shelter"
msgid "picnic_shelter"
@@@ -18511,8 -19075,17 +19152,17 @@@ msgstr "Modifica una postazione di cacc
msgid "Height"
msgstr "Modifica Albero"
+ msgctxt "height"
msgid "low"
- msgstr "basso"
+ msgstr "bassa"
+
+ msgctxt "height"
+ msgid "half"
+ msgstr "piccola"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "alta"
msgid "Hide"
msgstr "Nascondi"
@@@ -18520,9 -19093,6 +19170,6 @@@
msgid "Lock"
msgstr "Blocco"
- msgid "Drinking Water"
- msgstr "Acqua potabile"
-
msgid "Edit Source of Potable Water"
msgstr "Modifica sorgente di acqua potabile"
@@@ -18554,6 -19124,9 +19201,9 @@@ msgstr "non pressurizzato
msgid "Diameter (in mm)"
msgstr "Diametro (in mm)"
+ msgid "Hydrant Position"
+ msgstr "Posizione idrante"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "corsia"
@@@ -18591,117 -19164,153 +19241,153 @@@ msgstr "Stadio
msgid "Edit Stadium"
msgstr "Modifica stadio"
- msgid "select sport:"
- msgstr "seleziona uno sport:"
+ msgid "Select sport:"
+ msgstr "Seleziona sport:"
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Discipline sportive"
+ msgctxt "sport"
msgid "multi"
- msgstr "polivalente"
+ msgstr "struttura polivalente"
+ msgctxt "sport"
msgid "archery"
msgstr "tiro con l''arco"
+ msgctxt "sport"
msgid "athletics"
msgstr "atletica"
+ msgctxt "sport"
msgid "american_football"
msgstr "football americano"
+ msgctxt "sport"
msgid "australian_football"
- msgstr "football_australiano"
+ msgstr "football australiano"
+ msgctxt "sport"
msgid "baseball"
msgstr "baseball"
+ msgctxt "sport"
msgid "basketball"
msgstr "pallacanestro"
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr "bocce"
+ msgctxt "sport"
msgid "bowls"
- msgstr "boccie"
+ msgstr "bocce su prato"
+ msgctxt "sport"
msgid "canadian_football"
msgstr "calcio canadese"
+ msgctxt "sport"
msgid "canoe"
msgstr "canoa"
+ msgctxt "sport"
msgid "climbing"
msgstr "arrampicata"
+ msgctxt "sport"
msgid "cricket"
msgstr "cricket"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "reti_cricket"
+ msgstr "reti da cricket"
+ msgctxt "sport"
msgid "croquet"
msgstr "croquet"
+ msgctxt "sport"
msgid "cycling"
msgstr "ciclismo"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "cinodromo"
+ msgstr "corse dei cani"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "sport equestri"
+ msgstr "equitazione"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "gaelic_games"
+ msgstr "sport gaelici"
+ msgctxt "sport"
msgid "golf"
msgstr "golf"
+ msgctxt "sport"
msgid "gymnastics"
msgstr "ginnastica"
+ msgctxt "sport"
msgid "hockey"
msgstr "hockey"
+ msgctxt "sport"
msgid "horse_racing"
msgstr "ippodromo"
+ msgctxt "sport"
msgid "motor"
msgstr "autodromo"
+ msgctxt "sport"
msgid "pelota"
msgstr "pelota"
+ msgctxt "sport"
msgid "racquet"
- msgstr "racchette"
+ msgstr "racquet"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby a 13"
+ msgstr "rugby a 13 (rugby league)"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby a 15"
+ msgstr "rugby a 15 (rugby union)"
+ msgctxt "sport"
msgid "shooting"
- msgstr "poligono_di_tiro"
+ msgstr "poligono di tiro"
+ msgctxt "sport"
msgid "skateboard"
msgstr "skateboard"
+ msgctxt "sport"
msgid "skating"
msgstr "pattinaggio"
+ msgctxt "sport"
msgid "skiing"
- msgstr "comprensorio_sciistico"
+ msgstr "sci"
+ msgctxt "sport"
msgid "soccer"
msgstr "calcio"
+ msgctxt "sport"
msgid "swimming"
- msgstr "piscina"
+ msgstr "nuoto"
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "ping_pong"
+ msgstr "tennis da tavolo"
+ msgctxt "sport"
msgid "tennis"
msgstr "tennis"
@@@ -18735,33 -19344,43 +19421,43 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Modifica minigolf"
- msgid "Sport"
- msgstr "Discipline sportive"
-
msgid "Multi"
msgstr "Struttura polivalente"
msgid "Edit Multi"
msgstr "Modifica struttura polivalente"
- msgid "type"
- msgstr "tipo"
-
+ msgctxt "running"
msgid "pitch"
msgstr "campo sportivo"
+ msgctxt "running"
msgid "sports_centre"
msgstr "centro sportivo"
+ msgctxt "running"
msgid "stadium"
msgstr "stadio"
+ msgctxt "running"
+ msgid "track"
+ msgstr "tracciato"
+
msgid "9pin"
msgstr "Bowling a 9 birilli"
msgid "Edit 9pin"
msgstr "Modifica bowling a 9 birilli"
+ msgid "pitch"
+ msgstr "campo sportivo"
+
+ msgid "sports_centre"
+ msgstr "centro sportivo"
+
+ msgid "stadium"
+ msgstr "stadio"
+
msgid "10pin"
msgstr "Bowling"
@@@ -18795,6 -19414,22 +19491,22 @@@ msgstr "Modifca canoa
msgid "Edit Cycling"
msgstr "Modifica ciclismo"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "campo sportivo"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "centro sportivo"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "stadio"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "tracciato"
+
msgid "Dog Racing"
msgstr "Corse dei cani"
@@@ -18805,7 -19440,7 +19517,7 @@@ msgid "Equestrian
msgstr "Equitazione"
msgid "Edit Equestrian"
- msgstr "Modificare Equitazione"
+ msgstr "Modifica equitazione"
msgctxt "riding"
msgid "pitch"
@@@ -18845,13 -19480,13 +19557,13 @@@ msgid "Gymnastics
msgstr "Ginnastica"
msgid "Edit Gymnastics"
- msgstr "Modificare Ginnastica"
+ msgstr "Modifica ginnastica"
msgid "Skating"
msgstr "Pattinaggio"
msgid "Edit Skating"
- msgstr "Modificare Pattinaggio"
+ msgstr "Modifica pattinaggio"
msgid "ice_rink"
msgstr "pista di ghiaccio"
@@@ -18860,13 -19495,13 +19572,13 @@@ msgid "Skateboard
msgstr "Skateboard"
msgid "Edit Skateboard"
- msgstr "Modificare Skateboard"
+ msgstr "Modifica skateboard"
msgid "Swimming"
- msgstr "Piscina"
+ msgstr "Nuoto"
msgid "Edit Swimming"
- msgstr "Modificare Nuoto"
+ msgstr "Modifica nuoto"
msgid "swimming_pool"
msgstr "piscina"
@@@ -18875,7 -19510,7 +19587,7 @@@ msgid "water_park
msgstr "parco acquatico"
msgid "Edit Skiing"
- msgstr "Modificare Sci"
+ msgstr "Modifica sci"
msgid "Piste type"
msgstr "Tipo di pista"
@@@ -18895,38 -19530,56 +19607,56 @@@ msgstr "snow_park
msgid "Difficulty"
msgstr "Difficoltà "
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "principante"
+ msgstr "principiante (<30 gradi - verde)"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "facile"
+ msgstr "facile (30-35 gradi - blu)"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "intermedia (35-40 gradi - rossa)"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avanzato"
+ msgstr "avanzata (40-45 gradi - nera)"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "esperto"
+ msgstr "esperto (45-50 gradi - arancione)"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride"
+ msgstr "libera (50-55 gradi - gialla)"
msgid "Grooming"
msgstr "Battitura"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "classica"
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr "gobbe (freestyle)"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "pattinaggio"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "classica;free style/pattinaggio"
+ msgstr "classica;pattinaggio"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "classica piccola"
+ msgstr "motoslitta"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "non battuta"
+ msgstr "fuori pista"
msgid "Shooting"
msgstr "Poligono di tiro"
@@@ -18941,7 -19594,7 +19671,7 @@@ msgid "Soccer
msgstr "Calcio"
msgid "Edit Soccer"
- msgstr "Modifica Calcio"
+ msgstr "Modifica calcio"
msgid "Australian Football"
msgstr "Football australiano"
@@@ -18956,10 -19609,10 +19686,10 @@@ msgid "Edit American Football
msgstr "Modifica football americano"
msgid "Canadian Football"
- msgstr "Calcio canadese"
+ msgstr "Football canadese"
msgid "Edit Canadian Football"
- msgstr "Modifica calcio canadese"
+ msgstr "Modifica football canadese"
msgid "Gaelic Games"
msgstr "Sport gaelici"
@@@ -18967,19 -19620,15 +19697,15 @@@
msgid "Edit Gaelic Games"
msgstr "Modifica sport gaelici"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "Hurling"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Calcio"
+ msgstr "Football"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -19005,7 -19654,7 +19731,7 @@@ msgid "Basketball
msgstr "Pallacanestro"
msgid "Edit Basketball"
- msgstr "Modifica Pallacanestro"
+ msgstr "Modifica pallacanestro"
msgid "Volleyball"
msgstr "Pallavolo"
@@@ -19026,7 -19675,7 +19752,7 @@@ msgid "Edit Golf
msgstr "Modifica Golf"
msgid "golf_course"
- msgstr "campo_da_golf"
+ msgstr "campo da golf"
msgid "Boule"
msgstr "Boule (sport popolare in Francia)"
@@@ -19035,22 -19684,22 +19761,22 @@@ msgid "Edit Boule
msgstr "Modifica boule (sport popolare in Francia)"
msgid "Bowls"
- msgstr "Bocce"
+ msgstr "Bocce su prato"
msgid "Edit Bowls"
- msgstr "Modifica Bocce"
+ msgstr "Modifica bocce su prato"
msgid "Cricket"
msgstr "Cricket"
msgid "Edit Cricket"
- msgstr "Modifica Cricket"
+ msgstr "Modifica cricket"
msgid "Cricket Nets"
- msgstr "Reti per Cricket"
+ msgstr "Reti da cricket"
msgid "Edit Cricket Nets"
- msgstr "Modifica Reti per Cricket"
+ msgstr "Modifica reti da cricket"
msgid "Croquet"
msgstr "Croquet"
@@@ -19062,13 -19711,13 +19788,13 @@@ msgid "Hockey
msgstr "Hockey"
msgid "Edit Hockey"
- msgstr "Modifica Hockey"
+ msgstr "Modifica hockey"
msgid "Pelota"
msgstr "Pelota"
msgid "Edit Pelota"
- msgstr "Modifica Pelota"
+ msgstr "Modifica pelota"
msgid "Racquet"
msgstr "Racquet"
@@@ -19080,13 -19729,13 +19806,13 @@@ msgid "Table Tennis
msgstr "Tennis da tavolo"
msgid "Edit Table Tennis"
- msgstr "Modifica Tenniis da tavolo"
+ msgstr "Modifica tennis da tavolo"
msgid "Tennis"
msgstr "Tennis"
msgid "Edit Tennis"
- msgstr "Modifica Tennis"
+ msgstr "Modifica tennis"
msgid "Motorsport"
msgstr "Sport motoristico"
@@@ -19118,6 -19767,18 +19844,18 @@@ msgstr "Aerodromo per modellini
msgid "Edit Model Aerodrome"
msgstr "Modifica aerodromo per modellini"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "campo sportivo"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "centro sportivo"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "tracciato"
+
msgid "RC Car"
msgstr "Automobili radiocomandate"
@@@ -19130,59 -19791,133 +19868,133 @@@ msgstr "Artificiale
msgid "Edit Building"
msgstr "Modifica edificio"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "sì"
+
+ msgctxt "building"
msgid "roof"
- msgstr "copertura"
+ msgstr "tetto"
+ msgctxt "building"
msgid "garage"
- msgstr "garage"
+ msgstr "box per auto"
- msgid "church"
- msgstr "chiesa"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "box per auto multipli"
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "industriale"
+
+ msgctxt "building"
msgid "school"
msgstr "scuola"
+ msgctxt "building"
msgid "hangar"
- msgstr "hangar"
+ msgstr "Capannone"
+ msgctxt "building"
msgid "commercial"
msgstr "commerciale"
+ msgctxt "building"
msgid "farm"
- msgstr "fattoria"
+ msgstr "agricolo"
+ msgctxt "building"
msgid "transportation"
msgstr "trasporti"
+ msgctxt "building"
msgid "greenhouse"
msgstr "serra"
+ msgctxt "building"
msgid "office"
msgstr "ufficio"
+ msgctxt "building"
msgid "university"
msgstr "università "
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "ospedale"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "magazzino"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "vendita al dettaglio"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "rimessa"
+
msgid "Residential Building"
msgstr "Edificio residenziale"
msgid "Edit Residential Building"
msgstr "Modifica edificio residenziale"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "residenziale"
+
+ msgctxt "building"
msgid "apartments"
msgstr "appartamenti"
+ msgctxt "building"
msgid "house"
- msgstr "edificio"
+ msgstr "casa"
+ msgctxt "building"
msgid "hut"
- msgstr "edificio primitivo"
+ msgstr "rifugio"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "dormitorio"
+
+ msgctxt "building"
msgid "terrace"
- msgstr "casette a schiera"
+ msgstr "case a schiera"
+ msgctxt "building"
msgid "detached"
- msgstr "casa unifamiliare indipendente"
+ msgstr "distaccato"
+
+ msgid "Entrance"
+ msgstr "Punto di accesso"
+
+ msgid "Edit Entrance"
+ msgstr "Modifica punto di accesso"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "sì"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "principale"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "servizio"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "uscita"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "emergenza"
msgid "Tower"
msgstr "Torre"
@@@ -19408,42 -20143,68 +20220,68 @@@ msgstr "Orario di accensione
msgid "Mo-Fr 22:00-05:00"
msgstr "Lu-Ve 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Stazione di misurazione"
+ msgid "Monitoring Station"
+ msgstr "Stazione di monitoraggio"
- msgid "Edit Measurement Station"
- msgstr "Modifica stazione di misurazione"
+ msgid "Edit Monitoring Station"
+ msgstr "Modifica stazione di monitoraggio"
- msgid "Measurement"
- msgstr "Misurazione"
+ msgid "Monitoring:"
+ msgstr "Monitoraggio:"
- msgid "particulate_matter"
- msgstr "particolato"
+ msgid "Weather"
+ msgstr "Meteo"
- msgid "seismic"
- msgstr "sismica"
+ msgid "Water level"
+ msgstr "Livello dell''acqua"
- msgid "water_level"
- msgstr "livello delle acque"
+ msgid "Tide Level"
+ msgstr "Livello di marea"
- msgid "weather"
- msgstr "meteo"
+ msgid "Traffic"
+ msgstr "Traffico"
- msgid "Recording"
- msgstr "Registrazione"
+ msgid "Air Quality"
+ msgstr "Qualità dell''aria"
- msgid "manually"
- msgstr "manuale"
+ msgid "Noise"
+ msgstr "Rumore"
- msgid "automated"
- msgstr "automatica"
+ msgid "GPS Signals"
+ msgstr "Segnali GPS"
- msgid "remote"
- msgstr "remota"
+ msgid "GLONASS Signals"
+ msgstr "Segnali GLONASS"
- msgctxt "display"
- msgid "no"
- msgstr "no"
+ msgid "Galileo Signals"
+ msgstr "Segnali Galileo"
+
+ msgid "Radiation"
+ msgstr "Radiazioni"
+
+ msgid "Seismic Activity"
+ msgstr "Attività sismiche"
+
+ msgid "Recording:"
+ msgstr "Registrazione:"
+
+ msgid "Automated"
+ msgstr "Automatica"
+
+ msgid "Manually"
+ msgstr "Manuale"
+
+ msgid "Remote"
+ msgstr "Remota"
+
+ msgid "Display:"
+ msgstr "Visualizzazione:"
+
+ msgid "Analog"
+ msgstr "Analogica"
+
+ msgid "Digital"
+ msgstr "Digitale"
msgid "Survey Point"
msgstr "Punto geodetico o altra stazione fissa"
@@@ -19451,8 -20212,8 +20289,8 @@@
msgid "Edit Survey Point"
msgstr "Modifica punto geodetico o altra stazione fissa"
- msgid "Surveillance"
- msgstr "Telecamera di sorveglianza"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Modifica telecamera di sorveglianza"
@@@ -19463,12 -20224,103 +20301,103 @@@ msgstr "interno
msgid "outdoor"
msgstr "esterno"
- msgid "public"
- msgstr "pubblico"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "negozio"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "Altezza in metri (m)"
msgid "Power"
msgstr "Elettricità "
+ msgid "Power Plant"
+ msgstr "Centrale elettrica"
+
+ msgid "Edit Power Plant"
+ msgstr "Modifica centrale elettrica"
+
+ msgid "Start date"
+ msgstr "Data di inizio"
+
+ msgid "Output forms of energy"
+ msgstr "Forme di uscita dellâenergia"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+ "(si prega di aggiungere queste informazioni per i generatori, se possibile)"
+
+ msgid "electricity"
+ msgstr "elettricità "
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "acqua calda"
+
+ msgid "hot air"
+ msgstr "aria calda"
+
+ msgid "cold water"
+ msgstr "acqua fredda"
+
+ msgid "cold air"
+ msgstr "aria fredda"
+
+ msgid "compressed air"
+ msgstr "aria compressa"
+
+ msgid "steam"
+ msgstr "vapore"
+
+ msgid "vacuum"
+ msgstr "vuoto"
+
msgid "Power Generator"
msgstr "Centrale elettrica"
@@@ -19520,89 -20372,193 +20449,193 @@@ msgstr "eolica
msgid "Method"
msgstr "Metodo"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr "digestione anaerobica"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "sbarramento"
+
+ msgctxt "generator method"
msgid "combustion"
msgstr "combustione"
- msgid "dam"
- msgstr "diga"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "bio / carbone / gasolio / gas / benzina / petrolio / rifiuti"
+ msgctxt "generator method"
msgid "fission"
msgstr "fissione"
+ msgctxt "generator method"
msgid "fusion"
msgstr "fusione"
+ msgctxt "generator method"
msgid "gasification"
msgstr "gassificazione"
+ msgid "biomass / waste"
+ msgstr "biomasse / rifiuti"
+
+ msgctxt "generator method"
msgid "photovoltaic"
msgstr "fotovoltaico"
- msgid "pumped-storage"
- msgstr "idroelettrico con accumulazione"
-
- msgid "pumping"
- msgstr "pompaggio"
-
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr "pirolisi"
- msgid "run-of-the-river"
- msgstr "flusso fluviale"
+ msgctxt "generator method"
+ msgid "run-of-the-river"
+ msgstr "a filo d''acqua"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "torrente"
+
+ msgctxt "generator method"
+ msgid "thermal"
+ msgstr "termico"
+
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "stoccaggio acqua pompata"
+
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "stoccaggio acqua"
+
+ msgid "Generator Type"
+ msgstr "Tipo di generatore"
+
+ msgid "combined_cycle"
+ msgstr "ciclo combinato"
+
+ msgid "gas combustion"
+ msgstr "gas di combustione"
+
+ msgid "francis_turbine"
+ msgstr "turbina Francis"
+
+ msgid "gas_turbine"
+ msgstr "turbina a gas"
+
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "biogas, biomasse, gas, combustione rifiuti"
+
+ msgid "heat_pump"
+ msgstr "pompa di calore"
+
+ msgid "horizontal_axis"
+ msgstr "horizontal_axis"
+
+ msgid "tidal steam / wind"
+ msgstr "flusso di marea / vento"
+
+ msgid "kaplan_turbine"
+ msgstr "turbina Kaplan"
+
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "a filo d''acqua / stoccaggio acqua / sbarramento marea"
+
+ msgid "pelton_turbine"
+ msgstr "turbina Pelton"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "a filo d''acqua / stoccaggio acqua"
+
+ msgid "reciprocating_engine"
+ msgstr "motore a pistoni"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "biocombustibile, biogas, diesel, gas, benzina"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "pannello solare fotovoltaico"
+
+ msgid "solar photovoltaic"
+ msgstr "solare fotovoltaico"
+
+ msgid "solar_thermal_collector"
+ msgstr "collettore solare termico"
+
+ msgid "solar thermal"
+ msgstr "solare termico"
+
+ msgid "steam_generator"
+ msgstr "a vapore"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "bio, carbone, gasolio, gas, benzina, petrolio, combustione rifiuti"
+
+ msgid "steam_turbine"
+ msgstr "turbina a vapore"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+ "geotermico / solare termico / bio, carbone, petrolio, combustione rifiuti"
+
+ msgid "stellarator"
+ msgstr "stellarator"
+
+ msgid "nuclear fusion"
+ msgstr "fusione nucleare"
- msgid "thermal"
- msgstr "termica"
+ msgid "tokamak"
+ msgstr "tokamak"
- msgid "Output forms of energy"
- msgstr "Forme di uscita dellâenergia"
+ msgid "vertical_axis"
+ msgstr "vertical_axis"
- msgid "electricity"
- msgstr "elettricità "
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "Reattore nucleare ad acqua bollente 1 (BWR-1)"
- msgid "2 W"
- msgstr "2 W"
+ msgid "nuclear fission"
+ msgstr "fissione nucleare"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "Reattore nucleare ad acqua bollente 2 (BWR-2)"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "Reattore nucleare ad acqua bollente 3 (BWR-3)"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "Reattore nucleare ad acqua bollente 4 (BWR-4)"
- msgid "hot water"
- msgstr "acqua calda"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "Reattore nucleare ad acqua bollente 5 (BWR-5)"
- msgid "hot air"
- msgstr "aria calda"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "Reattore nucleare ad acqua bollente 6 (BWR-6)"
- msgid "cold water"
- msgstr "acqua fredda"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "CANada Deuterium Uranium reactor (CANDU)"
- msgid "cold air"
- msgstr "aria fredda"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "China Pressurized Reactor (CPR-1000)"
- msgid "compressed air"
- msgstr "aria compressa"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "European Pressurized Reactor (EPR)"
- msgid "steam"
- msgstr "vapore"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "Fusione a confinamento inerziale (IFC)"
- msgid "vacuum"
- msgstr "vuoto"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Reattore nucleare ad acqua pressurizzata (PWR)"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "Reattore Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
- msgid "battery charging"
- msgstr "ricarica batterie"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "Reattore Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
- msgid "Power Station"
- msgstr "Stazione elettrica"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Reattore Vodo-Vodyanoi Energetichesky (VVER)"
- msgid "Edit Power Station"
- msgstr "Modifica stazione elettrica"
+ msgid "Output forms of energy:"
+ msgstr "Forme di energia in uscita:"
msgid "Power Sub Station"
msgstr "Sottostazione elettrica"
@@@ -19613,6 -20569,21 +20646,21 @@@ msgstr "Modifica sottostazione elettric
msgid "Line reference"
msgstr "Riferimento elettrodotto"
+ msgid "high"
+ msgstr "alto"
+
+ msgid "medium"
+ msgstr "medio"
+
+ msgid "low"
+ msgstr "basso"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Armadio di derivazione"
@@@ -19623,16 -20594,19 +20671,19 @@@ msgid "Power Tower
msgstr "Pilone (elettricità )"
msgid "Edit Power Tower"
- msgstr "Modifica pilone (elettricità )"
+ msgstr "Pilone elettricità "
msgid "Tower reference"
msgstr "Riferimento torre"
+ msgid "steel"
+ msgstr "acciaio"
+
msgid "Pole"
msgstr "Palo"
msgid "Edit Power Pole"
- msgstr "Modifica palo (elettricità )"
+ msgstr "Modifica Pilone elettricità "
msgid "Pole reference"
msgstr "Riferimento palo"
@@@ -19646,13 -20620,11 +20697,11 @@@ msgstr "Modifica elettrodotto
msgid "Line type"
msgstr "Tipo di linea"
- msgctxt "Power Line"
msgid "line"
- msgstr "elettrodotto"
+ msgstr "linea aerea"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "elettrodotto secondario"
+ msgstr "linea aerea secondaria"
msgid "Amount of Cables"
msgstr "Quantità di cavi"
@@@ -19730,10 -20702,10 +20779,10 @@@ msgid "Edit Wayside Shrine
msgstr "Modifica edicola votiva"
msgid "Boundary Stone"
- msgstr "Pietra limite"
+ msgstr "Perimetro di pietra"
msgid "Edit Boundary Stone"
- msgstr "Modifica pietra limite"
+ msgstr "Modifica perimetro di pietra"
msgid "Shops"
msgstr "Negozi"
@@@ -19759,10 -20731,10 +20808,10 @@@ msgstr "Chiosco
msgid "Edit Kiosk"
msgstr "Modifica chiosco"
- msgid "Baker"
+ msgid "Bakery"
msgstr "Panificio"
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr "Modifica Panificio"
msgid "Butcher"
@@@ -19774,8 -20746,8 +20823,8 @@@ msgstr "Modifica Macellaio
msgid "Seafood"
msgstr "Pescheria"
- msgid "Edit Seafood"
- msgstr "Modifica pescheria"
+ msgid "Edit Seafood Shop"
+ msgstr "Modifica Pescheria"
msgid "Deli (Fine Food)"
msgstr "Cibi e bevande pregiate"
@@@ -19795,6 -20767,9 +20844,9 @@@ msgstr "Mercato
msgid "Edit Marketplace"
msgstr "Modifica mercato"
+ msgid "Organic"
+ msgstr "Prodotti biologici"
+
msgid "Greengrocer"
msgstr "Fruttivendolo"
@@@ -19807,9 -20782,6 +20859,6 @@@ msgstr "Vendita diretta prodotti agrico
msgid "Edit Farm Stand"
msgstr "Modifica vendita diretta prodotti agricoli"
- msgid "Organic"
- msgstr "Prodotti biologici"
-
msgid "Edit Organic/Bio"
msgstr "Modifica prodotti biologici"
@@@ -19879,7 -20851,7 +20928,7 @@@ msgstr "Modifica sarto
msgid "Fabric"
msgstr "Merceria"
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr "Modifica merceria"
msgid "Electronic"
@@@ -19900,14 -20872,14 +20949,14 @@@ msgstr "Modifica negozio di elettronica
msgid "Mobile Phone"
msgstr "Telefoni cellulari"
- msgid "Edit Mobile Phone"
- msgstr "Modifica telefoni cellulari"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "Modifica Negozio Telefonia Mobile"
msgid "Vacuum Cleaner"
msgstr "Aspirapolveri"
- msgid "Edit Vacuum Cleaner"
- msgstr "Modifica aspirapolveri"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "Modifica negozio di aspirapolveri"
msgid "Hifi"
msgstr "Hi-Fi"
@@@ -19915,9 -20887,8 +20964,8 @@@
msgid "Edit Hifi Shop"
msgstr "Modifica negozio di Hi-Fi"
- msgctxt "shop"
msgid "Video"
- msgstr "Videoteca"
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Modifica videoteca"
@@@ -19943,6 -20914,12 +20991,12 @@@ msgstr "Modifica cambiavalute
msgid "Edit Automated Teller Machine"
msgstr "Modifica bancomat"
+ msgid "Pawnbroker"
+ msgstr "Banco dei pegni"
+
+ msgid "Edit Pawnbroker"
+ msgstr "Modifica banco dei pegni"
+
msgid "Department Store"
msgstr "Grande magazzino"
@@@ -19979,11 -20956,32 +21033,32 @@@ msgstr "Gioielleria
msgid "Edit Jewelry"
msgstr "Modifica gioielleria"
+ msgid "Gift"
+ msgstr "Articoli regalo"
+
+ msgid "Edit Gift Shop"
+ msgstr "Modifica negozio di articoli regalo"
+
+ msgid "buddhist"
+ msgstr "buddista"
+
+ msgid "christian"
+ msgstr "cristiana"
+
+ msgid "hindu"
+ msgstr "induista"
+
+ msgid "jewish"
+ msgstr "ebraica"
+
+ msgid "muslim"
+ msgstr "mussulmana"
+
msgid "Erotic"
msgstr "Sexy shop"
- msgid "Edit Erotic"
- msgstr "Modifica sexy shop"
+ msgid "Edit Erotic Shop"
+ msgstr "Modifica SexyShop"
msgid "Florist"
msgstr "Fiorista"
@@@ -20012,8 -21010,8 +21087,8 @@@ msgstr "Modifica Negozio di Ferramenta
msgid "Paint"
msgstr "Vernici"
- msgid "Edit Paint"
- msgstr "Modifica vernici"
+ msgid "Edit Paint Shop"
+ msgstr "Modifica negozio di vernici"
msgid "Furniture"
msgstr "Mobilia"
@@@ -20024,20 -21022,20 +21099,20 @@@ msgstr "Modifica Negozio di Mobilia
msgid "Kitchen"
msgstr "Cucine"
- msgid "Edit Kitchen"
- msgstr "Modifica cucine"
+ msgid "Edit Kitchen Store"
+ msgstr "Modifica negozio di cucine"
msgid "Curtain"
msgstr "Tende"
- msgid "Edit Curtain"
- msgstr "Modifica tende"
+ msgid "Edit Curtain Shop"
+ msgstr "Modifica negozio di tende"
msgid "Frame"
msgstr "Cornici"
- msgid "Edit Frames"
- msgstr "Modifica cornici"
+ msgid "Edit Frames Shop"
+ msgstr "Modifica negozio di cornici"
msgid "Stationery"
msgstr "Cartoleria"
@@@ -20072,8 -21070,8 +21147,8 @@@ msgstr "Modifica agenzia di viaggi
msgid "Musical Instrument"
msgstr "Strumenti musicali"
- msgid "Edit Musical Instruments"
- msgstr "Modifica strumenti musicali"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "Modifica Negozio di Strumenti Musicali"
msgid "Toys"
msgstr "Giocattoli"
@@@ -20094,7 -21092,7 +21169,7 @@@ msgid "Edit Vending machine
msgstr "Modifica Distributore automatico"
msgid "Vending products"
- msgstr "Distributore automatico"
+ msgstr "Prodotti distribuiti"
msgid "animal_food"
msgstr "cibo per animali"
@@@ -20285,6 -21283,12 +21360,12 @@@ msgstr "Picco montuoso
msgid "Edit Peak"
msgstr "Modifica picco montuoso"
+ msgid "Saddle"
+ msgstr "Sella montana"
+
+ msgid "Edit Saddle"
+ msgstr "Modifica sella montana"
+
msgid "Glacier"
msgstr "Ghiacciaio"
@@@ -20324,26 -21328,35 +21405,35 @@@ msgstr "Albero
msgid "Edit Tree"
msgstr "Modifica albero singolo"
+ msgid "broad_leaved"
+ msgstr "latifoglia"
+
+ msgid "conifer"
+ msgstr "conifera"
+
+ msgid "palm"
+ msgstr "palma"
+
msgid "Botanical Name"
msgstr "Nome Botanico"
+ msgid "Tree Row"
+ msgstr "Fila di alberi"
+
msgid "Wood"
msgstr "Bosco"
msgid "Edit Wood"
msgstr "Modifica bosco"
- msgctxt "wood"
msgid "coniferous"
- msgstr "conifere"
+ msgstr "Conifere"
- msgctxt "wood"
msgid "deciduous"
msgstr "deciduo (caducifoglie)"
- msgctxt "wood"
msgid "mixed"
- msgstr "misto"
+ msgstr "Mista"
msgid "Forest"
msgstr "Foresta"
@@@ -20351,15 -21364,6 +21441,6 @@@
msgid "Edit Forest Landuse"
msgstr "Modifica area di foresta"
- msgid "coniferous"
- msgstr "Conifere"
-
- msgid "deciduous"
- msgstr "deciduo (caducifoglie)"
-
- msgid "mixed"
- msgstr "Mista"
-
msgid "Grassland"
msgstr "Prateria naurale"
@@@ -20435,6 -21439,12 +21516,12 @@@ msgstr "Prato
msgid "Edit Meadow Landuse"
msgstr "Modifica area a prato"
+ msgid "Orchard"
+ msgstr "Frutteto"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Modifica frutteto"
+
msgid "Vineyard"
msgstr "Vigna"
@@@ -20490,29 -21500,32 +21577,32 @@@ msgstr "Area di svago
msgid "Edit Recreation Ground Landuse"
msgstr "Modifica area di svago"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "Area residenziale"
msgid "Edit Residential Landuse"
msgstr "Modifica area residenziale"
msgid "Graveyard"
- msgstr "Cimitero"
+ msgstr "Camposanto (cimitero annesso)"
msgid "Edit Graveyard"
- msgstr "Modifica cimitero"
+ msgstr "Modifica camposanto (cimitero annesso)"
+
+ msgid "shinto"
+ msgstr "shintoista"
msgid "Cemetery"
msgstr "Cimitero"
msgid "Edit Cemetery Landuse"
- msgstr "Modifica area di cimitero (esteso)"
+ msgstr "Modifica cimitero"
msgid "Retail"
- msgstr "Commerciale (negozi)"
+ msgstr "Vendita al dettaglio"
msgid "Edit Retail Landuse"
- msgstr "Modifica area commerciale (negozi)"
+ msgstr "Modifica vendita al dettaglio"
msgid "Commercial"
msgstr "Commerciale (uffici)"
@@@ -20527,10 -21540,10 +21617,10 @@@ msgid "Edit Industrial Landuse
msgstr "Modifica area industriale"
msgid "Garages"
- msgstr "Box per auto"
+ msgstr "Box per auto multipli"
msgid "Edit Garages"
- msgstr "Modifica box per auto"
+ msgstr "Modifica box per auto multipli"
msgid "Railway land"
msgstr "Deposito materiale ferroviario"
@@@ -20577,6 -21590,33 +21667,33 @@@ msgstr "Modifica area di cava/miniera
msgid "Annotation"
msgstr "Annotazione"
+ msgid "Edit Name Information"
+ msgstr "Modifica informazioni sul nome"
+
+ msgid "Alternative name"
+ msgstr "Nome alternativo"
+
+ msgid "Historical name"
+ msgstr "Nome storico"
+
+ msgid "Local name"
+ msgstr "Nome locale"
+
+ msgid "Regional name"
+ msgstr "Nome regionale"
+
+ msgid "National name"
+ msgstr "Nome nazionale"
+
+ msgid "International name"
+ msgstr "Nome internazionale"
+
+ msgid "Official name"
+ msgstr "Nome ufficiale completo"
+
+ msgid "Common name abbreviation"
+ msgstr "Abbreviazione comune del nome"
+
msgid "Edit Address Information"
msgstr "Modifica dati indirizzo"
@@@ -20613,6 -21653,18 +21730,18 @@@ msgstr "pari
msgid "alphabetic"
msgstr "alfabetico"
+ msgid "Accuracy"
+ msgstr "Precisione"
+
+ msgid "actual"
+ msgstr "effettivo"
+
+ msgid "estimate"
+ msgstr "stimato"
+
+ msgid "potential"
+ msgstr "potenziale"
+
msgid "Contact (common schema)"
msgstr "Contatto (schema comune)"
@@@ -20781,21 -21833,50 +21910,50 @@@ msgstr "Percorso generico
msgid "Edit general route"
msgstr "Modifica percorso generico"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "bicicletta"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "autobus"
+
+ msgctxt "route type"
msgid "road"
msgstr "strada"
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "traghetto"
+
+ msgctxt "route type"
msgid "ski"
- msgstr "sci"
+ msgstr "pista da sci"
+ msgctxt "route type"
msgid "foot"
- msgstr "pedone"
+ msgstr "pedonale"
+ msgctxt "route type"
msgid "hiking"
msgstr "escursionismo"
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "tram"
+
+ msgctxt "route type"
msgid "detour"
msgstr "deviazione"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "ferrovia"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "metropolitana"
+
msgid "Symbol description"
msgstr "Descrizione del simbolo"
@@@ -20841,20 -21922,23 +21999,23 @@@ msgstr "punto di fermata diretto
msgid "backward halt point"
msgstr "punto di fermata opposto"
- msgid "Route network"
- msgstr "Rete di itinerari"
+ msgid "Route Network"
+ msgstr "Rete stradale"
- msgid "Edit route network"
- msgstr "Modifica rete di itinerari"
+ msgid "Edit Route Network"
+ msgstr "Modifica rete stradale"
msgid "member"
msgstr "membro"
- msgid "Associated street"
- msgstr "Strada associata"
+ msgid "Associated Street"
+ msgstr "Strada associata (associated street)"
+
+ msgid "Edit Associated Street"
+ msgstr "Modifica strada associata (associated street)"
- msgid "Edit associated street"
- msgstr "Modifica strada associata"
+ msgid "house"
+ msgstr "edificio"
msgid "Street"
msgstr "Strada"
@@@ -20877,7 -21961,7 +22038,7 @@@ msgstr "altro relativo alla strada
msgid "Destination sign"
msgstr "Segnale di indicazione"
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr "Modifica segnale di indicazione"
msgid "Destination written on sign (w/o distance)"
@@@ -20973,18 -22057,27 +22134,27 @@@ msgstr "percorsi che passano sotto il p
msgid "way forming the outline footprint"
msgstr "percorsi che formano l''impronta del perimetro"
- msgid "nodes forming the outline"
- msgstr "nodi che formano il perimetro"
+ msgid "edge ways parallel to ''across''"
+ msgstr "percorsi affiancati paralleli a ''across''"
msgid "ways passing through the tunnel"
msgstr "percorsi che passano attraverso la galleria"
+ msgid "edge ways parallel to ''through''"
+ msgstr "percorsi affiancati paralleli a ''through''"
+
msgid "bridge"
msgstr "ponte"
msgid "deprecated"
msgstr "deprecato"
+ msgid "bicycle"
+ msgstr "bicicletta"
+
+ msgid "foot"
+ msgstr "pedone"
+
msgid "horse"
msgstr "cavallo"
@@@ -20992,10 -22085,13 +22162,13 @@@ msgid "barrier
msgstr "barriera"
msgid "motorroad"
- msgstr "riservata ai veicoli a motore"
+ msgstr "strada riservata ai veicoli a motore"
+
+ msgid "highway.track"
+ msgstr "tracciato"
- msgid "highway_track"
- msgstr "tracciato stradale"
+ msgid "livingdashed"
+ msgstr "living tratteggiata"
msgid "services"
msgstr "area di servizio"
@@@ -21003,11 -22099,11 +22176,11 @@@
msgid "ford"
msgstr "guado"
- msgid "highway_platform"
- msgstr "banchina"
+ msgid "highway.platform"
+ msgstr "banchina stradale"
- msgid "emergency_access_point"
- msgstr "punto di accesso di emergenza"
+ msgid "emergency.access.point"
+ msgstr "colonnina SOS"
msgid "riverbank"
msgstr "argine"
@@@ -21024,11 -22120,14 +22197,14 @@@ msgstr "rapide
msgid "railwaypoint"
msgstr "punto ferroviario"
+ msgid "raildashed"
+ msgstr "ferrovia tratteggiata"
+
msgid "railyard"
msgstr "deposito locomotive"
msgid "otherrail"
- msgstr "altro ferrovia"
+ msgstr "altra ferrovia"
msgid "railover"
msgstr "ferrovia (sopra)"
@@@ -21039,29 -22138,29 +22215,29 @@@ msgstr "vecchia ferrovia
msgid "aeroway"
msgstr "aeroporto"
- msgid "aeroway_dark"
- msgstr "aeroporto (scuro)"
+ msgid "aeroway.dark"
+ msgstr "aeroporto scuro"
- msgid "aeroway_light"
- msgstr "aeroporto (chiaro)"
+ msgid "aeroway.light"
+ msgstr "aeroporto chiaro"
- msgid "piste_easy"
- msgstr "pista_facile"
+ msgid "piste.easy"
+ msgstr "pista facile"
- msgid "piste_intermediate"
- msgstr "pista_intermedia"
+ msgid "piste.intermediate"
+ msgstr "pista intermedia"
- msgid "piste_advanced"
- msgstr "pista_avanzata"
+ msgid "piste.advanced"
+ msgstr "pista avanzata"
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr "pista esperto"
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr "pista libera"
- msgid "piste_novice"
- msgstr "pista_principiante"
+ msgid "piste.novice"
+ msgstr "pista principiante"
msgid "power"
msgstr "elettricità "
@@@ -21081,20 -22180,20 +22257,20 @@@ msgstr "porto turistico
msgid "amenity"
msgstr "struttura di servizio"
- msgid "amenity_traffic"
- msgstr "servizio al traffico"
+ msgid "amenity.traffic"
+ msgstr "struttura di servizio - traffico"
- msgid "amenity_light"
- msgstr "struttura di servizio (chiaro)"
+ msgid "amenity.light"
+ msgstr "struttura di servizio - chiaro"
- msgid "light_water"
- msgstr "acqua (chiaro)"
+ msgid "light.water"
+ msgstr "acqua - chiaro"
msgid "health"
msgstr "salute"
- msgid "shop"
- msgstr "negozio"
+ msgid "office"
+ msgstr "ufficio"
msgid "hotel"
msgstr "hotel"
@@@ -21118,13 -22217,13 +22294,13 @@@ msgid "forest
msgstr "foresta"
msgid "garages"
- msgstr "box per auto"
+ msgstr "box per auto multipli"
msgid "farmyard"
msgstr "aia"
msgid "retail"
- msgstr "area commerciale (negozi)"
+ msgstr "vendita al dettaglio"
msgid "brownfield"
msgstr "ridestinazione d''uso"
@@@ -21168,10 -22267,13 +22344,13 @@@ msgstr "itinerario
msgid "boundary"
msgstr "confine"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "luogo"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr "dati tiger"
msgid "address"
@@@ -21186,9 -22288,6 +22365,6 @@@ msgstr "Insediamento urbano
msgid "One Way"
msgstr "Senso unico"
- msgid "Church"
- msgstr "Chiesa"
-
msgid "Fuel Station"
msgstr "Stazione di rifornimento"
@@@ -21216,6 -22315,9 +22392,9 @@@ msgstr "etichetta bridge su un nodo
msgid "wrong highway tag on a node"
msgstr "etichetta highway errata su un nodo"
+ msgid "wrong crossing tag on a way"
+ msgstr "etichetta crossing errata su un percorso"
+
msgid "Unnamed unclassified highway"
msgstr "Strada non classificata senza nome"
@@@ -21232,7 -22334,7 +22411,7 @@@ msgid "cycleway with tag bicycle
msgstr "cycleway con etichetta bicycle"
msgid "footway with tag foot"
- msgstr "footway con etichetta foot"
+ msgstr "marciapiede con tag foot"
msgid "separate cycleway as lane on a cycleway"
msgstr "cycleway distinta come una corsia su una cycleway"
@@@ -21241,7 -22343,7 +22420,7 @@@ msgid "barrier used on a way
msgstr "barrier utilizzata su un percorso"
msgid "maxspeed used for footway"
- msgstr "maxspeed utilizzata per una footway"
+ msgstr "maxspeed utilizzato per un marciapiede"
msgid "layer tag with + sign"
msgstr "etichetta di livello con simbolo +"
@@@ -21261,11 -22363,41 +22440,41 @@@ msgstr "combinazione di etichette insol
msgid "unusual tag combination (highway & natural)"
msgstr "combinazione di etichette insolita (highway & natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "combinazione di etichette insolita (landuse & building)"
+
+ msgid "unnecessary access key"
+ msgstr "chiave di accesso non necessaria"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "motor_vehicle=yes non necessaria"
+
msgid "natural water used for swimming pool"
- msgstr "natural water utilizzata per swimming pool"
+ msgstr "acqua naturale utilizzata per piscina"
- msgid "incline without highway"
- msgstr "incline senza highway"
+ msgid "numerical key"
+ msgstr "tasto numerico"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "relazione route_master senza route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "power line senza voltage"
+
+ msgid "substation key without power=substation"
+ msgstr "chiave substation senza power=substation"
+
+ msgid "transformer key without power"
+ msgstr "chiave transformer senza power"
+
+ msgid "missing substation=*"
+ msgstr "substation=* mancante"
+
+ msgid "missing transformer=*"
+ msgstr "transformer=* mancante"
+
+ msgid "incline without highway or railway"
+ msgstr "incline senza highway o railway"
msgid "junction without highway"
msgstr "junction senza highway"
@@@ -21276,8 -22408,8 +22485,8 @@@ msgstr "lanes senza highway
msgid "lcn without highway"
msgstr "lcn senza highway"
- msgid "lit without highway"
- msgstr "lit senza highway"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "lit senza highway/railway/piste/parking/platform"
msgid "living_street without highway"
msgstr "living_street senza highway"
@@@ -21289,13 -22421,13 +22498,13 @@@ msgid "median without highway
msgstr "median senza highway"
msgid "motorroad without highway"
- msgstr "motorroad senza highway"
+ msgstr "strada riservata ai veicoli a motore senza highway"
msgid "ntd_id without highway"
msgstr "ntd_id senza highway"
- msgid "oneway without highway"
- msgstr "oneway senza highway"
+ msgid "oneway without highway or railway"
+ msgstr "oneway senza highway o railway"
msgid "sac_scale without highway"
msgstr "sac_scale senza highway"
@@@ -21411,20 -22543,131 +22620,131 @@@ msgstr "canal senza waterway
msgid "have_riverbank without waterway"
msgstr "have_riverbank senza waterway"
- msgid "tunnel without highway/railway/waterway"
- msgstr "tunnel senza highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "tunnel senza highway/railway/waterway/platform/pipeline"
- msgid "bridge without highway/railway/waterway"
- msgstr "bridge senza highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "bridge senza highway/railway/waterway/platform/piste/pipeline"
- msgid "psv without highway/railway/waterway"
- msgstr "psv senza highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psv senza highway/railway/waterway/parking"
msgid "width without physical linear feature"
msgstr "width senza una caratteristica lineare fisica"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "maxspeed senza highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "maxspeed senza highway/railway/traffic_sign/enforcement"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "fence_type senza barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "border_type senza boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "recycling_type senza amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "board_type senza information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "shelter_type senza amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "lamp_type senza highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "map_type senza information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "site_type senza historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "artwork_type senza tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "castle_type senza historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "reservoir_type senza landuse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "bunker_type senza military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "religion senza denomination"
@@@ -21444,8 -22687,58 +22764,58 @@@ msgstr "
"wikipedia-language non fornita, utilizzare ''wikipedia''=''language:page "
"title''"
- msgid "unkown language prefix in wikipedia tag"
- msgstr "prefisso linguistico sconosciuto nell''etichetta wikipedia"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr "prefisso linguistico sconosciuto nella etichetta wikipedia"
+
+ msgid "layer should be between -5 and 5"
+ msgstr "il livello dovrebbe essere compreso tra -5 e 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+ "il livello dovrebbe essere espresso con numeri aventi incrementi opzionali "
+ "di .5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "altezza: è predefinito in metri; il separatore è il punto; se c''è l''unità , "
+ "inserire uno spazio e successivamente l''unità "
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "altezza massima: è predefinito in metri; il separatore è il punto; se c''è "
+ "l''unità , inserire uno spazio e successivamente l''unità "
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "larghezza: è predefinito in metri; il separatore è il punto; se c''è "
+ "l''unità , inserire uno spazio e successivamente l''unità "
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "larghezza massima: è predefinito in metri; il separatore è il punto; se c''è "
+ "l''unità , inserire uno spazio e successivamente l''unità "
+
+ msgid "unusual maxspeed format"
+ msgstr "formato insolito velocità massima"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+ "la tensione dovrebbe essere espressa in volt senza unità /delimitatori/spazi"
+
+ msgid "unusual frequency specification"
+ msgstr "specifica inusuale frequenza"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "scartamento ferroviario inusuale; utilizzare mm senza separatore"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "pendenza inusuale; utilizzare percentule/gradi oppure up/down"
msgid "Landsat"
msgstr "Landsat"
@@@ -21456,24 -22749,30 +22826,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (OpenStreetMap umanitario)"
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "Tracciati GPS OpenStreetMap"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik bianco e nero)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler Heatmap"
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21487,28 -22786,31 +22866,31 @@@ msgid "OpenStreetMap (German Style)
msgstr "OpenStreetMap (stile tedesco)"
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
- msgstr ""
+ msgstr "Cambogia, Laos, Thailandia, Vietnam bilingue"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
- msgstr ""
+ msgstr "AGRI bianco e nero 2.5m"
msgid "Geoimage.at MaxRes"
-msgstr "Geoimage.at MaxRes"
+msgstr ""
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
-msgstr "Graz: Basiskarte (mappa base)"
+msgstr ""
msgid "Tiris: DGM (Terrain model)"
msgstr "Tiris: DGM (modello terreno)"
msgid "Tiris: DOM (Surface model)"
- msgstr ""
+ msgstr "Tiris: DOM (modello superficie)"
msgid "Vienna: Mehrzweckkarte (general purpose)"
-msgstr "Vienna: Mehrzweckkarte (uso generale)"
+msgstr ""
msgid "Vienna: Beschriftungen (annotations)"
msgstr "Vienna: Beschriftungen (annotazioni)"
@@@ -21517,10 -22819,10 +22899,10 @@@ msgid "Vienna: Orthofoto (aerial image)
msgstr "Vienna: Ortofoto (immagini aeree)"
msgid "VoGIS: Echtfarbenbild 2012 (12cm)"
- msgstr ""
+ msgstr "VoGIS: Echtfarbenbild 2012 (12cm)"
msgid "VoGIS: Flächenwidmungsplan"
- msgstr ""
+ msgstr "VoGIS: Flächenwidmungsplan"
msgid "VoGIS: DGM (Terrain model)"
msgstr "VoGIS: DGM (modello terreno)"
@@@ -21541,10 -22843,10 +22923,10 @@@ msgid "British Columbia Mosaic
msgstr "Mosaico Columbia Britannica"
msgid "Czech CUZK:KM"
- msgstr ""
+ msgstr "Ceco CUZK:KM"
msgid "Czech UHUL:ORTOFOTO"
- msgstr ""
+ msgstr "Ceco UHUL:ORTOFOTO"
msgid "Fugro (Denmark)"
msgstr "Fugro (Danimarca)"
@@@ -21565,28 -22867,28 +22947,28 @@@ msgid "Estonia Multi (Maaamet)
msgstr "Estonia Multi (Maaamet)"
msgid "CRAIG - Auvergne 2009/2010 - 30 cm"
- msgstr ""
+ msgstr "CRAIG - Auvergne 2009/2010 - 30 cm"
msgid "CRAIG - Moulins 2009 - 15 cm"
- msgstr ""
+ msgstr "CRAIG - Moulins 2009 - 15 cm"
msgid "CRAIG - Montluçon 2009 - 15 cm"
- msgstr ""
+ msgstr "CRAIG - Montluçon 2009 - 15 cm"
msgid "CRAIG - Vichy 2009 - 15 cm"
msgstr "CRAIG - Vichy 2009 - 15 cm"
msgid "CRAIG - Le Puy 2010 - 15 cm"
- msgstr ""
+ msgstr "CRAIG - Le Puy 2010 - 15 cm"
msgid "CRIGE PACA Alpes-Maritimes 2009 - 40 cm"
- msgstr ""
+ msgstr "CRIGE PACA Alpes-Maritimes 2009 - 40 cm"
msgid "Géobretagne - Brest 2010 - 10 cm"
- msgstr ""
+ msgstr "Géobretagne - Brest 2010 - 10 cm"
msgid "Géobretagne - Morbihan 2010"
- msgstr ""
+ msgstr "Géobretagne - Morbihan 2010"
msgid "Géolittoral - Orthophotos 2000"
msgstr "Géolittoral - ortofoto 2000"
@@@ -21601,10 -22903,10 +22983,10 @@@ msgid "Loire-Atlantique - Orthophotos 2
msgstr "Loire-Atlantique - ortofoto 2012 - 20 cm"
msgid "Toulouse - Orthophotoplan 2011"
- msgstr ""
+ msgstr "Tolosa - Orthophotoplan 2011"
msgid "Toulouse - Orthophotoplan 2007"
- msgstr ""
+ msgstr "Tolosa - Orthophotoplan 2007"
msgid "Tours - Orthophotos 2008-2010"
msgstr "Tours - ortofoto 2008-2010"
@@@ -21616,12 -22918,14 +22998,14 @@@ msgid "
"Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Orthophotos 1999 "
"- 1 m"
msgstr ""
+ "Vercors - Réserve naturelle des Hauts-Plateaux du Vercors - Ortofoto 1999 - "
+ "1 m"
msgid "Streets NRW Geofabrik.de"
- msgstr ""
+ msgstr "Strade NRW Geofabrik.de"
msgid "Hike & Bike"
- msgstr ""
+ msgstr "Hike & Bike"
msgid "OpenStreetMap (Sorbian Language)"
msgstr "OpenStreetMap (lingua soraba)"
@@@ -21644,20 -22948,45 +23028,45 @@@ msgstr "Baviera (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stoccarda (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Foto aeree Erlangen 2013 (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Foto aeree Erlangen 2011 (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+ "Vecchia mappa di Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+ "Vecchia mappa di Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (Haiti)"
msgid "Ireland British War Office One-Inch 1941-43 GSGS 4136"
- msgstr ""
+ msgstr "Irlanda Britannica War Office Un pollice 1941-43 GSGS 4136"
msgid "Ireland Bartholomew Quarter-Inch 1940"
- msgstr ""
+ msgstr "Irlanda Bartholomew Un quarto di pollice 1940"
msgid "Ireland EEA GMES Urban Atlas"
- msgstr ""
+ msgstr "Irlanda EEA GMES Urban Atlas"
msgid "Ireland EEA CORINE 2006"
- msgstr ""
+ msgstr "Irlanda EEA CORINE 2006"
msgid "Lodi - Italy"
msgstr "Lodi - Italia"
@@@ -21687,10 -23016,10 +23096,10 @@@ msgid "ORT10LT (Lithuania)
msgstr "ORT10LT (Lituania)"
msgid "Niger Delta Oct 2012 Landsat"
- msgstr ""
+ msgstr "Niger Delta Ott 2012 Landsat"
msgid "Pangasinán/Bulacan (Phillipines HiRes)"
- msgstr ""
+ msgstr "Pangasinán/Bulacan (Phillipines HiRes)"
msgid "ScanEx IRS"
msgstr "ScanEx IRS"
@@@ -21699,25 -23028,25 +23108,25 @@@ msgid "ScanEx SPOT
msgstr "ScanEx SPOT"
msgid "Freemap.sk Car"
- msgstr ""
+ msgstr "Freemap.sk Car"
msgid "Freemap.sk Hiking"
- msgstr ""
+ msgstr "Freemap.sk Hiking"
msgid "Freemap.sk Cyclo"
- msgstr ""
+ msgstr "Freemap.sk Cyclo"
msgid "Freemap.sk Ski"
- msgstr ""
+ msgstr "Freemap.sk Sci"
msgid "Katastrálna mapa Slovenska (KaPor, 2010-04)"
- msgstr ""
+ msgstr "Katastrálna mapa Slovenska (KaPor, 2010-04)"
msgid "Katastrálna mapa Slovenska (KaPor, 2011-05)"
- msgstr ""
+ msgstr "Copy text \t Katastrálna mapa Slovenska (KaPor, 2011-05)"
msgid "Slovakia EEA GMES Urban Atlas"
- msgstr ""
+ msgstr "Slovacchia EEA GMES Urban Atlas"
msgid "Slovakia EEA CORINE 2006"
msgstr "Slovacchia EEA CORINE 2006"
@@@ -21741,52 -23070,52 +23150,52 @@@ msgid "GRAFCAN - Canary Islands
msgstr "GRAFCAN - Isole Canarie"
msgid "ITACyL - Castile and León"
- msgstr ""
+ msgstr "Copy text \t ITACyL - Castile and León"
msgid "IDEIB - Balearic Islands"
msgstr "IDEIB - Isole Balerari"
msgid "Kanton Aargau 25cm (AGIS 2011)"
- msgstr ""
+ msgstr "Kanton Aargau 25cm (AGIS 2011)"
msgid "Stadt Uster Orthophoto 2008 10cm"
- msgstr ""
+ msgstr "Stadt Uster Orthophoto 2008 10cm"
msgid "Stadtplan Zürich"
- msgstr ""
+ msgstr "Stadtplan Zurigo"
msgid "Kanton Solothurn 12.5cm (SOGIS 2007)"
- msgstr ""
+ msgstr "Kanton Solothurn 12.5cm (SOGIS 2007)"
msgid "Kanton Solothurn 12.5cm (SOGIS 2011)"
- msgstr ""
+ msgstr "Kanton Solothurn 12.5cm (SOGIS 2011)"
msgid "Kanton Solothurn Infrarot 12.5cm (SOGIS 2011)"
- msgstr ""
+ msgstr "Kanton Solothurn Infrarot 12.5cm (SOGIS 2011)"
msgid "Canton de Génève 5cm (SITG 2011)"
msgstr "Cantone di Ginevra 5cm (SITG 2011)"
msgid "Canton de Neuchâtel 50cm (SITN 2006)"
- msgstr ""
+ msgstr "Canton de Neuchâtel 50cm (SITN 2006)"
msgid "Canton du Jura 50cm (RCJU 1998)"
- msgstr ""
+ msgstr "Canton du Jura 50cm (RCJU 1998)"
msgid "Canton de Fribourg 50cm (2005)"
msgstr "Cantone di Friburgo 50cm (2005)"
msgid "Stadt Bern 10cm/25cm (2008)"
- msgstr ""
+ msgstr "Stadt Bern 10cm/25cm (2008)"
msgid "HEIG-VD / Orthophoto Yverdon-les-Bains 25cm (2007)"
- msgstr ""
+ msgstr "HEIG-VD / Orthophoto Yverdon-les-Bains 25cm (2007)"
msgid "Ville de Nyon - Orthophoto 2010 HD 5cm/pi"
- msgstr ""
+ msgstr "Ville de Nyon - Ortofoto 2010 HD 5cm/pi"
msgid "Cartoriviera - Orthophoto 2012"
- msgstr ""
+ msgstr "Cartoriviera - Ortofoto 2012"
msgid "SIGIP - Orthophoto 2012"
msgstr "SIGIP - Ortofoto 2012"
@@@ -21795,28 -23124,31 +23204,31 @@@ msgid "Lausanne - Orthophoto technique
msgstr "Losanna - Ortofoto tecniche 2012"
msgid "MSR Maps Topo"
- msgstr ""
+ msgstr "MSR Maps Topo"
msgid "MSR Maps Urban"
msgstr "MSR Mappe Urbane"
msgid "USGS Scanned Topographic Maps"
- msgstr ""
+ msgstr "USGS Mappe topografiche scansionate"
msgid "USGS Large Scale Imagery"
- msgstr ""
+ msgstr "USGS Immagini larga scala"
msgid "OSM US TIGER 2012 Roads Overlay"
- msgstr ""
+ msgstr "Copy text \t OSM US TIGER 2012 Overlay strade"
+
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "Strade TIGER nuove & disallineate (TIGER 2013)"
msgid "OSM - Tiger Edited Map"
- msgstr ""
+ msgstr "OSM - Mappa Tiger modificata"
msgid "MassGIS L3 Parcels"
- msgstr ""
+ msgstr "MassGIS L3 Parcelle"
msgid "NC 2010 Orthoimagery"
- msgstr ""
+ msgstr "NC 2010 Orthoimagery"
msgid "Ukraine - Orthophotomaps 2012"
msgstr "Ucraina - Ortofoto 2012"
@@@ -21825,34 -23157,67 +23237,67 @@@ msgid "7th Series (OS7)
msgstr "7° serie (OS7)"
msgid "OS New Popular Edition historic"
- msgstr ""
+ msgstr "OS Nuova edizione storica popolare"
msgid "OS OpenData StreetView"
msgstr "OS OpenData StreetView"
msgid "OS OpenData Locator"
- msgstr ""
+ msgstr "OS OpenData Locator"
msgid "Surrey Air Survey"
- msgstr ""
+ msgstr "Surrey Sorvolo aereo"
msgid "NLS - OS 6-inch Scotland 1842-82"
- msgstr ""
+ msgstr "NLS - OS 6 pollici Scozia 1842-82"
msgid "NLS - OS 1:25k 1st Series 1937-61"
- msgstr ""
+ msgstr "NLS - OS 1:25k 1° serie 1937-61"
msgid "NLS - OS 1-inch 7th Series 1955-61"
- msgstr ""
+ msgstr "NLS - OS 1-inch 7° serie 1955-61"
msgid "OS 1:25k historic (OSM)"
- msgstr ""
+ msgstr "Copy text \t OS 1:25k storica (OSM)"
msgid "OS Scottish Popular historic"
- msgstr ""
+ msgstr "OS Scottish Popular historic"
msgid "NLS - Bartholomew Half Inch, 1897-1907"
- msgstr ""
+ msgstr "NLS - Bartholomew Mezzo pollice, 1897-1907"
+
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "Piani di città OS, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "Esportazione OSM"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Esporta i dati del traffico su un file di rete SUMO"
+
+ msgid "SUMO Export"
+ msgstr "Esportazione SUMO"
+
+ msgid "Export"
+ msgstr "Esporta"
+
+ msgid "Port:"
+ msgstr "Porta:"
+
+ msgid "refresh the port list"
+ msgstr "aggiorna l''elenco delle porte"
+
+ msgid "Configure"
+ msgstr "Configura"
+
+ msgid "Connection Error."
+ msgstr "Errore di connessione."
+
+ msgid "configure the connected DG100"
+ msgstr "configura il DG100 collegato"
+
+ msgid "delete data after import"
+ msgstr "elimina i dati dopo l''importazione"
msgid "Columbus V-900 CSV Files"
msgstr "File CSV Columbus V-900"
@@@ -21861,7 -23226,7 +23306,7 @@@ msgid "Importing CSV file ''%s''...
msgstr "Importazione del file CSV ''%s''..."
msgid "Markers of "
- msgstr "Marcatori di "
+ msgstr "Contrassegni di "
msgid "Show summary after import"
msgstr "Visualizza riepilogo dopo l''importazione"
@@@ -21962,7 -23327,7 +23407,7 @@@ msgid "
"Error occurred while parsing gpx file {0}. Only a part of the file will be "
"available."
msgstr ""
- "E'' stato generato un errore durante l''analisi del file gpx {0}. Sarà "
+ "à stato generato un errore durante l''analisi del file gpx {0}. Sarà "
"disponibile soltanto una parte del file."
msgid "Invalid URL {0}"
@@@ -21991,7 -23356,7 +23436,7 @@@ msgstr "
msgid "Trackable (only shared as anonymous, ordered points with timestamps)"
msgstr ""
- "Tracciabile (condiviso solo come punti anonimi, ordinati con marcature "
+ "Tracciabile (condiviso solo come punti anonimi, ordinati con marche "
"temporali)"
msgid ""
@@@ -21999,7 -23364,7 +23444,7 @@@
"timestamps)"
msgstr ""
"Identificabile (mostrato nella lista dei tracciati e come punti "
- "identificabili, ordinati con marcature temporali)"
+ "identificabili, ordinati con marche temporali)"
msgid "Upload Trace"
msgstr "Carica tracciato"
@@@ -22069,6 -23434,18 +23514,18 @@@ msgstr "Visualizza il profilo altimetri
msgid "Elevation Profile"
msgstr "Profilo altimetrico"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Livello griglia altitudine (sperimentale!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Visualizza livello griglia altitudine"
+
+ msgid "Elevation Grid"
+ msgstr "Gliglia altitudine"
+
+ msgid "No SRTM data"
+ msgstr "Nessun dato SRTM"
+
msgid "Open the elevation profile window."
msgstr "Apri la finestra del profilo altimetrico."
@@@ -22090,14 -23467,8 +23547,8 @@@ msgstr "Aumento
msgid "Time"
msgstr "Tempo"
- msgid "Geoid"
- msgstr "Geoide"
-
- msgid "Automatic"
- msgstr "Automatico"
-
- msgid "Fixed value"
- msgstr "Valore corretto"
+ msgid "Tracks"
+ msgstr "Tracciati"
msgid "Elevation profile for track ''{0}''."
msgstr "Profilo altimetrico per il tracciato ''{0}''."
@@@ -22372,10 -23743,13 +23823,13 @@@ msgstr "Seleziona indirizzi incompleti
msgid "Selects all addresses with incomplete data."
msgstr "Seleziona tutti gli indirizzi con dati incompleti."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Utilizzare l''etichetta 'addr:street' oppure 'addr:place'"
+
msgid "House Number Editor"
msgstr "Editor numeri civici"
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr "Incremento numero civico:"
msgid "Updating properties of up to {0} object"
@@@ -22395,7 -23769,7 +23849,7 @@@ msgid "
"image projection.<br>(It can be changed later from the right click menu of "
"the image layer.)"
msgstr ""
- "Non è stato trovato alcun file di proiezione (.prj).<br>E'' possibile "
+ "Non è stato trovato alcun file di proiezione (.prj).<br>à possibile "
"scegliere la proiezione predefinita dell''immagine ({0}) oppure la "
"proiezione corrente di JOSM ({1}) come proiezione originale "
"dell''immagine.<br>(Può essere cambiata successivamente cliccando con il "
@@@ -22455,7 -23829,7 +23909,7 @@@ msgid "apply {0}
msgstr "applica {0}"
msgid "There is something wrong in the value near:"
- msgstr "E'' presente qualche errore nel valore vicino a:"
+ msgstr "Ã presente qualche errore nel valore vicino a:"
msgid "Info: {0}"
msgstr "Informazioni: {0}"
@@@ -22589,8 -23963,8 +24043,8 @@@ msgstr "Erano attesi numeri dispari pe
msgid "Expected even numbers for addresses"
msgstr "Erano attesi numeri pari per gli indirizzi"
- msgid "Expected valid number for address increment"
- msgstr "Era atteso un numero valido per l''incremento dell''indirizzo"
+ msgid "Expected valid number for increment"
+ msgstr "E'' atteso un numero valido per l''incremento"
msgid "Country code must be 2 letters"
msgstr "Il codice della nazione deve essere composto da 2 lettere"
@@@ -22921,7 -24295,7 +24375,7 @@@ msgstr "
" <li><b>Allinea i segmenti.</b> Premere <b><i><span "
"style=\"color:green\">{0}</span></i></b>. In alternativa ci sarà il comando "
"sotto il menu <b>Strumenti</b>\n"
- " oppure potrebbe essere necessario posizionare questa azione sulla <b>barra "
+ " oppure potrebbe essere necessario posizionare quest''azione sulla <b>barra "
"degli strumenti</b>.\n"
" </li>\n"
"</ul>\n"
@@@ -22975,15 -24349,6 +24429,6 @@@ msgstr "Numero civico:
msgid "Street Name:"
msgstr "Nome della strada:"
- msgid "Increment"
- msgstr "Incrementa"
-
- msgid "Decrement"
- msgstr "Decrementa"
-
- msgid "Numbers:"
- msgstr "Numeri:"
-
msgid "Big buildings mode"
msgstr "Modalità grandi edifici"
@@@ -23019,7 -24384,7 +24464,7 @@@ msgid "Buildings width:
msgstr "Larghezza edifici:"
msgid "Length step:"
- msgstr "Passo di lunghezza:"
+ msgstr "Lunghezza del passo:"
msgid "Advanced..."
msgstr "Avanzate..."
@@@ -23179,6 -24544,9 +24624,9 @@@ msgstr "Disabilita il ritaglio dellâi
msgid "Use \"Tableau d''assemblage\""
msgstr "Utilizza \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "Sostituisci la tonalità di grigi solo dal colore bianco"
+
msgid "Select first WMS layer in list."
msgstr "Seleziona il primo livello WMS della lista."
@@@ -23199,12 -24567,6 +24647,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "alto"
-
- msgid "medium"
- msgstr "medio"
-
msgid "symbol"
msgstr "simbolo"
@@@ -23247,8 -24609,8 +24689,8 @@@ msgstr "
"href=\"http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.htm"
"l\"> "
"http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.html</a> "
- "<BR>prima di effettuare qualsiasi caricamento di dati creati da questa "
- "estensione."
+ "<BR>prima di effettuare qualsiasi caricamento di dati creati da "
+ "quest''estensione."
msgid "<html>Value of key \"source\" when autosourcing is enabled</html>"
msgstr ""
@@@ -23359,6 -24721,11 +24801,11 @@@ msgstr "
"Aggiungi il \"Tableau(x) d''assemblage\" nella lista dei fogli catastali da "
"trascinare."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "Sostituisci la scala di grigi dal colore bianco (file più piccoli e poco "
+ "utilizzo della memoria)"
+
msgid "Display crosspieces:"
msgstr "Mostra trasversali:"
@@@ -23381,6 -24748,9 +24828,9 @@@ msgid "Enable this to use the tag \"add
msgstr ""
"Seleziona questo per utilizzare l''etichetta \"add:street\" sui nodi."
+ msgid "Unexpected file extension. {0}"
+ msgstr "Estensione del file inaspettata. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "Aggiungere \"source=...\" agli elementi?"
@@@ -23468,7 -24838,7 +24918,7 @@@ msgid "
"This image contains georeference data.\n"
"Do you want to use them ?"
msgstr ""
- "Questa immagine contiene dei dati di georeferenziazione.\n"
+ "Quest''immagine contiene dei dati di georeferenziazione.\n"
"Si desidera utilizzarli?"
msgid "Load layer from cache"
@@@ -23489,8 -24859,8 +24939,8 @@@ msgstr "
msgid ""
"Selected file {0} is not a cache file from this plugin (invalid extension)"
msgstr ""
- "Il file selezionato {0} non è un file di cache proveniente da questa "
- "estensione JOSM (estensione del file non valida)"
+ "Il file selezionato {0} non è un file di cache proveniente da "
+ "quest''estensione JOSM (estensione del file non valida)"
msgid "The location {0} is already on screen. Cache not loaded."
msgstr "La posizione {0} è già sullo schermo. Cache non caricata."
@@@ -23603,10 -24973,10 +25053,10 @@@ msgid "Set {0} Lambert coordinates
msgstr "Imposta {0} coordinate di Lambert"
msgid "Click second corner for image cropping"
- msgstr "Cliccare il secondo angolo per il ritaglio dell''immagine"
+ msgstr "Clicca il secondo angolo per il ritaglio dell''immagine"
msgid "Click second Lambert crosspiece for georeferencing"
- msgstr "Cliccare la seconda traversa di Lambert per la georeferenziazione"
+ msgstr "Clicca la seconda traversa di Lambert per la georeferenziazione"
msgid "Adjust WMS"
msgstr "Regola WMS"
@@@ -23620,7 -24990,7 +25070,7 @@@ msgid "
"More than one WMS layer present\n"
"Select one of them first, then retry"
msgstr ""
- "E'' presente più di un livello WMS\n"
+ "à presente più di un livello WMS\n"
"Selezionare prima uno di questi, e poi riprovare"
msgid "Reset offset"
@@@ -23635,11 -25005,14 +25085,14 @@@ msgstr "Livello WMS ({0}), {1} tassell
msgid "Is not vectorized."
msgstr "Non è vettorializzato"
- msgid "Raster size: {0}"
- msgstr "Dimensioni raster: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Rettangolo di selezione: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "Dimensioni immagine (px): {0}/{1}"
msgid "Is vectorized."
- msgstr "E'' stato vettorializzato"
+ msgstr "Ã stato vettorializzato"
msgid "Commune bbox: {0}"
msgstr "Riquadro del comune: {0}"
@@@ -23689,7 -25062,7 +25142,7 @@@ msgstr "Elimina lo schema selezionato n
msgid "Color Schemes"
msgstr "Schemi di colore"
- msgid "Adress"
+ msgid "Address"
msgstr "Indirizzo"
msgid "Split area"
@@@ -23732,7 -25105,7 +25185,7 @@@ msgid "Download OSM data along the sele
msgstr "Scarica i dati OSM lungo i percorsi selezionati."
msgid "Download Along"
- msgstr "Scarica Lungo"
+ msgstr "Scarica lungo"
msgid "Please select 1 or more ways to download along"
msgstr "Selezionare 1 o più percorsi"
@@@ -23919,27 -25292,9 +25372,9 @@@ msgstr "Disabilita il log dei dati se l
msgid "Unknown logFormat"
msgstr "Formato del log sconosciuto"
- msgid "Port:"
- msgstr "Porta:"
-
- msgid "refresh the port list"
- msgstr "aggiorna l''elenco delle porte"
-
- msgid "Configure"
- msgstr "Configura"
-
msgid "Configure Device"
msgstr "Configura dispositivo"
- msgid "Connection Error."
- msgstr "Errore di connessione."
-
- msgid "configure the connected DG100"
- msgstr "configura il DG100 collegato"
-
- msgid "delete data after import"
- msgstr "elimina i dati dopo l''importazione"
-
msgid "Importing data from device."
msgstr "Importazione dei dati dal dispositivo."
@@@ -24488,8 -25843,8 +25923,8 @@@ msgid "
"A layer has been added with a calibration geometry. Hide data layers,\n"
"find the corresponding feature on the imagery layer and move it accordingly."
msgstr ""
- "E'' stato aggiunto un livello con una geometria di calibrazione. Nascondere "
- "i livelli dei dati,\n"
+ "Ã stato aggiunto un livello con una geometria di calibrazione. Nascondere i "
+ "livelli dei dati,\n"
"trovare la caratteristica corrispondente sul livello delle immagini aeree e "
"spostarlo di conseguenza."
@@@ -24708,7 -26063,7 +26143,7 @@@ msgid "
"Resulting layer is to be saved as .osm and sent to Komzpa (me at komzpa.net) "
"with [irs rectify] in subject."
msgstr ""
- "Questa opzione crea il livello di regolazione IRS ed alcune altre cose al "
+ "Quest''opzione crea il livello di regolazione IRS ed alcune altre cose al "
"suo interno. Prima bisogna regolare la posizione del livello WMs.\n"
"Il livello risultante deve essere salvato come .osm ed inviato a Komzpa "
"(me at komzpa.net) con [irs rectify] come oggetto."
@@@ -24854,7 -26209,7 +26289,7 @@@ msgid "Lakewalker trace
msgstr "Traccia Lakewalker"
msgid "An unknown error has occurred"
- msgstr "E'' stato generato un errore sconosciuto"
+ msgstr "Ã stato generato un errore sconosciuto"
msgid "east"
msgstr "est"
@@@ -25119,9 -26474,35 +26554,35 @@@ msgstr "Unisci le sovrapposizioni dei p
msgid "Merge Overlap (combine)"
msgstr "Unisci sovrapposizioni (combina)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Una relazione di appartenenza basata su un ruolo è stata copiata su "
+ "tutte le nuove strade<br>Verificare l''operazione e correggere dove "
+ "necessario.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Una relazione di appartenenza è stata copiata su tutte le nuove "
+ "strade<br>Verificare l''operazione e correggere dove necessario.</html>"
+
msgid "Split way"
msgstr "Dividi percorso"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Inserire una chiave per l''etichetta, es. "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Inserire un valore per l''etichetta, es. <strong><tt>controllare i "
+ "membri</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Divieto di svolta a sinistra Michigan"
@@@ -25158,7 -26539,7 +26619,7 @@@ msgstr "Scarica da copia OSM...
msgid "This XAPI query seems to be invalid, please doublecheck"
msgstr ""
- "Questa interrogazione XAPI sembra non essere valida, si prega di verificarla"
+ "Quest''interrogazione XAPI sembra non essere valida, si prega di verificarla"
msgid "Object type: "
msgstr "Tipo di oggetto: "
@@@ -25305,8 -26686,7 +26766,7 @@@ msgstr "Cifra i dati con le credenzial
msgid "The native password manager plugin detected {0} on your system."
msgstr ""
- "E'' stato individuato sul proprio sistema il gestore nativo delle password "
- "{0}."
+ "Ã stato individuato sul proprio sistema il gestore nativo delle password {0}."
msgid "Days without mapping: {0}."
msgstr "Giorni senza mappatura: {0}"
@@@ -25400,7 -26780,7 +26860,7 @@@ msgid "
"Please click on <strong>Download list</strong> to download and display a "
"list of available modules."
msgstr ""
- "Si prega di premere su <strong>Scarica lista</strong> per scaricare e "
+ "Si prega di cliccare su <strong>Scarica lista</strong> per scaricare e "
"visualizzare una lista dei moduli disponibili."
msgid ""
@@@ -25491,7 -26871,7 +26951,7 @@@ msgid "
msgstr ""
"Un gestore speciale di vari portali Open Data<br/><br/>Si prega di leggere i "
"termini e le condizioni di utilizzo di ciascun portale<br/>prima di "
- "pubblicare i dati caricati da questa estensione."
+ "pubblicare i dati caricati da quest''estensione."
msgid "General settings"
msgstr "Impostazioni generali"
@@@ -25637,35 -27017,35 +27097,35 @@@ msgid "
"Skipping download."
msgstr ""
"Attenzione: impossibile scaricare il modulo ''{0}''. Il suo indirizzo è "
- "sconosciuto. Salto lo scaricamento."
+ "sconosciuto. Tralascio lo scaricamento."
msgid ""
"Warning: Cannot download module ''{0}''. Its download link ''{1}'' is not a "
"valid URL. Skipping download."
msgstr ""
"Attenzione: impossibile scaricare il modulo ''{0}''. Il suo indirizzo URL "
- "''{1}'' non è valido. Salto lo scaricamento."
+ "''{1}'' non è valido. Tralascio lo scaricamento."
msgid "Downloading Module {0}..."
msgstr "Scaricamento del modulo {0}..."
msgid "An error occurred in module {0}"
- msgstr "E'' stato generato un errore nel modulo {0}"
+ msgstr "Ã stato generato un errore nel modulo {0}"
msgid "Last module update more than {0} days ago."
msgstr "L''ultimo aggiornamento del modulo risale a più di {0} giorni fa."
msgid "Click to update the activated modules"
- msgstr "Cliccare per aggiornare i moduli attivati"
+ msgstr "Clicca per aggiornare i moduli attivati"
msgid "Click to skip updating the activated modules"
- msgstr "Cliccare per saltare l''aggiornamento dei moduli attivati"
+ msgstr "Clicca per tralasciare l''aggiornamento dei moduli attivati"
msgid ""
"Skipping module update after elapsed update interval. Automatic update at "
"startup is disabled."
msgstr ""
- "Salto l''aggiornamento dei moduli dopo che è trascorso l''intervallo di "
+ "Tralascio l''aggiornamento dei moduli dopo che è trascorso l''intervallo di "
"aggiornamento. L''aggiornamento automatico all''avvio è disabilitato."
msgid ""
@@@ -25726,13 -27106,13 +27186,13 @@@ msgid "Disable module
msgstr "Disabilita modulo"
msgid "Click to delete the module ''{0}''"
- msgstr "Cliccare per eliminare il modulo ''{0}''"
+ msgstr "Clicca per eliminare il modulo ''{0}''"
msgid "Keep module"
msgstr "Mantieni modulo"
msgid "Click to keep the module ''{0}''"
- msgstr "Cliccare per mantenere il modulo ''{0}''"
+ msgstr "Clicca per mantenere il modulo ''{0}''"
msgid "Warning: failed to delete outdated module ''{0}''."
msgstr "Attenzione: è fallita l''eliminazione del modulo antiquato ''{0}''."
@@@ -25742,15 -27122,15 +27202,15 @@@ msgid "
"installation. JOSM is still going to load the old module version."
msgstr ""
"Attenzione: è fallita l''installazione del modulo ''{0}'' già scaricato. "
- "Salto l''installazione. JOSM continuerà a caricare la vecchia versione del "
- "modulo."
+ "Tralascio l''installazione. JOSM continuerà a caricare la vecchia versione "
+ "del modulo."
msgid ""
"Warning: failed to install module ''{0}'' from temporary download file "
"''{1}''. Renaming failed."
msgstr ""
"Attenzione: è fallita l''installazione del modulo ''{0}'' dal file "
- "temporaneo ''{1}''. E'' fallita la rinominazione."
+ "temporaneo ''{1}''. Ã fallita la rinominazione."
msgid ""
"Do not ask again and remember my decision (go to Preferences->Modules to "
@@@ -25770,8 -27150,8 +27230,8 @@@ msgstr "<b>Modulo fornito da una sorgen
msgid "Failed to create module information from manifest for module ''{0}''"
msgstr ""
- "E'' fallita la creazione delle informazioni sul modulo a partire dal "
- "manifest per il modulo ''{0}''"
+ "Ã fallita la creazione delle informazioni sul modulo a partire dal manifest "
+ "per il modulo ''{0}''"
msgid "Illegal entry in module list."
msgstr "Voce non valida nella lista dei moduli."
@@@ -25786,7 -27166,7 +27246,7 @@@ msgid "
"Warning: Failed to scan file ''{0}'' for module information. Skipping."
msgstr ""
"Attenzione: è fallita l''analisi del file ''{0}'' per le informazioni del "
- "modulo. Salto."
+ "modulo. Tralascio."
msgid "Processing module site cache icon files..."
msgstr "Elaborazione dei file di cache dell''icona sul sito del modulo..."
@@@ -25817,8 -27197,8 +27277,8 @@@ msgid "
"Failed to parse module list document from site ''{0}''. Skipping site. "
"Exception was: {1}"
msgstr ""
- "E'' fallita l''analisi del documento sulla lista dei moduli dal sito "
- "''{0}''. Salto il sito. L''eccezione è stata: {1}"
+ "Ã fallita l''analisi del documento sulla lista dei moduli dal sito ''{0}''. "
+ "Tralascio il sito. L''eccezione è stata: {1}"
msgid "Processing module list from site ''{0}''"
msgstr "Elaborazione della lista dei moduli dal sito ''{0}''"
@@@ -25835,30 -27215,26 +27295,26 @@@ msgid "
"new server? (Strongly recommended)</html>"
msgstr ""
"<html>L''estensione openstreetbugs sta utilizzando il vecchio server "
- "appspot.com.<br>E'' disponibile un nuovo server su schokokeks.org.<br>Si "
- "vuole migrare al nuovo server? (Fortemente consigliato)</html>"
+ "appspot.com.<br>Ã disponibile un nuovo server su schokokeks.org.<br>Si vuole "
+ "migrare al nuovo server? (Fortemente consigliato)</html>"
msgid "Switch to new openstreetbugs server?"
msgstr "Migrare sul nuovo server openstreetbugs?"
msgid "Unknown Host: %s - Possibly there is no connection to the Internet."
msgstr ""
- "Host sconosciuto: %s - E'' possibile che non ci sia una connessione a "
- "Internet."
+ "Host sconosciuto: %s - Ã possibile che non ci sia una connessione a Internet."
msgid ""
"<html>The selected data contains data from OpenStreetBugs.<br>You cannot "
"upload this data. Maybe you have selected the wrong layer?"
msgstr ""
"<html>I dati selezionati contengono riferimenti provenienti da "
- "OpenStreetBugs.<br>Non si possono caricare questi dati. E'' possibile che "
- "sia stato selezionato un livello sbagliato?"
+ "OpenStreetBugs.<br>Non si possono caricare questi dati. Ã possibile che sia "
+ "stato selezionato un livello sbagliato?"
msgid "An error occurred: {0}"
- msgstr "E'' stato generato un errore: {0}"
-
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Impossibile creare una nuova segnalazione. Risultato: {0}"
+ msgstr "Ã stato generato un errore: {0}"
msgid "Process queue"
msgstr "Elabora coda"
@@@ -25916,18 -27292,6 +27372,6 @@@ msgstr "
msgid "Close: "
msgstr "Chiudi: "
- msgid "New issue"
- msgstr "Nuova segnalazione"
-
- msgid "Create issue"
- msgstr "Crea segnalazione"
-
- msgid "Describe the problem precisely"
- msgstr "Descrivere il problema in modo preciso"
-
- msgid "Create: "
- msgstr "Crea: "
-
msgid "Open in browser"
msgstr "Apri nel browser"
@@@ -25996,7 -27360,7 +27440,7 @@@ msgid "Invalid changeset id: {0}
msgstr "ID non valido per il gruppo di modifiche: {0}"
msgid "Invalid timestamp: {0}"
- msgstr "Marcatura temporale non valida: {0}"
+ msgstr "Marca temporale non valida: {0}"
msgid "Invalid DenseNodes key/values table"
msgstr "Tabella chiave/valori DenseNodes non valida"
@@@ -26068,7 -27432,7 +27512,7 @@@ msgid "Single segments
msgstr "Segmenti singoli"
msgid "Orthogonal shapes"
- msgstr "Forme ortogonali"
+ msgstr "Figure ortogonali"
msgid "Import settings"
msgstr "Importa le impostazioni"
@@@ -26283,6 -27647,28 +27727,28 @@@ msgstr "Test fallito: impossibile legge
msgid "Test failed: Could not write mtime."
msgstr "Test fallito: impossibile scrivere mtime."
+ msgid "Adjust photos"
+ msgstr "Regola foto"
+
+ msgid "Move and position photos"
+ msgstr "Sposta e posiziona foto"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+ "Cliccare e trascinare la foto oppure shift+click per posizionare la foto."
+
+ msgid "Please load some photos."
+ msgstr "Si prega di caricare alcune foto."
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "Commuta l''anteprima dell''immagine"
+
+ msgid "New layer for untagged images"
+ msgstr "Nuovo livello per immagini non etichettate"
+
+ msgid "Untagged Images"
+ msgstr "Immagini non etichettate"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Si desidera salvare la calibrazione corrente del livello {0}?"
@@@ -26438,9 -27824,14 +27904,14 @@@ msgstr "Niente negli appunti
msgid "The clipboard data is not an image"
msgstr "I dati contenuti negli appunti non sono un''immagine"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Attenzione: fallita la gestione del file zip ''{0}''. L''eccezione è stata: "
+ "{1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
- "E'' stato trovato un file di calibrazione associato all''immagine: {0}\n"
+ "Ã stato trovato un file di calibrazione associato all''immagine: {0}\n"
msgid ""
"Set \"{0}\" to yes/no/ask in the preferences\n"
@@@ -26568,7 -27959,7 +28039,7 @@@ msgid "Public Transport: Catch GTFS sto
msgstr "Trasporto pubblico: Cattura fermate GTFS"
msgid "skipped"
- msgstr "saltato"
+ msgstr "tralasciato"
msgid "Public Transport: Disable GTFS"
msgstr "Trasporto pubblico: Disabilita GTFS"
@@@ -26586,7 -27977,7 +28057,7 @@@ msgid "File \"{0}\" does not exist
msgstr "il file \"{0}\" non esiste"
msgid "IOException \"{0}\" occurred"
- msgstr "E''stata generata una eccezione IO \"{0}\""
+ msgstr "Ã stata generata una eccezione IO \"{0}\""
msgid ""
"There exists no dataset. Try to download data from the server or open an OSM "
@@@ -26653,7 -28044,7 +28124,7 @@@ msgid "Enable
msgstr "Abilita"
msgid "Can''t parse a time from this string."
- msgstr "Impossibile interpretare un''ora da questa stringa"
+ msgstr "Impossibile interpretare un orario da questa stringa"
msgid "Invalid value"
msgstr "Valore non valido"
@@@ -26746,7 -28137,7 +28217,7 @@@ msgid "Maximum distance from route
msgstr "Distanza massima dall''itinerario"
msgid "Public Transport: Change stop type"
- msgstr "Trasporto pubblico: Modifica il tipo di fermata"
+ msgstr "Trasporto pubblico: modifica tipo fermata"
msgid "Create Stops from GPX ..."
msgstr "Crea fermate da GPX ..."
@@@ -26763,9 -28154,6 +28234,6 @@@ msgstr "Il file GPX non contiene alcun
msgid "Create Stops from GPX"
msgstr "Crea fermate da GPX"
- msgid "Tracks"
- msgstr "Tracciati"
-
msgid "Tracks in this GPX file:"
msgstr "Tracciati presenti in questo file GPX:"
@@@ -26789,7 -28177,7 +28257,7 @@@ msgid "unnamed
msgstr "Senza nome"
msgid "Public Transport: Add track stop"
- msgstr "Trasporto pubblico: Aggiungi fermata"
+ msgstr "Trasporto pubblico: aggiungi fermata"
msgid "Public Transport: Delete track stop"
msgstr "Trasporto pubblico: elimina fermata"
@@@ -26958,7 -28346,7 +28426,7 @@@ msgid "Relation has streets with differ
msgstr "La relazione contiene delle strade con nomi differenti"
msgid "fix associatedStreet relation"
- msgstr "correggi la relazione associatedStreet"
+ msgstr "correggi la relazione strada associata (associated street)"
msgid "Relation without ''subarea'' role found"
msgstr "Trovata relazione senza il ruolo ''subarea''"
@@@ -26990,21 -28378,24 +28458,24 @@@ msgstr "Inserisci l''ID del gruppo di m
msgid "Reverted changeset"
msgstr "Gruppo di modifiche ripristinato"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "Non è permesso il ripristino del gruppo di modifiche da {0}"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Destinazione dell''unione mancante per {0} con id {1}"
msgid "Objects history"
- msgstr "Storico degli oggetti"
+ msgstr "Cronologia degli oggetti"
msgid "History reverter"
- msgstr "Ripristino storico modifiche"
+ msgstr "Ripristina cronologia modifiche"
msgid "Preparing history data..."
- msgstr "Preparazione dei dati dello storico..."
+ msgstr "Preparazione dei dati della cronologia..."
msgid "Remote Control has been asked to revert a changeset."
msgstr ""
- "E'' stato richiesto al controllo remoto il ripristino di un gruppo di "
+ "Ã stato richiesto al controllo remoto il ripristino di un gruppo di "
"modifiche."
msgid "Reverting..."
@@@ -27016,7 -28407,7 +28487,7 @@@ msgid "
msgstr ""
"Questo gruppo di modifiche contiene degli oggetti che non sono presenti "
"nell''insieme di dati corrente.\n"
- "E'' necessario scaricarli prima del ripristino. Si desidera continuare?"
+ "Ã necessario scaricarli prima del ripristino. Si desidera continuare?"
msgid "Confirm"
msgstr "Conferma"
@@@ -27027,15 -28418,35 +28498,35 @@@ msgstr "Prelevamento delle primitive ma
msgid "Downloading changeset"
msgstr "Scaricamento del gruppo di modifiche"
+ msgid "See {0}"
+ msgstr "Vedere {0}"
+
msgid "Revert changeset #{0}"
msgstr "Ripristino del gruppo di modifiche #{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Attenzione: elemento iniziale ''''{0}'''' non supportato nel contenuto del "
+ "gruppo di modifiche alla posizione ({1},{2}). Tralascio."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Attenzione: elemento finale ''''{0}'''' non supportato nel contenuto del "
+ "gruppo di modifiche alla posizione ({1},{2}). Tralascio."
+
msgid "Road Sign Plugin"
- msgstr "Plugin segnali stradali"
+ msgstr "Estensione segnali stradali"
msgid "signs"
msgstr "Segnali"
+ msgid "Change Properties"
+ msgstr "Modifica Proprietà "
+
msgid "Country preset:"
msgstr "Preimpostazioni paese:"
@@@ -27058,13 -28469,13 +28549,13 @@@ msgid "Slovakia
msgstr "Slovacchia"
msgid "Roadsign tagging"
- msgstr "Tag segnale stradale"
+ msgstr "Etichetta segnale stradale"
msgid "Add tags by clicking on road signs"
- msgstr "Aggiungi il tag cliccando sul segnale stradale"
+ msgstr "Aggiungi le etichette cliccando sul segnale stradale"
msgid "Roadsigns plugin: open dialog"
- msgstr "Plugin segnali stradali : apri finestra"
+ msgstr "Estensione segnali stradali: apri finestra"
msgid "custom"
msgstr "personalizzato"
@@@ -27112,13 -28523,13 +28603,13 @@@ msgid "Routing
msgstr "Navigazione"
msgid "Click to add destination."
- msgstr "Cliccare per aggiungere una destinazione"
+ msgstr "Clicca per aggiungere una destinazione"
msgid "Click and drag to move destination"
- msgstr "Cliccare e trascinare per muovere la destinazione"
+ msgstr "Clicca e trascina per muovere la destinazione"
msgid "Click to remove destination"
- msgstr "Cliccare per rimuovere la destinazione"
+ msgstr "Clicca per rimuovere la destinazione"
msgid "Open a list of routing nodes"
msgstr "Apri un elenco dei nodi dell''itinerario"
@@@ -27153,9 -28564,6 +28644,6 @@@ msgstr "Preferenze dell''estensione di
msgid "Configure routing preferences."
msgstr "Imposta le preferenze di navigazione"
- msgid "Highway type"
- msgstr "Tipo strada"
-
msgid "Speed (Km/h)"
msgstr "Velocità (Km/h)"
@@@ -27235,14 -28643,14 +28723,14 @@@ msgid "
"The user name at the SDS server. You need to create an account with the SDS "
"admin first."
msgstr ""
- "Il nome utente del server SDS. E'' necessario prima farsi creare un profilo "
+ "Il nome utente del server SDS. Ã necessario prima farsi creare un profilo "
"dall''amministratore SDS."
msgid ""
"The password at the SDS server. You need to create an account with the SDS "
"admin first."
msgstr ""
- "La password del server SDS. E'' necessario prima farsi creare un profilo "
+ "La password del server SDS. Ã necessario prima farsi creare un profilo "
"dall''amministratore SDS."
msgid ""
@@@ -27363,20 -28771,20 +28851,20 @@@ msgstr "Fattore di distanza
msgid "Merge Nearby Nodes Threshold"
msgstr "Limite di unione di nodi limitrofi"
- msgid "Online Help"
- msgstr "Guida online"
+ msgid "SeaMap Editor"
+ msgstr "Editor SeaMap"
- msgid "Load"
- msgstr "Carica"
+ msgid "No object selected"
+ msgstr "Nessun oggetto selezionato"
- msgid "invisible"
- msgstr "invisibile"
+ msgid "Seamark Inspector"
+ msgstr "Seamark Inspector"
- msgid "SeaMap Editor"
- msgstr "Editor SeaMap"
+ msgid "Select only one object"
+ msgstr "Seleziona solo un oggetto"
- msgid "Export"
- msgstr "Esporta"
+ msgid "Select a map object"
+ msgstr "Seleziona un oggetto della mappa"
msgid "AutoSave LiveData"
msgstr "Salvataggio automatico LiveData"
@@@ -27493,7 -28901,7 +28981,7 @@@ msgid "Enter housenumbers or amount of
msgstr "Inserire i numeri civici o il numero di segmenti"
msgid "Terrace a house"
- msgstr "Crea un complesso da un edificio"
+ msgstr "Crea case a schiera"
msgid "Interpolation"
msgstr "Interpolazione"
@@@ -27502,7 -28910,7 +28990,7 @@@ msgid "Lowest Number
msgstr "Numero più basso"
msgid "Lowest housenumber of the terraced house"
- msgstr "Numero civico più basso di un complesso di edifici"
+ msgstr "Numero civico più basso delle case a schiera"
msgid "Highest Number"
msgstr "Numero più alto"
@@@ -27511,10 -28919,11 +28999,11 @@@ msgid "List of Numbers
msgstr "Lista dei numeri"
msgid "add to existing associatedStreet relation"
- msgstr "aggiungi alla relazione esistente associatedStreet"
+ msgstr ""
+ "aggiungi alla relazione strada associata (associated street) esistente"
msgid "create an associatedStreet relation"
- msgstr "crea una relazione associatedStreet"
+ msgstr "crea una relazione strada associata (associated street)"
msgid "delete outline way"
msgstr "elimina il percorso di contorno"
@@@ -27551,22 -28960,22 +29040,22 @@@ msgid "{0} is not a number
msgstr "{0} non è un numero"
msgid "Reverse a terrace"
- msgstr "Inverti un complesso"
+ msgstr "Inverti case a schiera"
msgid "Reverses house numbers on a terrace."
- msgstr "Inverte i numeri civici di un complesso."
+ msgstr "Inverte i numeri civici delle case a schiera."
msgid "Reverse a Terrace"
- msgstr "Inverti un complesso"
+ msgstr "Inverti case a schiera"
msgid "Cannot reverse!"
msgstr "Impossibile invertire!"
msgid "Reverse Terrace"
- msgstr "Inverti complesso"
+ msgstr "Inverti case a schiera"
msgid "Terrace a building"
- msgstr "Crea complesso da singolo edificio"
+ msgstr "Crea case a schiera da edificio"
msgid "Creates individual buildings from a long building."
msgstr "Crea edifici singoli da un edificio lungo"
@@@ -27584,7 -28993,7 +29073,7 @@@ msgstr "
"addr:street ed un nodo per definire lâinizio della numerazione.)"
msgid "Terrace"
- msgstr "Complesso"
+ msgstr "Case a schiera"
msgid "Browse"
msgstr "Esplora"
@@@ -27596,13 -29005,110 +29085,110 @@@ msgid "Merge objects nodes
msgstr "Unisci i nodi degli oggetti"
msgid "Tracer"
- msgstr "Tracciante"
+ msgstr "Tracer"
msgid "Tracer."
- msgstr "Tracciante."
+ msgstr "Tracer."
msgid "Tracer building"
- msgstr "Edificio tracciante"
+ msgstr "Edificio tracer"
+
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "Modifica etichetta {0} in {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "La versione di Tracer2Server non è compatibile con questa estensione. Si "
+ "prega di scaricare la versione {0} da\n"
+ "{1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "E'' disponibile una nuova versione di Tracer2Server. Per risultati migliori "
+ "si prega di aggiornare alla versione {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "Nessun insieme di parametri attivo!"
+
+ msgid "Select parameter"
+ msgstr "Seleziona parametro"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: aggiungi un percorso con {0} punti"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: modifica percorso in {0} punti"
+
+ msgid "Tracer2 error"
+ msgstr "Errore Tracer2"
+
+ msgid "Parameter for server request"
+ msgstr "Parametro per richiesta server"
+
+ msgid "Tile size:"
+ msgstr "Dimensioni tassello:"
+
+ msgid "Resolution:"
+ msgstr "Risoluzione:"
+
+ msgid "Mode:"
+ msgstr "Modalità :"
+
+ msgid "Threshold:"
+ msgstr "Soglia:"
+
+ msgid "Points per circle:"
+ msgstr "Punti per cerchio:"
+
+ msgid "Tag:"
+ msgstr "Etichetta:"
+
+ msgid "Preferred values:"
+ msgstr "Valori preferiti:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "Eliminare il parametro \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "Aggiungi nuovo"
+
+ msgid "Add predefined"
+ msgstr "Aggiungi predefinito"
+
+ msgid "Select predefined parameter"
+ msgstr "Seleziona parametro predefinito"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "Modifica lista parametri per richieste server"
+
+ msgid "Parameter:"
+ msgstr "Parametro:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Server non è in esecuzione. Si prega di avviare il server.\n"
+ "Se non si possiede il server si prega di scaricarlo da\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server non ha trovato niente."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server ha individuato un errore."
msgid "GPG"
msgstr "GPG"
@@@ -27645,6 -29151,11 +29231,11 @@@ msgstr "Carica oggetti dal server
msgid "Download signed data"
msgstr "Scarica i dati firmati"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Attenzione: ignoro l''errore perché il processo è stato annullato. "
+ "Eccezione: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27813,9 -29324,6 +29404,6 @@@ msgstr "Firma annullata!
msgid "Please give a tolerance in meters"
msgstr "Si prega di fornire una tolleranza in metri"
- msgid "Accuracy"
- msgstr "Precisione"
-
msgid "Select as much as you like:"
msgstr "Selezionane quanti vuoi:"
@@@ -27893,7 -29401,7 +29481,7 @@@ msgid "
"<html>An error occurred while constructing the model. Please run the "
"validator to make sure the data is consistent.<br><br>Error: {0}</html>"
msgstr ""
- "<html>E'' stato generato un errore durante la costruzione del modello. Si "
+ "<html>Ã stato generato un errore durante la costruzione del modello. Si "
"prega di eseguire il validatore per essere sicuri che i dati siano "
"consistenti.<br><br>Errore: {0}</html>"
@@@ -27914,13 -29422,13 +29502,13 @@@ msgid "Edit turn lanes
msgstr "Modifica corsie di svolta"
msgid "Quick-Fix"
- msgstr "Aggiustamento veloce"
+ msgstr "Correzione veloce"
msgid "Revalidate all turnlanes-relations."
msgstr "Ri-valida tutte le relazioni sulle corsie di svolta."
msgid "Automatically fixes the issue."
- msgstr "Aggiusta automaticamente i problemi."
+ msgstr "Corregge automaticamente i problemi."
msgid "Selects the offending relation."
msgstr "Seleziona la relazione affetta dal problema."
@@@ -28041,8 -29549,8 +29629,8 @@@ msgid_plural "
"There are still {0} errors and/or warnings identified for this turn "
"restriction. You are recommended to resolve these issues first."
msgstr[0] ""
- "E'' rimasto ancora un errore o avvertimento non risolto per questo divieto "
- "di svolta. Si consiglia di risolvere prima questo problema."
+ "Ã rimasto ancora un errore o avvertimento non risolto per questo divieto di "
+ "svolta. Si consiglia di risolvere prima questo problema."
msgstr[1] ""
"Sono rimasti ancora {0} errori e/o avvertimenti per questo divieto di "
"svolta. Si consiglia di risolvere prima questi problemi."
@@@ -28236,8 -29744,8 +29824,8 @@@ msgid "
"Failed to retrieve OSM object with id {0} from dataset {1}. Cannot add it as "
"''via''."
msgstr ""
- "E'' fallito l''ottenimento dell''oggetto OSM con id {0} dall''insieme di "
- "dati {1}. Impossibile aggiungerlo come ''via''."
+ "Ã fallito l''ottenimento dell''oggetto OSM con id {0} dall''insieme di dati "
+ "{1}. Impossibile aggiungerlo come ''via''."
msgctxt "turnrestrictions"
msgid "From:"
@@@ -28363,7 -29871,7 +29951,7 @@@ msgid "Removes the member with role ''t
msgstr "Rimuove il membro con ruolo ''to''"
msgid "Fix in editor"
- msgstr "Risolvi nell''editor"
+ msgstr "Correggi nell''editor"
msgid ""
"Go to Basic Editor and manually choose members with roles ''from'' and ''to''"
@@@ -28539,7 -30047,7 +30127,7 @@@ msgstr "
"name\">{0}</span> con ruolo <tt>{1}</tt>."
msgid "A way is required instead."
- msgstr "E'' richiesto invece un percorso."
+ msgstr "Ã richiesto invece un percorso."
msgid "Delete the member from the turn restriction"
msgstr "Elimina il membro dal divieto di svolta"
@@@ -28662,7 -30170,7 +30250,7 @@@ msgid "
"participating in this operation."
msgstr ""
"Ci sono più percorsi contenenti uno dei nodi di divisione. Selezionare i "
- "percorsi che concorrono in questa operazione."
+ "percorsi che concorrono in quest''operazione."
msgid "Symmetry"
msgstr "Simmetria"
@@@ -28757,8 -30265,8 +30345,8 @@@ msgstr "
"l''identificativo dell''elemento<br/> <b>{#type}</b> è sostituito "
"con \"node\",\"way\" o \"relation\" <br/> <b>{#lat} , "
"{#lon}</b> è sostituito con la latitudine/longitudine del centro "
- "della mappa <br/> E'' possibile caricare manualmente le impostazioni dal "
- "file <b>customurl.txt</b> nella cartella di JOSM"
+ "della mappa <br/> Ã possibile caricare manualmente le impostazioni dal file "
+ "<b>customurl.txt</b> nella cartella di JOSM"
msgid "Custom URL configuration"
msgstr "Configurazione dell''indirizzo URL personalizzato"
@@@ -28870,8 -30378,8 +30458,8 @@@ msgstr "
msgid "Exceeded iteration limit for robust method, using simpler method."
msgstr ""
- "E'' stato superato il limite di iterazioni per il metodo robusto, utilizzo "
- "il metodo più semplice."
+ "Ã stato superato il limite di iterazioni per il metodo robusto, utilizzo il "
+ "metodo più semplice."
msgid "Replace geometry for way {0}"
msgstr "Sostituisci dimensioni e posizione del percorso {0}"
@@@ -28982,7 -30490,7 +30570,7 @@@ msgstr "Ripristina selezione
msgid "Reselect last added object or selection form history"
msgstr ""
- "Ri-seleziona lâultimo oggetto aggiunto oppure selezionalo dalla cronologia"
+ "Riseleziona lâultimo oggetto aggiunto oppure selezionalo dalla cronologia"
msgid "Unselect nodes"
msgstr "Deseleziona nodi"
@@@ -28990,9 -30498,6 +30578,6 @@@
msgid "Removes all nodes from selection"
msgstr "Rimuove tutti i nodi dalla selezione"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Importa video"
@@@ -29185,7 -30690,7 +30770,7 @@@ msgid "
"''{1}''<br>Merge the duplicate node onto the currently selected node and "
"continue way downloading?</html>"
msgstr ""
- "<html>Non ci sono altri percorsi connessi da scaricare.<br>E'' stato trovato "
+ "<html>Non ci sono altri percorsi connessi da scaricare.<br>Ã stato trovato "
"un probabile nodo duplicato per il nodo attualmente selezionato.<br><br>Il "
"nodo attualmente selezionato è ''''{0}''''<br>Il probabile nodo duplicato è "
"''''{1}''''<br>Unire il nodo duplicato al nodo attualmente selezionato e "
@@@ -29211,7 -30716,7 +30796,7 @@@ msgstr "Ricerca punto del percorso
msgid "Search after waypoint. Click and move the map view to the waypoint."
msgstr ""
- "Ricerca punto del percorso successivo. Cliccare e muovere la mappa in "
+ "Ricerca punto del percorso successivo. Clicca e muovi la mappa in "
"corrispondenza del punto del percorso."
msgid "Way Select"
@@@ -29285,7 -30790,7 +30870,7 @@@ msgid "Clipboard
msgstr "Appunti"
msgid "Pastes Wikipedia articles from the system clipboard"
- msgstr "Incolla gli articoli Wikipedia dagli appunti di sistema"
+ msgstr "Incolla gli articoli di Wikipedia dagli appunti di sistema"
msgid "clipboard"
msgstr "appunti"
@@@ -29302,18 -30807,15 +30887,15 @@@ msgstr "Imposta la lingua predefinita p
msgid "Enter the Wikipedia language"
msgstr "Inserire la lingua di Wikipedia"
- msgid "Add Tag"
- msgstr "Aggiungi etichetta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
msgstr ""
- "Aggiunge una etichetta ''wikipedia'' contenente il riferimento all''articolo "
- "relativo agli oggetti selezionati"
+ "Aggiunge un tag ''wikipedia'' corrispondente a questo articolo per gli "
+ "oggetti selezionati"
msgid "The Ultimate WMS Super-speed Turbo Challenge II"
- msgstr "L''ultimo WMS Super-speed Turbo Challenge II"
+ msgstr "The Ultimate WMS Super-speed Turbo Challenge II"
msgid "Go driving"
msgstr "Inizia a guidare"
diff --combined i18n/po/ja.po
index a4d64ec,9dce55d..e3af4ea
--- a/i18n/po/ja.po
+++ b/i18n/po/ja.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-26 01:50+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-19 02:59+0000\n"
"Last-Translator: fujimoto <fujimoto at internet.ne.jp>\n"
"Language-Team: Japanese <tr at openstreetmap.jp>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-27 04:31+0000\n"
- "X-Generator: Launchpad (build 16738)\n"
+ "X-Launchpad-Export-Date: 2013-12-20 04:33+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"X-Poedit-Country: JAPAN\n"
"Language: ja\n"
"X-Poedit-Language: Japanese\n"
@@@ -36,32 -36,38 +36,47 @@@ msgid "{0}: unrecognized option ''{1}{2
msgstr "{0}: 䏿ãªãªãã·ã§ã³ ''{1}{2}''"
msgid "{0}: illegal option -- {1}"
- msgstr "{0}: 䏿£ãªãªãã·ã§ã³ -- {1}"
+ msgstr "{0}: 誤ã£ããªãã·ã§ã³ -- {1}"
msgid "{0}: invalid option -- {1}"
- msgstr "{0}: 䏿£ãªãªãã·ã§ã³ -- {1}"
+ msgstr "{0}: ç¡å¹ãªãªãã·ã§ã³ -- {1}"
msgid "{0}: option requires an argument -- {1}"
msgstr "{0}: ãªãã·ã§ã³ã¯å¼æ°ãå¿
è¦ã¨ãã¾ã -- {1}"
msgid "Invalid value {0} for parameter ''has_arg''"
- msgstr "ãã©ã¡ã¼ã¿ã¼ ''has_arg'' ã«ã¯ {0} ã®å¤ãæå®ã§ãã¾ãã"
+ msgstr "ãã©ã¡ã¼ã¿ã¼''has_arg''ã«{0}ã®å¤ã¯ç¡å¹ã§ã"
msgid "Background Terms of Use"
msgstr "èæ¯å©ç¨è¦ç´"
msgid "Opening link not supported on current platform (''{0}'')"
- msgstr "ãªã³ã¯ãéããã¨ã¯ãç¾å¨ã®ãã©ãããã©ã¼ã ã§ã¯ãµãã¼ãããã¦ãã¾ãã(''{0}'')"
+ msgstr "ãªã³ã¯ãéãæä½ã¯ããã®ãã©ãããã©ã¼ã ã«ã¯å¯¾å¿ãã¦ãã¾ãã(''{0}'')"
+
+ msgid "ERROR: {0}"
+ msgstr "ã¨ã©ã¼: {0}"
+
+ msgid "WARNING: {0}"
+ msgstr "è¦å: {0}"
+
+ msgid "INFO: {0}"
+ msgstr "æ
å ±: {0}"
+
+ msgid "DEBUG: {0}"
+ msgstr "ãããã°: {0}"
+
+ msgid "Cause: "
+ msgstr "åå : "
+msgid "WARNING: {0}"
+msgstr "è¦å: {0}"
+
+msgid "INFO: {0}"
+msgstr "æ
å ±: {0}"
+
+msgid "DEBUG: {0}"
+msgstr "ãããã°: {0}"
+
msgid "Executing platform startup hook"
msgstr "ãã©ãããã©ã¼ã ã¹ã¿ã¼ãã¢ããããã¯ãå®è¡ä¸"
@@@ -81,7 -87,7 +96,7 @@@ msgid "Initializing validator
msgstr "妥彿§æ¤æ»ãåæåä¸"
msgid "Initializing map styles"
- msgstr "ãããã¹ã¿ã¤ã«ãåæåä¸"
+ msgstr "å°å³ã¹ã¿ã¤ã«ãåæåä¸"
msgid "Loading imagery preferences"
msgstr "ç»åè¨å®ãèªã¿è¾¼ã¿ä¸"
@@@ -99,7 -105,7 +114,7 @@@ msgid "Parameter \"downloadgps\" does n
msgstr "ãã©ã¡ã¼ã¿ã¼ \"downloadgps\" ããã¡ã¤ã«åãããã¯URLã¨ãã¦æå¹ã§ã¯ããã¾ãã"
msgid "Ignoring malformed URL: \"{0}\""
- msgstr "䏿£ãªå½¢å¼ã®URLã® \"{0}\" ãç¡è¦ãã¾ãã"
+ msgstr "䏿£ãªå½¢å¼ã®URL \"{0}\" ãç¡è¦ãã¾ãã"
msgid ""
"<h2>JOSM requires Java version 6.</h2>Detected Java version: {0}.<br>You can "
@@@ -165,18 -171,16 +180,16 @@@ msgid "About JOSM...
msgstr "JOSM ã«ã¤ãã¦..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "è¦å: APIã®ãã¼ã¹URLã®å½¢å¼ã䏿£ã§ããOSMãªãã¸ã§ã¯ãæ
å ±ã»å±¥æ´ãã¼ã¸ã¸ã®ãªãã¤ã¬ã¯ãã¯ãããã失æãã¾ããAPIã®ãã¼ã¹URLã "
- "''{0}'' ã«ãªã£ã¦ãã¾ãã"
+ "APIã®ãã¼ã¹URLã®å½¢å¼ã䏿£ã§ããOSMãªãã¸ã§ã¯ãæ
å ±ã»å±¥æ´ãã¼ã¸ã¸ã®ãªãã¤ã¬ã¯ãã¯ãããã失æãã¾ããAPIã®ãã¼ã¹URLã¯''{0}''ã§ãã"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "è¦å: APIã®ãã¼ã¹URLã®å½¢å¼ã䏿£ã§ããOSMã¦ã¼ã¶ã¼ã®ãã¼ã¸ã¸ã®ãªãã¤ã¬ã¯ãã¯ãããã失æãã¾ããAPIã®ãã¼ã¹URLã ''{0}'' "
- "ã«ãªã£ã¦ãã¾ãã"
+ "APIãã¼ã¹URLã®æ¸å¼ã䏿£ã§ããOSMã¦ã¼ã¶ã¼ã®ã¦ã¼ã¶ã¼ãã¼ã¸ã¸ã®ãªãã¤ã¬ã¯ãã¯ãããã失æãã¾ããAPIãã¼ã¹URLã¯''{0}''ã§ãã"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -262,9 -266,6 +275,6 @@@ msgstr "ãã¼ã«: {0}
msgid "Please select at least four nodes."
msgstr "å°ãªãã¨ãï¼ã¤ã®ãã¼ãã鏿ãã¦ãã ããã"
- msgid "Information"
- msgstr "æ
å ±"
-
msgid "Align Nodes in Line"
msgstr "ãã¼ããä¸ç´ç·ã«é
å"
@@@ -301,6 -302,9 +311,9 @@@ msgstr "次
msgid "Nothing selected to zoom to."
msgstr "ãºã¼ã ãã対象ã鏿ããã¦ãã¾ããã"
+ msgid "Information"
+ msgstr "æ
å ±"
+
msgid "Zoom to {0}"
msgstr "{0}ã¸ãºã¼ã "
@@@ -355,9 -359,9 +368,9 @@@ msgid "
msgstr "ã¦ã§ã¤ã¯ç¾å¨ã®æ¹åã§çµåã§ãã¾ããã䏿¹ã®æ¹åã«ãããã¾ããï¼"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "ã¦ã§ã¤ãçµåã§ãã¾ããï¼ãããããã¼ãã®ä¸åã¨ãã¦çµ±åãããã¨ãã§ãã¾ããï¼"
+ msgstr "ã¦ã§ã¤ãçµåã§ãã¾ããã§ãã<br>ï¼ä¸é£ã®ãã¼ãã®ä¸¦ã³ã¨ãã¦ãã¼ã¸ã§ãã¾ããã§ããï¼"
msgid "Combine {0} ways"
msgstr "{0}æ¬ã®ã¦ã§ã¤ãçµå"
@@@ -416,7 -420,7 +429,7 @@@ msgid "Toggle dialogs panel
msgstr "ãã¤ã¢ãã°ããã«ã®è¡¨ç¤º/é表示"
msgid "Toggle dialogs panel, maximize mapview"
- msgstr "ãã¤ã¢ãã°ããã«ã®è¡¨ç¤º/é表示ãåãæ¿ããããããã¥ã¼ãæå¤§å"
+ msgstr "ãã¤ã¢ãã°ããã«ã®è¡¨ç¤º/é表示ãåãæ¿ããå°å³ãã¥ã¼ãæå¤§å"
msgid "Distribute Nodes"
msgstr "ãã¼ããçééã«é
ç½®"
@@@ -436,7 -440,7 +449,7 @@@ msgstr "å°å³ãã¼ã¿ãOSMãµã¼ãã
msgid ""
"<html>This action will require {0} individual<br>download requests. Do you "
"wish<br>to continue?</html>"
- msgstr "<html>ãã®æä½ã«ã¯ã{0}ä»¶ã®ç¬ç«ãããã¦ã³ãã¼ãè¦æ±ã<br>å¿
è¦ã¨ãã¾ããç¶ãã¾ããï¼</html>"
+ msgstr "<html>ãã®æä½ã«ã¯ã{0}åã®ç¬ç«ãããã¦ã³ãã¼ããªã¯ã¨ã¹ãã<br>å¿
è¦ã¨ãã¾ããç¶ãã¾ããï¼</html>"
msgid "Download data"
msgstr "ãã¼ã¿ã®ãã¦ã³ãã¼ã"
@@@ -453,24 -457,23 +466,23 @@@ msgstr[0] "ãªãã¸ã§ã¯ãããã¦ã
msgid "One object could not be downloaded.<br>"
msgid_plural "{0} objects could not be downloaded.<br>"
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãã§ãã¾ããã<br>"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãã§ãã¾ããã§ããã<br>"
msgid ""
"The server replied with response code 404.<br>This usually means, the server "
"does not know an object with the requested id."
- msgstr ""
- "ãµã¼ãã¼ã¯å¿çã³ã¼ã404ãè¿ãã¾ããã<br>ããã¯é常ãµã¼ãã¼ã«ãè¦æ±ãããidã®ãªãã¸ã§ã¯ãã«ã¤ãã¦åå¨ããªãã¨ãããã¨ãæå³ãã¾ãã"
+ msgstr "ãµã¼ãã¼ã¯å¿çã³ã¼ã404ãè¿ãã¾ããã<br>ããã¯é常ããªã¯ã¨ã¹ããããIDã®ãªãã¸ã§ã¯ãããµã¼ãã¼ã«ãªããã¨ãæå³ãã¾ãã"
msgid "missing objects:"
msgstr "䏿ãªãªãã¸ã§ã¯ã:"
msgid "Object deleted"
msgid_plural "Objects deleted"
- msgstr[0] "ãªãã¸ã§ã¯ãã¯åé¤ããã¾ãã"
+ msgstr[0] "ãªãã¸ã§ã¯ããåé¤ããã¾ãã"
msgid "One downloaded object is deleted."
msgid_plural "{0} downloaded objects are deleted."
- msgstr[0] "{0}åã®ãã¦ã³ãã¼ãããããªãã¸ã§ã¯ãã¯åé¤ããã¾ããã"
+ msgstr[0] "ãã¦ã³ãã¼ãããããªãã¸ã§ã¯ã{0}ä»¶ãåé¤ããã¾ããã"
msgid "Ok"
msgstr "OK"
@@@ -532,6 -535,9 +544,9 @@@ msgstr "å±¥æ´
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "OSMã®ã¦ã§ã¤ããã¼ãããªã¬ã¼ã·ã§ã³ã«ã¤ãã¦ã®å±¥æ´æ
å ±ã表示"
+ msgid "Show history"
+ msgstr "å±¥æ´ã表示"
+
msgid "History (web)"
msgstr "å±¥æ´(web)"
@@@ -607,7 -613,7 +622,7 @@@ msgstr "çµåããã¨ãªã¢ã®ç¢ºèª
msgid "The selected way has nodes outside of the downloaded data region."
msgid_plural ""
"The selected ways have nodes outside of the downloaded data region."
- msgstr[0] "鏿ããã¦ã§ã¤ã«ã¯ãã¦ã³ãã¼ãããããã¼ã¿é åã®å¤ã«ãã¼ããããã¾ãã"
+ msgstr[0] "鏿ããã¦ã§ã¤ã«ã¯ãã¦ã³ãã¼ããããã¼ã¿é åã®å¤ã«ãã¼ããããã¾ãã"
msgid "This can lead to nodes being deleted accidentally."
msgstr "ããã«ããæãã¬ãã¼ããåé¤ããããã¨ãããã¾ãã"
@@@ -646,9 -652,9 +661,9 @@@ msgid "Joined overlapping areas
msgstr "éè¤ããã¨ãªã¢ãçµå"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
- msgstr "ä¿®æ£ãããªã¬ã¼ã·ã§ã³ã«ããã¤ãã®ã¦ã§ã¤ãå«ã¾ãã¦ãã¾ããã¨ã©ã¼ãåºãªããã¨ã確èªãã¦ãã ããã"
+ msgstr "夿´ããããªã¬ã¼ã·ã§ã³ã«ä¸é¨ã®ã¦ã§ã¤ãæå±ãã¦ãã¾ãã<br>ã¨ã©ã¼ãçºçãã¦ããªãã確èªãã¦ãã ããã"
msgid "Fix tag conflicts"
msgstr "ã¿ã°ã®ç«¶åãä¿®æ£"
@@@ -676,7 -682,7 +691,7 @@@ msgid "Removed Element from Relations
msgstr "ãªã¬ã¼ã·ã§ã³ããè¦ç´ ãåé¤"
msgid "Remove tags from inner ways"
- msgstr "å
é¨ã®ã¦ã§ã¤ããã¿ã°ãåé¤"
+ msgstr "å
é¨ã¦ã§ã¤ããã¿ã°ãåé¤"
msgid "Join Areas Function"
msgstr "ã¨ãªã¢çµåæ©è½"
@@@ -801,9 -807,9 +816,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "ä¸çªå¤ããã®ã«ãã¼ãããã¼ã¸ãã¾ãã"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
- msgstr "ãã¼ã¸ããäºã¤ä»¥ä¸ã®ãã¼ãã鏿ãããããã¼ã¸å
ã®è¿ãã®ãã¼ãã鏿ãã¦ãã ããã"
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
+ msgstr "ãã¼ã¸ãããã¼ãã2ã¤ä»¥ä¸é¸æããããä»ã®ãã¼ãã®è¿ãã«ãã1ã¤ã®ãã¼ãã鏿ããããã¦ãã ããã"
msgid "Abort Merging"
msgstr "ãã¼ã¸ã䏿"
@@@ -880,7 -886,7 +895,7 @@@ msgid "New Layer
msgstr "æ°è¦ã¬ã¤ã¤ã¼"
msgid "Create a new map layer."
- msgstr "æ°ãããããã¬ã¤ã¤ã¼ã使"
+ msgstr "æ°ããå°å³ã¬ã¤ã¤ã¼ã使"
msgid "URL Files"
msgstr "URLãã¡ã¤ã«"
@@@ -896,7 -902,7 +911,7 @@@ msgstr "ãã¡ã¤ã«ãéãã¦ãã¾ã
msgid "Cannot open {0} file with the file importer ''{1}''."
msgid_plural "Cannot open {0} files with the file importer ''{1}''."
- msgstr[0] "''{1}'' ãã¡ã¤ã«ã¤ã³ãã¼ã¿ã¼ã使ç¨ã㦠{0} ãã¡ã¤ã«ãéãã¾ããã"
+ msgstr[0] "ãã¡ã¤ã«ã¤ã³ãã¼ã¿ã¼''{1}''ã§ã¯{0}ä»¶ã®ãã¡ã¤ã«ãéãã¾ããã"
msgid ""
"Cannot open {0} file because file does not exist or no suitable file "
@@@ -904,7 -910,7 +919,7 @@@
msgid_plural ""
"Cannot open {0} files because files do not exist or no suitable file "
"importer is available."
- msgstr[0] "ãã¡ã¤ã«ãåå¨ããªãããé©åãªãã¡ã¤ã«ã¤ã³ãã¼ã¿ã¼ããªãããã{0}ãã¡ã¤ã«ãéãã¾ããã"
+ msgstr[0] "ãã¡ã¤ã«ãåå¨ããªãããé©åãªãã¡ã¤ã«ã¤ã³ãã¼ã¿ã¼ããªãããã{0}ä»¶ã®ãã¡ã¤ã«ãéãã¾ããã"
msgid "no importer"
msgstr "ã¤ã³ãã¼ã¿ã¼ãããã¾ãã"
@@@ -972,16 -978,16 +987,16 @@@ msgid "
msgstr ""
"<h3>ããã¤ãã®ã¦ã§ã¤ã鏿ããã¦ããå ´åãå³å½¢ã®äº¤ç¹ã®è§åº¦ã90度ãªããã¯180度ã«ãªãããã«èª¿æ´ããã¾ãã</h3>鏿ã«2ã¤ã®ãã¼ãã追å ã§ãã¾ã"
"ãããã¦ããã®ï¼ã¤ã®ãã¼ããåºæºã«æ¹åãä¿®æ£ããã¾ããï¼ãã®å¾ããã®ãã¼ãã®ç§»åãåãæ¶ãã§ãã¾ãã<br>ãã¼ãã鏿ãã¦ããå³å½¢ã®ç´äº¤å / "
- "å
ã«æ»ããã®ã·ã§ã¼ãã«ãããæ¼ãã¦ãã ãããããã©ã«ãã¯Shift+Qã§ããï¼"
+ "å
ã«æ»ããã®ã·ã§ã¼ãã«ãããæ¼ãã¦ãã ãããæ¢å®ã§ã¯Shift+Qã§ããï¼"
msgid "Orthogonalize Shape"
- msgstr "å³å½¢ãç´äº¤å"
+ msgstr "å³å½¢ã®ç´äº¤å"
msgid "Move nodes so all angles are 90 or 180 degrees"
msgstr "å
¨ã¦ã®è§åº¦ã90ã¾ãã¯180度ã«ãªãããã«ãã¼ããç§»å"
msgid "Orthogonalize Shape / Undo"
- msgstr "å³å½¢ãç´äº¤å / å
ã«æ»ã"
+ msgstr "å³å½¢ã®ç´äº¤å / å
ã«æ»ã"
msgid "Undo orthogonalization for certain nodes"
msgstr "鏿ãããã¼ãã®ç´äº¤åãå
ã«æ»ã"
@@@ -990,15 -996,9 +1005,9 @@@ msgid "Orthogonalize / Undo
msgstr "ç´äº¤å / å
ã«æ»ã"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
- "å³å½¢ã®ç´äº¤å / å
ã«æ»ã\n"
- "ååã®å³å½¢ã®ç´äº¤åæä½ã§ç§»åãããã¼ãã鏿ãã¦ãã ããã"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ç´äº¤åãããå³å½¢ãå
ã«æ»ã"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
+ msgstr "å³å½¢ã®ç´äº¤å / å
ã«æ»ã<br>ååã®å³å½¢ã®ç´äº¤åã®æä½ã§ç§»åãããã¼ãã鏿ãã¦ãã ããã"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1018,9 -1018,6 +1027,6 @@@ msgstr "ç´äº¤å
msgid "Usage"
msgstr "ä½¿ç¨æ³"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "鏿ããè¦ç´ ã¯ç´äº¤åã§ãã¾ãã"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1036,10 -1033,10 +1042,10 @@@ msgid "Paste contents of paste buffer.
msgstr "è²¼ãä»ããããã¡ã®å
容ãè²¼ãä»ã"
msgid "Delete incomplete members?"
- msgstr "ä¸å®å
¨ãªæ°åãåé¤ï¼"
+ msgstr "ä¸å®å
¨ãªã¡ã³ãã¼ãåé¤ãã¾ããï¼"
msgid "Paste without incomplete members"
- msgstr "ä¸å®å
¨ãªæ°åãªãã§è²¼ãä»ã"
+ msgstr "ä¸å®å
¨ãªã¡ã³ãã¼ä»¥å¤ãè²¼ãä»ã"
msgid ""
"The copied data contains incomplete objects. When pasting the incomplete "
@@@ -1056,11 -1053,11 +1062,11 @@@ msgstr "è²¼ãä»ããããã¡ã®ä¸è
msgid "Pasting {0} tag"
msgid_plural "Pasting {0} tags"
- msgstr[0] "{0}åã®ã¿ã°ã追å ãã¦ãã¾ã"
+ msgstr[0] "{0}ä»¶ã®ã¿ã°ãè²¼ãä»ã"
msgid "to {0} object"
msgid_plural "to {0} objects"
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ãã¸"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã¸"
msgid "Preferences..."
msgstr "è¨å®..."
@@@ -1187,9 -1184,6 +1193,6 @@@ msgstr "ã»ãã·ã§ã³ãèªã¿è¾¼ã
msgid "Load a session from file."
msgstr "ãã¡ã¤ã«ããã»ãã·ã§ã³ãèªã¿ã¾ãã"
- msgid "Session file (*.jos, *.joz)"
- msgstr "ã»ãã·ã§ã³ãã¡ã¤ã« (*.jos,*.joz)"
-
msgid "Open session"
msgstr "ã»ãã·ã§ã³ãéã"
@@@ -1301,11 -1295,11 +1304,11 @@@ msgid "
msgstr "ç¾å¨ã®é¸æã¯åå²ã«ä½¿ãã¾ãã - ãã¼ãã鏿ããã¦ãã¾ããã"
msgid "The selected nodes do not share the same way."
- msgstr "鏿ãããã¼ãã¯åãã¦ã§ã¤ã§å
±æããã¦ãã¾ããã"
+ msgstr "鏿ããããã¼ãã¯åãã¦ã§ã¤ã§å
±æããã¦ãã¾ããã"
msgid "The selected node is not in the middle of any way."
msgid_plural "The selected nodes are not in the middle of any way."
- msgstr[0] "鏿ãããã¼ãã¯ãããããã®ã¦ã§ã¤ã®ä¸éã§ã¯ããã¾ããã"
+ msgstr[0] "鏿ããããã¼ãã¯ã¦ã§ã¤ã®ä¸éã§ã¯ããã¾ããã"
msgid ""
"There is more than one way using the node you selected. Please select the "
@@@ -1324,16 -1318,14 +1327,14 @@@ msgid "
msgstr "ã¦ã§ã¤ã¯é¸æãããã¼ãã§åå²ã§ãã¾ããï¼ãã³ã:ã¦ã§ã¤ã®çãä¸ã®ãã¼ãã鏿ããï¼"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
- msgstr ""
- "<html>ãªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ã§ãããã¼ã«ã¯ãå
¨ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>ãããã確èªãã¦å¿
è¦ãªãè¨æ£ãã¦ãã ããã</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
+ msgstr "ãªã¬ã¼ã·ã§ã³ã®æå±ã«åºã¥ããã¼ã«ããã¹ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>å¿
è¦ã«å¿ãã¦ç¢ºèªãä¿®æ£ããã¦ãã ããã"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
- msgstr ""
- "<html>ãªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ã¯å
¨ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>ãããã確èªãã¦å¿
è¦ãªãè¨æ£ãã¦ãã ããã</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
+ msgstr "ãªã¬ã¼ã·ã§ã³ã®æå±ããã¹ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>å¿
è¦ã«å¿ãã¦ç¢ºèªãä¿®æ£ããã¦ãã ããã"
msgid "Split way {0} into {1} parts"
msgstr "ã¦ã§ã¤ {0} ã{1}åã«åå²"
@@@ -1403,7 -1395,7 +1404,7 @@@ msgid "Unglued Node
msgstr "ãã¼ããå¼ãé¢ã"
msgid "Dupe into {0} nodes"
- msgstr "{0}ãã¼ããè¤è£½"
+ msgstr "{0}åã®ãã¼ããè¤è£½"
msgid "Dupe {0} node into {1} nodes"
msgid_plural "Dupe {0} nodes into {1} nodes"
@@@ -1428,6 -1420,25 +1429,25 @@@ msgstr "
"å®å
¨ã§ãªããªãã¸ã§ã¯ããå¼ãé¢ããã¨ãã¦ãã¾ãã<br>å®éã®ãªãã¸ã§ã¯ããè¦ãã¦ããªãã®ã§ãåé¡ãçºçããå¯è½æ§ãããã¾ãã<br>æ¬å½ã«å¼ãé¢ãã¾ãã"
"ï¼"
+ msgid "Disconnect Node from Way"
+ msgstr "ã¦ã§ã¤ãããã¼ããåãé¢ã"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "ãã¼ããç¾å¨æå±ãã¦ããã¦ã§ã¤ããåãé¢ã"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "åãé¢ããã¼ãã1å以ä¸é¸æãã¦ãã ããã"
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "鏿ããããã¼ãã¯ã©ããããåãé¢ãã¾ããã"
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] "å½±é¿ãåããã¦ã§ã¤ã¯é¸æããããã¼ããåãé¢ãããå¾ã«é表示ã«ãªãã¾ãã"
+
msgid "Undo"
msgstr "åãæ¶ã"
@@@ -1537,7 -1548,7 +1557,7 @@@ msgid "Validating
msgstr "æ¤è¨¼ä¸"
msgid "Test {0}/{1}: Starting {2}"
- msgstr "ãã¹ã {0}/{1}: {2} éå§"
+ msgstr "{0}/{1}: {2}ã®ãã¹ããéå§"
msgid "Updating ignored errors ..."
msgstr "ç¡è¦ãããã¨ã©ã¼ãæ´æ°ä¸ ..."
@@@ -1546,19 -1557,19 +1566,19 @@@ msgid "Viewport Following
msgstr "ãã¥ã¼ãã¼ã追é"
msgid "Enable/disable automatic moving of the map view to last placed node"
- msgstr "æå¾ã«è¿½å ãããã¼ãã«åããã¦ããã表示ãèªåçã«ç§»åããæ©è½ã®åãæ¿ã"
+ msgstr "æå¾ã«è¿½å ãããã¼ãã«åããã¦å°å³è¡¨ç¤ºãèªåçã«ç§»åããæ©è½ã®åãæ¿ã"
msgid "Toggle Viewport Following"
msgstr "ãã¥ã¼ãã¼ã追éã®åãæ¿ã"
msgid "Wireframe View"
- msgstr "ã¯ã¤ã¤ã¼ã»ãã¬ã¼ã 表示"
+ msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã 表示"
msgid "Enable/disable rendering the map as wireframe only"
- msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã ã ãã®ãããæç»ãæå¹åï¼ç¡å¹å"
+ msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã ã«ããå°å³æç»ãæå¹åï¼ç¡å¹å"
msgid "Toggle Wireframe view"
- msgstr "ã¯ã¤ã¤ã¼ã»ãã¬ã¼ã 表示åãæ¿ã"
+ msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã 表示åãæ¿ã"
msgid "Zoom In"
msgstr "æ¡å¤§"
@@@ -1667,7 -1678,7 +1687,7 @@@ msgid "Download Compressed OSM Change
msgstr "OSMã®å¤æ´ãå§ç¸®å½¢å¼ã§ãã¦ã³ãã¼ã"
msgid "Download OSM Change"
- msgstr "ODMã®å¤æ´ããã¦ã³ãã¼ã"
+ msgstr "OSMã®å¤æ´ããã¦ã³ãã¼ã"
msgid "Download Compressed OSM"
msgstr "OSMãå§ç¸®å½¢å¼ã§ãã¦ã³ãã¼ã"
@@@ -1699,7 -1710,7 +1719,7 @@@ msgstr "OSMã®URLããã¦ã³ãã¼ã
msgid "There was {0} conflict during import."
msgid_plural "There were {0} conflicts during import."
- msgstr[0] "ã¤ã³ãã¼ãä¸ã« {0} ã®ç«¶åãããã¾ããã"
+ msgstr[0] "ã¤ã³ãã¼ãä¸ã«{0}ä»¶ã®ç«¶åãããã¾ããã"
msgid "Conflict during download"
msgid_plural "Conflicts during download"
@@@ -1714,6 -1725,9 +1734,9 @@@ msgstr "({0}/{1}) ã¦ã§ã¤ {2} ã®è¦ªã
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) ãªã¬ã¼ã·ã§ã³ {2} ã®è¦ªããã¼ãä¸"
+ msgid "Download session"
+ msgstr "ãã¦ã³ãã¼ãã»ãã·ã§ã³"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ãã¦ã³ãã¼ã {1}ã®ãã¡{0} (æ®ã {2})"
@@@ -1743,7 -1757,7 +1766,7 @@@ msgid_plural "
"server.<br>If you later try to delete or update them the server is likely to "
"report a conflict."
msgstr[0] ""
- "ãã¼ã«ã«ãã¼ã¿ã»ããä¸ã®{0}åã®ãªãã¸ã§ã¯ãããµã¼ãã¼ä¸ã§åé¤ããã¦ããããããã¾ããã<br>ãã®ãµã¼ãã¼ã§ãããåé¤ãããæ´æ°ãããããã¨ãç«¶åã表"
+ "ãã¼ã«ã«ãã¼ã¿ã»ããä¸ã®{0}ä»¶ã®ãªãã¸ã§ã¯ãããµã¼ãã¼ä¸ã§åé¤ããã¦ããããããã¾ããã<br>ãã®ãµã¼ãã¼ã§ãããåé¤ãããæ´æ°ãããããã¨ãç«¶åã表"
"示ããããã¨ã«ãªãã¾ãã"
msgid ""
@@@ -1823,7 -1837,7 +1846,7 @@@ msgstr "ã«ã¼ã½ã«ã®ä¸ã®ãã¼ãã
msgid "Insert new node into way."
msgid_plural "Insert new node into {0} ways."
- msgstr[0] "æ°è¦ãã¼ãã{0}åã®ã¦ã§ã¤ã«è¿½å ãã¾ãã"
+ msgstr[0] "{0}æ¬ã®ã¦ã§ã¤ã«æ°è¦ãã¼ãã追å ãã¾ãã"
msgid "Start new way from last node."
msgstr "æ°è¦ã¦ã§ã¤ãæå¾ã«æä½ãããã¼ãããéå§"
@@@ -1934,8 -1948,8 +1957,8 @@@ msgstr "ã¯ãªãã¯ã§é¸æãããã
msgid "Cannot place a node outside of the world."
msgstr "ä¸çå°å³ã®ç¯å²å¤ã«ãã¼ãã¯ç½®ãã¾ãã"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "{0}æ¬ã®ã¦ã§ã¤ã«æ°ãããã¼ãã追å "
msgid "Cannot delete node that is referenced by multiple objects"
@@@ -2045,17 -2059,17 +2068,17 @@@ msgid "Add all objects selected in the
msgstr "鏿ããããã¹ã¦ã®ãªãã¸ã§ã¯ãããç¾å¨ã®ãã¼ã¿ã»ããã®æå¾ã®ã¡ã³ãã¼ã®å¾ã«è¿½å "
msgid "Add selection to relation"
- msgstr "鏿ãããã®ããªã¬ã¼ã·ã§ã³ã«è¿½å "
+ msgstr "鏿ããªã¬ã¼ã·ã§ã³ã«è¿½å "
msgid "Add selection to {0} relation"
msgid_plural "Add selection to {0} relations"
- msgstr[0] "鏿ãããã®ã{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³ã«è¿½å "
+ msgstr[0] "鏿ã{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³ã«è¿½å "
msgid "Delete the selected relation"
- msgstr "鏿ãããªã¬ã¼ã·ã§ã³ãåé¤"
+ msgstr "鏿ããããªã¬ã¼ã·ã§ã³ãåé¤"
msgid "Download all members of the selected relations"
- msgstr "鏿æ¸ãªã¬ã¼ã·ã§ã³ã®å
¨ã¡ã³ãã¼ããã¦ã³ãã¼ã"
+ msgstr "鏿ããããªã¬ã¼ã·ã§ã³ã®å
¨ã¡ã³ãã¼ããã¦ã³ãã¼ã"
msgid "Download members"
msgstr "ã¡ã³ãã¼ããã¦ã³ãã¼ã"
@@@ -2202,7 -2216,7 +2225,7 @@@ msgstr "
" {0}"
msgid "Invalid search expression"
- msgstr "䏿£ãªæ¤ç´¢æ¡å¼µ"
+ msgstr "æ¤ç´¢æ¡ä»¶ãç¡å¹ã§ã"
msgid "<b>Baker Street</b> - ''Baker'' and ''Street'' in any key"
msgstr "<b>Baker Street</b> - ''Baker'' 㨠''Street'' ããã¼åã«å«ã"
@@@ -2382,6 -2396,9 +2405,9 @@@ msgstr "''value'' ã®å¤ãæã¤ä»»æ
msgid "matches if ''key'' exists"
msgstr "''key''ãåå¨ããã°ããã"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr "''key''ã''value''ãã大ãããã°ãããï¼ç°¡åã«è¨ãã°ãæªæºï¼"
+
msgid "combinators"
msgstr "æ¼ç®å"
@@@ -2548,16 -2565,16 +2574,16 @@@ msgstr "
"{1}"
msgid "Expecting <i>min</i>/<i>max</i> after ''timestamp''"
- msgstr "ãtimestampãã®å¾ã«<i>min</i>/<i>max</i>ãå¿
è¦ã§ã"
+ msgstr "''timestamp''ã®å¾ã«<i>min</i>/<i>max</i>ãå¿
è¦ã§ã"
msgid "Range of primitive ids expected"
- msgstr "å©ç¨å¯è½ãªããªããã£ãIDã®ç¯å²"
+ msgstr "ããªããã£ãIDã®ç¯å²ã®æå®ãå¿
è¦ã§ã"
msgid "Range of changeset ids expected"
- msgstr "å©ç¨å¯è½ãªå¤æ´ã»ããIDã®ç¯å²"
+ msgstr "夿´ã»ããIDã®ç¯å²ã®æå®ãå¿
è¦ã§ã"
msgid "Range of versions expected"
- msgstr "å©ç¨å¯è½ãªãã¼ã¸ã§ã³ã®ç¯å²"
+ msgstr "ãã¼ã¸ã§ã³ã®ç¯å²ã®æå®ãå¿
è¦ã§ã"
msgid "Key cannot be empty when tag operator is used. Sample use: key=value"
msgstr "ã¿ã°ãªãã¬ã¼ã¿ã¼ã使ã£ã¦ããæã¯ããã¼ã¯ç©ºã§ã¯ããã¾ãããä¾ãã°ããããã¦ãã ãã: key=value"
@@@ -2566,13 -2583,13 +2592,13 @@@ msgid "Unknown primitive type: {0}. All
msgstr "ããªããã£ãã®ç¨®é¡ã䏿ã§ã: {0}. 許ãããå¤ã¯ã\"node\", \"way\" ãã㦠\"relation\"ã§ãã"
msgid "Primitive id expected"
- msgstr "ããªããã£ãIDãæå¾
"
+ msgstr "ããªããã£ãIDãå¿
è¦ã§ã"
msgid "Range of numbers expected"
- msgstr "äºæãããæ°åã®ç¯å²"
+ msgstr "æ°å¤ã®ç¯å²ãå¿
è¦ã§ã"
msgid "Unexpected token. Expected {0}, found {1}"
- msgstr "äºæããªããã¼ã¯ã³ã§ãã{0}ãæå¾
ãã¦ã¾ãããã{1}ãåãåãã¾ããã"
+ msgstr "äºæããªããã¼ã¯ã³ã§ãã{0}ãå¿
è¦ãªå ´æã«{1}ãããã¾ããã"
msgid "Unexpected token: {0}"
msgstr "äºæ³å¤ã®ãã¼ã¯ã³: {0}"
@@@ -2586,9 -2603,8 +2612,8 @@@ msgstr "XORã®ãã©ã¡ã¼ã¿ã¼ããã
msgid "Missing operator for NOT"
msgstr "NOTã«å¯¾ããæ¼ç®åãè¦ã¤ããã¾ãã"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr "è¦å: åé¤ããããªãã¸ã§ã¯ã {1} ã®ã¿ã° ''{0}'' ãèªåçã«åãæ¨ã¦ã¦ãã¾ã"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr "åé¤ããããªãã¸ã§ã¯ã {1} ã®ã¿ã° ''{0}'' ã®å¤ã¯èªåçã«åé¤ããã¾ã"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2599,7 -2615,7 +2624,7 @@@ msgid "Precondition Violation
msgstr "åææ¡ä»¶éå"
msgid "{0} nodes in way {1} exceed the max. allowed number of nodes {2}"
- msgstr "ã¦ã§ã¤ {1} ã®ãã¡{0}ãã¼ãããæå¤§è¨±å®¹æ°ãè¶ãã¾ãããæå¤§è¨±å®¹æ°ã¯ {2} ã§ãã"
+ msgstr "ã¦ã§ã¤{1}ã«{0}ä»¶ã®ãã¼ãããããæå¤§æ°ãè¶
ãã¦ãã¾ãããã¼ãã®æå¤§æ°ã¯{2}ä»¶ã§ãã"
msgid "API Capabilities Violation"
msgstr "APIæ©è½éå"
@@@ -2674,7 -2690,10 +2699,10 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ {0} ã追å
msgid "Added {0} object"
msgid_plural "Added {0} objects"
- msgstr[0] "{0} åã®ãªãã¸ã§ã¯ãã追å ãã¾ãã"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã追å ãã¾ãã"
+
+ msgid "New way {0} has 0 nodes"
+ msgstr "æ°ããã¦ã§ã¤{0}ã«ãã¼ããããã¾ãã"
msgid "Change node {0}"
msgstr "ãã¼ã {0} ã夿´"
@@@ -2710,13 -2729,13 +2738,13 @@@ msgid "Remove \"{0}\" for {1} objects
msgstr "{1}ãªãã¸ã§ã¯ãã® \"{0}\"ãåé¤"
msgid "Set {0}={1} for {2} objects"
- msgstr "{2}åã®ãªãã¸ã§ã¯ãã«{0}={1}ãè¨å®"
+ msgstr "{2}ä»¶ã®ãªãã¸ã§ã¯ãã«{0}={1}ãè¨å®"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "{0} ããããã£ã {1} ãªãã¸ã§ã¯ãããåé¤ãã¾ãã"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{1}ä»¶ã®ãªãã¸ã§ã¯ããã{0}ä»¶ã®ã¿ã°ãåé¤ãã¾ãã"
- msgid "Set {0} properties for {1} objects"
- msgstr "{0} ããããã£ã {1} ãªãã¸ã§ã¯ãã«è¨å®ãã¾ããã"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "{1}ä»¶ã®ãªãã¸ã§ã¯ãã«{0}ä»¶ã®ã¿ã°ãè¨å®ãã¾ãã"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "\"{0}\" ã \"{1}\" ã§ç½®ãæããã"
@@@ -2739,9 -2758,9 +2767,9 @@@ msgid "Double conflict
msgstr "äºéã®ç«¶å"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
- msgstr "è¦å: ã¬ã¤ã¤ã¼ ''{0}'' ã¯æ¢ã«åå¨ãã¦ãã¾ããããªãã¸ã§ã¯ã ''{1}''ã«å¯¾ããç«¶åã¯åãé¤ããã¨ãã§ãã¾ããã"
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
+ msgstr "ã¬ã¤ã¤ã¼ ''{0}'' ãæ¢ã«åå¨ãã¾ããããªãã¸ã§ã¯ã ''{1}'' ã®ç«¶åãåé¤ã§ãã¾ããã"
msgid "Add conflict for ''{0}''"
msgstr "''{0}'' ã«ç«¶åã追å "
@@@ -2770,19 -2789,19 +2798,19 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ {0} ãåé
msgid "Delete {0} object"
msgid_plural "Delete {0} objects"
- msgstr[0] "{0} åã®ãªãã¸ã§ã¯ããåé¤"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ããåé¤"
msgid "Delete {0} node"
msgid_plural "Delete {0} nodes"
- msgstr[0] "{0} åã®ãã¼ããåé¤"
+ msgstr[0] "{0}åã®ãã¼ããåé¤"
msgid "Delete {0} way"
msgid_plural "Delete {0} ways"
- msgstr[0] "{0} åã®ã¦ã§ã¤ãåé¤"
+ msgstr[0] "{0}æ¬ã®ã¦ã§ã¤ãåé¤"
msgid "Delete {0} relation"
msgid_plural "Delete {0} relations"
- msgstr[0] "{0} åã®ãªã¬ã¼ã·ã§ã³ãåé¤"
+ msgstr[0] "{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³ãåé¤"
msgid "Deleted ''{0}''"
msgstr "''{0}''ãåé¤"
@@@ -2814,42 -2833,45 +2842,45 @@@ msgid_plural "
"and cannot be undone easily after being uploaded to the server.<br/>Do you "
"really want to delete?"
msgstr[0] ""
- "ããªãã¯æ¬¡ã®{0}åã®ãªã¬ã¼ã·ã§ã³ãåé¤ãããã¨ãã¦ãã¾ãã{1}<br/>ãã®æä½ã¯ãã¾ãå¿
è¦ã§ã¯ãªãããµã¼ãã¼ã«ã¢ãããã¼ãå¾ã¯ç°¡åã«å
ã«æ»ãã¾ããã"
- "<br/>æ¬å½ã«åé¤ãã¾ããï¼"
+ "ããªãã¯æ¬¡ã®ãªã¬ã¼ã·ã§ã³{0}ä»¶ãåé¤ãããã¨ãã¦ãã¾ãã{1}<br/>ãã®æä½ã¯ãã¾ãå¿
è¦ã§ã¯ãªãããµã¼ãã¼ã«ã¢ãããã¼ãå¾ã¯ç°¡åã«å
ã«æ»ãã¾ããã<"
+ "br/>æ¬å½ã«åé¤ãã¾ããï¼"
msgid "Delete relation?"
- msgstr "ãªã¬ã¼ã·ã§ã³ãåé¤?"
+ msgstr "ãªã¬ã¼ã·ã§ã³ãåé¤ãã¾ãã?"
msgid "Resolve conflicts in deleted state in {0}"
msgstr "{0} å
ã®å餿¸ã¿ç¶æ
ã®ç«¶åã解決"
msgid "Set the ''modified'' flag for node {0}"
- msgstr "ãã¼ã{0}ã«''ä¿®æ£ä¸''ãã©ã°ãè¨å®ãã¾ãã"
+ msgstr "ãã¼ã{0}ã«''ä¿®æ£æ¸ã¿''ãã©ã°ãè¨å®ãã¾ãã"
msgid "Set the ''modified'' flag for way {0}"
- msgstr "ã¦ã§ã¤{0}ã«''ä¿®æ£ä¸''ãã©ã°ãè¨å®ãã¾ãã"
+ msgstr "ã¦ã§ã¤{0}ã«''ä¿®æ£æ¸ã¿''ãã©ã°ãè¨å®ãã¾ãã"
msgid "Set the ''modified'' flag for relation {0}"
- msgstr "ãªã¬ã¼ã·ã§ã³ {0} ã« ''ä¿®æ£ä¸'' ãã©ã°ãè¨å®ãã¾ãã"
+ msgstr "ãªã¬ã¼ã·ã§ã³{0}ã«''ä¿®æ£æ¸ã¿''ãã©ã°ãè¨å®ãã¾ãã"
msgid "Move {0} node"
msgid_plural "Move {0} nodes"
- msgstr[0] "{0} åã®ãã¼ããç§»å"
+ msgstr[0] "{0}åã®ãã¼ããç§»å"
msgid "Purged {0} object"
msgid_plural "Purged {0} objects"
- msgstr[0] "{0}ãªãã¸ã§ã¯ãã®åé¤"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã®åé¤"
msgid "Resolve conflicts in member list of relation {0}"
- msgstr "ãªã¬ã¼ã·ã§ã³ {0} ã®ã¡ã³ãã¼ãªã¹ãå
ã®ç«¶åã解決"
+ msgstr "ãªã¬ã¼ã·ã§ã³{0}ã®ã¡ã³ãã¼ãªã¹ãå
ã®ç«¶åã解決"
+
+ msgid "Removed nodes from {0}"
+ msgstr "{0}ãããã¼ããåé¤"
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
- msgstr[0] "{0} åã®ãã¼ããå転"
+ msgstr[0] "{0}åã®ãã¼ããå転"
msgid "Scale {0} node"
msgid_plural "Scale {0} nodes"
- msgstr[0] "{0}ãã¼ããæ¡å¤§ç¸®å°"
+ msgstr[0] "{0}åã®ãã¼ããæ¡å¤§ç¸®å°"
msgid "Sequence: {0}"
msgstr "ä¸é£ã®æä½: {0}"
@@@ -2865,7 -2887,7 +2896,7 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ {1} ã§{0}ä»
msgid "Transform {0} node"
msgid_plural "Transform {0} nodes"
- msgstr[0] "{0} ä»¶ã®ãã¼ãã夿"
+ msgstr[0] "{0}åã®ãã¼ãã夿"
msgid "Resolve version conflict for node {0}"
msgstr "ãã¼ã {0} ã®ãã¼ã¸ã§ã³ã®ç«¶åã解決"
@@@ -2901,9 -2923,9 +2932,9 @@@ msgid "Reverse directional way.
msgstr "ã¦ã§ã¤ã®æ¹åãå転ãã¾ãã"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
- msgstr "ãã®ã¦ã§ã¤ãå転ããå ´åã¯ããã¼ã¿ã®ä¸è²«æ§ãä¿ã¤ãããã¦ã§ã¤ã¨ãã®ãã¼ãã®ããããã£ã次ã®ããã«å¤æ´ãããããå§ããã¾ãã"
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
+ msgstr "ãã®ã¦ã§ã¤ãå転ãããã¨ããã¼ã¿ã®ä¸è²«æ§ãç¶æããããã«æ¬¡ã®å¤æ´ãææ¡ããã¾ãã"
msgid "Relation"
msgstr "ãªã¬ã¼ã·ã§ã³"
@@@ -2932,14 -2954,14 +2963,14 @@@ msgstr "鏿ãã夿´ãé©ç¨ãã
msgid "Do not apply changes"
msgstr "夿´ãé©ç¨ãã¾ãã"
- msgid "Please select which property changes you want to apply."
- msgstr "é©ç¨ãããããããã£ã®å¤æ´ã鏿ãã¦ãã ããã"
+ msgid "Please select which changes you want to apply."
+ msgstr "é©ç¨ããã夿´ã鏿ãã¦ä¸ããã"
- msgid "Properties of "
- msgstr "ãããã㣠"
+ msgid "Tags of "
+ msgstr "ã¿ã°: "
msgid "Roles in relations referring to"
- msgstr "次ãåç
§ãããªã¬ã¼ã·ã§ã³ä¸ã®ãã¼ã«"
+ msgstr "ãªã¬ã¼ã·ã§ã³å
ã§ã®ãã¼ã«"
msgid "Automatic tag correction"
msgstr "èªåã¿ã°ä¿®æ£"
@@@ -2956,6 -2978,9 +2987,9 @@@ msgstr "ãã¡ã¤ã«ä½æä¸ã«IOã¨ã
msgid "Unable to delete old backup file {0}"
msgstr "å¤ãããã¯ã¢ãããã¡ã¤ã«{0}ãåé¤ã§ãã¾ããã"
+ msgid "Your work has been saved automatically."
+ msgstr "使¥å
容ãèªåçã«ä¿åããã¾ããã"
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "次ã®å餿¸ã¿ã¬ã¤ã¤ã¼ã®ããã¯ã¢ãã使ä¸ã«ã¨ã©ã¼: {0}"
@@@ -2963,10 -2988,10 +2997,10 @@@ msgid "Restoring files
msgstr "ãã¡ã¤ã«ãã¬ã¹ãã¢ä¸"
msgid "Illegal latitude value ''{0}''"
- msgstr "䏿£ãªç·¯åº¦ã®å¤ ''{0}''"
+ msgstr "誤ã£ã緯度ã®å¤ ''{0}''"
msgid "Illegal longitude value ''{0}''"
- msgstr "䏿£ãªçµåº¦ã®å¤ ''{0}''"
+ msgstr "誤ã£ãçµåº¦ã®å¤ ''{0}''"
msgid "Question"
msgstr "質å"
@@@ -2988,19 -3013,19 +3022,19 @@@ msgstr "
"<html>è¨å®ãã¡ã¤ã«ãã<b>{0}</b>ã®è¨å®é
ç®ã追å ãããã¨ãã¦ãã¾ããã<br/>ç¾æç¹ã§æ¢å®å¤ãåããã¾ããã<br/>é¢ä¿ããæ©è½ãæå¹"
"ã«ãã¦ããããä¸åº¦ã¤ã³ãã¼ãããã¦ãã ããã"
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "è¦å: ãã£ãã·ã¥ãã£ã¬ã¯ããªã®ä½æã«å¤±æãã¾ãã: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "ãã£ãã·ã¥ãã£ã¬ã¯ããª{0}ã®ä½æã«å¤±æãã¾ãã"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>åå¨ããªããã£ãã·ã¥ãã£ã¬ã¯ããª: {0} ã®ä½æã«å¤±æ</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "è¦å: ããªã»ããã®è¨å®ã ''{0}''ã¨ããã®ã«å¤±æãã¾ããã"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "è¨å®ã''{0}''ã«ä¿åã§ãã¾ããã§ãã"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
- msgstr "è¦å: è¨å®ã®åæåã«å¤±æãã¾ãããè¨å®ãã£ã¬ã¯ã㪠''{0}'' ã¯ãã£ã¬ã¯ããªã§ã¯ããã¾ããã"
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
+ msgstr "è¨å®ã®åæåã«å¤±æãã¾ãããè¨å®ãã£ã¬ã¯ããª''{0}''ããã£ã¬ã¯ããªã§ã¯ããã¾ããã"
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3008,23 -3033,21 +3042,21 @@@
msgstr "<html>è¨å®ã®åæåã«å¤±æãã¾ããã<br>è¨å®ãã£ã¬ã¯ã㪠''{0}'' ã¯ãã£ã¬ã¯ããªã§ã¯ããã¾ããã</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
- msgstr "è¦å: è¨å®ã®åæåã«å¤±æãã¾ãããè¨å®ãã£ã¬ã¯ã㪠{0} ã®ä½æã«å¤±æãã¾ããã"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
+ msgstr "è¨å®ã®åæåã«å¤±æãã¾ãããè¨å®ãã£ã¬ã¯ã㪠{0} ã®ä½æã«å¤±æãã¾ããã"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
msgstr "<html>è¨å®ã®åæåã«å¤±æãã¾ããã<br>使ã«å¤±æããè¨å®ãã£ã¬ã¯ããª: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
- msgstr "æ
å ±: è¨å®ãã¡ã¤ã« \"{0}\" ãããã¾ãããæ¢å®å¤ã®è¨å®ãã¡ã¤ã«ã使ãã¾ãã"
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
+ msgstr "è¨å®ãã¡ã¤ã« ''{0}'' ãè¦ã¤ããã¾ãããæ¢å®å¤ã®è¨å®ãã¡ã¤ã«ã使ãã¾ãã"
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
- msgstr "è¦å: æ¢åã®è¨å®ãã¡ã¤ã« ''{0}'' ãããã©ã«ãã®è¨å®ãã¡ã¤ã«ã§ç½®ãæãã¾ãã"
+ "Replacing existing preference file ''{0}'' with default preference file."
+ msgstr "æ¢åã®è¨å®ãã¡ã¤ã« ''{0}'' ãæ¢å®ã®è¨å®ãã¡ã¤ã«ã§ç½®ãæãã¾ãã"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3039,9 -3062,9 +3071,9 @@@ msgstr "
"l>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
- msgstr "è¦å:è¨å®(ããªãã¡ã¬ã³ã¹)ã®åæåã«å¤±æãããªãã¡ã¬ã³ã¹ãã¡ã¤ã«ãæ¢å®å¤ã«ãªã»ãã失æ:{0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
+ msgstr "è¨å®ã®åæåã«å¤±æãã¾ãããè¨å®ãã¡ã¤ã« {0} ãæ¢å®å¤ã«ãªã»ããã§ãã¾ããã§ããã"
msgid "Paint style {0}: {1}"
msgstr "æç»ã¹ã¿ã¤ã« {0}:{1}"
@@@ -3070,12 -3093,11 +3102,11 @@@ msgstr "ãªã½ã¼ã¹''{0}'' ã®ãã¼ã
msgid "UNKNOWN"
msgstr "䏿"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr "è¦å: ãªãã¸ã§ã³ãã¡ã¤ã«ã«äºæããªãJOSMãã¼ã¸ã§ã³çªå·ï¼''{0}''ï¼ãããã¾ã"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "ãªãã¸ã§ã³ãã¡ã¤ã«ã«äºæããªãJOSMãã¼ã¸ã§ã³çªå·ï¼''{0}''ï¼ãããã¾ã"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "è¦å: ãªãã¸ã§ã³ãã¡ã¤ã« ''/REVISION'' ãããã¾ããã"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "''/REVISION''ã§æå®ããããªãã¸ã§ã³ãã¡ã¤ã«ãè¦ã¤ããã¾ããã"
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "ããªããã£ã ''{0}'' ã«ã¯æ¢ã«ç«¶åãç»é²ããã¦ãã¾ã"
@@@ -3115,10 -3137,10 +3146,10 @@@ msgid "Projection ''{0}'' is not found
msgstr "æå½±æ³ ''{0}'' ãè¦ã¤ããã¾ãããããã¯ãã¼ã¯ ''{1}'' ã¯å©ç¨ã§ãã¾ããã"
msgid "ID > 0 expected. Got {0}."
- msgstr "ID > 0 ã§ããå¿
è¦ãããã¾ãã {0} ãåãåãã¾ãã"
+ msgstr "IDã¯0ãã大ãããªããã°ãªãã¾ãããã{0}ã§ããã"
msgid "Version > 0 expected. Got {0}."
- msgstr "ãã¼ã¸ã§ã³ > 0 ã§ããå¿
è¦ãããã¾ãã {0} ãåãåãã¾ãã"
+ msgstr "ãã¼ã¸ã§ã³çªå·ã¯0ãã大ãããªããã°ãªãã¾ãããã{0}ã§ããã"
msgid ""
"Cannot assign a changesetId > 0 to a new primitive. Value of changesetId is "
@@@ -3137,8 -3159,8 +3168,8 @@@ msgid "
"Please report this at http://josm.openstreetmap.de/. This is not a critical "
"error, it should be safe to continue in your work."
msgstr ""
- "ãã¼ã¿ã»ããå
ã« [{0} {1}] ã®ç·åãããã¯ããªã®ã«è¦ã¤ããã¾ãããããã http://josm.openstreetmap.de/ "
- "ã«å ±åãã¦ãã ãããããã¯è´å½çãªã¨ã©ã¼ã§ã¯ãªããå®å
¨ã«ä½æ¥ãç¶ãããã¾ãã"
+ "ãã¼ã¿ã»ããå
ã«[{0} {1}]ã®ç·åãããã¯ããªã®ã«è¦ã¤ããã¾ãããhttp://josm.openstreetmap.de/ "
+ "ã«å ±åãã¦ãã ãããè´å½çãªã¨ã©ã¼ã§ã¯ãªããå®å
¨ã«ä½æ¥ãç¶ãããã¾ãã"
msgid "Missing merge target for way with id {0}"
msgstr "ID {0} ã®ã¦ã§ã¤ã®çµå対象ãè¦ã¤ããã¾ãã"
@@@ -3226,44 -3248,43 +3257,43 @@@ msgstr "ID ''{0}'' ã®ããªããã£ã
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "ãã©ã¡ã¼ã¿ã¼ {0} ã 0..{1} ã®ç¯å²å¤ã§ãã {2} ã«ãªã£ã¦ãã¾ãã"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
- msgstr "ã¨ã©ã¼: ãããã¬ã³ãã©ã¼ã¯ã©ã¹ ''{0}''ã®ãã¼ãã«å¤±æãã¯ã©ã¹ãè¦ã¤ããã¾ããã"
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgstr "å°å³æç»ã¯ã©ã¹ ''{0}'' ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãããã¯ã©ã¹ãè¦ã¤ããã¾ããã§ããã"
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
- msgstr "ã¬ã³ãã©ã¼ã¯ã©ã¹ ''{0}''ãæå¹åã§ãã¾ãããã¯ã©ã¹ãè¦ã¤ããã¾ããã"
+ msgstr "å°å³æç»ã¯ã©ã¹ ''{0}''ãæå¹åã§ãã¾ãããã¯ã©ã¹ãè¦ã¤ããã¾ããã"
msgid "Activating the standard map renderer instead."
- msgstr "代ããã«æ¨æºãããã¬ã³ãã©ã¼ãæå¹åãã¦ãã¾ãã"
+ msgstr "代ããã«æ¨æºã®å°å³ã¬ã³ãã©ã¼ãæå¹åãã¦ãã¾ãã"
msgid ""
"Can''t activate map renderer class ''{0}'', because it isn''t a subclass of "
"''{1}''."
- msgstr "ãããã¬ã³ãã©ã¼ã¯ã©ã¹ ''{0}''ãæå¹åã§ãã¾ããã ''{1}''ã®ãµãã¯ã©ã¹ã§ã¯ããã¾ããã"
+ msgstr "''{1}''ã®ãµãã¯ã©ã¹ã§ã¯ãªããããå°å³æç»ã¯ã©ã¹''{0}''ãæå¹åã§ãã¾ããã"
msgid ""
"Can''t activate map renderer class ''{0}'', because it isn''t registered as "
"map renderer."
- msgstr "ãããã¬ã³ãã©ã¼ã¯ã©ã¹ ''{0}''ãæå¹åã§ãã¾ããããããã¬ã³ãã©ã¼ã¨ãã¦ç»é²ããã¦ãã¾ããã"
+ msgstr "å°å³ã¬ã³ãã©âã¨ãã¦ç»é²ããã¦ããªããããå°å³æç»ã¯ã©ã¹''{0}''ãæå¹åã§ãã¾ããã"
msgid "Wireframe Map Renderer"
- msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã ãããã¬ã³ãã©ã¼"
+ msgstr "ã¯ã¤ã¤ã¼ãã¬ã¼ã å°å³ã¬ã³ãã©ã¼"
msgid "Renders the map as simple wire frame."
- msgstr "ããããã·ã³ãã«ãªã¯ã¤ã¤ã¼ãã¬ã¼ã ã¨ãã¦ã¬ã³ããªã³ã°ãã¾ãã"
+ msgstr "å°å³ãã·ã³ãã«ãªã¯ã¤ã¤ã¼ãã¬ã¼ã ã¨ãã¦ã¬ã³ããªã³ã°ãã¾ãã"
msgid "Styled Map Renderer"
- msgstr "ã¹ã¿ã¤ã«ä»ããããã¬ã³ãã©ã¼"
+ msgstr "ã¹ã¿ã¤ã«ä»ãå°å³ã¬ã³ãã©ã¼"
msgid "Renders the map using style rules in a set of style sheets."
- msgstr "ã¹ã¿ã¤ã«ã·ã¼ãã®ã»ããå
ã®ã¹ã¿ã¤ã«ã«ã¼ã«ã使ç¨ãã¦ããããã¬ã³ããªã³ã°ãã¾ãã"
+ msgstr "ã¹ã¿ã¤ã«ã·ã¼ãã®ã»ããå
ã®ã¹ã¿ã¤ã«ã«ã¼ã«ã使ç¨ãã¦å°å³ãã¬ã³ããªã³ã°ãã¾ãã"
msgid "inactive"
- msgstr "忢ä¸"
+ msgstr "éã¢ã¯ãã£ã"
msgid "selected"
- msgstr "鏿æ¸ã®"
+ msgstr "鏿æ¸ã¿"
msgid "Relation: selected"
msgstr "ãªã¬ã¼ã·ã§ã³: 鏿æ¸ã¿"
@@@ -3305,10 -3326,10 +3335,10 @@@ msgid "Unkown parameter: ''{0}''.
msgstr "''{0}''ã¯ä¸æãªãã©ã¡ã¼ã¿ã¼ã§ãã"
msgid "Value expected for parameter ''{0}''."
- msgstr "ãã©ã¡ã¼ã¿ã¼ ''{0}'' ã«ã¯å¤ãå¿
è¦ã§ãã"
+ msgstr "ãã©ã¡ã¼ã¿ã¼''{0}''ã«ã¯å¤ãå¿
è¦ã§ãã"
msgid "No value expected for parameter ''{0}''."
- msgstr "ãã©ã¡ã¼ã¿ã¼ ''{0}'' ã«ã¯å¤ãä¸è¦ã§ãã"
+ msgstr "ãã©ã¡ã¼ã¿ã¼''{0}''ã«ã¯å¤ãä»ããã¹ãã§ã¯ããã¾ããã"
msgid "Unexpected parameter format (''{0}'')"
msgstr "ãã©ã¡ã¼ã¿ã¼ã®æ¸å¼ãéãã¾ãï¼''{0}''ï¼"
@@@ -3334,12 -3355,12 +3364,12 @@@ msgstr "+nadgrids ãªãã·ã§ã³ã«æ
msgid "Unkown datum identifier: ''{0}''"
msgstr "ãã¼ã¿ã®ID ''{0}'' ãè¦ã¤ããã¾ãã"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "æ¸¬å°æ³ãæå®ãã¦ãã ããï¼+datum=*ã+towgs84=*ã+nadgirds=*ãªã©ï¼"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "æ¸¬å°æ³ãæå®ãã¦ãã ããï¼+datum=*ã+towgs84=*ã+nadgrids=*ãªã©ï¼"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
- msgstr "''towgs84'' ãã©ã¡ã¼ã¿ç¨ã®å¼æ°ã®åæ°ã䏿£ã§ã(3ãã7ã§ãªããã°ãªãã¾ãã)"
+ msgstr "''towgs84''ãã©ã¡ã¼ã¿ã¼ã®å¼æ°ã®åæ°ãæ£ããããã¾ããï¼3ãã7ã§ãªããã°ãªãã¾ããï¼"
msgid "Unable to parse value of parameter ''towgs84'' (''{0}'')"
msgstr "ãã©ã¡ã¼ã¿ã¼ ''towgs84'' ã®å¤ ''{0}'' ãè§£éã§ãã¾ãã"
@@@ -3351,11 -3372,11 +3381,14 @@@ msgid "Unkown projection identifier: ''
msgstr "æå½±æ³ã®èå¥å ''{0}'' ã¯ä¸æã§ã"
msgid "Unexpected number of arguments for parameter ''+bounds'' (must be 4)"
- msgstr "''+bounds''ãã©ã¡ã¼ã¿ã¼ã®å¼æ°ã®æ°ã䏿£ã§ãï¼4ã¤ã§ãªããã°ãªãã¾ããï¼"
+ msgstr "''+bounds''ãã©ã¡ã¼ã¿ã¼ã®å¼æ°ã®åæ°ãæ£ããããã¾ããï¼4ã§ãªããã°ãªãã¾ããï¼"
+
+ msgid "Unknown parameter ''{0}''"
+ msgstr "''{0}'' ã¯ä¸æãªãã©ã¡ã¼ã¿ã¼ã§ã"
+msgid "Unknown parameter ''{0}''"
+msgstr "''{0}'' ã¯ä¸æãªãã©ã¡ã¼ã¿ã¼ã§ã"
+
msgid "Expected number argument for parameter ''{0}''"
msgstr "ãã©ã¡ã¼ã¿ã¼ ''{0}'' ã«ã¯æ°å¤ã®å¼æ°ãå¿
è¦ã§ã"
@@@ -3372,9 -3393,6 +3405,6 @@@ msgstr "ç¬èªã®æå½±æ³
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "ã¨ã©ã¼: ãªã½ã¼ã¹ ''/data/{0}'' ã®å
¥åã¹ããªã¼ã ããªã¼ãã³ã§ãã¾ããã§ããã"
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3404,16 -3422,19 +3434,19 @@@ msgstr "
"{1}"
msgid "validation error"
- msgstr "妥彿§æ¤æ»ã¨ã©ã¼"
+ msgstr "妥彿§æ¤æ»ï¼ã¨ã©ã¼ï¼"
msgid "validation warning"
- msgstr "妥彿§æ¤æ»ã®è¦å"
+ msgstr "妥彿§æ¤æ»ï¼è¦åï¼"
msgid "validation other"
- msgstr "ãã®ä»ãæ¤è¨¼"
+ msgstr "妥彿§æ¤æ»ï¼ãã®ä»ï¼"
msgid "Running test {0}"
- msgstr "ãã¹ã {0} å®è¡ä¸"
+ msgstr "{0}ã®ãã¹ããå®è¡ä¸"
+
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "{1}ã§''{0}''ã®ãã¹ããå®äºãã¾ãã"
msgid "Addresses"
msgstr "使"
@@@ -3428,7 -3449,7 +3461,7 @@@ msgid "House number without street
msgstr "éãåã®ãªãä½å±
çªå·ããã"
msgid "House number ''{0}'' duplicated"
- msgstr "å®¶å±çªå· ''{0}'' ãéè¤ãã¦ãã¾ã"
+ msgstr "ä½å±
çªå·''{0}''ãéè¤ãã¦ãã¾ã"
msgid "Duplicate house numbers"
msgstr "ä½å±
çªå·ãéè¤ãã¦ãã"
@@@ -3439,6 -3460,15 +3472,15 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ã«è¤æ°ã®é
msgid "House number too far from street"
msgstr "ä½å±
çªå·ãéãããé ããã"
+ msgid "Barriers and entrances"
+ msgstr "æµã¨å
¥å£"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "æµã¨å
¥å£ã®ã¨ã©ã¼ããã§ãã¯ããã"
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "æµã®å
¥å£ãæµã®ä¸ã«è¨å®ããã¦ããªã"
+
msgid "Building inside building"
msgstr "建ç©ã®å
å´ã«ãã建ç©"
@@@ -3498,6 -3528,9 +3540,9 @@@ msgstr " ãããã¯
msgid "{0} is deprecated, use {1} instead"
msgstr "{0}ã¯æ¨å¥¨ããã¦ãã¾ããããããã«{1}ã使ç¨ãã¦ãã ãã"
+ msgid "{0} is unnecessary"
+ msgstr "{0}ã¯ä¸è¦ã§ã"
+
msgid "Duplicated nodes"
msgstr "éè¤ãããã¼ã"
@@@ -3557,7 -3590,7 +3602,7 @@@ msgstr "éè¤ããã¦ã§ã¤
msgid ""
"This test checks that there are no ways with same node coordinates and "
"optionally also same tags."
- msgstr "ãã®æ¤æ»ã¯ãåããã¼ã座æ¨ãæã¡ããªãã·ã§ã³ã§åãã¿ã°ãæã¤ã¦ã§ã¤ããªããã©ããã調ã¹ã¾ãã"
+ msgstr "ãã®ãã¹ãã¯åããã¼ã座æ¨ãæã¡ããªãã·ã§ã³ã§åãã¿ã°ãæã¤ã¦ã§ã¤ããªããã©ããããã§ãã¯ãã¾ãã"
msgid "Ways with same position"
msgstr "åãä½ç½®ãæã¤ã¦ã§ã¤"
@@@ -3580,6 -3613,15 +3625,15 @@@ msgstr "éè·¯ã®æå³ä¸ã®ãã§ãã
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "ãã¼ã¿ãªã¼äº¤å·®ç¹ãç¡å¹ã§ãï¼highway: {1} ã®ä»£ããã« {0}ï¼"
+ msgid "Missing pedestrian crossing information"
+ msgstr "æ¨ªææ©éæ
å ±ããªã"
+
+ msgid "Unknown country code: {0}"
+ msgstr "å½ã³ã¼ã{0}ã䏿ã§ã"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "source:maxspeedã®ã³ã³ããã¹ã{0}ã䏿ã§ã"
+
msgid "Multipolygon"
msgstr "ãã«ãããªã´ã³"
@@@ -3599,7 -3641,7 +3653,7 @@@ msgid "No style in multipolygon relatio
msgstr "ãã«ãããªã´ã³ã®ãªã¬ã¼ã·ã§ã³ã«ã¹ã¿ã¤ã«ãããã¾ãã"
msgid "Style for inner way equals multipolygon"
- msgstr "ã¤ã³ãã¼ã¦ã§ã¤ã®ã¹ã¿ã¤ã«ã¯ãã«ãããªã´ã³ã¨åãã§ã"
+ msgstr "å
é¨ã¦ã§ã¤ã®ã¹ã¿ã¤ã«ããã«ãããªã´ã³ã¨åãã§ã"
msgid "Style for outer way mismatches"
msgstr "ã¢ã¦ã¿ã¼ã¦ã§ã¤ã®ã¹ã¿ã¤ã«ãã¢ã³ãããã§ã"
@@@ -3608,7 -3650,7 +3662,7 @@@ msgid "Multipolygon is not closed
msgstr "ãã«ãããªã´ã³ãéãããã¦ãã¾ãã"
msgid "Multipolygon inner way is outside"
- msgstr "ãã«ãããªã´ã³ã®ã¤ã³ãã¼ã¦ã§ã¤ãå¤å´ã§ã"
+ msgstr "ãã«ãããªã´ã³ã®å
é¨ã¦ã§ã¤ãå¤å´ã«ããã¾ã"
msgid "Intersection between multipolygon ways"
msgstr "ãã«ãããªã´ã³ã¦ã§ã¤éã®äº¤å·®"
@@@ -3651,6 -3693,12 +3705,12 @@@ msgstr "åãååã®ãã¼ã
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "ãã®ãã¹ãã¯åãååã®ãã¼ããæ¢ãã¾ãï¼éè¤ã®å¯è½æ§ï¼ã"
+ msgid "Opening hours syntax"
+ msgstr "å¶æ¥æéã®æ¸å¼"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "ãã®ãã¹ãã¯å¶æ¥æéã®ä½¿ãæ¹ãæ£ãããããã§ãã¯ãã¾ãã"
+
msgid "Overlapping Areas"
msgstr "ã¨ãªã¢ã®éè¤"
@@@ -3666,7 -3714,7 +3726,7 @@@ msgstr "éãªã£ãã¦ã§ã¤
msgid ""
"This test checks that a connection between two nodes is not used by more "
"than one way."
- msgstr "ãã®ãã¹ãã¯ãµãã¤ã®ãã¼ãéã®æ¥ç¶ãã²ã¨ã¤ä»¥ä¸ã®ã¦ã§ã¤ã§ä½¿ç¨ããã¦ããªãããã§ãã¯ãã¾ãã"
+ msgstr "ãã®ãã¹ãã¯2åã®ãã¼ãéã®æ¥ç¶ã2æ¬ä»¥ä¸ã®ã¦ã§ã¤ã§ä½¿ç¨ããã¦ããªããããã§ãã¯ãã¾ãã"
msgid "Areas share segment"
msgstr "ä¸é¨ãå
±æãã¦ããã¨ãªã¢"
@@@ -3708,15 -3756,15 +3768,15 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ç¨®å¥ã䏿
msgid "Relation is empty"
msgstr "ãªã¬ã¼ã·ã§ã³ã¯ç©ºã§ã"
+ msgid "Role verification problem"
+ msgstr "ãã¼ã«æ¤è¨¼ã«åé¡"
+
msgid "<empty>"
msgstr "<empty>"
msgid "Role {0} missing"
msgstr "ãã¼ã«{0} ãããã¾ãã"
- msgid "Role verification problem"
- msgstr "ãã¼ã«æ¤è¨¼ã«åé¡"
-
msgid "Number of {0} roles too low ({1})"
msgstr "{0} ãã¼ã«ã®æ°ï¼{1}ï¼ãå°ãªããã¾ã"
@@@ -3737,7 -3785,7 +3797,7 @@@ msgstr "èªèº«ã§äº¤å·®ããã¦ã§ã¤
msgid ""
"This test checks for ways that contain some of their nodes more than once."
- msgstr "ãã®æ¤æ»ã¯ãåããã¼ããè¤æ°å使ç¨ããã¦ã§ã¤ããã§ãã¯ãã¾ãã"
+ msgstr "ãã®ãã¹ãã¯ãåããã¼ããè¤æ°å使ç¨ããã¦ã§ã¤ããã§ãã¯ãã¾ãã"
msgid "Similarly named ways"
msgstr "åããããªååã®ã¦ã§ã¤"
@@@ -3746,17 -3794,17 +3806,17 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "ãã®ãã¹ãã¯ã¹ãã«ãã¹ã®å¯è½æ§ãããä¼¼ãååã®ã¦ã§ã¤ããã§ãã¯ãã¾ãã"
- msgid "Properties checker :"
- msgstr "ããããã£ãã§ãã«ã¼:"
+ msgid "Tag checker"
+ msgstr "ã¿ã°ãã§ãã«ã¼"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "ãã®ãã©ã°ã¤ã³ã¯ããããã£ã®ãã¼ã¨å¤ã®ã¨ã©ã¼ããã§ãã¯ãã¾ãã"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "ãã®ãã¹ãã¯ã¿ã°ã®ãã¼ã¨å¤ã«ããã¨ã©ã¼ããã§ãã¯ãã¾ãã"
msgid "Invalid tagchecker line - {0}: {1}"
- msgstr "ã¿ã°ãã§ãã«ã¼ã©ã¤ã³ - {0}: {1}ãã䏿£ã§ãã"
+ msgstr "ã¿ã°ãã§ãã«ã¼ã®{1}è¡ç®ãç¡å¹ã§ãã{0}"
msgid "Invalid spellcheck line: {0}"
- msgstr "ã¹ãã«ãã§ãã¯è¡ {0}ã䏿£ã§ã"
+ msgstr "ã¹ãã«ãã§ãã¯ã®{0}è¡ç®ãç¡å¹ã§ãã"
msgid ""
"Could not access data file(s):\n"
@@@ -3769,7 -3817,7 +3829,7 @@@ msgid "Suspicious tag/value combination
msgstr "çãããã¿ã°ï¼å¤ã®çµã¿åããã§ã"
msgid "Key ''{0}'' invalid."
- msgstr "ãã¼ ''{0}''ã¯ä¸æ£ã§ãã"
+ msgstr "ãã¼''{0}''ã¯ç¡å¹ã§ãã"
msgid "Tag value contains character with code less than 0x20"
msgstr "ã¿ã°å¤ã«0x20ããå°ããã³ã¼ãã®ãã£ã©ã¯ã¿ãå«ã¾ãã¦ãã¾ã"
@@@ -3787,10 -3835,10 +3847,10 @@@ msgid "Tags with empty values
msgstr "å¤ã®ãªãã¿ã°"
msgid "Invalid property key"
- msgstr "ããããã£ãã¼ã䏿£ã§ã"
+ msgstr "ããããã£ãã¼ãç¡å¹ã§ã"
msgid "Invalid white space in property key"
- msgstr "ããããã£ã®ãã¼ã¨ãã¦ã䏿£ãªã¹ãã¼ã¹ãå
¥ã£ã¦ãã¾ãã"
+ msgstr "ããããã£ãã¼ã®ç©ºç½ã¯ç¡å¹ã§ã"
msgid "Property values start or end with white space"
msgstr "å¤ã§ãç©ºç½æåãæåãæå¾ã«ããããããã£"
@@@ -3888,23 -3936,23 +3948,23 @@@ msgstr "æ¢å®ã®ã¹ãã«ãã§ãã¯ã
msgid "Use the default spellcheck file (recommended)."
msgstr "æ¢å®ã®ã¹ãã«ãã§ãã¯ãã¡ã¤ã«ã使ç¨ãã¾ãï¼æ¨å¥¨ï¼ã"
- msgid "Fix properties"
- msgstr "ããããã£ãä¿®æ£"
+ msgid "Fix tags"
+ msgstr "ã¿ã°ã®ä¿®æ£"
msgid "Could not find element type"
msgstr "è¦ç´ 種å¥ãè¦ã¤ãããã¾ããã§ããã"
msgid "Incorrect number of parameters"
- msgstr "ãã©ã¡ã¼ã¿ã®æ°ã䏿£"
+ msgstr "ãã©ã¡ã¼ã¿ã®æ°ãæ£ããããã¾ãã"
msgid "Could not find warning level"
msgstr "è¦åã¬ãã«ãè¦ã¤ãããã¾ããã§ãã"
msgid "Illegal expression ''{0}''"
- msgstr "䏿£ãªè¡¨ç¾ ''{0}''"
+ msgstr "誤ã£ãè¡¨ç¾ ''{0}''"
msgid "Illegal regular expression ''{0}''"
- msgstr "䏿£ãªæ£è¦è¡¨ç¾: ''{0}''"
+ msgstr "誤ã£ãæ£è¦è¡¨ç¾: ''{0}''"
msgid "Turnrestrictions"
msgstr "é²è¡æ¹åå¶é"
@@@ -3961,7 -4009,10 +4021,10 @@@ msgid "Unclosed Ways
msgstr "éãã¦ããªãã¦ã§ã¤"
msgid "This tests if ways which should be circular are closed."
- msgstr "ããã¯å¾ªç°ãã¦ããã¹ãã¦ã§ã¤ãéãããã¦ããããã§ãã¯ãã¾ãã"
+ msgstr "ããã¯å¾ªç°ã§ããã¹ãã¦ã§ã¤ãéãã¦ããããã§ãã¯ãã¾ãã"
+
+ msgid "Unclosed way"
+ msgstr "éãã¦ããªãã¦ã§ã¤"
msgid "natural type {0}"
msgstr "èªç¶ã®ç¨®å¥ {0}"
@@@ -3993,14 -4044,11 +4056,11 @@@ msgstr "建ç©
msgid "area"
msgstr "é å"
- msgid "Unclosed way"
- msgstr "éãã¦ããªãã¦ã§ã¤"
-
msgid "Unconnected ways"
msgstr "æ¥ç¶ããã¦ããªãã¦ã§ã¤"
msgid "This test checks if a way has an endpoint very near to another way."
- msgstr "ãã®ãã¹ãã¯ã¦ã§ã¤ãå¥ã®ã¦ã§ã¤ã®ããè¿ãã«ã¨ã³ããã¤ã³ããæã£ã¦ããããã§ãã¯ãã¦ãã¾ãã"
+ msgstr "ãã®ãã¹ãã¯ã¦ã§ã¤ã®ç«¯ç¹ãå¥ã®ã¦ã§ã¤ã®ããè¿ãã«ãªããããã§ãã¯ãã¾ãã"
msgid "Way end node near other highway"
msgstr "ä»ã®éè·¯ã®è¿ãã«ããã¦ã§ã¤ã®çµç«¯ãã¼ã"
@@@ -4020,12 -4068,12 +4080,12 @@@ msgstr "ã¿ã°ä»ããæ¥ç¶ãããã
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "ãã®ãã¹ãã¯ã©ã®ã¦ã§ã¤ã«ãå±ããªãã¿ã°ç¡ãã®ãã¼ãããã§ãã¯ãã¦ãã¾ãã"
- msgid "No tags"
- msgstr "ã¿ã°ç¡ã"
-
msgid "Unconnected nodes without physical tags"
msgstr "ç©ççãªã¿ã°ã®ç¡ãæªæ¥ç¶ãã¼ã"
+ msgid "No tags"
+ msgstr "ã¿ã°ç¡ã"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "''fixme'' ã ''FIXME''ãå«ãã¿ã°ãããã¾ã"
@@@ -4086,23 -4134,6 +4146,6 @@@ msgstr "海岸ç·ã®å転: é¸å°ãå·
msgid "Reversed land: land not on left side"
msgstr "é¸å°ã®å転: é¸å°ã¯å·¦å´ã«ãªã"
- msgid "Wrong number of arguments for bookmark"
- msgstr "ããã¯ãã¼ã¯ã«å¯¾ãã弿°ã®æ°ã䏿£ã§ã"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "ããã¯ãã¼ã¯ã¨ã³ã㪠%s ã®èªã¿åãã«å¤±æãã¾ãã"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "ã¨ã©ã¼: ããã¯ãã¼ã¯ãã¡ã¤ã«''{1}'' ã«äºæãã¬è¡ ''{0}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr "ã¨ã©ã¼: ããã¯ãã¼ã¯ãã¡ã¤ã« ''{2}'' å
ã®è¡ ''{1}'' ã«ä¸æ£ãªããã«å¤ ''{0}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr "<html>''{0}''<br>ããããã¯ãã¼ã¯ãèªã¿è¾¼ãã¾ãã<br>ã¨ã©ã¼å
容: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "次åãã表示ããªã"
@@@ -4135,11 -4166,11 +4178,11 @@@ msgstr "åå°å©ç¨
msgid "{0} node"
msgid_plural "{0} nodes"
- msgstr[0] "{0} åã®ãã¼ã"
+ msgstr[0] "{0}åã®ãã¼ã"
msgid "{0} member"
msgid_plural "{0} members"
- msgstr[0] "{0} åã®ã¡ã³ãã¼"
+ msgstr[0] "{0}ä»¶ã®ã¡ã³ãã¼"
msgid "public transport"
msgstr "å
Œ
±äº¤é"
@@@ -4166,7 -4197,7 +4209,7 @@@ msgid "Internal Server Error
msgstr "ãµã¼ãã¼ã®å
é¨ã¨ã©ã¼"
msgid "Bad Request"
- msgstr "䏿£ãªè¦æ±"
+ msgstr "䏿£ãªãªã¯ã¨ã¹ã"
msgid "Not Found"
msgstr "è¦ã¤ããã¾ãã"
@@@ -4204,8 -4235,8 +4247,8 @@@ msgstr "ãã«ãæ
å ±ã表示
msgid "Downloading \"Message of the day\""
msgstr "\"仿¥ã®ã¡ãã»ã¼ã¸\"ããã¦ã³ãã¼ã"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "è¦å: MOTDã®èªã¿åºãã«å¤±æãã¾ããã{0}ã®ä¾å¤ãçºçãã¾ããã"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "MOTDã®èªã¿åãã«å¤±æãã¾ãããä¾å¤ã¯ {0} ã§ãã"
msgid "Message of the day not available"
msgstr "仿¥ã®ã¡ãã»ã¼ã¸ã¯ããã¾ãã"
@@@ -4288,7 -4319,7 +4331,7 @@@ msgid "Standard unix geometry argument
msgstr "æ¨æºã®unixé
ç½®å¼æ°"
msgid "Download the bounding box"
- msgstr "å¢çå²ã¿ããã¦ã³ãã¼ã"
+ msgstr "æå®ç¯å²ããã¦ã³ãã¼ã"
msgid "Download the location at the URL (with lat=x&lon=y&zoom=z)"
msgstr "URLã§å ´æããã¦ã³ãã¼ãï¼lat=x&lon=y&zoom=zãä»å ï¼"
@@@ -4297,7 -4328,7 +4340,7 @@@ msgid "Open a file (any file type that
msgstr "ãã¡ã¤ã«ãéã(ãã¡ã¤ã«/éãã§éããããã¡ã¤ã«ã®å
¨ç¨®é¡ï¼"
msgid "Download the bounding box as raw GPS"
- msgstr "å²ã¿æ ãGPSè»è·¡ã¨ãã¦ãã¦ã³ãã¼ã"
+ msgstr "æå®ç¯å²ãçã®GPSã¨ãã¦ãã¦ã³ãã¼ã"
msgid "Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS"
msgstr "URLï¼lat=x&lon=y&zoom=zã®å½¢å¼ï¼ã§å ´æãæå®ãã¦çã®GPSãã¼ã¿ããã¦ã³ãã¼ã"
@@@ -4353,10 -4384,10 +4396,10 @@@ msgid "Make sure you load some data if
msgstr "--selectionã使ã£ãå ´åãä¸é¨ã®ãã¼ã¿ã ãããã¼ããããã¨ã«ãªãã¾ãã"
msgid "Initializing"
- msgstr "åæå"
+ msgstr "åæåä¸"
msgid "Updating plugins"
- msgstr "ãã©ã°ã¤ã³ãæ´æ°"
+ msgstr "ãã©ã°ã¤ã³ãæ´æ°ä¸"
msgid "Installing updated plugins"
msgstr "æ´æ°ããããã©ã°ã¤ã³ãã¤ã³ã¹ãã¼ã«ä¸"
@@@ -4365,13 -4396,13 +4408,13 @@@ msgid "Loading early plugins
msgstr "æ©æèªã¿è¾¼ã¿ãã©ã°ã¤ã³ã®ãã¼ãä¸"
msgid "Setting defaults"
- msgstr "ããã©ã«ãè¨å®"
+ msgstr "ããã©ã«ãå¤ãè¨å®ä¸"
msgid "Creating main GUI"
- msgstr "ã¡ã¤ã³GUIã使ãã¾ãã"
+ msgstr "ã¡ã¤ã³GUIã使ä¸"
msgid "Loading plugins"
- msgstr "ãã©ã°ã¤ã³ã®ãã¼ã"
+ msgstr "ãã©ã°ã¤ã³ã®ãã¼ãä¸"
msgid "Unsaved osm data"
msgstr "æªä¿åã®OSMãã¼ã¿"
@@@ -4384,7 -4415,7 +4427,7 @@@ msgstr "ç ´æ£
msgid "JOSM found {0} unsaved osm data layer. "
msgid_plural "JOSM found {0} unsaved osm data layers. "
- msgstr[0] "ã¾ã ä¿åãã¦ããªããã¼ã¿ã¬ã¤ã¤ã¼{0}ãããã¾ãã "
+ msgstr[0] "ã¾ã ä¿åãã¦ããªããã¼ã¿ã¬ã¤ã¤ã¼ã{0}æããã¾ãã "
msgid ""
"It looks like JOSM crashed last time. Would you like to restore the data?"
@@@ -4435,6 -4466,18 +4478,18 @@@ msgstr "ç·¨éãã¼ã«ãã¼
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "ç·¨éãã¼ã«ãã¼ã®è¡¨ç¤ºåæ¿(ä¾: åç´æ¹åã®ãã¼ã«)"
+ msgid "Preset preferences"
+ msgstr "ããªã»ããè¨å®"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "ã¯ãªãã¯ããã¨è¨å®ã®ã¿ã°ä»ãããªã»ããã¿ããéãã¾ã"
+
+ msgid "Imagery preferences"
+ msgstr "ç»åè¨å®"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "ã¯ãªãã¯ããã¨è¨å®ã®ç»åã¿ããéãã¾ã"
+
msgid "Audio"
msgstr "é³å£°"
@@@ -4457,7 -4500,7 +4512,7 @@@ msgid "Move right
msgstr "å³ã¸ç§»å"
msgid "Map: {0}"
- msgstr "ããã: {0}"
+ msgstr "å°å³: {0}"
msgid "Move left"
msgstr "å·¦ã¸ç§»å"
@@@ -4539,19 -4582,6 +4594,6 @@@ msgstr "ããã¯ã°ã©ã¦ã³ãã§å¦ç
msgid "Click to run job in background"
msgstr "ããã¯ã°ã©ã¦ã³ãã§ã¸ã§ããåããããã«ã¯ãªãã¯"
- msgid "false: the property is explicitly switched off"
- msgstr "å½: æç¤ºçã«è¨å®ãã¹ã¤ãããªãã«ãªã£ã¦ãã¾ãã"
-
- msgid "true: the property is explicitly switched on"
- msgstr "ç: æç¤ºçã«è¨å®å¤ãã¹ã¤ãããªã³ã«ãªã£ã¦ãã¾ãã"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "é¨å: éã鏿ãªãã¸ã§ã¯ããéãå¤ãæãã¦ããã夿´ãã¾ããã"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "夿´ãªã: ãã®è¨å®å¤ã鏿ãããªãã¸ã§ã¯ãã«å¯¾ãã¦æ´æ°ãã¾ããã§ããã"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -4572,26 -4602,26 +4614,26 @@@ msgid "
"<html>Please confirm to remove <strong>1 object</strong> from <strong>1 "
"relation</strong>.</html>"
msgstr ""
- "<html><strong>1 ãªãã¸ã§ã¯ã</strong> ã<strong>1 ãªã¬ã¼ã·ã§ã³</strong> "
+ "<html><strong>1ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ä»¶ã®ãªã¬ã¼ã·ã§ã³</strong> "
"ããåé¤ãã¦è¯ãã確èªãã¦ãã ããã</html>"
msgid ""
"<html>Please confirm to remove <strong>1 object</strong> from <strong>{0} "
"relations</strong>.</html>"
msgstr ""
- "<html><strong>1 ãªãã¸ã§ã¯ã</strong> ã<strong>{0} ãªã¬ã¼ã·ã§ã³</strong> "
+ "<html><strong>1ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³</strong> "
"ããåé¤ãã¦è¯ãã確èªãã¦ãã ããã</html>"
msgid ""
"<html>Please confirm to remove <strong>{0} objects</strong> from <strong>{1} "
"relations</strong>.</html>"
msgstr ""
- "<html><strong>{0} ãªãã¸ã§ã¯ã</strong> ã<strong>{1} ãªã¬ã¼ã·ã§ã³</strong> "
+ "<html><strong>{0}ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>{1}ä»¶ã®ãªã¬ã¼ã·ã§ã³</strong> "
"ããåé¤ãã¦è¯ãã確èªãã¦ãã ããã</html>"
msgid "Deleting {0} object"
msgid_plural "Deleting {0} objects"
- msgstr[0] "{0} åã®ãªãã¸ã§ã¯ããåé¤ä¸"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ããåé¤ä¸"
msgid "Delete objects"
msgstr "ãªãã¸ã§ã¯ããåé¤"
@@@ -4845,29 -4875,47 +4887,47 @@@ msgstr "> æå¾
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "鏿ããè¦ç´ ãçµåãããè¦ç´ ãªã¹ãã®æå¾ã«ã³ãã¼"
+ msgid "> before"
+ msgstr "> åã¸"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr "鏿ããè¦ç´ ããçµåãããè¦ç´ ãªã¹ããã鏿ãã¦ããæåã®è¦ç´ ã®åã«ã³ãã¼"
+ msgid "> after"
+ msgstr "> å¾ã¸"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr "鏿ããè¦ç´ ããçµåãããè¦ç´ ãªã¹ããã鏿ãã¦ããæåã®è¦ç´ ã®å¾ã«ã³ãã¼"
+ msgid "< top"
+ msgstr "< å
é ã¸"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "ç¸æã®é¸æããè¦ç´ ããçµåãããè¦ç´ ãªã¹ãã®å
é ã«ã³ãã¼"
+ msgid "< bottom"
+ msgstr "< æ«å°¾ã¸"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "ç¸æã®é¸æããè¦ç´ ããçµåãããè¦ç´ ãªã¹ãã®æå¾ã«ã³ãã¼"
+ msgid "< before"
+ msgstr "< åã¸"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr "ç¸æã®é¸æããè¦ç´ ããçµåãããè¦ç´ ãªã¹ãã®æåã«é¸æãããè¦ç´ ã®åã«ã³ãã¼"
+ msgid "< after"
+ msgstr "< å¾ã¸"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4882,14 -4930,14 +4942,14 @@@ msgstr "ãã¹ã¦ã®è¦ç´ ã対象ã«ã
msgid "Up"
msgstr "ä¸"
- msgid "Move up the selected elements by one position."
- msgstr "åãä½ç½®ã§é¸æããè¦ç´ ãä¸ã«ç§»å"
+ msgid "Move up the selected entries by one position."
+ msgstr "鏿ããé
ç®ã1ã¤ä¸ã«ç§»å"
msgid "Down"
msgstr "ä¸"
msgid "Move down the selected entries by one position."
- msgstr "åãä½ç½®ã§é¸æããã¨ã³ããªãä¸ã«ç§»å"
+ msgstr "鏿ããé
ç®ã1ã¤ä¸ã«ç§»å"
msgid "Remove"
msgstr "åé¤"
@@@ -4921,23 -4969,15 +4981,15 @@@ msgstr "<html><strong>{0}</strong> ãã
msgid "My version ({0} entry)"
msgid_plural "My version ({0} entries)"
- msgstr[0] "èªåã®ãã¼ã¸ã§ã³ ({0} ã¨ã³ããª)"
+ msgstr[0] "èªåã®ãã¼ã¸ã§ã³ï¼{0}é
ç®ï¼"
msgid "Merged version ({0} entry)"
msgid_plural "Merged version ({0} entries)"
- msgstr[0] "çµåãããã¼ã¸ã§ã³ ({0} ã¨ã³ããª)"
+ msgstr[0] "çµåãããã¼ã¸ã§ã³ï¼{0}é
ç®ï¼"
msgid "Their version ({0} entry)"
msgid_plural "Their version ({0} entries)"
- msgstr[0] "ç¸æã®ãã¼ã¸ã§ã³ ({0} ã¨ã³ããª)"
-
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr "調æ´å¯è½ãª {0} ãã¾ã ç»é²ããã¦ãã¾ãããåæããã調æ´ã«åå è¨å®ã§ãã¾ããã"
-
- msgid "Adjustable {0} not registered yet."
- msgstr "調æ´å¯è½ãª {0} ã¯ã¾ã ç»é²ããã¦ãã¾ããã§ããã"
+ msgstr[0] "ç¸æã®ãã¼ã¸ã§ã³ï¼{0}é
ç®ï¼"
msgid "Node"
msgstr "ãã¼ã"
@@@ -5071,7 -5111,7 +5123,7 @@@ msgid_plural "
"are shown a dialog to decide how to adapt the relations.<br/><br/>Do you "
"want to continue?"
msgstr[0] ""
- "ããªãã¯{0}åã®ãªã¬ã¼ã·ã§ã³ã{2}ã®ä¸é¨ã§ãã{1}åã®ãªãã¸ã§ã¯ããçµåãããã¨ãã¦ãã¾ãã<br/>ãããã®ãªãã¸ã§ã¯ããçµåããã¨ããªã¬ã¼ã·ã§ã³"
+ "ããªãã¯{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³ã{2}ã®ä¸é¨ã§ãã{1}ä»¶ã®ãªãã¸ã§ã¯ããçµåãããã¨ãã¦ãã¾ãã<br/>ãããã®ãªãã¸ã§ã¯ããçµåããã¨ããªã¬ã¼ã·ã§ã³"
"ãå£ãå¯è½æ§ãããã¾ãã<br/>èªä¿¡ããªãå ´åã¯ããã®æä½ããã£ã³ã»ã«ãã¦ãã ããã<br/>ç¶ç¶ããå ´åã¯ã次ã®ãã¤ã¢ãã°ã§ã©ã®ããã«ãªã¬ã¼ã·ã§ã³ãé©"
"å¿ãããããæ±ºå®ãã¦ãã ããã<br/><br/>ç¶ç¶ãã¾ããï¼"
@@@ -5090,7 -5130,7 +5142,7 @@@ msgid "
"may have unwanted tags.<br/>If you want to continue, you are shown a dialog "
"to fix the conflicting tags.<br/><br/>Do you want to continue?"
msgstr ""
- "ããªãã¯{0}åã®ãªãã¸ã§ã¯ããçµåãããã¨ãã¦ãã¾ããã{1}ã®ã¿ã°ãç«¶åãã¦ä½¿ç¨ããã¦ãã¾ãã<br/>ãªãã¸ã§ã¯ããçµåãããã¨ãçµæã®ãªãã¸ã§ã¯ã"
+ "ããªãã¯{0}ä»¶ã®ãªãã¸ã§ã¯ããçµåãããã¨ãã¦ãã¾ããã{1}ã®ã¿ã°ãç«¶åãã¦ä½¿ç¨ããã¦ãã¾ãã<br/>ãªãã¸ã§ã¯ããçµåãããã¨ãçµæã®ãªãã¸ã§ã¯ã"
"ã¯äºæããªãã¿ã°ã«ãªãå¯è½æ§ãããã¾ãã<br/>ç¶ç¶ããå ´åã¯ã次ã®ãã¤ã¢ãã°ã§ç«¶åããã¿ã°ãä¿®æ£ãã¦ãã ããã<br/><br/>ç¶ç¶ãã¾ããï¼"
msgid "none"
@@@ -5143,15 -5183,15 +5195,15 @@@ msgstr "å
: ...
msgid "{0} tag"
msgid_plural "{0} tags"
- msgstr[0] "{0} ã¿ã°"
+ msgstr[0] "{0}ä»¶ã®ã¿ã°"
msgid "{0} way"
msgid_plural "{0} ways"
- msgstr[0] "{0} æ¬ã®ã¦ã§ã¤"
+ msgstr[0] "{0}æ¬ã®ã¦ã§ã¤"
msgid "{0} relation"
msgid_plural "{0} relations"
- msgstr[0] "{0} ä»¶ã®ãªã¬ã¼ã·ã§ã³"
+ msgstr[0] "{0}ä»¶ã®ãªã¬ã¼ã·ã§ã³"
msgid "Position {0} is out of range. Current number of members is {1}."
msgstr "pos {0} ã¯ãç¯å²å¤ã§ããç¾å¨ã®ã¡ã³ãã¼ã®æ°: {1}"
@@@ -5189,15 -5229,15 +5241,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "ãã¼:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr "<html>ã¿ã°ãã¼ãå
¥åãã¦ãã ãããä¾ï¼<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "å¤:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
- msgstr "<html>ã¿ã°ã®å¤ãå
¥åãã¦ãã ãããä¾ï¼<strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
+ msgstr "<html>ã¿ã°å¤ãå
¥åãã¦ãã ãããä¾ï¼<strong><tt>check members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5325,11 -5365,11 +5377,11 @@@ msgstr "ä¸è¨ãªã¹ãã®å
¨ã¦ã®ã¢ã
msgid ""
"Set the selected elements on the map to the selected items in the list above."
- msgstr "ãããä¸ã®é¸æããè¦ç´ ããä¸è¨ãªã¹ãã®é¸æããã¢ã¤ãã ã«è¨å®ãã¾ãã"
+ msgstr "å°å³ä¸ã®é¸æããè¦ç´ ããä¸è¨ãªã¹ãã®é¸æããã¢ã¤ãã ã«è¨å®ãã¾ãã"
msgid "There was {0} conflict detected."
msgid_plural "There were {0} conflicts detected."
- msgstr[0] "æ¤åºãããç«¶åã {0} åããã¾ã"
+ msgstr[0] "æ¤åºãããç«¶åã{0}ä»¶ããã¾ã"
msgid "Click to close this dialog and continue editing"
msgstr "ã¯ãªãã¯ãã¦ãã®ãã¤ã¢ãã°ãéããç·¨éãç¶ãã"
@@@ -5500,13 -5540,13 +5552,13 @@@ msgid "Way:
msgstr "ã¦ã§ã¤: "
msgid "Relation: "
- msgstr "ãªã¬ã¼ã·ã§ã³ï¼ "
+ msgstr "ãªã¬ã¼ã·ã§ã³: "
msgid "deleted-on-server"
msgstr "ãµã¼ãã¼ä¸ã§åé¤"
msgid "modified"
- msgstr "夿´ããã¾ãã"
+ msgstr "夿´ãã"
msgid "filtered/hidden"
msgstr "ãã£ã«ã¿ã¼/é表示"
@@@ -5546,7 -5586,7 +5598,7 @@@ msgstr "ã¿ã°:
msgid "{0} Member: "
msgid_plural "{0} Members: "
- msgstr[0] "{0} ã¡ã³ãã¼: "
+ msgstr[0] "{0}ä»¶ã®ã¡ã³ãã¼: "
msgid " as \"{0}\""
msgstr " ãã¼ã« \"{0}\""
@@@ -5692,13 -5732,13 +5744,13 @@@ msgid "Open a list of all loaded layers
msgstr "ã¬ã¤ã¤ã¼ã®ä¸è¦§"
msgid "Delete the selected layers."
- msgstr "鏿ããã¬ã¤ã¤ã¼ãåé¤"
+ msgstr "鏿ããã¬ã¤ã¤ã¼ãåé¤ãã¾ãã"
msgid "Show/hide"
msgstr "表示/é ã"
msgid "Toggle visible state of the selected layer."
- msgstr "鏿ããã¬ã¤ã¤ã¼ã®è¡¨ç¤ºç¶æ
ãåãæ¿ã"
+ msgstr "鏿ããã¬ã¤ã¤ã¼ã®è¡¨ç¤ºã»é表示ãåãæ¿ãã¾ãã"
msgid "Show/hide layer"
msgstr "ã¬ã¤ã¤ã¼è¡¨ç¤º/é表示"
@@@ -5713,7 -5753,7 +5765,7 @@@ msgid "Activate
msgstr "æå¹å"
msgid "Activate the selected layer"
- msgstr "鏿ãããã¬ã¤ã¤ã¼ãæå¹å"
+ msgstr "鏿ãããã¬ã¤ã¤ã¼ãæå¹åãã¾ã"
msgid "Activate layer"
msgstr "ã¢ã¯ãã£ãã¬ã¤ã¤ã¼"
@@@ -5743,7 -5783,7 +5795,7 @@@ msgid "this layer is not currently acti
msgstr "ãã®ã¬ã¤ã¤ã¼ã¯ç¾å¨ã¢ã¯ãã£ãã§ã¯ããã¾ããï¼ã¯ãªãã¯ãã¦ã¢ã¯ãã£ãã«ï¼"
msgid "Move the selected layer one row up."
- msgstr "鏿ããã¬ã¤ã¤ã¼ãä¸ã¤ä¸ã«ä¸ãã¾ãã"
+ msgstr "鏿ããã¬ã¤ã¤ã¼ãä¸ã¤ä¸ã«ç§»åãã¾ãã"
msgid "Move the selected layer one row down."
msgstr "鏿ããã¬ã¤ã¤ã¼ãä¸ã¤ä¸ã«ç§»åãã¾ãã"
@@@ -5754,6 -5794,9 +5806,9 @@@ msgstr "表示/é表示
msgid "Information about layer"
msgstr "ã¬ã¤ã¤ã¼ã«ã¤ãã¦ã®æ
å ±"
+ msgid "Map paint preferences"
+ msgstr "å°å³æç»è¨å®"
+
msgid "Map Paint Styles"
msgstr "å°å³æç»ã¹ã¿ã¤ã«"
@@@ -5810,7 -5853,7 +5865,7 @@@ msgid "Map Style info
msgstr "ãããã¹ã¿ã¤ã«æ
å ±"
msgid "Source"
- msgstr "æ
å ±ã½ã¼ã¹"
+ msgstr "ã½ã¼ã¹"
msgid "Title:"
msgstr "ã¿ã¤ãã«:"
@@@ -5836,6 -5879,38 +5891,38 @@@ msgstr "ãã®ã¹ã¿ã¤ã«ãå©ç¨ä¸ï
msgid "No"
msgstr "ããã"
+ msgid "Object type:"
+ msgstr "ãªãã¸ã§ã¯ã種å¥:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "æ··å"
+
+ msgid "Choose the OSM object type"
+ msgstr "OSMãªãã¸ã§ã¯ã種å¥ã鏿"
+
+ msgid "Object ID:"
+ msgstr "ãªãã¸ã§ã¯ãID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ãã¦ã³ãã¼ããããªãã¸ã§ã¯ãã®IDãå
¥å"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ãªãã¸ã§ã¯ãIDã¯ã«ã³ãã¾ãã¯ã¹ãã¼ã¹ã§åºåããã¨ãã§ãã¾ãã<br/> ä¾: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> ããã¯ã¹ã¢ã¼ãæã¯æ¬¡ã®ããã«ãªãã¸ã§ã¯ããæå®ãã¾ã: <b>w123, "
+ "n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "ç¡å¹ãªIDã®ä¸è¦§ãæå®ããã¾ãã\n"
+ "ç¶ç¶ã§ãã¾ããã"
+
msgid "Relations"
msgstr "ãªã¬ã¼ã·ã§ã³"
@@@ -5910,14 -5985,14 +5997,14 @@@ msgid "Always hidden
msgstr "常ã«é表示"
msgid "Authors"
- msgstr "ä½è
"
+ msgstr "ç·¨éè
"
msgid "Open a list of people working on the selected objects."
msgstr "鏿ãããªãã¸ã§ã¯ãã§ä½æ¥ãã人ãã¡ã®ãªã¹ããéã"
msgid "{0} Author"
msgid_plural "{0} Authors"
- msgstr[0] "{0}人ã®ä½è
"
+ msgstr[0] "{0}人ã®ç·¨éè
"
msgid "Select objects submitted by this user"
msgstr "ãã®ã¦ã¼ã¶ã¼ãç»é²ãããªãã¸ã§ã¯ãã鏿"
@@@ -5925,9 -6000,8 +6012,8 @@@
msgid "Launches a browser with information about the user"
msgstr "ã¦ã¼ã¶ã¼ã«ã¤ãã¦ã®æ
å ±ä»ãã§ãã©ã¦ã¶ã¼ãèµ·å"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
- msgstr "è¦å: 鏿ãããã¦ã¼ã¶ã¼ {1} ã®ãã¡ãæåã® {0} ã ãã«æ
å ±ãã©ã¦ã¶ã¼ãèµ·åãã¾ã"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
+ msgstr "鏿ããã{1}人ã®ãã¡æåã®{0}人åã®ã¿æ
å ±ãã©ã¦ã¶ã¼ãèµ·åãã¦ãã¾ã"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -5980,7 -6054,7 +6066,7 @@@ msgid "Fixing errors ...
msgstr "ã¨ã©ã¼ä¿®æ£ä¸ ..."
msgid "Fixing ({0}/{1}): ''{2}''"
- msgstr "({0}/{1}) ä¿®æ£ä¸: ''{2}''"
+ msgstr "''{2}''ãä¿®æ£ä¸ï¼{0}/{1}ï¼"
msgid "Updating map ..."
msgstr "å°å³ãæ´æ°ä¸ ..."
@@@ -6098,9 -6172,6 +6184,6 @@@ msgstr "å
å®¹ãæ´æ°
msgid "Update the changeset content from the OSM server"
msgstr "夿´ã»ããã®å
容ãOSMãµã¼ãã¼ã®ãã®ã«æ´æ°"
- msgid "Show history"
- msgstr "å±¥æ´ã表示"
-
msgid "Download and show the history of the selected objects"
msgstr "鏿ããããªãã¸ã§ã¯ãã®å±¥æ´ããã¦ã³ãã¼ããã¦è¡¨ç¤º"
@@@ -6223,7 -6294,7 +6306,7 @@@ msgid "
msgstr "夿´ã»ããã®ä½æãããã¯ä¿åæ¥æã«ãã£ã¦é¸æ"
msgid "Select only changesets related to a specific bounding box"
- msgstr "æå®ããå¢çå²ã¿ã«é¢é£ãã夿´ã»ããã ãã鏿"
+ msgstr "æå®ããç©å½¢ç¯å²ã«é¢é£ãã夿´ã»ããã®ã¿ã鏿"
msgid "Query open changesets only"
msgstr "éãã¦ãã夿´ã»ããã ããåãåããã"
@@@ -6269,13 -6340,13 +6352,13 @@@ msgid "Please enter a valid user ID
msgstr "æå¹ãªã¦ã¼ã¶ã¼IDãå
¥åãã¦ãã ãã"
msgid "Invalid user ID"
- msgstr "ã¦ã¼ã¶ã¼ ID ãééã£ã¦ãã¾ã"
+ msgstr "ã¦ã¼ã¶ã¼IDãç¡å¹ã§ã"
msgid "Please enter a non-empty user name"
msgstr "ã¦ã¼ã¶ã¼åã«ã¯ç©ºç½ä»¥å¤ãæå®ãã¦ãã ãã"
msgid "Invalid user name"
- msgstr "ã¦ã¼ã¶ã¼åã䏿£ã§ã"
+ msgstr "ã¦ã¼ã¶ã¼åãç¡å¹ã§ã"
msgid "Date: "
msgstr "æ¥ä»: "
@@@ -6314,15 -6385,15 +6397,15 @@@ msgstr "䏿£ãªæ¥ä»ãæå»ã®å¤ã
msgid ""
"Cannot restrict the changeset query to a specific bounding box. The input is "
"invalid."
- msgstr "ç¹å®ã®æå®ãããç¯å²ã§ã®å¤æ´ã»ããæ¤ç´¢ã¯å¶éã§ãã¾ãããå
¥åã䏿£ã§ãã"
+ msgstr "ç©å½¢ç¯å²ãæå®ãã夿´ã»ããã®æ¤ç´¢ãã§ãã¾ãããå
¥åå¤ã䏿£ã§ãã"
msgid ""
"<html>Please enter valid longitude/latitude values to restrict<br>the "
"changeset query to a specific bounding box.</html>"
- msgstr "<html>ç¹å®ã®ç¯å²ã®å¤æ´ã»ããæ¤ç´¢ã®éã«ã¯ã<br>æ£ãã緯度ã»çµåº¦ãå
¥åãã¦ãã ããã</html>"
+ msgstr "<html>ç©å½¢ç¯å²ãæå®ãã¦å¤æ´ã»ãããæ¤ç´¢ããã«ã¯ã<br>æ£ãã緯度ã»çµåº¦ãå
¥åãã¦ãã ããã</html>"
msgid "Invalid bounding box"
- msgstr "䏿£ãªå¢çå²ã¿ã§ã"
+ msgstr "䏿£ãªç©å½¢ç¯å²æå®"
msgid ""
"The current value is not a valid user ID. Please enter an integer value > 0"
@@@ -6392,12 -6463,12 +6475,12 @@@ msgid "<html>Download changesets in th
msgstr "<html>ç¾å¨ã®ããããã¥ã¼å
ã®å¤æ´ã»ããããã¦ã³ãã¼ã</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
- msgstr "è¦å: è¨å® ''{0}''ã«äºæããªãå¤''{1}''ãæå®ããã¾ãããæ¢å®ã®ã¯ã¨ãªã¼ã«æ»ãã¾ãã"
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
+ msgstr "''{0}''ã®è¨å®å¤ãæ³å®å¤ã®å¤ã§''{1}''ã«ãªã£ã¦ãã¾ããããã©ã«ãå¤ã使ç¨ããã¾ãã"
msgid "Cannot create changeset query for open changesets of anonymous user"
- msgstr "å¿åã¦ã¼ã¶ã¼ã§å¤æ´ã»ããéå§è¦æ±ã使ã§ãã¾ãã"
+ msgstr "å¿åã¦ã¼ã¶ã¼ã§å¤æ´ã»ããéå§ãªã¯ã¨ã¹ãã使ã§ãã¾ãã"
msgid "Basic"
msgstr "åºæ¬"
@@@ -6456,37 -6527,49 +6539,49 @@@ msgid "
msgstr "夿´ã»ããã¯ã¨ãªã¯ç¾ç¶ã§ã¯å¸¸ã« ''{0}'' ã«æç¨¿ããã¾ãã以ä¸ã®URLã«å«ã¾ãããã¹ãããã¼ãããã¹ã¯ç¡è¦ããã¾ãã"
msgid "This changeset query URL is invalid"
- msgstr "䏿£ãªå¤æ´ã»ããã¯ã¨ãªURLã§ã"
+ msgstr "ãã®å¤æ´ã»ããã¯ã¨ãªURLã¯ä¸æ£ã§ã"
+
+ msgid "Discardable key: selection Foreground"
+ msgstr "åé¤å¯è½ãªãã¼: 鏿ã®åæ¯è²"
- msgid "Select objects for which to change properties."
- msgstr "ããããã£ã夿´ããããªãã¸ã§ã¯ãã鏿ãã¾ãã"
+ msgid "Discardable key: selection Background"
+ msgstr "åé¤å¯è½ãªãã¼: 鏿ã®èæ¯è²"
- msgid "Properties/Memberships"
- msgstr "ããããã£/ã¡ã³ãã¼"
+ msgid "Discardable key: foreground"
+ msgstr "åé¤å¯è½ãªãã¼: 忝è²"
- msgid "Properties for selected objects."
- msgstr "鏿ãããªãã¸ã§ã¯ãã®ããããã£"
+ msgid "Discardable key: background"
+ msgstr "åé¤å¯è½ãªãã¼: èæ¯è²"
msgid "<different>"
msgstr "<å·®ç°ãã>"
+ msgid "Select objects for which to change tags."
+ msgstr "ã¿ã°ã夿´ãããªãã¸ã§ã¯ãã鏿ãã¦ãã ããã"
+
+ msgid "Tags/Memberships"
+ msgstr "ã¿ã°ï¼æå±"
+
+ msgid "Tags for selected objects."
+ msgstr "鏿ããããªãã¸ã§ã¯ãã®ã¿ã°ã§ãã"
+
msgid "Member Of"
msgstr "ã¡ã³ãã¼"
msgid "Position"
msgstr "ä½ç½®"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "ããããã£: {0} / ã¡ã³ãã¼: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "ã¿ã°: {0}ä»¶ï¼æå±: {1}ä»¶"
- msgid "Properties / Memberships"
- msgstr "ããããã£/ã¡ã³ãã¼"
+ msgid "Tags / Memberships"
+ msgstr "ã¿ã°ï¼æå±"
msgid "Delete the selected key in all objects"
msgstr "ãã¹ã¦ã®ãªãã¸ã§ã¯ãã®é¸æãããã¼ã®åé¤"
- msgid "Delete Properties"
- msgstr "ããããã£ã®åé¤"
+ msgid "Delete Tags"
+ msgstr "ã¿ã°ãåé¤"
msgid "Change relation"
msgstr "ãªã¬ã¼ã·ã§ã³ã®å¤æ´"
@@@ -6500,17 -6583,17 +6595,17 @@@ msgstr "æ¬å½ã«ãªã¬ã¼ã·ã§ã³{0}ã
msgid "Add a new key/value pair to all objects"
msgstr "ãã¹ã¦ã®ãªãã¸ã§ã¯ãã«æ°ãããã¼/å¤ããã¢ã§è¿½å "
- msgid "Add Property"
- msgstr "ããããã£ã®è¿½å "
+ msgid "Add Tag"
+ msgstr "ã¿ã°ã追å "
msgid "Edit the value of the selected key for all objects"
msgstr "ãã¹ã¦ã®ãªãã¸ã§ã¯ãã®é¸æãããã¼ã®å¤ã®ç·¨é"
- msgid "Edit Properties"
- msgstr "ããããã£ã®ç·¨é"
+ msgid "Edit Tags"
+ msgstr "ã¿ã°ãç·¨é"
msgid "Go to OSM wiki for tag help (F1)"
- msgstr "ã¿ã°ã®ãã«ãã«ã¤ãã¦ãOSM wiki ã表示ãã¾ã(F1)"
+ msgstr "ã¿ã°ã®ãã«ãã®ããã«OSM wikiã表示ï¼F1ï¼"
msgid "Launch browser with wiki help for selected object"
msgstr "鏿ããããªãã¸ã§ã¯ãã®ããã®wikiãã«ãã®ããã«ãã©ã¦ã¶ã¼ãèµ·å"
@@@ -6559,7 -6642,7 +6654,7 @@@ msgstr[0] "å¤ã夿´ãã¾ããï¼
msgid "This will change {0} object."
msgid_plural "This will change up to {0} objects."
- msgstr[0] "ããã«ãã {0} ãªãã¸ã§ã¯ãã夿´ããã¾ã"
+ msgstr[0] "æå¤§{0}ä»¶ã®ãªãã¸ã§ã¯ãã夿´ããã¾ã"
msgid "An empty value deletes the tag."
msgstr "空ã®å¤ã§ã¿ã°ãåé¤ãã¾ãã"
@@@ -6579,7 -6662,7 +6674,7 @@@ msgstr "
msgid "Change properties of up to {0} object"
msgid_plural "Change properties of up to {0} objects"
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ãã®ããããã£ã¼ã®å¤æ´"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã®ããããã£å¤æ´"
msgid "Use English language for tag by default"
msgstr "ããã©ã«ãã§ã¯ã¿ã°ã«è±èªã使ç¨ãã¦ãã ãã"
@@@ -6589,7 -6672,7 +6684,7 @@@ msgstr "å¤ã追å ãã¾ããï¼
msgid "This will change up to {0} object."
msgid_plural "This will change up to {0} objects."
- msgstr[0] "ããã«ããã{0}åã®ãªãã¸ã§ã¯ãã夿´ããã¾ãã"
+ msgstr[0] "æå¤§{0}ä»¶ã®ãªãã¸ã§ã¯ãã夿´ããã¾ãã"
msgid "Please select a key"
msgstr "ãã¼ã鏿ãã¦ãã ãã"
@@@ -6657,20 -6740,20 +6752,20 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ã¯åé¤ãã
msgid "Downloading relation {0}"
msgstr "ãªã¬ã¼ã·ã§ã³ {0} ããã¦ã³ãã¼ãä¸"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr "è¦å:ã¿ã¹ã¯ããã£ã³ã»ã«ããããããä¾å¤ã¯ç¡è¦ããã¾ãããä¾å¤ã¯:{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "ã¿ã¹ã¯ããã£ã³ã»ã«ãããã®ã§ä¾å¤ãç¡è¦ãã¾ããä¾å¤: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
- msgstr[0] "{0}åã®ä¸å®å
¨ãªãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
+ msgstr[0] "{0}ä»¶ã®ä¸å®å
¨ãªãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
msgid "Downloading {0} incomplete child of relation ''{1}''"
msgid_plural "Downloading {0} incomplete children of relation ''{1}''"
- msgstr[0] "ãªã¬ã¼ã·ã§ã³ ''{1}'' ã«å«ã¾ãã {0} åã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
+ msgstr[0] "ãªã¬ã¼ã·ã§ã³''{1}''ã«å«ã¾ãã{0}ä»¶ã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
msgid "Downloading {0} incomplete child of {1} parent relations"
msgid_plural "Downloading {0} incomplete children of {1} parent relations"
- msgstr[0] "{1}åã®è¦ªãªã¬ã¼ã·ã§ã³ã«å±ãã{0}åã®ä¸å®å
¨ãªåãªã¬ã¼ã·ã§ã³ããã¦ã³ãã¼ãä¸"
+ msgstr[0] "{1}ä»¶ã®è¦ªãªã¬ã¼ã·ã§ã³ã«å±ãã{0}ä»¶ã®ä¸å®å
¨ãªåãªã¬ã¼ã·ã§ã³ããã¦ã³ãã¼ãä¸"
msgid "Download relations"
msgstr "ãªã¬ã¼ã·ã§ã³ããã¦ã³ãã¼ã"
@@@ -6761,7 -6844,7 +6856,7 @@@ msgstr "ç¾å¨é¸æä¸ã®ãªãã¸ã§ã
msgid ""
"Select relation members which refer to {0} objects in the current selection"
- msgstr "鏿ä¸ã®{0}åã®ãªãã¸ã§ã¯ããåç
§ãã¦ãããªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ã鏿"
+ msgstr "鏿ä¸ã®{0}ä»¶ã®ãªãã¸ã§ã¯ããåç
§ãã¦ãããªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ã鏿"
msgid "Select objects for selected relation members"
msgstr "鏿ä¸ã®ãªã¬ã¼ã·ã§ã³ã¡ã³ãã¼ã®ãªãã¸ã§ã¯ãã鏿"
@@@ -6892,7 -6975,7 +6987,7 @@@ msgstr "ãã¼ã«ãé©ç¨
msgid "You are setting an empty role on {0} object."
msgid_plural "You are setting an empty role on {0} objects."
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ãã«ç©ºã®ãã¼ã«ãè¨å®ãããã¨ãã¦ãã¾ãã"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã«ç©ºã®ãã¼ã«ãè¨å®ãããã¨ãã¦ãã¾ãã"
msgid "This is equal to deleting the roles of these objects."
msgstr "ããã¯ãªãã¸ã§ã¯ããããã¼ã«ãåé¤ãããã¨ã¨åããã¨ã§ãã"
@@@ -6983,6 -7066,25 +7078,25 @@@ msgstr "ã¦ã§ã¤ã¯æ¬¡ã®ãªã¬ã¼ã·ã
msgid "way is not connected to previous or next relation member"
msgstr "ã¦ã§ã¤ã¯åãå¾ã®ãªã¬ã¼ã·ã§ã³ã¡ã³ãã¼ã«æ¥ç¶ããã¦ãã¾ãã"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "ããã¯ãã¼ã¯ã«å¯¾ãã弿°ã®æ°ã誤ã£ã¦ãã¾ã"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "ããã¯ãã¼ã¯ã¨ã³ã㪠%s ã®èªã¿åãã«å¤±æãã¾ãã"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "ããã¯ãã¼ã¯ãã¡ã¤ã« ''{1}'' ã«æ³å®å¤ã®è¡ ''{0}'' ãããã¾ã"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr "ããã¯ãã¼ã¯ãã¡ã¤ã« ''{2}'' ã®è¡ ''{1}'' ã«ä¸æ£ãª double å¤ ''{0}'' ãããã¾ã"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr "<html>''{0}''<br>ããããã¯ãã¼ã¯ãèªã¿è¾¼ãã¾ãã<br>ã¨ã©ã¼å
容: {1}</html>"
+
msgid "Bookmarks"
msgstr "ããã¯ãã¼ã¯"
@@@ -7037,16 -7139,16 +7151,16 @@@ msgid "
msgstr "www.openstreetmap.orgã®URLï¼ãã¦ã³ãã¼ããããç¯å²ã表示ãã¦ãã¼ããªã³ã¯ãè²¼ä»ãã¦ãã ããï¼"
msgid "Bounding Box"
- msgstr "å¢çå²ã¿"
+ msgstr "ç©å½¢ç¯å²æå®"
msgid "The string ''{0}'' is not a valid double value."
- msgstr "æåå ''{0}'' ã¯æ£ããããã«å¤ã§ã¯ããã¾ããã"
+ msgstr "æåå ''{0}'' ã¯æ£ããdoubleå¤ã§ã¯ããã¾ããã"
msgid "Value for latitude in range [-90,90] required."
- msgstr "緯度ã®å¤ã¯ã[-90,90]ã®ç¯å²ã«ããå¿
è¦ãããã¾ãã"
+ msgstr "緯度ã®å¤ã¯[-90,90]ã®ç¯å²ã§ãªããã°ãªãã¾ããã"
msgid "Value for longitude in range [-180,180] required."
- msgstr "çµåº¦ã®å¤ã¯[-180,180]ã®ç¯å²ã§å¿
é ã§ãã"
+ msgstr "çµåº¦ã®å¤ã¯[-180,180]ã®ç¯å²ã§ãªããã°ãªãã¾ããã"
msgid "Data Sources and Types:"
msgstr "ãã¼ã¿ã®ã½ã¼ã¹ã¨ç¨®å¥:"
@@@ -7055,22 -7157,23 +7169,23 @@@ msgid "OpenStreetMap data
msgstr "OpenStreetMapãã¼ã¿"
msgid "Select to download OSM data in the selected download area."
- msgstr "鏿ããããã¦ã³ãã¼ãã¨ãªã¢å
ã®OSMãã¼ã¿ã鏿ãã¦ãã¦ã³ãã¼ãã"
+ msgstr "鏿ããã¨æå®ããããã¦ã³ãã¼ãé åå
ã®OSMãã¼ã¿ããã¦ã³ãã¼ããã¾ãã"
msgid "Raw GPS data"
msgstr "çã®GPSãã¼ã¿"
msgid "Select to download GPS traces in the selected download area."
- msgstr "鏿ããããã¦ã³ãã¼ãã¨ãªã¢å
ã®GPSãã¬ã¼ã¹ã鏿ãã¦ãã¦ã³ãã¼ãã"
+ msgstr "鏿ããã¨æå®ããããã¦ã³ãã¼ãé åå
ã®GPSãã¬ã¼ã¹ããã¦ã³ãã¼ããã¾ãã"
msgid "Download as new layer"
- msgstr "æ°ããã¬ã¤ã¤ã¼ã¨ãã¦ãã¦ã³ãã¼ããã"
+ msgstr "æ°ããã¬ã¤ã¤ã¼ã¨ãã¦ãã¦ã³ãã¼ã"
msgid ""
"<html>Select to download data into a new data layer.<br>Unselect to download "
"into the currently active data layer.</html>"
msgstr ""
- "<html>鏿ãã¦æ°ãããã¼ã¿ã¬ã¤ã¤ã¼ã«ãã¼ã¿ããã¦ã³ãã¼ãã<br>é¸æè§£é¤ãã¦ç¾å¨ã®æå¹ãªãã¼ã¿ã¬ã¤ã¤ã¼ã«ãã¦ã³ãã¼ãã</html>"
+ "<html>鏿ããã¨æ°ãããã¼ã¿ã¬ã¤ã¤ã¼ã«ãã¼ã¿ããã¦ã³ãã¼ããã¾ãã<br>é¸æè§£é¤ããã¨ç¾å¨ã®ã¢ã¯ãã£ããªãã¼ã¿ã¬ã¤ã¤ã¼ã«ãã¦ã³ãã¼ããã¾ãã</h"
+ "tml>"
msgid "Open this dialog on startup"
msgstr "èµ·åæã«ãã®ãã¤ã¢ãã°ãéã"
@@@ -7085,25 -7188,25 +7200,25 @@@ msgstr "
msgid ""
"Use left click&drag to select area, arrows or right mouse button to scroll "
"map, wheel or +/- to zoom."
- msgstr "å·¦ã¯ãªãã¯ï¼ãã©ãã°ã§ã¨ãªã¢ã鏿ãç¢å°ãã¼ã¨å³ãã©ãã°ã§å°å³ã®ã¹ã¯ãã¼ã«ããã¤ã¼ã«ã¨+/-ãã¼ã§ãºã¼ã ã"
+ msgstr "å·¦ã¯ãªãã¯ï¼ãã©ãã°ã§é åã鏿ãç¢å°ãã¼ã¨å³ãã©ãã°ã§å°å³ã®ã¹ã¯ãã¼ã«ããã¤ã¼ã«ã¨+/-ãã¼ã§ãºã¼ã ã"
msgid "No area selected yet"
msgstr "ã¾ã ã¨ãªã¢ã鏿ããã¦ãã¾ãã"
msgid "Download area too large; will probably be rejected by server"
- msgstr "ãã¦ã³ãã¼ãããã¨ãªã¢ãåºããã¾ã; ãµã¼ãã¼ããæå¦ãããã§ããã"
+ msgstr "ãã¦ã³ãã¼ãé åãåºããã¾ãããµã¼ãã¼ããæå¦ãããã§ããã"
msgid "Download area ok, size probably acceptable to server"
msgstr "ãã¦ã³ãã¼ãé åã¯OKã§ããæå®ã®ãµã¤ãºã¯ãµã¼ãã¼ã«åãå
¥ããããã§ããã"
msgid "Click to close the dialog and to abort downloading"
- msgstr "ã¯ãªãã¯ãã¦ãã¤ã¢ãã°ãéãããã¦ã³ãã¼ãã䏿"
+ msgstr "ã¯ãªãã¯ããã¨ãã¤ã¢ãã°ãéãã¦ãã¦ã³ãã¼ãã䏿¢"
msgid "Click to download the currently selected area"
- msgstr "ã¯ãªãã¯ãã¦ãç¾å¨é¸æããã¦ããé åããã¦ã³ãã¼ã"
+ msgstr "ã¯ãªãã¯ããã¨ç¾å¨é¸æããã¦ããé åããã¦ã³ãã¼ã"
msgid "Please select a download area first."
- msgstr "æåã«ãã¦ã³ãã¼ãã¨ãªã¢ã鏿ãã¦ãã ããã"
+ msgstr "æåã«ãã¦ã³ãã¼ãé åã鏿ãã¦ãã ããã"
msgid ""
"<html>Neither <strong>{0}</strong> nor <strong>{1}</strong> is "
@@@ -7119,21 -7222,8 +7234,8 @@@ msgstr "åç
§å
ï¼è¦ªãªã¬ã¼ã·ã§ã
msgid "Download object"
msgstr "ãªãã¸ã§ã¯ãããã¦ã³ãã¼ã"
- msgid "Object type:"
- msgstr "ãªãã¸ã§ã¯ã種å¥:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "æ··å"
-
- msgid "Choose the OSM object type"
- msgstr "OSMãªãã¸ã§ã¯ã種å¥ã鏿"
-
- msgid "Object ID:"
- msgstr "ãªãã¸ã§ã¯ãID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ãã¦ã³ãã¼ããããªãã¸ã§ã¯ãã®IDãå
¥å"
+ msgid "Start downloading"
+ msgstr "ãã¦ã³ãã¼ããéå§"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7143,28 -7233,9 +7245,9 @@@ msgstr "ãã®ãªãã¸ã§ã¯ããåç
msgid "Select if the members of a relation should be downloaded as well"
msgstr "ãªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ãä¸ç·ã«ãã¦ã³ãã¼ãããå ´åã¯é¸æãã¦ãã ãã"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ãªãã¸ã§ã¯ãIDã¯ã«ã³ãã¾ãã¯ã¹ãã¼ã¹ã§åºåããã¨ãã§ãã¾ãã<br/> ä¾: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> ããã¯ã¹ã¢ã¼ãæã¯æ¬¡ã®ããã«ãªãã¸ã§ã¯ããæå®ãã¾ã: <b>w123, "
- "n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "åç
§å
ï¼è¦ªãªã¬ã¼ã·ã§ã³ãã¦ã§ã¤ï¼ããã¦ã³ãã¼ã"
- msgid "Start downloading"
- msgstr "ãã¦ã³ãã¼ããéå§"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "ä¸é©åãªIDãªã¹ããæå®ããã¾ãã\n"
- "ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãã§ãã¾ããã"
-
msgid "Class Type"
msgstr "ã¯ã©ã¹ç¨®å¥"
@@@ -7273,8 -7344,8 +7356,8 @@@ msgstr "次ã®ãã¼ã¸ã¸
msgid "Go to the JOSM help home page"
msgstr "JOSM ãã«ããã¼ã ãã¼ã¸ã¸"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "è¦å: HTMLææ¸ã«æªããã±ã¼ã·ã§ã³ãæå®ããã¦ãã¾ããä¾å¤ã¯{0}ã§ãã"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "HTMLããã¥ã¡ã³ãä¸ã®å ´æã䏿£ã§ããä¾å¤ã®å
容: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "ãã«ããã¼ã¸ã®ãªã¼ãã³ã«å¤±æãã¿ã¼ã²ããURLã空ã§ãã"
@@@ -7372,6 -7443,9 +7455,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr "<html>ãã¼ã¸ã§ã³ <strong>{0}</strong> ä½ææ¥ <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "夿´ã»ããã®ã³ã¡ã³ã"
+
msgid "Changeset info"
msgstr "夿´ã»ããæ
å ±"
@@@ -7474,8 -7548,8 +7560,8 @@@ msgstr "
msgid "Object still in use"
msgstr "ãªãã¸ã§ã¯ãã¯ã¾ã 使ããã¦ãã¾ã"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "è¦å: ã¨ã©ã¼ããã \"{0}\" ã¯æ³å®ããããã¿ã¼ã³ã«ä¸è´ãã¾ãã"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "ã¨ã©ã¼ãããã¼ \"{0}\" ãæ³å®ãã¿ã¼ã³ã¨ä¸è´ãã¾ãã"
msgid "Upload"
msgstr "ã¢ãããã¼ã"
@@@ -7495,6 -7569,12 +7581,12 @@@ msgstr "ã¢ãããã¼ããã夿´ã
msgid "Enter an upload comment"
msgstr "ã¢ãããã¼ãæã®ã³ã¡ã³ããå
¥å"
+ msgid "Specify the data source for the changes:"
+ msgstr "夿´ã®å
ã¨ãªããã¼ã¿ã®ã½ã¼ã¹ãæå®ãã¦ãã ããã"
+
+ msgid "Enter a source"
+ msgstr "ã½ã¼ã¹ãå
¥åãã¦ãã ãã"
+
msgid "Changeset id:"
msgstr "夿´ã»ããID:"
@@@ -7561,9 -7641,8 +7653,8 @@@ msgid "Closing changeset {0}
msgstr "夿´ã»ãã {0} ãéãã¦ãã¾ã"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
- msgstr "è¦å: ä¿¡ç¨è¨¼æãã¤ã¢ãã°ã常æãããã«é
ç½®ããã®ã«å¤±æãã»ãã¥ãªãã£ä¾å¤ãææãã¾ããã"
+ "Failed to put Credential Dialog always on top. Caught security exception."
+ msgstr "èªè¨¼ãã¤ã¢ãã°ã常ã«åé¢ã«è¨å®ã§ãã¾ããã§ãããã»ãã¥ãªãã£ä¾å¤ãçºçãã¾ããã"
msgid "Enter credentials for OSM API"
msgstr "OSM APIç¨ã®èªè¨¼ãå
¥å"
@@@ -7637,11 -7716,10 +7728,10 @@@ msgid "Unpacking {0} into {1}
msgstr "{0}ã{1}ã«å±éä¸"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "è¦å: ãã¡ã¤ã« ''{0}'' ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ãã®ãªã³ã¯ ''{1}'' "
- "ãæå¹ãªURLã§ã¯ããã¾ããããã¦ã³ãã¼ããã¹ããããã¾ãã"
+ "ãã¡ã¤ã«''{0}''ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ããªã³ã¯''{1}''ãæå¹ãªURLã§ã¯ããã¾ããããã¦ã³ãã¼ããã¹ããããã¾ãã"
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -7655,9 -7733,8 +7745,8 @@@ msgid "Missing user identity
msgstr "ã¦ã¼ã¶ã¼èªè¨¼ã«å¤±æãã¾ãã"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
- msgstr "è¦å: ç¾å¨ã®JOSMã¦ã¼ã¶ã¼ã®ã¦ã¼ã¶ã¼æ
å ±åç
§ã«å¤±æãä¾å¤ã³ã¼ã: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
+ msgstr "ç¾å¨ã®JOSMã¦ã¼ã¶ã¼æ
å ±ã®åå¾ã«å¤±æãã¾ãããä¾å¤: {0}"
msgid "Download objects"
msgstr "ãªãã¸ã§ã¯ãããã¦ã³ãã¼ã"
@@@ -7722,7 -7799,7 +7811,7 @@@ msgid_plural "
"<html>{0} layers have unresolved conflicts.<br>Either resolve them first or "
"discard the modifications.<br>Layers with conflicts:</html>"
msgstr[0] ""
- "<html>{0} ã¬ã¤ã¤ã¼ã«æªè§£æ±ºã®ç«¶åãããã¾ãã<br>æåã«è§£æ±ºãããä¿®æ£ãç ´æ£ãã¦ãã ããã<br>ç«¶åã®ããã¬ã¤ã¤ã¼:</html>"
+ "<html>{0} ã¬ã¤ã¤ã¼ã«æªè§£æ±ºã®ç«¶åãããã¾ãã<br>å
ã«è§£æ±ºããããä¿®æ£ãç ´æ£ããããã¦ãã ããã<br>ç«¶åã®ããã¬ã¤ã¤ã¼:</html>"
msgid "Unsaved data and conflicts"
msgstr "ä¿åããã¦ããªããã¼ã¿ã¨ç«¶å"
@@@ -7751,9 -7828,8 +7840,8 @@@ msgid_plural "
"written.<br>Either select another file for each of them or discard the "
"changes.<br>Layers with non-writable files:</html>"
msgstr[0] ""
- "<html>{0} "
- "åã®ã¬ã¤ã¤ã¼ãä¿åããå¿
è¦ãããã¾ããã<br>対å¿ãããã¡ã¤ã«ã«æ¸ãè¾¼ãã¾ããã<br>ä»ã®ãã¡ã¤ã«ã鏿ãããã夿´ãç ´æ£ãã¦ãã ããã<br>ãã¡ã¤"
- "ã«æ¸ãè¾¼ã¿ã§ããªãã¬ã¤ã¤ã¼:</html>"
+ "<html>{0}æã®ã¬ã¤ã¤ã¼ãä¿åããå¿
è¦ãããã¾ããã<br>対å¿ãããã¡ã¤ã«ã«æ¸ãè¾¼ãã¾ããã<br>ä»ã®ãã¡ã¤ã«ã鏿ãããã夿´ãç ´æ£ãã¦ãã ã"
+ "ãã<br>ãã¡ã¤ã«æ¸ãè¾¼ã¿ã§ããªãã¬ã¤ã¤ã¼:</html>"
msgid "Unsaved data non-writable files"
msgstr "æ¸ãè¾¼ã¿ä¸å¯ãªãã¡ã¤ã«ã®ãããã¼ã¿ã¯ä¿åããã¾ããã§ãã"
@@@ -7874,12 -7950,6 +7962,6 @@@ msgstr "夿´ãããããªããã£ã
msgid "Please revise upload comment"
msgstr "ã¢ãããã¼ãã³ã¡ã³ããä¿®æ£ãã¦ãã ãã"
- msgid "Revise"
- msgstr "ä¿®æ£"
-
- msgid "Continue as is"
- msgstr "ãã®ã¾ã¾ç¶è¡"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7887,10 -7957,29 +7969,29 @@@
"/>to understand what is going on!<br /><br />If you spend a minute now to "
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- "ããªããæç¨¿ããã¢ãããã¼ãã³ã¡ã³ãã¯ã<i>空ç½</i> ã <i>ã¨ã¦ãçã</i> ã§ãã<br /><br "
+ "ããªããæç¨¿ããã¢ãããã¼ãã³ã¡ã³ãã¯ã<i>空ç½</i>ã<i>ã¨ã¦ãçã</i>ã§ãã<br /><br "
"/>ããã¯æè¡çã«ã¯åé¡ããã¾ããããä½ãè¡ãããããçè§£ããããã«ãæå³ã®ãã夿´ã»ããã®ã³ã¡ã³ãã«é ¼ã£ã¦ããã<br "
"/>ãã®é åãç£è¦ãã¦ããå¤ãã®ã¦ã¼ã¶ã¼ã®ãã¨ãèãã¦ã¿ã¦ãã ããã<br "
- "/>ããªããè¡ã£ã夿´ã«ã¤ãã¦èª¬æããããã«ããå°ãæéã使ã£ã¦ããã ããã°ãä»ã®å¤ãã®ãããã¼ã<br />ããå°ã楽ã«ãªãã§ãããã"
+ "/>ããªããè¡ã£ã夿´ã«ã¤ãã¦èª¬æãããã¨ã«ããå°ãæéãå²ãã¦ä¸ããã°ãä»ã®å¤ãã®ãããã¼ã<br />ããå°ãå¿«é©ã«ãªãã§ãããã"
+
+ msgid "Please specify a changeset source"
+ msgstr "夿´ã»ããã®ã½ã¼ã¹ãæå®ãã¦ãã ãã"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "ããªãã¯å¤æ´ãåæ ããã½ã¼ã¹ãæè¨ãã¦ãã¾ããã<br />ããã¯æè¡çã«ã¯åé¡ããã¾ããããããã¯ä»ã®äººããã¼ã¿ã®åºå
¸ãçè§£ãã<br "
+ "/>ä¸ã§å½¹ç«ã¤æ
å ±ã§ãã<br /><br />ããªããè¡ã£ã夿´ã«ã¤ãã¦èª¬æãããã¨ã«ããå°ãæéãå²ãã¦ä¸ããã°ãä»ã®å¤ãã®ãããã¼ã<br "
+ "/>ããå°ãå¿«é©ã«ãªãã§ãããã"
+
+ msgid "Revise"
+ msgstr "ä¿®æ£"
+
+ msgid "Continue as is"
+ msgstr "ãã®ã¾ã¾ç¶è¡"
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "åã®ãã¤ã¢ãã°ã«æ»ã£ã¦ãã£ã¨å
容ãåãããããã³ã¡ã³ããå
¥åãã"
@@@ -7907,6 -7996,20 +8008,20 @@@ msgstr "æåã«æ£ãããã£ã³ã¯ã
msgid "Illegal chunk size"
msgstr "䏿£ãªãã£ã³ã¯ãµã¤ãº"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] "<html>夿´ã»ããã®ã¿ã°ã«ç©ºã®ãã¼ï¼å¤ãåå¨ãã¾ãã<br>{0}<br>ç¶ç¶ãã¾ããï¼</html>"
+
+ msgid "Empty metadata"
+ msgstr "ã¡ã¿ãã¼ã¿ã空æ¬ã§ã"
+
msgid "Cancel the upload and resume editing"
msgstr "ã¢ãããã¼ãããã£ã³ã»ã«ãã¦ç·¨éã«æ»ã"
@@@ -7914,9 -8017,9 +8029,9 @@@ msgid "Tags of changeset {0}
msgstr "夿´ã»ãã {0} ã®ã¿ã°"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
- msgstr "è¦å : ãªãã¸ã§ã¯ã ''{0}'' ã¯ãµã¼ãã¼ããæ¢ã«åé¤ããã¦ãã¾ãããã®ãªãã¸ã§ã¯ããã¹ããããã¦ããä¸åº¦ã¢ãããã¼ããã¾ãã"
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
+ msgstr "ãªãã¸ã§ã¯ã''{0}''ãæ¢ã«ãµã¼ãã¼ä¸ã§åé¤ããã¦ãã¾ãããã®ãªãã¸ã§ã¯ããã¹ããããã¦ã¢ãããã¼ããå試è¡ãã¾ãã"
msgid "Preparing objects to upload ..."
msgstr "ã¢ãããã¼ãã®ããã«ãªãã¸ã§ã¯ããæºåä¸..."
@@@ -7944,7 -8047,7 +8059,7 @@@ msgid "Uploading <strong>{0} object</st
msgid_plural ""
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong>"
msgstr[0] ""
- "<strong>{0}åã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ã¤ã®å¤æ´ã»ãã</strong>ã¨ãã¦ã¢ãããã¼ããã¾ã"
+ "<strong>{0}ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ä»¶ã®å¤æ´ã»ãã</strong>ã¨ãã¦ã¢ãããã¼ããã¾ã"
msgid ""
"Uploading <strong>{0} object</strong> to <strong>1 changeset</strong> using "
@@@ -7953,14 -8056,14 +8068,14 @@@ msgid_plural "
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong> using "
"<strong>1 request</strong>"
msgstr[0] ""
- "<strong>{0}åã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ã¤ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>1 "
- "åã®ãªã¯ã¨ã¹ã</strong>ã§ã¢ãããã¼ããã¾ã"
+ "<strong>{0}ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ä»¶ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>1åã®ãªã¯ã¨ã¹ã</st"
+ "rong>ã§ã¢ãããã¼ããã¾ã"
msgid ""
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong> using "
"<strong>{1} requests</strong>"
msgstr ""
- "<strong>{0}åã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ã¤ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>{1}åã®ãªã¯ã¨ã¹ã</"
+ "<strong>{0}ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>1ä»¶ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>{1}åã®ãªã¯ã¨ã¹ã</"
"strong>ã§ã¢ãããã¼ããã¾ã"
msgid "advanced configuration"
@@@ -7971,15 -8074,15 +8086,15 @@@ msgid "
"''{2}''. Please <a href=\"urn:advanced-configuration\">configure</a> how to "
"proceed with <strong>multiple changesets</strong>"
msgstr ""
- "ãªãã¸ã§ã¯ãæ°ï¼{0}åï¼ããµã¼ãã¼ ''{2}'' "
- "ã§ã®ä¸éï¼{1}åï¼ã«éãã¾ããã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ãå¦çããæ¹æ³ã<a href=\"urn:advanced-"
+ "ãªãã¸ã§ã¯ãæ°ï¼{0}ä»¶ï¼ããµã¼ãã¼ ''{2}'' "
+ "ã§ã®ä¸éï¼{1}ä»¶ï¼ã«éãã¾ããã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ãå¦çããæ¹æ³ã<a href=\"urn:advanced-"
"configuration\">è¨å®</a>ãã¦ãã ããã"
msgid ""
"Uploading <strong>{0} objects</strong> to <strong>multiple "
"changesets</strong> using <strong>{1} requests</strong>"
msgstr ""
- "<strong>{0}åã®ãªãã¸ã§ã¯ã</strong>ã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>{1}åã®ãªã¯ã¨ã¹ã</"
+ "<strong>{0}ä»¶ã®ãªãã¸ã§ã¯ã</strong>ã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ã¨ãã¦<strong>{1}åã®ãªã¯ã¨ã¹ã</"
"strong>ã§ã¢ãããã¼ããã¾ã"
msgid "Uploading data for layer ''{0}''"
@@@ -8013,7 -8116,7 +8128,7 @@@ msgstr "
msgid "There is {0} object left to upload."
msgid_plural "There are {0} objects left to upload."
- msgstr[0] "ã¢ãããã¼ããããªãã¸ã§ã¯ãã {0} ä»¶æ®ã£ã¦ãã¾ãã"
+ msgstr[0] "ã¢ãããã¼ããããªãã¸ã§ã¯ãã{0}ä»¶æ®ã£ã¦ãã¾ãã"
msgid ""
"Click ''<strong>{0}</strong>'' to continue uploading to additional new "
@@@ -8040,17 -8143,17 +8155,17 @@@ msgstr "ãªã¬ã¼ã·ã§ã³''{0}''ã¯ã
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "ãªãã¸ã§ã¯ã ''{0}'' ã¯æ¢ã«åé¤ããã¦ãã¾ããã¢ãããã¼ãä¸ã®ãªãã¸ã§ã¯ããã¹ããããã¾ãã"
- msgid "Warning: {0}"
- msgstr "è¦å: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ããã¢ãããã¼ãä¸..."
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ããã¢ãããã¼ãä¸..."
msgid ""
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr "ã¢ãããã¼ãããã£ã³ã»ã«ãããããææããä¾å¤ãç¡è¦ãã¾ããä¾å¤: {0}"
+ msgid "Upload successful!"
+ msgstr "ã¢ãããã¼ãã«æåãã¾ããã"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8068,14 -8171,14 +8183,14 @@@ msgstr "ã¢ãããã¼ããããªãã
msgid "Cancel uploading"
msgstr "ã¢ãããã¼ãããã£ã³ã»ã«"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr "è¦åï¼è¨å®ã®ãã¼''{0}''ã«äºæããªãå¤ ''{1}''ãåãåãã¾ããã"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr "ãã¼''{0}''ã«æ³å®å¤ã®å¤''{1}''ãè¨å®ããã¦ãã¾ã"
msgid "Please select the upload strategy:"
msgstr "ã¢ãããã¼ãæ¹å¼ã鏿ãã¦ãã ãã:"
msgid "Upload data in one request"
- msgstr "1ãªã¯ã¨ã¹ãã§ãã¼ã¿ãã¢ãããã¼ã"
+ msgstr "1åã®ãªã¯ã¨ã¹ãã§ãã¼ã¿ãã¢ãããã¼ã"
msgid "Upload data in chunks of objects. Chunk size: "
msgstr "ãªãã¸ã§ã¯ããããã¤ãã®å¡ã«ãã¦ããã¼ã¿ãã¢ãããã¼ããã¾ãããã£ã³ã¯ãµã¤ãºï¼ "
@@@ -8088,7 -8191,7 +8203,7 @@@ msgid "
"upload {0} objects. Which strategy do you want to use?</html>"
msgstr ""
"<html> "
- "{0}åã®ãªãã¸ã§ã¯ããã¢ãããã¼ãããã«ã¯ã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ãå¿
è¦ã§ããã©ããªæ¹æ³ãã¨ãã¾ããï¼</html>"
+ "{0}ä»¶ã®ãªãã¸ã§ã¯ããã¢ãããã¼ãããã«ã¯ã<strong>è¤æ°ã®å¤æ´ã»ãã</strong>ãå¿
è¦ã§ããã©ããªæ¹æ³ãã¨ãã¾ããï¼</html>"
msgid "Fill up one changeset and return to the Upload Dialog"
msgstr "1ã¤ã®å¤æ´ã»ããã«ã¾ã¨ãã¦ãã¢ãããã¼ãç»é¢ã«æ»ãã"
@@@ -8097,24 -8200,24 +8212,24 @@@ msgid "Open and use as many new changes
msgstr "æ°ãã夿´ã»ãããå¿
è¦ãªã ãéãã¦ä½¿ç¨ãã"
msgid "Upload in one request not possible (too many objects to upload)"
- msgstr "ä¸åã®è¦æ±ã§ã¢ãããã¼ããããã¨ã¯ã§ãã¾ããï¼ã¢ãããã¼ããããªãã¸ã§ã¯ããå¤ãããï¼"
+ msgstr "1åã®ãªã¯ã¨ã¹ãã§ã¢ãããã¼ããããã¨ã¯ã§ãã¾ããï¼ã¢ãããã¼ããããªãã¸ã§ã¯ããå¤ãããï¼"
msgid ""
"<html>Cannot upload {0} objects in one request because the<br>max. changeset "
"size {1} on server ''{2}'' is exceeded.</html>"
msgstr ""
- "<html> {0} åã®ãªãã¸ã§ã¯ãã1ã¤ã®è¦æ±ã§ã¢ãããã¼ãã§ãã¾ããã<br> ããã¯ããµã¼ãã¼ ''{2}'' ã®æå¤§å¤æ´ã»ãããµã¤ãºã§ãã "
- "{1} ãè¶
ãã¦ããããã§ãã</html>"
+ "<html>{0}ä»¶ã®ãªãã¸ã§ã¯ãã1åã®ãªã¯ã¨ã¹ãã§ã¢ãããã¼ãã§ãã¾ããã<br>ãµã¼ãã¼''{2}''ã®å¤æ´ã»ããã®ä¸é{1}ä»¶ãè¶
ãã¦ãã¾ãã</"
+ "html>"
msgid "(1 request)"
- msgstr "(1 ãªã¯ã¨ã¹ã)"
+ msgstr "(1åã®ãªã¯ã¨ã¹ã)"
msgid "(# requests unknown)"
- msgstr "(# 䏿ãªãªã¯ã¨ã¹ã)"
+ msgstr "(ãªã¯ã¨ã¹ã忰䏿)"
msgid "({0} request)"
msgid_plural "({0} requests)"
- msgstr[0] "({0} ãªã¯ã¨ã¹ã)"
+ msgstr[0] "({0}åã®ãªã¯ã¨ã¹ã)"
msgid "Illegal chunk size <= 0. Please enter an integer > 1"
msgstr "䏿£ãªãã£ã³ã¯ãµã¤ãº <= 0ã1ãã大ããæ´æ°ãå
¥åãã¦ãã ãã"
@@@ -8139,15 -8242,15 +8254,15 @@@ msgstr "åé¤ãããªãã¸ã§ã¯ã:
msgid "{0} object to add:"
msgid_plural "{0} objects to add:"
- msgstr[0] "追å ãããªãã¸ã§ã¯ãã®åæ°: {0}"
+ msgstr[0] "追å ãããªãã¸ã§ã¯ã{0}ä»¶:"
msgid "{0} object to modify:"
msgid_plural "{0} objects to modify:"
- msgstr[0] "夿´ãããªãã¸ã§ã¯ãã®åæ°: {0}"
+ msgstr[0] "夿´ãããªãã¸ã§ã¯ã{0}ä»¶:"
msgid "{0} object to delete:"
msgid_plural "{0} objects to delete:"
- msgstr[0] "åé¤ãããªãã¸ã§ã¯ãã®åæ°: {0}"
+ msgstr[0] "åé¤ãããªãã¸ã§ã¯ã{0}ä»¶:"
msgid "Customize Color"
msgstr "é
è²ã®ã«ã¹ã¿ãã¤ãº"
@@@ -8162,11 -8265,11 +8277,11 @@@ msgid "Name: {0}
msgstr "åå: {0}"
msgid "Description: {0}"
- msgstr "è¨è¿°: {0}"
+ msgstr "説æ: {0}"
msgid "{0} track"
msgid_plural "{0} tracks"
- msgstr[0] "{0} ãã©ãã¯"
+ msgstr[0] "{0}æ¬ã®ãã©ãã¯"
msgid "Description"
msgstr "説æ"
@@@ -8182,18 -8285,18 +8297,18 @@@ msgstr "é·ã: {0}
msgid "{0} route, "
msgid_plural "{0} routes, "
- msgstr[0] "{0}ã«ã¼ã, "
+ msgstr[0] "{0}æ¬ã®ã«ã¼ãã "
msgid "{0} waypoint"
msgid_plural "{0} waypoints"
- msgstr[0] "{0} ã¦ã§ã¤ãã¤ã³ã"
+ msgstr[0] "{0}ä»¶ã®ã¦ã§ã¤ãã¤ã³ã"
msgid "gps point"
msgstr "GPSãã¤ã³ã"
msgid "{0} track, "
msgid_plural "{0} tracks, "
- msgstr[0] "{0} ãã©ã㯠"
+ msgstr[0] "{0}æ¬ã®ãã©ãã¯ã "
msgid "Save GPX file"
msgstr "GPXãã¡ã¤ã«ã®ä¿å"
@@@ -8210,7 -8313,7 +8325,7 @@@ msgstr "次ã®ãã¼ã«ã¼
msgid "Jump to next marker"
msgstr "次ã®ãã¼ã«ã¼ã«ã¸ã£ã³ã"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "åã®ãã¼ã«ã¼"
msgid "Jump to previous marker"
@@@ -8243,12 -8346,12 +8358,12 @@@ msgstr "ãã¼ã¸ã§ã³ {0}
msgid "Merging layers"
msgstr "ã¬ã¤ã¤ã¼ãä½µå"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "è¦å : ãã¼ã¸ã§ã³ 0.5 ã« 0.5 㨠0.6 ã®ãã¼ã¿ãæ··ãã£ã¦ãã"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "ãã¼ã¸ã§ã³0.6ã¨0.5ã®ãã¼ã¿ã0.5ã«æ··åãã¾ã"
msgid "{0} deleted"
msgid_plural "{0} deleted"
- msgstr[0] "{0} ãåé¤ãã¾ãã"
+ msgstr[0] "{0}ä»¶ãåé¤ãã¾ãã"
msgid "{0} consists of:"
msgstr "{0} ã®æ§æã¯æ¬¡ã®éãã§ãã"
@@@ -8383,14 -8486,14 +8498,14 @@@ msgid "WMS layer ({0}), automatically d
msgstr "WMS ã¬ã¤ã¤ã¼ ({0}), èªåçã«åç {1} ã§ãã¦ã³ãã¼ã"
msgid "WMS layer ({0}), downloading in zoom {1}"
- msgstr "WMS ã¬ã¤ã¤ã¼ ({0}), èªåç {1} ã§ãã¦ã³ãã¼ã"
+ msgstr "WMS ã¬ã¤ã¤ã¼ ({0}), åç {1} ã§ãã¦ã³ãã¼ã"
msgid "Download visible tiles"
msgstr "è¦ããã¿ã¤ã«ã®ãã¦ã³ãã¼ã"
msgid ""
"The requested area is too big. Please zoom in a little, or change resolution"
- msgstr "è¦æ±ãããç¯å²ã¯å¤§ãããã¾ããããå°ãæ¡å¤§ããããè§£å度ã夿´ãã¦ãã ããã"
+ msgstr "ãªã¯ã¨ã¹ããããç¯å²ã¯å¤§ãããã¾ããããå°ãåçãæ¡å¤§ããããè§£å度ã夿´ãã¦ãã ããã"
msgid "Change resolution"
msgstr "è§£å度ã®å¤æ´"
@@@ -8417,7 -8520,7 +8532,7 @@@ msgid "Supported projections are: {0}
msgstr "ãµãã¼ããã¦ããææ æ³ã¯ {0} ã§ãã"
msgid "Unsupported WMS file version; found {0}, expected {1}"
- msgstr "æªãµãã¼ãã® WMSãã¡ã¤ã«ã®ãã¼ã¸ã§ã³; çºè¦ {0}, äºæ³ {1}"
+ msgstr "WMSãã¡ã¤ã«ã®ãã¼ã¸ã§ã³ãæªãµãã¼ãã§ãã{1}ã§ãªããã°ãªãã¾ãããã{0}ã§ããã"
msgid "Save WMS file"
msgstr "WMSãã¡ã¤ã«ãä¿å"
@@@ -8523,7 -8626,7 +8638,7 @@@ msgid "Correlate
msgstr "é¢é£ä»ã"
msgid "Invalid timezone"
- msgstr "䏿£ãªã¿ã¤ã ã¾ã¼ã³"
+ msgstr "ã¿ã¤ã ã¾ã¼ã³ãç¡å¹ã§ã"
msgid "Invalid offset"
msgstr "䏿£ãªãªãã»ãã"
@@@ -8540,7 -8643,7 +8655,7 @@@ msgstr "gpx ã鏿ããã¦ãã¾ã
msgid "<html>Matched <b>{0}</b> of <b>{1}</b> photo to GPX track.</html>"
msgid_plural ""
"<html>Matched <b>{0}</b> of <b>{1}</b> photos to GPX track.</html>"
- msgstr[0] "<html><b>{1}</b> æä¸ <b>{0}</b> æã®åçãGPXãã©ãã¯ã«ä¸è´ãã¾ããã</html>"
+ msgstr[0] "<html><b>{1}</b>æä¸ <b>{0}</b>æã®åçãGPXãã©ãã¯ã«ä¸è´ãã¾ããã</html>"
msgid "Timezone: {0}"
msgstr "ã¿ã¤ã ã¾ã¼ã³: {0}"
@@@ -8553,7 -8656,7 +8668,7 @@@ msgstr "ç§: {0}
msgid "(Time difference of {0} day)"
msgid_plural "Time difference of {0} days"
- msgstr[0] "{0} æ¥ã®æå·®"
+ msgstr[0] "{0}æ¥ã®æå·®"
msgid ""
"An error occurred while trying to match the photos to the GPX track. You can "
@@@ -8606,20 -8709,17 +8721,17 @@@ msgstr "EXIFããGPSä½ç½®ãåå¾
msgid "Starting directory scan"
msgstr "ãã£ã¬ã¯ããªèµ°æ»ã®éå§"
- msgid "One of the selected files was null"
- msgstr "鏿ããããã¡ã¤ã«ã®ã²ã¨ã¤ããã«ã§ãã"
-
msgid "Read photos..."
msgstr "åçãåãè¾¼ã"
msgid "Reading {0}..."
- msgstr "{0}ãèªã¿è¾¼ãã§ãã¾ã ..."
+ msgstr "{0}ãèªã¿è¾¼ã¿ä¸..."
msgid "Unable to get canonical path for directory {0}\n"
msgstr "æ¨æºçãªãã£ã¬ã¯ããªã¸ã®ãã¹ãå
¥æã§ãã¾ãã {0}\n"
msgid "Scanning directory {0}"
- msgstr "ãã£ã¬ã¯ã㪠{0} ãèµ°æ»"
+ msgstr "ãã£ã¬ã¯ã㪠{0} ãèµ°æ»ä¸"
msgid "Found null file in directory {0}\n"
msgstr "ãã£ã¬ã¯ã㪠{0}ã«ä¸èº«ã®ãªããã¡ã¤ã«ãè¦ã¤ããã¾ãã\n"
@@@ -8627,16 -8727,19 +8739,19 @@@
msgid "Error while getting files from directory {0}\n"
msgstr "ãã£ã¬ã¯ããªãããã¡ã¤ã«ãå
¥æä¸ã®ã¨ã©ã¼ {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "鏿ããããã¡ã¤ã«ã®ã²ã¨ã¤ããã«ã§ãã"
+
msgid "Geotagged Images"
msgstr "ã¸ãªã¿ã°ã®ã¤ããç»å"
msgid "{0} image loaded."
msgid_plural "{0} images loaded."
- msgstr[0] "{0} ã®ç»åããã¼ãããã¾ããã"
+ msgstr[0] "{0}ä»¶ã®ç»åããã¼ãããã¾ããã"
msgid "{0} was found to be GPS tagged."
msgid_plural "{0} were found to be GPS tagged."
- msgstr[0] "GPSã¿ã°ãå¿
è¦ãªãã®ã {0}è¦ã¤ããã¾ããã"
+ msgstr[0] "GPSã¿ã°ãå¿
è¦ãªãã®ã{0}ä»¶è¦ã¤ããã¾ããã"
msgid "Delete image file from disk"
msgstr "ãã£ã¹ã¯ããç»åãã¡ã¤ã«ãåé¤"
@@@ -8682,6 -8785,12 +8797,12 @@@ msgstr "次ã¸
msgid "Show next Image"
msgstr "次ã®ç»åã表示"
+ msgid "Show first Image"
+ msgstr "æåã®ç»åã表示"
+
+ msgid "Show last Image"
+ msgstr "æå¾ã®ç»åã表示"
+
msgid "Center view"
msgstr "ä¸å¤®è¡¨ç¤º"
@@@ -8696,14 -8805,14 +8817,14 @@@ msgid "
"Altitude: {0} m"
msgstr ""
"\n"
- "é«åº¦: {0} m"
+ "é«åº¦: {0}m"
msgid ""
"\n"
"{0} km/h"
msgstr ""
"\n"
- "{0} km/h"
+ "{0}km/h"
msgid ""
"\n"
@@@ -8762,9 -8871,6 +8883,6 @@@ msgstr "
"<html>å¦çãã¦ããªã GPS "
"ãã¼ã¿ãå°å³ãã¼ã¿ã¨ãã¦ã¢ãããã¼ãããè¡çºã¯æå®³ãªãã¨ã§ãã<br>ãã¬ã¼ã¹ãã¼ã¿ãã¢ããããå ´åã¯ã次ã®å ´æããè¡ã£ã¦ãã ããã</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "ãã©ãã¯æç»ãã«ã¹ã¿ãã¤ãº"
@@@ -8896,7 -9002,7 +9014,7 @@@ msgstr[0] "ãã¼ã«ã¼
msgid "{0} consists of {1} marker"
msgid_plural "{0} consists of {1} markers"
- msgstr[0] "{0}ã¯ã{1}ãã¼ã«ã¼ãããªã"
+ msgstr[0] "{0}ã¯{1}ä»¶ã®ãã¼ã«ã¼ãããªã"
msgid "No existing audio markers in this layer to offset from."
msgstr "ãã®ã¬ã¤ã¤ã¼ã«ã¯ãéå§ãªãã»ãããæããªã¼ãã£ãªãã¼ã«ã¼ãããã¾ããã"
@@@ -8947,15 -9053,11 +9065,11 @@@ msgstr "ãã®ãã¼ã«ã¼ã®URLã表ç
msgid "(URL was: "
msgstr "(URLã¯ï¼ "
- msgid "Error displaying URL"
- msgstr "URL ã表示ããéã«ã¨ã©ã¼"
-
msgid "Select the map painting styles"
msgstr "å°å³ã®æç»ã¹ã¿ã¤ã«ã鏿ãã¦ãã ãã"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼ Mappaintã¹ã¿ã¤ã«ã''{0}''ããèªã¿è¾¼ãã¾ãããçºçããä¾å¤ã¯ {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr "''{0}''ããå°å³æç»ã¹ã¿ã¤ã«ã®èªã¿è¾¼ã¿ã«å¤±æãã¾ãããä¾å¤: {1}"
msgid "loading style ''{0}''..."
msgstr "ã¹ã¿ã¤ã« ''{0}'' ãèªã¿è¾¼ã¿ä¸..."
@@@ -8968,8 -9070,8 +9082,8 @@@ msgid_plural "
"right click menu for details."
msgstr[0] "ãã®ã¹ã¿ã¤ã«ãèªã¿è¾¼ãã®ã«{0}ä»¶ã®ã¨ã©ã¼ãããã¾ããã詳細ã¯å³ã¯ãªãã¯ã¡ãã¥ã¼ãã''æ
å ±''ã鏿ãã¦ãã ããã"
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr "è¦å: ''{0}''ããã®å°å³æç»ã¹ã¿ã¤ã«ã®è§£éã«å¤±æãã¾ãããã¨ã©ã¼å
容: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr "''{0}''ããå°å³æç»ã¹ã¿ã¤ã«ã®è§£æã«å¤±æãã¾ãããã¨ã©ã¼: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "䏿£ãªãã¤ãã¹ç¬¦å·ãå¤ã¯æ£ã§ãªãã¨ããã¾ããã"
@@@ -8978,24 -9080,24 +9092,24 @@@ msgid "Illegal dash pattern, at least o
msgstr "䏿£ãªãã¤ãã¹ç¬¦å·ãå°ãªãã¨ã1ã¤ã¯æ£ã®å¤ã«ãã¦ãã ããã"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
- msgstr "è¦å: ''{0}''ããã®å°å³æç»ã¹ã¿ã¤ã«ã®è§£éã«å¤±æãã¾ãããã¨ã©ã¼å
容: [{1}:{2}] {3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
+ msgstr "''{0}''ããå°å³æç»ã¹ã¿ã¤ã«ã®è§£æã«å¤±æãã¾ãããã¨ã©ã¼: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼:"
msgid "Access Token Secret:"
- msgstr "ãã¼ã¯ã³ã·ã¼ã¯ã¬ããã¸ã®ã¢ã¯ã»ã¹:"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯éµ:"
msgid "Save Access Token in preferences"
- msgstr "è¨å®ã§ãã¼ã¯ã³ã¢ã¯ã»ã¹ãä¿å"
+ msgstr "è¨å®ã§ã¢ã¯ã»ã¹ãã¼ã¯ã³ãä¿å"
msgid ""
"<html>Select to save the Access Token in the JOSM preferences.<br>Unselect "
"to use the Access Token in this JOSM session only.</html>"
msgstr ""
- "<html>鏿ãã¦JOSMããªãã¡ã¬ã³ã¹ã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ãä¿åã<br>é¸æè§£é¤ãã¦ãã®JOSMã»ãã·ã§ã³ã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ã ãã使ç¨ã</html>"
+ "<html>鏿ããã¨JOSMè¨å®ã«ã¢ã¯ã»ã¹ãã¼ã¯ã³ãä¿åãã¾ãã<br>é¸æè§£é¤ããã¨ãã®JOSMã»ãã·ã§ã³ã«ã ãã¢ã¯ã»ã¹ãã¼ã¯ã³ã使ç¨ãã¾ã</htm"
+ "l>"
msgid "Use default settings"
msgstr "ããã©ã«ãè¨å®ã使ç¨"
@@@ -9004,7 -9106,7 +9118,7 @@@ msgid "Consumer Key:
msgstr "ã³ã³ã·ã¥ã¼ããã¼:"
msgid "Consumer Secret:"
- msgstr "ç§å¯ã®æ¶è²»è
ã³ã¼ã"
+ msgstr "ã³ã³ã·ã¥ã¼ãã¼ç§å¯éµ:"
msgid "Request Token URL:"
msgstr "ãªã¯ã¨ã¹ããã¼ã¯ã³URL:"
@@@ -9044,8 -9146,8 +9158,8 @@@ msgid "
"fully<br>automatically authorizes the user and retrieves an Access "
"Token.</html>"
msgstr ""
- "<html>å
¨èªåã®æé ãå®è¡ãã¦OSMã¦ã§ããµã¤ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¦ãã ããã<br>JOSMã¯JOSMã¦ã¼ã¶ã¼ã«ä»£ãã£ã¦OSMã¦ã§ããµã¤ã"
- "ã«ã¢ã¯ã»ã¹ãã<br>ã¦ã¼ã¶ã¼ãå
¨èªåã§èªè¨¼ããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåç
§ãã¾ãã</html>"
+ "<html>å
¨èªåã§OSMã¦ã§ããµã¤ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¾ãã<br>JOSMãJOSMã¦ã¼ã¶ã¼ã«ä»£ãã£ã¦OSMã¦ã§ããµã¤ãã«ã¢ã¯ã»ã¹ãã<br"
+ ">ã¦ã¼ã¶ã¼ãå
¨èªåã§èªè¨¼ããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¾ãã</html>"
msgid ""
"<html>Run a semi-automatic procedure to get an access token from the OSM "
@@@ -9054,14 -9156,14 +9168,14 @@@
"external browser<br>to authenticate itself and to accept the request token "
"submitted by JOSM.</html>"
msgstr ""
- "<html>åèªåã®æé ãå®è¡ãã¦OSMã¦ã§ããµã¤ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¦ãã ããã<br>JOSMã¯æ¨æºçãªOAuthè¦æ±ãåºãã¦ãªã¯ã¨ã¹ããã¼"
- "ã¯ã³ã¨ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¾ãã<br>ããã¦ã¦ã¼ã¶ã¼ããå¤é¨ãã©ã¦ã¶ã¼å
ã®OSMã¦ã§ããµã¤ãã¸åãæ¿ãã¦<br>ãã®èªè¨¼ãè¡ããJOSMãåºãããªã¯"
- "ã¨ã¹ããã¼ã¯ã³ãåãåãã¾ãã</html>"
+ "<html>åèªåã§OSMã¦ã§ããµã¤ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¾ãã<br>JOSMã¯æ¨æºçãªOAuthãªã¯ã¨ã¹ããçºè¡ãã¦ããªã¯ã¨ã¹ããã¼ã¯ã³ã¨<b"
+ "r>ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ãã¾ããããã¦JOSMãèªè¨¼ããJOSMãçºè¡ãã<br>ãªã¯ã¨ã¹ããã¼ã¯ã³ãåãå
¥ããããã«ãå¤é¨ãã©ã¦ã¶ã¼ã§OSMã¦ã§ããµã¤"
+ "ã<br>ã表示ãã¾ãã</html>"
msgid ""
"<html>Enter an Access Token manually if it was generated and retrieved "
"outside<br>of JOSM.</html>"
- msgstr "<html>JOSMå¤é¨ã§ä½æã»åç
§ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ã¯æåã§å
¥åãã¦ãã ããã</html>"
+ msgstr "<html>JOSMå¤é¨ã§ä½æã»åå¾ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãæå
¥åãã¾ãã</html>"
msgid ""
"Please enter your OSM user name and password. The password will "
@@@ -9091,15 -9193,15 +9205,15 @@@ msgid "Advanced OAuth properties
msgstr "OAuthã®é«åº¦ãªè¨å®"
msgid "Accept Access Token"
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå
¥ãã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåãå
¥ãã"
msgid ""
"<html>You have successfully retrieved an OAuth Access Token from the OSM "
"website. Click on <strong>{0}</strong> to accept the token. JOSM will use it "
"in subsequent requests to gain access to the OSM API.</html>"
msgstr ""
- "<html>OSMã¦ã§ããµã¤ãããã®OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ã«æåãã¾ããã<strong>{0}</strong> "
- "ãã¯ãªãã¯ãã¦ãã¼ã¯ã³ãåãå
¥ãã¦ãã ãããJOSM ã¯ããã使ã£ã¦å¼ãç¶ãOSM APIã¸ã®ã¢ã¯ã»ã¹åå¾è¦æ±ãè¡ãã¾ãã</html>"
+ "<html>OSMã¦ã§ããµã¤ãããã®Authã¢ã¯ã»ã¹ãã¼ã¯ã³ã®åå¾ã«æåãã¾ããããã¼ã¯ã³ãåãå
¥ããã«ã¯<strong>{0}</strong>ãã¯ãªã"
+ "ã¯ãã¦ãã ãããå¼ãç¶ããããã使ç¨ãã¦JOSMãOSM APIã¸ã®ã¢ã¯ã»ã¹æ¨©ãåå¾ãã¾ãã</html>"
msgid "Authorize now"
msgstr "ä»ããèªè¨¼"
@@@ -9136,8 -9238,8 +9250,8 @@@ msgid "
"OSM server failed.<br><br>Please try again or choose another kind of "
"authorization process,<br>i.e. semi-automatic or manual authorization.</html>"
msgstr ""
- "<html>OSMãµã¼ãã¼ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãåç
§ããèªåå¦çã<br>失æãã¾ããã<br><br>ããç´ãããæã®èªè¨¼å¦ç(ä¾:åèªåèªè¨¼"
- "ãæåèªè¨¼)<br>ã鏿ãã¦ãã ããã</html>"
+ "<html>OSMãµã¼ãã¼ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ããèªåæç¶ãã失æãã¾ããã<br><br>ããç´ãããä»ã®èªè¨¼æç¶ãï¼ä¾:åèªåèªè¨¼ãæ"
+ "åèªè¨¼ï¼ã鏿ãã¦ãã ããã</html>"
msgid "OAuth authorization failed"
msgstr "OAuthèªè¨¼ã«å¤±æãã¾ãã"
@@@ -9148,21 -9250,21 +9262,21 @@@ msgid "
"from the OAuth Authorize Endpoint URL ''{0}''.<br><br>Please check your "
"advanced setting and try again.</html>"
msgstr ""
- "<html>OAuthèªè¨¼æ«ç«¯URL''{0}''ããJOSMãæå¹ãªãã°ã¤ã³URLã使ã§ããªãã£ããããOSMãµã¼ãã¼ããOAuthã®ã¢ã¯ã»ã¹ãã¼ã¯ã³"
- "ãåãåãèªåå¦çã«å¤±æãã¾ããã<br><br>æ¡å¼µè¨å®ã確èªãã¦å度試ãã¦ãã ããã</html>"
+ "<html>OAuthèªè¨¼ã®æ«ç«¯URL''{0}''ããJOSMãæå¹ãªãã°ã¤ã³URLã使ã§ããªãã£ããããOSMãµã¼ãã¼ããOAuthã®ã¢ã¯ã»ã¹ãã¼ã¯"
+ "ã³ãåãåãèªåæç¶ãã«å¤±æãã¾ããã<br><br>æ¡å¼µè¨å®ã確èªãã¦ããç´ãã¦ãã ããã</html>"
msgid ""
"<html>The automatic process for retrieving an OAuth Access Token<br>from the "
"OSM server failed. JOSM failed to log into {0}<br>for user "
"{1}.<br><br>Please check username and password and try again.</html>"
msgstr ""
- "<html>OSMãµã¼ãã¼ããã®OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ã®èªåæç¶ãã<br>失æãã¾ãããJOSM ã¯ã¦ã¼ã¶ã¼ {1} ã¨ãã¦ã® {0} "
- "ã¸ã®ãã°ã¤ã³ã«å¤±æãã¾ããã<br><br>ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ãããã§ãã¯ãã¦ããç´ãã¦ãã ããã</html>"
+ "<html>OSMãµã¼ãã¼ããã®OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ããèªåæç¶ãã«<br>失æãã¾ãããJOSMã¯ã¦ã¼ã¶ã¼{1}ã¨ãã¦{0}ã¸ã®ãã°ã¤ã³ã«å¤±"
+ "æãã¾ããã<br><br>ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ãããã§ãã¯ãã¦ããç´ãã¦ãã ããã</html>"
msgid ""
"Please enter an OAuth Access Token which is authorized to access the OSM "
"server ''{0}''."
- msgstr "OSMã®ãµã¼ãã¼ ''{0}'' ã«èªè¨¼ããã¦ãã OAuth æ¥ç¶ãã¼ã¯ã³ãå
¥åãã¦ãã ããã"
+ msgstr "OSMãµã¼ãã¼''{0}''ã«èªè¨¼ããã¦ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãå
¥åãã¦ãã ããã"
msgid "Access Token"
msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³"
@@@ -9171,31 -9273,31 +9285,31 @@@ msgid "Advanced OAuth parameters
msgstr "OAuthã®è¿½å ãã©ã¡ã¼ã¿ã¼"
msgid "Enter the OAuth Access Token"
- msgstr "OAuth ã¢ã¯ã»ã¹ãã¼ã¯ã³ãå
¥åãã¦ãã ãã"
+ msgstr "OAuthã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ãå
¥åãã¦ãã ãã"
msgid "Enter advanced OAuth properties"
- msgstr "é«åº¦ãªOAuthããããã£ãå
¥å"
+ msgstr "é«åº¦ãªOAuthããããã£ãå
¥åãã¦ãã ãã"
msgid ""
"<html><body>Please enter an OAuth Access Token which is authorized to access "
"the OSM server ''{0}''.</body></html>"
msgstr ""
- "<html><body>OSMãµã¼ãã¼ ''{0}'' ã§èªè¨¼ããã¦ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãå
¥åãã¦ãã ããã</body></html>"
+ "<html><body>OSMãµã¼ãã¼''{0}''ã§èªè¨¼ãããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãå
¥åãã¦ãã ããã</body></html>"
msgid "Please enter an Access Token Key"
msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ãå
¥åãã¦ãã ãã"
msgid ""
"The Access Token Key must not be empty. Please enter an Access Token Key"
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ã¯ç©ºç½ã«ã§ãã¾ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ãå
¥åãã¦ãã ããã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ã¯ç©ºæ¬ã«ã§ãã¾ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ãå
¥åãã¦ãã ããã"
msgid "Please enter an Access Token Secret"
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯ã³ã¼ããå
¥åãã¦ãã ãã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯éµãå
¥åãã¦ãã ãã"
msgid ""
"The Access Token Secret must not be empty. Please enter an Access Token "
"Secret"
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯ã³ã¼ãã¯å
¥åå¿
é ã§ããã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯ã³ã¼ããå
¥åãã¦ãã ããã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯éµã¯ç©ºæ¬ã«ã§ãã¾ãããã¢ã¯ã»ã¹ãã¼ã¯ã³ç§å¯éµãå
¥åãã¦ãã ããã"
msgid "Click to test the Access Token"
msgstr "ã¯ãªãã¯ãã¦ã¢ã¯ã»ã¹ãã¼ã¯ã³ããã¹ã"
@@@ -9217,16 -9319,16 +9331,16 @@@ msgid "Close the dialog and cancel auth
msgstr "ãã¤ã¢ãã°ãéãã¦èªè¨¼ããã£ã³ã»ã«"
msgid "Close the dialog and accept the Access Token"
- msgstr "ãã¤ã¢ãã°ãéãã¦ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå
¥ã"
+ msgstr "ãã¤ã¢ãã°ãéãã¦ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåãå
¥ãã"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "è¦å: OAuthæä½å®è¡ã®ãã£ã³ã»ã«ã«å¤±æ"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "å®è¡ä¸ã®OAuthæä½ã®ãã£ã³ã»ã«ã«å¤±æãã¾ãã"
msgid "Retrieving OAuth Request Token from ''{0}''"
- msgstr "注æ: ''{0}'' ããã®OAuthæ¥ç¶ãã¼ã¯ã³ã§ã"
+ msgstr "''{0}''ããOAuthãªã¯ã¨ã¹ããã¼ã¯ã³ãåå¾ä¸"
msgid "Retrieving OAuth Access Token from ''{0}''"
- msgstr "''{0}'' ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ä¸"
+ msgstr "''{0}''ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ä¸"
msgid "OSM website did not return a session cookie in response to ''{0}'',"
msgstr "OSMã¦ã§ããµã¤ããã''{0}'' ã®å¿çã¨ãã¦ã»ãã·ã§ã³ã¯ããã¼ãè¿ã£ã¦ãã¾ããã§ãã"
@@@ -9239,7 -9341,7 +9353,7 @@@ msgid "Failed to authorize OAuth reques
msgstr "OAuthãªã¯ã¨ã¹ã''{0}'' ã®èªè¨¼ã«å¤±æ"
msgid "Authorizing OAuth Request token ''{0}'' at the OSM website ..."
- msgstr "OSMã¦ã§ããµã¤ãã§OAuth ãªã¯ã¨ã¹ããã¼ã¯ã³ ''{0}''ãèªè¨¼ä¸"
+ msgstr "OSMã¦ã§ããµã¤ãã§OAuthãªã¯ã¨ã¹ããã¼ã¯ã³''{0}''ãèªè¨¼ä¸..."
msgid "Initializing a session at the OSM website..."
msgstr "OSMã¦ã§ããµã¤ãã®ã»ãã·ã§ã³ãåæåä¸..."
@@@ -9248,7 -9350,7 +9362,7 @@@ msgid "Authenticating the session for u
msgstr "ã¦ã¼ã¶ã¼''{0}'' ç¨ã®ã»ãã·ã§ã³ãèªè¨¼ä¸..."
msgid "Authorizing request token ''{0}''..."
- msgstr "ãªã¯ã¨ã¹ããã¼ã¯ã³''{0}'' ãèªè¨¼ä¸..."
+ msgstr "ãªã¯ã¨ã¹ããã¼ã¯ã³''{0}''ãèªè¨¼ä¸..."
msgid "Logging out session ''{0}''..."
msgstr "ã»ãã·ã§ã³''{0}'' ããã°ã¢ã¦ãä¸..."
@@@ -9292,37 -9394,37 +9406,37 @@@ msgid "Select to grant JOSM the right t
msgstr "JOSMã«ããªãã«ä»£ãã£ã¦åèã夿´ããæ¨©å©ã鏿"
msgid "Retrieving OAuth Access Token..."
- msgstr "OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ä¸..."
+ msgstr "OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾ä¸..."
msgid "<html>Retrieving an OAuth Access Token from ''{0}'' failed.</html>"
- msgstr "<html>''{0}'' ããã® OAuth ã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ã«å¤±æã</html>"
+ msgstr "<html>''{0}''ããã®OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³åå¾ã«å¤±æãã¾ããã</html>"
msgid "Request Failed"
msgstr "ãªã¯ã¨ã¹ã失æ"
msgid "Retrieving OAuth Request Token..."
- msgstr "OAuthãªã¯ã¨ã¹ããã¼ã¯ã³åç
§ä¸..."
+ msgstr "OAuthãªã¯ã¨ã¹ããã¼ã¯ã³åå¾ä¸..."
msgid "<html>Retrieving an OAuth Request Token from ''{0}'' failed.</html>"
- msgstr "<html>''{0}'' ããã® OAuth ãªã¯ã¨ã¹ããã¼ã¯ã³åç
§ã«å¤±æã</html>"
+ msgstr "<html>''{0}''ããã®OAuthãªã¯ã¨ã¹ããã¼ã¯ã³åå¾ã«å¤±æãã¾ããã</html>"
msgid "Display Advanced OAuth Parameters"
msgstr "é«åº¦ãªOAuthãã©ã¡ã¼ã¿ã表示"
msgid "Retrieve Request Token"
- msgstr "ãªã¯ã¨ã¹ããã¼ã¯ã³ãåç
§"
+ msgstr "ãªã¯ã¨ã¹ããã¼ã¯ã³ãåå¾"
msgid ""
"<html>Please click on <strong>{0}</strong> to retrieve an OAuth Request "
"Token from ''{1}''.</html>"
msgstr ""
- "<html><strong>{0}</strong>ãã¯ãªãã¯ã㦠''{1}''ããã®ãªã¯ã¨ã¹ããã¼ã¯ã³ãåç
§ãã¦ãã ããã</html>"
+ "<html>''{1}''ããOAuthãªã¯ã¨ã¹ããã¼ã¯ã³ãåå¾ããã«ã¯<strong>{0}</strong>ãã¯ãªãã¯ãã¦ãã ããã</html>"
msgid "<html>Step 1/3: Retrieve an OAuth Request Token</html>"
- msgstr "<html>ã¹ããã 1/3: OAuth ãªã¯ã¨ã¹ããã¼ã¯ã³ãåç
§</html>"
+ msgstr "<html>ã¹ããã 1/3: OAuthãªã¯ã¨ã¹ããã¼ã¯ã³ãåå¾</html>"
msgid "<html>Step 2/3: Authorize and retrieve an Access Token</html>"
- msgstr "<html>ã¹ããã 2/3: ã¢ã¯ã»ã¹ãã¼ã¯ã³ãèªè¨¼åã³åç
§</html>"
+ msgstr "<html>ã¹ããã 2/3: ã¢ã¯ã»ã¹ãã¼ã¯ã³ãèªè¨¼åã³åå¾</html>"
msgid "Request Access Token"
msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ããªã¯ã¨ã¹ã"
@@@ -9336,41 -9438,41 +9450,41 @@@ msgid "
"copy the following authorize URL and paste it into the address field of your "
"browser.</html>"
msgstr ""
- "<html>JOSMã¯è¦æ±ãã¼ã¯ã³ã®åãåãã«æåãã¾ãããJOSMã¯å¤é¨ãã©ã¦ã¶ã¼ã§èªè¨¼ãã¼ã¸ãèµ·åãã¾ããããªãã®OSMã®ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ãã§ãã°"
- "ã¤ã³ããæç¤ºã«å¾ã£ã¦è¦æ±ãã¼ã¯ã³ãèªè¨¼ãã¦ãã ããããããããã®ãã¤ã¢ãã°ã«æ»ãã<strong>{0}</strong>ãã¯ãªãã¯ãã¦ãã ããã<br>"
- "<br>ããå¤é¨ãã©ã¦ã¶ã¼ã®èµ·åã«å¤±æããå ´åã¯ã次ã®èªè¨¼URLããã©ã¦ã¶ã¼ã®ã¢ãã¬ã¹æ¬ã«ã³ãã¼ï¼ãã¼ã¹ããã¦ãã ããã</html>"
+ "<html>JOSMã¯ãªã¯ã¨ã¹ããã¼ã¯ã³ã®åå¾ã«æåãã¾ãããJOSMã¯å¤é¨ãã©ã¦ã¶ã¼ã§èªè¨¼ãã¼ã¸ãèµ·åãã¾ããããªãã®OSMã®ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ãã§ã"
+ "ã°ã¤ã³ããæç¤ºã«å¾ã£ã¦ãªã¯ã¨ã¹ããã¼ã¯ã³ãèªè¨¼ãã¦ãã ããããããããã®ãã¤ã¢ãã°ã«æ»ãã<strong>{0}</strong>ãã¯ãªãã¯ãã¦ãã ããã"
+ "<br><br>ããå¤é¨ãã©ã¦ã¶ã¼ã®èµ·åã«å¤±æããå ´åã¯ã次ã®èªè¨¼URLããã©ã¦ã¶ã¼ã®ã¢ãã¬ã¹æ¬ã«ã³ãã¼ï¼ãã¼ã¹ããã¦ãã ããã</html>"
msgid "Go back to step 1/3"
msgstr "ã¹ããã 1/3 ã«æ»ã"
msgid "<html>Step 3/3: Successfully retrieved an Access Token</html>"
- msgstr "<html>ã¹ããã 3/3: ã¢ã¯ã»ã¹ãã¼ã¯ã³åç
§ã«æå</html>"
+ msgstr "<html>ã¹ããã 3/3: ã¢ã¯ã»ã¹ãã¼ã¯ã³åå¾ã«æå</html>"
msgid ""
"<html>JOSM has successfully retrieved an Access Token. You can now accept "
"this token. JOSM will use it in the future for authentication and "
"authorization to the OSM server.<br><br>The access token is: </html>"
msgstr ""
- "<html>ã¢ã¯ã»ã¹ãã¼ã¯ã³ã®åä¿¡ã«æåãã¾ããããã®ãã¼ã¯ã³ãacceptãã¦ãã ããã以å¾JOSMãOSMãµã¼ãã¼ã§ã®èªè¨¼ã«ãã®ãã¼ã¯ã³ãå©ç¨ã§ããã"
- "ãã«ãªãã¾ãã<br><br>ã¢ã¯ã»ã¹ãã¼ã¯ã³ã¯ä»¥ä¸ã®éãã§ã: </html>"
+ "<html>ã¢ã¯ã»ã¹ãã¼ã¯ã³ã®åå¾ã«æåãã¾ãããããã§ãã®ãã¼ã¯ã³ãåãå
¥ãããã¨ãã§ãã¾ããä»å¾ãJOSMã¯OSMãµã¼ãã¼ã§ã®èªè¨¼ã«ãã®ãã¼ã¯ã³ã使ç¨"
+ "ããããã«ãªãã¾ãã<br><br>ã¢ã¯ã»ã¹ãã¼ã¯ã³ã¯ä»¥ä¸ã®éãã§ãã</html>"
msgid "Click to retrieve a Request Token"
- msgstr "ã¯ãªãã¯ãã¦ãªã¯ã¨ã¹ããã¼ã¯ã³ãåç
§"
+ msgstr "ã¯ãªãã¯ãã¦ãªã¯ã¨ã¹ããã¼ã¯ã³ãåå¾"
msgid "Retrieve Access Token"
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåç
§"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾"
msgid "Click to retrieve an Access Token"
- msgstr "ã¯ãªãã¯ãã¦ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåç
§"
+ msgstr "ã¯ãªãã¯ãã¦ã¢ã¯ã»ã¹ãã¼ã¯ã³ãåå¾"
msgid "Testing OAuth Access Token"
msgstr "OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ããã¹ãä¸"
msgid "Retrieving user details with Access Token Key ''{0}'' was rejected."
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ ''{0}'' ã§ã®ã¦ã¼ã¶ã¼è©³ç´°ã®åç
§ã¯æå¦ããã¾ããã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼''{0}''ã§ã®ã¦ã¼ã¶ã¼è©³ç´°æ
å ±ã®åå¾ãæå¦ããã¾ããã"
msgid "Retrieving user details with Access Token Key ''{0}'' was forbidden."
- msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼ ''{0}'' ã§ã®ã¦ã¼ã¶ã¼è©³ç´°ã®åç
§ã¯ç¦æ¢ããã¦ãã¾ãã"
+ msgstr "ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¼''{0}''ã«ã¯ã¦ã¼ã¶ã¼è©³ç´°æ
å ±ã®åç
§æ¨©éãããã¾ããã"
msgid ""
"<html>Successfully used the Access Token ''{0}'' to<br>access the OSM server "
@@@ -9416,16 -9518,14 +9530,14 @@@ msgid "
"Access Token, but<br>rather a problem with the server configuration. "
"Carefully check the server<br>URL and your Internet connection.</html>"
msgstr ""
- "<html>ç¾å¨ã®ã¦ã¼ã¶ã¼ã«ã¤ãã¦OSMãµã¼ãã¼ "
- "''{0}''ããã®æ
å ±åç
§ã«å¤±æã<br>ããã¯ãããããã¹ãæ¸ã¿ã¢ã¯ã»ã¹ãã¼ã¯ã³ã«ããåé¡ã¨ããããã<br>ãµã¼ãã¼æ§æã®åé¡ã§ããæ³¨æãã¦ãµã¼ãã¼"
- "<br>URL ã¨ããªãã®ã¤ã³ã¿ã¼ãããæ¥ç¶ããã§ãã¯ãã¦ãã ããã</html>"
+ "<html>OSMãµã¼ãã¼''{0}''ããç¾å¨ã®ã¦ã¼ã¶ã¼ã«ã¤ãã¦ã®æ
å ±ã®åç
§ã«å¤±æãã¾ããã<br>ããã¯ãããããã¹ãæ¸ã¿ã¢ã¯ã»ã¹ãã¼ã¯ã³ã«ããåé¡ã¨"
+ "ããããã<br>ãµã¼ãã¼æ§æã®åé¡ã§ããæ³¨æãã¦ãµã¼ãã¼<br>URL ã¨ããªãã®ã¤ã³ã¿ã¼ãããæ¥ç¶ããã§ãã¯ãã¦ãã ããã</html>"
msgid ""
"<html>Failed to sign the request for the OSM server ''{0}'' with the token "
"''{1}''.<br>The token ist probably invalid.</html>"
msgstr ""
- "<html>ãã¼ã¯ã³ ''{1}''ã§OSMãµã¼ãã¼ ''{0}'' "
- "ã¸ã®ãªã¯ã¨ã¹ãã¸ã®ãµã¤ã³ã«å¤±æãã¾ããã<br>ãããããã¼ã¯ã³ã䏿£ã§ãã</html>"
+ "<html>ãã¼ã¯ã³''{1}''ã§OSMãµã¼ãã¼''{0}''ã«æ¥ç¶ã§ãã¾ããã§ããã<br>ãããããã¼ã¯ã³ãç¡å¹ã§ãã</html>"
msgid ""
"<html>The test failed because the server responded with an internal "
@@@ -9532,12 -9632,12 +9644,12 @@@ msgid "
"The following plugin has been downloaded <strong>successfully</strong>:"
msgid_plural ""
"The following {0} plugins have been downloaded <strong>successfully</strong>:"
- msgstr[0] "次ã®{0} ä»¶ã®ãã©ã°ã¤ã³ã®ãã¦ã³ãã¼ãã«<strong>æå</strong>:"
+ msgstr[0] "次ã®{0}ä»¶ã®ãã©ã°ã¤ã³ã®ãã¦ã³ãã¼ãã«<strong>æå</strong>:"
msgid "Downloading the following plugin has <strong>failed</strong>:"
msgid_plural ""
"Downloading the following {0} plugins has <strong>failed</strong>:"
- msgstr[0] "次ã®{0} ä»¶ã®ãã©ã°ã¤ã³ã®ãã¦ã³ãã¼ãã«<strong>失æ</strong>:"
+ msgstr[0] "次ã®{0}ä»¶ã®ãã©ã°ã¤ã³ã®ãã¦ã³ãã¼ãã«<strong>失æ</strong>:"
msgid "Search:"
msgstr "æ¤ç´¢:"
@@@ -9909,7 -10009,7 +10021,7 @@@ msgid "Load profile
msgstr "ãããã¡ã¤ã«ãéã"
msgid "Save {0} profile"
- msgstr "{0}ä»¶ã®ãããã¡ã¤ã«ãä¿å"
+ msgstr "{0}ã®ãããã¡ã¤ã«ãä¿å"
msgid "All the preferences of this group are default, nothing to save"
msgstr "ãã®ã°ã«ã¼ãã«é¢ããè¨å®é
ç®ã¯ãã¹ã¦ããã©ã«ãã§ãã®ã§ãä¿åããå¿
è¦ã¯ããã¾ãã"
@@@ -9959,8 -10059,8 +10071,8 @@@ msgstr "è¨å®ã追å
msgid "Advanced Background: Changed"
msgstr "é«åº¦ãªè¨å®ã®èæ¯è²: 夿´æ¸ã¿"
- msgid "Advanced Background: NonDefalut"
- msgstr "é«åº¦ãªè¨å®ã®èæ¯è²: éããã©ã«ã"
+ msgid "Advanced Background: NonDefault"
+ msgstr "é«åº¦ãªè¨å®ã®èæ¯è²: åæå¤ã§ã¯ãªã"
msgid "Current value is default."
msgstr "ç¾å¨ã®å¤ã¯æ¢å®å¤ã§ãã"
@@@ -10027,6 -10127,9 +10139,9 @@@ msgstr "鏿ã¢ã¼ãã§ä»®æ³ãã¼ã
msgid "Draw inactive layers in other color"
msgstr "ã¢ã¯ãã£ããªã¬ã¤ã¤ã¼ä»¥å¤ã¯å¥ã®è²ã§è¡¨ç¤ºãã"
+ msgid "Display discardable keys"
+ msgstr "åé¤ããããã¼ã表示"
+
msgid "Highlight target ways and nodes"
msgstr "鏿ä¸ã®ã¦ã§ã¤ããã¼ãã強調表示"
@@@ -10080,6 -10183,11 +10195,11 @@@ msgid "
"in the selected style."
msgstr "ãã®ãªãã·ã§ã³ã¯ã鏿ãããã¹ã¿ã¤ã«ã®è¨å®ãç¡è¦ãã¦ãã¨ãªã¢ã®å¡ãã¤ã¶ãã忢ããã¾ãã"
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr "ãã¤ã³ãã«å¯¾ãã¦ç¡æå³ã ã¨ãã¦æé»ã«åé¤ãããäºå®ã®ãã¼ã表示ãã¾ãã"
+
msgid "Options that affect drawing performance"
msgstr "æç»ããã©ã¼ãã³ã¹é¢é£ãªãã·ã§ã³"
@@@ -10544,6 -10652,12 +10664,12 @@@ msgstr "
"<i>(JOSMã¯ãã¼ã¿ã¬ã¤ã¤ã¼ãä¿åããéã«ããã¯ã¢ãããã¡ã¤ã«ãä¿æã§ãã¾ãã "
"ãã¡ã¤ã«åã®æå¾ã«''~''ãä»å ãã¦åããã©ã«ãã«ä¿åãã¾ãã)</i>"
+ msgid "Notification at each save"
+ msgstr "ä¿åãããã¨ã«éç¥"
+
+ msgid "When saving, display a small notification"
+ msgstr "ä¿åããã¨ããå°ããéç¥ã表示ãã¾ã"
+
msgid "File backup"
msgstr "ãã¡ã¤ã«ããã¯ã¢ãã"
@@@ -10608,8 -10722,8 +10734,8 @@@ msgstr "ãããè¨å®
msgid "Settings for the map projection and data interpretation."
msgstr "å°å³æå½±æ³ã¨ãã¼ã¿è§£éã®è¨å®"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "è¦å: ã¿ã°ä»ãããªã»ããã½ã¼ã¹ãèªã¿è¾¼ãã¾ãã :{0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "ã¿ã°ä»ãããªã»ããã®ã½ã¼ã¹ {0} ãèªã¿è¾¼ãã¾ããã"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10709,7 -10823,7 +10835,7 @@@ msgstr "
msgid "Plugin {0} is still required by this plugin:"
msgid_plural "Plugin {0} is still required by these {1} plugins:"
- msgstr[0] "{0} ãã©ã°ã¤ã³ã¯æ¬¡ã® {1} åã®ãã©ã°ã¤ã³ããå¿
è¦ã¨ããã¦ãã¾ãã"
+ msgstr[0] "{0}ãã©ã°ã¤ã³ã¯æ¬¡ã®{1}ä»¶ã®ãã©ã°ã¤ã³ããå¿
è¦ã¨ããã¦ãã¾ãã"
msgid "{0}: Version {1} (local: {2})"
msgstr "{0}: ãã¼ã¸ã§ã³ {1} (ãã¼ã«ã«: {2})"
@@@ -10877,21 -10991,6 +11003,6 @@@ msgstr "ã¹ã¤ã¹ã°ãªãã (ã¹ã¤ã
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 ï¼ãã¼ã«ã«è£æ£ãªãï¼</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTMã¾ã¼ã³"
-
- msgid "North"
- msgstr "åç·¯"
-
- msgid "South"
- msgstr "å"
-
- msgid "Hemisphere"
- msgstr "åç"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -10913,6 -11012,21 +11024,21 @@@ msgstr "UTM France (DOM)
msgid "UTM Geodesic system"
msgstr "UTM測å°ã·ã¹ãã "
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTMã¾ã¼ã³"
+
+ msgid "North"
+ msgstr "åç·¯"
+
+ msgid "South"
+ msgstr "å"
+
+ msgid "Hemisphere"
+ msgstr "åç"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "OSM API URL ''{0}'' ããã¹ãä¸"
@@@ -10971,9 -11085,9 +11097,9 @@@ msgid "Select to use OAuth as authentic
msgstr "OAuthã使ç¨ãã"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
- msgstr "è¦å: ''{0}'' ã«ãµãã¼ããã¦ããªãå¤ ''{1}'' ãè¨å®ããã¦ãã¾ããèªè¨¼æ¹æ³ã¯ ''Basicèªè¨¼'' ã§ãã"
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
+ msgstr "è¨å®é
ç®''{0}''ããµãã¼ãå¤ã®å¤''{1}''ã§ããèªè¨¼æ¹æ³ã«''Basicèªè¨¼''ã使ç¨ãã¾ãã"
msgid "OSM username:"
msgstr "OSM ã¦ã¼ã¶ã¼å:"
@@@ -10981,30 -11095,35 +11107,35 @@@
msgid "OSM password:"
msgstr "OSM ãã¹ã¯ã¼ã:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "è¦å: èªè¨¼è¨¼æããã¼ã¸ã£ããã®OSMèªè¨¼è¨¼æåç
§ã«å¤±æã"
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr "èªè¨¼ããã¼ã¸ã£ã¼ããOSMè¨¼ææ¸ã®åãåãã«å¤±æãã¾ããã"
msgid "Current credential manager is of type ''{0}''"
msgstr "ç¾å¨ã®èªè¨¼ããã¼ã¸ã£ã¼ã¯ ''{0}'' ã®ä¸ç¨®ã§ã"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "è¦å: èªè¨¼è¨¼æããã¼ã¸ã£ã¸OSMèªè¨¼è¨¼æã®ä¿åã«å¤±æã"
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr "OSMè¨¼ææ¸ã®èªè¨¼ããã¼ã¸ã£ã¼ã¸ã®ä¿åã«å¤±æãã¾ããã"
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr "è¦å: èªè¨¼è¨¼æããã¼ã¸ã£ããã®OAuthãã¼ã¯ã³åç
§ã«å¤±æã"
+ msgid "Periodically check for new messages"
+ msgstr "宿çã«æ°ããã¡ãã»ã¼ã¸ã確èª"
+
+ msgid "Check interval (minutes):"
+ msgstr "確èªééï¼åï¼:"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr "èªè¨¼ããã¼ã¸ã£ã¼ããOAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ã®åå¾ã«å¤±æãã¾ãã"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "è¦å: èªè¨¼è¨¼æããã¼ã¸ã£ã¸ã®OAuthãã¼ã¯ã³ã®ä¿ç®¡ã«å¤±æã"
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr "OAuthã¢ã¯ã»ã¹ãã¼ã¯ã³ã®èªè¨¼ããã¼ã¸ã£ã¼ã¸ã®ä¿åã«å¤±æãã¾ãã"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
"Please authorize first."
- msgstr "ããªãã«ã¯OAuth ã使ç¨ãã¦ããOSMãµã¼ãã¼ã«ã¢ã¯ã»ã¹ããããã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¾ã ããã¾ãããæåã«èªè¨¼ãã¦ãã ããã"
+ msgstr "OAuthã使ç¨ãã¦ããOSMãµã¼ãã¼ã¸ã®ã¢ã¯ã»ã¹æ¨©ãæã£ãã¢ã¯ã»ã¹ãã¼ã¯ã³ãã¾ã ããã¾ãããæåã«èªè¨¼ãåãã¦ãã ããã"
msgid ""
"You already have an Access Token to access the OSM server using OAuth."
- msgstr "ããªãã«ã¯OAuth ã使ç¨ãã¦ããOSMãµã¼ãã¼ã«ã¢ã¯ã»ã¹ããããã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ãæ¢ã«ããã¾ãã"
+ msgstr "OAuthã使ç¨ãã¦ããOSMãµã¼ãã¼ã¸ã®ã¢ã¯ã»ã¹æ¨©ãæã£ãã¢ã¯ã»ã¹ãã¼ã¯ã³ãæ¢ã«ããã¾ãã"
msgid "Save to preferences"
msgstr "ããªãã¡ã¬ã³ã¹ã«ä¿å"
@@@ -11018,10 -11137,10 +11149,10 @@@ msgstr "æ°ããã¢ã¯ã»ã¹ãã¼ã¯ã
msgid ""
"Click to step through the OAuth authorization process and generate a new "
"Access Token"
- msgstr "ã¯ãªãã¯ãã¦OAuth èªè¨¼ããã»ã¹ã䏿©é²ã¿ãæ°ããã¢ã¯ã»ã¹ãã¼ã¯ã³ã使"
+ msgstr "OAuthèªè¨¼æç¶ããé²ãã¦æ°ããã¢ã¯ã»ã¹ãã¼ã¯ã³ã使ããã«ã¯ã¯ãªãã¯ãã¦ãã ãã"
msgid "Click test access to the OSM server with the current access token"
- msgstr "ã¯ãªãã¯ãã¦ãç¾å¨ã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ã§OSMãµã¼ãã¼ã«ã¢ã¯ã»ã¹ã§ãããããã¹ããã¾ã"
+ msgstr "ç¾å¨ã®ã¢ã¯ã»ã¹ãã¼ã¯ã³ã§OSMãµã¼ãã¼ã«ã¢ã¯ã»ã¹ã§ãããããã¹ãããã«ã¯ã¯ãªãã¯ãã¦ãã ãã"
msgid "<html>Use the default OSM server URL (<strong>{0}</strong>)</html>"
msgstr "<html>ããã©ã«ãOSM ãµã¼ãã¼URLãä½¿ç¨ (<strong>{0}</strong>)</html>"
@@@ -11078,15 -11197,11 +11209,11 @@@ msgid "Use a SOCKS proxy
msgstr "SOCKS ãããã·ã使ç¨"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr "è¦å: JOSM ã¯ãããã·ãåç
§ããããã«è¨å®ããã¦ãã¾ãããJVMã¯ãããã·ãåç
§ããããã«è¨å®ããã¦ãã¾ããã"
-
- msgid "disabled"
- msgstr "ç¡å¹"
-
- msgid "no modifier"
- msgstr "修飾ãªã"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
+ msgstr ""
+ "JOSMã¯ã·ã¹ãã è¨å®ãããããã·ã使ç¨ããããã«è¨å®ããã¦ãã¾ãããJVMããããåãä»ããããã«è¨å®ããã¦ãã¾ãããè¨å®ã''ãããã·ãªã''ã«ãªã»ã"
+ "ããã¾ã"
msgid "Shortcut Background: User"
msgstr "ã·ã§ã¼ãã«ãã: ã¦ã¼ã¶ã¼ã®èæ¯è²"
@@@ -11120,7 -11235,7 +11247,7 @@@ msgstr "è¤æ°å
msgid "Remove old keys from up to {0} object"
msgid_plural "Remove old keys from up to {0} objects"
- msgstr[0] "{0} ãªãã¸ã§ã¯ãã¾ã§å¤ããã¼ãåé¤"
+ msgstr[0] "æå¤§{0}ä»¶ã®ãªãã¸ã§ã¯ãããå¤ããã¼ãåé¤"
msgid "Delete the selection in the tag table"
msgstr "ã¿ã°ãã¼ãã«ã®é¸æãåé¤"
@@@ -11142,7 -11257,7 +11269,7 @@@ msgstr "ã¿ã¤ã{0}ã®è¦ç´ ããµãã
msgid "Change {0} object"
msgid_plural "Change {0} objects"
- msgstr[0] "{0}åã®ãªãã¸ã§ã¯ãã夿´"
+ msgstr[0] "{0}ä»¶ã®ãªãã¸ã§ã¯ãã夿´"
msgid "Nothing selected!"
msgstr "ä½ã鏿ããã¦ãã¾ããï¼"
@@@ -11156,8 -11271,8 +11283,8 @@@ msgstr "ããªã»ããã®é©ç¨
msgid "New relation"
msgstr "æ°ãããªã¬ã¼ã·ã§ã³"
- msgid "Change Properties"
- msgstr "ããããã£ã®å¤æ´"
+ msgid "Change Tags"
+ msgstr "ã¿ã°ã®å¤æ´"
msgid "Unknown requisite: {0}"
msgstr "䏿ãªå¿
è¦æ¡ä»¶: {0}"
@@@ -11243,9 -11358,6 +11370,6 @@@ msgstr "親ã®ç¡ããã¼ã«è¦ç´ ãã
msgid "Preset sub element without parent"
msgstr "親ã®ç¡ããµãè¦ç´ ãããªã»ãã"
- msgid "Could not read tagging preset source: {0}"
- msgstr "ã¿ã°ä»ãããªã»ããã®ã½ã¼ã¹ {0} ãèªã¿è¾¼ãã¾ããã"
-
msgid "Error parsing {0}: "
msgstr "èµ°æ»æã«ã¨ã©ã¼: {0}: "
@@@ -11264,6 -11376,14 +11388,14 @@@ msgstr "鏿ç¯å²ã«é©ç¨å¯è½ãªã
msgid "Search in tags"
msgstr "ã¿ã°å
æ¤ç´¢"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr "調æ´å¯è½ãª {0} ãã¾ã ç»é²ããã¦ãã¾ãããåæããã調æ´ã«åå è¨å®ã§ãã¾ããã"
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "調æ´å¯è½ãª {0} ã¯ã¾ã ç»é²ããã¦ãã¾ããã§ããã"
+
msgid "All files (*.*)"
msgstr "ãã¹ã¦ã®ãã¡ã¤ã« (*.*)"
@@@ -11282,7 -11402,7 +11414,7 @@@ msgstr "æå¤§çµåº¦
msgid ""
"URL from www.openstreetmap.org (you can paste a download URL here to specify "
"a bounding box)"
- msgstr "www.openstreetmap.org ã®URL(ããã«ãã¦ã³ãã¼ãURLãè²¼ãä»ãã¦bboxãæå®ã§ãã¾ã)"
+ msgstr "www.openstreetmap.org ã®URL(ããã«ãã¦ã³ãã¼ãURLãè²¼ãä»ãã¦ç©å½¢ç¯å²ãæå®ã§ãã¾ã)"
msgid ""
"The current value is not a valid changeset ID. Please enter an integer value "
@@@ -11293,9 -11413,49 +11425,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "ç¾å¨ã®å¤ã¯æ£ããOSMã®IDã§ã¯ããã¾ãããã¼ããã大ããæ´æ°å¤ãå
¥åãã¦ãã ããã"
+ msgid "false: the property is explicitly switched off"
+ msgstr "å½ï¼è¨å®å¤ãæç¢ºã«ãªãã«è¨å®ãã¾ã"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "çï¼è¨å®å¤ãæç¢ºã«ãªã³ã«è¨å®ãã¾ã"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "é¨åï¼é¸æããããªãã¸ã§ã¯ãã«ãã£ã¦ç°ãªãå¤ãè¨å®ããã¦ããã夿´ãã¾ãã"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "夿´ãªãï¼é¸æãããªãã¸ã§ã¯ãã«å¯¾ãã¦è¨å®å¤ãæ´æ°ãã¾ãã"
+
msgid "Cut"
msgstr "åãåã"
+ msgid "Right click = copy to clipboard"
+ msgstr "å³ã¯ãªã㯠= ã¯ãªãããã¼ãã¸ã³ãã¼"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "å¿
é ã®å±æ§ ''{0}'' ãããã¾ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr "long åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr "long å(>=0)ã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr "doubleåã®å±æ§ ''{0}'' ã®å¤ã䏿£ã§ãã''{1}'' ãæå®ããã¦ãã¾ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr "boolean åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr "OsmPrimitiveType åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr "å¤é¨ID ''{0}'' ã®ã¦ã§ã¤ã¯å¤é¨ID ''{1}'' ã®åå¨ããªããã¼ããå«ãã§ãã¾ãã"
@@@ -11326,9 -11486,9 +11498,9 @@@ msgid "Contacting OSM Server...
msgstr "OSMãµã¼ãã¼ã«æ¥ç¶ä¸..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
- msgstr "è¦å: ãµã¼ãã¼è½åã«ãã ''{1}'' è¦ç´ ã® ''{0}'' 屿§ã®å¤ã䏿£ã§ãã ''{2}'' ã«ãªã£ã¦ãã¾ãã"
+ msgstr "ãµã¼ãã¼è½åã«ããã¦è¦ç´ ''{1}''ã®å±æ§''{0}''ã«ä¸æ£ãªå¤''{2}''ãè¨å®ããã¦ãã¾ã"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "ãµã¼ãã¼ããè¿ããããã¼ã¿ ''{0}'' ãè§£æã§ãã¾ãã"
@@@ -11366,31 -11526,29 +11538,29 @@@ msgid "Illegal port number in preferenc
msgstr "ããªãã¡ã¬ã³ã¹ ''{0}'' ã«ä¸æ£ãªãã¼ãçªå·ãå
¥åå¤ ''{1}''ã"
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
- msgstr "è¦å: ç°å¢è¨å® ''{0}'' ãç°å¸¸ãªå¤ã«ãªã£ã¦ãã¾ãããããã·ã使ç¨ããªãã¨ãã«ã¯ ''{1}'' ãè¨å®ãã¦ãã ããã"
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
+ msgstr "è¨å®å¤''{0}''ã®å¤ãæ³å®å¤ã§ãã''{1}''ã«ãªã£ã¦ãã¾ãããããã·ã使ç¨ããªãè¨å®ã¨ãã¾ãã"
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦å: HTTPãããã·ã«ç°å¸¸ãªå¤ãè¨å®ããã¦ã¾ãããã¹ã: ''{0}'' ãã¼ã:''{1}'' ã«è¨å®ããã¦ãã¾ãã"
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr "HTTPãããã·ã®å¼æ°ãæ³å®å¤ã§ãããã¹ã''{0}''ã®ãã¼ã''{1}''ã«ãªã£ã¦ãã¾ãã"
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦å: SOCKS ãããã·ã«ç°å¸¸ãªå¤ãè¨å®ããã¦ã¾ãããã¹ã: ''{0}'' ãã¼ã:''{1}'' ã«è¨å®ããã¦ãã¾ãã"
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr "SOCKSãããã·ã®å¼æ°ãæ³å®å¤ã§ãããã¹ã''{0}''ã®ãã¼ã''{1}''ã«ãªã£ã¦ãã¾ãã"
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
- msgstr "ã¨ã©ã¼: ãããã· ''{0}'' URI:''{1}'' ã¸ã®æ¥ç¶ã«å¤±æãã¾ãããä¾å¤å
容: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ msgstr "URI''{1}''ã«æ¥ç¶ããéã«ãããã·''{0}''ã¸ã®æ¥ç¶ã«å¤±æãã¾ãããä¾å¤: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "è¦å:JVMã¯ã·ã¹ãã ã®è¨å®ãããããã·ãå¾ãããã«è¨å®ããã¦ãã¾ãããããããã£\r\n"
- "''java.net.useSystemProxies''ã¯èµ·åæã«è¦ã¤ããã¾ããã§ããããããã·ã使ç¨ãã¾ããã"
+ "JVMãã·ã¹ãã è¨å®ã®ãããã·ãå©ç¨ããããã«è¨å®ããã¦ãã¾ãããèµ·åæã«''java.net.useSystemProxies''ããããã£ãè¦ã¤ããã¾"
+ "ããã§ããããããã·ã使ç¨ããªãè¨å®ã¨ãã¾ãã"
msgid "Parsing response from server..."
msgstr "ãµã¼ãã¼ããã®å¿çããã¼ã¹ä¸..."
@@@ -11486,6 -11644,9 +11656,9 @@@ msgstr "gpxãã¡ã¤ã«''{0}''ãè©ä¾¡
msgid "Parse error: invalid document structure for GPX document."
msgstr "ãã¼ã¹ã¨ã©ã¼: GPXãã¡ã¤ã«ã®ããã¥ã¡ã³ãæ§é ãä¸é©åã§ã"
+ msgid "(at line {0}, column {1})"
+ msgstr "(å ´æ: è¡ {0}, ã«ã©ã {1})"
+
msgid "Unknown mode {0}."
msgstr "䏿ãªã¢ã¼ã {0}ã"
@@@ -11501,15 -11662,20 +11674,20 @@@ msgstr "ç»åãã¡ã¤ã«ãæ¤ç´¢ä¸
msgid "No image files found."
msgstr "ç»åãã¡ã¤ã«ãè¦ã¤ããã¾ããã"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "{0}ä»¶ã®æªèªã¡ãã»ã¼ã¸ãããã¾ãã"
+
+ msgid "Click here to see your inbox."
+ msgstr "åä¿¡ãã¬ã¤ã表示ããã«ã¯ãããã¯ãªãã¯ãã¦ãã ããã"
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "ãªã½ã¼ã¹ ''{0}'' ç¨ã®å
¥åã¹ããªã¼ã ã®ãªã¼ãã³ã«å¤±æãã¾ãã"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "è¦å:Zipãã¡ã¤ã«''{0}''ä¸ã®ååé¨åã''{3}'' ã§æ¡å¼µåã''{2}''ã®ãã¡ã¤ã«ããªã¼ãã³ããã®ã«å¤±æãã¾ãããä¾å¤ã³ã¼ã㯠{1} "
- "ã§ãã"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
+ msgstr "zipãã¡ã¤ã«''{0}''å
ã«ããåå''{3}''ãæ¡å¼µå''{2}''ã®ãã¡ã¤ã«ãéãã¾ãããä¾å¤: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "ãã¡ã¤ã«{0}ã®ååã{1}ã«å¤æ´ã§ãã¾ããã§ããã"
@@@ -11547,7 -11713,7 +11725,7 @@@ msgstr "''{0}'' ãããªã¬ã¼ã·ã§ã
msgid "Downloading {0} object from ''{1}''"
msgid_plural "Downloading {0} objects from ''{1}''"
- msgstr[0] "''{1}'' ãã {0} åã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
+ msgstr[0] "''{1}'' ãã{0}ä»¶ã®ãªãã¸ã§ã¯ãããã¦ã³ãã¼ãä¸"
msgid ""
"Server replied with response code 404, retrying with an individual request "
@@@ -11587,8 -11753,8 +11765,8 @@@ msgstr "䏿ãªã»ã³ãã³ã¹: {0}
msgid "Zero coordinates: {0}"
msgstr "å¤ã®ãªã座æ¨: {0}"
- msgid "NMEA import success"
- msgstr "NMEAã®ã¤ã³ãã¼ãã«æåãã¾ããã"
+ msgid "NMEA import success:"
+ msgstr "NMEAã®ã¤ã³ãã¼ãã«æåãã¾ãã:"
msgid "NMEA import failure!"
msgstr "NMEAã®ã¤ã³ãã¼ãã«å¤±æãã¾ããã"
@@@ -11621,7 -11787,7 +11799,7 @@@ msgid "Successfully opened changeset {0
msgstr "夿´ã»ãã {0} ãéãã¾ãã"
msgid "Changeset ID > 0 expected. Got {0}."
- msgstr "夿´ã»ããIDã¯0ãã大ãããªããã°ãªãã¾ãããå
¥åå¤: {0}"
+ msgstr "夿´ã»ããIDã¯0ãã大ãããªããã°ãªãã¾ããã{0}ã«ãªã£ã¦ãã¾ãã"
msgid "Updating changeset..."
msgstr "夿´ã»ãããæ´æ°ä¸..."
@@@ -11636,7 -11802,7 +11814,7 @@@ msgid "No changeset present for diff up
msgstr "diffã¢ãããã¼ãã®ããã®å¤æ´ã»ãããç¨æã§ãã¾ããã§ããã"
msgid "Preparing upload request..."
- msgstr "ã¢ãããã¼ãè¦æ±ãæºåä¸..."
+ msgstr "ã¢ãããã¼ããªã¯ã¨ã¹ããæºåä¸..."
msgid "Waiting 10 seconds ... "
msgstr "10ç§å¾
æ©ä¸ ... "
@@@ -11686,37 -11852,13 +11864,13 @@@ msgstr "ãã¡ã¤ã«{0}ä¸ã«ãã¼ã¿ã
msgid "Open OsmChange file"
msgstr "OsmChangeãã¡ã¤ã«ãéã"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "å¿
é ã®å±æ§ ''{0}'' ãããã¾ãã"
-
msgid "Unsupported version: {0}"
msgstr "ãµãã¼ããããªããã¼ã¸ã§ã³: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr "long åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr "long å(>=0)ã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr "doubleåã®å±æ§ ''{0}'' ã®å¤ã䏿£ã§ãã''{1}'' ãæå®ããã¦ãã¾ãã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr "boolean åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr "OsmPrimitiveType åã®å¿
é 屿§ {0} ã«ä¸æ£ãªå¤ã ''{1}'' ãåãåãã¾ãã"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
- msgstr "è¦å: 夿´ã»ããã³ã³ãã³ãä¸ ({1},{2}) ã®ä½ç½®ã«ãµãã¼ããããªãéå§ã¨ã¬ã¡ã³ã ''{0}'' ãããã¾ããã¹ããããã¾ãã"
+ msgstr "夿´ã»ããå
ã®ä½ç½®({1},{2})ã§è¦ç´ ''{0}''ã®éå§ã¯ãµãã¼ãããã¦ãã¾ãããã¹ããããã¾ãã"
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -11726,9 -11868,9 +11880,9 @@@ msgstr "
"ã§ã¯ãªãç®æã«è¨è¿°ããã¦ãã¾ãã"
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr "è¦å: 夿´ã»ããã³ã³ãã³ãä¸ ({1},{2}) ã®ä½ç½®ã«ãµãã¼ããããªãçµäºã¨ã¬ã¡ã³ã ''{0}'' ãããã¾ããã¹ããããã¾ãã"
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
+ msgstr "夿´ã»ããå
ã®ä½ç½®({1},{2})ã§è¦ç´ ''{0}''ã®çµäºã¯ãµãã¼ãããã¦ãã¾ãããã¹ããããã¾ãã"
msgid "Parsing changeset content ..."
msgstr "夿´ã»ããã³ã³ãã³ãããã¼ã¹ä¸ ..."
@@@ -11754,11 -11896,8 +11908,8 @@@ msgstr "夿´ã»ããã®ãªã¹ããè
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "OAuthèªè¨¼ãããã§ã®HTTPæ¥ç¶ã®ãµã¤ã³ã«å¤±æ"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "è¦å: ç°å¢è¨å® ''{0}'' ã«äºæãã¬å¤ ''{1}'' ãæå®ããã¦ãã¾ãã"
-
- msgid "(at line {0}, column {1})"
- msgstr "(å ´æ: è¡ {0}, ã«ã©ã {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "è¨å®é
ç®''{0}''ãæ³å®å¤ã®å¤ã§ãã''{1}''ã«ãªã£ã¦ãã¾ãã"
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>ä¿åä¸ã«ã¨ã©ã¼çºçã<br>ã¨ã©ã¼: <br>{0}</html>"
@@@ -11844,9 -11983,9 +11995,9 @@@ msgid "
msgstr "ID {0} ã®OSM ããªããã£ãã® ''version'' 屿§ã«ä¸æ£ãªå¤ãå
¥åå¤: {1}"
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
- msgstr "è¦ç´ {0} ã® ''version'' 屿§ã®å¤ã {2} ã«æ£å¸¸åãã¾ããAPI ãã¼ã¸ã§ã³ã¯ ''{3}''ãå
¥åå¤: {1}ã"
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
+ msgstr "{0}è¦ç´ ã®''version''屿§ã®å¤{1}ã{2}ã«æ£è¦åãã¾ããAPIãã¼ã¸ã§ã³ã¯''{3}''ã§ãã"
msgid "Unknown or unsupported API version. Got {0}."
msgstr "䏿ãªã¾ãã¯ãµãã¼ããããªã APIãã¼ã¸ã§ã³ãå
¥åå¤: {0}"
@@@ -11887,23 -12026,23 +12038,23 @@@ msgid "Downloading referring ways ...
msgstr "åç
§ã¦ã§ã¤ããã¦ã³ãã¼ãä¸"
msgid "Downloading referring relations ..."
- msgstr "åç
§ãªã¬ã¼ã·ã§ã³ããã¦ã³ãã¼ãä¸"
+ msgstr "åç
§ãªã¬ã¼ã·ã§ã³ããã¦ã³ãã¼ãä¸..."
msgid "Reading changesets..."
- msgstr "夿´ã»ãããèªã¿è¾¼ãã§ãã¾ã..."
+ msgstr "夿´ã»ãããèªã¿è¾¼ã¿ä¸..."
msgid "Downloading changesets ..."
msgstr "夿´ã»ããããã¦ã³ãã¼ãä¸ ..."
msgid "Reading changeset {0} ..."
- msgstr "夿´ã»ãã {0} ãèªã¿è¾¼ãã§ãã¾ã ..."
+ msgstr "夿´ã»ãã{0}ãèªã¿è¾¼ã¿ä¸..."
msgid "Downloading changeset {0} ..."
- msgstr "夿´ã»ãã {0} ããã¦ã³ãã¼ãä¸ ..."
+ msgstr "夿´ã»ãã{0}ããã¦ã³ãã¼ãä¸..."
msgid "Downloading {0} changeset ..."
msgid_plural "Downloading {0} changesets ..."
- msgstr[0] "{0} åã®å¤æ´ã»ããããã¦ã³ãã¼ãä¸"
+ msgstr[0] "{0}ä»¶ã®å¤æ´ã»ããããã¦ã³ãã¼ãä¸..."
msgid "({0}/{1}) Downloading changeset {2} ..."
msgstr "({0}/{1}) 夿´ã»ãã {2} ããã¦ã³ãã¼ãä¸ ..."
@@@ -11922,7 -12061,7 +12073,7 @@@ msgstr "API {0} ã¸ã®æ¥ç¶ã«å¤±æã
msgid ""
"Could not connect to the OSM server. Please check your internet connection."
- msgstr "osmãµã¼ãã¼ã«æ¥ç¶ã§ãã¾ãããã¤ã³ã¿ã¼ãããæ¥ç¶ ããã§ãã¯ãã¦ãã ããã"
+ msgstr "osmãµã¼ãã¼ã«æ¥ç¶ã§ãã¾ãããã¤ã³ã¿ã¼ãããæ¥ç¶ããã§ãã¯ãã¦ãã ããã"
msgid "Reading error text failed."
msgstr "ã¨ã©ã¼ããã¹ãã®èªã¿åºãã«å¤±æã"
@@@ -11962,7 -12101,7 +12113,7 @@@ msgstr "ãã¼ã¿å¡ã®ã¢ãããã¼ã
msgid "({0}/{1}) Uploading {2} object..."
msgid_plural "({0}/{1}) Uploading {2} objects..."
- msgstr[0] "({0}/{1}) {2} ãªãã¸ã§ã¯ãã®ã¢ãããã¼ã..."
+ msgstr[0] "({0}/{1}) {2}ä»¶ã®ãªãã¸ã§ã¯ãã®ã¢ãããã¼ãä¸..."
msgid "Uploading data ..."
msgstr "ãã¼ã¿ã¢ãããã¼ãä¸ ..."
@@@ -11988,11 -12127,11 +12139,14 @@@ msgid "Save user and password (unencryp
msgstr "ã¦ã¼ã¶ã¼ã¨ãã¹ã¯ã¼ããä¿åãã¾ã(æå·åããã¾ãã)"
msgid "<delete from {0} objects>"
- msgstr "<{0}åã®ãªãã¸ã§ã¯ãããåé¤>"
+ msgstr "<{0}ä»¶ã®ãªãã¸ã§ã¯ãããåé¤>"
+
+ msgid "Old values of"
+ msgstr "以åã®å¤:"
+msgid "Old values of"
+msgstr "以åã®å¤:"
+
msgid "Add tags to selected objects"
msgstr "鏿ããããªãã¸ã§ã¯ãã«ã¿ã°ã追å "
@@@ -12044,15 -12183,15 +12198,21 @@@ msgstr "æ°ãããªãã¸ã§ã¯ãã®ä
msgid "Read protocol version"
msgstr "ãããã³ã«ãã¼ã¸ã§ã³ã®èªã¿åã"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr "è¦å: ãã¼ã {0} ã§ãªã¢ã¼ãã³ã³ããã¼ã«ãµã¼ãã¼ãéå§ã§ãã¾ãã: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr "ãªã¢ã¼ãå¶å¾¡ãµã¼ãã¼ããã¼ã{0}ã§éå§ã§ãã¾ããã{1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "ãªã¢ã¼ãã³ã³ããã¼ã«::ãã¼ã{0}ã§æ¥ç¶ãåãä»ãã¦ãã¾ã"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "ãªã¢ã¼ãã³ã³ããã¼ã«::ãµã¼ãã¼ã忢ãã¾ããã"
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "ãªã¢ã¼ãã³ã³ããã¼ã«::ãã¼ã{0}ã§æ¥ç¶ãåãä»ãã¦ãã¾ã"
+
+msgid "RemoteControl::Server stopped."
+msgstr "ãªã¢ã¼ãã³ã³ããã¼ã«::ãµã¼ãã¼ã忢ãã¾ããã"
+
msgid "Remote Control has been asked to create a new node."
msgstr "ãªã¢ã¼ãå¶å¾¡ã«ãããæ°ãããã¼ãã使ããããæç¤ºããã¾ããã"
@@@ -12075,7 -12214,8 +12235,8 @@@ msgid "
"Remote Control has been asked to report its supported features. This enables "
"web sites to guess a running JOSM version"
msgstr ""
- "ãªã¢ã¼ãå¶å¾¡ã«ããããµãã¼ããã¦ããæ©è½ãå ±åããããè¦æ±ããã¾ãããããã«ãããåä½ä¸ã®JOSMã®ãã¼ã¸ã§ã³ãã¦ã§ããµã¤ãããæ¨æ¸¬ãããã¨ãã§ãã¾ãã"
+ "ãªã¢ã¼ãå¶å¾¡ã«ããããµãã¼ããã¦ããæ©è½ãå ±åãããããªã¯ã¨ã¹ãããã¾ãããããã«ãããåä½ä¸ã®JOSMã®ãã¼ã¸ã§ã³ãã¦ã§ããµã¤ãããæ¨æ¸¬ãããã¨ãã§ãã¾"
+ "ãã"
msgid ""
"Remote Control has been asked to load an imagery layer from the following "
@@@ -12091,6 -12231,15 +12252,15 @@@ msgstr "ãªã¢ã¼ãå¶å¾¡ã«ãããæ
msgid "Remote Control has been asked to load data from the API."
msgstr "ãªã¢ã¼ãå¶å¾¡ã«ãããAPIã使ç¨ãã¦ãã¼ã¿ãèªã¿è¾¼ãããæç¤ºããã¾ããã"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "緯度ã¯{0}ï½{1}ã®ç¯å²ã§ãªããã°ãªãã¾ããã"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "çµåº¦ã¯{0}ï½{1}ã®ç¯å²ã§ãªããã°ãªãã¾ããã"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "æå°å¤ã¯æå¤§å¤ããå°ãããªããã°ãªãã¾ããã"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12121,20 -12270,20 +12291,20 @@@ msgstr "ãã¼ã¿:
msgid "local file"
msgstr "ãã¼ã«ã«ãã¡ã¤ã«"
- msgid "Link to a OSM data file on your local disk."
- msgstr "ãã¼ã«ã«ãã£ã¹ã¯ä¸ã®OSMãã¼ã¿ãã¡ã¤ã«ã«ãªã³ã¯"
+ msgid "Link to a GPX file on your local disk."
+ msgstr "ãã¼ã«ã«ãã£ã¹ã¯ã«ããGPXãã¡ã¤ã«ã«ãªã³ã¯ãã¾ãã"
msgid "include"
msgstr "åãè¾¼ã"
- msgid "Include OSM data in the .joz session file."
- msgstr ".jozã»ãã·ã§ã³ãã¡ã¤ã«ä¸ã«OSMãã¼ã¿ãã¤ã³ã¯ã«ã¼ã"
+ msgid "Include GPX data in the .joz session file."
+ msgstr ".jozã»ãã·ã§ã³ãã¡ã¤ã«ã«å«ã¾ããGPXãã¼ã¿ãå«ããã"
msgid "No file association"
msgstr "ãã¡ã¤ã«ã®é¢é£ä»ããããã¾ãã"
- msgid "OSM data will be included in the session file."
- msgstr "OSMãã¼ã¿ã¯ã»ãã·ã§ã³ãã¡ã¤ã«ã«å«ãããã¾ãã"
+ msgid "GPX data will be included in the session file."
+ msgstr "ã»ãã·ã§ã³ãã¡ã¤ã«ä¸ã«GPXãã¼ã¿ãå«ãã¾ãã"
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -12155,11 -12304,23 +12325,23 @@@ msgstr "ã¬ã¤ã¤ã¼ã«ä¿åããã¦ã
msgid "Layer does not contain unsaved data."
msgstr "ã¬ã¤ã¤ã¼ã«ã¯ä¿åããã¦ããªããã¼ã¿ãããã¾ããã"
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "ãã¼ã«ã«ãã£ã¹ã¯ä¸ã®OSMãã¼ã¿ãã¡ã¤ã«ã«ãªã³ã¯"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ".jozã»ãã·ã§ã³ãã¡ã¤ã«ä¸ã«OSMãã¼ã¿ãã¤ã³ã¯ã«ã¼ã"
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSMãã¼ã¿ã¯ã»ãã·ã§ã³ãã¡ã¤ã«ã«å«ãããã¾ãã"
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr "OSMãã¼ã¿ã¬ã¤ã¤ã¼ã®ã¡ã¿ãã¼ã¿ã®ãã¼ã¸ã§ã³ ''{0}'' ã¯ãµãã¼ãããã¦ãã¾ããã0.1ã§ããå¿
è¦ãããã¾ãã"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "ã»ãã·ã§ã³ãã¡ã¤ã« (*.jos,*.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "''{0}'' ãã¡ã¤ã«ãè¦ã¤ããã¾ããã"
@@@ -12229,15 -12390,15 +12411,15 @@@ msgid "Download skipped
msgstr "ãã¦ã³ãã¼ãã¯ã¹ãããããã¾ãã"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
- msgstr "è¦å: ãã©ã°ã¤ã³''{0}''ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ããªã³ã¯ã䏿ã§ãããã¦ã³ãã¼ããã¹ããããã¾ãã"
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
+ msgstr "ãã©ã°ã¤ã³''{0}''ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ããªã³ã¯ããªã³ã¯åãã§ãããã¦ã³ãã¼ããã¹ããããã¾ãã"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "è¦å: ãã©ã°ã¤ã³''{0}''ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ããªã³ã¯''{1}''ã¯ã䏿£ãªURLã§ãããã¦ã³ãã¼ãã¹ããããã¾ãã"
+ "''{0}''ãã©ã°ã¤ã³ããã¦ã³ãã¼ãã§ãã¾ããããã¦ã³ãã¼ããªã³ã¯''{1}''ãæå¹ãªURLã§ã¯ããã¾ããããã¦ã³ãã¼ããã¹ããããã¾ãã"
msgid "Failed to create plugin directory ''{0}''"
msgstr "ãã©ã°ã¤ã³ãã£ã¬ã¯ããª''{0}''ã®ä½æã«å¤±æãã¾ããã"
@@@ -12260,7 -12421,7 +12442,7 @@@ msgstr "ãã¯ãå¿
è¦ã§ã¯ããã¾ã
msgid "The following plugin is no longer necessary and has been deactivated:"
msgid_plural ""
"The following plugins are no longer necessary and have been deactivated:"
- msgstr[0] "次ã®ãã©ã°ã¤ã³ã¯ç¾å¨ã§ã¯ä¸è¦ã«ãªã£ã¦ãã¾ãã®ã§ç¡å¹åãã¾ãã:"
+ msgstr[0] "次ã®ãã©ã°ã¤ã³ã¯ä¸è¦ã«ãªã£ãã®ã§ç¡å¹åãã¾ããã"
msgid ""
"<html>Loading of the plugin \"{0}\" was requested.<br>This plugin is no "
@@@ -12317,7 -12478,7 +12499,7 @@@ msgid "
msgid_plural ""
"Plugin {0} requires {1} plugins which were not found. The missing plugins "
"are:"
- msgstr[0] "ãã©ã°ã¤ã³{0}ãè¦æ±ãã{1}åã®ãã©ã°ã¤ã³ãè¦ã¤ããã¾ãããè¦ã¤ãããªããã©ã°ã¤ã³ã¯:"
+ msgstr[0] "ãã©ã°ã¤ã³{0}ãè¦æ±ãã{1}ä»¶ã®ãã©ã°ã¤ã³ãè¦ã¤ããã¾ãããè¦ã¤ãããªããã©ã°ã¤ã³ã¯:"
msgid ""
"<html>Plugin {0} requires JOSM version {1}. The current JOSM version is "
@@@ -12350,7 -12511,7 +12532,7 @@@ msgstr "ãã©ã°ã¤ã³ ''{0}''ã®èªã
msgid "JOSM could not find information about the following plugin:"
msgid_plural "JOSM could not find information about the following plugins:"
- msgstr[0] "JOSMã¯æ¬¡ã®ãã©ã°ã¤ã³ã®æ
å ±ãè¦ã¤ãããã¾ãã:"
+ msgstr[0] "JOSMãæ¬¡ã®ãã©ã°ã¤ã³ã®æ
å ±ãè¦ã¤ãããã¾ããã§ããã"
msgid "The plugin is not going to be loaded."
msgid_plural "The plugins are not going to be loaded."
@@@ -12380,11 -12541,11 +12562,11 @@@ msgstr[0] "JOSMãéå§ãã¦ããã
msgid "Plugin update failed"
msgstr "ãã©ã°ã¤ã³ã®æ´æ°ã«å¤±æãã¾ãã"
- msgid "Warning: failed to find plugin {0}"
- msgstr "è¦å: {0} ãã©ã°ã¤ã³ãè¦ã¤ããã¾ããã§ãã"
+ msgid "Failed to find plugin {0}"
+ msgstr "{0}ãã©ã°ã¤ã³ã®æ¤ç´¢ã«å¤±æãã¾ãã"
- msgid "Warning: failed to download plugin information list"
- msgstr "è¦å: ãã©ã°ã¤ã³æ
å ±ãªã¹ãã®ãã¦ã³ãã¼ãã«å¤±æ"
+ msgid "Failed to download plugin information list"
+ msgstr "ãã©ã°ã¤ã³æ
å ±ä¸è¦§ã®ãã¦ã³ãã¼ãã«å¤±æãã¾ãã"
msgid "Disable plugin"
msgstr "ãã®ãã©ã°ã¤ã³ã使ç¨ä¸å¯ã«ãã"
@@@ -12398,25 -12559,23 +12580,23 @@@ msgstr "ãã©ã°ã¤ã³ãç¶ç¶
msgid "Click to keep the plugin ''{0}''"
msgstr "ã¯ãªãã¯ãã¦ãã©ã°ã¤ã³ ''{0}'' ãä¿æ"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "è¦å: æéåããã©ã°ã¤ã³ ''{0}'' ã®åé¤ã«å¤±æã"
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "æéåãã®ãã©ã°ã¤ã³''{0}''ã®åé¤ã«å¤±æãã¾ããã"
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "è¦å: ãã¦ã³ãã¼ãæ¸ã¿ã®ãã©ã°ã¤ã³ ''{0}'' "
- "ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æãã¤ã³ã¹ãã¼ã«ãã¹ããããã¾ããJOSMã¯å¤ããã©ã°ã¤ã³ã®ãã¼ã¸ã§ã³ããã¼ããã¾ãã"
+ "ãã¦ã³ãã¼ãæ¸ã¿ã®ãã©ã°ã¤ã³''{0}''ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æãã¾ãããã¤ã³ã¹ãã¼ã«ãã¹ããããã¾ããJOSMã¯å¤ããã¼ã¸ã§ã³ããã¦ã³ãã¼ããã¾ãã"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
- msgstr "è¦å: ãã¦ã³ãã¼ã䏿ãã¡ã¤ã« ''{1}'' ãããã©ã°ã¤ã³ ''{0}'' ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æãã¾ããã{2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
+ msgstr "䏿çãªãã¦ã³ãã¼ããã¡ã¤ã«''{1}''ãã''{0}''ãã©ã°ã¤ã³ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æãã¾ããã{2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
- msgstr "è¦å: 䏿ãã¦ã³ãã¼ããã¡ã¤ã« ''{1}'' ããã®ãã©ã°ã¤ã³ ''{0}'' ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æããªãã¼ã ã«å¤±æã"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
+ msgstr "䏿çãªãã¦ã³ãã¼ããã¡ã¤ã«''{1}''ãã''{0}''ãã©ã°ã¤ã³ã®ã¤ã³ã¹ãã¼ã«ã«å¤±æãã¾ããããã¡ã¤ã«åã®å¤æ´ã«å¤±æãã¾ããã"
msgid "Click to disable the plugin ''{0}''"
msgstr "ã¯ãªãã¯ãã¦ãã©ã°ã¤ã³ ''{0}'' ãç¡å¹å"
@@@ -12484,9 -12643,8 +12664,8 @@@ msgstr "ãã©ã°ã¤ã³ã®ãµã¤ããã
msgid "Processing file ''{0}''"
msgstr "ãã¡ã¤ã« ''{0}''ã®å¦çä¸"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
- msgstr "è¦å: ãã©ã°ã¤ã³æ
å ±åå¾ã®ããã®ãã¡ã¤ã« ''{0}'' ã®ã¹ãã£ã³ã«å¤±æãã¹ããããã¾ãã"
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgstr "ãã©ã°ã¤ã³æ
å ±ã®ãã¡ã¤ã«''{0}''ãè¦ã¤ããã¾ããã§ãããã¹ããããã¾ãã"
msgid "Processing plugin site cache icon files..."
msgstr "ãã©ã°ã¤ã³ã®ãµã¤ããã£ãã·ã¥ã¢ã¤ã³ã³ãã¡ã¤ã«ãå¦çä¸..."
@@@ -12500,11 -12658,25 +12679,25 @@@ msgstr "ãã©ã°ã¤ã³ãªã¹ãããã
msgid "Downloading plugin list from ''{0}''"
msgstr "''{0}'' ãããã©ã°ã¤ã³ãªã¹ãããã¦ã³ãã¼ãä¸"
+ msgid "Plugin list download error"
+ msgstr "ãã©ã°ã¤ã³ä¸è¦§ãã¦ã³ãã¼ãã¨ã©ã¼"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSMããã©ã°ã¤ã³ä¸è¦§ã®ãã¦ã³ãã¼ãã«å¤±æãã¾ããã"
+
+ msgid "Details:"
+ msgstr "詳細:"
+
+ msgid "Plugin icons download error"
+ msgstr "ãã©ã°ã¤ã³ã¢ã¤ã³ã³ãã¦ã³ãã¼ãã¨ã©ã¼"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSMããã©ã°ã¤ã³ã¢ã¤ã³ã³ã®ãã¦ã³ãã¼ãã«å¤±æãã¾ããã"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
- msgstr ""
- "è¦å: ãã©ã°ã¤ã³ãã£ã¬ã¯ã㪠''{0}'' ã®ä½æã«å¤±æããã©ã°ã¤ã³ãµã¤ã ''{1}'' ããã®ãã©ã°ã¤ã³ãªã¹ãããã£ãã·ã¥ã§ãã¾ããã"
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr "ãã©ã°ã¤ã³ãã£ã¬ã¯ããª''{0}''ã®ä½æã«å¤±æãã¾ããããã©ã°ã¤ã³ãµã¤ã''{1}''ããã®ãã©ã°ã¤ã³ä¸è¦§ããã£ãã·ã¥ã§ãã¾ããã"
msgid "Writing plugin list to local cache ''{0}''"
msgstr "ãã¼ã«ã«ãã£ãã·ã¥ ''{0}'' ã«ãã©ã°ã¤ã³ãªã¹ããæ¸ãè¾¼ã¿ä¸"
@@@ -12601,8 -12773,8 +12794,8 @@@ msgid_plural "
"referred to by nodes {1}.<br>Please load the nodes, remove the reference to "
"the node, and upload again."
msgstr[0] ""
- "<strong>ãã¼ã {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãã¼ã {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãã¼ãããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãã¼ã{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}ä»¶ã®ãã¼ãããåç
§ããã¦ãã¾ãã<br>ãã¼ã"
+ "ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>node {0}</strong>. It is still "
@@@ -12613,8 -12785,8 +12806,8 @@@ msgid_plural "
"referred to by ways {1}.<br>Please load the ways, remove the reference to "
"the node, and upload again."
msgstr[0] ""
- "<strong>ãã¼ã {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ã¦ã§ã¤ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ã¦ã§ã¤ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãã¼ã{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}æ¬ã®ã¦ã§ã¤ããåç
§ããã¦ãã¾ãã<br>ã¦ã§ã¤"
+ "ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>node {0}</strong>. It is still "
@@@ -12625,8 -12797,8 +12818,8 @@@ msgid_plural "
"referred to by relations {1}.<br>Please load the relations, remove the "
"reference to the node, and upload again."
msgstr[0] ""
- "<strong>ãã¼ã {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãªã¬ã¼ã·ã§ã³ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãã¼ã{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}ä»¶ã®ãªã¬ã¼ã·ã§ã³ããåç
§ããã¦ãã¾ãã<br>"
+ "ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>way {0}</strong>. It is still "
@@@ -12637,8 -12809,8 +12830,8 @@@ msgid_plural "
"referred to by nodes {1}.<br>Please load the nodes, remove the reference to "
"the way, and upload again."
msgstr[0] ""
- "<strong>ã¦ã§ã¤ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãã¼ã {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãã¼ãããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ã¦ã§ã¤{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}æ¬ã®ãã¼ãããåç
§ããã¦ãã¾ãã<br>ãã¼ã"
+ "ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>way {0}</strong>. It is still "
@@@ -12649,8 -12821,8 +12842,8 @@@ msgid_plural "
"referred to by ways {1}.<br>Please load the ways, remove the reference to "
"the way, and upload again."
msgstr[0] ""
- "<strong>ã¦ã§ã¤ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ã¦ã§ã¤ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ã¦ã§ã¤ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ã¦ã§ã¤{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã "
+ "{1}æ¬ã®ã¦ã§ã¤ããåç
§ããã¦ãã¾ãã<br>ã¦ã§ã¤ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>way {0}</strong>. It is still "
@@@ -12661,8 -12833,8 +12854,8 @@@ msgid_plural "
"referred to by relations {1}.<br>Please load the relations, remove the "
"reference to the way, and upload again."
msgstr[0] ""
- "<strong>ã¦ã§ã¤ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãªã¬ã¼ã·ã§ã³ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ã¦ã§ã¤{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã "
+ "{1}ä»¶ã®ãªã¬ã¼ã·ã§ã³ããåç
§ããã¦ãã¾ãã<br>ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>relation {0}</strong>. It is still "
@@@ -12673,8 -12845,8 +12866,8 @@@ msgid_plural "
"referred to by nodes {1}.<br>Please load the nodes, remove the reference to "
"the relation, and upload again."
msgstr[0] ""
- "<strong>ãªã¬ã¼ã·ã§ã³ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãã¼ã {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãã¼ãããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãªã¬ã¼ã·ã§ã³{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}åã®ãã¼ãããåç
§ããã¦ãã¾ãã<br>"
+ "ãã¼ãããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>relation {0}</strong>. It is still "
@@@ -12685,8 -12857,8 +12878,8 @@@ msgid_plural "
"referred to by ways {1}.<br>Please load the ways, remove the reference to "
"the relation, and upload again."
msgstr[0] ""
- "<strong>ãªã¬ã¼ã·ã§ã³ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ã¦ã§ã¤ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ã¦ã§ã¤ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãªã¬ã¼ã·ã§ã³{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}æ¬ã®ã¦ã§ã¤ããåç
§ããã¦ãã¾ãã<br>"
+ "ã¦ã§ã¤ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<strong>Failed</strong> to delete <strong>relation {0}</strong>. It is still "
@@@ -12697,8 -12869,8 +12890,8 @@@ msgid_plural "
"referred to by relations {1}.<br>Please load the relations, remove the "
"reference to the relation, and upload again."
msgstr[0] ""
- "<strong>ãªã¬ã¼ã·ã§ã³ {0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã ãªã¬ã¼ã·ã§ã³ {1} "
- "ã«ã¾ã åç
§ããã¦ãã¾ãã<br>ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
+ "<strong>ãªã¬ã¼ã·ã§ã³{0}</strong>ã®åé¤ã«<strong>失æãã¾ãã</strong>ã{1}ä»¶ã®ãªã¬ã¼ã·ã§ã³ããåç
§ããã¦ãã¾ãã<"
+ "br>ãªã¬ã¼ã·ã§ã³ããã¼ãããåç
§ãåé¤ãã¦ãã¢ãããã¼ããå試è¡ãã¦ãã ããã"
msgid ""
"<html>Uploading to the server <strong>failed</strong> because your "
@@@ -12721,8 -12893,8 +12914,8 @@@ msgid "
"failed.<br>Please launch the preferences dialog and retrieve another OAuth "
"token.</html>"
msgstr ""
- "<html>OSMãµã¼ãã¼ã¸ã® OAuth ãã¼ã¯ã³ ''{0}'' ã§ã®èªè¨¼ã«å¤±æãã¾ããã<br>ç°å¢è¨å®ã§ã® "
- "OAuthãã¼ã¯ã³ãååå¾ãã¦ãã ããã</html>"
+ "<html>OAuthãã¼ã¯ã³''{0}''ã使ç¨ãã¦OSMãµã¼ãã¼ã§ã®èªè¨¼ã«å¤±æãã¾ããã<br>ç°å¢è¨å®ã§OAuthãã¼ã¯ã³ãååå¾ãã¦ãã ããã</"
+ "html>"
msgid ""
"<html>Authorisation at the OSM server failed.<br>The server reported the "
@@@ -12738,8 -12910,8 +12931,8 @@@ msgid "
"resource<br>''{1}''.<br>Please launch the preferences dialog and retrieve "
"another OAuth token.</html>"
msgstr ""
- "<html>OAuthãã¼ã¯ã³ ''{0}'' ã¯OSMãµã¼ãã¼ã«ã¦èªè¨¼ã失æãã¾ããã<br>ä¿è·ããããªã½ã¼ã¹ ''{1}'' "
- "ã«<br>ã¢ã¯ã»ã¹ãããã¨ãèªãããã¦ãã¾ããã<br>è¨å®ç»é¢ãéããå¥ã®OAuthãã¼ã¯ã³ã«è¨æ£ãã¦ãã ããã</html>"
+ "<html>OAuthãã¼ã¯ã³''{0}''ã使ç¨ãã¦OSMãµã¼ãã¼ã§ã®èªè¨¼ã«å¤±æãã¾ããã<br>ä¿è·ããããªã½ã¼ã¹''{1}''ã«<br>ã¢ã¯ã»ã¹ãã"
+ "ãã¨ãèªãããã¦ãã¾ããã<br>è¨å®ç»é¢ãéããå¥ã®OAuthãã¼ã¯ã³ã«è¨æ£ãã¦ãã ããã</html>"
msgid ""
"<html>Communication with the OSM server ''{0}'' timed out. Please retry "
@@@ -12824,8 -12996,8 +13017,8 @@@ msgid "
"large.<br>Either request a smaller area or use an export file provided by "
"the OSM community."
msgstr ""
- "ãã¦ã³ãã¼ããããã¨ããã¨ãªã¢ã大ãããããããªã¯ã¨ã¹ãã大ãããã¾ãã<br>ãã£ã¨å°ããã¨ãªã¢ã§ãªã¯ã¨ã¹ãããããOSM "
- "ã³ãã¥ããã£ããæä¾ãããã¨ã¯ã¹ãã¼ããã¡ã¤ã«ã使ç¨ãã¦ãã ããã"
+ "ãã¦ã³ãã¼ããããã¨ããã¨ãªã¢ã大ãããããããªã¯ã¨ã¹ãã大ãããã¾ãã<br>ãã£ã¨å°ããã¨ãªã¢ã§ãªã¯ã¨ã¹ãããããOSMã³ãã¥ããã£ããæä¾ãããã¨ã¯"
+ "ã¹ãã¼ããã¡ã¤ã«ã使ç¨ãã¦ãã ããã"
msgid "<br>Error message(untranslated): {0}"
msgstr "<br>ã¨ã©ã¼ã¡ãã»ã¼ã¸(æªè¨³): {0}"
@@@ -12870,13 -13042,12 +13063,12 @@@ msgstr "Fatal: ç»å ''{0}'' ã®é
ç½®
msgid "Failed to locate image ''{0}''"
msgstr "ã¤ã¡ã¼ã¸ ''{0}'' ãè¦ã¤ããã¾ãã"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "è¦å: zipãã¡ã¤ã« ''{0}'' ã®ãã³ãã«ã«å¤±æãä¾å¤ã³ã¼ã: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "zipãã¡ã¤ã«''{0}''ã®æ±ãã«å¤±æãã¾ãããä¾å¤: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
- msgstr "è¦å: ã»ãã¥ãªãã£ä¸ã®çç±ã«ãããã£ã¬ã¯ã㪠''{0}'' ã¸ã®ã¢ã¯ã»ã¹ã«å¤±æãä¾å¤ã³ã¼ã: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
+ msgstr "ã»ãã¥ãªãã£ã®ãã''{0}''ãã£ã¬ã¯ããªã¸ã®ã¢ã¯ã»ã¹ã«å¤±æãã¾ãããä¾å¤: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [çªå·ãå
¥åãã¦ãã ãã]"
@@@ -12886,9 -13057,52 +13078,52 @@@ msgid "
"platform first."
msgstr "URLã®ãªã¼ãã³ã«å¤±æãç¾å¨ãã©ãããã©ã¼ã ã»ãããããã¾ãããæåã«ãã©ãããã©ã¼ã ãã»ãããã¦ãã ããã"
+ msgid "Opening URL: {0}"
+ msgstr "URL {0} ãéãã¾ã"
+
+ msgid "zoom"
+ msgstr "ãºã¼ã "
+
+ msgid "latitude"
+ msgstr "緯度"
+
+ msgid "longitude"
+ msgstr "çµåº¦"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "URLã{0}/{1}/{2}ãå«ãã§ãã¾ãã"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "URLãæå¹ãª{0}ãå«ãã§ãã¾ãã"
+
msgid "reserved"
msgstr "äºç´"
+ msgid "Outdated Java version"
+ msgstr "Javaã®ãã¼ã¸ã§ã³ãæéåã"
+
+ msgid "Update Java"
+ msgstr "Javaãæ´æ°"
+
+ msgid "You are running version {0} of Java."
+ msgstr "ããªãã¯Javaãã¼ã¸ã§ã³{0}ã使ç¨ãã¦ãã¾ãã"
+
+ msgid "February 2013"
+ msgstr "2013å¹´2æ"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr "ãã®ãã¼ã¸ã§ã³ã¯{1}以é{0}ããµãã¼ããã¦ãããã使ç¨ãæ¨å¥¨ã§ãã¾ããã"
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr "JOSMã¯éããªããã®ãã¼ã¸ã§ã³ã§ã¯åä½ããªããªãã¾ããJava{0}ã«ã¢ãããã¼ããããã¨ãå¼·ããå§ããã¾ãã"
+
+ msgid "Would you like to update now ?"
+ msgstr "ä»ããæ´æ°ãã¾ããï¼"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr "æé»ã®ã·ã§ã¼ãã«ãããç«¶åãã¾ããã ''{1}'' ã«ãã£ã¦ ''{0}'' 㯠''{2}'' ã«å¤æ´ããã¾ããã"
@@@ -12921,8 -13135,21 +13156,21 @@@ msgstr "
"<html><p>ç³ã訳ããã¾ãããããããã¡ããã¿ã°ãè²¼ãä»ãããã¨ãã§ãã¾ãããJOSMãªãã¸ã§ã¯ããå«ã¾ãã¦ããªãããåãæååãããã¾ããã</p"
"></html>"
- msgid "Right click = copy to clipboard"
- msgstr "å³ã¯ãªã㯠= ã¯ãªãããã¼ãã¸ã³ãã¼"
+ msgid "ms"
+ msgstr "ããªç§"
+
+ msgid "s"
+ msgstr "ç§"
+
+ msgid "min"
+ msgstr "å"
+
+ msgid "h"
+ msgstr "æé"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "æ¥"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -12993,7 -13220,7 +13241,7 @@@ msgid "
"You requested too many nodes (limit is 50,000). Either request a smaller "
"area, or use planet.osm"
msgstr ""
- "ãã¾ãã«ããããã®ãã¼ããè¦æ±ãã¾ããï¼å¶éã¯50,000ã§ã)ã ããå°ããªã¨ãªã¢ã§è¦æ±ãç´ãããplanet.osmã使ç¨ãã¦ãã ããã"
+ "ãªã¯ã¨ã¹ããããã¼ãæ°ãå¤ããã¾ãï¼ä¸éã¯50,000åã§ã)ã ããå°ããªã¨ãªã¢ã§ãªã¯ã¨ã¹ããç´ãããplanet.osmã使ç¨ãã¦ãã ããã"
msgid "Database offline for maintenance"
msgstr "ãã¼ã¿ãã¼ã¹ã¯ã¡ã³ããã³ã¹ã®ããã«ãªãã©ã¤ã³ã«ãªã£ã¦ãã¾ãã"
@@@ -13004,7 -13231,8 +13252,8 @@@ msgstr "ãã¦ã³ãã¼ããããã¼ã
msgid ""
"The maximum bbox size is 0.25, and your request was too large. Either "
"request a smaller area, or use planet.osm"
- msgstr "bbox ã®æå¤§ã¯ 0.25ã§ããè¦æ±ãããç¯å²ã¯å¤§ãããã¾ããããå°ããç¯å²ãè¦æ±ããããplanet.osm ã使ç¨ãã¦ä¸ããã"
+ msgstr ""
+ "bbox ã®æå¤§ã¯ 0.25ã§ãããªã¯ã¨ã¹ããããç¯å²ã¯å¤§ãããã¾ããããå°ããç¯å²ããªã¯ã¨ã¹ãããããplanet.osmã使ç¨ãã¦ä¸ããã"
msgid "JOSM-Trac login at josm.openstreetmap.de"
msgstr "josm.openstreetmap.de ã§ã® JOSM-Tracãã°ã¤ã³"
@@@ -13251,6 -13479,11 +13500,11 @@@ msgid "Saturation:
msgstr "彩度:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr "交éæ
å ±ãç·¨éå¯è½ã«ããé路交éã·ãã¥ã¬ã¼ã·ã§ã³ã½ããSUMOã«ã¨ã¯ã¹ãã¼ããã¾ãã"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr "åä¸ã®ãã¤ã¢ãã°ã§ã°ã«ã¼ãã®å
±éã®ä½æãè£å®å
¥åãã¾ãããªãã·ã§ã³ã§èªåçã«ã¦ã§ã¤ããç¬ç«ããä½å±
çªå·ã使ãã¾ãã"
@@@ -13331,13 -13564,13 +13585,17 @@@ msgid "Fast drawing ways by mouse
msgstr "ãã¦ã¹ã«ããã¦ã§ã¤é«éæç»"
msgid "Finds and fixes invalid street addresses in a comfortable way."
- msgstr "䏿£ãªä½æãæ¥½ã«æ¤ç´¢ãä¿®æ£ãã¾ãã"
+ msgstr "ç¡å¹ãªä½æãæ¥½ã«æ¤ç´¢ãä¿®æ£ãã¾ãã"
+
+ msgid ""
+ "Talk with users editing the map nearby, be notified when someone comes close."
+ msgstr "ä»è¿ã®å°å³ãç·¨éãã¦ããã¦ã¼ã¶ã¼ã¨ä¼è©±ãã¾ãããã誰ããè¿ãã«æ¥ãã¨éç¥ããã¾ãã"
msgid ""
+"Talk with users editing the map nearby, be notified when someone comes close."
+msgstr "ä»è¿ã®å°å³ãç·¨éãã¦ããã¦ã¼ã¶ã¼ã¨ä¼è©±ãã¾ãããã誰ããè¿ãã«æ¥ãã¨éç¥ããã¾ãã"
+
+msgid ""
"Provides parts of the GeoTools library for other JOSM plugins. Not meant to "
"be installed directly by users, but rather as a dependency for other plugins."
msgstr ""
@@@ -13494,7 -13727,7 +13752,7 @@@ msgstr "ç¾å¨è¡¨ç¤ºããã¦ããã¹ã
msgid ""
"Bring in errors from Osm Inspector and display it on the current JOSM "
"bounding box"
- msgstr "OSM Inspector ããã¨ã©ã¼ãåå¾ããç¾å¨ã® JOSM ã®ä½æ¥æ ã«è¡¨ç¤ºãã¾ã"
+ msgstr "OSM Inspectorããã¨ã©ã¼ãåå¾ããç¾å¨ã®JOSMã®ç©å½¢ç¯å²ã«è¡¨ç¤ºãã¾ã"
msgid "Import OSM data in PBF format"
msgstr "OSMãã¼ã¿ãPBFå½¢å¼ã§ã¤ã³ãã¼ã"
@@@ -13507,6 -13740,9 +13765,9 @@@ msgid "
"right click menu of the image layer."
msgstr "GPSä½ç½®æ
å ±ãç»åãã¡ã¤ã«ãããã«æ¸ãè¾¼ã¿ã¾ãããã®ãã£ã¼ãã£ã¯ç»åã¬ã¤ã¤ã¼ã®å³ã¯ãªãã¯ã¡ãã¥ã¼ããèµ·åãã¾ãã"
+ msgid "Make photos movable and position them on the map."
+ msgstr "ç»åãç§»åå¯è½ã«ãã¦å°å³ä¸ã«é
ç½®ã§ããããã«ãã¾ãã"
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13560,9 -13796,6 +13821,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr "極端ãªéè§ä¸ã®ãã¼ããåãé¤ãã¦ã¨ãªã¢ãç°¡ç´ åãã¾ããããã¯æå¤§ã®åé¤ã¨ãªã¢ãµã¤ãºã§å¶éã§ãã¾ããè¿åãã¼ãã®å¹³ååãè¡ãã¾ãã"
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "openSeaMapç¨ã®æµ·å³ã使ã»ç·¨é"
-
msgid "Edit features for OpenSeaMap"
msgstr "OpenSeaMapã®ç·¨éæ©è½"
@@@ -13602,6 -13835,11 +13860,11 @@@ msgid "
"to be running."
msgstr "ãã§ã³å
±åå½ã®cadastralããããã建ç©ããã¬ã¼ã¹ãåä½ãããçºã«ã¯ãã¬ã¼ã¹ãµã¼ãã¼(.NETã¾ãã¯Mono)ãå¿
è¦ã"
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr "å°å³ãã建ç©ããã®ä»ã®ã·ã§ã¤ãããã¬ã¼ã¹ãã¾ããTracer2Serverãåä½ä¸ã§ããå¿
è¦ãããã¾ãã"
+
msgid "Plugin to digital sign OSM-Data"
msgstr "OSMãã¼ã¿ã«é»åç½²åããããã©ã°ã¤ã³"
@@@ -13664,7 -13902,7 +13927,7 @@@ msgid "Edit Motorway
msgstr "èªåè»å°ç¨éè·¯ã®ç·¨é"
msgid "Reference"
- msgstr "éè·¯çªå·"
+ msgstr "åç
§çªå·"
msgid "Lanes"
msgstr "è»ç·æ°"
@@@ -13691,7 -13929,7 +13954,7 @@@ msgid "metal
msgstr "éå±"
msgid "wood"
- msgstr "æ¨"
+ msgstr "æ¨æ"
msgid "paving_stones"
msgstr "ç³ç³"
@@@ -13738,6 -13976,9 +14001,9 @@@ msgstr "åæ
msgid "Lit"
msgstr "ç
§æ"
+ msgid "Toll"
+ msgstr "æé"
+
msgid "Motorway Link"
msgstr "èªåè»å°ç¨éè·¯ã®é£çµ¡è·¯"
@@@ -13828,6 -14069,50 +14094,50 @@@ msgstr "å±
ä½åºåå
éè·¯
msgid "Edit Residential Street"
msgstr "å±
ä½åºåå
éè·¯ã®ç·¨é"
+ msgid "Bicycle Road"
+ msgstr "èªè»¢è»é"
+
+ msgid "Edit Bicycle Road"
+ msgstr "èªè»¢è»éã®ç·¨é"
+
+ msgid "Highway type"
+ msgstr "éè·¯ã®ç¨®å¥"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "å±
ä½åºåå
éè·¯"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "æ·å°å
éè·¯"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "ä¸è¬éï¼2è»ç·æªæºï¼"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "å°é"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "èªè»¢è»é"
+
+ msgid "Vehicle access"
+ msgstr "èªåè»ã®éè¡"
+
+ msgid "yes"
+ msgstr "ã¯ã"
+
+ msgid "no"
+ msgstr "ããã"
+
+ msgid "destination"
+ msgstr "å©ç¨è
ã®ã¿"
+
+ msgid "Oneway for bicycle"
+ msgstr "èªè»¢è»ã®ä¸æ¹éè¡"
+
msgid "Living Street"
msgstr "çæ´»éè·¯"
@@@ -13846,11 -14131,11 +14156,11 @@@ msgstr "ã¨ãªã¢
msgid "Service"
msgstr "æ·å°å
éè·¯"
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr "æ·å°å
éè·¯ã®ç·¨é"
- msgid "Serviceway type"
- msgstr "æ·å°å
éè·¯ã®ã¿ã¤ã"
+ msgid "Service way type"
+ msgstr "æ·å°å
éè·¯ã®ç¨®å¥"
msgid "alley"
msgstr "è£éãã»è·¯å°"
@@@ -13861,6 -14146,9 +14171,9 @@@ msgstr "é²å
¥è·¯
msgid "parking_aisle"
msgstr "é§è»å ´ã®éè·¯"
+ msgid "drive-through"
+ msgstr "ãã©ã¤ãã¹ã«ã¼"
+
msgid "Parking Aisle"
msgstr "é§è»å ´ã®éè·¯"
@@@ -13888,18 -14176,12 +14201,12 @@@ msgstr "ãã¼ã¿ãªã¼äº¤å·®ç¹
msgid "jughandle"
msgstr "峿é£çµ¡è·¯"
- msgid "yes"
- msgstr "ã¯ã"
-
msgid "Road Restrictions"
msgstr "éè¡å¶é"
msgid "Edit Road Restrictions"
msgstr "éè¡å¶éã®ç·¨é"
- msgid "Toll"
- msgstr "æé"
-
msgid "No exit (cul-de-sac)"
msgstr "è¡ãæ¢ã¾ã(cul-de-sac)"
@@@ -13909,9 -14191,6 +14216,6 @@@ msgstr "éè¡å¶é
msgid "General Access"
msgstr "ä¸è¬éè¡"
- msgid "destination"
- msgstr "ç®çå°"
-
msgid "delivery"
msgstr "é
éç®ç"
@@@ -13921,15 -14200,15 +14225,15 @@@ msgstr "許å¯ãå¿
è¦
msgid "private"
msgstr "ç§ç¨"
+ msgid "customers"
+ msgstr "æ¥å®¢ç¨"
+
msgid "agricultural"
msgstr "è¾²æ¥ç¨"
msgid "forestry"
msgstr "ææ¥ç¨é"
- msgid "no"
- msgstr "ããã"
-
msgid "official"
msgstr "å
Œ"
@@@ -13975,6 -14254,9 +14279,9 @@@ msgstr "大åãã©ã㯠(hov)
msgid "Public Service Vehicles (psv)"
msgstr "å
Œ
±äº¤éæ©é¢(psv)"
+ msgid "Tourist buses"
+ msgstr "観å
ãã¹"
+
msgid "Min. speed (km/h)"
msgstr "æä½é度ï¼km/h)"
@@@ -14045,7 -14327,7 +14352,7 @@@ msgid "living_street
msgstr "çæ´»éè·¯"
msgid "service"
- msgstr "ãµã¼ãã¹"
+ msgstr "æ·å°å
éè·¯"
msgid "bus_guideway"
msgstr "ãã¹ã¬ã¤ãã¦ã§ã¤"
@@@ -14059,6 -14341,9 +14366,9 @@@ msgstr "æ©ã®ç·¨é
msgid "viaduct"
msgstr "髿¶æ©"
+ msgid "suspension"
+ msgstr "ã¤ãæ©"
+
msgid "swing"
msgstr "æåæ©"
@@@ -14163,20 -14448,29 +14473,29 @@@ msgstr "ã°ã¬ã¼ã2以ä¸ã®å²©ç»ã
msgid "Visibility"
msgstr "å¯è¦æ§"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "è¯å¥½"
+ msgstr "å®å
¨"
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "è¯ã"
+ msgstr "è¯å¥½"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "ä¸é"
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "æªã"
+ msgstr "壿ª"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "ãã¾ãè¦ããªã"
+ msgstr "å°é£"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "ä¸å¯è¦"
msgid "Wheelchairs"
msgstr "è»ãã"
@@@ -14193,11 -14487,11 +14512,11 @@@ msgstr "馬é
msgid "Edit Bridleway"
msgstr "馬éã®ç·¨é"
- msgid "Cycle Lane"
- msgstr "èªè»¢è»ã¬ã¼ã³"
+ msgid "Cycle Lane/Track"
+ msgstr "èªè»¢è»å°ç¨éè¡å¸¯"
- msgid "Edit Cycle Lane"
- msgstr "èªè»¢è»ã¬ã¼ã³ã®ç·¨é"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "èªè»¢è»å°ç¨éè¡å¸¯ã®ç·¨é"
msgid "Cycleway"
msgstr "èªè»¢è»ç¨éè·¯"
@@@ -14232,8 -14526,8 +14551,8 @@@ msgstr "å³å´ã®èªè»¢è»ã¬ã¼ã³
msgid "Oneway (bicycle)"
msgstr "䏿¹éè¡(èªè»¢è»)"
- msgid "Edit Highway"
- msgstr "éè·¯ãç·¨é"
+ msgid "Edit Highway Attributes:"
+ msgstr "éè·¯å±æ§ã®ç·¨é:"
msgid "Highway"
msgstr "éè·¯"
@@@ -14278,7 -14572,7 +14597,7 @@@ msgid "Edit Motorway Junction
msgstr "èªåè»éã®IC/JCTã®ç·¨é"
msgid "Number"
- msgstr "æ°"
+ msgstr "çªå·"
msgid "Exit to"
msgstr "åºå£æ¹é¢"
@@@ -14301,12 -14595,18 +14620,18 @@@ msgstr "ãã¼ãã³ã°ã¨ãªã¢
msgid "Edit Rest Area"
msgstr "ãã¼ãã³ã°ã¨ãªã¢ã®ç·¨é"
- msgid "Emergency Phone"
- msgstr "ç·æ¥é»è©±"
+ msgid "Drinking Water"
+ msgstr "é£²ææ°´"
msgid "Traffic Signal"
msgstr "ä¿¡å·æ©"
+ msgid "Edit Traffic Signal"
+ msgstr "ä¿¡å·ãç·¨é"
+
+ msgid "Optional crossing attributes:"
+ msgstr "ãã®ä»ã®äº¤å·®ç¹ã®å±æ§:"
+
msgid "Pedestrian crossing type"
msgstr "æ¨ªææ©éã¿ã¤ã"
@@@ -14322,15 -14622,6 +14647,6 @@@ msgstr "éä¸ã«å³¶ãã
msgid "unmarked"
msgstr "ãã¼ã¯ãªã"
- msgid "Cross on horseback"
- msgstr "é¦¬ç¨æ¨ªæé"
-
- msgid "Cross by bicycle"
- msgstr "èªè»¢è»ç¨æ¨ªææ©é"
-
- msgid "Crossing attendant"
- msgstr "æäºº"
-
msgid "Crossing type name (UK)"
msgstr "æ¨ªææ©éã¿ã¤ãå(UK)"
@@@ -14352,6 -14643,15 +14668,15 @@@ msgstr "ãã¬ãµã¹ææ¨ªææ©éï¼ï
msgid "tiger"
msgstr "èç¸ææ¨ªææ©éï¼ï¼µï¼«ï¼"
+ msgid "Crossing attendant"
+ msgstr "æäºº"
+
+ msgid "Cross by bicycle"
+ msgstr "èªè»¢è»ç¨æ¨ªææ©é"
+
+ msgid "Cross on horseback"
+ msgstr "é¦¬ç¨æ¨ªæé"
+
msgid "Stop"
msgstr "忢"
@@@ -14361,6 -14661,9 +14686,9 @@@ msgstr "å¾è¡
msgid "Mini-roundabout"
msgstr "å°ããªãã¼ã¿ãªã¼"
+ msgid "Edit Mini-Roundabout"
+ msgstr "å°ããªãã¼ã¿ãªã¼ãç·¨é"
+
msgid "Direction"
msgstr "æ¹å"
@@@ -14370,12 -14673,9 +14698,9 @@@ msgstr "æè¨åã
msgid "Pedestrian Crossing"
msgstr "æ¨ªææ©é"
- msgid "Edit Crossing"
+ msgid "Edit Pedestrian Crossing"
msgstr "æ¨ªææ©éã®ç·¨é"
- msgid "Type name (UK)"
- msgstr "ã¿ã¤ãå(UK)"
-
msgid "Traffic Calming"
msgstr "交ééç©å"
@@@ -14406,17 -14706,14 +14731,14 @@@ msgstr "ã¹ãã¼ããã¼ãã«
msgid "Passing Place"
msgstr "対åè»å¾
æ©æ"
- msgid "Edit Passing Place"
- msgstr "対åè»å¾
æ©æãç·¨é"
-
msgid "Turning Circle"
msgstr "転åå ´"
msgid "City Limit"
- msgstr "å¸å¢çæ¨è"
+ msgstr "å¸çºæå¢çæ¨è"
msgid "Edit City Limit Sign"
- msgstr "å¸å¢çæ¨èã®ç·¨é"
+ msgstr "å¸çºæå¢çæ¨èã®ç·¨é"
msgid "Second Name"
msgstr "äºã¤ç®ã®åå"
@@@ -14440,17 -14737,23 +14762,32 @@@ msgid "Wikipedia
msgstr "Wikipedia"
msgid "Barriers"
- msgstr "ã²ã¼ãç"
+ msgstr "æµ"
+
+ msgid "Block"
+ msgstr "ãããã¯"
+
+ msgid "Edit Block"
+ msgstr "ãããã¯ã®ç·¨é"
+
+ msgid "Allowed traffic:"
+ msgstr "許å¯ãããéè¡:"
+
+ msgid "Material"
+ msgstr "ç´ æ"
+
+ msgid "stone"
+ msgstr "ç³"
+msgid "Block"
+msgstr "ãããã¯"
+
+msgid "Edit Block"
+msgstr "ãããã¯ã®ç·¨é"
+
+msgid "Allowed traffic:"
+msgstr "許å¯ãããéè¡:"
+
msgid "Bollard"
msgstr "è»æ¢ãæ"
@@@ -14466,6 -14769,9 +14803,9 @@@ msgstr "ã©ã¤ã¸ã³ã°ãã©ã¼ã
msgid "removable"
msgstr "åé¤å¯è½"
+ msgid "plastic"
+ msgstr "ãã©ã¹ããã¯"
+
msgid "Cycle Barrier"
msgstr "èªè»¢è»æ¢ã"
@@@ -14535,20 -14841,14 +14875,17 @@@ msgstr "éç¶²
msgid "electric"
msgstr "黿°"
- msgid "roundpole"
- msgstr "ä¸¸æ¨æµ"
-
- msgid "split_rail"
- msgstr "æµ"
+ msgid "pole"
+ msgstr "æ±"
- msgid "chain"
- msgstr "éç¶²"
-msgid "split_rail"
-msgstr "æµ"
++msgid "Guard Rail"
++msgstr "ã¬ã¼ãã¬ã¼ã«"
+
- msgid "hedge"
- msgstr "çå£"
++msgid "Edit Guard Rail"
++msgstr "ã¬ã¼ãã¬ã¼ã«"
- msgid "pole"
- msgstr "æ±"
+ msgid "wire"
+ msgstr "ã¯ã¤ã¤ã¼"
msgid "Guard Rail"
msgstr "ã¬ã¼ãã¬ã¼ã«"
@@@ -14578,6 -14878,7 +14915,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "å "
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "ææ°´è·¯ã®ç·¨é"
@@@ -14587,11 -14888,11 +14925,11 @@@ msgstr "ç¸ç³
msgid "Edit Kerb"
msgstr "ç¸ç³ã®ç·¨é"
- msgid "Entrance"
- msgstr "å
¥å£"
+ msgid "Entrance (barrier opening)"
+ msgstr "å
¥å£ï¼æµã®éå£é¨ï¼"
- msgid "Edit Entrance"
- msgstr "å
¥å£ã®ç·¨é"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "å
¥å£ï¼æµã®éå£é¨ï¼ã®ç·¨é"
msgid "Gate"
msgstr "ã²ã¼ã"
@@@ -14644,12 -14945,6 +14982,6 @@@ msgstr "éé
msgid "stepover"
msgstr "éæ®µ"
- msgid "Material"
- msgstr "ç´ æ"
-
- msgid "stone"
- msgstr "ç³"
-
msgid "Turnstile"
msgstr "åè»¢å¼æ¨æ¸"
@@@ -14710,12 -15005,21 +15042,21 @@@ msgstr "æ¾æ°´è·¯ã®ç·¨é
msgid "Ditch"
msgstr "ææ°´è·¯"
+ msgid "Edit Ditch"
+ msgstr "ææ°´è·¯ã®ç·¨é"
+
msgid "Stream"
msgstr "å°å·"
msgid "Edit Stream"
msgstr "å°å·ã®ç·¨é"
+ msgid "Wadi"
+ msgstr "涸ãå·"
+
+ msgid "Edit Wadi"
+ msgstr "涸ãå·ã®ç·¨é"
+
msgid "Canal"
msgstr "éæ²³"
@@@ -14755,9 -15059,6 +15096,6 @@@ msgstr "ãã ã®ç·¨é
msgid "Groyne"
msgstr "é²ç å ¤"
- msgid "Edit Groyne"
- msgstr "é²ç å ¤ãç·¨é"
-
msgid "Breakwater"
msgstr "鲿³¢å ¤"
@@@ -14791,6 -15092,21 +15129,21 @@@ msgstr "èä»ãè²¯æ°´æ± ã®ç·¨é
msgid "Edit Water"
msgstr "æ°´åã®ç·¨é"
+ msgid "Water Body"
+ msgstr "æ°´åã®æ¬ä½"
+
+ msgid "lake"
+ msgstr "æ¹"
+
+ msgid "lagoon"
+ msgstr "æ½æ¹"
+
+ msgid "pond"
+ msgstr "æ± "
+
+ msgid "reservoir"
+ msgstr "è²¯æ°´æ± "
+
msgid "Land"
msgstr "é¸å°"
@@@ -14870,22 -15186,27 +15223,27 @@@ msgid "Edit Ferry Terminal
msgstr "ãã§ãªã¼ã¿ã¼ããã«ã®ç·¨é"
msgid "Cargo"
- msgstr "è·ç©"
+ msgstr "ç©è¼"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "æ
è¡è
"
+ msgstr "ä¹å®¢"
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "è»ä¸¡"
+ msgstr "èªåè»"
+ msgctxt "cargo"
msgid "bicycle"
msgstr "èªè»¢è»"
+ msgctxt "cargo"
msgid "hgv"
msgstr "ä¸å¤§å貨ç©è»"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "æ
è¡è
;è»ä¸¡"
+ msgstr "ä¹å®¢;èªåè»"
msgid "Ferry Route"
msgstr "ãã§ãªã¼èªè·¯"
@@@ -14959,17 -15280,17 +15317,17 @@@ msgstr "観å
msgid "freight"
msgstr "貨ç©"
- msgid "Service/Type"
+ msgid "Service type"
msgstr "ç·è·¯ã®ç¨®å¥"
msgid "yard"
msgstr "ã¤ã¼ã"
msgid "siding"
- msgstr "å¾
é¿ç·"
+ msgstr "å´ç·"
msgid "spur"
- msgstr "åå²ç·"
+ msgstr "å¼ãè¾¼ã¿ç·"
msgid "Gauge (mm)"
msgstr "è»é(mm)"
@@@ -14983,11 -15304,14 +15341,14 @@@ msgstr "æ¶ç·
msgid "rail"
msgstr "ç·è·¯"
- msgid "Voltage"
- msgstr "é»å§"
+ msgid "Voltage in Volts (V)"
+ msgstr "é»å§ï¼Vï¼"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "卿³¢æ°ï¼Hzï¼"
- msgid "Frequency (Hz)"
- msgstr "卿³¢æ° (Hz)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16.7"
@@@ -14998,9 -15322,6 +15359,6 @@@ msgstr "ãããã³ç·è·¯ï¼çè»ï¼
msgid "Edit Narrow Gauge Rail"
msgstr "ãããã³ç·è·¯ï¼çè»ï¼ã®ç·¨é"
- msgid "Types"
- msgstr "ã¿ã¤ã"
-
msgid "Monorail"
msgstr "ã¢ãã¬ã¼ã«"
@@@ -15022,15 -15343,15 +15380,15 @@@ msgstr "è·¯é¢é»è»ï¼ã©ã¤ãã¬ã¼ã
msgid "Subway"
msgstr "å°ä¸é"
+msgid "Edit Tram"
+msgstr "è·¯é¢é»è»ï¼ãã©ã ï¼ã®ç·¨é"
+
msgid "Edit Subway"
msgstr "å°ä¸éã®ç·¨é"
msgid "Tram"
msgstr "è·¯é¢é»è»ï¼ãã©ã ï¼"
-msgid "Edit Tram"
-msgstr "è·¯é¢é»è»ï¼ãã©ã ï¼ã®ç·¨é"
-
msgid "Bus Guideway"
msgstr "ãã¹ã¬ã¼ã³"
@@@ -15052,6 -15373,9 +15410,9 @@@ msgstr "å»ç·ãç·¨é
msgid "Level Crossing"
msgstr "è¸å"
+ msgid "Edit Level Crossing"
+ msgstr "è¸åã®ç·¨é"
+
msgid "Supervised"
msgstr "ç£è¦å¡ã®æç¡"
@@@ -15064,18 -15388,32 +15425,32 @@@ msgstr "é³ã®é³´ãä¿¡å·
msgid "Barrier"
msgstr "æµ"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "ãã"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "ãªã"
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr "åå"
+ msgctxt "crossing:barrier"
msgid "full"
msgstr "å®å
¨"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "åå¹
2æ¬"
+ msgstr "åå¹
äºæ¬"
msgid "Crossing"
msgstr "æ©è¡è
ç¨è¸å"
+ msgid "Edit Crossing"
+ msgstr "æ©éç¨è¸åã®ç·¨é"
+
msgid "Crossing type"
msgstr "è¸åã®ã¿ã¤ã"
@@@ -15175,13 -15513,11 +15550,11 @@@ msgstr "ãã¸ãã¯ã«ã¼ããã
msgid "Edit Magic Carpet"
msgstr "ãã¸ãã¯ã«ã¼ãããã®ç·¨é"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "貨ç©ç´¢é"
+ msgstr "貨ç©ç¨ç´¢é"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "貨ç©ç´¢éã®ç·¨é"
+ msgstr "貨ç©ç¨ç´¢éã®ç·¨é"
msgctxt "aerialway"
msgid "Station"
@@@ -15191,13 -15527,11 +15564,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "é§
ã®ç·¨é"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "æ¯æ±"
+ msgstr "ç´¢éç¨æ¯æ±"
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "æ¯æ±ã®ç·¨é"
+ msgstr "ç´¢éç¨æ¯æ±ã®ç·¨é"
msgid "Parking"
msgstr "é§è»å ´ã»é§è¼ªå ´"
@@@ -15209,17 -15543,17 +15580,17 @@@ msgid "multi-storey
msgstr "å¤éã®å»ºç©"
msgid "surface"
- msgstr "表é¢"
+ msgstr "å¹³é¢"
msgid "underground"
msgstr "å°ä¸"
+ msgid "rooftop"
+ msgstr "å±ä¸"
+
msgid "Access"
msgstr "ã¢ã¯ã»ã¹"
- msgid "customers"
- msgstr "ã客æ§ç¨"
-
msgid "Park and Ride"
msgstr "ãã¼ã¯ã¢ã³ãã©ã¤ã"
@@@ -15247,9 -15581,6 +15618,6 @@@ msgstr "é§è»åºç»
msgid "Edit Parking space"
msgstr "é§è»åºç»ã®ç·¨é"
- msgid "rooftop"
- msgstr "å±ä¸"
-
msgid "Capacity"
msgstr "å容尿°"
@@@ -15260,7 -15591,7 +15628,7 @@@ msgid "Covered (with roof)
msgstr "屿 ¹ä»ã"
msgid "Time Limit (minutes)"
- msgstr "æéå¶é(ååä½)"
+ msgstr "å¶éæéï¼åï¼"
msgid "30+"
msgstr "30+"
@@@ -15271,11 -15602,31 +15639,31 @@@ msgstr "å¶æ¥æé
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Sa-Su 00:00-24:00"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+
+ msgid "sunrise-sunset"
+ msgstr "sunrise-sunset"
+
+ msgid "Su 10:00+"
+ msgstr "Su 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgid "Parking entrance"
msgstr "é§è»å ´ã®å
¥å£"
@@@ -15424,6 -15775,9 +15812,9 @@@ msgstr "å
é»ã¹ãã¼ã·ã§ã³
msgid "Edit Charging Station (for electric cars)"
msgstr "å
é»ã¹ãã¼ã·ã§ã³ã®ç·¨é(黿°èªåè»ç¨)"
+ msgid "Voltage"
+ msgstr "é»å§"
+
msgid "Amperage"
msgstr "黿µ"
@@@ -15445,6 -15799,12 +15836,12 @@@ msgstr "ä¿®ç
msgid "Edit Car Repair"
msgstr "èªåè»ä¿®çå·¥å ´ã®ç·¨é"
+ msgid "Parts"
+ msgstr "é¨å"
+
+ msgid "Edit Car Parts"
+ msgstr "èªåè»é¨ååºã®ç·¨é"
+
msgid "Tyres"
msgstr "ã¿ã¤ã¤åº"
@@@ -15472,6 -15832,12 +15869,12 @@@ msgstr "ã¬ã³ã¿ã«
msgid "Edit Car Rental"
msgstr "ã¬ã³ã¿ã«ã¼ã®ç·¨é"
+ msgid "Second hand"
+ msgstr "ä¸å¤åï¼ã»ã³ãã³ï¼"
+
+ msgid "only"
+ msgstr "éå®"
+
msgid "Sharing"
msgstr "ã«ã¼ã·ã§ã¢ãªã³ã°"
@@@ -15496,22 -15862,6 +15899,6 @@@ msgstr "ãµã¼ãã¹:
msgid "Sale"
msgstr "販売"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ã¯ã"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "ãã©ã³ã(ã¡ã¼ã«ã¼)"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "ä¸å¤"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ããã"
-
msgid "brand"
msgstr "ãã©ã³ã(ã¡ã¼ã«ã¼)"
@@@ -15533,9 -15883,6 +15920,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "é¨å"
-
msgid "Clothes"
msgstr "è¡£æååº"
@@@ -15683,13 -16030,13 +16067,13 @@@ msgid "route segment
msgstr "ã«ã¼ãåºé"
msgid "stop position"
- msgstr "åçæ"
+ msgstr "忢ä½ç½®"
msgid "stop position (exit only)"
- msgstr "åçæï¼éè»ã®ã¿ï¼"
+ msgstr "忢ä½ç½®ï¼éè»ç·ç¨ï¼"
msgid "stop position (entry only)"
- msgstr "åçæï¼ä¹è»ã®ã¿ï¼"
+ msgstr "忢ä½ç½®ï¼ä¹è»ç·ç¨ï¼"
msgid "platform"
msgstr "ãã©ãããã¼ã "
@@@ -15710,10 -16057,10 +16094,10 @@@ msgid "route variant/direction (at leas
msgstr "å¥ã«ã¼ã/æ¹åï¼2æ¬ä»¥ä¸ï¼"
msgid "Stop Area"
- msgstr "åçæ"
+ msgstr "åè»å ´"
msgid "Edit Stop Area"
- msgstr "åçæã®ç·¨é"
+ msgstr "åè»å ´"
msgid "UIC reference"
msgstr "UICçªå·"
@@@ -15722,7 -16069,7 +16106,7 @@@ msgid "UIC name
msgstr "UICå"
msgid "Stop Position"
- msgstr "åçæ"
+ msgstr "忢ä½ç½®"
msgid "Platform"
msgstr "ãã©ãããã¼ã "
@@@ -15730,6 -16077,9 +16114,9 @@@
msgid "Station or amenities"
msgstr "é§
ãè¨å"
+ msgid "Edit Stop Position"
+ msgstr "忢ä½ç½®ã®ç·¨é"
+
msgid "Bus"
msgstr "ãã¹"
@@@ -15760,6 -16110,9 +16147,9 @@@ msgstr "ã±ã¼ãã«ã«ã¼
msgid "Ferry"
msgstr "ãã§ãªã¼"
+ msgid "Edit Platform"
+ msgstr "ãã©ãããã©ã¼ã ã®ç·¨é"
+
msgid "Bench"
msgstr "ãã³ã"
@@@ -15772,9 -16125,6 +16162,6 @@@ msgstr "è»ãã
msgid "limited"
msgstr "å¶é"
- msgid "only"
- msgstr "éå®"
-
msgid "Highway platform (legacy)"
msgstr "éè·¯ä¸ã®ãã©ãããã©ã¼ã ï¼æ§ï¼"
@@@ -15784,9 -16134,14 +16171,14 @@@ msgstr "ééã®ãã©ãããã¼ã ï
msgid "funicular"
msgstr "ã±ã¼ãã«ã«ã¼"
+ msgctxt "railway"
msgid "Station"
msgstr "é§
"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "é§
ã®ç·¨é"
+
msgid "Building"
msgstr "建ç©"
@@@ -15799,11 -16154,14 +16191,14 @@@ msgstr "å°ä¸éå
¥å£ã®ç·¨é
msgid "Ticket Machine"
msgstr "å¸å£²æ©"
+ msgid "Edit Ticket Machine"
+ msgstr "å¸å£²æ©ã®ç·¨é"
+
msgid "Reference Number"
msgstr "åç
§çªå·"
msgid "Coins"
- msgstr "ã³ã¤ã³"
+ msgstr "硬貨"
msgid "Notes"
msgstr "åè"
@@@ -15818,19 -16176,11 +16213,11 @@@ msgid "Credit cards
msgstr "ã¯ã¬ã¸ããã«ã¼ã"
msgid "Account or loyalty cards"
- msgstr "決æ¸ã¾ãã¯ä¼å¡ç¨ã«ã¼ã"
+ msgstr "ä¼å¡ã«ã¼ã"
msgid "Public Transport (legacy)"
msgstr "å
Œ
±äº¤éï¼æ§ï¼"
- msgctxt "railway"
- msgid "Station"
- msgstr "é§
"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "é§
ã®ç·¨é"
-
msgid "UIC-Reference"
msgstr "UIC-Reference"
@@@ -15879,7 -16229,7 +16266,7 @@@ msgstr "ãã¹ä¹ãå ´ã®ç·¨é
msgid "Taxi"
msgstr "ã¿ã¯ã·ã¼"
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr "ã¿ã¯ã·ã¼ä¹ãå ´ã®ç·¨é"
msgid "Airport"
@@@ -15933,6 -16283,21 +16320,21 @@@ msgstr "ã¿ã¼ããã«
msgid "Edit Terminal"
msgstr "ã¿ã¼ããã«ã®ç·¨é"
+ msgid "Internet access"
+ msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹"
+
+ msgid "wlan"
+ msgstr "ç¡ç·LAN"
+
+ msgid "wired"
+ msgstr "æç·LAN"
+
+ msgid "terminal"
+ msgstr "é§
"
+
+ msgid "Internet access fee"
+ msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹è²»ç¨"
+
msgctxt "airport"
msgid "Gate"
msgstr "ã²ã¼ã"
@@@ -15955,21 -16320,6 +16357,6 @@@ msgstr "ããã«ã®ç·¨é
msgid "Stars"
msgstr "æã®æ°"
- msgid "Internet access"
- msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹"
-
- msgid "wlan"
- msgstr "ç¡ç·LAN"
-
- msgid "wired"
- msgstr "æç·LAN"
-
- msgid "terminal"
- msgstr "é§
"
-
- msgid "Internet access fee"
- msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹è²»ç¨"
-
msgid "Smoking"
msgstr "å«ç
"
@@@ -16159,9 -16509,6 +16546,6 @@@ msgstr "ã¹ããªããã¯ã©ã
msgid "Edit Stripclub"
msgstr "ã¹ããªããã¯ã©ãã®ç·¨é"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "æ
è¡"
@@@ -16183,9 -16530,15 +16567,15 @@@ msgstr "屿å¡
msgid "Information Office"
msgstr "æ¡å
æ"
+ msgid "Edit Information Office"
+ msgstr "æ¡å
æã®ç·¨é"
+
msgid "Map"
msgstr "ããã"
+ msgid "Edit Information Map"
+ msgstr "æ¡å
å°å³ã®ç·¨é"
+
msgid "Detail Grade"
msgstr "詳細ãªã°ã¬ã¼ã"
@@@ -16198,6 -16551,9 +16588,9 @@@ msgstr "ã¹ããªã¼ã
msgid "scheme"
msgstr "ã¹ãã¼ã "
+ msgid "toposcope"
+ msgstr "é 䏿¨"
+
msgid "Shown Area"
msgstr "表示ãããã¨ãªã¢"
@@@ -16237,6 -16593,9 +16630,9 @@@ msgstr "... ä»ã®å¯è½ãªè¼¸éã¢ã¼
msgid "Information Board"
msgstr "æ
å ±æ¿"
+ msgid "Edit Information Board"
+ msgstr "æ¡å
æ¿ã®ç·¨é"
+
msgid "Board Content"
msgstr "æ²ç¤ºæ¿ã®å
容"
@@@ -16258,24 -16617,36 +16654,36 @@@ msgstr "æ¤ç©
msgid "Guidepost"
msgstr "éããã¹"
+ msgid "Edit Guidepost"
+ msgstr "éããã¹ã®ç·¨é"
+
msgid "Information Terminal"
msgstr "æ
å ±ç«¯æ«"
+ msgid "Edit Information Terminal"
+ msgstr "æ
å ±ç«¯æ«ã®ç·¨é"
+
msgid "Closer description"
msgstr "詳細ãªèª¬æ"
msgid "Audioguide"
msgstr "é³å£°ã¬ã¤ã"
+ msgid "Edit Audioguide"
+ msgstr "é³å£°ã¬ã¤ãã®ç·¨é"
+
msgid "Audioguide via mobile phone?"
msgstr "æºå¸¯é»è©±ã«ããé³å£°ã¬ã¤ã"
msgid "Phone number"
msgstr "é»è©±çªå·"
- msgid "Other Information Points"
+ msgid "Other Information Point"
msgstr "ãã®ä»ã®æ
å ±ãã¤ã³ã"
+ msgid "Edit Information Point"
+ msgstr "æ
å ±ãã¤ã³ãã®ç·¨é"
+
msgid "Leisure"
msgstr "ã¬ã¸ã£ã¼"
@@@ -16403,50 -16774,44 +16811,44 @@@ msgstr "è¸è¡ä½å
msgid "Edit Artwork"
msgstr "è¸è¡ä½åã®ç·¨é"
- msgid "Place of Worship"
- msgstr "礼ææ"
+ msgid "Recording Studio"
+ msgstr "é²é³ã¹ã¿ã¸ãª"
- msgid "Edit Place of Worship"
- msgstr "礼ææã®ç·¨é"
+ msgid "Edit Studio"
+ msgstr "ã¹ã¿ã¸ãªã®ç·¨é"
- msgid "Religion"
- msgstr "宿"
+ msgid "audio"
+ msgstr "ãªã¼ãã£ãª"
- msgid "bahai"
- msgstr "ããã¼ã¤æ"
+ msgid "video"
+ msgstr "ãããª"
- msgid "buddhist"
- msgstr "仿"
+ msgid "Place of Worship"
+ msgstr "礼ææ"
- msgid "christian"
- msgstr "ããªã¹ãæ"
+ msgid "Church"
+ msgstr "æä¼"
- msgid "hindu"
- msgstr "ãã³ãºã¼æ"
+ msgid "Edit Church"
+ msgstr "æä¼ã®ç·¨é"
- msgid "jain"
- msgstr "ã¸ã£ã¤ãæ"
+ msgid "Building type"
+ msgstr "建ç©ã®ç¨®é¡"
- msgid "jewish"
- msgstr "ã¦ãã¤æ"
+ msgid "basilica"
+ msgstr "ãã·ãªã«èå "
- msgid "muslim"
- msgstr "ã ã¹ãªã "
+ msgid "cathedral"
+ msgstr "大èå "
- msgid "sikh"
- msgstr "ã·ã¼ã¯æ"
+ msgid "chapel"
+ msgstr "礼æå "
- msgid "spiritualist"
- msgstr "ééè¡å£«ãã¤ã¿ã³"
+ msgid "church"
+ msgstr "æä¼"
- msgid "taoist"
- msgstr "éæ"
-
- msgid "unitarian"
- msgstr "ã¦ãããªã¢ã³"
-
- msgid "zoroastrian"
- msgstr "ã¾ãã¢ã¹ã¿ã¼æ"
+ msgid "temple"
+ msgstr "寺é¢"
msgid "Denomination"
msgstr "宿´¾"
@@@ -16463,8 -16828,14 +16865,14 @@@ msgstr "ã«ããªãã¯
msgid "evangelical"
msgstr "ç¦é³æ´¾"
+ msgid "greek_catholic"
+ msgstr "ã®ãªã·ã£ã«ããªãã¯"
+
+ msgid "greek_orthodox"
+ msgstr "ã®ãªã·ã£æ£æä¼"
+
msgid "jehovahs_witness"
- msgstr "ãã®ã¿ã®å¡ãã¨ããã®è¨¼äºº"
+ msgstr "ã¨ããã®è¨¼äºº"
msgid "lutheran"
msgstr "ã«ã¿ã¼æ´¾"
@@@ -16475,6 -16846,9 +16883,9 @@@ msgstr "ã¡ã½ã¸ã¹ãæ´¾
msgid "mormon"
msgstr "ã¢ã«ã¢ã³"
+ msgid "new_apostolic"
+ msgstr "æ°ä½¿å¾æä¼"
+
msgid "orthodox"
msgstr "ã®ãªã·ã£æ£æç³»"
@@@ -16493,38 -16867,139 +16904,139 @@@ msgstr "ã¯ã¨ã¼ã«ã¼æå¾
msgid "roman_catholic"
msgstr "ãã¼ãã«ããªãã¯"
+ msgid "russian_orthodox"
+ msgstr "ãã·ã¢æ£æä¼"
+
+ msgid "seventh_day_adventist"
+ msgstr "宿¯æ¥åè¨æ´¾æä¼"
+
+ msgid "Service Times"
+ msgstr "åææé"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "sunset,sunrise"
+
+ msgid "Su 9:30,11:00"
+ msgstr "Su 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Sa,Su,PH 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Sa 18:00; Su 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "Sa 10:00+"
+
+ msgid "Mosque"
+ msgstr "ã¢ã¹ã¯"
+
+ msgid "Edit Mosque"
+ msgstr "ã¢ã¹ã¯ã®ç·¨é"
+
+ msgid "mosque"
+ msgstr "ã¢ã¹ã¯"
+
+ msgid "ibadi"
+ msgstr "ã¤ãã¼ãæ´¾"
+
msgid "shia"
msgstr "ã·ã¼ã¢æ´¾"
msgid "sunni"
msgstr "ã¹ã³ãæ´¾"
- msgid "Service Times"
- msgstr "å¶æ¥æé"
+ msgid "Synagogue"
+ msgstr "ã·ãã´ã¼ã°"
- msgid "Su 10:00"
- msgstr "æ¥ 10:00"
+ msgid "Edit Synagogue"
+ msgstr "ã·ãã´ã¼ã°ã®ç·¨é"
- msgid "Su 10:30"
- msgstr "æ¥ 10:30"
+ msgid "synagogue"
+ msgstr "ã·ãã´ã¼ã°"
- msgid "Su 11:00"
- msgstr "æ¥ 11:00"
+ msgid "conservative"
+ msgstr "ä¿å®æ´¾"
- msgid "Opening Hours for visiting"
- msgstr "æè¦³æé"
+ msgid "reform"
+ msgstr "æ¹é©æ´¾"
- msgid "Recording Studio"
- msgstr "é²é³ã¹ã¿ã¸ãª"
+ msgid "Buddhist Temple"
+ msgstr "ä»æå¯ºé¢"
- msgid "Edit Studio"
- msgstr "ã¹ã¿ã¸ãªã®ç·¨é"
+ msgid "Edit Buddhist Temple"
+ msgstr "ä»æå¯ºé¢ã®ç·¨é"
- msgid "audio"
- msgstr "ãªã¼ãã£ãª"
+ msgid "theravada"
+ msgstr "ä¸åº§é¨ä»æ"
- msgid "video"
- msgstr "ãããª"
+ msgid "mahayana"
+ msgstr "大ä¹ä»æ"
+
+ msgid "vajrayana"
+ msgstr "坿"
+
+ msgid "Hindu Temple"
+ msgstr "ãã³ãã¥ã¼æå¯ºé¢"
+
+ msgid "Edit Hindu Temple"
+ msgstr "ãã³ãã¥ã¼æå¯ºé¢ã®ç·¨é"
+
+ msgid "vaishnavism"
+ msgstr "ã´ã£ã·ã¥ãæ"
+
+ msgid "shaivism"
+ msgstr "ã·ã´ã¡æ"
+
+ msgid "shaktism"
+ msgstr "ã·ã£ã¯ãã£æ´¾"
+
+ msgid "smartism"
+ msgstr "æ£çµ±æ´¾"
+
+ msgid "Shinto Shrine"
+ msgstr "ç¥ç¤¾"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "ç¥ç¤¾ã®ç·¨é"
+
+ msgid "Other Place of Worship"
+ msgstr "ãã®ä»ã®ç¤¼ææ"
+
+ msgid "Edit other Place of Worship"
+ msgstr "ãã®ä»ã®ç¤¼ææã®ç·¨é"
+
+ msgid "Religion"
+ msgstr "宿"
+
+ msgid "bahai"
+ msgstr "ããã¼ã¤æ"
+
+ msgid "jain"
+ msgstr "ã¸ã£ã¤ãæ"
+
+ msgid "sikh"
+ msgstr "ã·ã¼ã¯æ"
+
+ msgid "spiritualist"
+ msgstr "ééè¡å£«ãã¤ã¿ã³"
+
+ msgid "taoist"
+ msgstr "éæ"
+
+ msgid "unitarian"
+ msgstr "ã¦ãããªã¢ã³"
+
+ msgid "zoroastrian"
+ msgstr "ã¾ãã¢ã¹ã¿ã¼æ"
msgid "Public Building"
msgstr "å
Œ
±æ½è¨"
@@@ -16613,6 -17088,12 +17125,12 @@@ msgstr "èªåè»å¦æ ¡ã®ç·¨é
msgid "License Classes"
msgstr "å
許ã®ç¨®é¡"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "å¥åº·"
@@@ -16694,12 -17175,66 +17212,66 @@@ msgstr "åç©ç
é¢
msgid "Edit Veterinary"
msgstr "åç©ç
é¢ã®ç·¨é"
- msgid "Drinking water"
- msgstr "é£²ææ°´"
+ msgid "Edit Toilets"
+ msgstr "ãã¤ã¬ã®ç·¨é"
+
+ msgid "Access rights"
+ msgstr "å©ç¨è
"
+
+ msgid "public"
+ msgstr "å
Ž"
+
+ msgid "seasonal"
+ msgstr "å£ç¯éå®"
+
+ msgid "flush"
+ msgstr "æ°´æ´"
+
+ msgid "pitlatrine"
+ msgstr "æ±²ã¿åãå¼"
+
+ msgid "chemical"
+ msgstr "è¬åå¦ç"
+
+ msgid "bucket"
+ msgstr "ãã±ãå¼"
+
+ msgid "Usage Position"
+ msgstr "便å¨ã®ç¨®é¡"
+
+ msgid "seated"
+ msgstr "æ´å¼"
+
+ msgid "seated;urinal"
+ msgstr "æ´å¼ï¼å°ä¾¿å¨"
+
+ msgid "squat"
+ msgstr "åå¼"
+
+ msgid "urinal"
+ msgstr "å°ä¾¿å¨"
msgid "Post Box"
msgstr "éµä¾¿ãã¹ã"
+ msgid "Edit Postbox"
+ msgstr "éµä¾¿ãã¹ãã®ç·¨é"
+
+ msgid "Collection times"
+ msgstr "åéæå»"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+
+ msgid "Drive through"
+ msgstr "ãã©ã¤ãã¹ã«ã¼"
+
msgid "Telephone"
msgstr "é»è©±"
@@@ -16709,6 -17244,30 +17281,30 @@@ msgstr "é»è©±ãç·¨é
msgid "Telephone cards"
msgstr "ãã¬ãã©ã³ã«ã¼ã"
+ msgid "Emergency Phone"
+ msgstr "ç·æ¥é»è©±"
+
+ msgid "Internet Access"
+ msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹"
+
+ msgid "Edit Internet Access"
+ msgstr "ã¤ã³ã¿ã¼ãããã¢ã¯ã»ã¹ã®ç·¨é"
+
+ msgid "Automated Defibrillator"
+ msgstr "AEDï¼èªåä½å¤å¼é¤ç´°åå¨ï¼"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "AEDã®ç·¨é"
+
+ msgid "Located inside a building?"
+ msgstr "建ç©å
"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "æçµæ¤æ»æ¥ï¼YYYY-MM-DDï¼"
+
+ msgid "Last check note"
+ msgstr "æçµæ¤æ»æã®ã¡ã¢"
+
msgid "Clock"
msgstr "æè¨"
@@@ -16718,30 -17277,36 +17314,36 @@@ msgstr "æè¨ã®ç·¨é
msgid "Display"
msgstr "ç»é¢"
- msgctxt "display"
msgid "analog"
msgstr "ã¢ããã°"
- msgctxt "display"
msgid "digital"
msgstr "ãã¸ã¿ã«"
- msgctxt "display"
msgid "sundial"
msgstr "æ¥æè¨"
- msgctxt "display"
msgid "unorthodox"
msgstr "ç¹æ®"
msgid "Support"
msgstr "è¨ç½®æ¹æ³"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "æ¯æ±"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "å£é¢ã«è¨ç½®"
+ msgstr "壿ã"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "åºåæ¿"
+ msgstr "鳿¥½æè¨"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "å°é¢ä¸"
msgid "Visibility/readability"
msgstr "å¯è¦æ§/è¦èªæ§"
@@@ -16768,10 -17333,10 +17370,10 @@@ msgid "Shows humidity
msgstr "湿度ã®è¡¨ç¤º"
msgid "Recycling"
- msgstr "ãªãµã¤ã¯ã«"
+ msgstr "è³æºååå ´æ"
- msgid "Edit Recycling station"
- msgstr "ãªãµã¤ã¯ã«ã¹ãã¼ã·ã§ã³ã®ç·¨é"
+ msgid "Edit Recycling Station"
+ msgstr "è³æºååå ´æã®ç·¨é"
msgid "Batteries"
msgstr "ããããªã¼"
@@@ -16797,21 -17362,15 +17399,15 @@@ msgstr "å¦çå ´
msgid "Waste Basket"
msgstr "ã´ãç®±"
- msgid "Edit Waste Basket"
- msgstr "ã´ãç®±ãç·¨é"
-
msgid "Waste Disposal"
msgstr "ã´ãéç©æ"
- msgid "Edit Waste Disposal"
- msgstr "ã´ãéç©æã®ç·¨é"
+ msgid "Edit Bench"
+ msgstr "ãã³ãã®ç·¨é"
msgid "Backrest"
msgstr "èããã"
- msgid "plastic"
- msgstr "ãã©ã¹ããã¯"
-
msgid "Amount of Seats"
msgstr "å¸ã®æ°"
@@@ -16846,8 -17405,17 +17442,17 @@@ msgstr "ãã³ãã£ã³ã°ã¹ã¿ã³ãã
msgid "Height"
msgstr "é«ã"
+ msgctxt "height"
msgid "low"
- msgstr "ä½ã"
+ msgstr "ä½"
+
+ msgctxt "height"
+ msgid "half"
+ msgstr "ä¸"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "é«"
msgid "Hide"
msgstr "é ã"
@@@ -16855,9 -17423,6 +17460,6 @@@
msgid "Lock"
msgstr "ããã¯"
- msgid "Drinking Water"
- msgstr "é£²ææ°´"
-
msgid "Edit Source of Potable Water"
msgstr "é£²ææ°´ä¾çµ¦æ"
@@@ -16889,6 -17454,9 +17491,9 @@@ msgstr "ããæ±
msgid "Diameter (in mm)"
msgstr "ç´å¾(mmåä½)"
+ msgid "Hydrant Position"
+ msgstr "æ¶ç«æ ã®ä½ç½®"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "ã¬ã¼ã³"
@@@ -16926,117 -17494,153 +17531,153 @@@ msgstr "ã¹ã¿ã¸ã¢ã
msgid "Edit Stadium"
msgstr "ã¹ã¿ã¸ã¢ã ã®ç·¨é"
- msgid "select sport:"
- msgstr "ã¹ãã¼ã鏿:"
+ msgid "Select sport:"
+ msgstr "ã¹ãã¼ãã鏿:"
- msgid "sport"
+ msgid "Sport"
msgstr "ã¹ãã¼ã"
+ msgctxt "sport"
msgid "multi"
- msgstr "å¤ç®ç"
+ msgstr "å¤ç¨®ç®"
+ msgctxt "sport"
msgid "archery"
- msgstr "ã¢ã¼ãã§ãªã¼"
+ msgstr "å¼éã»ã¢ã¼ãã§ãªã¼"
+ msgctxt "sport"
msgid "athletics"
- msgstr "ã¢ã¹ã¬ããã¯"
+ msgstr "é¸ä¸ç«¶æ"
+ msgctxt "sport"
msgid "american_football"
msgstr "ã¢ã¡ãªã«ã³ããããã¼ã«"
+ msgctxt "sport"
msgid "australian_football"
- msgstr "ãªã¼ã¹ãã©ãªã¢ããããã¼ã«"
+ msgstr "ãªã¼ã¹ãã©ãªã¢ã³ããããã¼ã«"
+ msgctxt "sport"
msgid "baseball"
msgstr "éç"
+ msgctxt "sport"
msgid "basketball"
msgstr "ãã¹ã±ãããã¼ã«"
+ msgctxt "sport"
msgid "boules"
- msgstr "ãã¿ã³ã¯"
+ msgstr "ãã¼ã«ãº"
+ msgctxt "sport"
msgid "bowls"
- msgstr "ãã¼ãªã³ã°"
+ msgstr "ãã¼ã³ãã¦ã«ãº"
+ msgctxt "sport"
msgid "canadian_football"
msgstr "ã«ããã£ã¢ã³ããããã¼ã«"
+ msgctxt "sport"
msgid "canoe"
msgstr "ã«ãã¼"
+ msgctxt "sport"
msgid "climbing"
- msgstr "ç»å±±"
+ msgstr "ã¯ã©ã¤ãã³ã°"
+ msgctxt "sport"
msgid "cricket"
msgstr "ã¯ãªã±ãã"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "ã¯ãªã±ããããã"
+ msgstr "ã¯ãªã±ããããã"
+ msgctxt "sport"
msgid "croquet"
- msgstr "ã¯ãã¼ã¯"
+ msgstr "ã²ã¼ããã¼ã«"
+ msgctxt "sport"
msgid "cycling"
msgstr "ãµã¤ã¯ãªã³ã°"
+ msgctxt "sport"
msgid "dog_racing"
msgstr "ããã°ã¬ã¼ã¹"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "ä¹é¦¬"
+ msgstr "馬è¡"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "ã²ã¼ãªãã¯ã»ã²ã¼ã ãº"
+ msgstr "ã²ã¼ãªãã¯ã»ã²ã¼ã "
+ msgctxt "sport"
msgid "golf"
msgstr "ã´ã«ã"
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "使"
+ msgstr "ä½æç«¶æ"
+ msgctxt "sport"
msgid "hockey"
msgstr "ããã±ã¼"
+ msgctxt "sport"
msgid "horse_racing"
msgstr "競馬"
+ msgctxt "sport"
msgid "motor"
msgstr "ã¢ã¼ã¿ã¼ã¹ãã¼ã"
+ msgctxt "sport"
msgid "pelota"
msgstr "ããã¿"
+ msgctxt "sport"
msgid "racquet"
- msgstr "ã©ã±ãããã¼ã«"
+ msgstr "ã©ã±ãã"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "ã©ã°ãã¼ãªã¼ã°"
+ msgstr "ãªã¼ã°ã©ã°ãã¼"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "(é常ã®)ã©ã°ãã¼"
+ msgstr "ã©ã°ãã¼"
+ msgctxt "sport"
msgid "shooting"
msgstr "å°æ"
+ msgctxt "sport"
msgid "skateboard"
msgstr "ã¹ã±ã¼ããã¼ã"
+ msgctxt "sport"
msgid "skating"
msgstr "ã¹ã±ã¼ã"
+ msgctxt "sport"
msgid "skiing"
msgstr "ã¹ãã¼"
+ msgctxt "sport"
msgid "soccer"
msgstr "ãµãã«ã¼"
+ msgctxt "sport"
msgid "swimming"
msgstr "æ°´æ³³"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "åç"
+ msgctxt "sport"
msgid "tennis"
msgstr "ããã¹"
@@@ -17047,10 -17651,10 +17688,10 @@@ msgid "Edit Sports Centre
msgstr "ã¹ãã¼ãã»ã³ã¿ã¼ã®ç·¨é"
msgid "Pitch"
- msgstr "éåå ´"
+ msgstr "ç«¶æå ´"
msgid "Edit Pitch"
- msgstr "éåå ´ã®ç·¨é"
+ msgstr "ç«¶æå ´ã®ç·¨é"
msgid "Racetrack"
msgstr "ç«¶æãã©ãã¯"
@@@ -17070,33 -17674,43 +17711,43 @@@ msgstr "ãããã¥ã¢ã´ã«ã
msgid "Edit Miniature Golf"
msgstr "ãããã¥ã¢ã´ã«ãã®ç·¨é"
- msgid "Sport"
- msgstr "ã¹ãã¼ã"
-
msgid "Multi"
msgstr "å¤ç®ç"
msgid "Edit Multi"
msgstr "Multiã®ç·¨é"
- msgid "type"
- msgstr "ã¿ã¤ã"
-
+ msgctxt "running"
msgid "pitch"
msgstr "éåå ´"
+ msgctxt "running"
msgid "sports_centre"
msgstr "ã¹ãã¼ãã»ã³ã¿ã¼"
+ msgctxt "running"
msgid "stadium"
msgstr "ã¹ã¿ã¸ã¢ã "
+ msgctxt "running"
+ msgid "track"
+ msgstr "ãã©ãã¯"
+
msgid "9pin"
msgstr "ãã¦ãªã³ã°å ´ï¼9ãã³ï¼"
msgid "Edit 9pin"
msgstr "ãã¦ãªã³ã°å ´ï¼9ãã³ï¼ã®ç·¨é"
+ msgid "pitch"
+ msgstr "ç«¶æå ´"
+
+ msgid "sports_centre"
+ msgstr "ã¹ãã¼ãã»ã³ã¿ã¼"
+
+ msgid "stadium"
+ msgstr "ã¹ã¿ã¸ã¢ã "
+
msgid "10pin"
msgstr "ãã¼ãªã³ã°å ´"
@@@ -17130,6 -17744,22 +17781,22 @@@ msgstr "ç«¶èå ´ã®ç·¨é
msgid "Edit Cycling"
msgstr "ãµã¤ã¯ãªã³ã°ã®ç·¨é"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "ç«¶æå ´"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "ã¹ãã¼ãã»ã³ã¿ã¼"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "ã¹ã¿ã¸ã¢ã "
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "ãã©ãã¯"
+
msgid "Dog Racing"
msgstr "ããã°ã¬ã¼ã¹"
@@@ -17144,7 -17774,7 +17811,7 @@@ msgstr "ä¹é¦¬ã®ç·¨é
msgctxt "riding"
msgid "pitch"
- msgstr "ç·´ç¿å ´"
+ msgstr "ç«¶æå ´"
msgctxt "riding"
msgid "sports_centre"
@@@ -17216,7 -17846,7 +17883,7 @@@ msgid "Piste type
msgstr "ã²ã¬ã³ãã®ã¿ã¤ã"
msgid "downhill"
- msgstr "ãã¦ã³ãã«"
+ msgstr "æ»é"
msgid "nordic"
msgstr "ãã«ãã£ãã¯ã¹ãã¼"
@@@ -17230,38 -17860,56 +17897,56 @@@ msgstr "ã¹ãã¼ãã¼ã¯
msgid "Difficulty"
msgstr "é£æåº¦"
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr "åå¿è
"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "åç"
+ msgstr "åç´"
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "ä¸ç´"
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "é«åº¦"
+ msgstr "ä¸ç´"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ã¨ãã¹ãã¼ã"
+ msgstr "é人"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "ãã ä¹ã"
+ msgstr "ããªã¼ã©ã¤ã"
msgid "Grooming"
msgstr "æ´åç¶æ³"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "ã¯ã©ã·ãã¯"
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr "ã¢ã¼ã°ã«"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "ããªã¼"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "ã¯ã©ã·ãã¯ï¼ã¹ã±ã¼ã"
+ msgstr "ã¯ã©ã·ãã¯;ããªã¼"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "ã¹ã¯ã¼ã¿ã¼"
+ msgstr "ãã"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "ããã¯ã«ã³ããªã¼"
+ msgstr "å±±ã¹ãã¼"
msgid "Shooting"
msgstr "å°æ"
@@@ -17302,19 -17950,15 +17987,15 @@@ msgstr "ã²ã¼ãªãã¯ã²ã¼ã
msgid "Edit Gaelic Games"
msgstr "ã²ã¼ãªãã¯ã²ã¼ã ã®ç·¨é"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "ãã¼ãªã³ã°"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "ãµãã«ã¼"
+ msgstr "ã²ã¼ãªãã¯ããããã¼ã«"
- msgctxt "gaelic game"
msgid "Camogie"
- msgstr "ã«ã¢ã¼ã¸ã¼"
+ msgstr "ã«ã¢ã¸ã¼"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "ã©ã¦ã³ãã¼ãº"
@@@ -17453,6 -18097,18 +18134,18 @@@ msgstr "模åé£è¡æ©å ´
msgid "Edit Model Aerodrome"
msgstr "模åé£è¡æ©å ´ã®ç·¨é"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "ç«¶æå ´"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "ã¹ãã¼ãã»ã³ã¿ã¼"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "ãã©ãã¯"
+
msgid "RC Car"
msgstr "ã©ã¸ã³ã³ã«ã¼"
@@@ -17465,60 -18121,134 +18158,134 @@@ msgstr "人工ç©
msgid "Edit Building"
msgstr "建ç©ã®ç·¨é"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "ãã"
+
+ msgctxt "building"
msgid "roof"
msgstr "屿 ¹"
+ msgctxt "building"
msgid "garage"
msgstr "è»åº«"
- msgid "church"
- msgstr "æä¼"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "è»åº«"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "å·¥å ´"
+ msgctxt "building"
msgid "school"
msgstr "妿 ¡"
+ msgctxt "building"
msgid "hangar"
- msgstr "å庫"
+ msgstr "æ ¼ç´åº«"
+ msgctxt "building"
msgid "commercial"
- msgstr "忥æ½è¨"
+ msgstr "åºè"
+ msgctxt "building"
msgid "farm"
- msgstr "農家"
+ msgstr "è¾²æ¥ç¨"
+ msgctxt "building"
msgid "transportation"
- msgstr "äº¤éæ½è¨"
+ msgstr "交éã»ã³ã¿ã¼"
+ msgctxt "building"
msgid "greenhouse"
msgstr "温室"
+ msgctxt "building"
msgid "office"
msgstr "ãªãã£ã¹"
+ msgctxt "building"
msgid "university"
msgstr "大å¦"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "ç
é¢"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "å庫"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "åºè"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "æ ¼ç´åº«"
+
msgid "Residential Building"
msgstr "ä½å®
"
msgid "Edit Residential Building"
msgstr "ä½å®
ã®ç·¨é"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "ä½å®
"
+
+ msgctxt "building"
msgid "apartments"
- msgstr "ã¢ãã¼ã,ãã³ã·ã§ã³"
+ msgstr "ã¢ãã¼ã"
+ msgctxt "building"
msgid "house"
- msgstr "ä½å®
"
+ msgstr "䏿¸å»ºã¦"
+ msgctxt "building"
msgid "hut"
- msgstr "(ã»ã£ãã¦)å°å±"
+ msgstr "å°å±"
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "寮"
+ msgctxt "building"
msgid "terrace"
- msgstr "ãã©ã¹"
+ msgstr "ãã©ã¹ãã¦ã¹"
+ msgctxt "building"
msgid "detached"
msgstr "䏿¸å»ºã¦"
+ msgid "Entrance"
+ msgstr "å
¥å£"
+
+ msgid "Edit Entrance"
+ msgstr "å
¥å£ã®ç·¨é"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "ãã"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "çé¢"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "éç¨å£"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "åºå£"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "é常å£"
+
msgid "Tower"
msgstr "ã¿ã¯ã¼"
@@@ -17743,72 -18473,188 +18510,188 @@@ msgstr "å¶æ¥æé
msgid "Mo-Fr 22:00-05:00"
msgstr "Mo-Fr 22:00-05:00"
- msgid "Measurement Station"
- msgstr "測éæ"
-
- msgid "Edit Measurement Station"
- msgstr "測éæãç·¨é"
+ msgid "Monitoring Station"
+ msgstr "観測æ"
- msgid "Measurement"
- msgstr "測å®"
+ msgid "Edit Monitoring Station"
+ msgstr "観測æã®ç·¨é"
- msgid "particulate_matter"
- msgstr "ç²åç¶ç©è³ª"
+ msgid "Monitoring:"
+ msgstr "観測対象:"
- msgid "seismic"
- msgstr "å°é"
+ msgid "Weather"
+ msgstr "æ°è±¡"
- msgid "water_level"
+ msgid "Water level"
msgstr "æ°´ä½"
- msgid "weather"
- msgstr "æ°è±¡"
+ msgid "Tide Level"
+ msgstr "æ½®ä½"
- msgid "Recording"
- msgstr "ã¬ã³ã¼ãã£ã³ã°"
+ msgid "Traffic"
+ msgstr "交é"
- msgid "manually"
- msgstr "æå"
+ msgid "Air Quality"
+ msgstr "大æ°"
+
+ msgid "Noise"
+ msgstr "é¨é³"
+
+ msgid "GPS Signals"
+ msgstr "GPSä¿¡å·"
+
+ msgid "GLONASS Signals"
+ msgstr "GLONASSä¿¡å·"
+
+ msgid "Galileo Signals"
+ msgstr "Galileoä¿¡å·"
+
+ msgid "Radiation"
+ msgstr "æ¾å°ç·"
+
+ msgid "Seismic Activity"
+ msgstr "å°éæ³¢"
- msgid "automated"
+ msgid "Recording:"
+ msgstr "è¨é²æ¹å¼:"
+
+ msgid "Automated"
msgstr "èªå"
- msgid "remote"
- msgstr "é é"
+ msgid "Manually"
+ msgstr "æå"
+
+ msgid "Remote"
+ msgstr "é éæä½"
- msgctxt "display"
- msgid "no"
- msgstr "no"
+ msgid "Display:"
+ msgstr "è¡¨ç¤ºæ¹æ³:"
+
+ msgid "Analog"
+ msgstr "ã¢ããã°"
+
+ msgid "Digital"
+ msgstr "ãã¸ã¿ã«"
msgid "Survey Point"
msgstr "調æ»ãã¤ã³ã"
msgid "Edit Survey Point"
- msgstr "測ç¹ã®ç·¨é"
+ msgstr "調æ»ãã¤ã³ãã®ç·¨é"
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr "ç£è¦ã«ã¡ã©"
msgid "Edit Surveillance Camera"
msgstr "ç£è¦ã«ã¡ã©ã®ç·¨é"
msgid "indoor"
- msgstr "ã¤ã³ãã¢"
+ msgstr "室å
"
msgid "outdoor"
- msgstr "ã¢ã¦ããã¢"
+ msgstr "å±å¤"
- msgid "public"
- msgstr "å
Ž"
+ msgid "Zone"
+ msgstr "対象"
+
+ msgid "parking"
+ msgstr "é§è»å ´"
+
+ msgid "traffic"
+ msgstr "交é"
+
+ msgid "shop"
+ msgstr "åºè"
+
+ msgid "bank"
+ msgstr "éè¡"
+
+ msgid "Camera"
+ msgstr "ã«ã¡ã©"
+
+ msgid "fixed"
+ msgstr "åºå®"
+
+ msgid "panning"
+ msgstr "馿¯ã"
+
+ msgid "dome"
+ msgstr "ãã¼ã å"
+
+ msgid "Mounted on"
+ msgstr "è¨ç½®å ´æ"
+
+ msgid "ceiling"
+ msgstr "天äº"
+
+ msgid "Direction in degrees"
+ msgstr "æ¹åï¼è§åº¦ï¼"
+
+ msgid "Inclination in degrees"
+ msgstr "å¾ãï¼è§åº¦ï¼"
+
+ msgid "Height in meter (m)"
+ msgstr "é«ãï¼mï¼"
msgid "Power"
msgstr "é»åé¢ä¿"
+ msgid "Power Plant"
+ msgstr "çºé»æ"
+
+ msgid "Edit Power Plant"
+ msgstr "çºé»æã®ç·¨é"
+
+ msgid "Start date"
+ msgstr "éç¨éå§æ¥"
+
+ msgid "Output forms of energy"
+ msgstr "ã¨ãã«ã®ã¼ã®åºåå½¢å¼"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr "ï¼å¯è½ã§ããã°çºé»æ©ã«ãã®æ
å ±ã追å ãã¦ãã ããï¼"
+
+ msgid "electricity"
+ msgstr "é»å"
+
+ msgid "2 W"
+ msgstr "2W"
+
+ msgid "3 kW"
+ msgstr "3kW"
+
+ msgid "5 MW"
+ msgstr "5000KW"
+
+ msgid "7 GW"
+ msgstr "700ä¸KW"
+
+ msgid "hot water"
+ msgstr "温水"
+
+ msgid "hot air"
+ msgstr "ç±é¢¨"
+
+ msgid "cold water"
+ msgstr "å·æ°´"
+
+ msgid "cold air"
+ msgstr "å·é¢¨"
+
+ msgid "compressed air"
+ msgstr "å§ç¸®ç©ºæ°"
+
+ msgid "steam"
+ msgstr "è¸æ°"
+
+ msgid "vacuum"
+ msgstr "ç空"
+
msgid "Power Generator"
- msgstr "ã¨ãã«ã®ã¼æ½è¨"
+ msgstr "çºé»æ©"
msgid "Edit Power Generator"
- msgstr "ã¨ãã«ã®ã¼æ½è¨ã®ç·¨é"
+ msgstr "çºé»æ©ã®ç·¨é"
msgid "biofuel"
msgstr "ãã¤ãªçæ"
@@@ -17855,89 -18701,192 +18738,192 @@@ msgstr "風
msgid "Method"
msgstr "æ¹å¼"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "å¾®çç©ã«ããåè§£"
+ msgstr "嫿°æ§æ¶å"
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "ãã ã»å °"
+ msgctxt "generator method"
msgid "combustion"
- msgstr "ç«åçºé»"
+ msgstr "ç«å"
- msgid "dam"
- msgstr "ãã "
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "çç© / ç³ç / ãã£ã¼ã¼ã« / ã¬ã¹ / ã¬ã½ãªã³ / ç³æ²¹ / å¯çãã¿"
+ msgctxt "generator method"
msgid "fission"
- msgstr "åååï¼æ ¸åè£ï¼"
+ msgstr "ååå"
+ msgctxt "generator method"
msgid "fusion"
msgstr "æ ¸èå"
+ msgctxt "generator method"
msgid "gasification"
msgstr "ã¬ã¹å"
- msgid "photovoltaic"
- msgstr "太é½å
çºé»"
+ msgid "biomass / waste"
+ msgstr "ãã¤ãªãã¹ / çãã¿"
- msgid "pumped-storage"
- msgstr "ææ°´çºé»"
-
- msgid "pumping"
- msgstr "å°ç±"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr "太é½å
"
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "髿¸©åè§£"
+ msgstr "ç±åè§£"
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "å°æ°´å"
+ msgstr "æ²³å·ã®æµã"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "æ½®æµ"
+ msgctxt "generator method"
msgid "thermal"
msgstr "太é½ç±"
- msgid "Output forms of energy"
- msgstr "ã¨ãã«ã®ã¼ã®åºåå½¢å¼"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "ææ°´"
- msgid "electricity"
- msgstr "é»å"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "æ°´å"
- msgid "2 W"
- msgstr "2W"
+ msgid "Generator Type"
+ msgstr "çºé»æ©ã®ç¨®é¡"
- msgid "3 kW"
- msgstr "3kW"
+ msgid "combined_cycle"
+ msgstr "ã³ã³ãã¤ã³ããµã¤ã¯ã«"
- msgid "5 MW"
- msgstr "5000KW"
+ msgid "gas combustion"
+ msgstr "ã¬ã¹ç«å"
- msgid "7 GW"
- msgstr "700ä¸KW"
+ msgid "francis_turbine"
+ msgstr "ãã©ã³ã·ã¹æ°´è»"
- msgid "hot water"
- msgstr "温水"
+ msgid "gas_turbine"
+ msgstr "ã¬ã¹ã¿ã¼ãã³"
- msgid "hot air"
- msgstr "ç±é¢¨"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "ãã¤ãªã¬ã¹ããã¤ãªãã¹ãã¬ã¹ãå¯çãã¿ç«å"
- msgid "cold water"
- msgstr "å·æ°´"
+ msgid "heat_pump"
+ msgstr "ãã¼ããã³ã"
- msgid "cold air"
- msgstr "å·é¢¨"
+ msgid "horizontal_axis"
+ msgstr "æ°´å¹³æ¹å"
- msgid "compressed air"
- msgstr "å§ç¸®ç©ºæ°"
+ msgid "tidal steam / wind"
+ msgstr "æ½®å / 風å"
- msgid "steam"
- msgstr "è¸æ°"
+ msgid "kaplan_turbine"
+ msgstr "ã«ãã©ã³æ°´è»"
- msgid "vacuum"
- msgstr "ç空"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "å°æ°´å/æ°´å/æ½®åçºé»ç¨ãã "
+
+ msgid "pelton_turbine"
+ msgstr "ãã«ãã³æ°´è»"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "å°æ°´å/æ°´å"
- msgid "battery charging"
- msgstr "ããããªã¼ã®å
é»"
+ msgid "reciprocating_engine"
+ msgstr "ã¨ã³ã¸ã³"
- msgid "Power Station"
- msgstr "Power Station"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "ãã¤ãªçæããã¤ãªã¬ã¹ããã£ã¼ã¼ã«ãã¬ã¹ãã¬ã½ãªã³"
- msgid "Edit Power Station"
- msgstr "Power Stationã®ç·¨é"
+ msgid "solar_photovoltaic_panel"
+ msgstr "太é½å
ããã«"
+
+ msgid "solar photovoltaic"
+ msgstr "太é½å
çºé»"
+
+ msgid "solar_thermal_collector"
+ msgstr "éå
å太é½ç±çºé»"
+
+ msgid "solar thermal"
+ msgstr "太é½ç±çºé»"
+
+ msgid "steam_generator"
+ msgstr "æ°´è¸æ°çºçæ¹å¼"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "çç©ãç³çããã£ã¼ã¼ã«ãã¬ã¹ãã¬ã½ãªã³ãç³æ²¹ãå¯çãã¿ã®çç¼"
+
+ msgid "steam_turbine"
+ msgstr "è¸æ°ã¿ã¼ãã³"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr "å°ç±/太é½ç±/çç©ãç³çãç³æ²¹ãå¯çãã¿ã®çç¼"
+
+ msgid "stellarator"
+ msgstr "ããªã«ã«å"
+
+ msgid "nuclear fusion"
+ msgstr "ååå"
+
+ msgid "tokamak"
+ msgstr "ãã«ãã¯å"
+
+ msgid "vertical_axis"
+ msgstr "åç´æ¹å"
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "沸騰水åååç第1ä¸ä»£ï¼BWR-1ï¼"
+
+ msgid "nuclear fission"
+ msgstr "ååå"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "沸騰水åååç第2ä¸ä»£ï¼BWR-2ï¼"
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "沸騰水åååç第3ä¸ä»£ï¼BWR-3ï¼"
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "沸騰水åååç第4ä¸ä»£ï¼BWR-4ï¼"
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "沸騰水åååç第5ä¸ä»£ï¼BWR-5ï¼"
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "沸騰水åååç第6ä¸ä»£ï¼BWR-6ï¼"
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "CANDUç"
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "ä¸å½å¼å å§æ°´å軽水çï¼CPR-1000ï¼"
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "欧å·å å§æ°´åçï¼EPRï¼"
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "æ
£æ§éãè¾¼ãæ ¸èåï¼ICFï¼"
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "å å§æ°´åååçï¼PWRï¼"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "軽水å·å´é»éæ¸éç1000åï¼RBMK-1000ï¼"
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "軽水å·å´é»éæ¸éç1500åï¼RBMK-1500ï¼"
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "ãã·ã¢åå å§æ°´åååçï¼VVERï¼"
+
+ msgid "Output forms of energy:"
+ msgstr "ã¨ãã«ã®ã¼ã®åºåå½¢å¼:"
msgid "Power Sub Station"
msgstr "å¤é»æ"
@@@ -17948,6 -18897,21 +18934,21 @@@ msgstr "å¤é»æã®ç·¨é
msgid "Line reference"
msgstr "ã©ã¤ã³çªå·"
+ msgid "high"
+ msgstr "é«"
+
+ msgid "medium"
+ msgstr "ä¸"
+
+ msgid "low"
+ msgstr "ä½ã"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "é
é»ç®±"
@@@ -17963,6 -18927,9 +18964,9 @@@ msgstr "éé»å¡ã®ç·¨é
msgid "Tower reference"
msgstr "å¡ã®åç
§çªå·"
+ msgid "steel"
+ msgstr "éå¡"
+
msgid "Pole"
msgstr "黿±"
@@@ -17981,13 -18948,11 +18985,11 @@@ msgstr "éé»ç·ã®ç·¨é
msgid "Line type"
msgstr "ç·ã®ç¨®é¡"
- msgctxt "Power Line"
msgid "line"
- msgstr "ç·"
+ msgstr "éé»ç·"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "ç´°ãç·"
+ msgstr "é
é»ç·"
msgid "Amount of Cables"
msgstr "é»ç·ã®é»æµé"
@@@ -17996,16 -18961,16 +18998,16 @@@ msgid "Number of wires (better: conduct
msgstr "é»åç·æã®ãã¡è¯å°ä½ã®ç·ã®æ°"
msgid "single"
- msgstr "1"
+ msgstr "1æ¬"
msgid "double"
- msgstr "2"
+ msgstr "2æ¬"
msgid "triple"
- msgstr "3"
+ msgstr "3æ¬"
msgid "quad"
- msgstr "4"
+ msgstr "4æ¬"
msgid "Historic Places"
msgstr "å²è·¡"
@@@ -18094,10 -19059,10 +19096,10 @@@ msgstr "ããªã¹ã¯
msgid "Edit Kiosk"
msgstr "ããªã¹ã¯ã®ç·¨é"
- msgid "Baker"
+ msgid "Bakery"
msgstr "ãã³å±"
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr "ãã³å±ã®ç·¨é"
msgid "Butcher"
@@@ -18109,7 -19074,7 +19111,7 @@@ msgstr "ç²¾èåºã®ç·¨é
msgid "Seafood"
msgstr "æ°´ç£ç©åº"
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr "æ°´ç£ç©åºã®ç·¨é"
msgid "Deli (Fine Food)"
@@@ -18130,6 -19095,9 +19132,9 @@@ msgstr "å¸å ´
msgid "Edit Marketplace"
msgstr "å¸å ´ã®ç·¨é"
+ msgid "Organic"
+ msgstr "èªç¶ç´ æ"
+
msgid "Greengrocer"
msgstr "å
«ç¾å±"
@@@ -18142,9 -19110,6 +19147,6 @@@ msgstr "è¾²ç£ç©ç´å£²æ
msgid "Edit Farm Stand"
msgstr "è¾²ç£ç©ç´å£²æã®ç·¨é"
- msgid "Organic"
- msgstr "èªç¶é£ååº"
-
msgid "Edit Organic/Bio"
msgstr "èªç¶é£ååºã®ç·¨é"
@@@ -18170,7 -19135,7 +19172,7 @@@ msgid "Edit Beverages Shop
msgstr "飲æåºã®ç·¨é"
msgid "Edit Clothes Shop"
- msgstr "æ´æåºã®ç·¨é"
+ msgstr "è¡£æååºã®ç·¨é"
msgid "Boutique"
msgstr "ããã£ãã¯"
@@@ -18212,13 -19177,13 +19214,13 @@@ msgid "Edit Tailor
msgstr "ä»ç«ã¦å±ãç·¨é"
msgid "Fabric"
- msgstr "æè¸ç¨å"
+ msgstr "å¸å°åº"
- msgid "Edit Fabric"
- msgstr "æè¸ç¨åã®ç·¨é"
+ msgid "Edit Fabric Shop"
+ msgstr "å¸å°åºã®ç·¨é"
msgid "Electronic"
- msgstr "é»å¨é¢ä¿"
+ msgstr "é»å¨åº"
msgid "Computer"
msgstr "ã³ã³ãã¥ã¼ã¿åº"
@@@ -18235,27 -19200,26 +19237,26 @@@ msgstr "å®¶é»åºã®ç·¨é
msgid "Mobile Phone"
msgstr "æºå¸¯é»è©±åº"
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr "æºå¸¯é»è©±åºã®ç·¨é"
msgid "Vacuum Cleaner"
msgstr "æé¤æ©åº"
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr "æé¤æ©åºã®ç·¨é"
msgid "Hifi"
- msgstr "ãªã¼ãã£ãªã·ã§ãã"
+ msgstr "ãªã¼ãã£ãªåº"
msgid "Edit Hifi Shop"
- msgstr "ãªã¼ãã£ãªã·ã§ããã®ç·¨é"
+ msgstr "ãªã¼ãã£ãªåºã®ç·¨é"
- msgctxt "shop"
msgid "Video"
- msgstr "ãããªã·ã§ãã"
+ msgstr "ãããªåº"
msgid "Edit Video Shop"
- msgstr "ãããªã·ã§ããã®ç·¨é"
+ msgstr "ãããªåºã®ç·¨é"
msgid "Cash"
msgstr "ãé"
@@@ -18278,6 -19242,12 +19279,12 @@@ msgstr "両æ¿ã®ç·¨é
msgid "Edit Automated Teller Machine"
msgstr "ATMã®ç·¨é"
+ msgid "Pawnbroker"
+ msgstr "質å±"
+
+ msgid "Edit Pawnbroker"
+ msgstr "質å±ã®ç·¨é"
+
msgid "Department Store"
msgstr "ç¾è²¨åº"
@@@ -18297,10 -19267,10 +19304,10 @@@ msgid "Edit Chemist
msgstr "è¬å±ã®ç·¨é"
msgid "Hairdresser"
- msgstr "ç髪åºã»ç¾å®¹é¢"
+ msgstr "çç¾å®¹åº"
msgid "Edit Hairdresser"
- msgstr "ç髪åºã»ç¾å®¹é¢ã®ç·¨é"
+ msgstr "çç¾å®¹åºã®ç·¨é"
msgid "Optician"
msgstr "ç¼é¡åº"
@@@ -18314,11 -19284,32 +19321,32 @@@ msgstr "å®ç³åº
msgid "Edit Jewelry"
msgstr "å®ç³åºã®ç·¨é"
+ msgid "Gift"
+ msgstr "ã®ããåº"
+
+ msgid "Edit Gift Shop"
+ msgstr "ã®ããåº"
+
+ msgid "buddhist"
+ msgstr "仿"
+
+ msgid "christian"
+ msgstr "ããªã¹ãæ"
+
+ msgid "hindu"
+ msgstr "ãã³ãºã¼æ"
+
+ msgid "jewish"
+ msgstr "ã¦ãã¤æ"
+
+ msgid "muslim"
+ msgstr "ã¤ã¹ã©ã æ"
+
msgid "Erotic"
- msgstr "ã¢ãã«ãã·ã§ãã"
+ msgstr "æäººå¨¯æ¥½åº"
- msgid "Edit Erotic"
- msgstr "ã¢ãã«ãã·ã§ããã®ç·¨é"
+ msgid "Edit Erotic Shop"
+ msgstr "æäººå¨¯æ¥½åºã®ç·¨é"
msgid "Florist"
msgstr "çè±åº"
@@@ -18347,7 -19338,7 +19375,7 @@@ msgstr "éç©å±ã®ç·¨é
msgid "Paint"
msgstr "ç»æåº"
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr "ç»æåºã®ç·¨é"
msgid "Furniture"
@@@ -18359,19 -19350,19 +19387,19 @@@ msgstr "å®¶å
·åºã®ç·¨é
msgid "Kitchen"
msgstr "ãããã³è²©å£²åº"
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr "ãããã³è²©å£²åºã®ç·¨é"
msgid "Curtain"
- msgstr "ã«ã¼ãã³"
+ msgstr "ã«ã¼ãã³åº"
- msgid "Edit Curtain"
- msgstr "ã«ã¼ãã³ã®ç·¨é"
+ msgid "Edit Curtain Shop"
+ msgstr "ã«ã¼ãã³åºã®ç·¨é"
msgid "Frame"
msgstr "é¡ç¸åº"
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr "é¡ç¸åºã®ç·¨é"
msgid "Stationery"
@@@ -18387,17 -19378,17 +19415,23 @@@ msgid "Edit Copyshop
msgstr "ã³ãã¼åºã®ç·¨é"
msgid "Book Store"
- msgstr "æ¬å±"
+ msgstr "æ¸åº"
msgid "Edit Book Store"
- msgstr "æ¬å±ãç·¨é"
+ msgstr "æ¸åºãç·¨é"
+
+ msgid "Newsagent''s shop"
+ msgstr "æ°èã»éèªè²©å£²åº"
+
+ msgid "Edit Newsagent''s shop"
+ msgstr "æ°èã»éèªè²©å£²åºã®ç·¨é"
+msgid "Newsagent''s shop"
+msgstr "æ°èã»éèªè²©å£²åº"
+
+msgid "Edit Newsagent''s shop"
+msgstr "æ°èã»éèªè²©å£²åºã®ç·¨é"
+
msgid "Travel Agency"
msgstr "æ
è¡ä»£çåº"
@@@ -18407,7 -19398,7 +19441,7 @@@ msgstr "æ
è¡ä»£çåºã®ç·¨é
msgid "Musical Instrument"
msgstr "楽å¨åº"
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr "楽å¨åºã®ç·¨é"
msgid "Toys"
@@@ -18620,6 -19611,12 +19654,12 @@@ msgstr "å±±é
msgid "Edit Peak"
msgstr "å±±é ã®ç·¨é"
+ msgid "Saddle"
+ msgstr "éé¨"
+
+ msgid "Edit Saddle"
+ msgstr "éé¨ã®ç·¨é"
+
msgid "Glacier"
msgstr "æ°·æ²³"
@@@ -18659,26 -19656,35 +19699,35 @@@ msgstr "樹æ¨ã»æ
msgid "Edit Tree"
msgstr "樹æ¨ã»æã®ç·¨é"
+ msgid "broad_leaved"
+ msgstr "åºè樹"
+
+ msgid "conifer"
+ msgstr "éèæ¨¹"
+
+ msgid "palm"
+ msgstr "ã¤ã·"
+
msgid "Botanical Name"
msgstr "æ¤ç©ã®åå"
+ msgid "Tree Row"
+ msgstr "並æ¨"
+
msgid "Wood"
msgstr "èªç¶æ"
msgid "Edit Wood"
msgstr "èªç¶æã®ç·¨é"
- msgctxt "wood"
msgid "coniferous"
- msgstr "éèæ¨¹"
+ msgstr "éèæ¨¹æ"
- msgctxt "wood"
msgid "deciduous"
- msgstr "åºè樹"
+ msgstr "åºè樹æ"
- msgctxt "wood"
msgid "mixed"
- msgstr "æ··åæ"
+ msgstr "鿍æ"
msgid "Forest"
msgstr "人工æ"
@@@ -18686,15 -19692,6 +19735,6 @@@
msgid "Edit Forest Landuse"
msgstr "人工æã®ç·¨é"
- msgid "coniferous"
- msgstr "éèæ¨¹æ"
-
- msgid "deciduous"
- msgstr "åºè樹æ"
-
- msgid "mixed"
- msgstr "鿍æ"
-
msgid "Grassland"
msgstr "èå°"
@@@ -18770,6 -19767,12 +19810,12 @@@ msgstr "ç§èå°
msgid "Edit Meadow Landuse"
msgstr "ç§èå°ã®ç·¨é"
+ msgid "Orchard"
+ msgstr "ææ¨¹å"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "ææ¨¹åã®ç·¨é"
+
msgid "Vineyard"
msgstr "ã¶ã©ãå"
@@@ -18824,7 -19827,7 +19870,7 @@@ msgstr "ã¬ã¯ã¬ã¼ã·ã§ã³åºå ´
msgid "Edit Recreation Ground Landuse"
msgstr "ã¬ã¯ã¬ã¼ã·ã§ã³åºå ´ã®ç·¨é"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "ä½å®
å°"
msgid "Edit Residential Landuse"
@@@ -18836,6 -19839,9 +19882,9 @@@ msgstr "ï¼æä¼ã»å¯ºé¢ã«ããï¼å
msgid "Edit Graveyard"
msgstr "墿ã®ç·¨é"
+ msgid "shinto"
+ msgstr "ç¥é"
+
msgid "Cemetery"
msgstr "éå"
@@@ -18911,6 -19917,33 +19960,33 @@@ msgstr "æ¡ç³å ´ã®ç·¨é
msgid "Annotation"
msgstr "注é"
+ msgid "Edit Name Information"
+ msgstr "ååæ
å ±ã®ç·¨é"
+
+ msgid "Alternative name"
+ msgstr "å¥å"
+
+ msgid "Historical name"
+ msgstr "æ´å²çãªåç§°"
+
+ msgid "Local name"
+ msgstr "å°å
ã®åç§°"
+
+ msgid "Regional name"
+ msgstr "å°åã§ã®åç§°"
+
+ msgid "National name"
+ msgstr "å½å
ã§ã®åç§°"
+
+ msgid "International name"
+ msgstr "å½éåç§°"
+
+ msgid "Official name"
+ msgstr "å
¬å¼åç§°"
+
+ msgid "Common name abbreviation"
+ msgstr "ç¥å·"
+
msgid "Edit Address Information"
msgstr "使ã®ç·¨é"
@@@ -18947,6 -19980,18 +20023,18 @@@ msgstr "å¶æ°
msgid "alphabetic"
msgstr "ã¢ã«ãã¡ãããé "
+ msgid "Accuracy"
+ msgstr "精度"
+
+ msgid "actual"
+ msgstr "確å®"
+
+ msgid "estimate"
+ msgstr "大ä½"
+
+ msgid "potential"
+ msgstr "æãã"
+
msgid "Contact (common schema)"
msgstr "é£çµ¡å
ï¼ä¸è¬ã®æ¸å¼ï¼"
@@@ -19023,7 -20068,7 +20111,7 @@@ msgid "entrances to the site, on the pe
msgstr "å¢çä¸ã®ãµã¤ãå
¥å£"
msgid "members of site"
- msgstr "ãµã¤ãã®ã¡ã³ã"
+ msgstr "ãµã¤ãã®ã¡ã³ãã¼"
msgid "Turn restriction"
msgstr "é²è¡æ¹åå¶é"
@@@ -19107,7 -20152,7 +20195,7 @@@ msgid "where enforcement ends
msgstr "åç· ãçµäºä½ç½®"
msgid "traffic light or barrier that stops you"
- msgstr "æ¤åå ´æ"
+ msgstr "åæ¢ä¿¡å·ã¾ãã¯æµ"
msgid "General route"
msgstr "ä¸è¬ã«ã¼ã"
@@@ -19115,21 -20160,50 +20203,50 @@@
msgid "Edit general route"
msgstr "ä¸è¬ã«ã¼ãã®ç·¨é"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "èªè»¢è»"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "ãã¹"
+
+ msgctxt "route type"
msgid "road"
- msgstr "é"
+ msgstr "éè·¯"
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "ãã§ãªã¼"
+
+ msgctxt "route type"
msgid "ski"
msgstr "ã¹ãã¼"
+ msgctxt "route type"
msgid "foot"
msgstr "徿©"
+ msgctxt "route type"
msgid "hiking"
msgstr "ãã¤ãã³ã°"
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "è·¯é¢é»è»"
+
+ msgctxt "route type"
msgid "detour"
msgstr "è¿åè·¯"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "éé"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "å°ä¸é"
+
msgid "Symbol description"
msgstr "ã·ã³ãã«ã®èª¬æ"
@@@ -19140,7 -20214,7 +20257,7 @@@ msgid "proposed
msgstr "æ¡"
msgid "alternate"
- msgstr "代æ¿è·¯"
+ msgstr "è¿åè·¯"
msgid "temporary"
msgstr "䏿ç"
@@@ -19167,37 -20241,40 +20284,40 @@@ msgid "south segment (North America)
msgstr "åé¨åºéï¼åç±³ï¼"
msgid "halt point"
- msgstr "åçæ"
+ msgstr "忢ä½ç½®"
msgid "forward halt point"
- msgstr "ä¸ãã®åçæ"
+ msgstr "ä¸ãã®åæ¢ä½ç½®"
msgid "backward halt point"
- msgstr "ä¸ãã®åçæ"
+ msgstr "ä¸ãã®åæ¢ä½ç½®"
- msgid "Route network"
- msgstr "交éãããã¯ã¼ã¯"
+ msgid "Route Network"
+ msgstr "é路網"
- msgid "Edit route network"
- msgstr "交éãããã¯ã¼ã¯ã®ç·¨é"
+ msgid "Edit Route Network"
+ msgstr "é路網ã®ç·¨é"
msgid "member"
- msgstr "ã¡ã³ã"
+ msgstr "ã¡ã³ãã¼"
- msgid "Associated street"
+ msgid "Associated Street"
msgstr "éãåä½å±
表示"
- msgid "Edit associated street"
- msgstr "éãåä½å±
表示ãç·¨é"
+ msgid "Edit Associated Street"
+ msgstr "éãåä½å±
表示ã®ç·¨é"
+
+ msgid "house"
+ msgstr "ä½å®
"
msgid "Street"
- msgstr "ã¹ããªã¼ã"
+ msgstr "éã"
msgid "Edit Street"
msgstr "éããç·¨é"
msgid "ways being part of street"
- msgstr "éãã®ä¸é¨ã¨ãªãã¦ã§ã¤"
+ msgstr "éããæ§æããã¦ã§ã¤"
msgid "addresses belonging to the street"
msgstr "éãã«æå±ãã使"
@@@ -19209,16 -20286,16 +20329,16 @@@ msgid "anything related to the street
msgstr "éãã«é¢é£ãããã®"
msgid "Destination sign"
- msgstr "æ¡å
æ¨ç¤º"
+ msgstr "æ¡å
æ¨è"
- msgid "Edit Destination sign"
- msgstr "æ¡å
æ¨ç¤º"
+ msgid "Edit Destination Sign"
+ msgstr "æ¡å
æ¨èã®ç·¨é"
msgid "Destination written on sign (w/o distance)"
- msgstr "æ¨èã«æ¸ãããç®çå°ï¼è·é¢ãé¤ãï¼"
+ msgstr "æ¡å
æ¨èã®è¡ãå
ï¼è·é¢ãªãï¼"
msgid "Distance (km)"
- msgstr "è·é¢(km)"
+ msgstr "è·é¢ï¼kmï¼"
msgid "Time (hh:mm, for trekking)"
msgstr "æè¦æéï¼hh:mmãæ©è¡ç¨ï¼"
@@@ -19248,7 -20325,7 +20368,7 @@@ msgid "Waterway
msgstr "æ°´è·¯"
msgid "Edit Waterway"
- msgstr "æ°´åã®ç·¨é"
+ msgstr "æ°´è·¯ã®ç·¨é"
msgid "Subtype of waterway (largest one of members)"
msgstr "æ°´åã®ç¨®é¡ï¼ã¡ã³ãã¼ã§æã大ãããã®ï¼"
@@@ -19293,7 -20370,7 +20413,7 @@@ msgid "branch waterways (no riverbank)
msgstr "æ¯æµï¼å·å²¸ãªãï¼"
msgid "spring of waterway"
- msgstr "æºæµ"
+ msgstr "æºæ³"
msgid "Length (meters)"
msgstr "é·ãï¼mï¼"
@@@ -19302,46 -20379,58 +20422,58 @@@ msgid "ways supported by (on top of) th
msgstr "æ©ã®è¡¨é¢ã®ã¦ã§ã¤"
msgid "ways passing under the bridge"
- msgstr "æ©ã®å
é¨ãéãã¦ã§ã¤"
+ msgstr "æ©ã®ä¸ãéãã¦ã§ã¤"
msgid "way forming the outline footprint"
msgstr "å¤å½¢ã表ãã¦ã§ã¤"
- msgid "nodes forming the outline"
- msgstr "å¤å½¢ã表ããã¼ã"
+ msgid "edge ways parallel to ''across''"
+ msgstr "''across''ã«ä¸¦è¡ããå¢çã®ã¦ã§ã¤"
msgid "ways passing through the tunnel"
msgstr "ãã³ãã«ãéãã¦ã§ã¤"
+ msgid "edge ways parallel to ''through''"
+ msgstr "''through''ã«ä¸¦è¡ããå¢çã®ã¦ã§ã¤"
+
msgid "bridge"
msgstr "æ©"
msgid "deprecated"
- msgstr "ç ´æ£ããã"
+ msgstr "廿¢"
+
+ msgid "bicycle"
+ msgstr "èªè»¢è»"
+
+ msgid "foot"
+ msgstr "徿©"
msgid "horse"
msgstr "馬"
msgid "barrier"
- msgstr "ããªã¢"
+ msgstr "æµ"
msgid "motorroad"
msgstr "è»é"
- msgid "highway_track"
- msgstr "è»ç·"
+ msgid "highway.track"
+ msgstr "éè·¯ï¼ãã©ãã¯ï¼"
+
+ msgid "livingdashed"
+ msgstr "çæ´»éè·¯ï¼ç ´ç·ï¼"
msgid "services"
- msgstr "æ·å°å
éè·¯"
+ msgstr "ãµã¼ãã¹ã¨ãªã¢"
msgid "ford"
msgstr "æµ
ç¬ï¼æ´ãè¶ãï¼"
- msgid "highway_platform"
- msgstr "éè·¯ä¸ã®ãã©ãããã©ã¼ã "
+ msgid "highway.platform"
+ msgstr "éè·¯ï¼ãã©ãããã©ã¼ã ï¼"
- msgid "emergency_access_point"
- msgstr "ç·æ¥ã¢ã¯ã»ã¹ãã¤ã³ã"
+ msgid "emergency.access.point"
+ msgstr "ç·æ¥é¿é£æ"
msgid "riverbank"
msgstr "å·å²¸"
@@@ -19353,49 -20442,52 +20485,52 @@@ msgid "manmade
msgstr "人工ç©"
msgid "rapids"
- msgstr "rapids"
+ msgstr "ç¬"
msgid "railwaypoint"
msgstr "ééãã¤ã³ã"
+ msgid "raildashed"
+ msgstr "ééç ´ç·"
+
msgid "railyard"
- msgstr "ã¤ã¼ã"
+ msgstr "ééã¤ã¼ã"
msgid "otherrail"
- msgstr "ãã®ä»ã®è»é"
+ msgstr "è·¯é¢é»è»"
msgid "railover"
- msgstr "髿¶éé"
+ msgstr "è·¯ä¸è»é"
msgid "oldrail"
- msgstr "å¤ãè»é"
+ msgstr "å¤ãéé"
msgid "aeroway"
msgstr "空路"
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr "ç©ºè·¯ï¼æè²ï¼"
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr "ç©ºè·¯ï¼æè²ï¼"
- msgid "piste_easy"
- msgstr "åçè
ã¹ãã¼ã³ã¼ã¹"
+ msgid "piste.easy"
+ msgstr "ã²ã¬ã³ãï¼åç´ï¼"
- msgid "piste_intermediate"
- msgstr "ä¸ç´è
ã¹ãã¼ã³ã¼ã¹"
+ msgid "piste.intermediate"
+ msgstr "ã²ã¬ã³ãï¼ä¸ç´ï¼"
- msgid "piste_advanced"
- msgstr "ä¸ç´è
ã¹ãã¼ã³ã¼ã¹"
+ msgid "piste.advanced"
+ msgstr "ã²ã¬ã³ãï¼ä¸ç´ï¼"
- msgid "piste_expert"
- msgstr "çç·´è
ç¨ã®ã²ã¬ã³ã"
+ msgid "piste.expert"
+ msgstr "ã²ã¬ã³ãï¼å人ç´ï¼"
- msgid "piste_freeride"
- msgstr "ããªã¼ã¹ã¿ã¤ã«ã®ã²ã¬ã³ã"
+ msgid "piste.freeride"
+ msgstr "ã²ã¬ã³ãï¼ããªã¼ã©ã¤ãï¼"
- msgid "piste_novice"
- msgstr "åå¿è
ã¹ãã¼ã²ã¬ã³ã"
+ msgid "piste.novice"
+ msgstr "ã²ã¬ã³ãï¼åå¿è
ï¼"
msgid "power"
msgstr "é»å"
@@@ -19413,22 -20505,22 +20548,22 @@@ msgid "marina
msgstr "ããªã¼ã"
msgid "amenity"
- msgstr "ã¢ã¡ããã£"
+ msgstr "飲é£åº"
- msgid "amenity_traffic"
- msgstr "ã¢ã¡ããã£_交é"
+ msgid "amenity.traffic"
+ msgstr "äº¤éæ½è¨"
- msgid "amenity_light"
- msgstr "ã¢ã¡ããã£_ä¿¡å·"
+ msgid "amenity.light"
+ msgstr "æ½è¨ï¼æè²ï¼"
- msgid "light_water"
- msgstr "ä¿¡å·_æ°´å"
+ msgid "light.water"
+ msgstr "水飲ã¿å ´"
msgid "health"
msgstr "å¥åº·"
- msgid "shop"
- msgstr "åº"
+ msgid "office"
+ msgstr "ãªãã£ã¹"
msgid "hotel"
msgstr "ããã«"
@@@ -19446,7 -20538,7 +20581,7 @@@ msgid "landfill
msgstr "åãç«ã¦å°"
msgid "basin"
- msgstr "æ°´ãã¾ãã窪å°"
+ msgstr "æ°´å ´"
msgid "forest"
msgstr "人工æ"
@@@ -19502,11 -20594,14 +20637,14 @@@ msgstr "ã«ã¼ã
msgid "boundary"
msgstr "è¡æ¿åºå¢"
+ msgid "sport"
+ msgstr "ã¹ãã¼ã"
+
msgid "place"
msgstr "å ´æ"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr "TIGERãã¼ã¿"
msgid "address"
msgstr "使"
@@@ -19520,9 -20615,6 +20658,6 @@@ msgstr "æã»å¸
msgid "One Way"
msgstr "䏿¹éè¡"
- msgid "Church"
- msgstr "æä¼"
-
msgid "Fuel Station"
msgstr "ã¬ã½ãªã³ã¹ã¿ã³ã"
@@@ -19542,64 -20634,97 +20677,97 @@@ msgid "abbreviated street name
msgstr "éãåãç¥ç§°ã«ãªã£ã¦ãã"
msgid "oneway tag on a node"
- msgstr "ãã¼ãã«onewayã¿ã°ããã"
+ msgstr "onewayã¿ã°ããããã¼ã"
msgid "bridge tag on a node"
- msgstr "ãã¼ãã«bridgeã¿ã°ããã"
+ msgstr "bridgeã¿ã°ããããã¼ã"
msgid "wrong highway tag on a node"
- msgstr "ãã¼ãã«ä¸æ£ãªhighwayã¿ã°ããã"
+ msgstr "誤ã£ãhighwayã¿ã°ããããã¼ã"
+
+ msgid "wrong crossing tag on a way"
+ msgstr "誤ã£ãcrossingã¿ã°ãããã¦ã§ã¤"
msgid "Unnamed unclassified highway"
- msgstr "ä¸è¬é(2è»ç·æªæº)ã«ååããªã"
+ msgstr "ååã®ãªãä¸è¬é(2è»ç·æªæº)ã®éè·¯"
msgid "highway without a reference"
- msgstr "highwayã«åç
§çªå·ããªã"
+ msgstr "åç
§çªå·ããªãéè·¯"
msgid "temporary highway type"
- msgstr "䏿çãªhighwayã®ç¨®å¥"
+ msgstr "éè·¯ã®ç¨®å¥ãæªç¢ºå®"
msgid "misspelled key name"
msgstr "ãã¼åã®ã¹ãã«ã誤ã£ã¦ãã"
msgid "cycleway with tag bicycle"
- msgstr "èªè»¢è»ç¨éè·¯ã«bicycleã¿ã°ããã"
+ msgstr "bicycleã¿ã°ãããèªè»¢è»ç¨éè·¯"
msgid "footway with tag foot"
- msgstr "æ©éã«footã¿ã°ããã"
+ msgstr "footã¿ã°ãããæ©é"
msgid "separate cycleway as lane on a cycleway"
- msgstr "èªè»¢è»ç¨éè·¯ã«åé¢åã®èªè»¢è»ã¬ã¼ã³ããã"
+ msgstr "åé¢åã®èªè»¢è»ã¬ã¼ã³ãããèªè»¢è»ç¨éè·¯"
msgid "barrier used on a way"
- msgstr "ã¦ã§ã¤ã«barrierã使ç¨ããã¦ãã"
+ msgstr "barrierãã¦ã§ã¤ã«ä½¿ããã¦ãã"
msgid "maxspeed used for footway"
- msgstr "æ©éã«maxspeedã使ç¨ããã¦ãã"
+ msgstr "maxspeedãæ©éã«ä½¿ããã¦ãã"
msgid "layer tag with + sign"
- msgstr "ã¬ã¤ã¤ã¼ã¿ã°ã«+è¨å·ããã"
+ msgstr "layerã¿ã°ã«+è¨å·ããã"
msgid "street name contains ss"
- msgstr "éãåã«ssãå«ã¾ãã¦ãã"
+ msgstr "ssãå«ã¾ãã¦ããéãå"
msgid "relation without type"
- msgstr "ãªã¬ã¼ã·ã§ã³ã«ç¨®å¥ããªã"
+ msgstr "種å¥ããªããªã¬ã¼ã·ã§ã³"
msgid "restaurant without name"
- msgstr "ã¬ã¹ãã©ã³ã«ååããªã"
+ msgstr "ååããªãã¬ã¹ãã©ã³"
msgid "unusual tag combination (highway & waterway)"
- msgstr "ããããªãã¿ã°ã®çµã¿åããï¼highwayã¨waterwayï¼"
+ msgstr "ã¿ã°ã®çµã¿åãããæ®éã§ã¯ãªãï¼highwayã¨waterwayï¼"
msgid "unusual tag combination (highway & natural)"
- msgstr "ããããªãã¿ã°ã®çµã¿åããï¼highwayã¨naturalï¼"
+ msgstr "ã¿ã°ã®çµã¿åãããæ®éã§ã¯ãªãï¼highwayã¨naturalï¼"
+
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "ã¿ã°ã®çµã¿åãããæ®éã§ã¯ãªãï¼landuseã¨buildingï¼"
+
+ msgid "unnecessary access key"
+ msgstr "ä¸å¿
è¦ãªaccessãã¼"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "ä¸å¿
è¦ãªmotor_vehicle=yes"
msgid "natural water used for swimming pool"
- msgstr "æ°´æ³³ãã¼ã«ã«natural=waterã使ããã¦ãã"
+ msgstr "natural=waterãæ°´æ³³ãã¼ã«ã«ä½¿ããã¦ãã"
+
+ msgid "numerical key"
+ msgstr "ãã³ãã¼"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "route_master=*ããªãroute_masterãªã¬ã¼ã·ã§ã³"
+
+ msgid "power line without voltage"
+ msgstr "voltageããªãé»åç·"
+
+ msgid "substation key without power=substation"
+ msgstr "power=substationããªãsubstationãã¼"
+
+ msgid "transformer key without power"
+ msgstr "powerããªãtransformerãã¼"
+
+ msgid "missing substation=*"
+ msgstr "substation=*ããªã"
- msgid "incline without highway"
- msgstr "éè·¯ã§ãªãã®ã«inclineããã"
+ msgid "missing transformer=*"
+ msgstr "transformer=*ããªã"
+
+ msgid "incline without highway or railway"
+ msgstr "éè·¯ã¾ãã¯ééã§ã¯ãªãã®ã«inclineããã"
msgid "junction without highway"
msgstr "éè·¯ã§ãªãã®ã«junctionããã"
@@@ -19610,8 -20735,8 +20778,8 @@@ msgstr "éè·¯ã§ãªãã®ã«lanesãã
msgid "lcn without highway"
msgstr "éè·¯ã§ãªãã®ã«lcnããã"
- msgid "lit without highway"
- msgstr "éè·¯ã§ãªãã®ã«litããã"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "litããããéè·¯/éé/ã²ã¬ã³ã/é§è»å ´/ãã©ãããã©ã¼ã ã§ã¯ãªã"
msgid "living_street without highway"
msgstr "éè·¯ã§ãªãã®ã«living_streetããã"
@@@ -19628,8 -20753,8 +20796,8 @@@ msgstr "éè·¯ã§ãªãã®ã«motorroadã
msgid "ntd_id without highway"
msgstr "éè·¯ã§ãªãã®ã«ntd_idããã"
- msgid "oneway without highway"
- msgstr "éè·¯ã§ãªãã®ã«onewayããã"
+ msgid "oneway without highway or railway"
+ msgstr "éè·¯ãééã§ã¯ãªãã®ã«onewayããã"
msgid "sac_scale without highway"
msgstr "éè·¯ã§ãªãã®ã«sac_scaleããã"
@@@ -19745,20 -20870,131 +20913,131 @@@ msgstr "æ°´è·¯ã§ã¯ãªãã®ã«canalã
msgid "have_riverbank without waterway"
msgstr "æ°´è·¯ã§ã¯ãªãã®ã«have_riverbankããã"
- msgid "tunnel without highway/railway/waterway"
- msgstr "éè·¯/ç·è·¯/æ°´è·¯ã§ã¯ãªãã®ã«tunnelããã"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "tunnelããããéè·¯/éé/æ°´è·¯/ãã©ãããã©ã¼ã /ãã¤ãã©ã¤ã³ã§ã¯ãªã"
- msgid "bridge without highway/railway/waterway"
- msgstr "éè·¯/ç·è·¯/æ°´è·¯ã§ã¯ãªãã®ã«bridgeããã"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "bridgeããããéè·¯/éé/æ°´è·¯/ãã©ãããã©ã¼ã /ã²ã¬ã³ã/ãã¤ãã©ã¤ã³ã§ã¯ãªã"
- msgid "psv without highway/railway/waterway"
- msgstr "éè·¯/ç·è·¯/æ°´è·¯ã§ã¯ãªãã®ã«psvããã"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psvããããéè·¯/éé/æ°´è·¯/é§è»å ´ã§ã¯ãªã"
msgid "width without physical linear feature"
- msgstr "ç©ççãªç·å½¢ã®å°ç©ã§ã¯ãªãã®ã«widthãè¨å®ããã¦ãã"
+ msgstr "widthããããç©ççã«ç·å½¢ã®å°ç©ã§ã¯ãªã"
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "maxspeedããããéè·¯/ç·è·¯/æ¨è/交éåç· ãã§ã¯ãªã"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "barrier=fenceã§ãªãã®ã«fence_typeãè¨å®ããã¦ãã"
+
+ msgid "border_type without boundary"
+ msgstr "boundaryããªãã®ã«border_typeããã"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "amenity=recyclingããªãã®ã«recycling_typeããã"
+
+ msgid "board_type without information=board"
+ msgstr "information=boardããªãã®ã«board_typeããã"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "amenity=shelterããªãã®ã«shelter_typeããã"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "highway=street_lampããªãã®ã«lamp_typeããã"
+
+ msgid "map_type without information=map"
+ msgstr "information=mapããªãã®ã«map_typeããã"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "historic=archaeological_siteããªãã®ã«site_typeããã"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "tourism=artworkããªãã®ã«artwork_typeããã"
+
+ msgid "castle_type without historic=castle"
+ msgstr "historic=castleããªãã®ã«castle_typeããã"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "landuse/water=reservoirããªãã®ã«reservoir_typeããã"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "military=bunkerããªãã®ã«bunker_typeããã"
+
+ msgid "source:addr without addr:*"
+ msgstr "addr:*ããªãã®ã«source:addrããã"
+
+ msgid "source:date without source"
+ msgstr "sourceããªãã®ã«source:dateããã"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "éè·¯/éé/ä¿¡å·ã§ã¯ãªãã®ã«maxspeedããã"
+ msgid "source:name without name"
+ msgstr "nameããªãã®ã«source:nameããã"
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr "maxspeedããªãã®ã«source:maxspeedããã"
+
+ msgid "source:building without building"
+ msgstr "buildingããªãã®ã«source:buildingããã"
+
+ msgid "source:ref without ref"
+ msgstr "refããªãã®ã«source:refããã"
+
+ msgid "source:population without population"
+ msgstr "populationããªãã®ã«source:populationããã"
+
+ msgid "source:geometry on a node"
+ msgstr "ãã¼ãä¸ã«source:geometryããã"
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr "addr:postcodeããªãã®ã«source:[addr:]postcodeããã"
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr "addr:postcodeããªãã®ã«source:postal_codeããã"
+
+ msgid "source:ele without ele"
+ msgstr "eleããªãã®ã«source:eleããã"
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr "ref:INSEEããªãã®ã«source:ref:INSEEããã"
+
+ msgid "source:lit without lit"
+ msgstr "litããªãã®ã«source:litããã"
+
+ msgid "source:hgv without hgv"
+ msgstr "hgvããªãã®ã«source:hgvããã"
+
+ msgid "source:outline on a node"
+ msgstr "source:ourlineããã¼ãä¸ã«ãã"
+
+ msgid "source:highway without highway"
+ msgstr "highwayããªãã®ã«source:highwayããã"
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr "maxaxleloadããªãã®ã«source:maxaxleloadããã"
+
+ msgid "source:surface without surface"
+ msgstr "surfaceããªãã®ã«source:surfaceããã"
+
+ msgid "source:bridge without bridge"
+ msgstr "bridgeããªãã®ã«source:bridgeããã"
+
+ msgid "source:old_name without old_name"
+ msgstr "old_nameããªãã®ã«source:old_nameããã"
+
+ msgid "source:bicycle without bicycle"
+ msgstr "bicycleããªãã®ã«source:bicycleããã"
+
+ msgid "source:designation without designation"
+ msgstr "designationããªãã®ã«source:designationããã"
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr "addr:housenumberããªãã®ã«source:[addr:]housenumberããã"
+
+ msgid "source:height without height"
+ msgstr "heightããªãã®ã«source:heightããã"
+
+ msgid "source:lanes without lanes"
+ msgstr "lanesããªãã®ã«source:lanesããã"
msgid "religion without denomination"
msgstr "宿ã«å®æ´¾ããªã"
@@@ -19776,8 -21012,47 +21055,47 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr "Wikipediaã®è¨èªããªãã\"wikipedia\"=\"language:page title\"ã使ç¨ã®ãã¨"
- msgid "unkown language prefix in wikipedia tag"
- msgstr "wikipediaã¿ã°ã«ä¸æãªè¨èªããªãã£ãã¯ã¹ãã¤ãã¦ãã"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr "wikipediaã¿ã°ã®è¨èªåã䏿"
+
+ msgid "layer should be between -5 and 5"
+ msgstr "layerã¯-5ï½5ã®ç¯å²ã§ãªããã°ãªããªã"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "levelã¯0.5åä½ã®æ°å¤ã§ãªããã°ãªããªã"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr "é«ã: ããã©ã«ãã¯ã¡ã¼ãã«; ããªãªãåºåã; åä½ãã¤ããå ´åã¯ç©ºç½ã«ç¶ãã"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr "æå¤§é«: ããã©ã«ãã¯ã¡ã¼ãã«; ããªãªãåºåã; åä½ãã¤ããå ´åã¯ç©ºç½ã«ç¶ãã"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr "å¹
: ããã©ã«ãã¯ã¡ã¼ãã«; ããªãªãåºåã; åä½ãã¤ããå ´åã¯ç©ºç½ã«ç¶ãã"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr "æå¤§å¹
: ããã©ã«ãã¯ã¡ã¼ãã«; ããªãªãåºåã; åä½ãã¤ããå ´åã¯ç©ºç½ã«ç¶ãã"
+
+ msgid "unusual maxspeed format"
+ msgstr "æé«éåº¦ã®æ¸å¼ãæ®éã§ã¯ãªã"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr "é»å§ã¯ãã«ãã§åä½ã»åºåãæåã»ç©ºç½ãå
¥ããªãã§ãã ãã"
+
+ msgid "unusual frequency specification"
+ msgstr "卿³¢æ°ã®æå®ãæ®éã§ã¯ãªã"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "è»éã®æ¸å¼ãæ®éã§ã¯ãªãï¼åºåãæåãªãã§mmã§æå®ï¼"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "å¾é
ã®æ¸å¼ãæ®éã§ã¯ãªãï¼ãã¼ã»ã³ã/è§åº¦ã¾ãã¯up/downã§æå®ï¼"
msgid "Landsat"
msgstr "Landsat"
@@@ -19788,24 -21063,30 +21106,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "OpenStreetMap GPSãã¬ã¼ã¹"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Black & White)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -19821,8 -21102,8 +21148,8 @@@ msgstr "OpenStreetMap (German Style)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodia, Laos, Thailand, Vietnam bilingual"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI black-and-white 2.5m"
@@@ -19830,6 -21111,9 +21157,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (base map)"
@@@ -19978,6 -21262,31 +21308,31 @@@ msgstr "Bavaria (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Erlangen 2013 Luftbild (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Erlangen 2011 Luftbild (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (Haiti)"
@@@ -20143,6 -21452,9 +21498,9 @@@ msgstr "USGS Large Scale Imagery
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Roads Overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "New & Misaligned TIGER Roads (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -20188,6 -21500,39 +21546,39 @@@ msgstr "OS Scottish Popular historic
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "OS Town Plans, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "OSMã¨ã¯ã¹ãã¼ã"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "交éãã¼ã¿ãSUMOãããã¯ã¼ã¯ãã¡ã¤ã«ã«ã¨ã¯ã¹ãã¼ããã¾ãã"
+
+ msgid "SUMO Export"
+ msgstr "SUMOã¨ã¯ã¹ãã¼ã"
+
+ msgid "Export"
+ msgstr "ã¨ã¯ã¹ãã¼ã"
+
+ msgid "Port:"
+ msgstr "ãã¼ã:"
+
+ msgid "refresh the port list"
+ msgstr "ãã¼ãã®ãªã¹ããæ´æ°ããã"
+
+ msgid "Configure"
+ msgstr "è¨å®"
+
+ msgid "Connection Error."
+ msgstr "æ¥ç¶ã¨ã©ã¼"
+
+ msgid "configure the connected DG100"
+ msgstr "æ¥ç¶ãããDG100ã®è¨å®"
+
+ msgid "delete data after import"
+ msgstr "ã¤ã³ãã¼ãå¾ãã¼ã¿ãåé¤"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSVãã¡ã¤ã«"
@@@ -20316,12 -21661,12 +21707,12 @@@ msgid "Public (shown in trace list and
msgstr "å
¬éï¼ãã¬ã¼ã¹ä¸è¦§ã«å¿åã§è¡¨ç¤ºãç¹ã¯é ä¸åï¼"
msgid "Trackable (only shared as anonymous, ordered points with timestamps)"
- msgstr "追跡å¯è½ (å¿åãç¹ã¯é åºéãã§ã¿ã¤ã ã¹ã¿ã³ãä»ã)"
+ msgstr "追跡å¯è½ (å¿åã§å
±æãç¹ã¯ã¿ã¤ã ã¹ã¿ã³ãä»ã)"
msgid ""
"Identifiable (shown in trace list and as identifiable, ordered points with "
"timestamps)"
- msgstr "èå¥å¯è½ï¼ãã¬ã¼ã¹ä¸è¦§ã«èå¥å¯è½ãªç¶æ
ã§è¡¨ç¤ºãç¹ã¯é åºéãã§ã¿ã¤ã ã¹ã¿ã³ãä»ãï¼"
+ msgstr "èå¥å¯è½ï¼ãã¬ã¼ã¹ä¸è¦§ã«ã¦ã¼ã¶ã¼IDä»ãã§è¡¨ç¤ºãç¹ã¯ã¿ã¤ã ã¹ã¿ã³ãä»ãï¼"
msgid "Upload Trace"
msgstr "ãã¬ã¼ã¹ã®ã¢ãããã¼ã"
@@@ -20389,6 -21734,18 +21780,18 @@@ msgstr "é«åº¦ãããã¡ã¤ã«ã表ç
msgid "Elevation Profile"
msgstr "é«åº¦ãããã¡ã¤ã«"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "é«åº¦ã°ãªããã¬ã¤ã¤ã¼ï¼è©¦é¨ä¸ï¼ï¼"
+
+ msgid "Shows elevation grid layer"
+ msgstr "é«åº¦ã°ãªããã¬ã¤ã¤ã¼ã表示"
+
+ msgid "Elevation Grid"
+ msgstr "é«åº¦ã°ãªãã"
+
+ msgid "No SRTM data"
+ msgstr "SRTMãã¼ã¿ãããã¾ãã"
+
msgid "Open the elevation profile window."
msgstr "é«åº¦ãããã¡ã¤ã«ã¦ã£ã³ãã¦ãéãã¾ãã"
@@@ -20410,14 -21767,8 +21813,8 @@@ msgstr "é«ä½ç§»å
msgid "Time"
msgstr "æé"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "èªå"
-
- msgid "Fixed value"
- msgstr "åºå®å¤"
+ msgid "Tracks"
+ msgstr "ãã©ãã¯"
msgid "Elevation profile for track ''{0}''."
msgstr "ãã©ã㯠''{0}'' ã®é«åº¦ãããã¡ã¤ã«ã§ãã"
@@@ -20502,7 -21853,7 +21899,7 @@@ msgid "Please move the mouse to draw ne
msgstr "æ°ããã¦ã§ã¤ãæç»ããã«ã¯ãã¦ã¹ãåããã¦ãã ãã"
msgid "Are you sure you do not want to save the line containing {0} points?"
- msgstr "{0} åã®ç¹ãå«ãç·ãä¿åããªãã¦ããããã§ããï¼"
+ msgstr "{0}åã®ç¹ãå«ãç·ãä¿åããªãã¦ããããã§ããï¼"
msgid ""
"{0} m - length of the line\n"
@@@ -20685,15 -22036,18 +22082,18 @@@ msgstr "ä¸å®å
¨ãªä½æã鏿
msgid "Selects all addresses with incomplete data."
msgstr "ä¸å®å
¨ãªãã¼ã¿ã®ä½æããã¹ã¦é¸æãã¾ãã"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "''addr:street''ã¾ãã¯''addr:place''ã使ç¨ãã¦ãã ãã"
+
msgid "House Number Editor"
- msgstr "å®¶å±çªå·ç·¨éç»é¢"
+ msgstr "ä½å±
çªå·ç·¨éç»é¢"
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr "ä½å±
çªå·ã®å¢å:"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
- msgstr[0] "{0} ãªãã¸ã§ã¯ãã¾ã§ã®ããããã£ãæ´æ°ãã¦ãã¾ã"
+ msgstr[0] "æå¤§{0}ä»¶ã®ãªãã¸ã§ã¯ãã®ããããã£ãæ´æ°ãã¦ãã¾ã"
msgid "Default image projection"
msgstr "æ¢å®ã®ã¤ã¡ã¼ã¸æå½±æ³"
@@@ -20858,10 -22212,10 +22258,10 @@@ msgid "Accuracy:
msgstr "精度:"
msgid "Convert way to individual house numbers."
- msgstr "ã¦ã§ã¤ãåã
ã®çªå°ã«å¤æãã"
+ msgstr "ã¦ã§ã¤ãåã
ã®ä½å±
çªå·ã«å¤æãã"
msgid "Will associate {0} additional house number nodes"
- msgstr "{0} ä»å çªå°ã«é¢é£ä»ãã"
+ msgstr "{0}ä»¶ã®è¿½å ã®ä½å±
çªå·ãã¼ãã«é¢é£ä»ãã"
msgid "City:"
msgstr "å¸åº:"
@@@ -20893,8 -22247,8 +22293,8 @@@ msgstr "奿°çªå·ã®ã¢ãã¬ã¹ãæ
msgid "Expected even numbers for addresses"
msgstr "å¶æ°çªå·ã®ã¢ãã¬ã¹ãæå¾
ããã¦ãã"
- msgid "Expected valid number for address increment"
- msgstr "ã¢ãã¬ã¹å¢åã«å¯¾ãã¦æå¾
ãããé©åãªæ°å¤"
+ msgid "Expected valid number for increment"
+ msgstr "å¢åã«ã¯æå¹ãªæ°å¤ãå¿
è¦ã§ã"
msgid "Country code must be 2 letters"
msgstr "å½ã³ã¼ãã¯2æåã§ãªããã°ãªãã¾ãã"
@@@ -21240,19 -22594,10 +22640,10 @@@ msgid "Building address
msgstr "建ç©ã®ä½æ"
msgid "House number:"
- msgstr "å®¶çªå·:"
+ msgstr "ä½å±
çªå·:"
msgid "Street Name:"
- msgstr "éãã®åå"
-
- msgid "Increment"
- msgstr "å¢å "
-
- msgid "Decrement"
- msgstr "æ¸å°"
-
- msgid "Numbers:"
- msgstr "æ°å¤:"
+ msgstr "éãå:"
msgid "Big buildings mode"
msgstr "巨大建ç©ã¢ã¼ã"
@@@ -21441,6 -22786,9 +22832,9 @@@ msgstr "å°çåç
§ä¸ã«ã¤ã¡ã¼ã¸å
msgid "Use \"Tableau d''assemblage\""
msgstr "ãTableau d''assemblageãã使ã"
+ msgid "Replace grey shades by white color only"
+ msgstr "ç°è²ã®å½±ãç½ã®ã¿ã«ç½®ãæãã"
+
msgid "Select first WMS layer in list."
msgstr "ãªã¹ãä¸ã®æåã®WMSã¬ã¤ã¤ã¼ã鏿ã"
@@@ -21459,12 -22807,6 +22853,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "é«"
-
- msgid "medium"
- msgstr "ä¸"
-
msgid "symbol"
msgstr "ã·ã³ãã«"
@@@ -21606,6 -22948,9 +22994,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr "åå°å°å¸³ãªã¹ãä¸ã® \"Tableau(x) d''assemblage\" ãã°ã©ãã«è¿½å "
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr "ã°ã¬ã¼ãç½ã«ç½®æããï¼ãã¡ã¤ã«ã¨ã¡ã¢ãªã®å®¹éã忏ï¼ã"
+
msgid "Display crosspieces:"
msgstr "æ°´å¹³ç·ã表示:"
@@@ -21623,6 -22968,9 +23014,9 @@@ msgstr "鏿ããæã«è¤æ°ã®ã¬ã
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "ãã¼ãã« \"add:street\" ã¿ã°ã®ä½¿ç¨ã許å¯ãã"
+ msgid "Unexpected file extension. {0}"
+ msgstr "æ³å®å¤ã®ãã¡ã¤ã«æ¡å¼µåã§ãã{0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "\"source=...\" ãè¦ç´ ã«è¿½å ãã¾ããï¼"
@@@ -21869,8 -23217,11 +23263,11 @@@ msgstr "WMSã¬ã¤ã¤ã¼ ({0}), {1}æã
msgid "Is not vectorized."
msgstr "ãã¯ã¿ã¼ã§ã¯ããã¾ããã"
- msgid "Raster size: {0}"
- msgstr "ã©ã¹ã¿ã¼ãµã¤ãº: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "ç©å½¢ç¯å²: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "ç»åãµã¤ãºï¼pxï¼: {0}/{1}"
msgid "Is vectorized."
msgstr "ãã¯ã¿ã©ã¤ãºããã¾ããã"
@@@ -21919,7 -23270,7 +23316,7 @@@ msgstr "鏿ããé
è²ãä¸è¦§ãã
msgid "Color Schemes"
msgstr "é
è²"
- msgid "Adress"
+ msgid "Address"
msgstr "使"
msgid "Split area"
@@@ -22147,27 -23498,9 +23544,9 @@@ msgstr "è·é¢ã次以ä¸ã«ãªã£ãã
msgid "Unknown logFormat"
msgstr "ãã¼ã¿è¨é²ãã©ã¼ãããã䏿ã§ã"
- msgid "Port:"
- msgstr "ãã¼ã:"
-
- msgid "refresh the port list"
- msgstr "ãã¼ãã®ãªã¹ããæ´æ°ããã"
-
- msgid "Configure"
- msgstr "è¨å®"
-
msgid "Configure Device"
msgstr "ããã¤ã¹ã®è¨å®"
- msgid "Connection Error."
- msgstr "æ¥ç¶ã¨ã©ã¼"
-
- msgid "configure the connected DG100"
- msgstr "æ¥ç¶ãããDG100ã®è¨å®"
-
- msgid "delete data after import"
- msgstr "ã¤ã³ãã¼ãå¾ãã¼ã¿ãåé¤"
-
msgid "Importing data from device."
msgstr "ããã¤ã¹ãããã¼ã¿ãã¤ã³ãã¼ã"
@@@ -22607,7 -23940,7 +23986,7 @@@ msgid "Deprecate Offset
msgstr "ãªãã»ããã鿍奍ã«ãã"
msgid "Are you sure this imagery offset is wrong?"
- msgstr "æ¬å½ã«ãã®ç»åãªãã»ãããééã£ã¦ããã¨æãã¾ããï¼"
+ msgstr "æ¬å½ã«ãã®ç»åãªãã»ããã誤ã£ã¦ããã¨æãã¾ããï¼"
msgid "Are you sure this calibration geometry is aligned badly?"
msgstr "æ¬å½ã«ãã®ä½ç½®åãã座æ¨ã¯ééã£ã¦ããã¨æãã¾ããï¼"
@@@ -23274,9 -24607,27 +24653,27 @@@ msgstr "ã¦ã§ã¤ã®éè¤ããã¼ã¸ã
msgid "Merge Overlap (combine)"
msgstr "éè¤ããã¼ã¸ï¼çµåï¼"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>ãªã¬ã¼ã·ã§ã³ã®æå±ã«åºã¥ããã¼ã«ããã¹ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>å¿
è¦ã«å¿ãã¦ç¢ºèªãä¿®æ£ããã¦ãã ããã</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr "<html>ãªã¬ã¼ã·ã§ã³ã®æå±ããã¹ã¦ã®æ°ããã¦ã§ã¤ã«ã³ãã¼ããã¾ããã<br>å¿
è¦ã«å¿ãã¦ç¢ºèªãä¿®æ£ããã¦ãã ããã</html>"
+
msgid "Split way"
msgstr "ã¦ã§ã¤ãåå²"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>ã¿ã°ãã¼ãå
¥åãã¦ãã ãããä¾ï¼<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr "<html>ã¿ã°ã®å¤ãå
¥åãã¦ãã ãããä¾ï¼<strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "ãã·ã¬ã³å·¦æ"
@@@ -23427,7 -24778,7 +24824,7 @@@ msgid "oauth key
msgstr "oauthã®ãã¼"
msgid "oauth secret"
- msgstr "oauthã®ç§å¯ã³ã¼ã"
+ msgstr "oauthã®ç§å¯éµ"
msgid ""
"<br><strong>Warning:</strong> There may be sensitive data left in your "
@@@ -23546,12 -24897,12 +24943,12 @@@ msgid "
"The following module has been downloaded <strong>successfully</strong>:"
msgid_plural ""
"The following {0} modules have been downloaded <strong>successfully</strong>:"
- msgstr[0] "次ã®{0}ã¢ã¸ã¥ã¼ã«ã®ãã¦ã³ãã¼ãã«<strong>æåãã¾ãã</strong>ã"
+ msgstr[0] "次ã®ã¢ã¸ã¥ã¼ã«{0}ä»¶ã®ãã¦ã³ãã¼ãã«<strong>æåãã¾ãã</strong>ã"
msgid "Downloading the following module has <strong>failed</strong>:"
msgid_plural ""
"Downloading the following {0} modules has <strong>failed</strong>:"
- msgstr[0] "次ã®{0}ã¢ã¸ã¥ã¼ã«ã®ãã¦ã³ãã¼ãã<strong>失æãã¾ãã</strong>ã"
+ msgstr[0] "次ã®ã¢ã¸ã¥ã¼ã«{0}ä»¶ã®ãã¦ã³ãã¼ãã«<strong>失æãã¾ãã</strong>ã"
msgid "Modules"
msgstr "ã¢ã¸ã¥ã¼ã«"
@@@ -23935,15 -25286,12 +25332,12 @@@ msgid "
"<html>The selected data contains data from OpenStreetBugs.<br>You cannot "
"upload this data. Maybe you have selected the wrong layer?"
msgstr ""
- "<html>鏿ããããã¼ã¿ã¯OpenStreetBugs "
- "ã®ãã¼ã¿ãå«ãã§ãã¾ãã<br>ãã®ãã¼ã¿ã¯ã¢ãããã¼ãã§ãã¾ãããéãã¬ã¤ã¤ã¼ã鏿ããããã§ããï¼"
+ "<html>鏿ããããã¼ã¿ã¯OpenStreetBugsã®ãã¼ã¿ãå«ãã§ãã¾ãã<br>ãã®ãã¼ã¿ã¯ã¢ãããã¼ãã§ãã¾ããã誤ã£ãã¬ã¤ã¤ã¼ã鏿ãã¦ãã¾"
+ "ãããï¼"
msgid "An error occurred: {0}"
msgstr "ã¨ã©ã¼ãçºçãã¾ãã: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "æ°ãããã°ã使ã§ãã¾ããã§ãããçµæ: {0}"
-
msgid "Process queue"
msgstr "å¦çãã¥ã¼"
@@@ -23996,18 -25344,6 +25390,6 @@@ msgstr "<html>ãã®ä»¶ãæ¬å½ã«''å®
msgid "Close: "
msgstr "ã¯ãã¼ãº: "
- msgid "New issue"
- msgstr "æ°è¦åé¡ç¹"
-
- msgid "Create issue"
- msgstr "åé¡ã®ä½æ"
-
- msgid "Describe the problem precisely"
- msgstr "åé¡ã詳細ã«è¨è¿°ãã¦ãã ãã"
-
- msgid "Create: "
- msgstr "使: "
-
msgid "Open in browser"
msgstr "ãã©ã¦ã¶ã¼ã§éã"
@@@ -24354,6 -25690,27 +25736,27 @@@ msgstr "ãã¹ã失æ: mtimeãèªã¿
msgid "Test failed: Could not write mtime."
msgstr "ãã¹ã失æ: mtimeãæ¸ãè¾¼ãã¾ããã§ããã"
+ msgid "Adjust photos"
+ msgstr "åçãä½ç½®åãããã"
+
+ msgid "Move and position photos"
+ msgstr "ç§»åãã¦åçãé
ç½®ãã"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr "åçãã¯ãªãã¯ãã¦ãã©ãã°ããShift+ã¯ãªãã¯ã§åçãé
ç½®ã"
+
+ msgid "Please load some photos."
+ msgstr "åçããã¼ããã¦ãã ããã"
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "ãã¬ãã¥ã¼ç¨ã®ãµã ãã¤ã«ç»åã®è¡¨ç¤º/é表示"
+
+ msgid "New layer for untagged images"
+ msgstr "ã¿ã°ä»ãããã¦ããªãç»åã®æ°ããã¬ã¤ã¤ã¼"
+
+ msgid "Untagged Images"
+ msgstr "ã¿ã°ä»ãããã¦ããªãç»å"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "ã¬ã¤ã¤ã¼ {0} ã®ç¾å¨ã®ä½ç½®èª¿æ´ãä¿åãã¾ããï¼"
@@@ -24507,6 -25864,9 +25910,9 @@@ msgstr "ã¯ãªãããã¼ãã¯ç©ºã§ã
msgid "The clipboard data is not an image"
msgstr "ã¯ãªãããã¼ãã®ãã¼ã¿ã¯ç»åã§ã¯ããã¾ãã"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "è¦å: zipãã¡ã¤ã« ''{0}'' ã®ãã³ãã«ã«å¤±æãä¾å¤ã³ã¼ã: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr "ç»åãã¡ã¤ã«ã«é¢é£ä»ããããä½ç½®åãããã¡ã¤ã«ãè¦ã¤ããã¾ãã: {0}\n"
@@@ -24552,7 -25912,7 +25958,7 @@@ msgid "Unable to parse {0} as a number
msgstr "{0} ãæ°å¤ã¨ãã¦è§£éã§ãã¾ãã"
msgid "Invalid coordinates were found: {0}, {1}"
- msgstr "䏿£ãªåº§æ¨ãè¦ã¤ããã¾ãã: {0}, {1}"
+ msgstr "ç¡å¹ãªåº§æ¨ãè¦ã¤ããã¾ãã: {0}, {1}"
msgid "{0} points were outside world bounds and were moved"
msgstr "{0}åã®ç¯å²å¤ã«ãã£ãç¹ãç§»åããã¾ãã"
@@@ -24826,9 -26186,6 +26232,6 @@@ msgstr "GPXãã¡ã¤ã«ã«ãã©ãã¯ã
msgid "Create Stops from GPX"
msgstr "GPXããåçæã使"
- msgid "Tracks"
- msgstr "ãã©ãã¯"
-
msgid "Tracks in this GPX file:"
msgstr "ãã©ãã¯ãå«ã¾ããGPXãã¡ã¤ã«:"
@@@ -25044,6 -26401,9 +26447,9 @@@ msgstr "åãæ¶ããã夿´ã»ãã
msgid "Reverted changeset"
msgstr "夿´ã»ãããå
ã«æ»ãã¾ãã"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "{0}ããã®å¤æ´ã»ããã®åæ¶ã許å¯ããã¦ãã¾ãã"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "ID {1} ã®ãã¼ã¸å
{0} ãè¦ã¤ããã¾ãã"
@@@ -25078,15 -26438,31 +26484,31 @@@ msgstr "æ¶ããããªããã£ããæ
msgid "Downloading changeset"
msgstr "夿´ã»ããããã¦ã³ãã¼ãä¸"
+ msgid "See {0}"
+ msgstr "{0}ãã覧ãã ãã"
+
msgid "Revert changeset #{0}"
msgstr "夿´ã»ãã #{0} ãåãæ¶ãã¾ã"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦å: 夿´ã»ããã³ã³ãã³ãä¸ ({1},{2}) ã®ä½ç½®ã«ãµãã¼ããããªãéå§ã¨ã¬ã¡ã³ã ''{0}'' ãããã¾ããã¹ããããã¾ãã"
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦å: 夿´ã»ããã³ã³ãã³ãä¸ ({1},{2}) ã®ä½ç½®ã«ãµãã¼ããããªãçµäºã¨ã¬ã¡ã³ã ''{0}'' ãããã¾ããã¹ããããã¾ãã"
+
msgid "Road Sign Plugin"
msgstr "Road Sign ãã©ã°ã¤ã³"
msgid "signs"
msgstr "æ¨è"
+ msgid "Change Properties"
+ msgstr "ããããã£ã®å¤æ´"
+
msgid "Country preset:"
msgstr "å½ã®ããªã»ãã:"
@@@ -25201,9 -26577,6 +26623,6 @@@ msgstr "ã«ã¼ãã£ã³ã° ãã©ã°ã¤
msgid "Configure routing preferences."
msgstr "ã«ã¼ãã£ã³ã°è¨å®æ
å ±ã®æ§æ"
- msgid "Highway type"
- msgstr "ãã¤ã¦ã§ã¤ ã¿ã¤ã"
-
msgid "Speed (Km/h)"
msgstr "é度 (Km/h)"
@@@ -25390,20 -26763,20 +26809,20 @@@ msgstr "è·é¢ã®ä¿æ°
msgid "Merge Nearby Nodes Threshold"
msgstr "è¿æ¥ãããã¼ããçµåããé¾å¤"
- msgid "Online Help"
- msgstr "ãªã³ã©ã¤ã³ãã«ã"
+ msgid "SeaMap Editor"
+ msgstr "SeaMapã¨ãã£ã¿"
- msgid "Load"
- msgstr "ãã¼ã"
+ msgid "No object selected"
+ msgstr "ãªãã¸ã§ã¯ãã鏿ããã¦ãã¾ãã"
- msgid "invisible"
- msgstr "é表示"
+ msgid "Seamark Inspector"
+ msgstr "Seamark Inspector"
- msgid "SeaMap Editor"
- msgstr "SeaMapã¨ãã£ã¿"
+ msgid "Select only one object"
+ msgstr "ãªãã¸ã§ã¯ãã1ã¤ã ã鏿ãã¦ãã ãã"
- msgid "Export"
- msgstr "ã¨ã¯ã¹ãã¼ã"
+ msgid "Select a map object"
+ msgstr "å°å³ä¸ã®ãªãã¸ã§ã¯ãã鏿ãã¦ãã ãã"
msgid "AutoSave LiveData"
msgstr "LiveDataã®èªåä¿å"
@@@ -25589,7 -26962,7 +27008,7 @@@ msgid "Creates individual buildings fro
msgstr "é·ã建ç©ããåå¥ã®å»ºç©ãçæ"
msgid "Invalid selection"
- msgstr "䏿£ãªé¸æ"
+ msgstr "鏿ãç¡å¹ã§ã"
msgid ""
"Select a single, closed way of at least four nodes. (Optionally you can also "
@@@ -25620,6 -26993,100 +27039,100 @@@ msgstr "Tracer
msgid "Tracer building"
msgstr "Tracerã®å»ºç©"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2"
+
+ msgid "Change tag {0} to {1}"
+ msgstr "ã¿ã°{0}ã{1}ã«å¤æ´"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "Tracer2Serverã®ãã¼ã¸ã§ã³ããã®ãã©ã°ã¤ã³ã¨äºææ§ãããã¾ããããã¼ã¸ã§ã³{0}ãæ¬¡ã®å ´æãããã¦ã³ãã¼ããã¦ãã ããã\n"
+ "{1}"
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr "Trace2Serverã®æ°ãããã¼ã¸ã§ã³ãå©ç¨å¯è½ã§ããè¯ãçµæãåºãããã«ããã¼ã¸ã§ã³{0}ã«ã¢ããã°ã¬ã¼ããã¦ãã ããã"
+
+ msgid "No set of parameter is active!"
+ msgstr "æå¹ãªãã©ã¡ã¼ã¿ã¼ã®ã»ãããããã¾ããã"
+
+ msgid "Select parameter"
+ msgstr "ãã©ã¡ã¼ã¿ã¼ã鏿"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: {0}åã®ç¹ãæã£ãã¦ã§ã¤ã追å ãã¾ãã"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: ã¦ã§ã¤ã®ç¹ã{0}åã«å¤æ´ãã¾ããã"
+
+ msgid "Tracer2 error"
+ msgstr "Tracer2ã¨ã©ã¼"
+
+ msgid "Parameter for server request"
+ msgstr "ãµã¼ãã¼ãªã¯ã¨ã¹ãã®ãã©ã¡ã¼ã¿ã¼"
+
+ msgid "Tile size:"
+ msgstr "ã¿ã¤ã«ãµã¤ãº:"
+
+ msgid "Resolution:"
+ msgstr "è§£å度:"
+
+ msgid "Mode:"
+ msgstr "ã¢ã¼ã:"
+
+ msgid "Threshold:"
+ msgstr "ãããå¤:"
+
+ msgid "Points per circle:"
+ msgstr "åãæãæã®ç¹ã®æ°:"
+
+ msgid "Tag:"
+ msgstr "ã¿ã°:"
+
+ msgid "Preferred values:"
+ msgstr "æ¨å¥¨å¤:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "ãã©ã¡ã¼ã¿ã¼\"{0}\"ãåé¤ãã¾ããï¼"
+
+ msgid "Add new"
+ msgstr "æ°è¦è¿½å "
+
+ msgid "Add predefined"
+ msgstr "æ¢å®å¤ã追å "
+
+ msgid "Select predefined parameter"
+ msgstr "æ¢å®ã®ãã©ã¡ã¼ã¿ã¼ã鏿"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "ãµã¼ãã¼ãªã¯ã¨ã¹ãã®ãã©ã¡ã¼ã¿ã¼ã®ä¸è¦§ã夿´ãã¦ãã ããã"
+
+ msgid "Parameter:"
+ msgstr "ãã©ã¡ã¼ã¿ã¼:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Serverãåä½ãã¦ãã¾ããããµã¼ãã¼ãèµ·åãã¦ãã ããã\n"
+ "ãµã¼ãã¼ããæã¡ã§ãªããªãã°ã以ä¸ãããã¦ã³ãã¼ããã¦ãã ããã\n"
+ "{0}"
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Serverãè¦ã¤ããã¾ããã§ããã"
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Serverãã¨ã©ã¼ãæ¤åºãã¾ããã"
+
msgid "GPG"
msgstr "GPG"
@@@ -25658,6 -27125,9 +27171,9 @@@ msgstr "ãµã¼ãã¼ãããªãã¸ã§ã
msgid "Download signed data"
msgstr "ãµã¤ã³ä»ããã¼ã¿ããã¦ã³ãã¼ã"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "è¦å:ã¿ã¹ã¯ããã£ã³ã»ã«ããããããä¾å¤ã¯ç¡è¦ããã¾ãããä¾å¤ã¯:{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25818,9 -27288,6 +27334,6 @@@ msgstr "ç½²åã¯ãã£ã³ã»ã«ããã
msgid "Please give a tolerance in meters"
msgstr "ã¡ã¼ãã«åä½ã§èª¤å·®ãå
¥åãã¦ãã ããã"
- msgid "Accuracy"
- msgstr "精度"
-
msgid "Select as much as you like:"
msgstr "ã好ããªããã«é¸æãã¦ãã ãã:"
@@@ -26025,7 -27492,7 +27538,7 @@@ msgid "
msgid_plural ""
"There are still {0} errors and/or warnings identified for this turn "
"restriction. You are recommended to resolve these issues first."
- msgstr[0] "ãã®é²è¡æ¹åå¶éã«æªè§£æ±ºã®ã¨ã©ã¼ã¾ãã¯è¦åã {0} ä»¶ããã¾ããã¾ããã®åé¡ã解決ãããã¨ããå§ããã¾ãã"
+ msgstr[0] "ãã®é²è¡æ¹åå¶éã«æªè§£æ±ºã®ã¨ã©ã¼ã¾ãã¯è¦åã{0}ä»¶ããã¾ããã¾ããã®åé¡ã解決ãããã¨ããå§ããã¾ãã"
msgid "Do you want to save anyway?"
msgstr "å¼·å¶ä¿åãã¾ããï¼"
@@@ -26051,7 -27518,7 +27564,7 @@@ msgid "
msgid_plural ""
"This turn restriction refers to {0} objects which were deleted outside of "
"this turn restriction editor:"
- msgstr[0] "ãã®é²è¡æ¹åå¶éã¯ãé²è¡æ¹åå¶éç·¨éç»é¢å¤ã§åé¤ããã {0} ä»¶ã®ãªãã¸ã§ã¯ããåç
§ãã¦ãã¾ãã"
+ msgstr[0] "ãã®é²è¡æ¹åå¶éã¯ãé²è¡æ¹åå¶éç·¨éç»é¢å¤ã§åé¤ããã{0}ä»¶ã®ãªãã¸ã§ã¯ããåç
§ãã¦ãã¾ãã"
msgid ""
"Updates to this turn restriction can''t be saved unless deleted members are "
@@@ -26095,11 -27562,11 +27608,11 @@@ msgstr "ãã®é²è¡æ¹åå¶éãå±ã
msgid "{0} warning"
msgid_plural "{0} warnings"
- msgstr[0] "{0} ã®è¦å"
+ msgstr[0] "{0}ä»¶ã®è¦å"
msgid "{0} error"
msgid_plural "{0} errors"
- msgstr[0] "{0} ã®ã¨ã©ã¼"
+ msgstr[0] "{0}ä»¶ã®ã¨ã©ã¼"
msgid "no issues"
msgstr "åé¡ã¯ããã¾ãã"
@@@ -26539,7 -28006,7 +28052,7 @@@ msgstr "ãªã¬ã¼ã·ã§ã³ãè²¼ãä»ã
msgid ""
"Paste relation membership from objects in the buffer onto selected object(s)"
- msgstr "鏿ããããªãã¸ã§ã¯ãã«èç©ããããªãã¸ã§ã¯ããããªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ãè²¼ãä»ãã¾ã"
+ msgstr "鏿ããããªãã¸ã§ã¯ãã«èç©ããããªãã¸ã§ã¯ããããªã¬ã¼ã·ã§ã³ã®æå±ãè²¼ãä»ãã¾ã"
msgid "Split Object"
msgstr "ãªãã¸ã§ã¯ããåå²"
@@@ -26751,8 -28218,7 +28264,7 @@@ msgid "
"The way to be replaced cannot have any nodes with properties or relation "
"memberships unless they belong to both ways."
msgstr ""
- "ç½®ãæããã¦ã§ã¤ã¯ãããããã£ãæã£ããã¼ããå«ãã§ãããããªã¬ã¼ã·ã§ã³ã®ã¡ã³ãã¼ã«ãªã£ã¦ããããããã¨ã¯ã§ãã¾ããï¼ä¸¡æ¹ã®ã¦ã§ã¤ã«æå±ãã¦ããå ´åãé¤ã"
- "ï¼ã"
+ "ç½®ãæããã¦ã§ã¤ã¯ãããããã£ãæã£ããã¼ããå«ãã§ãããããªã¬ã¼ã·ã§ã³ã«æå±ãã¦ããããããã¨ã¯ã§ãã¾ããï¼ä¸¡æ¹ã®ã¦ã§ã¤ã«æå±ãã¦ããå ´åãé¤ãï¼ã"
msgid "Exceeded iteration limit for robust method, using simpler method."
msgstr "åé·ãªã¡ã½ããã®ç¹°ãè¿ãåæ°ã®éçãè¶
ãã¾ãããã¡ã½ãããåç´åãã¦ãã ããã"
@@@ -26863,9 -28329,6 +28375,6 @@@ msgstr "ãã¼ãã®é¸æãè§£é¤
msgid "Removes all nodes from selection"
msgstr "鏿ãããã®ãããã¹ã¦ã®ãã¼ããé¸æè§£é¤"
- msgid "Video"
- msgstr "ãããª"
-
msgid "Import Video"
msgstr "ãããªãã¤ã³ãã¼ã"
@@@ -27019,7 -28482,7 +28528,7 @@@ msgid "Way Download
msgstr "ã¦ã§ã¤ã®ãã¦ã³ãã¼ã"
msgid "Download map data on the end of selected way"
- msgstr "鏿ãããã¦ã§ã¤ã®æå¾ã«ããããã¼ã¿ããã¦ã³ãã¼ã"
+ msgstr "鏿ãããã¦ã§ã¤ã®æå¾ã«å°å³ãã¼ã¿ããã¦ã³ãã¼ã"
msgid ""
"<html>Neither a node nor a way with an endpoint outside of the<br>current "
@@@ -27152,9 -28615,6 +28661,6 @@@ msgstr "Wikipediaã®è¨äºã«ã¤ãã¦æ
msgid "Enter the Wikipedia language"
msgstr "Wikipediaã®è¨èªãå
¥å"
- msgid "Add Tag"
- msgstr "ã¿ã°ã追å "
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ka.po
index a9e8285,604cafa..0cdbeae
--- a/i18n/po/ka.po
+++ b/i18n/po/ka.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-12-16 00:14+0000\n"
"Last-Translator: datogogishvili <Unknown>\n"
"Language-Team: Georgian <ka at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:42+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:41+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ka\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "ááá¡áá®á¡ááá ááááá¡ áá áááá¢á¤áá áááá áá áá¥áá¡ áá®áá ááááá á (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "JOSM-áá¡ á¨áá¡áá®áá"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -253,9 -259,6 +259,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr "ááá®áá ááááá¨áá ááá®á á¬áá á¢ááá áááááª"
- msgid "Information"
- msgstr "ááá¤áá áááªáá"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -292,6 -295,9 +295,9 @@@ msgstr "á¨áááááá
msgid "Nothing selected to zoom to."
msgstr "áááá®ááááááá¡áááá¡ áá áá¤áá á áá áá áá¡ ááááá¨áá£áá"
+ msgid "Information"
+ msgstr "ááá¤áá áááªáá"
+
msgid "Zoom to {0}"
msgstr "ááááá®áááá {0}"
@@@ -346,10 -352,9 +352,9 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "ááá ááá®áá á®áá áááááá¡ á¨ááá áááá (áá¡ááá ááá á¨ááá ááá á¬áá á¢áááááá¡ áá á á¬á§áááá)"
msgid "Combine {0} ways"
msgstr "á¨áááá áá {0} ááá"
@@@ -529,6 -534,9 +534,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -642,7 -650,7 +650,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -792,8 -800,8 +800,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -978,12 -986,8 +986,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1001,9 -1005,6 +1005,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1169,9 -1170,6 +1170,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1310,13 -1308,13 +1308,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1405,6 -1403,27 +1403,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1689,6 -1708,9 +1708,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1908,8 -1930,8 +1930,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2334,6 -2356,9 +2356,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2530,8 -2555,7 +2555,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2617,6 -2641,9 +2641,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2653,10 -2680,10 +2680,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2679,8 -2706,8 +2706,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2784,6 -2811,9 +2811,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2844,8 -2874,8 +2874,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2875,10 -2905,10 +2905,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2899,6 -2929,9 +2929,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2929,18 -2962,18 +2962,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2949,8 -2982,8 +2982,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2958,13 -2991,11 +2991,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2978,8 -3009,8 +3009,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3009,11 -3040,10 +3040,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "á£áªáááá"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3166,8 -3196,7 +3196,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3274,7 -3303,7 +3303,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3312,9 -3341,6 +3341,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3353,6 -3379,9 +3379,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3377,6 -3406,15 +3406,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3436,6 -3474,9 +3474,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3518,6 -3559,15 +3559,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3587,6 -3637,12 +3637,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3644,13 -3700,13 +3700,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3682,10 -3738,10 +3738,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3819,7 -3875,7 +3875,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3894,6 -3950,9 +3950,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3924,9 -3983,6 +3983,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3951,10 -4007,10 +4007,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4017,23 -4073,6 +4073,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4137,7 -4176,7 +4176,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4366,6 -4405,18 +4405,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4470,19 -4521,6 +4521,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4770,29 -4808,47 +4808,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4807,7 -4863,7 +4863,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4859,14 -4915,6 +4915,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5116,14 -5164,14 +5164,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5644,6 -5692,9 +5692,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5727,6 -5778,33 +5778,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "ááááá¥á¢áá¡ á¢ááá:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "ááá á©áá OSM-áá¡ ááááá¥á¢áá¡ á¢ááá."
+
+ msgid "Object ID:"
+ msgstr "ááááá¥á¢áá¡ á¡áááááá¢áá¤ááááªáá ááááá á:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "á¨ááá§áááá ááááá¥á¢áá¡ ááááá á, á ááááá᪠á£ááá áá¥ááá¡ áááááá¥áá©á£áá"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5817,8 -5895,7 +5895,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5988,9 -6065,6 +6065,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6275,8 -6349,8 +6349,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6341,34 -6415,46 +6415,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6383,13 -6469,13 +6469,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6543,7 -6629,7 +6629,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6861,6 -6947,25 +6947,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6992,21 -7097,8 +7097,8 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr "ááááá¥á¢áá¡ á¢ááá:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "ááá á©áá OSM-áá¡ ááááá¥á¢áá¡ á¢ááá."
-
- msgid "Object ID:"
- msgstr "ááááá¥á¢áá¡ á¡áááááá¢áá¤ááááªáá ááááá á:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "á¨ááá§áááá ááááá¥á¢áá¡ ááááá á, á ááááá᪠á£ááá áá¥ááá¡ áááááá¥áá©á£áá"
+ msgid "Start downloading"
+ msgstr "áááá¬á§á áááááá¥áá©áá."
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7016,23 -7108,9 +7108,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "áááá¬á§á áááááá¥áá©áá."
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7129,7 -7207,7 +7207,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7228,6 -7306,9 +7306,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7315,7 -7396,7 +7396,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7334,6 -7415,12 +7415,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7400,8 -7487,7 +7487,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7476,8 -7562,8 +7562,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7491,8 -7577,7 +7577,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7707,12 -7792,6 +7792,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7721,10 -7800,26 +7800,26 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
msgstr ""
msgid "Do not show this message again"
@@@ -7736,6 -7831,21 +7831,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7743,8 -7853,8 +7853,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7856,9 -7966,6 +7966,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7868,6 -7975,9 +7975,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7884,7 -7994,7 +7994,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8030,7 -8140,7 +8140,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8060,7 -8170,7 +8170,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8413,9 -8523,6 +8523,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8434,6 -8541,9 +8541,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8491,6 -8601,12 +8601,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8557,9 -8673,6 +8673,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8740,14 -8853,10 +8853,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8762,7 -8871,7 +8871,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8772,8 -8881,7 +8881,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8993,7 -9101,7 +9101,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9708,21 -9816,21 +9816,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9776,6 -9884,9 +9917,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9829,6 -9940,11 +9973,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10285,6 -10401,12 +10434,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10348,7 -10470,7 +10503,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10606,40 -10728,40 +10761,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10692,8 -10814,8 +10847,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10702,20 -10824,25 +10857,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10797,14 -10924,8 +10957,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10877,7 -10998,7 +11031,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10956,9 -11077,6 +11110,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10977,6 -11095,14 +11128,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11006,9 -11132,49 +11165,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11039,7 -11205,7 +11238,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11079,28 -11245,26 +11278,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11195,6 -11359,9 +11392,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11210,12 -11377,20 +11410,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11294,7 -11469,7 +11502,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11393,35 -11568,11 +11601,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11431,8 -11582,8 +11615,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11459,10 -11610,7 +11643,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11546,8 -11694,8 +11727,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11744,7 -11892,7 +11925,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11790,6 -11938,15 +11971,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11820,19 -11977,19 +12010,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11854,11 -12011,23 +12044,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11928,13 -12097,13 +12130,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12077,10 -12246,10 +12279,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12095,22 -12264,21 +12297,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12179,8 -12347,7 +12380,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12195,9 -12362,24 +12395,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12519,12 -12701,11 +12734,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12535,30 -12716,73 +12749,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12569,9 -12793,23 +12826,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12894,6 -13132,11 +13165,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13133,6 -13376,9 +13409,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13182,9 -13428,6 +13461,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13221,6 -13464,11 +13497,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13351,6 -13599,9 +13632,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13441,6 -13692,50 +13725,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13459,10 -13754,10 +13787,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13474,6 -13769,9 +13802,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13501,18 -13799,12 +13832,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13522,9 -13814,6 +13847,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13534,13 -13823,13 +13856,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13588,6 -13877,9 +13910,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13672,6 -13964,9 +13997,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13776,21 -14071,30 +14104,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13806,10 -14110,10 +14143,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13845,7 -14149,7 +14182,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13914,12 -14218,18 +14251,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13935,15 -14245,6 +14278,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13965,6 -14266,15 +14299,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13974,6 -14284,9 +14317,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13983,10 -14296,7 +14329,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14019,9 -14329,6 +14362,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14064,6 -14371,12 +14404,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14079,6 -14392,9 +14425,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14148,19 -14464,13 +14497,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14191,6 -14501,7 +14534,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14200,10 -14511,10 +14544,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14257,12 -14568,6 +14601,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14323,12 -14628,21 +14661,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14368,9 -14682,6 +14715,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14404,6 -14715,21 +14748,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14485,18 -14811,23 +14844,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14572,7 -14903,7 +14936,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14596,10 -14927,13 +14960,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14611,9 -14945,6 +14978,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14635,13 -14966,13 +14999,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14665,6 -14996,9 +15029,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14677,21 -15011,35 +15044,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14788,11 -15136,9 +15190,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14804,11 -15150,9 +15204,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14827,10 -15171,10 +15225,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14860,9 -15204,6 +15258,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14884,10 -15225,29 +15279,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15037,6 -15397,9 +15451,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15058,6 -15421,12 +15475,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15085,6 -15454,12 +15508,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15109,22 -15484,6 +15538,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15146,9 -15505,6 +15559,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15343,6 -15699,9 +15753,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15373,6 -15732,9 +15786,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15385,9 -15747,6 +15801,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15397,9 -15756,14 +15810,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15412,6 -15776,9 +15830,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15436,14 -15803,6 +15857,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15492,7 -15851,7 +15905,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15546,41 -15905,41 +15959,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15772,9 -16131,6 +16185,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15796,9 -16152,15 +16206,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15811,6 -16173,9 +16227,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15850,6 -16215,9 +16269,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15871,22 -16239,34 +16293,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16016,49 -16396,43 +16450,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16076,6 -16450,12 +16504,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16088,6 -16468,9 +16522,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16106,37 -16489,137 +16543,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16226,6 -16709,12 +16763,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16307,128 -16796,206 +16850,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16459,16 -17026,22 +17080,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16502,6 -17075,9 +17129,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16539,117 -17115,153 +17169,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16683,33 -17295,43 +17349,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16743,6 -17365,22 +17419,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16843,36 -17481,54 +17535,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16915,19 -17571,15 +17625,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17066,6 -17718,18 +17772,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17078,60 -17742,134 +17796,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17356,41 -18094,67 +18148,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17399,7 -18163,7 +18217,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17411,12 -18175,102 +18229,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17468,88 -18322,191 +18376,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17561,6 -18518,21 +18572,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17576,6 -18548,9 +18602,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17594,11 -18569,9 +18623,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17707,10 -18680,10 +18734,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17722,7 -18695,7 +18749,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17743,6 -18716,9 +18770,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17755,9 -18731,6 +18785,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17827,7 -18800,7 +18854,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17848,13 -18821,13 +18875,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17863,7 -18836,6 +18890,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17891,6 -18863,12 +18917,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17927,10 -18905,31 +18959,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17960,7 -18959,7 +19013,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17972,19 -18971,19 +19025,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18020,7 -19019,7 +19073,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18233,6 -19232,12 +19286,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18272,24 -19277,33 +19331,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18299,15 -19313,6 +19367,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18383,6 -19388,12 +19442,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18437,7 -19448,7 +19502,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18449,6 -19460,9 +19514,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18485,43 -19499,70 +19553,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18560,6 -19601,18 +19655,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18728,21 -19781,50 +19835,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18788,19 -19870,22 +19924,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18824,7 -19909,7 +19963,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18920,18 -20005,27 +20059,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18941,7 -20035,10 +20089,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18950,10 -20047,10 +20101,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18971,6 -20068,9 +20122,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18986,28 -20086,28 +20140,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19028,19 -20128,19 +20182,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19115,10 -20215,13 +20269,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19133,9 -20236,6 +20290,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19163,6 -20263,9 +20317,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19208,10 -20311,40 +20365,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19223,7 -20356,7 +20410,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19241,7 -20374,7 +20428,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19358,19 -20491,130 +20545,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19389,7 -20633,46 +20687,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19401,24 -20684,30 +20738,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19434,7 -20723,7 +20780,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19443,6 -20732,9 +20789,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19589,6 -20881,29 +20938,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19754,6 -21069,9 +21126,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19799,6 -21117,39 +21174,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19985,19 -21336,31 +21393,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20021,13 -21384,7 +21441,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20290,10 -21647,13 +21704,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20497,7 -21857,7 +21914,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20768,15 -22128,6 +22185,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20947,6 -22298,9 +22355,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20965,12 -22319,6 +22376,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21106,6 -22454,9 +22511,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21123,6 -22474,9 +22531,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21349,7 -22703,10 +22760,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21399,7 -22756,7 +22813,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21568,22 -22925,22 +22982,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21623,27 -22980,9 +23102,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22721,9 -24060,26 +24182,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23370,9 -24726,6 +24848,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23425,18 -24778,6 +24900,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23783,6 -25124,27 +25246,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23934,6 -25296,9 +25418,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24251,9 -25616,6 +25738,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24469,6 -25831,9 +25953,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24501,15 -25866,31 +25988,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24624,9 -26005,6 +26127,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24805,19 -26183,19 +26305,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25033,6 -26411,95 +26533,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25069,6 -26536,9 +26658,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25221,9 -26691,6 +26813,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26209,9 -27676,6 +27798,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26490,9 -27954,6 +28076,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/km.po
index 4e0e95f,04b875b..059a242
--- a/i18n/po/km.po
+++ b/i18n/po/km.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-09-14 03:43+0000\n"
"Last-Translator: ááááá¶áá·ááá <vantharith.oum at gmail.com>\n"
"Language-Team: Khmer <km at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:48+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:48+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "ááááááááááá
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -163,18 -169,14 +169,14 @@@ msgid "About JOSM...
msgstr "á¢ááḠJOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ááááá¶áá unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ááááá¶áá unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -258,9 -260,6 +260,6 @@@ msgstr "á§ááá á {0}
msgid "Please select at least four nodes."
msgstr "áá¼áâáááá¾ááá¾áâááá¶áâá áá
âáá¶ááâ áááá¶ááâá
ááá½á á¤"
- msgid "Information"
- msgstr "ááááá¶á"
-
msgid "Align Nodes in Line"
msgstr "ááááááâáááá¶ááâáá¶ááááá¶ááâáááá"
@@@ -297,6 -296,9 +296,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr "áá·ááá¶áá¢ááá¸âáááá¼ááá¶áâáááá¾ááá¾áâáá¾áááá¸âááááá¸áá
á¼ááá
âá"
+ msgid "Information"
+ msgstr "ááááá¶á"
+
msgid "Zoom to {0}"
msgstr "ááááá¸áá
á¼ááá
{0}"
@@@ -353,9 -355,9 +355,9 @@@ msgstr "
"áá¾âá¢áááâá
ááâáááá
ááá¶ááâáááá¼áááááááááá¬ááâ?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "áá·áá¢á¶á
âáá¼ááááá
á¼ááááá¼á (áááá¼ááá·áá¢á¶á
áá¼ááááá
á¼ááá
áááá»ááááááááá½ááá node)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "áá¼ááááá
á¼á {0} áááá¼á"
@@@ -534,6 -536,9 +536,9 @@@ msgstr "áááááááá·
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -647,7 -652,7 +652,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -797,8 -802,8 +802,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -983,12 -988,8 +988,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1006,9 -1007,6 +1007,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1174,9 -1172,6 +1172,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1315,13 -1310,13 +1310,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1410,6 -1405,27 +1405,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "áá·áâáááá¾âáá·á"
@@@ -1694,6 -1710,9 +1710,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1913,8 -1932,8 +1932,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2339,6 -2358,9 +2358,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2535,8 -2557,7 +2557,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2622,6 -2643,9 +2643,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2658,10 -2682,10 +2682,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2683,8 -2707,8 +2707,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2788,6 -2812,9 +2812,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2848,8 -2875,8 +2875,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2879,11 -2906,11 +2906,11 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "ááááááâáááááááá·âáá "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2903,6 -2930,9 +2930,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2933,18 -2963,18 +2963,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2953,8 -2983,8 +2983,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2962,13 -2992,11 +2992,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2982,8 -3010,8 +3010,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3013,11 -3041,10 +3041,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "áá·áâáááá¶áá"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3168,8 -3195,7 +3195,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3276,7 -3302,7 +3302,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3314,9 -3340,6 +3340,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3355,6 -3378,9 +3378,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3379,6 -3405,15 +3405,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3438,6 -3473,9 +3473,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3520,6 -3558,15 +3558,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3589,6 -3636,12 +3636,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3646,13 -3699,13 +3699,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3684,10 -3737,10 +3737,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3821,7 -3874,7 +3874,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3896,6 -3949,9 +3949,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3926,9 -3982,6 +3982,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3953,10 -4006,10 +4006,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4019,23 -4072,6 +4072,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4138,7 -4174,7 +4174,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4367,6 -4403,18 +4403,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "ááááá"
@@@ -4471,19 -4519,6 +4519,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4771,29 -4806,47 +4806,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4808,7 -4861,7 +4861,7 @@@ msgstr "
msgid "Up"
msgstr "á¡á¾áâáá¾"
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4860,14 -4913,6 +4913,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5117,14 -5162,14 +5162,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5645,6 -5690,9 +5690,9 @@@ msgstr "áááá á¶á/áá¶áá
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5728,6 -5776,33 +5776,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "áááá¶ááâáááá"
@@@ -5818,8 -5893,7 +5893,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5989,9 -6063,6 +6063,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6276,8 -6347,8 +6347,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6342,34 -6413,46 +6413,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6384,13 -6467,13 +6467,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "ááááááâáááá¶á"
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6544,7 -6627,7 +6627,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6862,6 -6945,25 +6945,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "áááááá
ááá¶á Bookmark"
@@@ -6993,20 -7095,7 +7095,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7017,23 -7106,9 +7106,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7130,7 -7205,7 +7205,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7229,6 -7304,9 +7304,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7316,7 -7394,7 +7394,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7335,6 -7413,12 +7413,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7401,8 -7485,7 +7485,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7477,8 -7560,8 +7560,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7492,8 -7575,7 +7575,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7708,12 -7790,6 +7790,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7722,7 -7798,23 +7798,23 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
msgid "Cancel and return to the previous dialog"
@@@ -7737,6 -7829,21 +7829,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7744,8 -7851,8 +7851,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7857,9 -7964,6 +7964,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7869,6 -7973,9 +7973,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7885,7 -7992,7 +7992,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8031,7 -8138,7 +8138,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8061,7 -8168,7 +8168,7 @@@ msgstr "áááá {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8414,9 -8521,6 +8521,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8435,6 -8539,9 +8539,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8492,6 -8599,12 +8599,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8558,9 -8671,6 +8671,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8741,14 -8851,10 +8851,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8763,7 -8869,7 +8869,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8773,8 -8879,7 +8879,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8994,7 -9099,7 +9099,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9709,21 -9814,21 +9814,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9777,6 -9882,9 +9915,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9830,6 -9938,11 +9971,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10286,6 -10399,12 +10432,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10349,7 -10468,7 +10501,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10607,40 -10726,40 +10759,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10693,8 -10812,8 +10845,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10703,20 -10822,25 +10855,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10798,14 -10922,8 +10955,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10878,7 -10996,7 +11029,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10957,9 -11075,6 +11108,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10978,6 -11093,14 +11126,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11007,9 -11130,49 +11163,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11040,7 -11203,7 +11236,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11080,28 -11243,26 +11276,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11196,6 -11357,9 +11390,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11211,12 -11375,20 +11408,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11295,7 -11467,7 +11500,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11394,35 -11566,11 +11599,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11432,8 -11580,8 +11613,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11460,10 -11608,7 +11641,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11547,8 -11692,8 +11725,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11745,7 -11890,7 +11923,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11791,6 -11936,15 +11969,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11821,19 -11975,19 +12008,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11855,11 -12009,23 +12042,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11929,13 -12095,13 +12128,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12078,10 -12244,10 +12277,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12096,22 -12262,21 +12295,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12180,8 -12345,7 +12378,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12196,9 -12360,24 +12393,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12520,12 -12699,11 +12732,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12536,30 -12714,73 +12747,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12570,9 -12791,23 +12824,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12895,6 -13130,11 +13163,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13134,6 -13374,9 +13407,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13183,9 -13426,6 +13459,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13222,6 -13462,11 +13495,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13352,6 -13597,9 +13630,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13442,6 -13690,50 +13723,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "áá¶á/á
á¶á"
+
+ msgid "no"
+ msgstr "áá"
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13460,10 -13752,10 +13785,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13475,6 -13767,9 +13800,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13502,18 -13797,12 +13830,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "áá¶á/á
á¶á"
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13523,9 -13812,6 +13845,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13535,15 -13821,15 +13854,15 @@@ msgstr "
msgid "private"
msgstr ""
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "áá"
-
msgid "official"
msgstr ""
@@@ -13589,6 -13875,9 +13908,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13673,6 -13962,9 +13995,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13777,21 -14069,30 +14102,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13807,10 -14108,10 +14141,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13846,7 -14147,7 +14180,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13915,12 -14216,18 +14249,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13936,15 -14243,6 +14276,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13966,6 -14264,15 +14297,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13975,6 -14282,9 +14315,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13984,10 -14294,7 +14327,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14020,9 -14327,6 +14360,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14065,6 -14369,12 +14402,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14080,6 -14390,9 +14423,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14149,19 -14462,13 +14495,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14192,6 -14499,7 +14532,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14201,10 -14509,10 +14542,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14258,12 -14566,6 +14599,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14324,12 -14626,21 +14659,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14369,9 -14680,6 +14713,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14405,6 -14713,21 +14746,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14486,18 -14809,23 +14842,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14573,7 -14901,7 +14934,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14597,10 -14925,13 +14958,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14612,9 -14943,6 +14976,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14636,13 -14964,13 +14997,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14666,6 -14994,9 +15027,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14678,21 -15009,35 +15042,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14789,11 -15134,9 +15188,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14805,11 -15148,9 +15202,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14828,10 -15169,10 +15223,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14861,9 -15202,6 +15256,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14885,10 -15223,29 +15277,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15038,6 -15395,9 +15449,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15059,6 -15419,12 +15473,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15086,6 -15452,12 +15506,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15110,22 -15482,6 +15536,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15147,9 -15503,6 +15557,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15344,6 -15697,9 +15751,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15374,6 -15730,9 +15784,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15386,9 -15745,6 +15799,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15398,9 -15754,14 +15808,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15413,6 -15774,9 +15828,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15437,14 -15801,6 +15855,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15493,7 -15849,7 +15903,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15547,41 -15903,41 +15957,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15773,9 -16129,6 +16183,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15797,9 -16150,15 +16204,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15812,6 -16171,9 +16225,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15851,6 -16213,9 +16267,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15872,22 -16237,34 +16291,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16017,49 -16394,43 +16448,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16077,6 -16448,12 +16502,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16089,6 -16466,9 +16520,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16107,37 -16487,137 +16541,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16227,6 -16707,12 +16761,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16308,128 -16794,206 +16848,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16460,16 -17024,22 +17078,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16503,6 -17073,9 +17127,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16540,117 -17113,153 +17167,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16684,33 -17293,43 +17347,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "áááááá"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16744,6 -17363,22 +17417,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16844,36 -17479,54 +17533,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16916,19 -17569,15 +17623,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17067,6 -17716,18 +17770,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17079,60 -17740,134 +17794,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17357,41 -18092,67 +18146,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17400,7 -18161,7 +18215,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17412,12 -18173,102 +18227,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17469,88 -18320,191 +18374,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17562,6 -18516,21 +18570,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17577,6 -18546,9 +18600,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17595,11 -18567,9 +18621,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17708,10 -18678,10 +18732,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17723,7 -18693,7 +18747,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17744,6 -18714,9 +18768,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17756,9 -18729,6 +18783,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17828,7 -18798,7 +18852,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17849,13 -18819,13 +18873,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17864,7 -18834,6 +18888,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17892,6 -18861,12 +18915,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17928,10 -18903,31 +18957,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17961,7 -18957,7 +19011,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17973,19 -18969,19 +19023,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18021,7 -19017,7 +19071,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18234,6 -19230,12 +19284,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18273,24 -19275,33 +19329,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18300,15 -19311,6 +19365,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18384,6 -19386,12 +19440,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18438,7 -19446,7 +19500,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18450,6 -19458,9 +19512,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18486,43 -19497,70 +19551,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18561,6 -19599,18 +19653,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18729,21 -19779,50 +19833,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18789,19 -19868,22 +19922,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18825,7 -19907,7 +19961,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18921,18 -20003,27 +20057,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18942,7 -20033,10 +20087,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18951,10 -20045,10 +20099,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18972,6 -20066,9 +20120,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18987,28 -20084,28 +20138,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19029,19 -20126,19 +20180,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19116,10 -20213,13 +20267,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19134,9 -20234,6 +20288,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19164,6 -20261,9 +20315,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19209,10 -20309,40 +20363,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19224,7 -20354,7 +20408,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19242,7 -20372,7 +20426,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19359,19 -20489,130 +20543,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19390,7 -20631,46 +20685,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19402,24 -20682,30 +20736,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19435,7 -20721,7 +20778,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19444,6 -20730,9 +20787,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19590,6 -20879,29 +20936,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19755,6 -21067,9 +21124,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19800,6 -21115,39 +21172,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19986,19 -21334,31 +21391,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20022,13 -21382,7 +21439,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20291,10 -21645,13 +21702,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20498,7 -21855,7 +21912,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20769,15 -22126,6 +22183,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20948,6 -22296,9 +22353,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20966,12 -22317,6 +22374,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21107,6 -22452,9 +22509,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21124,6 -22472,9 +22529,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21350,7 -22701,10 +22758,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21400,7 -22754,7 +22811,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21539,52 -22893,52 +22950,117 @@@ msgid "Failed to get messages as {0}:
msgstr ""
msgid "GeoChat"
+msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
+ msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21624,27 -22978,9 +23100,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22722,9 -24058,26 +24180,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23371,9 -24724,6 +24846,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23426,18 -24776,6 +24898,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23784,6 -25122,27 +25244,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23935,6 -25294,9 +25416,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24252,9 -25614,6 +25736,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24470,6 -25829,9 +25951,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24502,15 -25864,31 +25986,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24625,9 -26003,6 +26125,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24806,19 -26181,19 +26303,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25034,6 -26409,95 +26531,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25070,6 -26534,9 +26656,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25222,9 -26689,6 +26811,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26210,9 -27674,6 +27796,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26491,9 -27952,6 +28074,6 @@@ msgstr "ááááááá¶áá¶áá
msgid "Enter the Wikipedia language"
msgstr "áá¶áááááá»ááá¶áá¶áá·áá¸áá¸áá¶"
- msgid "Add Tag"
- msgstr "ááááááâáááá¶á"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ko.po
index a8e3f96,7c5936d..f11d946
--- a/i18n/po/ko.po
+++ b/i18n/po/ko.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-04-22 04:06+0000\n"
"Last-Translator: kladess <kladess at gmail.com>\n"
"Language-Team: Korean <ko at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:49+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:49+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ko\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "ì´ì© ì½ê´ ë°°ê²½
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "íì¬ íë«í¼(\"{0}\")ìì ë§í¬ë¥¼ ì¬ëê²ì ì§ìíì§ ììµëë¤."
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -162,13 -168,13 +168,13 @@@ msgid "About JOSM...
msgstr "ì ë³´"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -253,9 -259,6 +259,6 @@@ msgstr "ë구: {0}
msgid "Please select at least four nodes."
msgstr "ìµìí 4ê°ì Node를 ì ííì¸ì"
- msgid "Information"
- msgstr "ì ë³´"
-
msgid "Align Nodes in Line"
msgstr "Node를 ì ì ì ë ¬"
@@@ -292,6 -295,9 +295,9 @@@ msgstr "ë¤ì
msgid "Nothing selected to zoom to."
msgstr "ì¤ì ìí ì íì´ ììµëë¤."
+ msgid "Information"
+ msgstr "ì ë³´"
+
msgid "Zoom to {0}"
msgstr "{0}ì¼ë¡ ì¤"
@@@ -346,9 -352,9 +352,9 @@@ msgid "
msgstr "wayë íì¬ ê¸¸ë°©í¥ì¼ë¡ ê²°í©ë ì ììµëë¤. wayì 길방í¥ì ë¤ì§ê² ìµëê¹?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "way를 ê²°í©í ì ììµëë¤ (node ì§í©ì¼ë¡ í©ì¹ ì ììµëë¤)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "{0} Way를 ê²°í©"
@@@ -522,6 -528,9 +528,9 @@@ msgstr "ì´ë ¥
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "OSM ëë¡, ë
¸ë, ëë 릴ë ì´ì
ì ëí ì´ë ¥ ì ë³´ íì"
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "ì´ë ¥(ì¹)"
@@@ -634,7 -643,7 +643,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -784,8 -793,8 +793,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "ìì ê²ì Node를 í©ë³"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -970,12 -979,8 +979,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -993,9 -998,6 +998,6 @@@ msgstr "ì§ê°í
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1160,9 -1162,6 +1162,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1299,13 -1298,13 +1298,13 @@@ msgid "
msgstr "ì íë nodeìì way를 ëë ì ììµëë¤ (íí¸: wayì ì¤ê°ì ìë node를 ì ííì¸ì)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1394,6 -1393,27 +1393,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "ì¤í ì·¨ì"
@@@ -1678,6 -1698,9 +1698,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ë¤ì´ë¡ë {0}/{1} ({2} ë¨ì)"
@@@ -1896,8 -1919,8 +1919,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2322,6 -2345,9 +2345,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2520,8 -2546,7 +2546,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2607,6 -2632,9 +2632,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "node {0} ë³ê²½"
@@@ -2643,10 -2671,10 +2671,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2668,8 -2696,8 +2696,8 @@@ msgid "Double conflict
msgstr "ì´ì¤ ì¶©ë"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2768,6 -2796,9 +2796,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr "relation {0}ì ë§´ë² ë¦¬ì¤í¸ìì ì¶©ë í´ê²°"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "{0} node를 íì "
@@@ -2827,8 -2858,8 +2858,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2858,11 -2889,11 +2889,11 @@@ msgstr "ì íë ë³ê²½ ì ì©
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "ìì±: "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2882,6 -2913,9 +2913,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2912,18 -2946,18 +2946,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2932,8 -2966,8 +2966,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2941,13 -2975,11 +2975,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2961,8 -2993,8 +2993,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -2992,11 -3024,10 +3024,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ì ì ìì"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3147,8 -3178,7 +3178,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3255,7 -3285,7 +3285,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3293,9 -3323,6 +3323,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3334,6 -3361,9 +3361,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3358,6 -3388,15 +3388,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3417,6 -3456,9 +3456,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3499,6 -3541,15 +3541,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3568,6 -3619,12 +3619,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3625,13 -3682,13 +3682,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3663,10 -3720,10 +3720,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3800,7 -3857,7 +3857,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3875,6 -3932,9 +3932,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3905,9 -3965,6 +3965,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3932,10 -3989,10 +3989,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -3998,23 -4055,6 +4055,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4118,7 -4158,7 +4158,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4347,6 -4387,18 +4387,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4451,19 -4503,6 +4503,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4751,29 -4790,47 +4790,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4788,7 -4845,7 +4845,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4840,14 -4897,6 +4897,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5097,14 -5146,14 +5146,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5625,6 -5674,9 +5674,9 @@@ msgstr "ë³´ì´ê¸°/ì¨ê¸°ê¸°
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5708,6 -5760,33 +5760,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "ì¤ë¸ì í¸ íì:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "í¼í©"
+
+ msgid "Choose the OSM object type"
+ msgstr "OSM ì¤ë¸ì í¸ íìì ì ííì¸ì."
+
+ msgid "Object ID:"
+ msgstr "ì¤ë¸ì í¸ ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ë¤ì´ë¡ë í´ì¼ í ì¤ë¸ì í¸ ID를 ì
ë ¥íì¸ì"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5798,8 -5877,7 +5877,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5969,9 -6047,6 +6047,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6256,8 -6331,8 +6331,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6322,34 -6397,46 +6397,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr "<ì°¨ì´ì >"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr "모ë ëììì ì íë key ì§ì°ê¸°"
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6364,13 -6451,13 +6451,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "íê·¸ ì¶ê°"
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6524,7 -6611,7 +6611,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6842,6 -6929,25 +6929,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "ì±
ê°í¼"
@@@ -6973,21 -7079,8 +7079,8 @@@ msgstr "ë¤ì´ë¡ë 참조ì (ë¶ëª¨
msgid "Download object"
msgstr "ì¤ë¸ì í¸ ë¤ì´ë¡ë"
- msgid "Object type:"
- msgstr "ì¤ë¸ì í¸ íì:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "í¼í©"
-
- msgid "Choose the OSM object type"
- msgstr "OSM ì¤ë¸ì í¸ íìì ì ííì¸ì."
-
- msgid "Object ID:"
- msgstr "ì¤ë¸ì í¸ ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ë¤ì´ë¡ë í´ì¼ í ì¤ë¸ì í¸ ID를 ì
ë ¥íì¸ì"
+ msgid "Start downloading"
+ msgstr "ë¤ì´ë¡ë ìì"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -6997,23 -7090,9 +7090,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "ë¤ì´ë¡ë ìì"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7110,7 -7189,7 +7189,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7209,6 -7288,9 +7288,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7304,7 -7386,7 +7386,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7323,6 -7405,12 +7405,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7389,8 -7477,7 +7477,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7465,8 -7552,8 +7552,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7480,8 -7567,7 +7567,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7696,12 -7782,6 +7782,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7710,6 -7790,22 +7790,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7725,6 -7821,21 +7821,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7732,8 -7843,8 +7843,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7845,9 -7956,6 +7956,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7857,6 -7965,9 +7965,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7873,7 -7984,7 +7984,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8019,7 -8130,7 +8130,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8049,7 -8160,7 +8160,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8402,9 -8513,6 +8513,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8423,6 -8531,9 +8531,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8480,6 -8591,12 +8591,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8546,9 -8663,6 +8663,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8729,14 -8843,10 +8843,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8751,7 -8861,7 +8861,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8761,8 -8871,7 +8871,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8982,7 -9091,7 +9091,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9697,21 -9806,21 +9806,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9765,6 -9874,9 +9907,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9818,6 -9930,11 +9963,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10274,6 -10391,12 +10424,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10337,7 -10460,7 +10493,7 @@@ msgstr "ì§ë ì¤ì
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10595,40 -10718,40 +10751,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10681,8 -10804,8 +10837,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10691,20 -10814,25 +10847,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10786,14 -10914,8 +10947,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10866,7 -10988,7 +11021,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10945,9 -11067,6 +11100,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10966,6 -11085,14 +11118,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -10995,9 -11122,49 +11155,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11028,7 -11195,7 +11228,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11068,28 -11235,26 +11268,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11184,6 -11349,9 +11382,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11199,12 -11367,20 +11400,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11283,7 -11459,7 +11492,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11382,35 -11558,11 +11591,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11420,8 -11572,8 +11605,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11448,10 -11600,7 +11633,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11535,8 -11684,8 +11717,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11733,7 -11882,7 +11915,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11779,6 -11928,15 +11961,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11809,19 -11967,19 +12000,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11843,11 -12001,23 +12034,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11917,13 -12087,13 +12120,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12066,10 -12236,10 +12269,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12084,22 -12254,21 +12287,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12168,8 -12337,7 +12370,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12184,9 -12352,24 +12385,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12508,12 -12691,11 +12724,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12524,30 -12706,73 +12739,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12558,9 -12783,23 +12816,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12883,6 -13122,11 +13155,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13122,6 -13366,9 +13399,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13171,9 -13418,6 +13451,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13210,6 -13454,11 +13487,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13340,6 -13589,9 +13622,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13430,6 -13682,50 +13715,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13448,10 -13744,10 +13777,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13463,6 -13759,9 +13792,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13490,18 -13789,12 +13822,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13511,9 -13804,6 +13837,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13523,13 -13813,13 +13846,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13577,6 -13867,9 +13900,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13661,6 -13954,9 +13987,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13765,21 -14061,30 +14094,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13795,10 -14100,10 +14133,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13834,7 -14139,7 +14172,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13903,12 -14208,18 +14241,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13924,15 -14235,6 +14268,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13954,6 -14256,15 +14289,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13963,6 -14274,9 +14307,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13972,10 -14286,7 +14319,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14008,9 -14319,6 +14352,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14053,6 -14361,12 +14394,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14068,6 -14382,9 +14415,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14137,19 -14454,13 +14487,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14180,6 -14491,7 +14524,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14189,10 -14501,10 +14534,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14246,12 -14558,6 +14591,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14312,12 -14618,21 +14651,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14357,9 -14672,6 +14705,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14393,6 -14705,21 +14738,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14474,18 -14801,23 +14834,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14561,7 -14893,7 +14926,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14585,10 -14917,13 +14950,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14600,9 -14935,6 +14968,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14624,13 -14956,13 +14989,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14654,6 -14986,9 +15019,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14666,18 -15001,32 +15034,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14777,11 -15126,9 +15159,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14793,11 -15140,9 +15173,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14816,10 -15161,10 +15194,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14849,9 -15194,6 +15227,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14873,10 -15215,29 +15248,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15026,6 -15387,9 +15420,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15047,6 -15411,12 +15444,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15074,6 -15444,12 +15477,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15098,22 -15474,6 +15507,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15135,9 -15495,6 +15528,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15332,6 -15689,9 +15722,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15362,6 -15722,9 +15755,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15374,9 -15737,6 +15770,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15386,9 -15746,14 +15779,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15401,6 -15766,9 +15799,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15425,14 -15793,6 +15826,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15481,7 -15841,7 +15874,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15535,41 -15895,41 +15928,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15761,9 -16121,6 +16154,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15785,9 -16142,15 +16175,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15800,6 -16163,9 +16196,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15839,6 -16205,9 +16238,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15860,22 -16229,34 +16262,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16005,49 -16386,43 +16419,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16065,6 -16440,12 +16473,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16077,6 -16458,9 +16491,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16095,37 -16479,137 +16512,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16215,6 -16699,12 +16732,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16296,12 -16786,66 +16819,66 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr ""
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr ""
@@@ -16311,6 -16855,30 +16888,30 @@@ msgstr "
msgid "Telephone cards"
msgstr ""
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16320,31 -16888,37 +16921,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16372,7 -16946,7 +16979,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16399,21 -16973,15 +17006,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16448,16 -17016,22 +17049,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16491,6 -17065,9 +17098,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16528,117 -17105,153 +17138,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16672,33 -17285,43 +17318,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16732,6 -17355,22 +17388,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16832,36 -17471,54 +17504,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16904,19 -17561,15 +17594,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17055,6 -17708,18 +17741,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17067,60 -17732,134 +17765,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17345,41 -18084,67 +18117,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17388,7 -18153,7 +18186,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17400,12 -18165,102 +18198,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17457,88 -18312,191 +18345,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
msgstr ""
- msgid "battery charging"
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
msgstr ""
- msgid "Power Station"
+ msgid "steam_turbine"
msgstr ""
- msgid "Edit Power Station"
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17550,6 -18508,21 +18541,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17565,6 -18538,9 +18571,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17583,11 -18559,9 +18592,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17696,10 -18670,10 +18703,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17711,7 -18685,7 +18718,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17732,6 -18706,9 +18739,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17744,9 -18721,6 +18754,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17816,7 -18790,7 +18823,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17837,13 -18811,13 +18844,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17852,7 -18826,6 +18859,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17880,6 -18853,12 +18886,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17916,10 -18895,31 +18928,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17949,7 -18949,7 +18982,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17961,19 -18961,19 +18994,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18009,7 -19009,7 +19042,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18222,6 -19222,12 +19255,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18261,24 -19267,33 +19300,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18288,15 -19303,6 +19336,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18372,6 -19378,12 +19411,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18426,7 -19438,7 +19471,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18438,6 -19450,9 +19483,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18474,43 -19489,70 +19522,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18549,6 -19591,18 +19624,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18717,21 -19771,50 +19804,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18777,19 -19860,22 +19893,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18813,7 -19899,7 +19932,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18909,18 -19995,27 +20028,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18930,7 -20025,10 +20058,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18939,10 -20037,10 +20070,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18960,6 -20058,9 +20091,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18975,28 -20076,28 +20109,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19017,19 -20118,19 +20151,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19104,10 -20205,13 +20238,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19122,9 -20226,6 +20259,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19152,6 -20253,9 +20286,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19197,10 -20301,40 +20334,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19212,7 -20346,7 +20379,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19230,7 -20364,7 +20397,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19347,19 -20481,130 +20514,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19378,7 -20623,46 +20656,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19390,24 -20674,30 +20707,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19423,7 -20713,7 +20749,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19432,6 -20722,9 +20758,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19578,6 -20871,29 +20907,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19743,6 -21059,9 +21095,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19788,6 -21107,39 +21143,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19974,19 -21326,31 +21362,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20010,13 -21374,7 +21410,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20279,10 -21637,13 +21673,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20486,7 -21847,7 +21883,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20757,15 -22118,6 +22154,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20936,6 -22288,9 +22324,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20954,12 -22309,6 +22345,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21095,6 -22444,9 +22480,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21112,6 -22464,9 +22500,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21338,7 -22693,10 +22729,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21388,7 -22746,7 +22782,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21521,58 -22879,58 +22915,123 @@@ msgid "The server did not return user I
msgstr ""
msgid "Failed to send message:"
+msgstr ""
+
+msgid "Failed to get messages as {0}:"
+msgstr ""
+
+msgid "GeoChat"
+msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
+ msgstr ""
+
+ msgid "Failed to get messages as {0}:"
+ msgstr ""
+
+ msgid "GeoChat"
+ msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21612,27 -22970,9 +23071,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22710,9 -24050,26 +24151,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23359,9 -24716,6 +24817,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23414,18 -24768,6 +24869,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23772,6 -25114,27 +25215,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23923,6 -25286,9 +25387,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24240,9 -25606,6 +25707,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24458,6 -25821,9 +25922,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24490,15 -25856,31 +25957,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24613,9 -25995,6 +26096,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24794,19 -26173,19 +26274,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25022,6 -26401,95 +26502,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25058,6 -26526,9 +26627,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25210,9 -26681,6 +26782,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26197,9 -27665,6 +27766,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26478,9 -27943,6 +28044,6 @@@ msgstr "ìí¤ë°±ê³¼ 문ì를 ìí ê
msgid "Enter the Wikipedia language"
msgstr "ìí¤ë°±ê³¼ ì¸ì´ ì
ë ¥"
- msgid "Add Tag"
- msgstr "íê·¸ ì¶ê°"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ky.po
index a671f41,67da2f5..9cf2863
--- a/i18n/po/ky.po
+++ b/i18n/po/ky.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-12-18 02:36+0000\n"
"Last-Translator: ballpen <Unknown>\n"
"Language-Team: Kirghiz <ky at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:49+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:48+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
msgid "{0}: option ''{1}'' is ambiguous"
msgstr ""
@@@ -49,6 -49,9 +49,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -58,6 -61,9 +61,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -158,13 -164,13 +164,13 @@@ msgid "About JOSM...
msgstr "JOSM жөнүндө..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -249,9 -255,6 +255,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -288,6 -291,9 +291,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -342,7 -348,7 +348,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -522,6 -528,9 +528,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -635,7 -644,7 +644,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -785,8 -794,8 +794,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -971,12 -980,8 +980,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -994,9 -999,6 +999,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1162,9 -1164,6 +1164,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1303,13 -1302,13 +1302,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1398,6 -1397,27 +1397,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1682,6 -1702,9 +1702,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1901,8 -1924,8 +1924,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2327,6 -2350,9 +2350,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2523,8 -2549,7 +2549,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2610,6 -2635,9 +2635,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2646,10 -2674,10 +2674,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2672,8 -2700,8 +2700,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2777,6 -2805,9 +2805,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2837,8 -2868,8 +2868,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2868,10 -2899,10 +2899,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2892,6 -2923,9 +2923,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2922,18 -2956,18 +2956,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2942,8 -2976,8 +2976,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2951,13 -2985,11 +2985,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2971,8 -3003,8 +3003,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3002,11 -3034,10 +3034,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3159,8 -3190,7 +3190,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3267,7 -3297,7 +3297,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3305,9 -3335,6 +3335,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3346,6 -3373,9 +3373,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3370,6 -3400,15 +3400,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3429,6 -3468,9 +3468,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3511,6 -3553,15 +3553,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3580,6 -3631,12 +3631,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3637,13 -3694,13 +3694,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3675,10 -3732,10 +3732,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3812,7 -3869,7 +3869,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3887,6 -3944,9 +3944,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3917,9 -3977,6 +3977,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3944,10 -4001,10 +4001,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4010,23 -4067,6 +4067,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4130,7 -4170,7 +4170,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4359,6 -4399,18 +4399,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4463,19 -4515,6 +4515,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4763,29 -4802,47 +4802,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4800,7 -4857,7 +4857,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4852,14 -4909,6 +4909,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5109,14 -5158,14 +5158,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5637,6 -5686,9 +5686,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5720,6 -5772,33 +5772,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5810,8 -5889,7 +5889,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5981,9 -6059,6 +6059,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6268,8 -6343,8 +6343,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6334,34 -6409,46 +6409,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6376,13 -6463,13 +6463,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6536,7 -6623,7 +6623,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6854,6 -6941,25 +6941,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6985,20 -7091,7 +7091,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7009,23 -7102,9 +7102,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7122,7 -7201,7 +7201,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7221,6 -7300,9 +7300,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7308,7 -7390,7 +7390,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7327,6 -7409,12 +7409,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7393,8 -7481,7 +7481,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7469,8 -7556,8 +7556,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7484,8 -7571,7 +7571,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7700,12 -7786,6 +7786,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7714,13 -7794,29 +7794,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7729,6 -7825,21 +7825,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7736,8 -7847,8 +7847,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7849,9 -7960,6 +7960,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7861,6 -7969,9 +7969,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7877,7 -7988,7 +7988,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8023,7 -8134,7 +8134,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8053,7 -8164,7 +8164,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8406,9 -8517,6 +8517,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8427,6 -8535,9 +8535,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8484,6 -8595,12 +8595,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8550,9 -8667,6 +8667,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8733,14 -8847,10 +8847,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8755,7 -8865,7 +8865,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8765,8 -8875,7 +8875,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8986,7 -9095,7 +9095,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9701,21 -9810,21 +9810,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9769,6 -9878,9 +9911,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9822,6 -9934,11 +9967,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10278,6 -10395,12 +10428,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10341,7 -10464,7 +10497,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10599,40 -10722,40 +10755,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10685,8 -10808,8 +10841,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10695,20 -10818,25 +10851,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10790,14 -10918,8 +10951,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10870,7 -10992,7 +11025,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10949,9 -11071,6 +11104,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10970,6 -11089,14 +11122,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -10999,9 -11126,49 +11159,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11032,7 -11199,7 +11232,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11072,28 -11239,26 +11272,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11188,6 -11353,9 +11386,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11203,12 -11371,20 +11404,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11287,7 -11463,7 +11496,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11386,35 -11562,11 +11595,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11424,8 -11576,8 +11609,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11452,10 -11604,7 +11637,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11539,8 -11688,8 +11721,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11737,7 -11886,7 +11919,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11783,6 -11932,15 +11965,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11813,19 -11971,19 +12004,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11847,11 -12005,23 +12038,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11921,13 -12091,13 +12124,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12070,10 -12240,10 +12273,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12088,22 -12258,21 +12291,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12172,8 -12341,7 +12374,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12188,9 -12356,24 +12389,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12512,12 -12695,11 +12728,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12528,30 -12710,73 +12743,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12562,9 -12787,23 +12820,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12887,6 -13126,11 +13159,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13126,6 -13370,9 +13403,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13175,9 -13422,6 +13455,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13214,6 -13458,11 +13491,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13344,6 -13593,9 +13626,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13434,6 -13686,50 +13719,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13452,10 -13748,10 +13781,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13467,6 -13763,9 +13796,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13494,18 -13793,12 +13826,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13515,9 -13808,6 +13841,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13527,13 -13817,13 +13850,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13581,6 -13871,9 +13904,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13665,6 -13958,9 +13991,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13769,21 -14065,30 +14098,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13799,10 -14104,10 +14137,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13838,7 -14143,7 +14176,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13907,12 -14212,18 +14245,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13928,15 -14239,6 +14272,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13958,6 -14260,15 +14293,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13967,6 -14278,9 +14311,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13976,10 -14290,7 +14323,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14012,9 -14323,6 +14356,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14057,6 -14365,12 +14398,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14072,6 -14386,9 +14419,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14141,19 -14458,13 +14491,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14184,6 -14495,7 +14528,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14193,10 -14505,10 +14538,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14250,12 -14562,6 +14595,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14316,12 -14622,21 +14655,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14361,9 -14676,6 +14709,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14397,6 -14709,21 +14742,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14478,18 -14805,23 +14838,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14565,7 -14897,7 +14930,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14589,10 -14921,13 +14954,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14604,9 -14939,6 +14972,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14628,13 -14960,13 +14993,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14658,6 -14990,9 +15023,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14670,21 -15005,35 +15038,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14781,11 -15130,9 +15184,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14797,11 -15144,9 +15198,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14820,10 -15165,10 +15219,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14853,9 -15198,6 +15252,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14877,10 -15219,29 +15273,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15030,6 -15391,9 +15445,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15051,6 -15415,12 +15469,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15078,6 -15448,12 +15502,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15102,22 -15478,6 +15532,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15139,9 -15499,6 +15553,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15336,6 -15693,9 +15747,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15366,6 -15726,9 +15780,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15378,9 -15741,6 +15795,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15390,9 -15750,14 +15804,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15405,6 -15770,9 +15824,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15429,14 -15797,6 +15851,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15485,7 -15845,7 +15899,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15539,41 -15899,41 +15953,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15765,9 -16125,6 +16179,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15789,9 -16146,15 +16200,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15804,6 -16167,9 +16221,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15843,6 -16209,9 +16263,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15864,22 -16233,34 +16287,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16009,49 -16390,43 +16444,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16069,6 -16444,12 +16498,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16081,6 -16462,9 +16516,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16099,37 -16483,137 +16537,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16219,6 -16703,12 +16757,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16300,128 -16790,206 +16844,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16452,16 -17020,22 +17074,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16495,6 -17069,9 +17123,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16532,117 -17109,153 +17163,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16676,33 -17289,43 +17343,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16736,6 -17359,22 +17413,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16836,36 -17475,54 +17529,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16908,19 -17565,15 +17619,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17059,6 -17712,18 +17766,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17071,60 -17736,134 +17790,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17349,41 -18088,67 +18142,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17392,7 -18157,7 +18211,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17404,12 -18169,102 +18223,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17461,88 -18316,191 +18370,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17554,6 -18512,21 +18566,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17569,6 -18542,9 +18596,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17587,11 -18563,9 +18617,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17700,10 -18674,10 +18728,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17715,7 -18689,7 +18743,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17736,6 -18710,9 +18764,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17748,9 -18725,6 +18779,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17820,7 -18794,7 +18848,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17841,13 -18815,13 +18869,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17856,7 -18830,6 +18884,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17884,6 -18857,12 +18911,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17920,10 -18899,31 +18953,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17953,7 -18953,7 +19007,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17965,19 -18965,19 +19019,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18013,7 -19013,7 +19067,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18226,6 -19226,12 +19280,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18265,24 -19271,33 +19325,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18292,15 -19307,6 +19361,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18376,6 -19382,12 +19436,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18430,7 -19442,7 +19496,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18442,6 -19454,9 +19508,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18478,43 -19493,70 +19547,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18553,6 -19595,18 +19649,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18721,21 -19775,50 +19829,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18781,19 -19864,22 +19918,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18817,7 -19903,7 +19957,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18913,18 -19999,27 +20053,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18934,7 -20029,10 +20083,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18943,10 -20041,10 +20095,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18964,6 -20062,9 +20116,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18979,28 -20080,28 +20134,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19021,19 -20122,19 +20176,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19108,10 -20209,13 +20263,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19126,9 -20230,6 +20284,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19156,6 -20257,9 +20311,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19201,10 -20305,40 +20359,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19216,7 -20350,7 +20404,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19234,7 -20368,7 +20422,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19351,19 -20485,130 +20539,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19382,7 -20627,46 +20681,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19394,24 -20678,30 +20732,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19427,7 -20717,7 +20774,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19436,6 -20726,9 +20783,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19582,6 -20875,29 +20932,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19747,6 -21063,9 +21120,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19792,6 -21111,39 +21168,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19978,19 -21330,31 +21387,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20014,13 -21378,7 +21435,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20283,10 -21641,13 +21698,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20490,7 -21851,7 +21908,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20761,15 -22122,6 +22179,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20940,6 -22292,9 +22349,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20958,12 -22313,6 +22370,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21099,6 -22448,9 +22505,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21116,6 -22468,9 +22525,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21342,7 -22697,10 +22754,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21392,7 -22750,7 +22807,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21561,22 -22919,22 +22976,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21616,27 -22974,9 +23096,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22714,9 -24054,26 +24176,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23363,9 -24720,6 +24842,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23418,18 -24772,6 +24894,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23776,6 -25118,27 +25240,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23927,6 -25290,9 +25412,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24244,9 -25610,6 +25732,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24462,6 -25825,9 +25947,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24494,15 -25860,31 +25982,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24617,9 -25999,6 +26121,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24798,19 -26177,19 +26299,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25026,6 -26405,95 +26527,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25062,6 -26530,9 +26652,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25214,9 -26685,6 +26807,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26202,9 -27670,6 +27792,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26483,9 -27948,6 +28070,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/lo.po
index e36b470,6f49d6e..534e4b6
--- a/i18n/po/lo.po
+++ b/i18n/po/lo.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-09-15 10:06+0000\n"
"Last-Translator: Anousone <Unknown>\n"
"Language-Team: Lao <lo at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:50+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:49+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,16 -165,14 +165,14 @@@ msgid "About JOSM...
msgstr "àºà»àº½àº§àºàº±àº JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "àºàº³à»àºàº·àºàº: ຮູàºà»àºàºàºà»à»àºàº·àºàºà»àºàºàºàºàº API àºàº²àº¡ URL. àºàº²àºàº«àº±àºàºàº´àºà»àºàºàº´à»à»à»àº²àºàºàºàºàº¹à»à»àºà»à»àºàº "
- "ສຳລັຠOSM àºàº¹à»à»àºà» àºàº²àºàºàº°àºà»à»àºàº°àºàº´àºàº±àºà»àºà».API àºàº²àº¡ URL à»àº¡à»àº: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -252,9 -256,6 +256,6 @@@ msgstr "àºàº¸àºàº°àºàºàº:{0}
msgid "Please select at least four nodes."
msgstr "àºàº°àº¥àº¸àºàº²à»àº¥àº·àºàº4àºà»à»à»àºàº±àºàº¢à»àº²àºàºà»àº³"
- msgid "Information"
- msgstr "àºà»à»àº¡àº¹àº"
-
msgid "Align Nodes in Line"
msgstr "àºàº±àºà»àºàº§à»àºàº±àºà»àºªàº±à»àº"
@@@ -291,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "àºà»à»àº¡àº¹àº"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -345,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -525,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -638,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -788,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -974,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -997,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1165,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1306,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1401,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1685,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1904,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2330,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2526,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2613,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2649,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2675,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2780,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2840,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2871,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2895,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2925,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2945,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2954,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2974,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3005,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "àºàºµà»àºà»à»àº¡àºµàºàº²àºàºàº±àºàºàº¶àº"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3162,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3270,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3308,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3349,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3373,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3432,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3514,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3583,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3640,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3678,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3815,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3890,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3920,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3947,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4013,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4133,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4362,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4466,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4766,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4803,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4855,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5112,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5640,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5723,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5813,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5984,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6271,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6337,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6379,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6539,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6857,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6988,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7012,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7125,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7224,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7311,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7330,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7396,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7472,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7487,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7703,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7717,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7732,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7739,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7852,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7864,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7880,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8026,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8056,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8409,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8430,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8487,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8553,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8736,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8758,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8768,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8989,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9704,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9772,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9825,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10281,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10344,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10602,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10688,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10698,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10793,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10873,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10952,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10973,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11002,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11035,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11075,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11191,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11206,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11290,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11389,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11427,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11455,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11542,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11740,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11786,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11816,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11850,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11924,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12073,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12091,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12175,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12191,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12515,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12531,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12565,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12890,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13129,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13178,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13217,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13347,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13437,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13455,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13470,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13497,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13518,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13530,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13584,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13668,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13772,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13802,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13841,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13910,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13931,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13961,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13970,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13979,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14015,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14060,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14075,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14144,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14187,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14196,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14253,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14319,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14364,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14400,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14481,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14568,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14592,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14607,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14631,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14661,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14673,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14784,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14800,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14823,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14856,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14880,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15033,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15054,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15081,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15105,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15142,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15339,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15369,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15381,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15393,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15408,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15432,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15488,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15542,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15768,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15792,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15807,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15846,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15867,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16012,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16072,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16084,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16102,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16222,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16303,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16455,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16498,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16535,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16679,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16739,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16839,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16911,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17062,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17074,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17352,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17395,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17407,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17464,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17557,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17572,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17590,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17703,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17718,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17739,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17751,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17823,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17844,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17859,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17887,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17923,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17956,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17968,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18016,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18229,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18268,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18295,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18379,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18433,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18445,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18481,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18556,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18724,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18784,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18820,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18916,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18937,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18946,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18967,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18982,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19024,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19111,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19129,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19159,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19204,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19219,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19237,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19354,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19385,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19397,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19430,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19439,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19585,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19750,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19795,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19981,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20017,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20286,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20493,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20764,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20943,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20961,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21102,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21119,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21345,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21395,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21564,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21619,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22717,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23366,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23421,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23779,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23930,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24247,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24465,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24497,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24620,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24801,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25029,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25065,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25217,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26205,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26486,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/lt.po
index 2f5086e,ca8ac02..e4b6844
--- a/i18n/po/lt.po
+++ b/i18n/po/lt.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-05-18 06:41+0000\n"
"Last-Translator: Mantas KriauÄiÅ«nas <mantas at akl.lt>\n"
"Language-Team: Lithuanian <lt at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"(n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:51+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:50+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: lt\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "Fono naudojimo sÄ
lygos
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Atveriama nuorada dabartinÄje platformoje nepalaikoma (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Vykdomas platformos paleidimas"
@@@ -163,13 -169,13 +169,13 @@@ msgid "About JOSM...
msgstr "Apie JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -255,9 -261,6 +261,6 @@@ msgstr "Įrankai: {0}
msgid "Please select at least four nodes."
msgstr "Parinkite bent keturis taškus"
- msgid "Information"
- msgstr "Informacija"
-
msgid "Align Nodes in Line"
msgstr "IÅ¡dÄstyti TaÅ¡kus į TiesÄ"
@@@ -294,6 -297,9 +297,9 @@@ msgstr "kitas
msgid "Nothing selected to zoom to."
msgstr "Neparinkta kÄ
priartinti."
+ msgid "Information"
+ msgstr "Informacija"
+
msgid "Zoom to {0}"
msgstr "Priartinti {0}"
@@@ -350,9 -356,9 +356,9 @@@ msgstr "
"kryptį pakeisti?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Negalima sujungti kelių (Kelių neįmanoma sulieti taÅ¡kų į vienÄ
eilÄ)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "Sujungti {0} kelius"
@@@ -532,6 -538,9 +538,9 @@@ msgstr "Istorija
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Parodyti OSM kelių, taÅ¡kų arba ryÅ¡ių detalÄ istorijÄ
."
+ msgid "Show history"
+ msgstr "Roditį istorijÄ
"
+
msgid "History (web)"
msgstr "Istorija (Internete)"
@@@ -645,7 -654,7 +654,7 @@@ msgid "Joined overlapping areas
msgstr "Sujungti persidengianÄias sritis"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -795,8 -804,8 +804,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Sulieti taÅ¡kus į seniausiÄ
taÅ¡kÄ
."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -982,12 -991,8 +991,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1005,9 -1010,6 +1010,6 @@@ msgstr "
msgid "Usage"
msgstr "Panaudojimas"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1175,9 -1177,6 +1177,6 @@@ msgstr "Ä®kelti SesijÄ
msgid "Load a session from file."
msgstr "Ä®kelti sesijÄ
iš failo."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Sesijos failas (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Atverti sesijÄ
"
@@@ -1330,13 -1329,13 +1329,13 @@@ msgstr "
"taškus kelio vidurį.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1433,6 -1432,27 +1432,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Atšaukti"
@@@ -1717,6 -1737,9 +1737,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "AtsiunÄiama {0} iÅ¡ {1} ({2} liko)"
@@@ -1937,8 -1960,8 +1960,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2364,6 -2387,9 +2387,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2560,8 -2586,7 +2586,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2647,6 -2672,9 +2672,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2683,10 -2711,10 +2711,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2709,8 -2737,8 +2737,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2814,6 -2842,9 +2842,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2874,8 -2905,8 +2905,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2905,10 -2936,10 +2936,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2929,6 -2960,9 +2960,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2959,18 -2993,18 +2993,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2979,8 -3013,8 +3013,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2988,13 -3022,11 +3022,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3008,8 -3040,8 +3040,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3039,11 -3071,10 +3071,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEŽINOMAS"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3199,8 -3230,7 +3230,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3307,7 -3337,7 +3337,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3345,9 -3375,6 +3375,6 @@@ msgstr "
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3386,6 -3413,9 +3413,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3410,6 -3440,15 +3440,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3469,6 -3508,9 +3508,9 @@@ msgstr " arba
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3551,6 -3593,15 +3593,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3620,6 -3671,12 +3671,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3677,15 -3734,15 +3734,15 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
+ msgid "Role verification problem"
+ msgstr ""
+
msgid "<empty>"
msgstr "<tuÅ¡Äias>"
msgid "Role {0} missing"
msgstr ""
- msgid "Role verification problem"
- msgstr ""
-
msgid "Number of {0} roles too low ({1})"
msgstr ""
@@@ -3715,10 -3772,10 +3772,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3852,7 -3909,7 +3909,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3927,6 -3984,9 +3984,9 @@@ msgstr "Atviri Keliai
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr "Atviras kelias"
+
msgid "natural type {0}"
msgstr ""
@@@ -3957,9 -4017,6 +4017,6 @@@ msgstr "pastatas
msgid "area"
msgstr "plotas"
- msgid "Unclosed way"
- msgstr "Atviras kelias"
-
msgid "Unconnected ways"
msgstr "Nesujungti keliai"
@@@ -3984,12 -4041,12 +4041,12 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
- msgstr "Be žymių"
-
msgid "Unconnected nodes without physical tags"
msgstr ""
+ msgid "No tags"
+ msgstr "Be žymių"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr ""
@@@ -4050,23 -4107,6 +4107,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4171,7 -4211,7 +4211,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4400,6 -4440,18 +4440,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4504,19 -4556,6 +4556,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4804,29 -4843,47 +4843,47 @@@ msgstr "> apaÄia
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4841,7 -4898,7 +4898,7 @@@ msgstr "
msgid "Up"
msgstr "Aukštyn"
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4893,14 -4950,6 +4950,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "Taškas"
@@@ -5150,14 -5199,14 +5199,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5678,6 -5727,9 +5727,9 @@@ msgstr "Rodyti/PaslÄpti
msgid "Information about layer"
msgstr "Sluoksnio informacija"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "ŽemÄlapio atvaizdavimo stiliai"
@@@ -5761,6 -5813,33 +5813,33 @@@ msgstr "
msgid "No"
msgstr "Ne"
+ msgid "Object type:"
+ msgstr "Objekto tipas:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "įvairus"
+
+ msgid "Choose the OSM object type"
+ msgstr "Pasirinkite OSM objekto tipÄ
"
+
+ msgid "Object ID:"
+ msgstr "Objekto ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Įveskite objekto ID, kuris bus parsiųstas"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Ryšiai"
@@@ -5851,8 -5930,7 +5930,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6023,9 -6101,6 +6101,6 @@@ msgstr "Atnaujinamas turinys
msgid "Update the changeset content from the OSM server"
msgstr "Atnaujinti pakeitimo turinį iš OSM serverio"
- msgid "Show history"
- msgstr "Roditį istorijÄ
"
-
msgid "Download and show the history of the selected objects"
msgstr "Parsiųsti ir parodyti parinktų objektų istorijÄ
"
@@@ -6310,8 -6385,8 +6385,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6376,34 -6451,46 +6451,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6418,13 -6505,13 +6505,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "PridÄti žymÄ"
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6578,7 -6665,7 +6665,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6896,6 -6983,25 +6983,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Žymekliai"
@@@ -7027,21 -7133,8 +7133,8 @@@ msgstr "
msgid "Download object"
msgstr "Parsiūsti objektai"
- msgid "Object type:"
- msgstr "Objekto tipas:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "įvairus"
-
- msgid "Choose the OSM object type"
- msgstr "Pasirinkite OSM objekto tipÄ
"
-
- msgid "Object ID:"
- msgstr "Objekto ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Įveskite objekto ID, kuris bus parsiųstas"
+ msgid "Start downloading"
+ msgstr "PradÄti parsiuntimÄ
"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7051,23 -7144,9 +7144,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "PradÄti parsiuntimÄ
"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7164,7 -7243,7 +7243,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7263,6 -7342,9 +7342,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7350,7 -7432,7 +7432,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7369,6 -7451,12 +7451,12 @@@ msgstr "Trumpas aprašymas jūsų išsi
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Pakeitimo id:"
@@@ -7435,8 -7523,7 +7523,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7511,8 -7598,8 +7598,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7526,8 -7613,7 +7613,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7742,12 -7828,6 +7828,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7756,6 -7836,22 +7836,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7771,6 -7867,21 +7867,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7778,8 -7889,8 +7889,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7891,9 -8002,6 +8002,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7903,6 -8011,9 +8011,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7919,7 -8030,7 +8030,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8065,7 -8176,7 +8176,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8095,7 -8206,7 +8206,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8450,9 -8561,6 +8561,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8471,6 -8579,9 +8579,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8528,6 -8639,12 +8639,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8594,9 -8711,6 +8711,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8777,14 -8891,10 +8891,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8799,7 -8909,7 +8909,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8809,8 -8919,7 +8919,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9030,7 -9139,7 +9139,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9745,21 -9854,21 +9854,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9813,6 -9922,9 +9955,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9866,6 -9978,11 +10011,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10322,6 -10439,12 +10472,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10385,7 -10508,7 +10541,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10643,21 -10766,6 +10799,6 @@@ msgstr "Swiss Grid (Å veicarija)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr ""
-
- msgid "North"
- msgstr "Å iaurÄ"
-
- msgid "South"
- msgstr "Peitūs"
-
- msgid "Hemisphere"
- msgstr ""
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
@@@ -10679,6 -10787,21 +10820,21 @@@ msgstr "UTM Prancūzija (DOM)
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr ""
+
+ msgid "North"
+ msgstr "Å iaurÄ"
+
+ msgid "South"
+ msgstr "Peitūs"
+
+ msgid "Hemisphere"
+ msgstr ""
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -10729,8 -10852,8 +10885,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10739,20 -10862,25 +10895,25 @@@ msgstr "OSM vartotojo vardas:
msgid "OSM password:"
msgstr "OSM slaptažodis"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10834,14 -10962,8 +10995,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10914,7 -11036,7 +11069,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10993,9 -11115,6 +11148,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11014,6 -11133,14 +11166,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11043,9 -11170,49 +11203,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11076,7 -11243,7 +11276,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11116,28 -11283,26 +11316,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11233,6 -11398,9 +11431,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11248,12 -11416,20 +11449,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11332,8 -11508,8 +11541,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "Pavyko įkelti NMEA"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr ""
@@@ -11431,35 -11607,11 +11640,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11469,8 -11621,8 +11654,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11497,10 -11649,7 +11682,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11584,8 -11733,8 +11766,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11782,7 -11931,7 +11964,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11828,6 -11977,15 +12010,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11858,19 -12016,19 +12049,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11892,11 -12050,23 +12083,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Sesijos failas (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11966,13 -12136,13 +12169,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12115,10 -12285,10 +12318,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12133,22 -12303,21 +12336,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12217,8 -12386,7 +12419,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12233,9 -12401,24 +12434,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12557,12 -12740,11 +12773,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12573,15 -12755,58 +12788,58 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
msgstr[1] ""
msgid "Key is too long (max {0} characters):"
@@@ -12607,9 -12832,23 +12865,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12932,6 -13171,11 +13204,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13171,6 -13415,9 +13448,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13220,9 -13467,6 +13500,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13259,6 -13503,11 +13536,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13389,6 -13638,9 +13671,9 @@@ msgstr "Pylimas
msgid "Lit"
msgstr "Apšviesta"
+ msgid "Toll"
+ msgstr "Mokestis"
+
msgid "Motorway Link"
msgstr "AutomagistralÄ/Greitkelio Rampa"
@@@ -13479,6 -13731,50 +13764,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Greitkelio tipas"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "taip"
+
+ msgid "no"
+ msgstr "ne"
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13497,10 -13793,10 +13826,10 @@@ msgstr "Sritis
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13512,6 -13808,9 +13841,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13539,18 -13838,12 +13871,12 @@@ msgstr "žiedas
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "taip"
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr "Mokestis"
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13560,9 -13853,6 +13886,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13572,15 -13862,15 +13895,15 @@@ msgstr "
msgid "private"
msgstr "privatus"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "ne"
-
msgid "official"
msgstr ""
@@@ -13626,6 -13916,9 +13949,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Ribotas Mažiausias greitis (km/h)"
@@@ -13710,6 -14003,9 +14036,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13814,20 -14110,29 +14143,29 @@@ msgstr "
msgid "Visibility"
msgstr "Matomumas"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "labai geras"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "geras"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "vidutidnis"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "blogas"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "labai blogas"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "VežimÄlis"
@@@ -13844,10 -14149,10 +14182,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13883,7 -14188,7 +14221,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13952,12 -14257,18 +14290,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr ""
+ msgid "Drinking Water"
+ msgstr "Geriamas Vanduo"
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13973,15 -14284,6 +14317,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14003,6 -14305,15 +14338,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14012,6 -14323,9 +14356,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14021,10 -14335,7 +14368,7 @@@ msgstr "pagal laikrodžio rodyklÄ
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14057,9 -14368,6 +14401,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14099,9 -14407,15 +14440,21 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
msgstr ""
+ msgid "Material"
+ msgstr "Medžiaga"
+
+ msgid "stone"
+ msgstr "akmuo"
+
msgid "Bollard"
msgstr ""
@@@ -14117,6 -14431,9 +14470,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastmasÄ"
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14186,21 -14503,15 +14542,18 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "stulpas"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "stulpas"
-
msgid "Guard Rail"
msgstr ""
@@@ -14229,6 -14540,7 +14582,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14238,11 -14550,11 +14592,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Ä®Äjimas"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Keisti Ä®ÄjimÄ
"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Vartai"
@@@ -14295,12 -14607,6 +14649,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Medžiaga"
-
- msgid "stone"
- msgstr "akmuo"
-
msgid "Turnstile"
msgstr ""
@@@ -14361,12 -14667,21 +14709,21 @@@ msgstr "
msgid "Ditch"
msgstr "Griovys"
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "Upelis"
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanalas"
@@@ -14406,9 -14721,6 +14763,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14442,6 -14754,21 +14796,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Sausuma"
@@@ -14523,18 -14850,23 +14892,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
- msgstr "keleiviai"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "automobiliai"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "dviraÄiai"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "sunkvežimiai"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14610,7 -14942,7 +14984,7 @@@ msgstr "turistinis
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14634,11 -14966,14 +15008,14 @@@ msgstr "
msgid "rail"
msgstr "bÄgiai"
- msgid "Voltage"
- msgstr "Įtampa"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Dažnis (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -14649,9 -14984,6 +15026,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14673,15 -15005,15 +15047,15 @@@ msgstr "
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr ""
+
msgid "Edit Subway"
msgstr ""
msgid "Tram"
msgstr "Tramvajus"
-msgid "Edit Tram"
-msgstr ""
-
msgid "Bus Guideway"
msgstr ""
@@@ -14703,6 -15035,9 +15077,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Pervaža"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14715,18 -15050,32 +15092,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "PerÄja"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14826,11 -15175,9 +15217,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14842,11 -15189,9 +15231,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14865,10 -15210,10 +15252,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
- msgstr ""
+ msgid "rooftop"
+ msgstr "ant stogo"
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14898,9 -15243,6 +15285,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr "ant stogo"
-
msgid "Capacity"
msgstr "Vietų skaiÄius"
@@@ -14922,20 -15264,39 +15306,39 @@@ msgstr "Darbo valandos
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
-
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
- msgid "Parking entrance"
- msgstr "StovÄjimo aikÅ¡telÄs įvažiavimas"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
- msgid "Edit Parking entrance"
- msgstr "Keisti StovÄjimo aikÅ¡telÄs įvažiavimÄ
"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
- msgid "Fuel"
- msgstr "DegalinÄ"
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
+
+ msgid "Parking entrance"
+ msgstr "StovÄjimo aikÅ¡telÄs įvažiavimas"
+
+ msgid "Edit Parking entrance"
+ msgstr "Keisti StovÄjimo aikÅ¡telÄs įvažiavimÄ
"
+
+ msgid "Fuel"
+ msgstr "DegalinÄ"
msgid "Edit Fuel"
msgstr "Keisti DegalinÄ"
@@@ -15075,6 -15436,9 +15478,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Įtampa"
+
msgid "Amperage"
msgstr "SrovÄ"
@@@ -15096,6 -15460,12 +15502,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr "Dalys"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15123,6 -15493,12 +15535,12 @@@ msgstr "Nuoma
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15147,22 -15523,6 +15565,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "taip"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "ne"
-
msgid "brand"
msgstr ""
@@@ -15184,9 -15544,6 +15586,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Dalys"
-
msgid "Clothes"
msgstr "Drabužiai"
@@@ -15381,6 -15738,9 +15780,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15411,6 -15771,9 +15813,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Suolelis"
@@@ -15423,9 -15786,6 +15828,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15435,7 -15795,12 +15837,12 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
+ msgstr "Stotis"
+
+ msgctxt "railway"
+ msgid "Edit Station"
msgstr ""
msgid "Building"
@@@ -15450,6 -15815,9 +15857,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15474,14 -15842,6 +15884,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Stotis"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15530,7 -15890,7 +15932,7 @@@ msgstr "
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15584,6 -15944,21 +15986,21 @@@ msgstr "Terminalas
msgid "Edit Terminal"
msgstr "Keisti TerminalÄ
"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr "belaidis"
+
+ msgid "wired"
+ msgstr "laidinis"
+
+ msgid "terminal"
+ msgstr ""
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr "Vartai"
@@@ -15606,21 -15981,6 +16023,6 @@@ msgstr "
msgid "Stars"
msgstr ""
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr "belaidis"
-
- msgid "wired"
- msgstr "laidinis"
-
- msgid "terminal"
- msgstr ""
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr "Rūkantiems"
@@@ -15810,9 -16170,6 +16212,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15834,9 -16191,15 +16233,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "ŽemÄlapis"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15849,6 -16212,9 +16254,9 @@@ msgstr "gatvÄ
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15888,6 -16254,9 +16296,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15909,22 -16278,34 +16320,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16054,49 -16435,43 +16477,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
- msgstr "Religija"
+ msgid "Recording Studio"
+ msgstr "Įrašų studija"
- msgid "bahai"
- msgstr ""
+ msgid "Edit Studio"
+ msgstr "Keisti StudijÄ
"
- msgid "buddhist"
- msgstr ""
+ msgid "audio"
+ msgstr "garsas"
- msgid "christian"
- msgstr ""
+ msgid "video"
+ msgstr "vaizdas"
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
- msgstr ""
+ msgid "church"
+ msgstr "bažnyÄia"
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16114,6 -16489,12 +16531,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16126,6 -16507,9 +16549,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16144,38 -16528,138 +16570,138 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Darbo valandos"
+ msgid "reform"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Įrašų studija"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Keisti StudijÄ
"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "audio"
- msgstr "garsas"
+ msgid "theravada"
+ msgstr ""
- msgid "video"
- msgstr "vaizdas"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religija"
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr ""
msgid "Public Building"
msgstr "Viešas Pastatas"
@@@ -16264,6 -16748,12 +16790,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16345,14 -16835,68 +16877,68 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
- msgstr "Telefonas"
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
+
+ msgid "Post Box"
+ msgstr ""
+
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
+ msgid "Telephone"
+ msgstr "Telefonas"
msgid "Edit Telephone"
msgstr ""
@@@ -16360,6 -16904,30 +16946,30 @@@
msgid "Telephone cards"
msgstr ""
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Laikrodis"
@@@ -16369,31 -16937,37 +16979,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
- msgstr "analoginis"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "skaitmeninis"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "saulÄs"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16421,7 -16995,7 +17037,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16448,21 -17022,15 +17064,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Å iukÅ¡liadÄžÄ"
- msgid "Edit Waste Basket"
- msgstr "Keisti Å iukÅ¡liadÄžÄ"
-
msgid "Waste Disposal"
msgstr "Atliekų Surinkimas"
- msgid "Edit Waste Disposal"
- msgstr "Keisti Atliekų SurinkimÄ
"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "Atluošas"
- msgid "plastic"
- msgstr "plastmasÄ"
-
msgid "Amount of Seats"
msgstr ""
@@@ -16497,18 -17065,24 +17107,24 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr ""
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "Geriamas Vanduo"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16540,6 -17114,9 +17156,9 @@@ msgstr "baseinas
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16577,119 -17154,155 +17196,155 @@@ msgstr "Stadionas
msgid "Edit Stadium"
msgstr "Keiti StadionÄ
"
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
- msgstr ""
+ msgid "Sport"
+ msgstr "Sportas"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fotbolas"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "plaukiojimas"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "stalo_tenisas"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenisas"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sporto Centras"
@@@ -16721,26 -17334,27 +17376,27 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr "Sportas"
-
msgid "Multi"
msgstr "Daugiafunkcis"
msgid "Edit Multi"
msgstr "Keisti Daugiafunkcį"
- msgid "type"
- msgstr "tipas"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "aikÅ¡telÄ"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sporto_centras"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadionas"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16748,6 -17362,15 +17404,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "aikÅ¡telÄ"
+
+ msgid "sports_centre"
+ msgstr "sporto_centras"
+
+ msgid "stadium"
+ msgstr "stadionas"
+
msgid "10pin"
msgstr ""
@@@ -16781,6 -17404,22 +17446,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16881,36 -17520,54 +17562,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Sunkumas"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "naujokams"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "lengvas"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "pažengusiems"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "profesonalams"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16953,19 -17610,15 +17652,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17104,6 -17757,18 +17799,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "RC Mašina"
@@@ -17116,38 -17781,73 +17823,73 @@@ msgstr "
msgid "Edit Building"
msgstr "Keisti PastatÄ
"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "stogas"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "gražas"
+ msgstr ""
- msgid "church"
- msgstr "bažnyÄia"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "mokykla"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "angaras"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "komercija"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "ferma"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "transportas"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "šiltnamis"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "biuras"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "universitetas"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "Gyvenamasisi Pastatas"
@@@ -17155,21 -17855,60 +17897,60 @@@
msgid "Edit Residential Building"
msgstr "Keisti Gyvenamajį PastatÄ
"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "daugiabutis"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "namas"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "lūšna"
+ msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Ä®Äjimas"
+
+ msgid "Edit Entrance"
+ msgstr "Keisti Ä®ÄjimÄ
"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Bokštas"
@@@ -17394,41 -18133,67 +18175,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17437,7 -18202,7 +18244,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17449,12 -18214,102 +18256,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "parduotuvÄ"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "karštas vanduo"
+
+ msgid "hot air"
+ msgstr "karštas oras"
+
+ msgid "cold water"
+ msgstr "šaltas vanduo"
+
+ msgid "cold air"
+ msgstr "šaltas oras"
+
+ msgid "compressed air"
+ msgstr "suslÄgtas oras"
+
+ msgid "steam"
+ msgstr "grai"
+
+ msgid "vacuum"
+ msgstr "vakuumas"
+
msgid "Power Generator"
msgstr ""
@@@ -17506,88 -18361,191 +18403,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "karštas vanduo"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "karštas oras"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "šaltas vanduo"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "šaltas oras"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "suslÄgtas oras"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "grai"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vakuumas"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
msgstr ""
- msgid "Power Station"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17599,6 -18557,21 +18599,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr "aukštis"
+
+ msgid "medium"
+ msgstr "vidutinis"
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17614,6 -18587,9 +18629,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17632,11 -18608,9 +18650,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17745,11 -18719,11 +18761,11 @@@ msgstr "Kioskas
msgid "Edit Kiosk"
msgstr "Keisti KioskÄ
"
- msgid "Baker"
- msgstr "KepÄjas"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Keisti KepÄjÄ
"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "MÄsininkas"
@@@ -17760,8 -18734,8 +18776,8 @@@ msgstr "Keisti MÄsininkÄ
msgid "Seafood"
msgstr "JÅ«rų gÄrybÄs"
- msgid "Edit Seafood"
- msgstr "Keisti JÅ«rų gÄrybes"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr ""
@@@ -17781,6 -18755,9 +18797,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17793,9 -18770,6 +18812,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17865,7 -18839,7 +18881,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17886,13 -18860,13 +18902,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17901,9 -18875,8 +18917,8 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr ""
@@@ -17929,6 -18902,12 +18944,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17965,10 -18944,31 +18986,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17998,7 -18998,7 +19040,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18010,19 -19010,19 +19052,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18058,7 -19058,7 +19100,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18271,6 -19271,12 +19313,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18310,24 -19316,33 +19358,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18337,15 -19352,6 +19394,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18421,6 -19427,12 +19469,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18475,7 -19487,7 +19529,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18487,6 -19499,9 +19541,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18532,34 -19547,61 +19589,61 @@@ msgstr "
msgid "Construction area"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr "Savartynas"
+
+ msgid "Edit Landfill Landuse"
+ msgstr ""
+
+ msgid "Quarry"
+ msgstr ""
+
+ msgid "Edit Quarry Landuse"
+ msgstr ""
+
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
- msgstr "Savartynas"
+ msgid "Regional name"
+ msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18598,6 -19640,18 +19682,18 @@@ msgstr "lyginis
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18766,21 -19820,50 +19862,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "pÄstiesiems"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18826,21 -19909,24 +19951,24 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
msgstr ""
+ msgid "house"
+ msgstr "namas"
+
msgid "Street"
msgstr ""
@@@ -18862,7 -19948,7 +19990,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18958,18 -20044,27 +20086,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "tiltas"
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr "dviraÄiai"
+
+ msgid "foot"
+ msgstr "pÄstiesiems"
+
msgid "horse"
msgstr "arkliu"
@@@ -18979,7 -20074,10 +20116,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18988,10 -20086,10 +20128,10 @@@ msgstr "
msgid "ford"
msgstr "brasta"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19009,6 -20107,9 +20149,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19024,28 -20125,28 +20167,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19066,20 -20167,20 +20209,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
- msgstr "parduotuvÄ"
+ msgid "office"
+ msgstr "biuras"
msgid "hotel"
msgstr "viešbutis"
@@@ -19153,11 -20254,14 +20296,14 @@@ msgstr "
msgid "boundary"
msgstr "riba"
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "adresas"
@@@ -19171,9 -20275,6 +20317,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19201,6 -20302,9 +20344,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19246,10 -20350,40 +20392,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19261,7 -20395,7 +20437,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19279,7 -20413,7 +20455,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19396,19 -20530,130 +20572,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19427,7 -20672,46 +20714,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19439,24 -20723,30 +20765,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19472,7 -20762,7 +20807,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19481,6 -20771,9 +20816,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19627,6 -20920,29 +20965,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19792,6 -21108,9 +21153,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19837,6 -21156,39 +21201,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20023,19 -21375,31 +21420,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20059,13 -21423,7 +21468,7 @@@ msgstr "
msgid "Time"
msgstr "Laikas"
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20330,10 -21688,13 +21733,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20537,7 -21898,7 +21943,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20808,15 -22169,6 +22214,6 @@@ msgstr "Namo numeris:
msgid "Street Name:"
msgstr "GatvÄs Pavadinimas:"
- msgid "Increment"
- msgstr "DidÄjimo tvarka"
-
- msgid "Decrement"
- msgstr "MažÄjimo tvarka"
-
- msgid "Numbers:"
- msgstr "Numeriai:"
-
msgid "Big buildings mode"
msgstr "Didelių pastatų režimas"
@@@ -20987,6 -22339,9 +22384,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21005,12 -22360,6 +22405,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "aukštis"
-
- msgid "medium"
- msgstr "vidutinis"
-
msgid "symbol"
msgstr "simbolis"
@@@ -21146,6 -22495,9 +22540,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21163,6 -22515,9 +22560,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21389,7 -22744,10 +22789,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21439,8 -22797,8 +22842,8 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
- msgstr "Adresas"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr ""
@@@ -21592,38 -22950,38 +22995,103 @@@ msgstr "
msgid "Enable autologin"
msgstr ""
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21663,27 -23021,9 +23131,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22761,9 -24101,26 +24211,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23410,9 -24767,6 +24877,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23465,18 -24819,6 +24929,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23823,6 -25165,27 +25275,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23974,6 -25337,9 +25447,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24291,9 -25657,6 +25767,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24509,6 -25872,9 +25982,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24541,15 -25907,31 +26017,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr "Kelio Ženklų Priedas"
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24664,9 -26046,6 +26156,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr "Greitkelio tipas"
-
msgid "Speed (Km/h)"
msgstr "Greitis (Km/h)"
@@@ -24845,19 -26224,19 +26334,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
- msgstr "nematomas"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25073,6 -26452,95 +26562,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25109,6 -26577,9 +26687,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25261,9 -26732,6 +26842,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26253,9 -27721,6 +27831,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Įkelti Video"
@@@ -26534,9 -27999,6 +28109,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr "Ä®veskite Wikipedia kalbÄ
"
- msgid "Add Tag"
- msgstr "PridÄti žymÄ"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/lv.po
index 8f23229,c559e00..f5c7c35
--- a/i18n/po/lv.po
+++ b/i18n/po/lv.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-10-03 22:16+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: Latvian <lv at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:50+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:50+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: lv\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -163,18 -169,14 +169,14 @@@ msgid "About JOSM...
msgstr "Par JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UZMANĪBU: neparedzÄts bÄzes URL API formÄts. PÄrsÅ«tīšana uz info vai "
- "vÄstures lapu par OSM objektu noteikti neizdosies. API bÄzes URL ir: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "BRĪDINÄJUMS: negaidÄ«ts API bÄzes adreses formÄts. Novirzīšana uz OSM "
- "lietotÄja personÄlo lapu nav iespÄjama. API bÄzes adrese ir: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -261,9 -263,6 +263,6 @@@ msgstr "Instruments: {0}
msgid "Please select at least four nodes."
msgstr "LÅ«dzu iezÄ«mÄjiet vismaz Äetrus mezglus."
- msgid "Information"
- msgstr "InformÄcija"
-
msgid "Align Nodes in Line"
msgstr "Izvietot mezglus pa līniju"
@@@ -300,6 -299,9 +299,9 @@@ msgstr "nÄkamais
msgid "Nothing selected to zoom to."
msgstr "Nav iezÄ«mÄts mÄrogoÅ¡anas objekts."
+ msgid "Information"
+ msgstr "InformÄcija"
+
msgid "Zoom to {0}"
msgstr "MÄrogot uz {0}"
@@@ -356,9 -358,9 +358,9 @@@ msgstr "
"tiem?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Nevaru kombinÄt ceļus (Tos nevar savienot vienotÄ mezglu rindÄ)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "KombinÄt {0} ceļus"
@@@ -537,6 -539,9 +539,9 @@@ msgstr "VÄsture
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "AttÄlot vÄsturisko informÄciju par OSM ceļiem, mezgliem un saiknÄm."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -656,7 -661,7 +661,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -806,8 -811,8 +811,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Apievienot punktus vienÄ (vecÄkajÄ)"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -992,12 -997,8 +997,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1015,9 -1016,6 +1016,6 @@@ msgstr "
msgid "Usage"
msgstr "Pielietojums"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1183,9 -1181,6 +1181,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1324,13 -1319,13 +1319,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1419,6 -1414,27 +1414,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Atsaukt"
@@@ -1703,6 -1719,9 +1719,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1922,8 -1941,8 +1941,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2348,6 -2367,9 +2367,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2544,8 -2566,7 +2566,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2631,6 -2652,9 +2652,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2667,10 -2691,10 +2691,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2693,8 -2717,8 +2717,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2798,6 -2822,9 +2822,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2858,8 -2885,8 +2885,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2889,10 -2916,10 +2916,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2913,6 -2940,9 +2940,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2943,18 -2973,18 +2973,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2963,8 -2993,8 +2993,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2972,13 -3002,11 +3002,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2992,8 -3020,8 +3020,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3023,11 -3051,10 +3051,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEZINÄMS"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3180,8 -3207,7 +3207,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3288,7 -3314,7 +3314,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3326,9 -3352,6 +3352,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3367,6 -3390,9 +3390,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3391,6 -3417,15 +3417,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3450,6 -3485,9 +3485,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3532,6 -3570,15 +3570,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3601,6 -3648,12 +3648,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3658,13 -3711,13 +3711,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3696,10 -3749,10 +3749,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3833,7 -3886,7 +3886,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3908,6 -3961,9 +3961,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3938,9 -3994,6 +3994,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3965,10 -4018,10 +4018,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4031,23 -4084,6 +4084,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4151,7 -4187,7 +4187,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4380,6 -4416,18 +4416,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4484,19 -4532,6 +4532,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4784,29 -4819,47 +4819,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4821,7 -4874,7 +4874,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4873,14 -4926,6 +4926,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5130,14 -5175,14 +5175,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5658,6 -5703,9 +5703,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5741,6 -5789,33 +5789,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objekta tips"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "jaukts"
+
+ msgid "Choose the OSM object type"
+ msgstr "IzvÄlietie OSM objekta tipu"
+
+ msgid "Object ID:"
+ msgstr "Objekta ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Ievadiet lejupielÄdÄjamÄ objekta ID"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5831,8 -5906,7 +5906,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6002,9 -6076,6 +6076,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6289,8 -6360,8 +6360,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6355,34 -6426,46 +6426,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6397,13 -6480,13 +6480,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6557,7 -6640,7 +6640,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6875,6 -6958,25 +6958,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7006,21 -7108,8 +7108,8 @@@ msgstr "
msgid "Download object"
msgstr "LejupielÄdÄt objektu"
- msgid "Object type:"
- msgstr "Objekta tips"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "jaukts"
-
- msgid "Choose the OSM object type"
- msgstr "IzvÄlietie OSM objekta tipu"
-
- msgid "Object ID:"
- msgstr "Objekta ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Ievadiet lejupielÄdÄjamÄ objekta ID"
+ msgid "Start downloading"
+ msgstr "SÄkt lejupielÄdi"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7030,23 -7119,9 +7119,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "SÄkt lejupielÄdi"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7143,7 -7218,7 +7218,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7242,6 -7317,9 +7317,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7329,7 -7407,7 +7407,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7348,6 -7426,12 +7426,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7414,8 -7498,7 +7498,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7490,8 -7573,8 +7573,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7505,8 -7588,7 +7588,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7721,12 -7803,6 +7803,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7735,10 -7811,26 +7811,26 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
msgstr ""
msgid "Do not show this message again"
@@@ -7750,6 -7842,21 +7842,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7757,8 -7864,8 +7864,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7870,9 -7977,6 +7977,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7882,6 -7986,9 +7986,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7898,7 -8005,7 +8005,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8044,7 -8151,7 +8151,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8074,7 -8181,7 +8181,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8427,9 -8534,6 +8534,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8448,6 -8552,9 +8552,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8505,6 -8612,12 +8612,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8571,9 -8684,6 +8684,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8754,14 -8864,10 +8864,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8776,7 -8882,7 +8882,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8786,8 -8892,7 +8892,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9007,7 -9112,7 +9112,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9722,21 -9827,21 +9827,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9790,6 -9895,9 +9928,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9843,6 -9951,11 +9984,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10299,6 -10412,12 +10445,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10362,7 -10481,7 +10514,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10620,40 -10739,40 +10772,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10706,8 -10825,8 +10858,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10716,20 -10835,25 +10868,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10811,14 -10935,8 +10968,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10891,7 -11009,7 +11042,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10970,9 -11088,6 +11121,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10991,6 -11106,14 +11139,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11020,9 -11143,49 +11176,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11053,7 -11216,7 +11249,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11093,28 -11256,26 +11289,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11213,6 -11374,9 +11407,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11228,12 -11392,20 +11425,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11312,7 -11484,7 +11517,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11411,35 -11583,11 +11616,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11449,8 -11597,8 +11630,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11477,10 -11625,7 +11658,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11564,8 -11709,8 +11742,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11762,7 -11907,7 +11940,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11808,6 -11953,15 +11986,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11838,19 -11992,19 +12025,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11872,11 -12026,23 +12059,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11946,13 -12112,13 +12145,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12095,10 -12261,10 +12294,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12113,22 -12279,21 +12312,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12197,8 -12362,7 +12395,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12213,9 -12377,24 +12410,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12537,12 -12716,11 +12749,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12553,27 -12731,70 +12764,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12587,9 -12808,23 +12841,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12912,6 -13147,11 +13180,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13151,6 -13391,9 +13424,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13200,9 -13443,6 +13476,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13239,6 -13479,11 +13512,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13369,6 -13614,9 +13647,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13459,6 -13707,50 +13740,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13477,10 -13769,10 +13802,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13492,6 -13784,9 +13817,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13519,18 -13814,12 +13847,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13540,9 -13829,6 +13862,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13552,13 -13838,13 +13871,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13606,6 -13892,9 +13925,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13690,6 -13979,9 +14012,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13794,21 -14086,30 +14119,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13824,10 -14125,10 +14158,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13863,7 -14164,7 +14197,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13932,12 -14233,18 +14266,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13953,15 -14260,6 +14293,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13983,6 -14281,15 +14314,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13992,6 -14299,9 +14332,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14001,10 -14311,7 +14344,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14037,9 -14344,6 +14377,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14082,6 -14386,12 +14419,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14097,6 -14407,9 +14440,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14166,19 -14479,13 +14512,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14209,6 -14516,7 +14549,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14218,10 -14526,10 +14559,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14275,12 -14583,6 +14616,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14341,12 -14643,21 +14676,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14386,9 -14697,6 +14730,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14422,6 -14730,21 +14763,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14503,18 -14826,23 +14859,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14590,7 -14918,7 +14951,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14614,10 -14942,13 +14975,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14629,9 -14960,6 +14993,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14653,13 -14981,13 +15014,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14683,6 -15011,9 +15044,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14695,21 -15026,35 +15059,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14806,11 -15151,9 +15205,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14822,11 -15165,9 +15219,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14845,10 -15186,10 +15240,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14878,9 -15219,6 +15273,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14902,10 -15240,29 +15294,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15055,6 -15412,9 +15466,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15076,7 -15436,13 +15490,13 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
- msgid "Tyres"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
+ msgid "Tyres"
msgstr ""
msgid "Edit Tyres"
@@@ -15103,6 -15469,12 +15523,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15127,22 -15499,6 +15553,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15164,9 -15520,6 +15574,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15361,6 -15714,9 +15768,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15391,6 -15747,9 +15801,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15403,9 -15762,6 +15816,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15415,9 -15771,14 +15825,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15430,6 -15791,9 +15845,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15454,14 -15818,6 +15872,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15510,7 -15866,7 +15920,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15564,41 -15920,41 +15974,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15790,9 -16146,6 +16200,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15814,9 -16167,15 +16221,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15829,6 -16188,9 +16242,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15868,6 -16230,9 +16284,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15889,22 -16254,34 +16308,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16034,49 -16411,43 +16465,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16094,6 -16465,12 +16519,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16106,6 -16483,9 +16537,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16124,37 -16504,137 +16558,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16244,6 -16724,12 +16778,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16325,125 -16811,203 +16865,203 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
msgstr ""
msgid "Edit Shelter"
@@@ -16477,16 -17041,22 +17095,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16520,6 -17090,9 +17144,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16557,117 -17130,153 +17184,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16701,33 -17310,43 +17364,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16761,6 -17380,22 +17434,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16861,36 -17496,54 +17550,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16933,19 -17586,15 +17640,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17084,6 -17733,18 +17787,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17096,60 -17757,134 +17811,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17374,41 -18109,67 +18163,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17417,7 -18178,7 +18232,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17429,12 -18190,102 +18244,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17486,88 -18337,191 +18391,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17579,6 -18533,21 +18587,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17594,6 -18563,9 +18617,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17612,11 -18584,9 +18638,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17725,10 -18695,10 +18749,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17740,7 -18710,7 +18764,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17761,6 -18731,9 +18785,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17773,9 -18746,6 +18800,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17845,7 -18815,7 +18869,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17866,13 -18836,13 +18890,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17881,7 -18851,6 +18905,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17909,6 -18878,12 +18932,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17945,10 -18920,31 +18974,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17978,7 -18974,7 +19028,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17990,19 -18986,19 +19040,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18038,7 -19034,7 +19088,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18251,6 -19247,12 +19301,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18290,24 -19292,33 +19346,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18317,15 -19328,6 +19382,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18401,6 -19403,12 +19457,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18455,7 -19463,7 +19517,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18467,6 -19475,9 +19529,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18503,43 -19514,70 +19568,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18578,6 -19616,18 +19670,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18746,21 -19796,50 +19850,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18806,19 -19885,22 +19939,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18842,7 -19924,7 +19978,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18938,18 -20020,27 +20074,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18959,7 -20050,10 +20104,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18968,10 -20062,10 +20116,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18989,6 -20083,9 +20137,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19004,28 -20101,28 +20155,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19046,19 -20143,19 +20197,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19133,10 -20230,13 +20284,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19151,9 -20251,6 +20305,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19181,6 -20278,9 +20332,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19226,10 -20326,40 +20380,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19241,7 -20371,7 +20425,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19259,7 -20389,7 +20443,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19376,19 -20506,130 +20560,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19407,7 -20648,46 +20702,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19419,24 -20699,30 +20753,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19452,7 -20738,7 +20795,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19461,6 -20747,9 +20804,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19607,6 -20896,29 +20953,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19772,6 -21084,9 +21141,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19817,6 -21132,39 +21189,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20003,19 -21351,31 +21408,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20039,13 -21399,7 +21456,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20308,10 -21662,13 +21719,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20515,7 -21872,7 +21929,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20786,15 -22143,6 +22200,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20965,6 -22313,9 +22370,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20983,12 -22334,6 +22391,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21124,6 -22469,9 +22526,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21141,6 -22489,9 +22546,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21367,7 -22718,10 +22775,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21417,7 -22771,7 +22828,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21591,17 -22945,17 +23002,82 @@@ msgid "Private chat
msgstr ""
msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21641,27 -22995,9 +23117,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22739,9 -24075,26 +24197,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23388,9 -24741,6 +24863,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23443,18 -24793,6 +24915,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23801,6 -25139,27 +25261,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23952,6 -25311,9 +25433,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24269,9 -25631,6 +25753,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24487,6 -25846,9 +25968,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24519,15 -25881,31 +26003,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24642,9 -26020,6 +26142,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24823,19 -26198,19 +26320,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25051,6 -26426,95 +26548,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25087,6 -26551,9 +26673,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25239,9 -26706,6 +26828,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26227,9 -27691,6 +27813,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26508,9 -27969,6 +28091,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/mk.po
index d82a40e,4054604..fa682b2
--- a/i18n/po/mk.po
+++ b/i18n/po/mk.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-05-11 04:37+0000\n"
"Last-Translator: Bojan Jankuloski <bojan.jankuloski at gmail.com>\n"
"Language-Team: Macedonian <mk at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:51+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:51+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: mk\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "УÑлови на ÑпоÑÑеÐ
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "ÐÑвоÑаÑеÑо на вÑÑки не е поддÑжано во ÑековнаÑа подлога (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "ÐÐ ÐÐУÐÐ ÐÐУÐÐÐÐ: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "ÐÐФÐ: {0}
msgid "DEBUG: {0}"
msgstr "ÐÐШТÐÐÐ: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Ðа извÑÑÑвам на подгоÑвиÑелнаÑа поÑÑапка"
@@@ -163,20 -169,14 +169,17 @@@ msgid "About JOSM...
msgstr "Ðа JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
+"ÐÐ ÐÐУÐÐ ÐÐУÐÐÐÐ: оÑновнаÑа URL-адÑеÑа на пÑÐ¸Ð»Ð¾Ð³Ð¾Ñ Ð¸Ð¼Ð° неоÑекÑван ÑоÑмаÑ. "
+"ÐÑенаÑоÑÑваÑеÑо кон инÑоÑмаÑивнаÑа или иÑÑоÑиÑкаÑа ÑÑÑаниÑа на обÑекÑÐ¾Ñ "
+"веÑоÑаÑно нема да ÑÑпее. ÐÑновнаÑа адÑеÑа глаÑи: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐ ÐÐУÐÐ ÐÐУÐÐÐÐ: оÑновнаÑа URL-адÑеÑа на пÑÐ¸Ð»Ð¾Ð³Ð¾Ñ Ð¸Ð¼Ð° неоÑекÑван ÑоÑмаÑ. "
- "ÐÑенаÑоÑÑваÑеÑо кон коÑиÑниÑкаÑа ÑÑÑаниÑа веÑоÑаÑно нема да ÑÑпее. ÐÑновнаÑа "
- "адÑеÑа глаÑи: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -264,9 -264,6 +267,6 @@@ msgstr "ÐлаÑка: {0}
msgid "Please select at least four nodes."
msgstr "Ðе молам одбеÑеÑе баÑем ÑеÑиÑи ÑоÑки."
- msgid "Information"
- msgstr "ÐнÑоÑмаÑиÑа"
-
msgid "Align Nodes in Line"
msgstr "ÐоÑамни ги ÑоÑкиÑе во линиÑа"
@@@ -303,6 -300,9 +303,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr "ÐиÑÑо не е ознаÑено за зголемÑваÑе."
+ msgid "Information"
+ msgstr "ÐнÑоÑмаÑиÑа"
+
msgid "Zoom to {0}"
msgstr "Ðголеми до {0}"
@@@ -357,7 -357,7 +360,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -537,6 -537,9 +540,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -650,7 -653,7 +656,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -800,8 -803,8 +806,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -986,12 -989,8 +992,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1009,9 -1008,6 +1011,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1177,9 -1173,6 +1176,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1318,13 -1311,13 +1314,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1413,6 -1406,27 +1409,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1697,6 -1711,9 +1714,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1916,8 -1933,8 +1936,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2342,6 -2359,9 +2362,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2538,8 -2558,7 +2561,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2625,6 -2644,9 +2647,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2661,10 -2683,10 +2686,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2687,8 -2709,8 +2712,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2792,6 -2814,9 +2817,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2852,8 -2877,8 +2880,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2883,10 -2908,10 +2911,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2907,6 -2932,9 +2935,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2937,18 -2965,18 +2968,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2957,8 -2985,8 +2988,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2966,13 -2994,11 +2997,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2986,8 -3012,8 +3015,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3017,11 -3043,10 +3046,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ÐÐÐÐÐÐÐТÐ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3174,8 -3199,7 +3202,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3282,7 -3306,7 +3309,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3320,9 -3344,6 +3347,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3361,6 -3382,9 +3385,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3385,6 -3409,15 +3412,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3444,6 -3477,9 +3480,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3526,6 -3562,15 +3565,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3595,6 -3640,12 +3643,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3652,13 -3703,13 +3706,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3690,10 -3741,10 +3744,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3827,7 -3878,7 +3881,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3902,6 -3953,9 +3956,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3932,9 -3986,6 +3989,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3959,10 -4010,10 +4013,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4025,23 -4076,6 +4079,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4145,7 -4179,7 +4182,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4374,6 -4408,18 +4411,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4478,19 -4524,6 +4527,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4778,29 -4811,47 +4814,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4815,7 -4866,7 +4869,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4867,14 -4918,6 +4921,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5124,14 -5167,14 +5170,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5652,6 -5695,9 +5698,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5735,6 -5781,33 +5784,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5825,8 -5898,7 +5901,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5996,9 -6068,6 +6071,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6283,8 -6352,8 +6355,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6349,34 -6418,46 +6421,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6391,13 -6472,13 +6475,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6551,7 -6632,7 +6635,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6869,6 -6950,25 +6953,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7000,20 -7100,7 +7103,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7024,23 -7111,9 +7114,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7137,7 -7210,7 +7213,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7236,6 -7309,9 +7312,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7323,7 -7399,7 +7402,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7342,6 -7418,12 +7421,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7408,8 -7490,7 +7493,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7484,8 -7565,8 +7568,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7499,8 -7580,7 +7583,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7715,12 -7795,6 +7798,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7729,13 -7803,29 +7806,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7744,6 -7834,21 +7837,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7751,8 -7856,8 +7859,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7864,9 -7969,6 +7972,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7876,6 -7978,9 +7981,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7892,7 -7997,7 +8000,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8038,7 -8143,7 +8146,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8068,7 -8173,7 +8176,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8421,9 -8526,6 +8529,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8442,6 -8544,9 +8547,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8499,6 -8604,12 +8607,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8565,9 -8676,6 +8679,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8748,14 -8856,10 +8859,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8770,7 -8874,7 +8877,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8780,8 -8884,7 +8887,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9001,7 -9104,7 +9107,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9716,21 -9819,21 +9822,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9784,6 -9887,9 +9923,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9837,6 -9943,11 +9979,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10293,6 -10404,12 +10440,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10356,7 -10473,7 +10509,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10615,40 -10732,40 +10768,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10701,8 -10818,8 +10854,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10711,20 -10828,25 +10864,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10806,14 -10928,8 +10964,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10886,7 -11002,7 +11038,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10965,9 -11081,6 +11117,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10986,6 -11099,14 +11135,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11015,9 -11136,49 +11172,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11048,7 -11209,7 +11245,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11088,28 -11249,26 +11285,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11204,6 -11363,9 +11399,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11219,12 -11381,20 +11417,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11303,7 -11473,7 +11509,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11402,35 -11572,11 +11608,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11440,8 -11586,8 +11622,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11468,10 -11614,7 +11650,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11555,8 -11698,8 +11734,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11753,7 -11896,7 +11932,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11799,6 -11942,15 +11978,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11829,19 -11981,19 +12017,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11863,11 -12015,23 +12051,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11937,13 -12101,13 +12137,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12086,10 -12250,10 +12286,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12104,22 -12268,21 +12304,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12188,8 -12351,7 +12387,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12204,9 -12366,24 +12402,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12528,12 -12705,11 +12741,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12544,27 -12720,70 +12756,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12578,9 -12797,23 +12833,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12903,6 -13136,11 +13172,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13142,6 -13380,9 +13416,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13191,9 -13432,6 +13468,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13230,6 -13468,11 +13504,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13360,6 -13603,9 +13639,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13450,6 -13696,50 +13732,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13468,10 -13758,10 +13794,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13483,6 -13773,9 +13809,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13510,18 -13803,12 +13839,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13531,9 -13818,6 +13854,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13543,13 -13827,13 +13863,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13597,6 -13881,9 +13917,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13681,6 -13968,9 +14004,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13785,21 -14075,30 +14111,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13815,10 -14114,10 +14150,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13854,7 -14153,7 +14189,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13923,12 -14222,18 +14258,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13944,15 -14249,6 +14285,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13974,6 -14270,15 +14306,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13983,6 -14288,9 +14324,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13992,10 -14300,7 +14336,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14028,9 -14333,6 +14369,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14070,7 -14372,13 +14408,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14088,6 -14396,9 +14438,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14157,19 -14468,13 +14510,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14200,6 -14505,7 +14550,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14209,10 -14515,10 +14560,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14266,12 -14572,6 +14617,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14332,12 -14632,21 +14677,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14377,9 -14686,6 +14731,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14413,6 -14719,21 +14764,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14494,18 -14815,23 +14860,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14581,7 -14907,7 +14952,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14605,10 -14931,13 +14976,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14620,9 -14949,6 +14994,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14644,13 -14970,13 +15015,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14674,6 -15000,9 +15045,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14686,18 -15015,32 +15060,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14797,11 -15140,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14813,11 -15154,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14836,10 -15175,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14869,9 -15208,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14893,10 -15229,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15046,6 -15401,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15067,6 -15425,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15094,6 -15458,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15118,29 -15488,13 +15533,13 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
+ msgid "brand"
msgstr ""
- msgctxt "motorcycle"
- msgid "brand"
+ msgid "oldtimer"
msgstr ""
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
- msgid "brand"
- msgstr ""
-
- msgid "oldtimer"
- msgstr ""
-
- msgid "Safety inspection"
+ msgid "Safety inspection"
msgstr ""
msgid "DEKRA"
@@@ -15155,9 -15509,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15352,6 -15703,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15382,6 -15736,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15394,9 -15751,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15406,9 -15760,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15421,6 -15780,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15445,14 -15807,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15501,7 -15855,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15555,41 -15909,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15781,9 -16135,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15805,9 -16156,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15820,6 -16177,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15859,6 -16219,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15880,22 -16243,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16025,49 -16400,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16085,6 -16454,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16097,6 -16472,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16115,37 -16493,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16235,6 -16713,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16316,139 -16800,217 +16845,217 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
msgstr ""
- msgid "Type of shelter"
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
msgstr ""
- msgctxt "shelter"
- msgid "weather_shelter"
+ msgctxt "mounting/support"
+ msgid "billboard"
msgstr ""
- msgctxt "shelter"
- msgid "public_transport"
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
+ msgstr ""
+
+ msgid "Type of shelter"
+ msgstr ""
+
+ msgctxt "shelter"
+ msgid "weather_shelter"
+ msgstr ""
+
+ msgctxt "shelter"
+ msgid "public_transport"
msgstr ""
msgctxt "shelter"
@@@ -16468,16 -17030,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16511,6 -17079,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16548,117 -17119,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16692,33 -17299,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16752,6 -17369,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16852,36 -17485,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16924,19 -17575,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17075,6 -17722,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17087,60 -17746,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17365,41 -18098,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17408,7 -18167,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17420,12 -18179,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17477,88 -18326,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
msgstr ""
- msgid "battery charging"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
msgstr ""
- msgid "Power Station"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17570,6 -18522,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17585,6 -18552,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17603,11 -18573,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17716,10 -18684,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17731,7 -18699,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17752,6 -18720,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17764,9 -18735,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17836,7 -18804,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17857,13 -18825,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17872,7 -18840,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17900,6 -18867,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17936,10 -18909,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17969,7 -18963,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17981,19 -18975,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18029,7 -19023,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18242,6 -19236,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18281,24 -19281,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18308,15 -19317,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18392,6 -19392,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18446,7 -19452,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18458,6 -19464,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18494,43 -19503,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18569,6 -19605,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18737,21 -19785,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18797,19 -19874,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18833,7 -19913,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18929,18 -20009,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18950,7 -20039,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18959,10 -20051,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18980,6 -20072,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18995,28 -20090,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19037,19 -20132,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19124,10 -20219,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19142,9 -20240,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19172,6 -20267,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19217,10 -20315,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19232,7 -20360,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19250,7 -20378,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19367,19 -20495,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19398,7 -20637,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19410,24 -20688,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19443,7 -20727,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19452,6 -20736,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19598,6 -20885,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19763,6 -21073,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19808,6 -21121,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19994,19 -21340,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20030,13 -21388,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20299,10 -21651,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20506,7 -21861,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20777,15 -22132,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20956,6 -22302,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20974,12 -22323,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21115,6 -22458,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21132,6 -22478,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21358,7 -22707,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21408,7 -22760,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21577,22 -22929,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21632,27 -22984,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22730,9 -24064,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23379,9 -24730,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23434,18 -24782,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23792,6 -25128,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23943,6 -25300,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24260,9 -25620,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24478,6 -25835,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24510,15 -25870,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24633,9 -26009,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24814,19 -26187,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25042,6 -26415,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25078,6 -26540,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25230,9 -26695,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26218,9 -27680,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26499,9 -27958,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ms.po
index 753a8e7,05daf29..353a71e
--- a/i18n/po/ms.po
+++ b/i18n/po/ms.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-12-11 22:14+0000\n"
"Last-Translator: abuyop <Unknown>\n"
"Language-Team: Malay <ms at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:52+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:51+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ms\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Tentang JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "TIDAK DIKETAHUI"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
- msgstr ""
+ msgid "Church"
+ msgstr "Gereja"
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,125 -16791,203 +16845,203 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
msgstr ""
msgid "Edit Shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr "Jalan Sehala"
- msgid "Church"
- msgstr "Gereja"
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/nb.po
index 52592ca,2dca417..a1b4f1d
--- a/i18n/po/nb.po
+++ b/i18n/po/nb.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:29+0000\n"
"Last-Translator: Stian Ellingsen <stiell at gmail.com>\n"
"Language-Team: Norwegian Bokmal <nb at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:53+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:53+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: nb\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Om JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -254,9 -260,6 +260,6 @@@ msgstr "Verktøy: {0}
msgid "Please select at least four nodes."
msgstr "Velg minst fire noder."
- msgid "Information"
- msgstr "Informasjon"
-
msgid "Align Nodes in Line"
msgstr "Juster nodene til en linje"
@@@ -293,6 -296,9 +296,9 @@@ msgstr "neste
msgid "Nothing selected to zoom to."
msgstr "Inet utvalg å vise."
+ msgid "Information"
+ msgstr "Informasjon"
+
msgid "Zoom to {0}"
msgstr "GÃ¥ til {0}"
@@@ -349,9 -355,9 +355,9 @@@ msgstr "
"retningen på noen av linjene?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Kan ikke sammenføye linjer. (Kan ikke bli sammenhengende nodestreng)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "Sammenføy {0} linjer"
@@@ -533,6 -539,9 +539,9 @@@ msgstr "Historikk
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Vis historikk for OSMs noder, linjer eller relasjoner."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -646,11 -655,9 +655,9 @@@ msgid "Joined overlapping areas
msgstr "Slo sammen overlappende områder"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Noen linjer er medlem i relasjoner som er endret. Sjekk at ingen feil har "
- "oppstått."
msgid "Fix tag conflicts"
msgstr "Reparer konflikter i egenskaper."
@@@ -798,8 -805,8 +805,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Samle noder i den eldste"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -984,12 -991,8 +991,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1007,9 -1010,6 +1010,6 @@@ msgstr "Vinkle (90)
msgid "Usage"
msgstr "Bruk"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1176,9 -1176,6 +1176,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1321,13 -1318,13 +1318,13 @@@ msgstr "
"linjen.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1420,6 -1417,27 +1417,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Angre"
@@@ -1704,6 -1722,9 +1722,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Last ned {0} av {1} ({2} gjenstår)"
@@@ -1925,8 -1946,8 +1946,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2360,6 -2381,9 +2381,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2560,8 -2584,7 +2584,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2648,6 -2671,9 +2671,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "La til {0} objekt"
msgstr[1] "La til {0} objekter"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Endre node {0}"
@@@ -2684,10 -2710,10 +2710,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2710,8 -2736,8 +2736,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2820,6 -2846,9 +2846,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Løs medlemskonflikter i relasjon {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2880,11 -2909,9 +2909,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Når du snur reningen på denne linjen blir følgende egenskaper endret for å "
- "opprettholde dataintegritet."
msgid "Relation"
msgstr "Relasjon"
@@@ -2913,11 -2940,11 +2940,11 @@@ msgstr "Bruk valgte endringer
msgid "Do not apply changes"
msgstr "Ikke bruk endringer"
- msgid "Please select which property changes you want to apply."
- msgstr "Velg hvilke endringer som skal brukes."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Egenskaper for "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roller i relasjoner som viser til"
@@@ -2937,6 -2964,9 +2964,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2967,18 -2997,18 +2997,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2987,8 -3017,8 +3017,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2996,13 -3026,11 +3026,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3016,8 -3044,8 +3044,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3047,11 -3075,10 +3075,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "Ukjent"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3204,8 -3231,7 +3231,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "parameter {0} er ikke i intervall 0â{1} â leste {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3312,7 -3338,7 +3338,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3350,9 -3376,6 +3376,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3393,6 -3416,9 +3416,9 @@@ msgstr "gyldighetssjekk â annet
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Adresser"
@@@ -3417,6 -3443,15 +3443,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3476,6 -3511,9 +3511,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Dobbelt-Noder"
@@@ -3558,6 -3596,15 +3596,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3627,6 -3674,12 +3674,12 @@@ msgstr "Noder med samme navn
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Denne testen finner Noder som har samme navn (kan være dubletter)"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3686,13 -3739,13 +3739,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3725,11 -3778,11 +3778,11 @@@ msgid "
msgstr ""
"Denne test sjekker linjer med liknende navn, som kan bety feilstaving."
- msgid "Properties checker :"
- msgstr "Egenskapskontroll"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Denne programutvidelsen kontrollerer egenskapers nøkler og verdier."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ugyldig egenskapskontroll-linje â {0}: {1}"
@@@ -3867,8 -3920,8 +3920,8 @@@ msgstr "Bruk standard fil for stavekont
msgid "Use the default spellcheck file (recommended)."
msgstr "Brug standard fil for stavekontroll (anbefales)."
- msgid "Fix properties"
- msgstr "Korriger egenskaper"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Kunne ikke finne element-typen"
@@@ -3942,6 -3995,9 +3995,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "Kontrollerer om sirkulære linjer er lukket."
+ msgid "Unclosed way"
+ msgstr "Ikke lukket linje"
+
msgid "natural type {0}"
msgstr "natur-type {0}"
@@@ -3972,9 -4028,6 +4028,6 @@@ msgstr "bygning
msgid "area"
msgstr "område"
- msgid "Unclosed way"
- msgstr "Ikke lukket linje"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4000,10 -4053,10 +4053,10 @@@ msgid "This test checks for untagged no
msgstr ""
"Sjekker for noder uten egenskaper som heller ikke tilhører noen linje."
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4067,23 -4120,6 +4120,6 @@@ msgstr "Feil retning på Kystlinje: Lan
msgid "Reversed land: land not on left side"
msgstr "Feil retning på Landlinje: Land er ikke på venstre side"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4187,7 -4223,7 +4223,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr "Laster ned \"Dagens melding\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4424,6 -4460,18 +4460,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Audio"
@@@ -4528,20 -4576,6 +4576,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "false: egenskapen er slått av med vilje"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: egenskapen er slått på med vilje"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "partial: de valgte objektene har forskjellige verdier, ikke gjør endringer"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "unset: ikke sett egenskap på valgte objekter"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4837,6 -4871,9 +4871,9 @@@ msgstr "
"Kopier valgte lokale elementer til slutten av lista over sammenslåtte "
"elementer"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -4844,6 -4881,9 +4881,9 @@@ msgstr "
"Kopier valgte lokale elementer til plassen før første valgte element i lista "
"over sammenslåtte elementer"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -4851,18 -4891,27 +4891,27 @@@ msgstr "
"Kopier valgte lokale elementer til plassen etter første valgte element i "
"lista over sammenslåtte elementer"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Kopier valgte elementer på tjeneren til starten av lista over sammenslåtte "
"elementer"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Kopier valgte elementer på tjeneren til slutten av lista over sammenslåtte "
"elementer"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -4870,6 -4919,9 +4919,9 @@@ msgstr "
"Kopier valgte elementer på tjeneren til plassen før første valgte element i "
"lista over sammenslåtte elementer"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4886,8 -4938,8 +4938,8 @@@ msgstr "
msgid "Up"
msgstr "Opp"
- msgid "Move up the selected elements by one position."
- msgstr "Flytt valgte elementer opp én plass"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Ned"
@@@ -4942,14 -4994,6 +4994,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Tjenerens versjon ({0} oppføring)"
msgstr[1] "Tjenerens versjon ({0} oppføringer)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "Node"
@@@ -5203,14 -5247,14 +5247,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5731,6 -5775,9 +5775,9 @@@ msgstr "Vis/Skjul
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Map Pain stiler"
@@@ -5814,6 -5861,33 +5861,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objekttype:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "Velg OSM-objekt-type"
+
+ msgid "Object ID:"
+ msgstr "Objekt ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relasjoner"
@@@ -5904,8 -5978,7 +5978,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6075,9 -6148,6 +6148,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6362,8 -6432,8 +6432,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6428,35 -6498,47 +6498,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Egenskaper/medlemsskaper"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Egenskaper for valgte objekt."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<different>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Medlem av"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Egenskaper: {0} / Medlemskap: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Egenskaper / Medlemskap"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Fjern den valgte nøkkel i alle objekt"
- msgid "Delete Properties"
- msgstr "DSlett egenskaper"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Skift relasjon"
@@@ -6470,13 -6552,13 +6552,13 @@@ msgstr "Vil du slette utvalget fra rela
msgid "Add a new key/value pair to all objects"
msgstr "Tilføy et nytt nøkkel/verdi-sett til alle objekter"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "Rett verdien for den valgte nøkkel for alle objekter"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6630,7 -6712,7 +6712,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6948,6 -7030,25 +7030,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Bokmerker"
@@@ -7082,21 -7183,8 +7183,8 @@@ msgstr "
msgid "Download object"
msgstr "Last ned objekt"
- msgid "Object type:"
- msgstr "Objekttype:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "Velg OSM-objekt-type"
-
- msgid "Object ID:"
- msgstr "Objekt ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
+ msgid "Start downloading"
+ msgstr "Start nedlasting"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7106,23 -7194,9 +7194,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Start nedlasting"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7219,7 -7293,7 +7293,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7324,6 -7398,9 +7398,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7423,7 -7500,7 +7500,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7442,10 -7519,16 +7519,16 @@@ msgstr "Gi en kort kommentar for endrin
msgid "Enter an upload comment"
msgstr ""
- msgid "Changeset id:"
+ msgid "Specify the data source for the changes:"
msgstr ""
- msgid "Created at:"
+ msgid "Enter a source"
+ msgstr ""
+
+ msgid "Changeset id:"
+ msgstr ""
+
+ msgid "Created at:"
msgstr ""
msgid "Changeset comment:"
@@@ -7508,8 -7591,7 +7591,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7584,8 -7666,8 +7666,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7599,8 -7681,7 +7681,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7815,12 -7896,6 +7896,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7829,6 -7904,22 +7904,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7844,6 -7935,21 +7935,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7851,8 -7957,8 +7957,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7964,9 -8070,6 +8070,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7976,6 -8079,9 +8079,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7992,7 -8098,7 +8098,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8138,7 -8244,7 +8244,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8168,8 -8274,8 +8274,8 @@@ msgstr "versjon {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Advarsel: blandede 0.6- og 0.5-data resulterer i versjon 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8533,9 -8639,6 +8639,6 @@@ msgstr "Leser GPS posisjoner fra EXIF
msgid "Starting directory scan"
msgstr "Starter scanning av mapper"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "Les bilder"
@@@ -8554,6 -8657,9 +8657,9 @@@ msgstr "Fant tom fil i mappa {0}\n
msgid "Error while getting files from directory {0}\n"
msgstr "Feil ved lesing av fil i mappa {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Geotaggede bilder"
@@@ -8611,6 -8717,12 +8717,12 @@@ msgstr "Neste
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Midtstill kartbilde"
@@@ -8681,9 -8793,6 +8793,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8872,14 -8981,10 +8981,10 @@@ msgstr "Der opstod en feil i forsøket
msgid "(URL was: "
msgstr "(URL var: "
- msgid "Error displaying URL"
- msgstr "Feil ved visning av URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8894,7 -8999,7 +8999,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8904,8 -9009,7 +9009,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9125,7 -9229,7 +9229,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9854,21 -9958,21 +9958,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9923,6 -10027,9 +10060,9 @@@ msgstr "Tegn virtuelle noder i utvalg-t
msgid "Draw inactive layers in other color"
msgstr "Tegn inaktive lag i annen farge"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9976,6 -10083,11 +10116,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10441,6 -10553,12 +10586,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10504,8 -10622,8 +10655,8 @@@ msgstr "Innstillinger for kart
msgid "Settings for the map projection and data interpretation."
msgstr "Innstilinger for kartprojeksjon og datafortolkning"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Klarte ikke å lese egenskapslista for Objektmaler: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10762,40 -10880,40 +10913,40 @@@ msgstr "Swiss Grid (Sveits)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10848,8 -10966,8 +10999,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10858,20 -10976,25 +11009,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10953,16 -11076,10 +11109,10 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "deaktivert"
-
- msgid "no modifier"
- msgstr "ingen kombinasjon"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11033,8 -11150,8 +11183,8 @@@ msgstr "Bruk Objektmal
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Endre egenskaper"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11112,9 -11229,6 +11262,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Klarte ikke å lese egenskapslista for Objektmaler: {0}"
-
msgid "Error parsing {0}: "
msgstr "Feil ved lesing av {0}: "
@@@ -11133,6 -11247,14 +11280,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11162,9 -11284,57 +11317,57 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: egenskapen er slått av med vilje"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: egenskapen er slått på med vilje"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "partial: de valgte objektene har forskjellige verdier, ikke gjør endringer"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "unset: ikke sett egenskap på valgte objekter"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "obligatorisk attributt «{0}» mangler"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "ugyldig verdi for obligatorisk attributt «{0}» av type «long» â leste «{1}»"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "ugyldig verdi for obligatorisk attributt «{0}» av type «long» (>= 0) â leste "
+ "«{1}»"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "ugyldig verdi for obligatorisk attributt «{0}» av type «boolean» â leste "
+ "«{1}»"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "ugyldig verdi for obligatorisk attributt «{0}» av type «OsmPrimitiveType» â "
+ "leste «{1}»"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11196,7 -11366,7 +11399,7 @@@ msgid "Contacting OSM Server...
msgstr "Kontakter OSM-tjeneren â¦"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11236,28 -11406,26 +11439,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11356,6 -11524,9 +11557,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Lesefeil: Strukturen i GPX fila er ukjent"
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11371,12 -11542,20 +11575,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11455,8 -11634,8 +11667,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA data er lest inn"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Feil ved import av NMEA data!"
@@@ -11554,42 -11733,11 +11766,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "obligatorisk attributt «{0}» mangler"
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "ugyldig verdi for obligatorisk attributt «{0}» av type «long» â leste «{1}»"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "ugyldig verdi for obligatorisk attributt «{0}» av type «long» (>= 0) â leste "
- "«{1}»"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "ugyldig verdi for obligatorisk attributt «{0}» av type «boolean» â leste "
- "«{1}»"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "ugyldig verdi for obligatorisk attributt «{0}» av type «OsmPrimitiveType» â "
- "leste «{1}»"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11601,8 -11749,8 +11782,8 @@@ msgstr "
"«modify» eller «delete»."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11629,10 -11777,7 +11810,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11716,8 -11861,8 +11894,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11915,7 -12060,7 +12093,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11961,6 -12106,15 +12139,15 @@@ msgstr "Remote Control har bedt om dat
msgid "Remote Control has been asked to load data from the API."
msgstr "Remote Control er bedt om å laste data fra API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11991,19 -12145,19 +12178,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12025,19 -12179,31 +12212,31 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
- msgid ""
- "Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
- "0.1"
+ msgid "Link to a OSM data file on your local disk."
msgstr ""
- msgid "Unable to locate file ''{0}''."
+ msgid "Include OSM data in the .joz session file."
msgstr ""
- msgid "Unsupported scheme ''{0}'' in URI ''{1}''."
+ msgid "OSM data will be included in the session file."
msgstr ""
- msgid "Unexpected root element ''{0}'' in session file"
- msgstr ""
+ msgid ""
+ "Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
+ "0.1"
+ msgstr ""
+
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
+ msgid "Unable to locate file ''{0}''."
+ msgstr ""
+
+ msgid "Unsupported scheme ''{0}'' in URI ''{1}''."
+ msgstr ""
+
+ msgid "Unexpected root element ''{0}'' in session file"
+ msgstr ""
msgid "Version ''{0}'' of session file is not supported. Expected: 0.1"
msgstr ""
@@@ -12099,13 -12265,13 +12298,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12248,10 -12414,10 +12447,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12266,22 -12432,21 +12465,21 @@@ msgstr "Behold programtillegg
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12354,8 -12519,7 +12552,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12370,9 -12534,24 +12567,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12696,12 -12875,11 +12908,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12712,9 -12890,52 +12923,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12746,9 -12967,23 +13000,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13075,6 -13310,11 +13343,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13328,6 -13568,9 +13601,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13381,9 -13624,6 +13657,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13423,6 -13663,11 +13696,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13553,6 -13798,9 +13831,9 @@@ msgstr "Ãy
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Avgift"
+
msgid "Motorway Link"
msgstr "Av-/påkjørsel for motorvei"
@@@ -13643,6 -13891,50 +13924,50 @@@ msgstr "Boligfeltvei
msgid "Edit Residential Street"
msgstr "Rediger boligfeltvei"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Type ferdselsvei"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ja"
+
+ msgid "no"
+ msgstr "nei"
+
+ msgid "destination"
+ msgstr "destinasjon"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Gatetun"
@@@ -13661,11 -13953,11 +13986,11 @@@ msgstr "Område
msgid "Service"
msgstr "Adkomstvei"
- msgid "Edit Serviceway"
- msgstr "Rediger adkomstvei"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Type adkomstvei"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "Smug"
@@@ -13676,6 -13968,9 +14001,9 @@@ msgstr "Oppkjørsel
msgid "parking_aisle"
msgstr "parking_aisle"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Parkeringsvei"
@@@ -13703,18 -13998,12 +14031,12 @@@ msgstr "rundkjøring
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "ja"
-
msgid "Road Restrictions"
msgstr "Restriksjoner"
msgid "Edit Road Restrictions"
msgstr "Rediger restriksjoner"
- msgid "Toll"
- msgstr "Avgift"
-
msgid "No exit (cul-de-sac)"
msgstr "Ingen gjennomkjøring"
@@@ -13724,9 -14013,6 +14046,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "destinasjon"
-
msgid "delivery"
msgstr "leveranse"
@@@ -13736,15 -14022,15 +14055,15 @@@ msgstr "permissive
msgid "private"
msgstr "privat"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "Skog- og Landbruk"
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "nei"
-
msgid "official"
msgstr ""
@@@ -13790,6 -14076,9 +14109,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Offentlig transport"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Minste fart (km/t)"
@@@ -13874,6 -14163,9 +14196,9 @@@ msgstr "Rediger bro
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13978,21 -14270,30 +14303,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "middels"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -14008,10 -14309,10 +14342,10 @@@ msgstr "Dedikert ridevei
msgid "Edit Bridleway"
msgstr "Rediger ridevei"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14047,7 -14348,7 +14381,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14116,12 -14417,18 +14450,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "Nødtelefon"
+ msgid "Drinking Water"
+ msgstr "Drikkevann"
msgid "Traffic Signal"
msgstr "Trafikklys"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Type gangfelt"
@@@ -14137,15 -14444,6 +14477,6 @@@ msgstr "trafikkøy
msgid "unmarked"
msgstr "umerket"
- msgid "Cross on horseback"
- msgstr "Kryssende ridevei"
-
- msgid "Cross by bicycle"
- msgstr "Kryssende sykkelvei"
-
- msgid "Crossing attendant"
- msgstr "Betjent fotgjengerfelt"
-
msgid "Crossing type name (UK)"
msgstr "Crossing type name (UK)"
@@@ -14167,6 -14465,15 +14498,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Betjent fotgjengerfelt"
+
+ msgid "Cross by bicycle"
+ msgstr "Kryssende sykkelvei"
+
+ msgid "Cross on horseback"
+ msgstr "Kryssende ridevei"
+
msgid "Stop"
msgstr "Full stopp"
@@@ -14176,6 -14483,9 +14516,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-rundkjøring"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Retning"
@@@ -14185,11 -14495,8 +14528,8 @@@ msgstr "med_klokka
msgid "Pedestrian Crossing"
msgstr "Fotgjengerfelt"
- msgid "Edit Crossing"
- msgstr "Rediger fotgjengerfelt"
-
- msgid "Type name (UK)"
- msgstr "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Fartsdemping"
@@@ -14221,9 -14528,6 +14561,6 @@@ msgstr "
msgid "Passing Place"
msgstr "Passeringspunkt"
- msgid "Edit Passing Place"
- msgstr "Rediger passeringspunkt"
-
msgid "Turning Circle"
msgstr "Vendesirkel"
@@@ -14266,6 -14570,12 +14603,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Tillatt trafikk:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "stein"
+
msgid "Bollard"
msgstr "Sperresøyle"
@@@ -14281,6 -14591,9 +14624,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plast"
+
msgid "Cycle Barrier"
msgstr "Halvbommer"
@@@ -14350,19 -14663,13 +14696,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14393,8 -14700,9 +14736,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Rediger dike"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14402,11 -14710,11 +14746,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Inngang"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Rediger inngang"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Port"
@@@ -14459,15 -14767,9 +14803,24 @@@ msgstr "
msgid "stepover"
msgstr ""
+ msgid "Turnstile"
+ msgstr "Rotasjonsport"
+
++msgid "squeezer"
++msgstr ""
++
++msgid "stepover"
++msgstr ""
++
+msgid "Material"
+msgstr "Material"
+
+msgid "stone"
+msgstr "stein"
+
+msgid "Turnstile"
+msgstr "Rotasjonsport"
+
msgid "Edit Turnstile"
msgstr "Rediger rotasjonsport"
@@@ -14525,12 -14827,21 +14878,21 @@@ msgstr "Rediger drenering
msgid "Ditch"
msgstr "Dike"
+ msgid "Edit Ditch"
+ msgstr "Rediger dike"
+
msgid "Stream"
msgstr "Bekk"
msgid "Edit Stream"
msgstr "Rediger bekk"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -14570,9 -14881,6 +14932,6 @@@ msgstr "Rediger demning
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14606,6 -14914,21 +14965,21 @@@ msgstr "Rediger tildekt drikkevannskild
msgid "Edit Water"
msgstr "Rediger vann"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -14687,18 -15010,23 +15061,23 @@@ msgstr "Rediger fergeleie
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "sykkel"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14774,7 -15102,7 +15153,7 @@@ msgstr "turisme
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14798,10 -15126,13 +15177,13 @@@ msgstr "
msgid "rail"
msgstr "jernbane"
- msgid "Voltage"
- msgstr "Spenning"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14813,9 -15144,6 +15195,6 @@@ msgstr "Smal jernbane
msgid "Edit Narrow Gauge Rail"
msgstr "Rediger smal jernbane"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "Monorail"
@@@ -14837,15 -15165,15 +15216,15 @@@ msgstr "Rediger bybane
msgid "Subway"
msgstr "T-bane"
+msgid "Edit Tram"
+msgstr "Rediger trikk"
+
msgid "Edit Subway"
msgstr "Rediger T-bane"
msgid "Tram"
msgstr "Trikk"
-msgid "Edit Tram"
-msgstr "Rediger trikk"
-
msgid "Bus Guideway"
msgstr "Busspor"
@@@ -14867,6 -15195,9 +15246,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Planovergang"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14879,18 -15210,32 +15261,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "halv"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "full"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Fotgjengerfelt"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Type fotgjengerfelt"
@@@ -14990,11 -15335,9 +15386,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15006,13 -15349,11 +15400,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Rediger stasjon"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Stolpe"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Rediger stolpe"
+ msgstr ""
msgid "Parking"
msgstr "Parkering"
@@@ -15029,12 -15370,12 +15421,12 @@@ msgstr "Overflateparkering
msgid "underground"
msgstr "P-kjeller"
- msgid "Access"
- msgstr "Adkomst"
-
- msgid "customers"
+ msgid "rooftop"
msgstr ""
+ msgid "Access"
+ msgstr "Adkomst"
+
msgid "Park and Ride"
msgstr ""
@@@ -15062,9 -15403,6 +15454,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Kapasitet"
@@@ -15086,10 -15424,29 +15475,29 @@@ msgstr "Ã
pningstider
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15239,6 -15596,9 +15647,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Spenning"
+
msgid "Amperage"
msgstr ""
@@@ -15260,6 -15620,12 +15671,12 @@@ msgstr "Verksted
msgid "Edit Car Repair"
msgstr "Rediger verksted"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15287,6 -15653,12 +15704,12 @@@ msgstr "Utleie
msgid "Edit Car Rental"
msgstr "Rediger bilutleie"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Bildeling"
@@@ -15311,22 -15683,6 +15734,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15348,9 -15704,6 +15755,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Klær"
@@@ -15545,6 -15898,9 +15949,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15575,6 -15931,9 +15982,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Benk"
@@@ -15587,9 -15946,6 +15997,6 @@@ msgstr "Rullestol
msgid "limited"
msgstr "begrenset"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15599,8 -15955,13 +16006,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "Stasjon"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Rediger stasjon"
msgid "Building"
msgstr "Bygning"
@@@ -15614,6 -15975,9 +16026,9 @@@ msgstr "Rediger T-baneinngang
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15638,14 -16002,6 +16053,6 @@@ msgstr "kundekort
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Stasjon"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Rediger stasjon"
-
msgid "UIC-Reference"
msgstr "Internasjonal UIC-jernbanekode"
@@@ -15694,8 -16050,8 +16101,8 @@@ msgstr "Rediger bussplattform
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Rediger taxi-stasjon"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Flyplass"
@@@ -15748,6 -16104,21 +16155,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Rediger terminal"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "stasjon"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15770,21 -16141,6 +16192,6 @@@ msgstr "Rediger hotell
msgid "Stars"
msgstr "Stjerner"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "stasjon"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -15974,9 -16330,6 +16381,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Turisme"
@@@ -15998,9 -16351,15 +16402,15 @@@ msgstr "Utsiktstårn
msgid "Information Office"
msgstr "Turistinformasjon"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Kart"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Karttype"
@@@ -16013,6 -16372,9 +16423,9 @@@ msgstr "Gater
msgid "scheme"
msgstr "Diagram"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Synlig område"
@@@ -16052,6 -16414,9 +16465,9 @@@ msgstr "⦠andre typer transport mulig
msgid "Information Board"
msgstr "Informasjonstavle"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Tavleinnhold"
@@@ -16073,23 -16438,35 +16489,35 @@@ msgstr "Planter
msgid "Guidepost"
msgstr "Veiviser"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Informasjonsterminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Nærmere beskrivelse"
msgid "Audioguide"
msgstr "Lydomviser"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Lydomvisning via mobiltelefon"
msgid "Phone number"
msgstr "Telefonnummer"
- msgid "Other Information Points"
- msgstr "Annen informasjon"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Fritid"
@@@ -16218,50 -16595,44 +16646,44 @@@ msgstr "Kunstverk
msgid "Edit Artwork"
msgstr "Rediger kunstverk"
- msgid "Place of Worship"
- msgstr "Tilbedelsessted"
-
- msgid "Edit Place of Worship"
- msgstr "Rediger tilbedelsessted"
-
- msgid "Religion"
- msgstr "Religion"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "buddhist"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "kristen"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Tilbedelsessted"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "Kirke"
- msgid "jewish"
- msgstr "jødisk"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muslim"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualist"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarisk"
+ msgid "church"
+ msgstr ""
- msgid "zoroastrian"
- msgstr "zoroastrisk"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Trosretniing"
@@@ -16278,6 -16649,12 +16700,12 @@@ msgstr "katolsk
msgid "evangelical"
msgstr "evangelisk"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "Jehovas vitner"
@@@ -16290,6 -16667,9 +16718,9 @@@ msgstr "metodist
msgid "mormon"
msgstr "mormoner"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoks"
@@@ -16308,104 -16688,204 +16739,204 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "shia"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunni"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
+ msgid "Sa 10:00+"
msgstr ""
- msgid "video"
+ msgid "Mosque"
msgstr ""
- msgid "Public Building"
- msgstr "Offentlig bygning"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Rediger offentlig bygning"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "RÃ¥dhus"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Rediger rådhus"
+ msgid "shia"
+ msgstr "shia"
- msgid "Community Centre"
+ msgid "sunni"
+ msgstr "sunni"
+
+ msgid "Synagogue"
msgstr ""
- msgid "Embassy"
- msgstr "Ambassade"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Rediger ambassade"
+ msgid "synagogue"
+ msgstr ""
- msgid "Courthouse"
- msgstr "Domstol"
+ msgid "conservative"
+ msgstr ""
- msgid "Edit Courthouse"
- msgstr "Rediger domstol"
+ msgid "reform"
+ msgstr ""
- msgid "Prison"
- msgstr "Fengsel"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "Rediger fengsel"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "Politi"
+ msgid "theravada"
+ msgstr ""
- msgid "Edit Police"
- msgstr "Rediger politi"
+ msgid "mahayana"
+ msgstr ""
- msgid "Fire Station"
- msgstr "Brannstasjon"
+ msgid "vajrayana"
+ msgstr ""
- msgid "Edit Fire Station"
- msgstr "Rediger brannstasjon"
+ msgid "Hindu Temple"
+ msgstr ""
- msgid "Post Office"
- msgstr "Postkontor"
+ msgid "Edit Hindu Temple"
+ msgstr ""
- msgid "Edit Post Office"
- msgstr "Rediger postkontor"
+ msgid "vaishnavism"
+ msgstr ""
- msgid "Education"
+ msgid "shaivism"
msgstr ""
- msgid "Kindergarten"
- msgstr "Barnehage"
+ msgid "shaktism"
+ msgstr ""
- msgid "Edit Kindergarten"
- msgstr "Rediger barnehage"
+ msgid "smartism"
+ msgstr ""
- msgid "School"
- msgstr "Skole"
+ msgid "Shinto Shrine"
+ msgstr ""
- msgid "Edit School"
- msgstr "Rediger skole"
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualist"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr "unitarisk"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrisk"
+
+ msgid "Public Building"
+ msgstr "Offentlig bygning"
+
+ msgid "Edit Public Building"
+ msgstr "Rediger offentlig bygning"
+
+ msgid "Town hall"
+ msgstr "RÃ¥dhus"
+
+ msgid "Edit Town hall"
+ msgstr "Rediger rådhus"
+
+ msgid "Community Centre"
+ msgstr ""
+
+ msgid "Embassy"
+ msgstr "Ambassade"
+
+ msgid "Edit Embassy"
+ msgstr "Rediger ambassade"
+
+ msgid "Courthouse"
+ msgstr "Domstol"
+
+ msgid "Edit Courthouse"
+ msgstr "Rediger domstol"
+
+ msgid "Prison"
+ msgstr "Fengsel"
+
+ msgid "Edit Prison"
+ msgstr "Rediger fengsel"
+
+ msgid "Police"
+ msgstr "Politi"
+
+ msgid "Edit Police"
+ msgstr "Rediger politi"
+
+ msgid "Fire Station"
+ msgstr "Brannstasjon"
+
+ msgid "Edit Fire Station"
+ msgstr "Rediger brannstasjon"
+
+ msgid "Post Office"
+ msgstr "Postkontor"
+
+ msgid "Edit Post Office"
+ msgstr "Rediger postkontor"
+
+ msgid "Education"
+ msgstr ""
+
+ msgid "Kindergarten"
+ msgstr "Barnehage"
+
+ msgid "Edit Kindergarten"
+ msgstr "Rediger barnehage"
+
+ msgid "School"
+ msgstr "Skole"
+
+ msgid "Edit School"
+ msgstr "Rediger skole"
msgid "University"
msgstr "Universitet"
@@@ -16428,6 -16908,12 +16959,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Helse"
@@@ -16509,12 -16995,66 +17046,66 @@@ msgstr "Veterinær
msgid "Edit Veterinary"
msgstr "Rediger veterinær"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Postkasse"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -16524,6 -17064,30 +17115,30 @@@ msgstr "Rediger telefon
msgid "Telephone cards"
msgstr "Telefonkort"
+ msgid "Emergency Phone"
+ msgstr "Nødtelefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16533,31 -17097,37 +17148,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16585,8 -17155,8 +17206,8 @@@ msgstr "
msgid "Recycling"
msgstr "Returstasjon"
- msgid "Edit Recycling station"
- msgstr "Rediger returstasjon"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batterier"
@@@ -16612,21 -17182,15 +17233,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Søppeldunk"
- msgid "Edit Waste Basket"
- msgstr "Rediger søppeldunk"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Ryggstø"
- msgid "plastic"
- msgstr "plast"
-
msgid "Amount of Seats"
msgstr "Antall seter"
@@@ -16661,8 -17225,17 +17276,17 @@@ msgstr "Rediger jaktpost
msgid "Height"
msgstr "Høyde"
+ msgctxt "height"
msgid "low"
- msgstr "lav"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Skjul"
@@@ -16670,9 -17243,6 +17294,6 @@@
msgid "Lock"
msgstr "LÃ¥s"
- msgid "Drinking Water"
- msgstr "Drikkevann"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16704,6 -17274,9 +17325,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16741,119 -17314,155 +17365,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Rediger stadion"
- msgid "select sport:"
- msgstr "velg sport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "flerbruk"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "bueskyting"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "turn"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australsk fotball"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketball"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boules"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kano"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "klatring"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "cricketnett"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "krocket"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "sykling"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "hundeløp"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "ridning"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastikk"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "ishockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "hesteløp"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motorsport"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "racquet"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "skyting"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skøyter"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "ski"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fotball"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "svømming"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "bordtennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sportssenter"
@@@ -16885,26 -17494,27 +17545,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Rediger minigolf"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Flerbruk"
msgid "Edit Multi"
msgstr "Rediger flerbruk"
- msgid "type"
- msgstr "type"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "bane"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sportssenter"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16912,6 -17522,15 +17573,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "bane"
+
+ msgid "sports_centre"
+ msgstr "sportssenter"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "bowling"
@@@ -16945,6 -17564,22 +17615,22 @@@ msgstr "Rediger kano
msgid "Edit Cycling"
msgstr "Rediger sykling"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Hundeløp"
@@@ -17001,7 -17636,7 +17687,7 @@@ msgid "Skating
msgstr "Skøyter"
msgid "Edit Skating"
- msgstr "Rediger skøyter"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17045,36 -17680,54 +17731,54 @@@ msgstr "snøpark
msgid "Difficulty"
msgstr "Vanskelighetsgrad"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "begynner"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "enkel"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "vanskelig"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ekspert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "fristil"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17117,19 -17770,15 +17821,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17268,6 -17917,18 +17968,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17280,60 -17941,134 +17992,134 @@@ msgstr "Menneskeskapt
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Inngang"
+
+ msgid "Edit Entrance"
+ msgstr "Rediger inngang"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "TÃ¥rn"
@@@ -17486,137 -18221,253 +18272,253 @@@ msgstr "
msgid "zircon"
msgstr ""
- msgid "Visible Headframe"
+ msgid "Visible Headframe"
+ msgstr ""
+
+ msgid "Disused"
+ msgstr ""
+
+ msgid "Adit"
+ msgstr ""
+
+ msgid "Edit Adit"
+ msgstr ""
+
+ msgid "Length in meters"
+ msgstr ""
+
+ msgid "Water Tower"
+ msgstr "Vanntårn"
+
+ msgid "Edit Water Tower"
+ msgstr "Rediger vanntårn"
+
+ msgid "Water Works"
+ msgstr ""
+
+ msgid "Edit Water Works"
+ msgstr ""
+
+ msgid "Wastewater Plant"
+ msgstr "Kloakkrenseanlegg"
+
+ msgid "Edit Wastewater Plant"
+ msgstr "Rediger kloakkrenseanlegg"
+
+ msgid "Watermill"
+ msgstr ""
+
+ msgid "Edit Watermill"
+ msgstr ""
+
+ msgid "Fountain"
+ msgstr "Fontene"
+
+ msgid "Edit Fountain"
+ msgstr "Rediger fontene"
+
+ msgid "Water Well"
+ msgstr ""
+
+ msgid "Edit Water Well"
+ msgstr ""
+
+ msgid "Lighthouse"
+ msgstr "Fyrtårn"
+
+ msgid "Edit Lighthouse"
+ msgstr "Rediger fyrtårn"
+
+ msgid "Edit Beacon"
+ msgstr "Rediger fyrlykt"
+
+ msgid "Street Lamp"
+ msgstr ""
+
+ msgid "Edit Street Lamp"
+ msgstr ""
+
+ msgid "Operation times"
+ msgstr ""
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr ""
+
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
+
+ msgid "Tide Level"
+ msgstr ""
+
+ msgid "Traffic"
+ msgstr ""
+
+ msgid "Air Quality"
+ msgstr ""
+
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
+
+ msgid "GLONASS Signals"
+ msgstr ""
+
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "Trigonometrisk punkt"
+
+ msgid "Edit Survey Point"
+ msgstr "Rediger trigonometrisk punkt"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Rediger overvåkingskamera"
+
+ msgid "indoor"
msgstr ""
- msgid "Disused"
+ msgid "outdoor"
msgstr ""
- msgid "Adit"
+ msgid "Zone"
msgstr ""
- msgid "Edit Adit"
+ msgid "parking"
msgstr ""
- msgid "Length in meters"
+ msgid "traffic"
msgstr ""
- msgid "Water Tower"
- msgstr "Vanntårn"
-
- msgid "Edit Water Tower"
- msgstr "Rediger vanntårn"
+ msgid "shop"
+ msgstr "butikk"
- msgid "Water Works"
+ msgid "bank"
msgstr ""
- msgid "Edit Water Works"
+ msgid "Camera"
msgstr ""
- msgid "Wastewater Plant"
- msgstr "Kloakkrenseanlegg"
-
- msgid "Edit Wastewater Plant"
- msgstr "Rediger kloakkrenseanlegg"
-
- msgid "Watermill"
+ msgid "fixed"
msgstr ""
- msgid "Edit Watermill"
+ msgid "panning"
msgstr ""
- msgid "Fountain"
- msgstr "Fontene"
-
- msgid "Edit Fountain"
- msgstr "Rediger fontene"
-
- msgid "Water Well"
+ msgid "dome"
msgstr ""
- msgid "Edit Water Well"
+ msgid "Mounted on"
msgstr ""
- msgid "Lighthouse"
- msgstr "Fyrtårn"
-
- msgid "Edit Lighthouse"
- msgstr "Rediger fyrtårn"
-
- msgid "Edit Beacon"
- msgstr "Rediger fyrlykt"
-
- msgid "Street Lamp"
+ msgid "ceiling"
msgstr ""
- msgid "Edit Street Lamp"
+ msgid "Direction in degrees"
msgstr ""
- msgid "Operation times"
+ msgid "Inclination in degrees"
msgstr ""
- msgid "Mo-Fr 22:00-05:00"
+ msgid "Height in meter (m)"
msgstr ""
- msgid "Measurement Station"
+ msgid "Power"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Power Plant"
msgstr ""
- msgid "Measurement"
+ msgid "Edit Power Plant"
msgstr ""
- msgid "particulate_matter"
+ msgid "Start date"
msgstr ""
- msgid "seismic"
+ msgid "Output forms of energy"
msgstr ""
- msgid "water_level"
+ msgid "(please add this information to the generators if possible)"
msgstr ""
- msgid "weather"
+ msgid "electricity"
msgstr ""
- msgid "Recording"
+ msgid "2 W"
msgstr ""
- msgid "manually"
+ msgid "3 kW"
msgstr ""
- msgid "automated"
+ msgid "5 MW"
msgstr ""
- msgid "remote"
+ msgid "7 GW"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "hot water"
msgstr ""
- msgid "Survey Point"
- msgstr "Trigonometrisk punkt"
-
- msgid "Edit Survey Point"
- msgstr "Rediger trigonometrisk punkt"
-
- msgid "Surveillance"
- msgstr "Overvåkingskamera"
+ msgid "hot air"
+ msgstr ""
- msgid "Edit Surveillance Camera"
- msgstr "Rediger overvåkingskamera"
+ msgid "cold water"
+ msgstr ""
- msgid "indoor"
+ msgid "cold air"
msgstr ""
- msgid "outdoor"
+ msgid "compressed air"
msgstr ""
- msgid "public"
+ msgid "steam"
msgstr ""
- msgid "Power"
+ msgid "vacuum"
msgstr ""
msgid "Power Generator"
@@@ -17670,89 -18521,192 +18572,192 @@@ msgstr "vind
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "solcelle"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
msgstr ""
- msgid "battery charging"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
msgstr ""
- msgid "Power Station"
- msgstr "Kraftstasjon"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Rediger kraftstasjon"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Transformatorstasjon"
@@@ -17763,6 -18717,21 +18768,21 @@@ msgstr "Rediger transformatorstasjon
msgid "Line reference"
msgstr "Linjenummer"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "lav"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17778,6 -18747,9 +18798,9 @@@ msgstr "Rediger kraftmast
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17796,11 -18768,9 +18819,9 @@@ msgstr "Rediger kraftlinje
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17909,11 -18879,11 +18930,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Rediger kiosk"
- msgid "Baker"
- msgstr "Baker"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Rediger baker"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Slakter"
@@@ -17924,7 -18894,7 +18945,7 @@@ msgstr "Rediger slakter
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17945,6 -18915,9 +18966,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Ãkologisk"
+
msgid "Greengrocer"
msgstr ""
@@@ -17957,9 -18930,6 +18981,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Ãkologisk"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18029,7 -18999,7 +19050,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18050,13 -19020,13 +19071,13 @@@ msgstr "Rediger elektronikk
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18065,9 -19035,8 +19086,8 @@@ msgstr "Hifi
msgid "Edit Hifi Shop"
msgstr "Rediger hifi"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Rediger video"
@@@ -18093,6 -19062,12 +19113,12 @@@ msgstr "Rediger vekslingssted
msgid "Edit Automated Teller Machine"
msgstr "Rediger minibank"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18129,10 -19104,31 +19155,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddhist"
+
+ msgid "christian"
+ msgstr "kristen"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "jødisk"
+
+ msgid "muslim"
+ msgstr "muslim"
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18162,7 -19158,7 +19209,7 @@@ msgstr "Rediger jernvarehandel
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18174,19 -19170,19 +19221,19 @@@ msgstr "Rediger møbler
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18222,7 -19218,7 +19269,7 @@@ msgstr "Rediger reisebyrå
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18435,6 -19431,12 +19482,12 @@@ msgstr "Fjelltopp
msgid "Edit Peak"
msgstr "Rediger fjelltopp"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Isbre"
@@@ -18474,26 -19476,35 +19527,35 @@@ msgstr "Tre
msgid "Edit Tree"
msgstr "Rediger tre"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botanisk navn"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Skogsområde"
msgid "Edit Wood"
msgstr "Rediger skogsområde"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "barskog"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "løvskog"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "blandingsskog"
msgid "Forest"
msgstr "Skog"
@@@ -18501,15 -19512,6 +19563,6 @@@
msgid "Edit Forest Landuse"
msgstr "Rediger skog"
- msgid "coniferous"
- msgstr "barskog"
-
- msgid "deciduous"
- msgstr "løvskog"
-
- msgid "mixed"
- msgstr "blandingsskog"
-
msgid "Grassland"
msgstr ""
@@@ -18585,6 -19587,12 +19638,12 @@@ msgstr "Eng
msgid "Edit Meadow Landuse"
msgstr "Rediger eng"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vingård"
@@@ -18639,8 -19647,8 +19698,8 @@@ msgstr "Friluftsområde
msgid "Edit Recreation Ground Landuse"
msgstr "Rediger friluftsområde"
- msgid "Residential area"
- msgstr "Boligområde"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Rediger boligområde"
@@@ -18651,6 -19659,9 +19710,9 @@@ msgstr "Gravlund
msgid "Edit Graveyard"
msgstr "Rediger gravlund"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Kirkegård"
@@@ -18717,13 -19728,40 +19779,40 @@@ msgstr "Avfallsdeponi
msgid "Edit Landfill Landuse"
msgstr "Rediger avfallsdeponi"
- msgid "Quarry"
- msgstr "Steinbrudd"
+ msgid "Quarry"
+ msgstr "Steinbrudd"
+
+ msgid "Edit Quarry Landuse"
+ msgstr "Rediger steinbrudd"
+
+ msgid "Annotation"
+ msgstr ""
+
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
- msgid "Edit Quarry Landuse"
- msgstr "Rediger steinbrudd"
+ msgid "International name"
+ msgstr ""
- msgid "Annotation"
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18762,6 -19800,18 +19851,18 @@@ msgstr "partall
msgid "alphabetic"
msgstr "alfabetisk"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18930,20 -19980,49 +20031,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "vei"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "ski"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "fotgjenger"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "tur"
+ msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "omkjøring"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Symbolforklaring"
@@@ -18990,19 -20069,22 +20120,22 @@@ msgstr "neste stoppunkt
msgid "backward halt point"
msgstr "forrige stoppunkt"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19026,7 -20108,7 +20159,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19122,18 -20204,27 +20255,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "bro"
msgid "deprecated"
msgstr "avleggs"
+ msgid "bicycle"
+ msgstr "sykkel"
+
+ msgid "foot"
+ msgstr "fotgjenger"
+
msgid "horse"
msgstr "hest"
@@@ -19143,8 -20234,11 +20285,11 @@@ msgstr "hinder
msgid "motorroad"
msgstr "motortrafikkvei"
- msgid "highway_track"
- msgstr "traktorvei"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "service"
@@@ -19152,11 -20246,11 +20297,11 @@@
msgid "ford"
msgstr "vadested"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "redningsmøtepunkt"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "elvebredd"
@@@ -19173,6 -20267,9 +20318,9 @@@ msgstr "stryk
msgid "railwaypoint"
msgstr "jernbanepunkt"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19188,29 -20285,29 +20336,29 @@@ msgstr "nedlagt bane
msgid "aeroway"
msgstr "luftfart"
- msgid "aeroway_dark"
- msgstr "luftfart, mørk"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "luftfart, lys"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "nedfart enkel"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "nedfart middels"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "nedfart avansert"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "nedfart ekspert"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "nedfart friløp"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "nedfart nybegynner"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "kraft"
@@@ -19230,20 -20327,20 +20378,20 @@@ msgstr "marina
msgid "amenity"
msgstr "fasilitet"
- msgid "amenity_traffic"
- msgstr "fasilitet â trafikk"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "fasilitet â lys"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "små vannsteder"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "helse"
- msgid "shop"
- msgstr "butikk"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotell"
@@@ -19317,11 -20414,14 +20465,14 @@@ msgstr "rute
msgid "boundary"
msgstr "grense"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "sted"
- msgid "tiger_data"
- msgstr "tiger-data"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "adresse"
@@@ -19335,9 -20435,6 +20486,6 @@@ msgstr "Sted/by
msgid "One Way"
msgstr "Enveiskjøring"
- msgid "Church"
- msgstr "Kirke"
-
msgid "Fuel Station"
msgstr "Bensinstasjon"
@@@ -19365,6 -20462,9 +20513,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19410,10 -20510,40 +20561,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19425,7 -20555,7 +20606,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19443,7 -20573,7 +20624,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19560,19 -20690,130 +20741,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19591,7 -20832,46 +20883,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19603,24 -20883,30 +20934,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19636,7 -20922,7 +20976,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19645,6 -20931,9 +20985,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19791,6 -21080,29 +21134,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19956,6 -21268,9 +21322,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20001,6 -21316,39 +21370,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "Oppdater liste over Porter"
+
+ msgid "Configure"
+ msgstr "Konfigurer"
+
+ msgid "Connection Error."
+ msgstr "Feil i forbindelsen"
+
+ msgid "configure the connected DG100"
+ msgstr "konfigurer DG100 som er tilkoblet"
+
+ msgid "delete data after import"
+ msgstr "slett data etter import"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20204,6 -21552,18 +21606,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20225,13 -21585,7 +21639,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20494,10 -21848,13 +21902,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20701,7 -22058,7 +22112,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20972,15 -22329,6 +22383,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21151,6 -22499,9 +22553,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21169,12 -22520,6 +22574,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21321,6 -22666,9 +22720,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21339,6 -22687,9 +22741,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Legg inn kilde ( source=...) på element?"
@@@ -21571,7 -22922,10 +22976,10 @@@ msgstr "WMS lag ({0}), {1} kartutsnitt
msgid "Is not vectorized."
msgstr "Er ikke vektorisert"
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21624,7 -22978,7 +23032,7 @@@ msgstr "Fjern valgte palett fra lista.
msgid "Color Schemes"
msgstr "Farge Palett"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21809,6 -23163,6 +23217,71 @@@ msgstr "
msgid "Show users on map"
msgstr ""
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
++msgstr ""
++
++msgid "Logout"
++msgstr ""
++
++msgid "Clear log"
++msgstr ""
++
++msgid "Show users on map"
++msgstr ""
++
msgid "Position only"
msgstr "Bare posisjon"
@@@ -21848,27 -23202,9 +23321,9 @@@ msgstr "Slå av Data logg hvis avstand
msgid "Unknown logFormat"
msgstr "Ukjent Logg format"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "Oppdater liste over Porter"
-
- msgid "Configure"
- msgstr "Konfigurer"
-
msgid "Configure Device"
msgstr "Konfigurer enhet"
- msgid "Connection Error."
- msgstr "Feil i forbindelsen"
-
- msgid "configure the connected DG100"
- msgstr "konfigurer DG100 som er tilkoblet"
-
- msgid "delete data after import"
- msgstr "slett data etter import"
-
msgid "Importing data from device."
msgstr "Importerer data fra enhet"
@@@ -22959,9 -24295,26 +24414,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23613,9 -24966,6 +25085,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "En feil oppstod: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Kunne ikke oprette ny feilrapport. Resultat: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -23672,18 -25022,6 +25141,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Ny feilrapport"
-
- msgid "Create issue"
- msgstr "Oprett feilrapport"
-
- msgid "Describe the problem precisely"
- msgstr "Beskriv problemet nøyaktig"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24031,6 -25369,27 +25488,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24182,6 -25541,9 +25660,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24499,9 -25861,6 +25980,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24717,6 -26076,9 +26195,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24749,15 -26111,31 +26230,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Endre egenskaper"
+
msgid "Country preset:"
msgstr ""
@@@ -24872,9 -26250,6 +26369,6 @@@ msgstr "Innstillinger for Ruteplanlegge
msgid "Configure routing preferences."
msgstr "Oppsett for Ruteplanlegger"
- msgid "Highway type"
- msgstr "Type ferdselsvei"
-
msgid "Speed (Km/h)"
msgstr "Fart (km/t)"
@@@ -25053,19 -26428,19 +26547,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25285,6 -26660,95 +26779,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25321,6 -26785,9 +26904,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25473,9 -26940,6 +27059,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26463,9 -27927,6 +28046,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr ""
@@@ -26744,9 -28205,6 +28324,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/nds.po
index a0ebf6f,2a34254..a9431a5
--- a/i18n/po/nds.po
+++ b/i18n/po/nds.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-11-29 09:01+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: German, Low <nds at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:52+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:52+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2672,8 -2700,8 +2700,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2777,6 -2805,9 +2805,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2837,8 -2868,8 +2868,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2868,10 -2899,10 +2899,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2892,6 -2923,9 +2923,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2922,18 -2956,18 +2956,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2942,8 -2976,8 +2976,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2951,13 -2985,11 +2985,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2971,8 -3003,8 +3003,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3002,11 -3034,10 +3034,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3159,8 -3190,7 +3190,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3267,7 -3297,7 +3297,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3305,9 -3335,6 +3335,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3346,6 -3373,9 +3373,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3370,6 -3400,15 +3400,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3429,6 -3468,9 +3468,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3511,6 -3553,15 +3553,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3580,6 -3631,12 +3631,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3637,13 -3694,13 +3694,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3675,10 -3732,10 +3732,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3812,7 -3869,7 +3869,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3887,6 -3944,9 +3944,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3917,9 -3977,6 +3977,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3944,10 -4001,10 +4001,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4010,23 -4067,6 +4067,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4130,7 -4170,7 +4170,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4359,6 -4399,18 +4399,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4463,19 -4515,6 +4515,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4763,29 -4802,47 +4802,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4800,7 -4857,7 +4857,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4852,14 -4909,6 +4909,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5109,14 -5158,14 +5158,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5637,6 -5686,9 +5686,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5720,6 -5772,33 +5772,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5810,8 -5889,7 +5889,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5981,9 -6059,6 +6059,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6268,8 -6343,8 +6343,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6334,34 -6409,46 +6409,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6376,13 -6463,13 +6463,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6536,7 -6623,7 +6623,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6854,6 -6941,25 +6941,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6985,20 -7091,7 +7091,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7009,23 -7102,9 +7102,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7122,7 -7201,7 +7201,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7221,6 -7300,9 +7300,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7308,7 -7390,7 +7390,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7327,6 -7409,12 +7409,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7393,8 -7481,7 +7481,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7469,8 -7556,8 +7556,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7484,8 -7571,7 +7571,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7700,12 -7786,6 +7786,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7714,13 -7794,29 +7794,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7729,6 -7825,21 +7825,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7736,8 -7847,8 +7847,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7849,9 -7960,6 +7960,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7861,6 -7969,9 +7969,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7877,7 -7988,7 +7988,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8023,7 -8134,7 +8134,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8053,7 -8164,7 +8164,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8406,9 -8517,6 +8517,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8427,6 -8535,9 +8535,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8484,6 -8595,12 +8595,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8550,9 -8667,6 +8667,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8733,14 -8847,10 +8847,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8755,7 -8865,7 +8865,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8765,8 -8875,7 +8875,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8986,7 -9095,7 +9095,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9701,21 -9810,21 +9810,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9769,6 -9878,9 +9911,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9822,6 -9934,11 +9967,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10278,6 -10395,12 +10428,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10341,7 -10464,7 +10497,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10599,40 -10722,40 +10755,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10685,8 -10808,8 +10841,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10695,20 -10818,25 +10851,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10790,14 -10918,8 +10951,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10870,7 -10992,7 +11025,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10949,9 -11071,6 +11104,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10970,6 -11089,14 +11122,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -10999,9 -11126,49 +11159,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11032,7 -11199,7 +11232,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11072,28 -11239,26 +11272,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11188,6 -11353,9 +11386,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11203,12 -11371,20 +11404,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11287,7 -11463,7 +11496,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11386,35 -11562,11 +11595,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11424,8 -11576,8 +11609,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11452,10 -11604,7 +11637,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11539,8 -11688,8 +11721,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11737,7 -11886,7 +11919,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11783,6 -11932,15 +11965,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11813,19 -11971,19 +12004,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11847,11 -12005,23 +12038,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11921,13 -12091,13 +12124,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12070,10 -12240,10 +12273,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12088,22 -12258,21 +12291,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12172,8 -12341,7 +12374,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12188,9 -12356,24 +12389,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12512,12 -12695,11 +12728,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12528,30 -12710,73 +12743,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12562,9 -12787,23 +12820,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12887,6 -13126,11 +13159,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13126,6 -13370,9 +13403,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13175,9 -13422,6 +13455,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13214,6 -13458,11 +13491,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13344,6 -13593,9 +13626,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13434,6 -13686,50 +13719,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13452,10 -13748,10 +13781,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13467,6 -13763,9 +13796,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13494,18 -13793,12 +13826,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13515,9 -13808,6 +13841,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13527,13 -13817,13 +13850,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13581,6 -13871,9 +13904,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13665,6 -13958,9 +13991,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13769,21 -14065,30 +14098,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13799,10 -14104,10 +14137,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13838,7 -14143,7 +14176,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13907,12 -14212,18 +14245,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13928,15 -14239,6 +14272,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13958,6 -14260,15 +14293,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13967,6 -14278,9 +14311,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13976,10 -14290,7 +14323,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14012,9 -14323,6 +14356,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14057,6 -14365,12 +14398,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14072,6 -14386,9 +14419,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14141,19 -14458,13 +14491,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14184,6 -14495,7 +14528,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14193,10 -14505,10 +14538,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14250,12 -14562,6 +14595,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14316,12 -14622,21 +14655,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14361,9 -14676,6 +14709,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14397,6 -14709,21 +14742,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -14478,18 -14805,23 +14838,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14565,7 -14897,7 +14930,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14589,10 -14921,13 +14954,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14604,9 -14939,6 +14972,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14628,13 -14960,13 +14993,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14658,6 -14990,9 +15023,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14670,21 -15005,35 +15038,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14781,11 -15130,9 +15184,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14797,11 -15144,9 +15198,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14820,10 -15165,10 +15219,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14853,9 -15198,6 +15252,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14877,10 -15219,29 +15273,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15030,6 -15391,9 +15445,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15051,6 -15415,12 +15469,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15078,6 -15448,12 +15502,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15102,22 -15478,6 +15532,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15139,9 -15499,6 +15553,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15336,6 -15693,9 +15747,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15366,6 -15726,9 +15780,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15378,9 -15741,6 +15795,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15390,9 -15750,14 +15804,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15405,6 -15770,9 +15824,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15429,14 -15797,6 +15851,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15485,7 -15845,7 +15899,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15539,41 -15899,41 +15953,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15765,9 -16125,6 +16179,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15789,9 -16146,15 +16200,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15804,6 -16167,9 +16221,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15843,6 -16209,9 +16263,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15864,22 -16233,34 +16287,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16009,49 -16390,43 +16444,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16069,6 -16444,12 +16498,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16081,6 -16462,9 +16516,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16099,37 -16483,137 +16537,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16219,6 -16703,12 +16757,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Sundheit"
@@@ -16300,128 -16790,206 +16844,206 @@@ msgstr "Tierarz
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16452,16 -17020,22 +17074,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16495,6 -17069,9 +17123,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16532,117 -17109,153 +17163,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16676,33 -17289,43 +17343,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16736,6 -17359,22 +17413,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16836,36 -17475,54 +17529,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16908,19 -17565,15 +17619,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17059,6 -17712,18 +17766,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17071,60 -17736,134 +17790,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17349,41 -18088,67 +18142,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17392,7 -18157,7 +18211,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17404,12 -18169,102 +18223,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17461,88 -18316,191 +18370,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17554,6 -18512,21 +18566,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17569,6 -18542,9 +18596,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17587,11 -18563,9 +18617,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17700,10 -18674,10 +18728,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17715,7 -18689,7 +18743,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17736,6 -18710,9 +18764,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17748,9 -18725,6 +18779,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17820,7 -18794,7 +18848,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17841,13 -18815,13 +18869,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17856,7 -18830,6 +18884,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17884,6 -18857,12 +18911,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17920,10 -18899,31 +18953,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17953,7 -18953,7 +19007,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17965,19 -18965,19 +19019,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18013,7 -19013,7 +19067,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18226,6 -19226,12 +19280,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18265,24 -19271,33 +19325,33 @@@ msgstr "Boom
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Holt"
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18292,15 -19307,6 +19361,6 @@@ msgstr "Woold
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18376,6 -19382,12 +19436,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18430,7 -19442,7 +19496,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18442,6 -19454,9 +19508,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18478,43 -19493,70 +19547,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18553,6 -19595,18 +19649,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18721,21 -19775,50 +19829,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18781,19 -19864,22 +19918,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18817,7 -19903,7 +19957,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18913,18 -19999,27 +20053,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18934,7 -20029,10 +20083,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18943,10 -20041,10 +20095,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18964,6 -20062,9 +20116,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18979,28 -20080,28 +20134,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19021,19 -20122,19 +20176,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19108,10 -20209,13 +20263,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19126,9 -20230,6 +20284,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19156,6 -20257,9 +20311,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19201,10 -20305,40 +20359,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19216,7 -20350,7 +20404,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19234,7 -20368,7 +20422,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19351,19 -20485,130 +20539,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19382,7 -20627,46 +20681,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19394,24 -20678,30 +20732,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19427,7 -20717,7 +20774,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19436,6 -20726,9 +20783,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19582,6 -20875,29 +20932,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19747,6 -21063,9 +21120,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19792,6 -21111,39 +21168,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19978,19 -21330,31 +21387,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20014,13 -21378,7 +21435,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20283,10 -21641,13 +21698,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20490,7 -21851,7 +21908,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20761,15 -22122,6 +22179,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20940,6 -22292,9 +22349,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20958,12 -22313,6 +22370,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21099,6 -22448,9 +22505,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21116,6 -22468,9 +22525,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21342,7 -22697,10 +22754,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21392,7 -22750,7 +22807,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21561,22 -22919,22 +22976,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21616,27 -22974,9 +23096,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22714,9 -24054,26 +24176,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23363,9 -24720,6 +24842,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23418,18 -24772,6 +24894,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23776,6 -25118,27 +25240,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23927,6 -25290,9 +25412,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24244,9 -25610,6 +25732,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24462,6 -25825,9 +25947,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24494,15 -25860,31 +25982,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24617,9 -25999,6 +26121,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24798,19 -26177,19 +26299,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25026,6 -26405,95 +26527,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25062,6 -26530,9 +26652,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25214,9 -26685,6 +26807,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26202,9 -27670,6 +27792,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26483,9 -27948,6 +28070,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/nl.po
index 2753dc1,034edfd..0842d0a
--- a/i18n/po/nl.po
+++ b/i18n/po/nl.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-03 15:49+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-14 14:04+0000\n"
"Last-Translator: DiGro <Unknown>\n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:39+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:39+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: nl\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"Openen van koppeling niet ondersteund op het huidige platform (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr "FOUT: {0}"
+
msgid "WARNING: {0}"
msgstr "WAARSCHUWING: {0}"
@@@ -60,6 -63,9 +63,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUGGEN: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Platform-opstarthook uitvoeren"
@@@ -165,20 -171,19 +171,19 @@@ msgid "About JOSM...
msgstr "Over JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WAARSCHUWING: onverwachte indeling van API basis-URL. Doorsturen naar de "
- "informatie- of geschiedenispagina voor een OSM-object zal waarschijnlijk "
- "mislukken. API basis-URL is: ''{0}''"
+ "Onverwachte indeling van de API basis-URL. Doorsturen naar pagina voor "
+ "informatie of geschiedenis zal waarschijnlijk mislukken. API basis-URL is: "
+ "''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "WAARSCHUWING: onverwachte indeling van API basis-URL. Doorsturen naar "
- "gebruikerspagina voor OSM-gebruiker zal waarschijnlijk mislukken. API basis-"
- "URL is: ''{0}''"
+ "Onverwachte indeling van de API basis-URL. Doorsturen naar gebruikerspagina "
+ "voor OSM-gebruiker zal waarschijnlijk mislukken. API basis-URL is: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -268,9 -273,6 +273,6 @@@ msgstr "Gereedschap: {0}
msgid "Please select at least four nodes."
msgstr "Selecteer ten minste vier knopen."
- msgid "Information"
- msgstr "Informatie"
-
msgid "Align Nodes in Line"
msgstr "Knopen uitlijnen"
@@@ -307,6 -309,9 +309,9 @@@ msgstr "volgende
msgid "Nothing selected to zoom to."
msgstr "Geen selectie om op in te zoomen."
+ msgid "Information"
+ msgstr "Informatie"
+
msgid "Zoom to {0}"
msgstr "Inzoomen op {0}"
@@@ -364,11 -369,11 +369,11 @@@ msgstr "
"er enkele van omkeren?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Deze wegen kunnen niet gecombineerd worden (Ze kunnen niet worden "
- "samengevoegd tot één enkele reeks knopen)"
+ "Kon wegen niet combineren<br>(Zij konden niet worden samengevoegd tot één "
+ "enkele reeks van knopen)"
msgid "Combine {0} ways"
msgstr "{0} wegen combineren"
@@@ -559,6 -564,9 +564,9 @@@ msgid "Display history information abou
msgstr ""
"Toon informatie over de geschiedenis van wegen, knopen of relaties in OSM."
+ msgid "Show history"
+ msgstr "Geschiedenis tonen"
+
msgid "History (web)"
msgstr "Geschiedenis (web)"
@@@ -688,11 -696,11 +696,11 @@@ msgid "Joined overlapping areas
msgstr "Overlappende gebieden samengevoegd"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Enkele wegen waren deel van relaties die zijn aangepast. Controleer of er "
- "geen fouten werden geïntroduceerd."
+ "Sommige wegen maakten deel uit van relaties die zijn "
+ "aangepast.<br>Controleer of er geen fouten werden geïntroduceerd."
msgid "Fix tag conflicts"
msgstr "Los tagconflicten op"
@@@ -863,11 -871,11 +871,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Knopen met de oudste samenvoegen."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Selecteer ten minste twee knopen om samen te voegen of een knoop die dicht "
- "bij een andere knoop ligt."
+ "Selecteer tenminste twee knopen om samen te voegen of één knoop die dicht "
+ "bij een andere ligt."
msgid "Abort Merging"
msgstr "Stop samenvoegen"
@@@ -1076,16 -1084,11 +1084,11 @@@ msgid "Orthogonalize / Undo
msgstr "Loodrecht maken / Ongedaan maken"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Vorm loodrecht maken / Ongedaan maken\n"
- "Selecteer knopen die tijdens de vorige actie Loodrecht maken werden "
- "verplaatst!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Ongedaan maken Vorm loodrecht maken"
+ "Vorm loodrecht maken / Ongedaan maken<br>Selecteer knopen die werden "
+ "verplaatst door de vorige actie Vorm loodrecht maken!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1105,9 -1108,6 +1108,6 @@@ msgstr "Loodrecht maken
msgid "Usage"
msgstr "Gebruik"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Geselecteerde elementen kunnen niet loodrecht worden gemaakt."
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1289,9 -1289,6 +1289,6 @@@ msgstr "Sessie laden
msgid "Load a session from file."
msgstr "Een sessie uit een bestand laden."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Sessiebestand (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Sessie openen"
@@@ -1445,18 -1442,18 +1442,18 @@@ msgstr "
"selecteer knopen in het midden van de weg.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Een lid met een op een rol gebaseerde relatie is gekopieerd naar alle "
- "nieuwe wegen.<br>U zou dit moeten nakijken en indien nodig corrigeren.</html>"
+ "Een op een rol gebaseerd lid van de relatie werd gekopieerd naar alle nieuwe "
+ "wegen.<br>U zou dit moeten verifiëren en corrigeren indien nodig."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>En lid van een relatie waarvan is gekopieerd naar alle nieuwe "
- "wegen.<br>U zou dit moeten nakijken en indien nodig corrigeren.</html>"
+ "Een lid van de relatie werd gekopieerd naar alle nieuwe wegen.<br>U zou dit "
+ "moeten verifiëren en corrigeren indien nodig."
msgid "Split way {0} into {1} parts"
msgstr "Weg {0} in {1} delen splitsen"
@@@ -1560,6 -1557,31 +1557,31 @@@ msgstr "
"veroorzaken, omdat je niet het echte object ziet.<br>Wil je het echt "
"losmaken?"
+ msgid "Disconnect Node from Way"
+ msgstr "Ontkoppel knoop van weg"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Ontkoppel knopen van wegen waartoe zij momenteel behoren"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Selecteer tenminste één knoop die moet worden ontkoppelt."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Geselecteerde knoop kan nergens van worden ontkoppelt."
+ msgstr[1] "Geselecteerde knopen kunnen nergens van worden ontkoppelt."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ "De betrokken weg zou verdwijnen na het ontkoppelen van de geselecteerde "
+ "knoop."
+ msgstr[1] ""
+ "De betrokken wegen zouden verdwijnen na het ontkoppelen van de geselecteerde "
+ "knopen"
+
msgid "Undo"
msgstr "Ongedaan maken"
@@@ -1827,8 -1849,7 +1849,7 @@@ msgstr "Gegevens worden gedownload
msgid ""
"Ignoring exception because download has been canceled. Exception was: {0}"
- msgstr ""
- "Uitzondering negeren omdat downloaden is geannuleerd. Uitzondering was: {0}"
+ msgstr "Exceptie negeren omdat downloaden is geannuleerd. Exceptie was: {0}"
msgid "No data found in this area."
msgstr "Geen gegevens in dit gebied gevonden."
@@@ -1864,6 -1885,9 +1885,9 @@@ msgstr "({0}/{1}) Laden van ouders van
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Laden van ouders van relatie {2}"
+ msgid "Download session"
+ msgstr "Sessie downloaden"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Downloaden {0} van {1} ({2} te gaan)"
@@@ -2111,10 -2135,10 +2135,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Kan geen knoop buiten de wereld plaatsen."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Voeg een nieuwe knoop toe aan weg"
- msgstr[1] "Voeg een nieuwe knoop toe aan {0} wegen"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] "Voeg een nieuwe knoop aan weg toe"
+ msgstr[1] "Voeg een nieuwe knoop aan {0} wegen toe"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr ""
@@@ -2597,6 -2621,10 +2621,10 @@@ msgstr "''value'' in elke sleutel
msgid "matches if ''key'' exists"
msgstr "komt overeen als ''key'' bestaat"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+ "komt overeen als ''key'' groter is dan ''value'' (vergelijkbaar, kleiner dan)"
+
msgid "combinators"
msgstr "combinatoren"
@@@ -2810,11 -2838,9 +2838,9 @@@ msgstr "Ontbrekende parameter voor XOR
msgid "Missing operator for NOT"
msgstr "Operator voor NIET ontbreekt"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Waarschuwing: automatisch afbreken van waarde van tag \"{0}\" van verwijderd "
- "object {1}"
+ "Breek automatisch de waarde van de tag ''{0}'' af voor verwijderde object {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2909,6 -2935,9 +2935,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "{0} object toegevoegd"
msgstr[1] "{0} objecten toegevoegd"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Nieuwe weg {0} heeft 0 knopens"
+
msgid "Change node {0}"
msgstr "Knoop {0} wijzigen"
@@@ -2945,11 -2974,11 +2974,11 @@@ msgstr "Verwijder \"{0}\" voor {1} obje
msgid "Set {0}={1} for {2} objects"
msgstr "Stel {0}={1} in voor {2} objecten"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Verwijderde {0} eigenschappen voor {1} objecten"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "{0} tags verwijderd voor {1} objecten"
- msgid "Set {0} properties for {1} objects"
- msgstr "Stelde {0} eigenschappen voor {1} objecten in"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "{0} tags ingesteld vofor {1} objecten"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Vervang \"{0}\" door \"{1}\" voor"
@@@ -2974,11 -3003,11 +3003,11 @@@ msgid "Double conflict
msgstr "Dubbel conflict"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Waarschuwing: Laag ''{0}'' bestaat niet meer. Kan het conflict voor object "
- "''{1}'' niet verwijderen."
+ "Laag ''{0}'' bestaat niet meer. Kan geen conflict verwijderen voor object "
+ "''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Conflict toevoegen voor \"{0}\""
@@@ -3094,6 -3123,9 +3123,9 @@@ msgstr[1] "{0} objecten afgevoerd
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Los conflicten op in ledenlijst van relatie {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Verwijderde knopen van {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Roteer {0} knoop"
@@@ -3160,12 -3192,11 +3192,11 @@@ msgid "Reverse directional way.
msgstr "Omkeren wegrichting"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Bij het omkeren van de rijrichting worden de volgende wijzigingen in "
- "eigenschappen van de weg en zijn knopen voorgesteld om de gegevens "
- "consistent te houden."
+ "Bij het omdraaien van deze weg worden de volgende wijzigingen voorgesteld om "
+ "consistentie in de gegevens te behouden."
msgid "Relation"
msgstr "Relatie"
@@@ -3194,11 -3225,11 +3225,11 @@@ msgstr "Geselecteerde wijzigingen toepa
msgid "Do not apply changes"
msgstr "Wijzigingen niet toepassen"
- msgid "Please select which property changes you want to apply."
- msgstr "Selecteer welke wijzigingen in eigenschappen u wilt toepassen."
+ msgid "Please select which changes you want to apply."
+ msgstr "Selecteer welke wijzigingen u wilt toepassen."
- msgid "Properties of "
- msgstr "Eigenschappen van "
+ msgid "Tags of "
+ msgstr "Tags van "
msgid "Roles in relations referring to"
msgstr "Rollen in relaties verwijzen naar"
@@@ -3224,6 -3255,9 +3255,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Het voormalige back-upbestand {0} kan niet worden verwijderd"
+ msgid "Your work has been saved automatically."
+ msgstr "Uw werk is automatisch opgeslagen."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Fout bij het aanmaken van een back-up van de verwijderde laag; {0}"
@@@ -3258,22 -3292,21 +3292,21 @@@ msgstr "
"bekend.<br/> Activeer alstublieft de overeenkomende functie handmatig en "
"probeer opnieuw te importeren."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Waarschuwing: Maken van ontbrekende cachemap: {0} mislukt"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Maken van ontbrekende cache-map: {0} mislukt"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Maken van ontbrekende cachemap: {0} mislukt</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr ""
- "Waarschuwing: Niet mogelijk om de voorkeuren te behouden voor ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Behouden van voorkeuren voor ''{0}'' mislukt"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Waarschuwing: Niet mogelijk om de voorkeuren te initialiseren. Map voor "
- "voorkeuren ''{0}'' is geen map."
+ "Initialiseren van voorkeuren mislukt. Map voor voorkeuren ''{0}'' is geen "
+ "map."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3283,11 -3316,11 +3316,11 @@@ msgstr "
"voorkeuren ''{0}'' is geen map.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Waarschuwing: Niet mogelijk om de voorkeuren te initialiseren. Niet mogelijk "
- "om de ontbrekende map voor voorkeuren: {0} te maken"
+ "Initialiseren van voorkeuren mislukt. Maken van ontbrekende map voor "
+ "voorkeuren {0} mislukt."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3296,18 -3329,16 +3329,16 @@@ msgstr "
"<html>Het was niet mogelijk om de voorkeuren te initialiseren<br>Niet "
"mogelijk om de ontbrekende map voor voorkeuren: {0} te maken.</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: Ontbrekend bestand voor voorkeuren ''{0}''. Er wordt standaard bestand "
- "voor voorkeuren aangemaakt."
+ "Ontbrekend bestand voor voorkeuren ''{0}''. Maken van een standaard bestand "
+ "voor voorkeuren."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Waarschuwing: Het bestaande bestand voor voorkeuren \"{0}\" zal worden "
- "vervangen door een standaard ebstand voor voorkeuren."
+ "Vervangen van bestaand bestand voor voorkeuren ''{0}'' door standaard "
+ "bestand voor voorkeuren."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3325,11 -3356,11 +3356,11 @@@ msgstr "
"voor voorkeuren wordt aangemaakt.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Waarschuwing: Niet mogelijk om de voorkeuren te initialiseren. Niet mogelijk "
- "om bestand met voorkeuren te herstellen naar standaard : {0}"
+ "Initialiseren van voorkeuren mislukt. Herstellen van bestand voor voorkeuren "
+ "naar standaard: {0} mislukt"
msgid "Paint style {0}: {1}"
msgstr "Tekenstijl {0}: {1}"
@@@ -3360,14 -3391,12 +3391,12 @@@ msgstr "Resource ''{0}'' kon niet worde
msgid "UNKNOWN"
msgstr "ONBEKEND"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Waarschuwing: onverwacht versienummer voor JOSM in revisiebestand, waarde is "
- "''{0}''"
+ "Onverwacht versienummer voor JOSM in revisie-bestand, waarde is ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Waarschuwing: het revisiebestand ''/REVISION'' ontbreekt."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Het revisie-bestand ''/REVISION'' ontbreekt."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Er werd al een conflict geregistreerd voor primitief ''{0}''."
@@@ -3538,10 -3567,9 +3567,9 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parameter {0} niet in bereik 0..{1}. Kreeg ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Fout: Kan kaartweergaveklasse \"{0}\" niet laden. De klasse werd niet "
+ "Laden van de kaartrender klasse ''{0}'' mislukt. De klasse werd niet "
"gevonden."
msgid ""
@@@ -3654,7 -3682,7 +3682,7 @@@ msgstr "Grid shift file ''{0}'' voor op
msgid "Unkown datum identifier: ''{0}''"
msgstr "Onbekende ID voor datum: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr "Datum vereist (+datum=*, +towgs84=* of +nadgrids=*)"
msgid ""
@@@ -3697,9 -3725,6 +3725,6 @@@ msgstr "Aangepaste projectie
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Fout: kon geen invoerstroom openen voor ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3740,6 -3765,9 +3765,9 @@@ msgstr "andere bij valideren
msgid "Running test {0}"
msgstr "Uitvoeren test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test ''{0}'' voltooid in {1}"
+
msgid "Addresses"
msgstr "Adressen"
@@@ -3764,6 -3792,15 +3792,15 @@@ msgstr "Meerdere straatnamen in relatie
msgid "House number too far from street"
msgstr "Huisnummer ligt te ver van de straat"
+ msgid "Barriers and entrances"
+ msgstr "Barrières en ingangen"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Controleert op fouten in barrières en ingangen."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Ingang van barrière niet ingesteld op barrière"
+
msgid "Building inside building"
msgstr "Gebouw binnen gebouw"
@@@ -3825,6 -3862,9 +3862,9 @@@ msgstr " of
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} is vervallen, gebruik {1} in plaats hiervan"
+ msgid "{0} is unnecessary"
+ msgstr "{0} is niet nodig"
+
msgid "Duplicated nodes"
msgstr "Gedupliceerde knopen"
@@@ -3912,6 -3952,15 +3952,15 @@@ msgstr "Voert semantische controles ui
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Onjuiste rotonde (highway: {0} in plaats van {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Ontbrekende informatie voor voetgangersoversteekplaats"
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygoon"
@@@ -3986,6 -4035,13 +4035,13 @@@ msgid "This test finds nodes that have
msgstr ""
"Deze test zoekt knopen met dezelfde naam (kunnen gedupliceerde zijn)."
+ msgid "Opening hours syntax"
+ msgstr "Syntaxis voor openingstijden"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "Deze test controleert het juiste gebruik van de syntaxis voor openingstijden."
+
msgid "Overlapping Areas"
msgstr "Overlappende gebieden"
@@@ -4047,15 -4103,15 +4103,15 @@@ msgstr "Relatietype is onbekend
msgid "Relation is empty"
msgstr "Lege relatie"
+ msgid "Role verification problem"
+ msgstr "Probleem bij verificatie van rol"
+
msgid "<empty>"
msgstr "<leeg>"
msgid "Role {0} missing"
msgstr "Rol {0} ontbreekt"
- msgid "Role verification problem"
- msgstr "Probleem bij verificatie van rol"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Het aantal {0} rollen is te laag ({1})"
@@@ -4089,12 -4145,11 +4145,11 @@@ msgstr "
"Deze test controleert op wegen met gelijke namen die mogelijk verkeerd "
"gespeld zijn."
- msgid "Properties checker :"
- msgstr "Controle voor eigenschappen:"
+ msgid "Tag checker"
+ msgstr "Tagcontrole"
- msgid "This plugin checks for errors in property keys and values."
- msgstr ""
- "Deze plugin controleert op fouten in sleutels en waarden van eigenschappen."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Deze test controleert op fouten in sleutels en waarden van tags."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ongeldige regel controle op tags - {0}: {1}"
@@@ -4236,8 -4291,8 +4291,8 @@@ msgstr "Standaard bestand spellingscont
msgid "Use the default spellcheck file (recommended)."
msgstr "Het standaard bestand spellingscontrole gebruiken (aanbevolen)."
- msgid "Fix properties"
- msgstr "Eigenschappen herstellen"
+ msgid "Fix tags"
+ msgstr "Tags repareren"
msgid "Could not find element type"
msgstr "Kan elementtype niet vinden"
@@@ -4313,6 -4368,9 +4368,9 @@@ msgstr "Niet-gesloten wegen
msgid "This tests if ways which should be circular are closed."
msgstr "Dit test of wegen die een cirkel zouden moeten vormen gesloten zijn."
+ msgid "Unclosed way"
+ msgstr "Niet-gesloten weg"
+
msgid "natural type {0}"
msgstr "soort natuur {0}"
@@@ -4343,9 -4401,6 +4401,6 @@@ msgstr "gebouw
msgid "area"
msgstr "gebied"
- msgid "Unclosed way"
- msgstr "Niet-gesloten weg"
-
msgid "Unconnected ways"
msgstr "Niet-verbonden wegen"
@@@ -4374,12 -4429,12 +4429,12 @@@ msgstr "
"De test controleert op knopen zonder tag die geen deel uitmaken van enige "
"weg."
- msgid "No tags"
- msgstr "Geen tags"
-
msgid "Unconnected nodes without physical tags"
msgstr "Niet-verbonden knopen zonder fysieke tags"
+ msgid "No tags"
+ msgstr "Geen tags"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Bevat tag met als waarde ''fixme'' of ''FIXME''"
@@@ -4440,26 -4495,6 +4495,6 @@@ msgstr "Omgekeerde kustlijn: land niet
msgid "Reversed land: land not on left side"
msgstr "Omgekeerde land: land niet aan linker zijde"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Fout aantal argumenten voor bladwijzer"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Fout bij het inlezen van bladwijzer: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Fout: Onverwachte lijn ''{0}'' in bladwijzerbestand ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Fout: Ongeldige dubbele waarde''{0}'' op lijn ''{1}'' in bladwijzerbestand "
- "''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Kon bladwijzers niet lezen van<br>''{0}''<br>Fout was: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Niet opnieuw tonen (keuze onthouden)"
@@@ -4510,13 -4545,13 +4545,13 @@@ msgid "Precondition violation
msgstr "Overtreding van voorwaarde"
msgid "Security exception"
- msgstr "Beveiligingsuitzondering"
+ msgstr "Beveiligingsexceptie"
msgid "Network exception"
- msgstr "Netwerkuitzondering"
+ msgstr "Netwerkexceptie"
msgid "IO Exception"
- msgstr "Invoer/uitvoer-uitzondering"
+ msgstr "Invoer/uitvoer-exceptie"
msgid "Illegal Data"
msgstr "Ongeldige gegevens"
@@@ -4563,8 -4598,8 +4598,8 @@@ msgstr "Toon Help-informatie
msgid "Downloading \"Message of the day\""
msgstr "\"Melding van de dag\" downloaden"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Waarschuwing: mislukt om MOTD te lezen. Uitzondering was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Lezen van MOTD mislukt. Exceptie was: {0}"
msgid "Message of the day not available"
msgstr "Melding van de dag niet beschikbaar"
@@@ -4813,6 -4848,18 +4848,18 @@@ msgstr "
"Schakelt met de zichtbaarheid van de werkbalk Bewerken (d.i., het verticale "
"gereedschap)"
+ msgid "Preset preferences"
+ msgstr "Voorkeuren voor vorkeuzen"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "Klik om de tab Voorkeuzen te openen in de voorkeuren"
+
+ msgid "Imagery preferences"
+ msgstr "Voorkeuren voor afbeeldingen"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Klik om de tab Afbeeldingen te openen in de voorkeuren"
+
msgid "Audio"
msgstr "Geluid"
@@@ -4919,22 -4966,6 +4966,6 @@@ msgstr "Op achtergrond
msgid "Click to run job in background"
msgstr "Klikken om de taak op de achtergrond uit te voeren"
- msgid "false: the property is explicitly switched off"
- msgstr "onwaar: de eigenschap is expliciet uitgeschakeld"
-
- msgid "true: the property is explicitly switched on"
- msgstr "waar: de eigenschap is expliciet ingeschakeld"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "gedeeltelijk: verschillende geselecteerde objecten hebben verschillende "
- "waarden, niet veranderen"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
- "niet ingesteld: deze eigenschap niet voor de geselecteerde objecten instellen"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5255,6 -5286,9 +5286,9 @@@ msgstr "
"Kopieer mijn geselecteerde elementen naar het einde van de lijst met "
"samengevoegde elementen"
+ msgid "> before"
+ msgstr "> vóór"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5262,6 -5296,9 +5296,9 @@@ msgstr "
"Kopieer mijn geselecteerde elementen vóór het eerste geselecteerde element "
"in de lijst van samengevoegde elementen."
+ msgid "> after"
+ msgstr "> na"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5269,18 -5306,27 +5306,27 @@@ msgstr "
"Kopieer mijn geselecteerde elementen na het eerste geselecteerde element in "
"de lijst van samengevoegde elementen."
+ msgid "< top"
+ msgstr "< boven"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Kopieer hun geselecteerde elementen naar het begin van de lijst met "
"samengevoegde elementen."
+ msgid "< bottom"
+ msgstr "< onder"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Kopieer hun geselecteerde elementen naar het einde van de lijst met "
"samengevoegde elementen."
+ msgid "< before"
+ msgstr "< vóór"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5288,6 -5334,9 +5334,9 @@@ msgstr "
"Kopieer hun geselecteerde elementen vóór het eerste geselecteerde element in "
"de lijst met samengevoegde elementen."
+ msgid "< after"
+ msgstr "< na"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5304,8 -5353,8 +5353,8 @@@ msgstr "Kopieer al hun elementen naar h
msgid "Up"
msgstr "Omhoog"
- msgid "Move up the selected elements by one position."
- msgstr "Geselecteerde elementen één positie omhoog schuiven"
+ msgid "Move up the selected entries by one position."
+ msgstr "Verplaats de geselecteerde items één plaats omhoog."
msgid "Down"
msgstr "Omlaag"
@@@ -5362,16 -5411,6 +5411,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Hun versie ({0} items)"
msgstr[1] "Hun versie ({0} items)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Veranderlijke {0} is nog niet geregistreerd. Kan deelnemen in "
- "gesynchroniseerde aanpassingen niet instellen."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Veranderlijke {0} is nog niet geregistreerd."
-
msgid "Node"
msgstr "Knoop"
@@@ -5654,18 -5693,19 +5693,19 @@@ msgctxt "tag
msgid "Key:"
msgstr "Toets:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Geef een sleutel op, d.i. <strong><tt>fixme</tt></strong></html>"
+ "<html>Voer een sleutel voor een tag in, bijv. "
+ "<strong><tt>repareermij</tt></strong></html>"
msgid "Value:"
msgstr "Waarde:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Geef een waarde op voor een tag, d.i <strong><tt>kijk leden "
- "na</tt></strong></html>"
+ "<html>Voer een waarde voor een tag in, bijv. <strong><tt>controleer "
+ "leden</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6259,6 -6299,9 +6299,9 @@@ msgstr "Tonen/Verbergen
msgid "Information about layer"
msgstr "Informatie over laag"
+ msgid "Map paint preferences"
+ msgstr "Voorkeuren voor kaarttekenstijlen"
+
msgid "Map Paint Styles"
msgstr "Kaarttekenstijlen"
@@@ -6343,6 -6386,38 +6386,38 @@@ msgstr "Is stijl op dit moment actief?
msgid "No"
msgstr "Neen"
+ msgid "Object type:"
+ msgstr "Objecttype:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "gemengd"
+
+ msgid "Choose the OSM object type"
+ msgstr "Kies het type van het OSM-object"
+
+ msgid "Object ID:"
+ msgstr "Object-ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Voer het ID van het te downloaden object in"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Object-ID''s kunnen gescheiden worden door een komma of spatie. <br /> "
+ "Bijvoorbeeld: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Specificeer, "
+ "in gemengde modus, objecten als volgt: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Ongeldige lijst met ID's gespecificeerd\n"
+ "Kan niet doorgaan."
+
msgid "Relations"
msgstr "Relaties"
@@@ -6435,11 -6510,10 +6510,10 @@@ msgstr "Door deze gebruiker aangeleverd
msgid "Launches a browser with information about the user"
msgstr "Toont informatie over deze gebruiker in een browservenster"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Waarschuwing: er wordt slechts een infovenster voor de eerste {0} van {1} "
- "geselecteerde gebruikers geopend"
+ "Alleen info-browsers gestart voor de eerste {0} van {1} geselecteerde "
+ "gebruikers"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6621,9 -6695,6 +6695,6 @@@ msgstr "Inhoud bijwerken
msgid "Update the changeset content from the OSM server"
msgstr "Inhoud van wijzigingenset bijwerken vanaf de server van OSM"
- msgid "Show history"
- msgstr "Geschiedenis tonen"
-
msgid "Download and show the history of the selected objects"
msgstr ""
"De geschiedenis van de geselecteerde objecten downloaden en weergeven."
@@@ -6972,11 -7043,11 +7043,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>Wijzigingensets in de huidige kaartweergave downloaden</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Waarschuwing: onverwachte waarde voor voorkeur ''{0}'', kreeg ''{1}''. "
- "Teruggezet naar standaard zoekopdracht."
+ "Onverwachte waarde voor voorkeur ''{0}'', kreeg ''{1}''. Teruggezet naar "
+ "standaardquery."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -7048,35 -7119,47 +7119,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Deze URL voor de zoekopdracht voor wijzigingenset is ongeldig"
- msgid "Select objects for which to change properties."
- msgstr "Selecteer objecten waarvoor eigenschappen gewijzigd moeten worden."
+ msgid "Discardable key: selection Foreground"
+ msgstr "Te missen sleutel: selectie Voorgrond"
- msgid "Properties/Memberships"
- msgstr "Eigenschappen/Lidmaatschappen"
+ msgid "Discardable key: selection Background"
+ msgstr "Te missen sleutel: selectie Achtergrond"
- msgid "Properties for selected objects."
- msgstr "Eigenschappen voor geselecteerde objecten."
+ msgid "Discardable key: foreground"
+ msgstr "Te missen sleutel: voorgrond"
+
+ msgid "Discardable key: background"
+ msgstr "Te missen sleutel: achtergrond"
msgid "<different>"
msgstr "<verschillend>"
+ msgid "Select objects for which to change tags."
+ msgstr "Selecteer de objecten waarvan de tags gewijzigd moeten worden."
+
+ msgid "Tags/Memberships"
+ msgstr "Tags/Leden"
+
+ msgid "Tags for selected objects."
+ msgstr "Tags voor geselecteerde objecten."
+
msgid "Member Of"
msgstr "Lid van"
msgid "Position"
msgstr "Positie"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Eigenschappen: {0} / Leden: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Tags: {0} / Leden: {1}"
- msgid "Properties / Memberships"
- msgstr "Eigenschappen / Leden"
+ msgid "Tags / Memberships"
+ msgstr "Tags / Leden"
msgid "Delete the selected key in all objects"
msgstr "Verwijder de geselecteerde sleutel uit alle objecten"
- msgid "Delete Properties"
- msgstr "Eigenschappen verwijderen"
+ msgid "Delete Tags"
+ msgstr "Tags verwijderen"
msgid "Change relation"
msgstr "Relatie wijzigen"
@@@ -7090,14 -7173,14 +7173,14 @@@ msgstr "Selectie uit relatie {0} zeker
msgid "Add a new key/value pair to all objects"
msgstr "Voeg een nieuwe sleutel/waarde aan alle objecten toe"
- msgid "Add Property"
- msgstr "Eigenschap toevoegen"
+ msgid "Add Tag"
+ msgstr "Tag toevoegen"
msgid "Edit the value of the selected key for all objects"
msgstr "Bewerk de waarde van de geselecteerde sleutel voor alle objecten"
- msgid "Edit Properties"
- msgstr "Eigenschappen bewerken"
+ msgid "Edit Tags"
+ msgstr "Tags bewerken"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Ga naar de wiki van OSM voor hulp over tags (F1)"
@@@ -7260,10 -7343,8 +7343,8 @@@ msgstr "Relatie is verwijderd
msgid "Downloading relation {0}"
msgstr "Downloaden van relatie {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Waarschuwing: Uitzondering negeren omdat taak is geannuleerd.. Uitzondering: "
- "{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Exceptie genegeerd omdat de taak werd geannuleerd. Exceptie: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7622,6 -7703,28 +7703,28 @@@ msgstr "weg is verbonden met volgend li
msgid "way is not connected to previous or next relation member"
msgstr "weg is niet verbonden met vorig of volgend lid van de relatie"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Fout aantal argumenten voor bladwijzer"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Fout bij het inlezen van bladwijzer: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "Onverwachte regel ''{0}'' in bestand voor bladwijzers ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Ongeldige dubbele waarde ''{0}'' op regel ''{1}'' in bestand voor "
+ "bladwijzers ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Kon bladwijzers niet lezen van<br>''{0}''<br>Fout was: {1}</html>"
+
msgid "Bookmarks"
msgstr "Bladwijzers"
@@@ -7778,21 -7881,8 +7881,8 @@@ msgstr "Download verwijzers (ouderrelat
msgid "Download object"
msgstr "Object downloaden"
- msgid "Object type:"
- msgstr "Objecttype:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "gemengd"
-
- msgid "Choose the OSM object type"
- msgstr "Kies het type van het OSM-object"
-
- msgid "Object ID:"
- msgstr "Object-ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Voer het ID van het te downloaden object in"
+ msgid "Start downloading"
+ msgstr "Downloaden starten"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7805,28 -7895,9 +7895,9 @@@ msgid "Select if the members of a relat
msgstr ""
"Selecteer dit als de leden van een relatie ook moeten worden gedownload"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Object-ID''s kunnen gescheiden worden door een komma of spatie. <br /> "
- "Bijvoorbeeld: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Specificeer, "
- "in gemengde modus, objecten als volgt: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Download verwijzers (ouderrelaties en -wegen)"
- msgid "Start downloading"
- msgstr "Downloaden starten"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Ongeldige ID-lijst gespecificeerd\n"
- "Kan object niet downloaden."
-
msgid "Class Type"
msgstr "Klassetype"
@@@ -7846,7 -7917,7 +7917,7 @@@ msgid "Areas around places
msgstr "Gebieden rond plaatsen"
msgid "Null pointer exception, possibly some missing tags."
- msgstr "Null pointer-uitzondering, mogelijk ontbreken er enkele tags."
+ msgstr "Null pointer-exceptie, mogelijk ontbreken er enkele tags."
msgid "Search ..."
msgstr "Zoeken ..."
@@@ -7874,8 -7945,7 +7945,7 @@@ msgstr "JOSM Help-browser
msgid "Failed to read CSS file ''help-browser.css''. Exception is: {0}"
msgstr ""
- "CSS-bestand ''help-browser.css'' kon niet worden ingelezen. Uitzondering is: "
- "{0}"
+ "CSS-bestand ''help-browser.css'' kon niet worden ingelezen. Exceptie is: {0}"
msgid ""
"<html><p class=\"warning-header\">Help content for help topic missing</p><p "
@@@ -7942,9 -8012,8 +8012,8 @@@ msgstr "Vooruit naar de volgende pagina
msgid "Go to the JOSM help home page"
msgstr "Naar de thuispagina van JOSM Help gaan."
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr ""
- "Waarschuwing: slechte locatie in HTML-document. Uitzondering was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Slechte locatie in HTML-document. Exceptie was: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Kan de pagina voor Help niet openen. De URL voor het doel is leeg."
@@@ -8052,6 -8121,9 +8121,9 @@@ msgid "
msgstr ""
"<html>Versie <strong>{0}</strong> gemaakt op <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Opmerking wijzigingenset"
+
msgid "Changeset info"
msgstr "Wijzigingenset info"
@@@ -8161,9 -8233,8 +8233,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Object nog in gebruik"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "Waarschuwing: fout kop \"{0}\" komt niet overeen met een verwacht patroon"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "Fout koptekst \"{0}\" kwam niet overeen met een verwacht patroon"
msgid "Upload"
msgstr "Uploaden"
@@@ -8185,6 -8256,12 +8256,12 @@@ msgstr "Beschrijf kort de veranderinge
msgid "Enter an upload comment"
msgstr "Een opmerking bij uploaden invoeren"
+ msgid "Specify the data source for the changes:"
+ msgstr "Specificeer de gegevensbron voor de wijzigingen:"
+
+ msgid "Enter a source"
+ msgstr "Voer een bron in"
+
msgid "Changeset id:"
msgstr "Wijzigingenset-ID:"
@@@ -8253,11 -8330,10 +8330,10 @@@ msgid "Closing changeset {0}
msgstr "Wijzigingenset aan het sluiten {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Waarschuwing: op voorgrond houden van dialoogvenster Persoonlijke gegevens "
- "mislukt. Beveiligingsuitzondering ontvangen."
+ "Op voorgrond zetten van dialoogvenster Invoer mislukt. Kreeg een "
+ "beveiligings-exceptie."
msgid "Enter credentials for OSM API"
msgstr "Voer persoonlijke gegevens in voor OSM API"
@@@ -8339,11 -8415,11 +8415,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Uitpakken {0} in {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Waarschuwing: Kan bestand ''{0}'' niet downloaden. De koppeling om vanaf te "
- "downloaden ''{1}'' is geen geldige URL. Downloaden wordt overgeslagen."
+ "Kan bestand ''{0}'' niet downloaden. De koppeling voor downloaden ''{1}'' is "
+ "geen geldige URL. Downloaden overgeslagen."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8360,11 -8436,10 +8436,10 @@@ msgid "Missing user identity
msgstr "Ontbrekende identiteit van de gebruiker"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Waarschuwing: Ophalen van gebruikersinformatie over de huidige gebruiker van "
- "JOSM mislukt. Uitzondering was: {0}"
+ "Ophalen van gebruikersinformatie voor huidige gebruiker van JOSM mislukt. "
+ "Exceptie was: {0}"
msgid "Download objects"
msgstr "Downloaden van objecten"
@@@ -8619,12 -8694,6 +8694,6 @@@ msgstr "Upload de gewijzigde primitieve
msgid "Please revise upload comment"
msgstr "Herstel de opmerking bij uploaden"
- msgid "Revise"
- msgstr "Herstel"
-
- msgid "Continue as is"
- msgstr "Doorgaan zoals het is"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8639,13 -8708,34 +8708,34 @@@ msgstr "
"/><br />Als u nu een minuutje spendeert aan het uitleggen van uw wijziging, "
"zult u het leven<br />van vele andere mappers een stuk eenvoudiger maken."
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
+ msgstr "Specificeer een bron voor de wijzigingenset"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- "Terug naar het vorige dialoogvenster om een meer beschrijvende opmerking in "
- "te voeren"
+ "U specificeerde geen bron voor uw wijzigingen.<br />Dit is technisch "
+ "toegestaan, maar het helpt andere gebruikers <br />om de herkomst van de "
+ "gegevens te begrijpen.<br /><br />Als u nu een minuut de tijd neemt om uw "
+ "wijziging uit te leggen, maakt u het leven<br />van vele andere mappers een "
+ "stuk eenvoudiger."
- msgid "Cancel and return to the previous dialog"
- msgstr "Annuleren en terug naar het vorige dialoogvenster"
+ msgid "Revise"
+ msgstr "Herstel"
+
+ msgid "Continue as is"
+ msgstr "Doorgaan zoals het is"
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+ "Terug naar het vorige dialoogvenster om een meer beschrijvende opmerking in "
+ "te voeren"
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr "Annuleren en terug naar het vorige dialoogvenster"
msgid "Do not show this message again"
msgstr "Toon dit bericht niet meer"
@@@ -8656,6 -8746,25 +8746,25 @@@ msgstr "Voer eerst een geldige grootte
msgid "Illegal chunk size"
msgstr "Ongeldige grootte voor gedeelte"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>De volgende tag voor wijzigingenset bevat een lege "
+ "sleutel/waarde:<br>{0}<br>Doorgaan?</html>"
+ msgstr[1] ""
+ "<html>De volgende tags voor wijzigingenset bevatten een lege "
+ "sleutel/waarde:<br>{0}<br>Doorgaan?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Lege metadata"
+
msgid "Cancel the upload and resume editing"
msgstr "Annuleer het uploaden en hervat het bewerken"
@@@ -8663,11 -8772,11 +8772,11 @@@ msgid "Tags of changeset {0}
msgstr "Tags van wijzigingenset {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Waarschuwing: object ''{0}'' is al verwijderd van de server. Sla dit object "
- "over en probeer opnieuw te uploaden."
+ "Object ''{0}'' is al verwijderd van de server. Dit object overgeslagen en "
+ "probeer opnieuw te uploaden."
msgid "Preparing objects to upload ..."
msgstr "Voorbereiden van objecten om te uploaden ..."
@@@ -8808,9 -8917,6 +8917,6 @@@ msgstr "Relatie ''{0}'' is al verwijder
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "Object ''{0}'' is al verwijderd. Object overslaan in upload."
- msgid "Warning: {0}"
- msgstr "Waarschuwing: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Uploaden van {0} object..."
@@@ -8819,8 -8925,11 +8925,11 @@@ msgstr[1] "Uploaden van {0} objecten...
msgid ""
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
- "Negeren van de opgetreden uitzondering omdat het uploaden is geannuleerd. "
- "Uitzondering is: {0}"
+ "Negeren van de opgetreden exceptie omdat het uploaden is geannuleerd. "
+ "Exceptie is: {0}"
+
+ msgid "Upload successful!"
+ msgstr "Uploaden gelukt!"
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
@@@ -8842,10 -8951,8 +8951,8 @@@ msgstr "Selecteer objecten om te upload
msgid "Cancel uploading"
msgstr "Uploaden annuleren"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr ""
- "Waarschuwing: onverwachte waarde voor sleutel ''{0}'' in voorkeuren, kreeg "
- "''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr "Onverwachte waarde voor sleutel ''{0}'' in voorkeuren, kreeg ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Selecteer de strategie voor het uploaden:"
@@@ -8998,7 -9105,7 +9105,7 @@@ msgstr "Volgende markering
msgid "Jump to next marker"
msgstr "Spring naar volgende markering"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "Vorige markering"
msgid "Jump to previous marker"
@@@ -9031,8 -9138,8 +9138,8 @@@ msgstr "versie {0}
msgid "Merging layers"
msgstr "Lagen samenvoegen"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Waarschuwing: mixen van 0.6 en 0.5 gegevensresultaten in versie 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "Mixen van gegevens 0.6 en 0.5 resulteert in versie 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9409,9 -9516,6 +9516,6 @@@ msgstr "GPS-locaties uit EXIF halen
msgid "Starting directory scan"
msgstr "Scan van mappen starten"
- msgid "One of the selected files was null"
- msgstr "Een van de geselecteerde bestanden was leeg (null)"
-
msgid "Read photos..."
msgstr "Foto''s lezen..."
@@@ -9430,6 -9534,9 +9534,9 @@@ msgstr "Leeg bestand in {0} gevonden\n
msgid "Error while getting files from directory {0}\n"
msgstr "Bestanden uit map {0} halen is mislukt\n"
+ msgid "One of the selected files was null"
+ msgstr "Een van de geselecteerde bestanden was leeg (null)"
+
msgid "Geotagged Images"
msgstr "Afbeeldingen met geo-tags"
@@@ -9489,6 -9596,12 +9596,12 @@@ msgstr "Volgende
msgid "Show next Image"
msgstr "Toon volgende afbeelding"
+ msgid "Show first Image"
+ msgstr "Geef eerste afbeelding weer"
+
+ msgid "Show last Image"
+ msgstr "Geef laatste afbeelding weer"
+
msgid "Center view"
msgstr "Beeld centreren"
@@@ -9572,9 -9685,6 +9685,6 @@@ msgstr "
"schadelijk beschouwd.<br>Als je sporen (traces) wilt uploaden, zie "
"hier:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Tekenen van spoor aanpassen"
@@@ -9775,17 -9885,11 +9885,11 @@@ msgstr "Fout tijdens het tonen van de U
msgid "(URL was: "
msgstr "(URL was: "
- msgid "Error displaying URL"
- msgstr "Fout bij tonen URL"
-
msgid "Select the map painting styles"
msgstr "Selecteer de maptekenstijlen"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr ""
- "Waarschuwing: Laden kaarttekenstijlen mislukt vanaf ''{0}''. Uitzondering "
- "was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr "Laden van Kaarttekenstijlen vanaf ''{0}'' mislukt. Exceptie was: {1}"
msgid "loading style ''{0}''..."
msgstr "stijl laden ''{0}''..."
@@@ -9803,10 -9907,9 +9907,9 @@@ msgstr[1] "
"Er traden {0} fouten op bij het laden van deze stijl. Selecteer ''Info'' uit "
"het rechtsklik-menu voor details."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Waarschuwing: Parsen van kaarttekenstijlen mislukt vanaf ''{0}''. Fout was: "
- "{1}"
+ "Parsen van Kaarttekenstijlen vanaf ''{0}'' mislukt. Exceptie was: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Ongeldig patroon van streepjes, waarden moeten positief zijn"
@@@ -9815,11 -9918,9 +9918,9 @@@ msgid "Illegal dash pattern, at least o
msgstr "Ongeldig patroon van streepjes, ten minste één waarde moet > 0 zijn"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Waarschuwing: Parsen van kaarttekenstijlen mislukt vanaf ''{0}''. Fout was: "
- "[{1}:{2}] {3}"
+ "Parsen van Kaarttekenstijlen vanaf ''{0}'' mislukt. Fout was: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Sleutel voor Toegangstoken:"
@@@ -10096,9 -10197,8 +10197,8 @@@ msgstr "Sluit het dialoogvenster en ann
msgid "Close the dialog and accept the Access Token"
msgstr "Sluit het dialoogvenster en accepteer het Toegangstoken"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr ""
- "Waarschuwing: annuleren van het uitvoeren van de bewerking van OAuth mislukt"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Annuleren van uitgevoerde bewerking van OAuth mislukt"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Verkrijgen van Verzoektoken van OAuth vanaf ''{0}''"
@@@ -10915,21 -11015,21 +11015,54 @@@ msgstr "Instelling toevoegen
msgid "Advanced Background: Changed"
msgstr "Uitgebreide achtergrond: Gewijzigd"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "Huidige waarde is standaard."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Standaardwaarde is ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr "Standaardwaarde is onbekend (instelling is nog niet gebruikt)."
+
+ msgid "Change string setting"
+ msgstr "Wijzig instelling tekenreeks"
+
++msgid "Simple"
++msgstr "Eenvoudig"
++
++msgid "List"
++msgstr "Lijst"
++
++msgid "List of lists"
++msgstr "Lijst van lijsten"
++
++msgid "List of maps"
++msgstr "Lijst van kaarten"
++
++msgid "Add setting"
++msgstr "Instelling toevoegen"
++
++msgid "Advanced Background: Changed"
++msgstr "Uitgebreide achtergrond: Gewijzigd"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "Uitgebreide achtergrond: Niet standaard"
+
+msgid "Current value is default."
+msgstr "Huidige waarde is standaard."
+
+msgid "Default value is ''{0}''."
+msgstr "Standaardwaarde is ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr "Standaardwaarde is onbekend (instelling is nog niet gebruikt)."
+
+msgid "Change string setting"
+msgstr "Wijzig instelling tekenreeks"
+
msgid "Value: "
msgstr "Waarde: "
@@@ -10984,6 -11084,9 +11117,9 @@@ msgstr "Teken virtuele knopen in modus
msgid "Draw inactive layers in other color"
msgstr "Teken inactieve lagen in andere kleur"
+ msgid "Display discardable keys"
+ msgstr "Geef de te missen sleutels weer"
+
msgid "Highlight target ways and nodes"
msgstr "Accentueer doelwegen en -knopen"
@@@ -11046,6 -11149,13 +11182,13 @@@ msgstr "
"Deze optie onderdrukt het vullen van gebieden, overschrijft daarmee alles "
"wat gespecificeerd is in de geselecteerde stijl."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "Geef de sleutels weer die dusdanig oninteressant zijn geworden dat zij "
+ "geruisloos kunnen worden verwijderd."
+
msgid "Options that affect drawing performance"
msgstr "Opties die de uitvoering van het tekenen beïnvloeden"
@@@ -11544,6 -11654,12 +11687,12 @@@ msgstr "
"<i>(JOSM kan een back-upbestand behouden bij het opslaan van gegevenslagen. "
"Het voegt ''~'' toe aan de bestandsnaam en slaat het op in dezelfde map.)</i>"
+ msgid "Notification at each save"
+ msgstr "Notificatie bij elke opslag"
+
+ msgid "When saving, display a small notification"
+ msgstr "Geef bij het opslaan een kleine notificatie weer"
+
msgid "File backup"
msgstr "Bestand back-up"
@@@ -11616,10 -11732,8 +11765,8 @@@ msgid "Settings for the map projection
msgstr ""
"Instellingen voor projectie van kaarten en interpretatie van gegevens."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
- "Waarschuwing: Lezen niet mogelijk van de vooraf ingestelde bron voor taggen: "
- "{0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Kan vooraf ingestelde bron voor taggen niet lezen: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11905,21 -12019,6 +12052,6 @@@ msgstr "Zwitsers raster (Zwitserland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (zonder lokale correcties)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM-zone"
-
- msgid "North"
- msgstr "Noorden"
-
- msgid "South"
- msgstr "Zuiden"
-
- msgid "Hemisphere"
- msgstr "Halfrond"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11941,6 -12040,21 +12073,21 @@@ msgstr "UTM Frankrijk (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Geodesisch systeem"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM-zone"
+
+ msgid "North"
+ msgstr "Noorden"
+
+ msgid "South"
+ msgstr "Zuiden"
+
+ msgid "Hemisphere"
+ msgstr "Halfrond"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testen van OSM API URL ''{0}''"
@@@ -12006,11 -12120,11 +12153,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Selecteren om OAuth te gebruiken als mechanisme voor authenticatie"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Waarschuwing: Niet ondersteunde waarde in voorkeur ''{0}'', kreeg {1}''. "
- "Gebruik de authenticatie-methode ''Basis-authenticatie''."
+ "Niet ondersteunde waarde in voorkeur ''{0}'', kreeg ''{1}''. Gebruik "
+ "authenticatiemethode ''Basic Authentication''."
msgid "OSM username:"
msgstr "OSM gebruikersnaam:"
@@@ -12018,29 -12132,31 +12165,31 @@@
msgid "OSM password:"
msgstr "OSM wachtwoord"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Waarschuwing: verkrijgen van de beveiligde gegevens van OSM vanuit het "
- "beheer van die gegevens mislukt."
+ "Ophalen van inloggegevens voor OSM vanaf beheerder van inloggegevens mislukt."
msgid "Current credential manager is of type ''{0}''"
msgstr "Huidig beheer voor beveiligde gegevens is van het type ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Waarschuwing: opslaan van de beveiligde gegevens voor OSM naar beheer van "
- "die gegevens is mislukt."
+ "Opslaan van inloggegevens voor OSM naar beheerder van inloggegevens mislukt."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Controleer periodiek op nieuwe berichten"
+
+ msgid "Check interval (minutes):"
+ msgstr "Interval voor controle (minuten):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Waarschuwing: verkrijgen van het Toegangstoken voor OAuth vanuit beheer "
- "beveiligde gegevens is mislukt"
+ "Ophalen van toegangstoken voor OAuth vanaf beheerder van inloggegevens "
+ "mislukt"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Waarschuwing: opslaan van Toegangstoken voor OAuth in beheer van beveiligde "
- "gegevens is mislukt"
+ "Opslaan van toegangstoken voor OAuth naar beheerder van inloggegevens mislukt"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12133,18 -12249,12 +12282,12 @@@ msgid "Use a SOCKS proxy
msgstr "Gebruik een SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Waarschuwing: JOSM is geconfigureerd om proxyservers te gebruiken vanuit de "
- "systeeminstellingen, maar de JVM is niet geconfigureerd om die te "
- "verkrijgen. Herstellen van voorkeuren naar ''Geen proxy''"
-
- msgid "disabled"
- msgstr "uitgeschakeld"
-
- msgid "no modifier"
- msgstr "geen toets voor aanpassen"
+ "JOSM is geconfigureerd om proxyservers vanuit de systeeminstellingen te "
+ "gebruiken, maar de JVM is niet geconfigureerd om ze te op te halen. "
+ "Voorkeuren teruggezet naar ''Geen proxy''"
msgid "Shortcut Background: User"
msgstr "Sneltoets achtergrond: Gebruiker"
@@@ -12216,8 -12326,8 +12359,8 @@@ msgstr "Voorkeuze toepassen
msgid "New relation"
msgstr "Nieuwe relatie"
- msgid "Change Properties"
- msgstr "Eigenschappen veranderen"
+ msgid "Change Tags"
+ msgstr "Tags wijzigen"
msgid "Unknown requisite: {0}"
msgstr "Onbekend vereiste: {0}"
@@@ -12305,9 -12415,6 +12448,6 @@@ msgstr "Voorkeuze rol element zonder ou
msgid "Preset sub element without parent"
msgstr "Voorkeuze sub-element zonder ouder"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Kan vooraf ingestelde bron voor taggen niet lezen: {0}"
-
msgid "Error parsing {0}: "
msgstr "Fout bij parsen van {0}: "
@@@ -12326,6 -12433,16 +12466,16 @@@ msgstr "Alleen die geselecteerd kunnen
msgid "Search in tags"
msgstr "In tags zoeken"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Veranderlijke {0} is nog niet geregistreerd. Kan deelnemen in "
+ "gesynchroniseerde aanpassingen niet instellen."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Veranderlijke {0} is nog niet geregistreerd."
+
msgid "All files (*.*)"
msgstr "Alle bestanden (*.*)"
@@@ -12360,9 -12477,61 +12510,61 @@@ msgid "
msgstr ""
"De huidige waarde is geen geldige ID voor OSM. Voer een geheel getal > 0 in"
+ msgid "false: the property is explicitly switched off"
+ msgstr "onwaar: de eigenschap is expliciet uitgeschakeld"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "waar: de eigenschap is expliciet ingeschakeld"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "gedeeltelijk: verschillende geselecteerde objecten hebben verschillende "
+ "waarden, niet veranderen"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+ "niet ingesteld: deze eigenschap niet voor de geselecteerde objecten instellen"
+
msgid "Cut"
msgstr "Knippen"
+ msgid "Right click = copy to clipboard"
+ msgstr "Klik met rechts = kopieer naar klembord"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Ontbrekend verplicht attribuut ''{0}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type long. Kreeg "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type long (>=0). "
+ "Kreeg ''{1}''."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Ongeldige waarde voor attribuut ''{0}'' van het type double. Kreeg ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type boolean. "
+ "Kreeg ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type "
+ "OsmPrimitiveType. Kreeg ''{1}''."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12398,11 -12567,11 +12600,11 @@@ msgid "Contacting OSM Server...
msgstr "Verbinden met server van OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Waarschuwing: ongeldige waarde van attribuut ''{0}'' van element ''{1}'' in "
- "mogelijkheden voor de server. Kreeg ''{2}''"
+ "Ongeldige waarde van attribuut ''{0}'' van element ''{1}'' in "
+ "servermogelijkheden. Kreeg ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Parsen van datum ''{0}'', antwoord van server, mislukt."
@@@ -12449,40 -12618,35 +12651,35 @@@ msgid "Illegal port number in preferenc
msgstr "Ongeldig poortnummer in voorkeur ''{0}''. Kreeg {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Waarschuwing: onverwachte waarde voor voorkeur ''{0}'' gevonden. Kreeg "
- "''{1}''. Zal geen proxy gebruiken."
+ "Onverwachte waarde voor voorkeur ''{0}'' gevonden. Kreeg ''{1}''. Zal geen "
+ "proxy gebruiken."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Waarschuwing: Onverwachte parameters voor HTTP proxy. Kreeg host ''{0}'' en "
- "poort ''{1}''."
+ "Onverwachte parameters voor HTTP-proxy. Kreeg host ''{0}'' en poort ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Waarschuwing: Onverwachte parameters voor SOCKS proxy. Kreeg host ''{0}'' en "
- "poort ''{1}''."
+ "Onverwachte parameters voor SOCKS-proxy. Kreeg host ''{0}'' en poort ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Fout: Verbinding naar proxy ''{0}'' voor URI ''{1}'' mislukt. Uitzondering "
- "was: {2}"
+ "Verbinding naar proxy ''{0}'' voor URI ''{1}'' mislukt. Exceptie was: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Waarschuwing: de JVM is niet geconfigureerd om proxyservers op te zoeken "
- "vanuit de systeeminstellingen. De eigenschap ''java.net.useSystemProxies'' "
- "ontbrak op het moment van opstarten. Zal geen proxy gebruiken."
+ "De JVM is niet geconfigureerd om proxyservers op te zoeken in de "
+ "systeeminstellingen. De eigenschap ''java.net.useSystemProxies'' ontbrak bij "
+ "het opstarten. Zal geen proxy gebruiken."
msgid "Parsing response from server..."
msgstr "Antwoord van server parsen..."
@@@ -12584,6 -12748,9 +12781,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Fout bij parsen: documentstructuur voor GPX-document is ongeldig"
+ msgid "(at line {0}, column {1})"
+ msgstr "(op regel {0}, kolom {1})"
+
msgid "Unknown mode {0}."
msgstr "Onbekende modus {0}."
@@@ -12599,15 -12766,23 +12799,23 @@@ msgstr "Zoeken naar afbeeldingsbestande
msgid "No image files found."
msgstr "Geen afbeeldingsbestanden gevonden."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "U heeft {0} niet gelezen bericht."
+ msgstr[1] "U heeft {0} niet gelezen berichten."
+
+ msgid "Click here to see your inbox."
+ msgstr "Klik hier om uw postvak IN te bekijken."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Openenen van invoerstroom voor bron ''{0}'' mislukt"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Waarschuwing: openen van bestand met de extensie ''{2}'' en deel van naam "
- "''{3}'' in zip-bestand ''{0}'' mislukt. Uitzondering was: {1}"
+ "Openen van bestand met extensie ''{2}'' en deel van naam ''{3}'' in zip-"
+ "bestand ''{0}'' mislukt. Exceptie was: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Hernoemen van bestand {0} naar {1} mislukt."
@@@ -12693,8 -12868,8 +12901,8 @@@ msgstr "Onbekende zinnen: {0}
msgid "Zero coordinates: {0}"
msgstr "Nul-coördinaten: {0}"
- msgid "NMEA import success"
- msgstr "Importeren van NMEA gelukt"
+ msgid "NMEA import success:"
+ msgstr "NMEA importeren gelukt:"
msgid "NMEA import failure!"
msgstr "Importeren van NMEA mislukt!"
@@@ -12802,48 -12977,15 +13010,15 @@@ msgstr "Geen gegevens gevonden in besta
msgid "Open OsmChange file"
msgstr "Open een OsmChange-bestand"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Ontbrekend verplicht attribuut ''{0}''."
-
msgid "Unsupported version: {0}"
msgstr "Niet ondersteunde versie: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type long. Kreeg "
- "''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type long (>=0). "
- "Kreeg ''{1}''."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Ongeldige waarde voor attribuut ''{0}'' van het type double. Kreeg ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type boolean. "
- "Kreeg ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Ongeldige waarde voor verplicht attribuut ''{0}'' van het type "
- "OsmPrimitiveType. Kreeg ''{1}''."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Waarschuwing: niet ondersteund startelement ''{0}'' in inhoud van "
- "wijzigingenset op positie ({1},{2}). Overslaan."
+ "Niet-ondersteund startelement ''{0}'' in inhoud van wijzigingenset op "
+ "positie ({1},{2}). Overgeslagen."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12853,11 -12995,11 +13028,11 @@@ msgstr "
"''maken'', ''aanpassen'', of ''verwijderen''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Waarschuwing: niet ondersteund eindelement ''{0}'' in inhoud wijzigingenset "
- "op positie ({1},{2}). Overslaan."
+ "Niet-ondersteund eindelement ''{0}'' in inhoud van wijzigingenset op positie "
+ "({1},{2}). Overgeslagen."
msgid "Parsing changeset content ..."
msgstr "Parsen van inhoud wijzigingenset ..."
@@@ -12886,12 -13028,8 +13061,8 @@@ msgstr "
"Ondertekenen van een HTTP-verbinding met een kop van OAuth Authentication "
"mislukt"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
- "Waarschuwing: onverwachte waarde voor voorkeur ''{0}''. Kreeg ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(op regel {0}, kolom {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "Onverwachte waarde voor voorkeur ''{0}''. Kreeg ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Er trad een fout op bij het opslaan.<br>Fout is:<br>{0}</html>"
@@@ -12984,11 -13122,11 +13155,11 @@@ msgstr "
"Kreeg {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "WAARSCHUWING: Normaliseren van waarde van attribuut ''version'' van element "
- "{0} naar {2}, versie van API is ''{3}''. Kreeg {1}."
+ "Normaliseren van waarde van attribuut ''version'' van element {0} naar {2}, "
+ "versie van API is ''{3}''. Kreeg {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Onbekende of niet ondersteunde versie van de API. Kreeg {0}."
@@@ -13194,17 -13332,15 +13365,21 @@@ msgstr "Nieuwe objecten maken
msgid "Read protocol version"
msgstr "Lees protocolversie"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr ""
- "Waarschuwing: Kan de server voor de afstandbediening niet starten op poort "
- "{0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr "Kan geen server voor afstandsbediening starten op poort {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Afstandsbediening::Accepteren van verbindingen op poort {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Afstandsbediening::Server gestopt."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "Afstandsbediening::Accepteren van verbindingen op poort {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "Afstandsbediening::Server gestopt."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Afstandsbediening is gevraagd om een nieuwe knoop te maken."
@@@ -13248,6 -13384,15 +13423,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr "Afstandsbediening is gevraagd gegevens uit de API te laden."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "De latituden moeten liggen tussen {0} en {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "De longituden moeten liggen tussen {0} en {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "De minima moeten kleiner zijn dan de maxima"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13284,20 -13429,20 +13468,20 @@@ msgstr "Gegevens:
msgid "local file"
msgstr "Lokaal bestand"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Koppeling naar een gegevensbestand van OSM op uw lokale schijf."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Kopeling naar een GPX-bestand op uw lokale schijf."
msgid "include"
msgstr "inclusief"
- msgid "Include OSM data in the .joz session file."
- msgstr "Neem OSM-gegevens op in het bestand van de sessie (.joz)."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "Neem GPX-gegevens op in het .joz sessiebestand."
msgid "No file association"
msgstr "Geen bestandsassociatie"
- msgid "OSM data will be included in the session file."
- msgstr "OSM-gegevens zullen worden opgenomen in het bestand van de sessie."
+ msgid "GPX data will be included in the session file."
+ msgstr "GPX-gegevens zullen worden opgenomen in het sessiebestand."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13322,13 -13467,25 +13506,25 @@@ msgstr "Laag bevat niet-opgeslagen gege
msgid "Layer does not contain unsaved data."
msgstr "Laag bevat geen niet-opgeslagen gegevens."
- msgid ""
- "Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
- "0.1"
- msgstr ""
- "Versie ''{0}'' van metagegevens voor gegevenslaag van OSM wordt niet "
- "ondersteund. Verwacht: 0.1"
-
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Koppeling naar een gegevensbestand van OSM op uw lokale schijf."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Neem OSM-gegevens op in het bestand van de sessie (.joz)."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM-gegevens zullen worden opgenomen in het bestand van de sessie."
+
+ msgid ""
+ "Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
+ "0.1"
+ msgstr ""
+ "Versie ''{0}'' van metagegevens voor gegevenslaag van OSM wordt niet "
+ "ondersteund. Verwacht: 0.1"
+
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Sessiebestand (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Niet in staat om bestand ''{0}'' te vinden."
@@@ -13403,18 -13560,18 +13599,18 @@@ msgid "Download skipped
msgstr "Download overgeslagen"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Waarschuwing: Kan plug-in ''{0}'' niet downloaden. De koppeling om vanaf te "
- "downloaden is onbekend. Downloaden wordt overgeslagen."
+ "Kan plugin ''{0}'' niet downloaden. De koppeling voor het downloaden is niet "
+ "bekend. Downloaden overgeslagen."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Waarschuwing: Kan plug-in ''{0}'' niet downloaden. De koppeling om vanaf te "
- "downloaden ''{1}'' is geen geldige URL. Downloaden wordt overgeslagen."
+ "Kan plug-in ''{0}'' niet downloaden. De koppeling voor downloaden ''{1}'' is "
+ "geen geldige URL. Downloaden overgeslagen."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Maken van de plug-in map ''{0}'' mislukt"
@@@ -13585,11 -13742,11 +13781,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Bijwerken van plug-in mislukt"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Waarschuwing: kon plugin {0} niet vinden"
+ msgid "Failed to find plugin {0}"
+ msgstr "Vinden van plug-in {0} mislukt"
- msgid "Warning: failed to download plugin information list"
- msgstr "Waarschuwing: downloaden van informatielijst van plug-in mislukt"
+ msgid "Failed to download plugin information list"
+ msgstr "Downloaden van informatielijst voor plug-in mislukt"
msgid "Disable plugin"
msgstr "Plug-in uitschakelen"
@@@ -13603,30 -13760,28 +13799,28 @@@ msgstr "Plug-in behouden
msgid "Click to keep the plugin ''{0}''"
msgstr "Klik om de plug-in ''{0}'' te behouden"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Waarschuwing: verwijderen van de gedateerde plug-in ''{0}'' mislukt."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Verwijderden van verouderde plug-in ''{0}'' mislukt."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Waarschuwing: installeren van de reeds gedownloade plug-in ''{0}'' mislukt. "
- "Installatie wordt overgeslagen. JOSM laadt nog steeds de oude versie van de "
- "plug-in."
+ "Installeren van reeds gedownloade plug-in ''{0}'' mislukt. Installatie "
+ "overgeslagen. JOSM zal nog steeds de oude versie van de plug-in laden."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Waarschuwing: installeren van plug-in ''{0}'' vanuit het tijdelijke "
- "gedownloade bestand ''{1}'' mislukt. {2}"
+ "Installeren plug-in ''{0}'' uit tijdelijk gedownload bestand ''{1}'' "
+ "mislukt. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Waarschuwing: installeren van plug-in ''{0}'' vanuit het tijdelijke "
- "gedownloade bestand ''{1}'' mislukt. Hernoemen mislukt."
+ "Installeren plug-in ''{0}'' uit tijdelijk gedownload bestand ''{1}'' "
+ "mislukt. Hernoemen mislukt."
msgid "Click to disable the plugin ''{0}''"
msgstr "Klik om de plug-in ''{0}'' uit te schakelen"
@@@ -13634,8 -13789,8 +13828,8 @@@
msgid ""
"An unexpected exception occurred that may have come from the ''{0}'' plugin."
msgstr ""
- "Er trad een onverwachte uitzondering op die mogelijk afkomstig van de plug-"
- "in \"{0}\"."
+ "Er trad een onverwachte exceptie op die mogelijk afkomstig van de plug-in "
+ "\"{0}\"."
msgid "According to the information within the plugin, the author is {0}."
msgstr "Volgens de informatie in de plug-in, is de auteur {0}."
@@@ -13704,11 -13859,10 +13898,10 @@@ msgstr "Verwerken van bestanden in cach
msgid "Processing file ''{0}''"
msgstr "Verwerken van bestand ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Waarschuwing: scannen van bestand ''{0}'' voor informatie over plug-in "
- "mislukt. Overslaan."
+ "Scannen van bestand ''{0}'' voor informatie over plug-in mislukt. "
+ "Overgeslagen."
msgid "Processing plugin site cache icon files..."
msgstr ""
@@@ -13723,12 -13877,27 +13916,27 @@@ msgstr "Downloaden van lijst voor plug-
msgid "Downloading plugin list from ''{0}''"
msgstr "Downloaden van lijst voor plug-in vanaf ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Plug-inlijst fout bij downloaden"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM kon de plug-inlijst niet downloaden:"
+
+ msgid "Details:"
+ msgstr "Details:"
+
+ msgid "Plugin icons download error"
+ msgstr "Fout bij downloaden pictogrammen voor plug-in"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM kon de pictogrammen voor plug-in niet downloaden:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Waarschuwing: maken van map voor plug-in ''{0}'' mislukt. Kan geen lijst "
- "voor plug-in opslaan vanaf de site voor plug-in ''{1}''."
+ "maken van map voor plug-in ''{0}'' mislukt. Kon plug-inlijst vanaf site voor "
+ "plug-in ''{1}'' niet cachen."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "Schrijven van lijst voor plug-in naar locale cache ''{0}''"
@@@ -13741,7 -13910,7 +13949,7 @@@ msgid "
"Exception was: {1}"
msgstr ""
"Parsen van document voor lijst voor plug-in vanaf site ''{0}'' mislukt Site "
- "wordt overgeslagen. Uitzondering was: {1}"
+ "wordt overgeslagen. Exceptie was: {1}"
msgid "Processing plugin list from site ''{0}''"
msgstr "Verwerking van lijst voor plug-in vanaf site ''{0}''"
@@@ -13769,7 -13938,7 +13977,7 @@@ msgid "
"are running the latest<br>version of JOSM, please consider being kind and "
"file a bug report."
msgstr ""
- "Er trad een onverwachte uitzondering op.<br>Dit is altijd een fout in de "
+ "Er trad een onverwachte exceptie op.<br>Dit is altijd een fout in de "
"codering. Indien u de laatste versie gebruikt van<br>JOSM, overweeg dan om "
"aardig te zijn en een foutenrapport in te dienen."
@@@ -14189,17 -14358,13 +14397,13 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Lokaliseren van afbeelding ''{0}'' mislukt"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "Waarschuwing: afhandelen van zip-bestand ''{0}'' mislukt. Uitzondering was: "
- "{1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Afhandelen van zip-bestand ''{0}'' mislukt. Exceptie was: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Waarschuwing: toegang tot map ''{0}'' mislukt wegens veiligheidsredenen. "
- "Uitzondering was: {1}"
+ "Toegang tot map ''{0}'' mislukt om beveiligingsredenen. Exceptie was: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [typ het nummer]"
@@@ -14211,9 -14376,56 +14415,56 @@@ msgstr "
"Het openen van de URL is mislukt Er is momenteel geen platform ingesteld. "
"Stel eerst een platform in."
+ msgid "Opening URL: {0}"
+ msgstr "Openings-URL: {0}"
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "gereserveerd"
+ msgid "Outdated Java version"
+ msgstr "Verouderde Java-versie"
+
+ msgid "Update Java"
+ msgstr "Java bijwerken"
+
+ msgid "You are running version {0} of Java."
+ msgstr "U voert versie {0} van Java uit."
+
+ msgid "February 2013"
+ msgstr "februari 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Deze versie wordt niet langer ondersteund door {0} sinds {1} en wordt niet "
+ "aanbevolen voor gebruik."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM zal het werken met deze versie snel beëindigen; wij adviseren u sterk "
+ "om bij te werken naar Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Wilt u nu bijwerken?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"Stil conflict in sneltoetsen: ''{0}'' verplaatst door ''{1}'' naar ''{2}''."
@@@ -14248,8 -14460,22 +14499,22 @@@ msgstr "
"<html><p> Sorry, het is niet mogelijk om tags uit de buffer te plakken. Het "
"bevat geen JOSM-object of geschikte tekst. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Klik met rechts = kopieer naar klembord"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "min"
+
+ msgid "h"
+ msgstr "u"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "dag"
+ msgstr[1] "dagen"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14270,7 -14496,7 +14535,7 @@@ msgid "
"Failed to parse field ''{1}'' in preference with key ''{0}''. Exception was: "
"{2}. Cannot restore window geometry from preferences."
msgstr ""
- "Veld ''{1}'' parsen mislukt in voorkeur met toets ''{0}''. Uitzondering was: "
+ "Veld ''{1}'' parsen mislukt in voorkeur met toets ''{0}''. Exceptie was: "
"{2}. Kan geen geometrie voor het venster herstellen vanuit de voorkeuren."
msgid ""
@@@ -14595,6 -14821,13 +14860,13 @@@ msgid "Saturation:
msgstr "Verzadiging:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "Maakt bewerken verkeersinformatie mogelijk en exporteert het naar de "
+ "stedelijke mobiliteitssimulator SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14919,6 -15152,9 +15191,9 @@@ msgstr "
"afbeeldingsbestand. Voer deze mogelijkheid uit via het rechtsklik-menu van "
"de afbeeldingslaag."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14981,9 -15217,6 +15256,6 @@@ msgstr "
"Dit kan worden beperkt door de grootte van het te verwijderen gebied te "
"maximaliseren. Ook gemiddelde nabij knopen."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Maken en bewerken van zeekaarten voor OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Mogelijkheden om te bewerken voor OpenSeaMap"
@@@ -15034,6 -15267,13 +15306,13 @@@ msgstr "
"Traceert gebouwen vanaf de Tsjechische kadastrale kaart. Heeft TracerServer "
"(.NET of Mono) nodig om te kunnen worden uitgevoerd."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "Spoort gebouwen en andere vormen op een kaart op. Tracer2Server moet "
+ "uitgevoerd worden."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Plug-in om gegevens voor OSM digitaal te ondertekenen"
@@@ -15181,6 -15421,9 +15460,9 @@@ msgstr "Verhoging
msgid "Lit"
msgstr "Verlicht"
+ msgid "Toll"
+ msgstr "Tol"
+
msgid "Motorway Link"
msgstr "Af-/Oprit autosnelweg"
@@@ -15271,6 -15514,50 +15553,50 @@@ msgstr "Straat
msgid "Edit Residential Street"
msgstr "Een straat bewerken"
+ msgid "Bicycle Road"
+ msgstr "Fietspad"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Bewerken Fietspad"
+
+ msgid "Highway type"
+ msgstr "Type weg"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "woongebied"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "toegangsweg"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "niet geclassificeerd"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "pad"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "fietsstrook"
+
+ msgid "Vehicle access"
+ msgstr "Toegangsrechten"
+
+ msgid "yes"
+ msgstr "ja"
+
+ msgid "no"
+ msgstr "nee"
+
+ msgid "destination"
+ msgstr "bestemmingsverkeer"
+
+ msgid "Oneway for bicycle"
+ msgstr "Eénrichting voor fietsers"
+
msgid "Living Street"
msgstr "Woonerf"
@@@ -15289,11 -15576,11 +15615,11 @@@ msgstr "Gebied
msgid "Service"
msgstr "Toegangsweg"
- msgid "Edit Serviceway"
- msgstr "Een toegangsweg bewerken"
+ msgid "Edit Service Way"
+ msgstr "Bewerken Toegangsweg"
- msgid "Serviceway type"
- msgstr "Type dienstweg"
+ msgid "Service way type"
+ msgstr "Type toegangsweg"
msgid "alley"
msgstr "brandgang"
@@@ -15304,6 -15591,9 +15630,9 @@@ msgstr "oprit
msgid "parking_aisle"
msgstr "Weg op parkeerplaats"
+ msgid "drive-through"
+ msgstr "doorgang"
+
msgid "Parking Aisle"
msgstr "Weg op parkeerplaats"
@@@ -15331,18 -15621,12 +15660,12 @@@ msgstr "rotonde
msgid "jughandle"
msgstr "afrit"
- msgid "yes"
- msgstr "ja"
-
msgid "Road Restrictions"
msgstr "Toegangsbeperkingen"
msgid "Edit Road Restrictions"
msgstr "Toegangsbeperkingen bewerken"
- msgid "Toll"
- msgstr "Tol"
-
msgid "No exit (cul-de-sac)"
msgstr "Doodlopende weg"
@@@ -15352,9 -15636,6 +15675,6 @@@ msgstr "Toegangsbeperkingen
msgid "General Access"
msgstr "Algemene toegang"
- msgid "destination"
- msgstr "bestemmingsverkeer"
-
msgid "delivery"
msgstr "afleveren goederen"
@@@ -15364,15 -15645,15 +15684,15 @@@ msgstr "met vergunning
msgid "private"
msgstr "privé"
+ msgid "customers"
+ msgstr "klanten"
+
msgid "agricultural"
msgstr "landbouwverkeer"
msgid "forestry"
msgstr "verkeer bosbouw"
- msgid "no"
- msgstr "nee"
-
msgid "official"
msgstr "officieel"
@@@ -15418,6 -15699,9 +15738,9 @@@ msgstr "Spitsstrook
msgid "Public Service Vehicles (psv)"
msgstr "Openbaar vervoer"
+ msgid "Tourist buses"
+ msgstr "Toeristenbussen"
+
msgid "Min. speed (km/h)"
msgstr "Min. snelheid (km/u)"
@@@ -15502,6 -15786,9 +15825,9 @@@ msgstr "Een brug bewerken
msgid "viaduct"
msgstr "viaduct"
+ msgid "suspension"
+ msgstr "overspanning"
+
msgid "swing"
msgstr "hangbrug"
@@@ -15619,20 -15906,29 +15945,29 @@@ msgstr "
msgid "Visibility"
msgstr "Zichtbaarheid"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "uitstekend"
+ msgstr "voortreffelijk"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "goed"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "gemiddeld"
+ msgctxt "trail_visibility"
msgid "bad"
msgstr "slecht"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "verschrikkelijk"
+ msgstr "uitermate slecht"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "geen"
msgid "Wheelchairs"
msgstr "Rolstoelen"
@@@ -15649,11 -15945,11 +15984,11 @@@ msgstr "Voorbestemd ruiterpad
msgid "Edit Bridleway"
msgstr "Ruiterpad bewerken"
- msgid "Cycle Lane"
- msgstr "Fietsstrook"
+ msgid "Cycle Lane/Track"
+ msgstr "Fietsstrook/-pad"
- msgid "Edit Cycle Lane"
- msgstr "Fietsstrook bewerken"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "Bewerken Fietsstrook/-pad"
msgid "Cycleway"
msgstr "Fietspad"
@@@ -15688,8 -15984,8 +16023,8 @@@ msgstr "Fietspad rechts
msgid "Oneway (bicycle)"
msgstr "Eénrichting (fiets)"
- msgid "Edit Highway"
- msgstr "Highway bewerken"
+ msgid "Edit Highway Attributes:"
+ msgstr "Bewerken Attributen Highway:"
msgid "Highway"
msgstr "Highway"
@@@ -15757,12 -16053,18 +16092,18 @@@ msgstr "Rustplaats
msgid "Edit Rest Area"
msgstr "Bewerken rustplaats"
- msgid "Emergency Phone"
- msgstr "Praatpaal"
+ msgid "Drinking Water"
+ msgstr "Drinkwater"
msgid "Traffic Signal"
msgstr "Verkeerslicht"
+ msgid "Edit Traffic Signal"
+ msgstr "Bewerken verkeerslichten"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Optionele attributen kruisingen:"
+
msgid "Pedestrian crossing type"
msgstr "Type voetgangersoversteekplaats"
@@@ -15778,15 -16080,6 +16119,6 @@@ msgstr "eiland
msgid "unmarked"
msgstr "niet gemarkeerd"
- msgid "Cross on horseback"
- msgstr "Als ruiter oversteken"
-
- msgid "Cross by bicycle"
- msgstr "Op de fiets oversteken"
-
- msgid "Crossing attendant"
- msgstr "Klaar-over"
-
msgid "Crossing type name (UK)"
msgstr "Type naam oversteekplaats (UK)"
@@@ -15808,6 -16101,15 +16140,15 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr "Klaar-over"
+
+ msgid "Cross by bicycle"
+ msgstr "Op de fiets oversteken"
+
+ msgid "Cross on horseback"
+ msgstr "Als ruiter oversteken"
+
msgid "Stop"
msgstr "Stop"
@@@ -15817,6 -16119,9 +16158,9 @@@ msgstr "Voorrang verlenen
msgid "Mini-roundabout"
msgstr "Mini-rotonde"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Bewerken: Minirotonde"
+
msgid "Direction"
msgstr "Richting"
@@@ -15826,11 -16131,8 +16170,8 @@@ msgstr "met de klok mee
msgid "Pedestrian Crossing"
msgstr "Voetgangersoversteekplaats"
- msgid "Edit Crossing"
- msgstr "Bewerken oversteekplaats"
-
- msgid "Type name (UK)"
- msgstr "Type naam (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "Bewerken voetgangersoversteekplaats"
msgid "Traffic Calming"
msgstr "Verkeersremmers"
@@@ -15862,9 -16164,6 +16203,6 @@@ msgstr "verkeersplateau
msgid "Passing Place"
msgstr "Passeerstrook"
- msgid "Edit Passing Place"
- msgstr "Passeerstrook bewerken"
-
msgid "Turning Circle"
msgstr "Draaicirkel"
@@@ -15907,6 -16206,12 +16245,12 @@@ msgstr "Blok bewerken
msgid "Allowed traffic:"
msgstr "Toegestaan verkeer:"
+ msgid "Material"
+ msgstr "Materiaal"
+
+ msgid "stone"
+ msgstr "steen"
+
msgid "Bollard"
msgstr "Verkeerspaal"
@@@ -15922,6 -16227,9 +16266,9 @@@ msgstr "stijgend
msgid "removable"
msgstr "verwijderbaar"
+ msgid "plastic"
+ msgstr "plastiek"
+
msgid "Cycle Barrier"
msgstr "Fietshekje"
@@@ -15991,20 -16299,14 +16338,17 @@@ msgstr "ketting
msgid "electric"
msgstr "elektrisch"
- msgid "roundpole"
- msgstr "ronde paal"
-
- msgid "split_rail"
- msgstr "boomstammen"
+ msgid "pole"
+ msgstr "paal"
- msgid "chain"
- msgstr "ketting"
-msgid "split_rail"
-msgstr "boomstammen"
++msgid "Guard Rail"
++msgstr "Vangrail"
+
- msgid "hedge"
- msgstr "heg"
++msgid "Edit Guard Rail"
++msgstr "Vangrail bewerken"
- msgid "pole"
- msgstr "paal"
+ msgid "wire"
+ msgstr "draad"
msgid "Guard Rail"
msgstr "Vangrail"
@@@ -16034,8 -16336,9 +16378,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Gracht"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Gracht bewerken"
+ msgstr "Bewerken Gracht"
msgid "Kerb"
msgstr "Berm"
@@@ -16043,11 -16346,11 +16388,11 @@@
msgid "Edit Kerb"
msgstr "Berm bewerken"
- msgid "Entrance"
- msgstr "Doorgang"
+ msgid "Entrance (barrier opening)"
+ msgstr "Ingang (barrière-opening)"
- msgid "Edit Entrance"
- msgstr "Doorgang bewerken"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Bewerken Ingang (barrière-opening)"
msgid "Gate"
msgstr "Gate"
@@@ -16100,12 -16403,6 +16445,6 @@@ msgstr "versmalling
msgid "stepover"
msgstr "overstap"
- msgid "Material"
- msgstr "Materiaal"
-
- msgid "stone"
- msgstr "steen"
-
msgid "Turnstile"
msgstr "Draaipoortje"
@@@ -16166,12 -16463,21 +16505,21 @@@ msgstr "Greppel bewerken
msgid "Ditch"
msgstr "Gracht"
+ msgid "Edit Ditch"
+ msgstr "Gracht bewerken"
+
msgid "Stream"
msgstr "Beek"
msgid "Edit Stream"
msgstr "Beek bewerken"
+ msgid "Wadi"
+ msgstr "Wadi"
+
+ msgid "Edit Wadi"
+ msgstr "Bewerken Wadi"
+
msgid "Canal"
msgstr "Kanaal"
@@@ -16211,9 -16517,6 +16559,6 @@@ msgstr "Dam bewerken
msgid "Groyne"
msgstr "Strekdam"
- msgid "Edit Groyne"
- msgstr "Strekdam bewerken"
-
msgid "Breakwater"
msgstr "Golfbreker"
@@@ -16247,6 -16550,21 +16592,21 @@@ msgstr "Ondergronds reservoir bewerken
msgid "Edit Water"
msgstr "Water bewerken"
+ msgid "Water Body"
+ msgstr "Water"
+
+ msgid "lake"
+ msgstr "meer"
+
+ msgid "lagoon"
+ msgstr "lagune"
+
+ msgid "pond"
+ msgstr "vijver"
+
+ msgid "reservoir"
+ msgstr "reservoir"
+
msgid "Land"
msgstr "Land"
@@@ -16328,20 -16646,25 +16688,25 @@@ msgstr "Veerbootterminal bewerken
msgid "Cargo"
msgstr "Lading"
+ msgctxt "cargo"
msgid "passengers"
msgstr "passagiers"
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "voertuigen"
+ msgstr "voertuig"
+ msgctxt "cargo"
msgid "bicycle"
msgstr "fiets"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "zwaar vervoer"
+ msgstr "zwaar vrachtverkeer"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "pasagiers;voertuigen"
+ msgstr "passagiers;voertuig"
msgid "Ferry Route"
msgstr "Route veerpont"
@@@ -16415,8 -16738,8 +16780,8 @@@ msgstr "toerisme
msgid "freight"
msgstr "Vracht"
- msgid "Service/Type"
- msgstr "Service/Type"
+ msgid "Service type"
+ msgstr "Type Service"
msgid "yard"
msgstr "tuin"
@@@ -16439,11 -16762,14 +16804,14 @@@ msgstr "bovenleiding
msgid "rail"
msgstr "spoor"
- msgid "Voltage"
- msgstr "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr "Voltage in Volt (V)"
- msgid "Frequency (Hz)"
- msgstr "Frequentie (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "Frequentie in Hertz (Hz)"
+
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16,7"
@@@ -16454,9 -16780,6 +16822,6 @@@ msgstr "Smalspoor
msgid "Edit Narrow Gauge Rail"
msgstr "Smalspoor bewerken"
- msgid "Types"
- msgstr "Types"
-
msgid "Monorail"
msgstr "Monorail"
@@@ -16478,15 -16801,15 +16843,15 @@@ msgstr "Sneltram bewerken
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Tram bewerken"
+
msgid "Edit Subway"
msgstr "Metro bewerken"
msgid "Tram"
msgstr "Tram"
-msgid "Edit Tram"
-msgstr "Tram bewerken"
-
msgid "Bus Guideway"
msgstr "Busbaan"
@@@ -16508,6 -16831,9 +16873,9 @@@ msgstr "Spoorweg buiten gebruik bewerke
msgid "Level Crossing"
msgstr "Bewaakte spoorwegovergang"
+ msgid "Edit Level Crossing"
+ msgstr "Bewerken Spoorwegovergang"
+
msgid "Supervised"
msgstr "Toezicht"
@@@ -16520,18 -16846,32 +16888,32 @@@ msgstr "Signalering (acoustisch)
msgid "Barrier"
msgstr "Barrière"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "nee"
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "half"
+ msgstr "helft"
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "hoog"
+ msgstr "volledig"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "dubbel_helft"
+ msgstr "dubbele_helft"
msgid "Crossing"
msgstr "Onbewaakte spoorwegovergang"
+ msgid "Edit Crossing"
+ msgstr "Bewerken Voetgangersoversteekplaats"
+
msgid "Crossing type"
msgstr "Type oversteekplaats"
@@@ -16631,13 -16971,11 +17013,11 @@@ msgstr "Vliegend tapijt
msgid "Edit Magic Carpet"
msgstr "Vliegend tapijt bewerken"
- msgctxt "aerialway"
msgid "Goods"
msgstr "Goederen"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Goederen bewerken"
+ msgstr "Bewerken Goederen"
msgctxt "aerialway"
msgid "Station"
@@@ -16647,13 -16985,11 +17027,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Station bewerken"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "Kabelmast"
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Kabelmast bewerken"
+ msgstr "Bewerken Kabelmast"
msgid "Parking"
msgstr "Parkeerplaats"
@@@ -16670,12 -17006,12 +17048,12 @@@ msgstr "oppervlak
msgid "underground"
msgstr "ondergronds"
+ msgid "rooftop"
+ msgstr "dak"
+
msgid "Access"
msgstr "Toegang"
- msgid "customers"
- msgstr "klanten"
-
msgid "Park and Ride"
msgstr "PR (Parkeer en Reis)"
@@@ -16703,9 -17039,6 +17081,6 @@@ msgstr "Parkeerplaats
msgid "Edit Parking space"
msgstr "Parkeerplaats bewerken"
- msgid "rooftop"
- msgstr "dak"
-
msgid "Capacity"
msgstr "Capaciteit"
@@@ -16727,11 -17060,32 +17102,32 @@@ msgstr "Openingstijden
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Ma-Vr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "za-zo 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "ma-vr 08:30-20:00; za,zo 08:00-15:00; feestdagen gesl."
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "ma-vr 08:30-20:00,di-zo 08:00-15:00; za 08:00-12:00"
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "ma-zo 08:00-18:00; 10-15 apr. gesl. ; juni 08:00-14:00; aug gesl.; 25 dec. "
+ "gesl."
+
+ msgid "sunrise-sunset"
+ msgstr "zonsopkomst - zonsondergang"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Di-Zo 08:00-15:00;Za 08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr "zo 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "week 1-53/2 vr 09:00-12:00; week 2-52/2 wo 09:00-12:00"
msgid "Parking entrance"
msgstr "Ingang parkeren"
@@@ -16880,6 -17234,9 +17276,9 @@@ msgstr "Oplaadstation
msgid "Edit Charging Station (for electric cars)"
msgstr "Oplaadstation (voor elektrische auto''s) bewerken"
+ msgid "Voltage"
+ msgstr "Voltage"
+
msgid "Amperage"
msgstr "Laadstroom"
@@@ -16901,6 -17258,12 +17300,12 @@@ msgstr "Garage
msgid "Edit Car Repair"
msgstr "Autogarage bewerken"
+ msgid "Parts"
+ msgstr "Onderdelen"
+
+ msgid "Edit Car Parts"
+ msgstr "Bewerken Winkel voor auto-onderdelen"
+
msgid "Tyres"
msgstr "Banden"
@@@ -16928,6 -17291,12 +17333,12 @@@ msgstr "Verhuur
msgid "Edit Car Rental"
msgstr "Autoverhuur bewerken"
+ msgid "Second hand"
+ msgstr "Tweedehands"
+
+ msgid "only"
+ msgstr "alleen"
+
msgid "Sharing"
msgstr "Auto delen"
@@@ -16952,22 -17321,6 +17363,6 @@@ msgstr "Diensten:
msgid "Sale"
msgstr "Verkoop"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ja"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "merk"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "tweedehands"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nee"
-
msgid "brand"
msgstr "merk"
@@@ -16989,9 -17342,6 +17384,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Onderdelen"
-
msgid "Clothes"
msgstr "Kleding"
@@@ -17187,6 -17537,9 +17579,9 @@@ msgstr "Perron
msgid "Station or amenities"
msgstr "Station of faciliteiten"
+ msgid "Edit Stop Position"
+ msgstr "Bewerken Halteplaats"
+
msgid "Bus"
msgstr "Bus"
@@@ -17217,6 -17570,9 +17612,9 @@@ msgstr "Kabelbaan
msgid "Ferry"
msgstr "Veerboot"
+ msgid "Edit Platform"
+ msgstr "Bewerken Platform"
+
msgid "Bench"
msgstr "Bank"
@@@ -17229,9 -17585,6 +17627,6 @@@ msgstr "Rolstoel
msgid "limited"
msgstr "beperkt"
- msgid "only"
- msgstr "alleen"
-
msgid "Highway platform (legacy)"
msgstr "Hoofdperron (oud)"
@@@ -17241,9 -17594,14 +17636,14 @@@ msgstr "Spoorwegperron (oud)
msgid "funicular"
msgstr "kabelbaan"
+ msgctxt "railway"
msgid "Station"
msgstr "Station"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Station bewerken"
+
msgid "Building"
msgstr "Gebouw"
@@@ -17256,6 -17614,9 +17656,9 @@@ msgstr "In-/uitgang metro bewerken
msgid "Ticket Machine"
msgstr "Kaartjesautomaat"
+ msgid "Edit Ticket Machine"
+ msgstr "Bewerken Kaartautomaat"
+
msgid "Reference Number"
msgstr "Referentienummer"
@@@ -17280,14 -17641,6 +17683,6 @@@ msgstr "Klantenkaarten
msgid "Public Transport (legacy)"
msgstr "Openbaar vervoer (oud)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Station"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Station bewerken"
-
msgid "UIC-Reference"
msgstr "UIC-referentie (vervallen)"
@@@ -17336,8 -17689,8 +17731,8 @@@ msgstr "Busperron bewerken
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Taxistandplaats bewerken"
+ msgid "Edit Taxi Station"
+ msgstr "Bewerken Taxistandplaats"
msgid "Airport"
msgstr "Luchthaven"
@@@ -17390,6 -17743,21 +17785,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Terminal bewerken"
+ msgid "Internet access"
+ msgstr "Internettoegang"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "bekabeld"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Kosten internettoegang"
+
msgctxt "airport"
msgid "Gate"
msgstr "Gate"
@@@ -17412,21 -17780,6 +17822,6 @@@ msgstr "Hotel bewerken
msgid "Stars"
msgstr "Sterren"
- msgid "Internet access"
- msgstr "Internettoegang"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "bekabeld"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Kosten internettoegang"
-
msgid "Smoking"
msgstr "Roken"
@@@ -17616,9 -17969,6 +18011,6 @@@ msgstr "Stripclub
msgid "Edit Stripclub"
msgstr "Stripclub bewerken"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Di-Zo 08:00-15:00; Za 08:00-12:00"
-
msgid "Tourism"
msgstr "Toerisme"
@@@ -17640,9 -17990,15 +18032,15 @@@ msgstr "Uitkijktoren
msgid "Information Office"
msgstr "Informatiekantoor"
+ msgid "Edit Information Office"
+ msgstr "Bewerken Informatie (kantoor)"
+
msgid "Map"
msgstr "Kaart"
+ msgid "Edit Information Map"
+ msgstr "Bewerken Informatie (kaart)"
+
msgid "Detail Grade"
msgstr "Detailniveau"
@@@ -17655,6 -18011,9 +18053,9 @@@ msgstr "straat
msgid "scheme"
msgstr "schema"
+ msgid "toposcope"
+ msgstr "markering"
+
msgid "Shown Area"
msgstr "Weergegeven gebied"
@@@ -17694,6 -18053,9 +18095,9 @@@ msgstr "... ander mogelijk vervoer
msgid "Information Board"
msgstr "Informatiebord"
+ msgid "Edit Information Board"
+ msgstr "Bewerken Informatie (bord)"
+
msgid "Board Content"
msgstr "Inhoud bord"
@@@ -17715,23 -18077,35 +18119,35 @@@ msgstr "beplanting
msgid "Guidepost"
msgstr "Wegwijzer"
+ msgid "Edit Guidepost"
+ msgstr "Bewerken Informatiepunt"
+
msgid "Information Terminal"
msgstr "Informatiekiosk"
+ msgid "Edit Information Terminal"
+ msgstr "Bewerken Informatie (hal)"
+
msgid "Closer description"
msgstr "Uitgebreide beschrijving"
msgid "Audioguide"
msgstr "Audiogids"
+ msgid "Edit Audioguide"
+ msgstr "Bewerken Audiogids"
+
msgid "Audioguide via mobile phone?"
msgstr "Audiogids via mobiele telefoon?"
msgid "Phone number"
msgstr "Telefoonnummer"
- msgid "Other Information Points"
- msgstr "Andere informatiepunten"
+ msgid "Other Information Point"
+ msgstr "Ander informatiepunt"
+
+ msgid "Edit Information Point"
+ msgstr "Bewerken Ander informatiepunt"
msgid "Leisure"
msgstr "Vrije tijd"
@@@ -17860,50 -18234,44 +18276,44 @@@ msgstr "Kunstwerk
msgid "Edit Artwork"
msgstr "Kunstwerk bewerken"
- msgid "Place of Worship"
- msgstr "Religieus gebouw"
-
- msgid "Edit Place of Worship"
- msgstr "Religieus gebouw bewerken"
+ msgid "Recording Studio"
+ msgstr "Opnamestudio"
- msgid "Religion"
- msgstr "Religie"
+ msgid "Edit Studio"
+ msgstr "Opnamestudio bewerken"
- msgid "bahai"
- msgstr "Bahai"
+ msgid "audio"
+ msgstr "audio"
- msgid "buddhist"
- msgstr "Boeddhisme"
+ msgid "video"
+ msgstr "video"
- msgid "christian"
- msgstr "Christelijk"
+ msgid "Place of Worship"
+ msgstr "Religieus gebouw"
- msgid "hindu"
- msgstr "Hindoestaans"
+ msgid "Church"
+ msgstr "Kerk"
- msgid "jain"
- msgstr "Jain"
+ msgid "Edit Church"
+ msgstr "Kerk bewerken"
- msgid "jewish"
- msgstr "Joods"
+ msgid "Building type"
+ msgstr "Type gebouw"
- msgid "muslim"
- msgstr "Moslim"
+ msgid "basilica"
+ msgstr "basiliek"
- msgid "sikh"
- msgstr "Sikh"
+ msgid "cathedral"
+ msgstr "kathedraal"
- msgid "spiritualist"
- msgstr "Spiritualist"
-
- msgid "taoist"
- msgstr "Taoist"
+ msgid "chapel"
+ msgstr "kapel"
- msgid "unitarian"
- msgstr "Unitariaan"
+ msgid "church"
+ msgstr "kerk"
- msgid "zoroastrian"
- msgstr "Zoroastriaan"
+ msgid "temple"
+ msgstr "tempel"
msgid "Denomination"
msgstr "Subgroep"
@@@ -17920,6 -18288,12 +18330,12 @@@ msgstr "Katholiek
msgid "evangelical"
msgstr "Evangelist"
+ msgid "greek_catholic"
+ msgstr "grieks_katholiek"
+
+ msgid "greek_orthodox"
+ msgstr "grieks_orthodox"
+
msgid "jehovahs_witness"
msgstr "Jehova''s getuigen"
@@@ -17932,6 -18306,9 +18348,9 @@@ msgstr "Methodist
msgid "mormon"
msgstr "Mormoon"
+ msgid "new_apostolic"
+ msgstr "nieuw_apostolisch"
+
msgid "orthodox"
msgstr "Orthodox"
@@@ -17950,38 -18327,140 +18369,140 @@@ msgstr "Quaker
msgid "roman_catholic"
msgstr "rooms_katholiek"
+ msgid "russian_orthodox"
+ msgstr "russisch_orthodox"
+
+ msgid "seventh_day_adventist"
+ msgstr "zevende_dag_adventisten"
+
+ msgid "Service Times"
+ msgstr "Tijden diensten"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "zonsopkomst, zonsondergang"
+
+ msgid "Su 9:30,11:00"
+ msgstr "zo 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "za,zo, feestdagen 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "za 18:00; zo 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "vr 08:00-18:00; 10-15 apr. gesl.; juni 07:00-20:00; aug gesl.; 24 dec 08:00-"
+ "24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "za 10:00+"
+
+ msgid "Mosque"
+ msgstr "Moskee"
+
+ msgid "Edit Mosque"
+ msgstr "Moskee bewerken"
+
+ msgid "mosque"
+ msgstr "moskee"
+
+ msgid "ibadi"
+ msgstr "ibadi"
+
msgid "shia"
msgstr "Sjiiet"
msgid "sunni"
msgstr "Soenniet"
- msgid "Service Times"
- msgstr "Tijden diensten"
+ msgid "Synagogue"
+ msgstr "Synagoge"
- msgid "Su 10:00"
- msgstr "Zo 10:00"
+ msgid "Edit Synagogue"
+ msgstr "Synagoge bewerken"
- msgid "Su 10:30"
- msgstr "Zo 10:30"
+ msgid "synagogue"
+ msgstr "synagoge"
- msgid "Su 11:00"
- msgstr "Zo 11:00"
+ msgid "conservative"
+ msgstr "conservatief"
- msgid "Opening Hours for visiting"
- msgstr "Openingstijden (bezoek)"
+ msgid "reform"
+ msgstr "fereformeerd"
- msgid "Recording Studio"
- msgstr "Opnamestudio"
+ msgid "Buddhist Temple"
+ msgstr "Boeddhistische tempel"
- msgid "Edit Studio"
- msgstr "Opnamestudio bewerken"
+ msgid "Edit Buddhist Temple"
+ msgstr "Boeddhistische tempel bewerken"
- msgid "audio"
- msgstr "audio"
+ msgid "theravada"
+ msgstr "theravada"
- msgid "video"
- msgstr "video"
+ msgid "mahayana"
+ msgstr "mahayana"
+
+ msgid "vajrayana"
+ msgstr "vajrayana"
+
+ msgid "Hindu Temple"
+ msgstr "Hindoetempel"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Hindoetemperl bewerken"
+
+ msgid "vaishnavism"
+ msgstr "vaishnavisme"
+
+ msgid "shaivism"
+ msgstr "shaivisme"
+
+ msgid "shaktism"
+ msgstr "shaktisme"
+
+ msgid "smartism"
+ msgstr "smartisme"
+
+ msgid "Shinto Shrine"
+ msgstr "Shintoschrijn"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "Shintoschrijn bewerken"
+
+ msgid "Other Place of Worship"
+ msgstr "Andere kerkelijke plaats"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Andere kerkelijke plaats bewerken"
+
+ msgid "Religion"
+ msgstr "Religie"
+
+ msgid "bahai"
+ msgstr "Bahai"
+
+ msgid "jain"
+ msgstr "Jain"
+
+ msgid "sikh"
+ msgstr "Sikh"
+
+ msgid "spiritualist"
+ msgstr "Spiritualist"
+
+ msgid "taoist"
+ msgstr "Taoist"
+
+ msgid "unitarian"
+ msgstr "Unitariaan"
+
+ msgid "zoroastrian"
+ msgstr "Zoroastriaan"
msgid "Public Building"
msgstr "Openbaar gebouw"
@@@ -18070,6 -18549,12 +18591,12 @@@ msgstr "Rijschool bewerken
msgid "License Classes"
msgstr "Soorten rijbewijzen"
+ msgid "A;A1;B;BE;C"
+ msgstr "A; A1; A2; AM;B;BE;B+ (code 96);C;C1;CE;C1E;D;D1;D1E;DE"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Gezondheid"
@@@ -18151,12 -18636,66 +18678,66 @@@ msgstr "Dierenarts
msgid "Edit Veterinary"
msgstr "Dierenarts bewerken"
- msgid "Drinking water"
- msgstr "Drinkwater"
+ msgid "Edit Toilets"
+ msgstr "Bewerken Toiletten"
+
+ msgid "Access rights"
+ msgstr "Toegangsrechten"
+
+ msgid "public"
+ msgstr "openbaar"
+
+ msgid "seasonal"
+ msgstr "seizoengebonden"
+
+ msgid "flush"
+ msgstr "spoelen"
+
+ msgid "pitlatrine"
+ msgstr "latrine (gat)"
+
+ msgid "chemical"
+ msgstr "chemisch"
+
+ msgid "bucket"
+ msgstr "emmer"
+
+ msgid "Usage Position"
+ msgstr "Positie voor gebruik"
+
+ msgid "seated"
+ msgstr "zittend"
+
+ msgid "seated;urinal"
+ msgstr "zittend;urinoir"
+
+ msgid "squat"
+ msgstr "Frans toilet"
+
+ msgid "urinal"
+ msgstr "urinoir"
msgid "Post Box"
msgstr "Brievenbus"
+ msgid "Edit Postbox"
+ msgstr "Bewerken Brievenbus"
+
+ msgid "Collection times"
+ msgstr "Tijden legen"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "ma-vr 15:00,17:45,19:00,23:00; za 15:10; zo 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "ma-vr 09:00-12:00,17:15; za 14:00; zo en feestdagen gesl."
+
+ msgid "Drive through"
+ msgstr "Overdekt"
+
msgid "Telephone"
msgstr "Telefoon"
@@@ -18166,6 -18705,30 +18747,30 @@@ msgstr "Telefoon bewerken
msgid "Telephone cards"
msgstr "Telefoonkaarten"
+ msgid "Emergency Phone"
+ msgstr "Praatpaal"
+
+ msgid "Internet Access"
+ msgstr "Internettoegang"
+
+ msgid "Edit Internet Access"
+ msgstr "Internettoegang bewerken"
+
+ msgid "Automated Defibrillator"
+ msgstr "Automatische defibrillator"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Bewerken Automatische externe defibrillator"
+
+ msgid "Located inside a building?"
+ msgstr "Binnen een gebouw geplaatst?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Laatste controledatum (JJJJ-MM-DD)"
+
+ msgid "Last check note"
+ msgstr "Laatste controle - opmerking"
+
msgid "Clock"
msgstr "Klok"
@@@ -18175,31 -18738,37 +18780,37 @@@ msgstr "Klok bewerken
msgid "Display"
msgstr "Scherm"
- msgctxt "display"
msgid "analog"
msgstr "analoog"
- msgctxt "display"
msgid "digital"
msgstr "digitaal"
- msgctxt "display"
msgid "sundial"
msgstr "zonnewijzer"
- msgctxt "display"
msgid "unorthodox"
- msgstr "ongewoon"
+ msgstr "onorthodox"
msgid "Support"
msgstr "Draagsteun"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "paal"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "wandsteun"
+ msgstr "aan muur bevestigd"
+ msgctxt "mounting/support"
msgid "billboard"
msgstr "reclamebord"
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "grond"
+
msgid "Visibility/readability"
msgstr "Zichtbaarheid/leesbaarheid"
@@@ -18227,8 -18796,8 +18838,8 @@@ msgstr "Toont luchtvochtigheid
msgid "Recycling"
msgstr "Inzamelpunt recyclen"
- msgid "Edit Recycling station"
- msgstr "Inzamelpunt recyclen bewerken"
+ msgid "Edit Recycling Station"
+ msgstr "Bewerken Recycling inzamelpunt"
msgid "Batteries"
msgstr "Batterijen"
@@@ -18254,21 -18823,15 +18865,15 @@@ msgstr "centraal
msgid "Waste Basket"
msgstr "Vuilnisbak"
- msgid "Edit Waste Basket"
- msgstr "Vuilnisbak bewerken"
-
msgid "Waste Disposal"
msgstr "Afvalcontainer"
- msgid "Edit Waste Disposal"
- msgstr "Afvalcontainer bewerken"
+ msgid "Edit Bench"
+ msgstr "Bewerken Bank"
msgid "Backrest"
msgstr "Ruggensteun"
- msgid "plastic"
- msgstr "plastiek"
-
msgid "Amount of Seats"
msgstr "Aantal zitplaatsen"
@@@ -18303,18 -18866,24 +18908,24 @@@ msgstr "Jachthut bewerken
msgid "Height"
msgstr "Hoogte"
+ msgctxt "height"
msgid "low"
msgstr "laag"
+ msgctxt "height"
+ msgid "half"
+ msgstr "helft"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "volledig"
+
msgid "Hide"
msgstr "Verborgen"
msgid "Lock"
msgstr "Afgesloten"
- msgid "Drinking Water"
- msgstr "Drinkwater"
-
msgid "Edit Source of Potable Water"
msgstr "Bewerken Bron van water om mee te nemen"
@@@ -18346,6 -18915,9 +18957,9 @@@ msgstr "vijver
msgid "Diameter (in mm)"
msgstr "Diameter (in mm)"
+ msgid "Hydrant Position"
+ msgstr "Positie hydrant"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "rijstrook"
@@@ -18383,119 -18955,155 +18997,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Stadion bewerken"
- msgid "select sport:"
- msgstr "sport selecteren:"
+ msgid "Select sport:"
+ msgstr "Selecteer sport:"
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "Meervoudig"
+ msgstr "multi"
+ msgctxt "sport"
msgid "archery"
- msgstr "Boogschieten"
+ msgstr "boogschieten"
+ msgctxt "sport"
msgid "athletics"
- msgstr "Atletiek"
+ msgstr "atletiek"
+ msgctxt "sport"
msgid "american_football"
- msgstr "Amerikaans voetbal"
+ msgstr "American football"
+ msgctxt "sport"
msgid "australian_football"
- msgstr "Australisch voetbal"
+ msgstr "Australian football"
+ msgctxt "sport"
msgid "baseball"
- msgstr "Honkbal"
+ msgstr "basebal"
+ msgctxt "sport"
msgid "basketball"
- msgstr "Basketbal"
+ msgstr "basketbal"
+ msgctxt "sport"
msgid "boules"
- msgstr "Jeu de boules"
+ msgstr "jeu de boules"
+ msgctxt "sport"
msgid "bowls"
- msgstr "Bowling"
+ msgstr "bowlen"
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "Canadees voetbal"
+ msgstr "Canadian football"
+ msgctxt "sport"
msgid "canoe"
- msgstr "Kanoën"
+ msgstr "kanoën"
+ msgctxt "sport"
msgid "climbing"
- msgstr "Klimmen"
+ msgstr "klimmen"
+ msgctxt "sport"
msgid "cricket"
- msgstr "Cricket"
+ msgstr "cricket"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "cricket oefenbaan"
+ msgstr "cricket netten"
+ msgctxt "sport"
msgid "croquet"
- msgstr "Croquet"
+ msgstr "croquet"
+ msgctxt "sport"
msgid "cycling"
- msgstr "Fietsen"
+ msgstr "fietsen"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "Hondenrennen"
+ msgstr "hondenrennen"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "Paardrijden"
+ msgstr "paardensport"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "Ierse_spelen"
+ msgstr "Schotse spelen"
+ msgctxt "sport"
msgid "golf"
- msgstr "Golf"
+ msgstr "golf"
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "Turnen"
+ msgstr "gymnastiek"
+ msgctxt "sport"
msgid "hockey"
- msgstr "Hockey"
+ msgstr "hockey"
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "Paardenrennen"
+ msgstr "paardenrennen"
+ msgctxt "sport"
msgid "motor"
- msgstr "Motorsport"
+ msgstr "motorsport"
+ msgctxt "sport"
msgid "pelota"
- msgstr "Pelota"
+ msgstr "pelote"
+ msgctxt "sport"
msgid "racquet"
- msgstr "Badminton"
+ msgstr "racquetbal"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby League"
+ msgstr "rugby (league)"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby Union"
+ msgstr "rugby (union)"
+ msgctxt "sport"
msgid "shooting"
- msgstr "Schieten"
+ msgstr "schietsport"
+ msgctxt "sport"
msgid "skateboard"
- msgstr "Skateboarden"
+ msgstr "skateboarden"
+ msgctxt "sport"
msgid "skating"
- msgstr "Schaatsen"
+ msgstr "schaatsen"
+ msgctxt "sport"
msgid "skiing"
- msgstr "Skiën"
+ msgstr "skiën"
+ msgctxt "sport"
msgid "soccer"
- msgstr "Voetbal"
+ msgstr "voetbal"
+ msgctxt "sport"
msgid "swimming"
- msgstr "Zwemmen"
+ msgstr "zwemmen"
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "Tafeltennis"
+ msgstr "tafeltennis"
+ msgctxt "sport"
msgid "tennis"
- msgstr "Tennis"
+ msgstr "tennis"
msgid "Sports Centre"
msgstr "Sportcentrum"
@@@ -18527,26 -19135,27 +19177,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Minigolf bewerken"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Meervoudige sporten"
msgid "Edit Multi"
msgstr "Meervoudige sporten bewerken"
- msgid "type"
- msgstr "soort"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "Sportveld"
+ msgstr "sportveld"
+ msgctxt "running"
msgid "sports_centre"
- msgstr "Sportcentrum"
+ msgstr "sport_centrum"
+ msgctxt "running"
msgid "stadium"
- msgstr "Stadion"
+ msgstr "stadion"
+
+ msgctxt "running"
+ msgid "track"
+ msgstr "baan"
msgid "9pin"
msgstr "9pin"
@@@ -18554,6 -19163,15 +19205,15 @@@
msgid "Edit 9pin"
msgstr "9pin bewerken"
+ msgid "pitch"
+ msgstr "Sportveld"
+
+ msgid "sports_centre"
+ msgstr "Sportcentrum"
+
+ msgid "stadium"
+ msgstr "Stadion"
+
msgid "10pin"
msgstr "bowlen"
@@@ -18587,6 -19205,22 +19247,22 @@@ msgstr "Kanoën bewerken
msgid "Edit Cycling"
msgstr "Wielrennen bewerken"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "sportveld"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "sport_centrum"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "stadion"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "baan"
+
msgid "Dog Racing"
msgstr "Hondenrennen"
@@@ -18643,7 -19277,7 +19319,7 @@@ msgid "Skating
msgstr "Schaatsen"
msgid "Edit Skating"
- msgstr "Schaatsen bewerken"
+ msgstr "Bewerken Schaatsen"
msgid "ice_rink"
msgstr "schaatsbaan"
@@@ -18687,38 -19321,56 +19363,56 @@@ msgstr "sneeuw_park
msgid "Difficulty"
msgstr "Moeilijkheidsgraad"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "beginner"
+ msgstr "nieuwelingen"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "eenvoudig"
+ msgstr "gemakkelijk"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "gemiddeld"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "gevorderd"
+ msgstr "gevorderden"
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr "expert"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "vrij skiën"
+ msgstr "vrij"
msgid "Grooming"
msgstr "Sneeuw verzorging"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "klassiek"
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "buckels"
+ msgstr "Buckel"
+
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "schaatsen"
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr "klassiek;schaatsen"
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr "scooter"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "achterland"
+ msgstr "ruw terrein"
msgid "Shooting"
msgstr "Schieten"
@@@ -18759,19 -19411,15 +19453,15 @@@ msgstr "Ierse spelen
msgid "Edit Gaelic Games"
msgstr "Ierse spelen bewerken"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "Hurling"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Voetbal"
+ msgstr "Football"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -18910,6 -19558,18 +19600,18 @@@ msgstr "Modelvliegtuigen
msgid "Edit Model Aerodrome"
msgstr "Modelvliegtuigen bewerken"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "baan"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "sport_centrum"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "baan"
+
msgid "RC Car"
msgstr "Op afstand bestuurbare auto''s"
@@@ -18922,59 -19582,133 +19624,133 @@@ msgstr "Bouwwerken
msgid "Edit Building"
msgstr "Gebouw bewerken"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "building"
msgid "roof"
msgstr "dak"
+ msgctxt "building"
msgid "garage"
msgstr "garage"
- msgid "church"
- msgstr "kerk"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "garages"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "industrieel"
+ msgctxt "building"
msgid "school"
msgstr "school"
+ msgctxt "building"
msgid "hangar"
msgstr "hangar"
+ msgctxt "building"
msgid "commercial"
- msgstr "kantoren"
+ msgstr "zakelijk"
+ msgctxt "building"
msgid "farm"
- msgstr "boerderij"
+ msgstr "land-/tuinbouw"
+ msgctxt "building"
msgid "transportation"
msgstr "transport"
+ msgctxt "building"
msgid "greenhouse"
msgstr "kas"
+ msgctxt "building"
msgid "office"
msgstr "kantoor"
+ msgctxt "building"
msgid "university"
msgstr "universiteit"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "ziekenhuis"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "opslagplaats"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "winkelcentrum"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "schuur"
+
msgid "Residential Building"
msgstr "Woongebouw"
msgid "Edit Residential Building"
msgstr "Woongebouw bewerken"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "woongebied"
+
+ msgctxt "building"
msgid "apartments"
msgstr "appartementen"
+ msgctxt "building"
msgid "house"
msgstr "huis"
+ msgctxt "building"
msgid "hut"
msgstr "hut"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "slaapzaal"
+
+ msgctxt "building"
msgid "terrace"
- msgstr "rijtjeshuizen"
+ msgstr "rijtjeswoningen"
+ msgctxt "building"
msgid "detached"
- msgstr "aaneengesloten"
+ msgstr "vrijstaand"
+
+ msgid "Entrance"
+ msgstr "Doorgang"
+
+ msgid "Edit Entrance"
+ msgstr "Doorgang bewerken"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "ja"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "hoofd"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "dienst"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "uitgang"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "nooduitgang"
msgid "Tower"
msgstr "Toren"
@@@ -19200,42 -19934,68 +19976,68 @@@ msgstr "Brandtijden
msgid "Mo-Fr 22:00-05:00"
msgstr "Ma-Vr 22:00-05:00"
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr "Meetstation"
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr "Meetstation bewerken"
- msgid "Measurement"
- msgstr "Meting"
+ msgid "Monitoring:"
+ msgstr "Meten:"
- msgid "particulate_matter"
- msgstr "fijnstof"
+ msgid "Weather"
+ msgstr "Weer"
- msgid "seismic"
- msgstr "aardbevingen"
+ msgid "Water level"
+ msgstr "Waterniveau"
- msgid "water_level"
- msgstr "waterniveau"
+ msgid "Tide Level"
+ msgstr "Getijdennniveau"
- msgid "weather"
- msgstr "weer"
+ msgid "Traffic"
+ msgstr "Verkeer"
- msgid "Recording"
- msgstr "Opnemen"
+ msgid "Air Quality"
+ msgstr "Luchtkwaliteit"
- msgid "manually"
- msgstr "handmatig"
+ msgid "Noise"
+ msgstr "Geluid"
- msgid "automated"
- msgstr "automatisch"
+ msgid "GPS Signals"
+ msgstr "GPS-signalen"
- msgid "remote"
- msgstr "van op afstand"
+ msgid "GLONASS Signals"
+ msgstr "GLONASS-signalen"
- msgctxt "display"
- msgid "no"
- msgstr "nee"
+ msgid "Galileo Signals"
+ msgstr "Galileo-signalen"
+
+ msgid "Radiation"
+ msgstr "Straling"
+
+ msgid "Seismic Activity"
+ msgstr "Seismische activiteit"
+
+ msgid "Recording:"
+ msgstr "Opnemen:"
+
+ msgid "Automated"
+ msgstr "Geautomatiseerd"
+
+ msgid "Manually"
+ msgstr "Handmatig"
+
+ msgid "Remote"
+ msgstr "Op afstand"
+
+ msgid "Display:"
+ msgstr "Weergave:"
+
+ msgid "Analog"
+ msgstr "Analoog"
+
+ msgid "Digital"
+ msgstr "Digitaal"
msgid "Survey Point"
msgstr "Uitkijkpunt"
@@@ -19243,8 -20003,8 +20045,8 @@@
msgid "Edit Survey Point"
msgstr "Uitkijkpunt bewerken"
- msgid "Surveillance"
- msgstr "Bewakingscamera"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Bewakingscamera bewerken"
@@@ -19255,12 -20015,102 +20057,102 @@@ msgstr "binnenshuis
msgid "outdoor"
msgstr "buiten"
- msgid "public"
- msgstr "openbaar"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "winkel"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "Hoogte in meters (m)"
msgid "Power"
msgstr "Energie"
+ msgid "Power Plant"
+ msgstr "Electriciteitscentrale"
+
+ msgid "Edit Power Plant"
+ msgstr "Bewerken: Electriciteitscentrale"
+
+ msgid "Start date"
+ msgstr "Begindatum"
+
+ msgid "Output forms of energy"
+ msgstr "Uitvoervormen van energie"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr "(voeg deze informatie, indien mogelijk, svp toe aan de generatoren)"
+
+ msgid "electricity"
+ msgstr "electriciteit"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "heet water"
+
+ msgid "hot air"
+ msgstr "hete lucht"
+
+ msgid "cold water"
+ msgstr "koud water"
+
+ msgid "cold air"
+ msgstr "koude lucht"
+
+ msgid "compressed air"
+ msgstr "samengeperste lucht"
+
+ msgid "steam"
+ msgstr "stoom"
+
+ msgid "vacuum"
+ msgstr "vacuüm"
+
msgid "Power Generator"
msgstr "Energievoorziening"
@@@ -19312,89 -20162,192 +20204,192 @@@ msgstr "wind
msgid "Method"
msgstr "Methode"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "anaerobische_vertering"
+ msgstr "anaerobische_verwerking"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "getijden"
+
+ msgctxt "generator method"
msgid "combustion"
msgstr "verbranding"
- msgid "dam"
- msgstr "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "bio / kolen / diesel / gas / gasolie / olie / afval"
+ msgctxt "generator method"
msgid "fission"
msgstr "splitsing"
+ msgctxt "generator method"
msgid "fusion"
msgstr "fusie"
+ msgctxt "generator method"
msgid "gasification"
- msgstr "vergassen"
+ msgstr "vergassing"
+
+ msgid "biomass / waste"
+ msgstr "biomassa / afval"
+ msgctxt "generator method"
msgid "photovoltaic"
msgstr "fotovoltaïsch"
- msgid "pumped-storage"
- msgstr "opslagpompen"
-
- msgid "pumping"
- msgstr "pompen"
-
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "verbranding"
+ msgstr "pyrolyse"
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "waterstroom"
+ msgstr "waterkracht"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "elektriciteit"
+ msgctxt "generator method"
msgid "thermal"
msgstr "thermisch"
- msgid "Output forms of energy"
- msgstr "Uitvoervormen van energie"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "water-opgepompte-opslag"
- msgid "electricity"
- msgstr "electriciteit"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "water-opslag"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr "Type generator"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr "gecombineerde cyclus"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr "vergassing"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr "Francisturbine"
- msgid "hot water"
- msgstr "heet water"
+ msgid "gas_turbine"
+ msgstr "gasturbine"
- msgid "hot air"
- msgstr "hete lucht"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "biogas, biomassa, gas, afvalverbranding"
- msgid "cold water"
- msgstr "koud water"
+ msgid "heat_pump"
+ msgstr "warmtepomp"
- msgid "cold air"
- msgstr "koude lucht"
+ msgid "horizontal_axis"
+ msgstr "horizontale as"
- msgid "compressed air"
- msgstr "samengeperste lucht"
+ msgid "tidal steam / wind"
+ msgstr "getjdenstroom / wind"
+
+ msgid "kaplan_turbine"
+ msgstr "Kaplanturbine"
+
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "hygro stroming / hydro wateropslag / getijdenbarrière"
+
+ msgid "pelton_turbine"
+ msgstr "Peltonturbine"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "hygro stroming / hydro wateropslag"
+
+ msgid "reciprocating_engine"
+ msgstr "zuigermotor"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "biobrandtsof, biogas, diesel, gas, gasolie"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "zonnepaneel"
+
+ msgid "solar photovoltaic"
+ msgstr "fotovoltaïsch"
+
+ msgid "solar_thermal_collector"
+ msgstr "thermocollector"
+
+ msgid "solar thermal"
+ msgstr "thermisch"
+
+ msgid "steam_generator"
+ msgstr "stoomgenerator"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "bio, kolen, diesel, gas, gasolie, olie, afvalverbranding"
+
+ msgid "steam_turbine"
+ msgstr "stoomturbine"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr "geothermisch / solar-thermisch / bio, kolen, olie, afvalverbranding"
+
+ msgid "stellarator"
+ msgstr "stellarator"
+
+ msgid "nuclear fusion"
+ msgstr "nucleaire fusie"
+
+ msgid "tokamak"
+ msgstr "tokamak"
+
+ msgid "vertical_axis"
+ msgstr "verticale as"
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "Boiling Water Reactor 1 (BWR-1)"
+
+ msgid "nuclear fission"
+ msgstr "nucleaire splitsing"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "Boiling Water Reactor 2 (BWR-2)"
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "Boiling Water Reactor 3 (BWR-3)"
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "Boiling Water Reactor 4 (BWR-4)"
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "Boiling Water Reactor 5 (BWR-5)"
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "Boiling Water Reactor 6 (BWR-6)"
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "CANada Deuterium Uranium reactor (CANDU)"
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "China Pressurized Reactor (CPR-1000)"
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "European Pressurized Reactor (EPR)"
- msgid "steam"
- msgstr "stoom"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "Inertial Confinement Fusion (ICF)"
- msgid "vacuum"
- msgstr "vacuüm"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Pressurized water reactor (PWR)"
- msgid "battery charging"
- msgstr "opladen van batterijen"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
- msgid "Power Station"
- msgstr "Verdeelstation"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
- msgid "Edit Power Station"
- msgstr "Verdeelstation bewerken"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+
+ msgid "Output forms of energy:"
+ msgstr "Uitvoer vormen van energie:"
msgid "Power Sub Station"
msgstr "Transformatorstation"
@@@ -19405,6 -20358,21 +20400,21 @@@ msgstr "Transformatorstation bewerken
msgid "Line reference"
msgstr "Lijnreferentie"
+ msgid "high"
+ msgstr "hoog"
+
+ msgid "medium"
+ msgstr "medium"
+
+ msgid "low"
+ msgstr "laag"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Verdeelkast"
@@@ -19420,6 -20388,9 +20430,9 @@@ msgstr "Hoogspanningsmast bewerken
msgid "Tower reference"
msgstr "Referentie toren"
+ msgid "steel"
+ msgstr "staal"
+
msgid "Pole"
msgstr "Electriciteitsmast"
@@@ -19438,13 -20409,11 +20451,11 @@@ msgstr "Hoogspanningskabels bewerken
msgid "Line type"
msgstr "Type lijn"
- msgctxt "Power Line"
msgid "line"
- msgstr "lijn"
+ msgstr "kabel"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "ondergeschikte_lijn"
+ msgstr "sub_kabel"
msgid "Amount of Cables"
msgstr "Aantal kabels"
@@@ -19551,11 -20520,11 +20562,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Kiosk bewerken"
- msgid "Baker"
- msgstr "Bakker"
+ msgid "Bakery"
+ msgstr "Bakkerij"
- msgid "Edit Baker"
- msgstr "Bakker bewerken"
+ msgid "Edit Bakery"
+ msgstr "Bakkerij bewerken"
msgid "Butcher"
msgstr "Slager"
@@@ -19566,8 -20535,8 +20577,8 @@@ msgstr "Slager bewerken
msgid "Seafood"
msgstr "Viswinkel"
- msgid "Edit Seafood"
- msgstr "Viswinkel bewerken"
+ msgid "Edit Seafood Shop"
+ msgstr "Winkel zeebanket bewerken"
msgid "Deli (Fine Food)"
msgstr "Delicatessen (fijne kost)"
@@@ -19587,6 -20556,9 +20598,9 @@@ msgstr "Markt
msgid "Edit Marketplace"
msgstr "Markt bewerken"
+ msgid "Organic"
+ msgstr "Biologische winkel"
+
msgid "Greengrocer"
msgstr "Groentewinkel"
@@@ -19599,9 -20571,6 +20613,6 @@@ msgstr "Boerderijstalletje
msgid "Edit Farm Stand"
msgstr "Bewerken Boerderijstalletje"
- msgid "Organic"
- msgstr "Biologische winkel"
-
msgid "Edit Organic/Bio"
msgstr "Organisch/Bio bewerken"
@@@ -19671,8 -20640,8 +20682,8 @@@ msgstr "Kleermaker bewerken
msgid "Fabric"
msgstr "Stoffen"
- msgid "Edit Fabric"
- msgstr "Stoffen bewerken"
+ msgid "Edit Fabric Shop"
+ msgstr "Stoffenwinkel bewerken"
msgid "Electronic"
msgstr "Elektronica"
@@@ -19692,14 -20661,14 +20703,14 @@@ msgstr "Elektronicawinkel bewerken
msgid "Mobile Phone"
msgstr "Mobiele telefoons"
- msgid "Edit Mobile Phone"
- msgstr "Mobiele telefoons bewerken"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "Winkel mobiele telefoons bewerken"
msgid "Vacuum Cleaner"
msgstr "Stofzuigers"
- msgid "Edit Vacuum Cleaner"
- msgstr "Stofzuiger bewerken"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "Winkel stofzuigers bewerken"
msgid "Hifi"
msgstr "Hifi"
@@@ -19707,7 -20676,6 +20718,6 @@@
msgid "Edit Hifi Shop"
msgstr "Hifi-winkel bewerken"
- msgctxt "shop"
msgid "Video"
msgstr "Videotheek"
@@@ -19735,6 -20703,12 +20745,12 @@@ msgstr "Geldwisselkantoor bewerken
msgid "Edit Automated Teller Machine"
msgstr "Geldautomaat bewerken"
+ msgid "Pawnbroker"
+ msgstr "Belening"
+
+ msgid "Edit Pawnbroker"
+ msgstr "Bewerken Belening"
+
msgid "Department Store"
msgstr "Warenhuis"
@@@ -19771,11 -20745,32 +20787,32 @@@ msgstr "Juwelier
msgid "Edit Jewelry"
msgstr "Juwelier bewerken"
+ msgid "Gift"
+ msgstr "Cadeau"
+
+ msgid "Edit Gift Shop"
+ msgstr "Bewerken Cadeauwinkel"
+
+ msgid "buddhist"
+ msgstr "Boeddhisme"
+
+ msgid "christian"
+ msgstr "Christelijk"
+
+ msgid "hindu"
+ msgstr "Hindoestaans"
+
+ msgid "jewish"
+ msgstr "Joods"
+
+ msgid "muslim"
+ msgstr "Moslim"
+
msgid "Erotic"
msgstr "Seksshop"
- msgid "Edit Erotic"
- msgstr "Seksshop bewerken"
+ msgid "Edit Erotic Shop"
+ msgstr "Erotische winkel bewerken"
msgid "Florist"
msgstr "Bloemist"
@@@ -19804,7 -20799,7 +20841,7 @@@ msgstr "Bouwmarkt bewerken
msgid "Paint"
msgstr "Verfwinkel"
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr "Verfwinkel bewerken"
msgid "Furniture"
@@@ -19816,20 -20811,20 +20853,20 @@@ msgstr "Woonwarenhuis bewerken
msgid "Kitchen"
msgstr "Keukenzaak"
- msgid "Edit Kitchen"
- msgstr "Keukenzaak bewerken"
+ msgid "Edit Kitchen Store"
+ msgstr "Keukenwinkel bewerken"
msgid "Curtain"
msgstr "Gordijnenwinkel"
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr "Gordijnenwinkel bewerken"
msgid "Frame"
msgstr "Lijstenwinkel"
- msgid "Edit Frames"
- msgstr "Lijstenwinkel bewerken Frames"
+ msgid "Edit Frames Shop"
+ msgstr "Lijstenwinkel bewerken"
msgid "Stationery"
msgstr "Kantoorboekhandel"
@@@ -19864,8 -20859,8 +20901,8 @@@ msgstr "Reisagentschap bewerken
msgid "Musical Instrument"
msgstr "Muziekinstrumenten"
- msgid "Edit Musical Instruments"
- msgstr "Muziekinstrumenten bewerken"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "Winkel muziekinstrumenten bewerken"
msgid "Toys"
msgstr "Speelgoed"
@@@ -20077,6 -21072,12 +21114,12 @@@ msgstr "Bergtop
msgid "Edit Peak"
msgstr "Bergtop bewerken"
+ msgid "Saddle"
+ msgstr "Zadel"
+
+ msgid "Edit Saddle"
+ msgstr "Zadel bewerken"
+
msgid "Glacier"
msgstr "Gletsjer"
@@@ -20116,24 -21117,33 +21159,33 @@@ msgstr "Boom
msgid "Edit Tree"
msgstr "Boom bewerken"
+ msgid "broad_leaved"
+ msgstr "breed gebladerte"
+
+ msgid "conifer"
+ msgstr "conifeer"
+
+ msgid "palm"
+ msgstr "palm"
+
msgid "Botanical Name"
msgstr "Botanische naam"
+ msgid "Tree Row"
+ msgstr "Bomenrij"
+
msgid "Wood"
msgstr "Oerbos"
msgid "Edit Wood"
msgstr "Oerbos bewerken"
- msgctxt "wood"
msgid "coniferous"
msgstr "naaldbomen"
- msgctxt "wood"
msgid "deciduous"
msgstr "loofbomen"
- msgctxt "wood"
msgid "mixed"
msgstr "gemengd"
@@@ -20143,15 -21153,6 +21195,6 @@@ msgstr "Bosbouw
msgid "Edit Forest Landuse"
msgstr "Bosbouw bewerken"
- msgid "coniferous"
- msgstr "naaldbomen"
-
- msgid "deciduous"
- msgstr "loofbomen"
-
- msgid "mixed"
- msgstr "gemengd"
-
msgid "Grassland"
msgstr "Grasland"
@@@ -20227,6 -21228,12 +21270,12 @@@ msgstr "Weide
msgid "Edit Meadow Landuse"
msgstr "Weideland bewerken"
+ msgid "Orchard"
+ msgstr "Boomgaard"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Bewerken: Boomgaard landgebruik"
+
msgid "Vineyard"
msgstr "Wijngaard"
@@@ -20281,7 -21288,7 +21330,7 @@@ msgstr "Recreatiegebied
msgid "Edit Recreation Ground Landuse"
msgstr "Recreatiegebied bewerken"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "Woongebied"
msgid "Edit Residential Landuse"
@@@ -20293,6 -21300,9 +21342,9 @@@ msgstr "Begraafplaats
msgid "Edit Graveyard"
msgstr "Begraafplaats bewerken"
+ msgid "shinto"
+ msgstr "shinto"
+
msgid "Cemetery"
msgstr "Begraafplaats"
@@@ -20368,6 -21378,33 +21420,33 @@@ msgstr "Mijnbouw bewerken
msgid "Annotation"
msgstr "Aantekening"
+ msgid "Edit Name Information"
+ msgstr "Naaminformatie bbewerken"
+
+ msgid "Alternative name"
+ msgstr "Alternatieve naam"
+
+ msgid "Historical name"
+ msgstr "Historische naam"
+
+ msgid "Local name"
+ msgstr "Plaatselijke naam"
+
+ msgid "Regional name"
+ msgstr "Ragionale naam"
+
+ msgid "National name"
+ msgstr "Nationale naam"
+
+ msgid "International name"
+ msgstr "Internationale naam"
+
+ msgid "Official name"
+ msgstr "Officiële naam"
+
+ msgid "Common name abbreviation"
+ msgstr "Afkorting algemene naam"
+
msgid "Edit Address Information"
msgstr "Adresinformatie bewerken"
@@@ -20404,6 -21441,18 +21483,18 @@@ msgstr "even
msgid "alphabetic"
msgstr "alfabetisch"
+ msgid "Accuracy"
+ msgstr "Nauwkeurigheid"
+
+ msgid "actual"
+ msgstr "actueel"
+
+ msgid "estimate"
+ msgstr "schatting"
+
+ msgid "potential"
+ msgstr "potentieel"
+
msgid "Contact (common schema)"
msgstr "Contact (algemeen schema)"
@@@ -20572,21 -21621,50 +21663,50 @@@ msgstr "Algemene route
msgid "Edit general route"
msgstr "Algemene route bewerken"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "fiets"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "bus"
+
+ msgctxt "route type"
msgid "road"
- msgstr "straat"
+ msgstr "wegen"
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "veer"
+
+ msgctxt "route type"
msgid "ski"
msgstr "ski"
+ msgctxt "route type"
msgid "foot"
msgstr "voet"
+ msgctxt "route type"
msgid "hiking"
- msgstr "wandeltocht"
+ msgstr "wandelen"
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "tram"
+ msgctxt "route type"
msgid "detour"
msgstr "omleiding"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "spoorweg"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "metro"
+
msgid "Symbol description"
msgstr "Beschrijving symbool"
@@@ -20632,20 -21710,23 +21752,23 @@@ msgstr "halte voorwaarts
msgid "backward halt point"
msgstr "halte achterwaarts"
- msgid "Route network"
- msgstr "Routenetwerk"
+ msgid "Route Network"
+ msgstr "Route Netwerk"
- msgid "Edit route network"
- msgstr "Routenetwerk bewerken"
+ msgid "Edit Route Network"
+ msgstr "Bewerken Route Netwerk"
msgid "member"
msgstr "lid"
- msgid "Associated street"
- msgstr "Samenhangende straat"
+ msgid "Associated Street"
+ msgstr "Associated Street"
+
+ msgid "Edit Associated Street"
+ msgstr "Bewerken Associated Street"
- msgid "Edit associated street"
- msgstr "Samenhangende straat bewerken"
+ msgid "house"
+ msgstr "huis"
msgid "Street"
msgstr "Straat"
@@@ -20668,8 -21749,8 +21791,8 @@@ msgstr "alees wat is gerelateerd aan d
msgid "Destination sign"
msgstr "Teken voor bestemming"
- msgid "Edit Destination sign"
- msgstr "Teken voor bestemming bewerken"
+ msgid "Edit Destination Sign"
+ msgstr "Bewerken Teken bestemming"
msgid "Destination written on sign (w/o distance)"
msgstr "Bestemming vermeld op teken (zonder afstand)"
@@@ -20764,18 -21845,27 +21887,27 @@@ msgstr "wegen die onder de brug doorlop
msgid "way forming the outline footprint"
msgstr "weg gevormd door de afdruk van de omtrek"
- msgid "nodes forming the outline"
- msgstr "knopen die de omtrek vormen"
+ msgid "edge ways parallel to ''across''"
+ msgstr "rand wegen parallel aan ''across''"
msgid "ways passing through the tunnel"
msgstr "wegen die door de tunnel lopen"
+ msgid "edge ways parallel to ''through''"
+ msgstr "rand wegen parallel aan ''through''"
+
msgid "bridge"
msgstr "brug"
msgid "deprecated"
msgstr "vervallen"
+ msgid "bicycle"
+ msgstr "fiets"
+
+ msgid "foot"
+ msgstr "voet"
+
msgid "horse"
msgstr "paard"
@@@ -20785,8 -21875,11 +21917,11 @@@ msgstr "barrière
msgid "motorroad"
msgstr "autoweg"
- msgid "highway_track"
- msgstr "snelweg_route"
+ msgid "highway.track"
+ msgstr "kleur_verharding"
+
+ msgid "livingdashed"
+ msgstr "leefstreepjes"
msgid "services"
msgstr "diensten"
@@@ -20794,11 -21887,11 +21929,11 @@@
msgid "ford"
msgstr "doorwaadbare plek"
- msgid "highway_platform"
- msgstr "highway_platform"
+ msgid "highway.platform"
+ msgstr "highway.platform"
- msgid "emergency_access_point"
- msgstr "Toegangsweg noodhulp"
+ msgid "emergency.access.point"
+ msgstr "Hulpdiensten toegangsweg"
msgid "riverbank"
msgstr "rivieroever"
@@@ -20815,6 -21908,9 +21950,9 @@@ msgstr "stroomversnelling
msgid "railwaypoint"
msgstr "spoorwegpunt"
+ msgid "raildashed"
+ msgstr "spoorstreepjes"
+
msgid "railyard"
msgstr "rangeerterrein"
@@@ -20830,29 -21926,29 +21968,29 @@@ msgstr "oud spoor
msgid "aeroway"
msgstr "luchtverbinding"
- msgid "aeroway_dark"
- msgstr "luchtverbinding_donker"
+ msgid "aeroway.dark"
+ msgstr "donker"
- msgid "aeroway_light"
- msgstr "luchtverbinding_licht"
+ msgid "aeroway.light"
+ msgstr "licht"
- msgid "piste_easy"
- msgstr "piste_eenvoudig"
+ msgid "piste.easy"
+ msgstr "gemakkelijk"
- msgid "piste_intermediate"
- msgstr "piste_middelmatig"
+ msgid "piste.intermediate"
+ msgstr "gemiddeld"
- msgid "piste_advanced"
- msgstr "piste_gevorderden"
+ msgid "piste.advanced"
+ msgstr "gevorderd"
- msgid "piste_expert"
- msgstr "piste_expert"
+ msgid "piste.expert"
+ msgstr "expert"
- msgid "piste_freeride"
- msgstr "piste_vrij skiën"
+ msgid "piste.freeride"
+ msgstr "vrij"
- msgid "piste_novice"
- msgstr "piste_beginner"
+ msgid "piste.novice"
+ msgstr "beginners"
msgid "power"
msgstr "elektriciteit"
@@@ -20872,20 -21968,20 +22010,20 @@@ msgstr "jachthaven
msgid "amenity"
msgstr "voorziening"
- msgid "amenity_traffic"
- msgstr "voorziening_verkeer"
+ msgid "amenity.traffic"
+ msgstr "verkeersbenodigdheden"
- msgid "amenity_light"
- msgstr "voorziening_licht"
+ msgid "amenity.light"
+ msgstr "lichtbenodigdheden"
- msgid "light_water"
- msgstr "licht_water"
+ msgid "light.water"
+ msgstr "verlichting in water"
msgid "health"
msgstr "gezondheid"
- msgid "shop"
- msgstr "winkel"
+ msgid "office"
+ msgstr "kantoor"
msgid "hotel"
msgstr "hotel"
@@@ -20959,11 -22055,14 +22097,14 @@@ msgstr "route
msgid "boundary"
msgstr "grens"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "plaats"
- msgid "tiger_data"
- msgstr "tiger_data"
+ msgid "tiger.data"
+ msgstr "gegevens Tiger"
msgid "address"
msgstr "adres"
@@@ -20977,9 -22076,6 +22118,6 @@@ msgstr "Dorp/stad
msgid "One Way"
msgstr "Eénrichting"
- msgid "Church"
- msgstr "Kerk"
-
msgid "Fuel Station"
msgstr "Tankstation"
@@@ -21007,6 -22103,9 +22145,9 @@@ msgstr "brugtag op een knoop
msgid "wrong highway tag on a node"
msgstr "verkeerde snelwegtag op een knoop"
+ msgid "wrong crossing tag on a way"
+ msgstr "verkeerde tag kruising op weg"
+
msgid "Unnamed unclassified highway"
msgstr "Naamloze niet-geclassificeerde snelweg"
@@@ -21052,11 -22151,41 +22193,41 @@@ msgstr "ongewone tagcombinatie (snelwe
msgid "unusual tag combination (highway & natural)"
msgstr "ongewone tagcombinatie (snelweg & natuur)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "ongebruikelijke tagcombinatie (landuse & building)"
+
+ msgid "unnecessary access key"
+ msgstr "onnodige toegangssleutel"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "onnodige motor_vehicle=yes"
+
msgid "natural water used for swimming pool"
msgstr "natuurlijk water gebruikt als zwembad"
- msgid "incline without highway"
- msgstr "afbuiging zonder weg"
+ msgid "numerical key"
+ msgstr "numerieke toets"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "route_master relatie zonder route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "elektriciteitskabel zonder voltage"
+
+ msgid "substation key without power=substation"
+ msgstr "sleutel substation zonder power=substation"
+
+ msgid "transformer key without power"
+ msgstr "sleutel transformer zonder power"
+
+ msgid "missing substation=*"
+ msgstr "ontbrekend substation=*"
+
+ msgid "missing transformer=*"
+ msgstr "ontbrekend transformer=*"
+
+ msgid "incline without highway or railway"
+ msgstr "incline zonder highway of railway"
msgid "junction without highway"
msgstr "kruising zonder weg"
@@@ -21067,8 -22196,8 +22238,8 @@@ msgstr "rijstroken zonder weg
msgid "lcn without highway"
msgstr "lcn zonder weg"
- msgid "lit without highway"
- msgstr "lit zonder weg"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "lit zonder highway/railway/piste/parking/platform"
msgid "living_street without highway"
msgstr "woon_straat zonder weg"
@@@ -21085,8 -22214,8 +22256,8 @@@ msgstr "motorweg zonder weg
msgid "ntd_id without highway"
msgstr "ntd_id zonder weg"
- msgid "oneway without highway"
- msgstr "eenrichting zonder weg"
+ msgid "oneway without highway or railway"
+ msgstr "oneway zonder highway of railway"
msgid "sac_scale without highway"
msgstr "sac_scale zonder weg"
@@@ -21202,20 -22331,131 +22373,131 @@@ msgstr "kanaal zonder waterweg
msgid "have_riverbank without waterway"
msgstr "heeft_rivieroever zonder waterweg"
- msgid "tunnel without highway/railway/waterway"
- msgstr "tunnel zonder weg/spoorweg/waterweg"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "tunnel zonder highway/railway/waterway/platform/pipeline"
- msgid "bridge without highway/railway/waterway"
- msgstr "brug zonder weg/spoorweg/waterweg"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "bridge zonder highway/railway/waterway/platform/piste/pipeline"
- msgid "psv without highway/railway/waterway"
- msgstr "psv zonder weg/spoorweg/waterweg"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psv zonder highway/railway/waterway/parking"
msgid "width without physical linear feature"
msgstr "breedte zonder fysiek lineair item"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "maxsnelheid zonder weg/spoorweg/verkeers_teken"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "maxspeed zonder highway/railway/traffic_sign/enforcement"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "type afrastering zonder barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "type begrenzing zonder boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "type recycling zonder amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "type bord zonder information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "type schuilplaats zonder amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "type lamp zonder highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "type kaart zonder information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "type plaats zonder historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "type kunstwerk zonder tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "type kasteel zonder historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "type reservoir zonder landuse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "type bunker zonder military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "religie zonder nadere omschrijving"
@@@ -21235,9 -22475,59 +22517,59 @@@ msgstr "
"geen taal voor wikipedia opgegeven, gebruik ''wikipedia''=''language:page "
"title''"
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
msgstr "onbekend voorvoegsel voor taal in tag wikipedia"
+ msgid "layer should be between -5 and 5"
+ msgstr "laag zou moeten liggen tussen -5 en 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "niveau zou getal moeten zijn met optioneel verhogingen met .5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "hoogte: meters is standaard; punt is scheidingsteken; indien eenheden, "
+ "plaats spatie dan de eenheid"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxheight: meters is standaard; punt is scheidingsteken; indien eenheden, "
+ "plaats spatie, dan eenheid"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "width: meters is standaard; punt is scheidingsteken; indien eenheden, plaats "
+ "spatie, dan eenheid"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxwidth: meters is standaard; punt is scheidingsteken; indien eenheden, "
+ "plaats spatie, dan eenheid"
+
+ msgid "unusual maxspeed format"
+ msgstr "ongebruikelijke indeling maxspeed"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+ "voltage zou in volts moeten zijn zonder eenheden/scheidingsteken/spaties"
+
+ msgid "unusual frequency specification"
+ msgstr "ongebruikelijke specificatie frequency"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "ongebruikelijke spoorbreedte; gebruik mm zonder scheidngsteken"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
+ "ongebruikelijke stijging; gebruik percentage/graden of naar boven/naar "
+ "beneden"
+
msgid "Landsat"
msgstr "Landsat"
@@@ -21247,24 -22537,30 +22579,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "OpenStreetMap GPS-sporen"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik zwart/wit)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21280,8 -22576,8 +22621,8 @@@ msgstr "OpenStreetMap (Duitse stijl)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodja, Laos, Thailand, Vietnam tweetalig"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI zwart/wit 2.5m"
@@@ -21289,6 -22585,9 +22630,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (basiskaart)"
@@@ -21437,6 -22736,32 +22781,32 @@@ msgstr "Beieren (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Erlangen 2013 Luchtfoto (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Erlangen 2011 Luchtfoto (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+ "Oude kaart van Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "Oude kaart van Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:Harz - Overlay voor Bing (Bijv. dekking tussen. 20 en 50 procent "
+ "gebruiken)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (Haiti)"
@@@ -21602,6 -22927,9 +22972,9 @@@ msgstr "USGS Large Scale Imagery
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Wegen overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "Nieuwe & foutief uitgelijnde TIGER Roads (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -21629,23 -22957,56 +23002,56 @@@ msgstr "OS OpenData Locator
msgid "Surrey Air Survey"
msgstr "Surrey Air Survey"
- msgid "NLS - OS 6-inch Scotland 1842-82"
- msgstr "NLS - OS 6-inch Schotland 1842-82"
+ msgid "NLS - OS 6-inch Scotland 1842-82"
+ msgstr "NLS - OS 6-inch Schotland 1842-82"
+
+ msgid "NLS - OS 1:25k 1st Series 1937-61"
+ msgstr "NLS - OS 1:25k 1st Series 1937-61"
+
+ msgid "NLS - OS 1-inch 7th Series 1955-61"
+ msgstr "NLS - OS 1-inch 7th Series 1955-61"
+
+ msgid "OS 1:25k historic (OSM)"
+ msgstr "OS 1:25k historisch (OSM)"
+
+ msgid "OS Scottish Popular historic"
+ msgstr "OS Scottish Popular historic"
+
+ msgid "NLS - Bartholomew Half Inch, 1897-1907"
+ msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "OS Town Plans, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "OSM exporteren"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Exporteer verkeersgegevens naar SUMO netwerkbestand."
+
+ msgid "SUMO Export"
+ msgstr "SUMO exporteren"
+
+ msgid "Export"
+ msgstr "Exporteren"
+
+ msgid "Port:"
+ msgstr "Poort:"
- msgid "NLS - OS 1:25k 1st Series 1937-61"
- msgstr "NLS - OS 1:25k 1st Series 1937-61"
+ msgid "refresh the port list"
+ msgstr "Lijst met poorten vernieuwen"
- msgid "NLS - OS 1-inch 7th Series 1955-61"
- msgstr "NLS - OS 1-inch 7th Series 1955-61"
+ msgid "Configure"
+ msgstr "Configureren"
- msgid "OS 1:25k historic (OSM)"
- msgstr "OS 1:25k historisch (OSM)"
+ msgid "Connection Error."
+ msgstr "Verbindingsfout."
- msgid "OS Scottish Popular historic"
- msgstr "OS Scottish Popular historic"
+ msgid "configure the connected DG100"
+ msgstr "De verbonden DG100 configureren"
- msgid "NLS - Bartholomew Half Inch, 1897-1907"
- msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "delete data after import"
+ msgstr "gegevens na importeren verwijderen"
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV-bestanden"
@@@ -21859,6 -23220,18 +23265,18 @@@ msgstr "Geeft hoogteprofiel weer
msgid "Elevation Profile"
msgstr "Hoogteprofiel"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Hoogte-rasterlaag (experimenteel)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Hoogte-rasterlaag weergeven"
+
+ msgid "Elevation Grid"
+ msgstr "Hoogteraster"
+
+ msgid "No SRTM data"
+ msgstr "Geen gegevens SRTM"
+
msgid "Open the elevation profile window."
msgstr "Open het venster voor het Hoogteprofiel."
@@@ -21880,14 -23253,8 +23298,8 @@@ msgstr "Winst
msgid "Time"
msgstr "Tijd"
- msgid "Geoid"
- msgstr "Geoïde"
-
- msgid "Automatic"
- msgstr "Automatisch"
-
- msgid "Fixed value"
- msgstr "Vaste waarde"
+ msgid "Tracks"
+ msgstr "Sporen"
msgid "Elevation profile for track ''{0}''."
msgstr "Hoogteprofiel voor spoor ''{0}''."
@@@ -22162,11 -23529,14 +23574,14 @@@ msgstr "Selecteer incomplete adressen
msgid "Selects all addresses with incomplete data."
msgstr "Selecteert alle adressen met incomplete gegevens."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Gebruik tag 'addr:street' of 'addr:place'"
+
msgid "House Number Editor"
msgstr "Huisnummers bewerken"
- msgid "Housenumber increment:"
- msgstr "Verhoging huisnummer"
+ msgid "House number increment:"
+ msgstr "Verhoging huisnummers:"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22376,8 -23746,8 +23791,8 @@@ msgstr "Verwachtte oneven nummers voor
msgid "Expected even numbers for addresses"
msgstr "Verwachtte even nummers voor adressen"
- msgid "Expected valid number for address increment"
- msgstr "Verwachtte geldig nummer voor verhogen van adres"
+ msgid "Expected valid number for increment"
+ msgstr "Verwacht geldig nummer voor verhogoing"
msgid "Country code must be 2 letters"
msgstr "Landcode moet 2 letters zijn"
@@@ -22757,15 -24127,6 +24172,6 @@@ msgstr "Huisnummer:
msgid "Street Name:"
msgstr "Straatnaam:"
- msgid "Increment"
- msgstr "Verhogen"
-
- msgid "Decrement"
- msgstr "Verlagen"
-
- msgid "Numbers:"
- msgstr "Nummers:"
-
msgid "Big buildings mode"
msgstr "Modus grote gebouwen"
@@@ -22924,7 -24285,7 +24330,7 @@@ msgid "
"Warning: failed to put option pane dialog always on top. Exception was: {0}"
msgstr ""
"Waarschuwing: dialoogvenster Opties altijd vooraan plaatsen is mislukt. "
- "Uitzondering was: {0}"
+ "Exceptie was: {0}"
msgid ""
"To enable the cadastre WMS plugin, change\n"
@@@ -22956,6 -24317,9 +24362,9 @@@ msgstr "Schakel bijsnijden van afbeeldi
msgid "Use \"Tableau d''assemblage\""
msgstr "Gebruik van \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "Vervang alleen grijze schaduwen door witte kleur"
+
msgid "Select first WMS layer in list."
msgstr "Selecteer de eerste WMS-laag uit de lijst."
@@@ -22975,12 -24339,6 +24384,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "hoog"
-
- msgid "medium"
- msgstr "medium"
-
msgid "symbol"
msgstr "symbool"
@@@ -23135,6 -24493,11 +24538,11 @@@ msgstr "
"Voeg het \"Tableau(x) d''assemblage\" toe aan de lijst van kadastrale bladen "
"om op te halen."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "Vervang grijswaarden door witte kleur (kleinere bestanden en minder "
+ "geheugengebruik)."
+
msgid "Display crosspieces:"
msgstr "Hulplijnen weergeven:"
@@@ -23156,6 -24519,9 +24564,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Schakel dit in om de tag \"add:street\" voor knopen te gebruiken."
+ msgid "Unexpected file extension. {0}"
+ msgstr "Onverwachte bestandsextensie. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "Voeg \"source=...\" toe aan elementen?"
@@@ -23405,8 -24771,11 +24816,11 @@@ msgstr "WMS-laag ({0}), {1} tegel(s) ge
msgid "Is not vectorized."
msgstr "Is niet in vectoren gemaakt."
- msgid "Raster size: {0}"
- msgstr "Rastergrootte: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Begrenzingsvak: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "Afbeeldingsgrootte (px): {0}/{1}"
msgid "Is vectorized."
msgstr "Is gemaakt in vectoren."
@@@ -23458,7 -24827,7 +24872,7 @@@ msgstr "Verwijder het geselecteerde sch
msgid "Color Schemes"
msgstr "Kleurenschema''s"
- msgid "Adress"
+ msgid "Address"
msgstr "Adres"
msgid "Split area"
@@@ -23601,54 -24970,54 +25015,119 @@@ msgstr "Bericht verzenden mislukt:
msgid "Failed to get messages as {0}:"
msgstr "Mislukt om bericht te ontvangen als {0}:"
+
+msgid "GeoChat"
+msgstr "GeoChat"
+
+msgid "Open GeoChat panel"
+msgstr "Open paneel voor GeoChat"
+
+msgid "Zoom in to see messages"
+msgstr "Zoom in om berichten te zien"
+
+msgid "Login"
+msgstr "Inloggen"
+
+msgid "Enable autologin"
+msgstr "Automatisch inloggen inschakelen"
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] "{0} gebruiker"
+msgstr[1] "{0} gebruikers"
+
+msgid "not logged in"
+msgstr "niet ingelogd"
+
+msgid "User {0} has left"
+msgstr "Gebruiker {0} is weggegaan"
+
+msgid "User {0} is mapping nearby"
+msgstr "Gebruiker {0} bewerkt kaart dichtbij"
+
+msgid "Users mapping nearby:"
+msgstr "Gebruikers die kaart dichtbij bewerken:"
+
+msgid "Private chat"
+msgstr "Privé chatten"
+
+msgid "Close tab"
+msgstr "Tabblad sluiten"
+
+msgid "Logout"
+msgstr "Uitloggen"
+
+msgid "Clear log"
+msgstr "Log wissen"
+
+msgid "Show users on map"
+msgstr "Gebruikers op kaart weergeven"
+
++msgid "Public"
++msgstr "Openbaar"
++
++msgid "Could not get server response, check logs"
++msgstr "Kon geen antwoord van server krijgen, controleer logs"
++
++msgid "Failed to login as {0}:"
++msgstr "Mislukt om in te loggen als {0}:"
++
++msgid "The server did not return user ID"
++msgstr "De server gaf geen ID voor de gebruiker terug"
++
++msgid "Failed to send message:"
++msgstr "Bericht verzenden mislukt:"
++
++msgid "Failed to get messages as {0}:"
++msgstr "Mislukt om bericht te ontvangen als {0}:"
+
+ msgid "GeoChat"
+ msgstr "GeoChat"
+
+ msgid "Open GeoChat panel"
+ msgstr "Open paneel voor GeoChat"
+
+ msgid "Zoom in to see messages"
+ msgstr "Zoom in om berichten te zien"
+
+ msgid "Login"
+ msgstr "Inloggen"
+
+ msgid "Enable autologin"
+ msgstr "Automatisch inloggen inschakelen"
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] "{0} gebruiker"
+ msgstr[1] "{0} gebruikers"
+
+ msgid "not logged in"
+ msgstr "niet ingelogd"
+
+ msgid "User {0} has left"
+ msgstr "Gebruiker {0} is weggegaan"
+
+ msgid "User {0} is mapping nearby"
+ msgstr "Gebruiker {0} bewerkt kaart dichtbij"
+
+ msgid "Users mapping nearby:"
+ msgstr "Gebruikers die kaart dichtbij bewerken:"
+
+ msgid "Private chat"
+ msgstr "Privé chatten"
+
+ msgid "Close tab"
+ msgstr "Tabblad sluiten"
+
+ msgid "Logout"
+ msgstr "Uitloggen"
+
+ msgid "Clear log"
+ msgstr "Log wissen"
+
+ msgid "Show users on map"
+ msgstr "Gebruikers op kaart weergeven"
+
msgid "Position only"
msgstr "Alleen positie"
@@@ -23688,27 -25057,9 +25167,9 @@@ msgstr "Loggen van gegevens uitschakele
msgid "Unknown logFormat"
msgstr "Onbekende indeling log"
- msgid "Port:"
- msgstr "Poort:"
-
- msgid "refresh the port list"
- msgstr "Lijst met poorten vernieuwen"
-
- msgid "Configure"
- msgstr "Configureren"
-
msgid "Configure Device"
msgstr "Apparaat configureren"
- msgid "Connection Error."
- msgstr "Verbindingsfout."
-
- msgid "configure the connected DG100"
- msgstr "De verbonden DG100 configureren"
-
- msgid "delete data after import"
- msgstr "gegevens na importeren verwijderen"
-
msgid "Importing data from device."
msgstr "Gegevens vanaf apparaat importeren."
@@@ -23863,7 -25214,7 +25324,7 @@@ msgid "
"Syntax exception in access ruleset:\n"
"{0}"
msgstr ""
- "Uitzondering in syntaxis voor toegang verzameling regels:\n"
+ "Exceptie in syntaxis voor toegang verzameling regels:\n"
"{0}"
msgid ""
@@@ -24881,9 -26232,33 +26342,33 @@@ msgstr "Overlappende wegen samenvoegen.
msgid "Merge Overlap (combine)"
msgstr "Overlapping samenvoegen (combineren)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Een lid met een op een rol gebaseerde relatie is gekopieerd naar alle "
+ "nieuwe wegen.<br>U zou dit moeten nakijken en indien nodig corrigeren.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>En lid van een relatie waarvan is gekopieerd naar alle nieuwe "
+ "wegen.<br>U zou dit moeten nakijken en indien nodig corrigeren.</html>"
+
msgid "Split way"
msgstr "Weg splitsen"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Geef een sleutel op, d.i. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Geef een waarde op voor een tag, d.i <strong><tt>kijk leden "
+ "na</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Michigan links"
@@@ -25573,7 -26948,7 +27058,7 @@@ msgid "
"Exception was: {1}"
msgstr ""
"Parsen van document voor lijst voor module vanaf site ''{0}'' mislukt Site "
- "wordt overgeslagen. Uitzondering was: {1}"
+ "wordt overgeslagen. Exceptie was: {1}"
msgid "Processing module list from site ''{0}''"
msgstr "Parsen van lijst voor module vanaf site ''{0}''"
@@@ -25611,9 -26986,6 +27096,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Er trad een fout op: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Kon geen nieuwe bug maken. Resultaat: {0}"
-
msgid "Process queue"
msgstr "Wachtrij om te verwerken"
@@@ -25671,18 -27043,6 +27153,6 @@@ msgstr "
msgid "Close: "
msgstr "Sluiten: "
- msgid "New issue"
- msgstr "Nieuw probleem"
-
- msgid "Create issue"
- msgstr "Probleem aanmaken"
-
- msgid "Describe the problem precisely"
- msgstr "Geef een nauwkeurige omschrijving van het probleem"
-
- msgid "Create: "
- msgstr "Maken: "
-
msgid "Open in browser"
msgstr "Openen in browser"
@@@ -26037,6 -27397,27 +27507,27 @@@ msgstr "Test mislukt: Kon geen mtime le
msgid "Test failed: Could not write mtime."
msgstr "Test mislukt: Kon geen mtime schrijven."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Wilt u de huidige kalibratie van laag {0} opslaan?"
@@@ -26193,6 -27574,10 +27684,10 @@@ msgstr "Niets op het klembord
msgid "The clipboard data is not an image"
msgstr "De gegevens op het klembord is geen afbeelding"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Waarschuwing: afhandelen van zip-bestand ''{0}'' mislukt. Exceptie was: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"Een bestand om te kalibreren, gekoppeld aan het afbeeldingsbestand, werd "
@@@ -26342,7 -27727,7 +27837,7 @@@ msgid "File \"{0}\" does not exist
msgstr "Bestand \"{0}\" bestaat niet"
msgid "IOException \"{0}\" occurred"
- msgstr "IOUitzondering \"{0}\" opgetreden"
+ msgstr "IO-exceptie \"{0}\" opgetreden"
msgid ""
"There exists no dataset. Try to download data from the server or open an OSM "
@@@ -26519,9 -27904,6 +28014,6 @@@ msgstr "Het GPX-bestand bevat geen spor
msgid "Create Stops from GPX"
msgstr "Maak haltes vanuit GPX"
- msgid "Tracks"
- msgstr "Sporen"
-
msgid "Tracks in this GPX file:"
msgstr "Sporen in dit GPX-bestand:"
@@@ -26744,6 -28126,10 +28236,10 @@@ msgstr "
msgid "Reverted changeset"
msgstr "Teruggedraaide wijzigingenset"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+ "Het is niet toegestaan om de wijzigingenset terug te draaien vanaf {0}"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Ontbrekend doel om samen te voegen voor {0} met ID {1}"
@@@ -26780,15 -28166,35 +28276,35 @@@ msgstr "Ophalen ontbrekende primitieven
msgid "Downloading changeset"
msgstr "Wijzigingenset downloaden"
+ msgid "See {0}"
+ msgstr "Bekijk {0}"
+
msgid "Revert changeset #{0}"
msgstr "Draai wijzigingenset #{0} terug"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Waarschuwing: niet ondersteund startelement ''{0}'' in inhoud van "
+ "wijzigingenset op positie ({1},{2}). Overslaan."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Waarschuwing: niet ondersteund eindelement ''{0}'' in inhoud wijzigingenset "
+ "op positie ({1},{2}). Overslaan."
+
msgid "Road Sign Plugin"
msgstr "Plug-in Road Sign"
msgid "signs"
msgstr "tekens"
+ msgid "Change Properties"
+ msgstr "Eigenschappen veranderen"
+
msgid "Country preset:"
msgstr "Vooringesteld land:"
@@@ -26903,9 -28309,6 +28419,6 @@@ msgstr "Voorkeuren plug-in Routeren
msgid "Configure routing preferences."
msgstr "Configureer de voorkeuren voor routeren."
- msgid "Highway type"
- msgstr "Type weg"
-
msgid "Speed (Km/h)"
msgstr "Snelheid (km/u)"
@@@ -27035,7 -28438,7 +28548,7 @@@ msgid "Save SDS file
msgstr "Sla het SDS-bestand op"
msgid "Could not back up file. Exception is: {0}"
- msgstr "Kon geen back-up maken van het bestand. Uitzondering is: {0}"
+ msgstr "Kon geen back-up maken van het bestand. Exceptie is: {0}"
msgid "Simplify Area"
msgstr "Gebied vereenvoudigen"
@@@ -27112,20 -28515,20 +28625,20 @@@ msgstr "Factor afstand
msgid "Merge Nearby Nodes Threshold"
msgstr "Drempel voor samenvoegen dicht bij elkaar gelegen knopen"
- msgid "Online Help"
- msgstr "Online Help"
+ msgid "SeaMap Editor"
+ msgstr "Bewerken SeaMap"
- msgid "Load"
- msgstr "Laden"
+ msgid "No object selected"
+ msgstr "Geen object geselecteerd"
- msgid "invisible"
- msgstr "onzichtbaar"
+ msgid "Seamark Inspector"
+ msgstr "Seamark Inspector"
- msgid "SeaMap Editor"
- msgstr "Bewerken SeaMap"
+ msgid "Select only one object"
+ msgstr "Selecteer slechts één object"
- msgid "Export"
- msgstr "Exporteren"
+ msgid "Select a map object"
+ msgstr "Selecteer een kaartobject"
msgid "AutoSave LiveData"
msgstr "LiveData automatisch opslaan"
@@@ -27349,6 -28752,103 +28862,103 @@@ msgstr "Traceren.
msgid "Tracer building"
msgstr "Gebouw traceren"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "Wijzig tag {0} naar {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "De versie van Tracer2Server is niet compatibel met deze plugin. Download "
+ "versie {0} vanaf\n"
+ "{1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "Nieuwe versie van Tracer2Server is beschikbaar. Werk voor de beste "
+ "resultaten bij naar versie {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "Er is geen set parameters actief!"
+
+ msgid "Select parameter"
+ msgstr "Selecteer parameter"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: voeg een weg toe met {0} punten"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: pas weg aan tot {0} punten"
+
+ msgid "Tracer2 error"
+ msgstr "Tracer2-fout"
+
+ msgid "Parameter for server request"
+ msgstr "Verzoekt parameter voor server"
+
+ msgid "Tile size:"
+ msgstr "Tegelgrootte:"
+
+ msgid "Resolution:"
+ msgstr "Resolutie:"
+
+ msgid "Mode:"
+ msgstr "Modus:"
+
+ msgid "Threshold:"
+ msgstr "Drempelwaarde:"
+
+ msgid "Points per circle:"
+ msgstr "Punten per cirkel:"
+
+ msgid "Tag:"
+ msgstr "Tag:"
+
+ msgid "Preferred values:"
+ msgstr "Voorkeurswaarden:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "Verwijderen parameter \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "Nieuwe toevoegen"
+
+ msgid "Add predefined"
+ msgstr "Vooraf gedefinieerde toevoegen"
+
+ msgid "Select predefined parameter"
+ msgstr "Selecteer vooraf gedefinieerde parameter"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "Pas de lijst met parameters voor serververzoek aan."
+
+ msgid "Parameter:"
+ msgstr "Parameter:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Server wordt niet uitgevoerd. Start de server.\n"
+ "Indien u de server niet heeft, download die vanaf\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server heeft niets gevonden."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server heeft een fout ontdekt."
+
msgid "GPG"
msgstr "GPG"
@@@ -27391,6 -28891,11 +29001,11 @@@ msgstr "Laad objecten vanaf server
msgid "Download signed data"
msgstr "Downloaden van ondertekende gegevens"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Waarschuwing: Exceptie wordt genegeerd omdat taak is geannuleerd.. Exceptie: "
+ "{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27563,9 -29068,6 +29178,6 @@@ msgstr "Ondertekening geannuleerd!
msgid "Please give a tolerance in meters"
msgstr "Geef een tolerantie op in meters"
- msgid "Accuracy"
- msgstr "Nauwkeurigheid"
-
msgid "Select as much as you like:"
msgstr "Selecteer zoveel als u wilt:"
@@@ -27959,10 -29461,10 +29571,10 @@@ msgid "Bicycles
msgstr "Fietsen"
msgid "Use standard exceptions"
- msgstr "Standaard uitzonderingen gebruiken"
+ msgstr "Standaard excepties gebruiken"
msgid "Use non-standard exceptions"
- msgstr "Niet-standaard uitzonderingen gebruiken"
+ msgstr "Niet-standaard excepties gebruiken"
msgid "Remove the currently selected vias"
msgstr "De huidige geselecteerde via''s verwijderen"
@@@ -28225,7 -29727,7 +29837,7 @@@ msgstr "
msgid "Go to Basic Editor and select standard vehicle type based exceptions"
msgstr ""
- "Ga naar de bewerker Basis en selecteer uitzonderingen die zijn gebaseerd op "
+ "Ga naar de bewerker Basis en selecteer excepties die zijn gebaseerd op "
"standaard voertuigtypen"
msgid "The required tag <tt>{0}={1}</tt> is missing."
@@@ -28720,9 -30222,6 +30332,6 @@@ msgstr "Selectie van knopen opheffen
msgid "Removes all nodes from selection"
msgstr "Alle knopen uit selectie verwijderen"
- msgid "Video"
- msgstr "Videotheek"
-
msgid "Import Video"
msgstr "Video importeren"
@@@ -29030,9 -30529,6 +30639,6 @@@ msgstr "Stelt de standaardtaal in voor
msgid "Enter the Wikipedia language"
msgstr "Voer de taal van Wikipedia in"
- msgid "Add Tag"
- msgstr "Tag toevoegen"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/nn.po
index f1a3e5a,e23c865..68a0f76
--- a/i18n/po/nn.po
+++ b/i18n/po/nn.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-07-15 12:49+0000\n"
"Last-Translator: Skippern <Unknown>\n"
"Language-Team: Norwegian Nynorsk <nn at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:53+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:52+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: nn\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Om JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "Verktøy: {0}
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr "Juster nodene til ein linje"
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr "GÃ¥ til {0}"
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "Ukjend"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/oc.po
index 36471b7,a303195..adb28ef
--- a/i18n/po/oc.po
+++ b/i18n/po/oc.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-10-03 22:14+0000\n"
"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary at yahoo.fr>\n"
"Language-Team: Occitan (post 1500) <oc at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:54+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:53+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Tèrmes d''utilizacion en rèir
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -160,16 -166,14 +166,14 @@@ msgid "About JOSM...
msgstr "A prepaus de JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Atencion : lo format URL de lâAPI es inesperat. La redireccion cap a la "
- "pagina OSM utilizaire fracassarà probablament. LâURL es : ''{0}'"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -255,9 -259,6 +259,6 @@@ msgstr "Esplech : {0}
msgid "Please select at least four nodes."
msgstr "Seleccionatz al mens quatre nosèls."
- msgid "Information"
- msgstr "Informacion"
-
msgid "Align Nodes in Line"
msgstr "Alinhar los nosèls"
@@@ -294,6 -295,9 +295,9 @@@ msgstr "seguent
msgid "Nothing selected to zoom to."
msgstr "Res de pas seleccionat sul qual zoomar."
+ msgid "Information"
+ msgstr "Informacion"
+
msgid "Zoom to {0}"
msgstr "Zoom sus {0}"
@@@ -350,11 -354,9 +354,9 @@@ msgstr "
"direccion. Ne retornar cèrtas ?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Impossible de fusionar las vias (Pòdon pas èsser fusionadas en una sola "
- "cadena de nosèls)"
msgid "Combine {0} ways"
msgstr "Fusionar {0} vias"
@@@ -534,6 -536,9 +536,9 @@@ msgstr "Istoric
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Afichar l'istoric dels camins, nosèls o relacions"
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "Istoric (web)"
@@@ -647,7 -652,7 +652,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -797,8 -802,8 +802,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -983,12 -988,8 +988,8 @@@ msgid "Orthogonalize / Undo
msgstr "Mesa en forma ortogonala"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1006,9 -1007,6 +1007,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Utilizacion"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1174,9 -1172,6 +1172,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1315,13 -1310,13 +1310,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1410,6 -1405,27 +1405,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Anullar"
@@@ -1694,6 -1710,9 +1710,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Telecargament de {0} de {1} ({2} restant(s))"
@@@ -1913,8 -1932,8 +1932,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2339,6 -2358,9 +2358,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2535,8 -2557,7 +2557,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2622,6 -2643,9 +2643,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2658,10 -2682,10 +2682,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2684,8 -2708,8 +2708,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2789,6 -2813,9 +2813,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2849,8 -2876,8 +2876,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2880,11 -2907,11 +2907,11 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "Atributs de "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2904,6 -2931,9 +2931,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2934,18 -2964,18 +2964,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2954,8 -2984,8 +2984,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2963,13 -2993,11 +2993,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2983,8 -3011,8 +3011,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3014,11 -3042,10 +3042,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "DESCONEGUT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3171,8 -3198,7 +3198,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3279,7 -3305,7 +3305,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3317,9 -3343,6 +3343,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3358,6 -3381,9 +3381,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3382,6 -3408,15 +3408,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3441,6 -3476,9 +3476,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3523,6 -3561,15 +3561,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3592,6 -3639,12 +3639,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3649,13 -3702,13 +3702,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3687,10 -3740,10 +3740,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3824,7 -3877,7 +3877,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3899,6 -3952,9 +3952,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3929,9 -3985,6 +3985,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3956,10 -4009,10 +4009,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4022,23 -4075,6 +4075,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4142,7 -4178,7 +4178,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4371,6 -4407,18 +4407,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Ãudio"
@@@ -4475,19 -4523,6 +4523,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4775,29 -4810,47 +4810,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4812,7 -4865,7 +4865,7 @@@ msgstr "
msgid "Up"
msgstr "Montar"
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4864,14 -4917,6 +4917,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5121,14 -5166,14 +5166,14 @@@ msgctxt "tag
msgid "Key:"
msgstr "Clau :"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr "Valor :"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5649,6 -5694,9 +5694,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5732,6 -5780,33 +5780,33 @@@ msgstr "
msgid "No"
msgstr "Non"
+ msgid "Object type:"
+ msgstr "Tipe dâobjècte :"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mixte"
+
+ msgid "Choose the OSM object type"
+ msgstr "Seleccionar lo tipe d'objècte OSM"
+
+ msgid "Object ID:"
+ msgstr "ID de l'objècte :"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relacions"
@@@ -5822,8 -5897,7 +5897,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5993,9 -6067,6 +6067,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6280,8 -6351,8 +6351,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6346,34 -6417,46 +6417,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr "<diferent>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Membre de"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6388,13 -6471,13 +6471,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6548,7 -6631,7 +6631,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6866,6 -6949,25 +6949,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Marcapaginas"
@@@ -6997,21 -7099,8 +7099,8 @@@ msgstr "
msgid "Download object"
msgstr "Telecargar l'objècte"
- msgid "Object type:"
- msgstr "Tipe dâobjècte :"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mixte"
-
- msgid "Choose the OSM object type"
- msgstr "Seleccionar lo tipe d'objècte OSM"
-
- msgid "Object ID:"
- msgstr "ID de l'objècte :"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
+ msgid "Start downloading"
+ msgstr "Aviar lo telecargament"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7021,23 -7110,9 +7110,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Aviar lo telecargament"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7134,7 -7209,7 +7209,7 @@@ msgstr "Anar a la pagina seguenta
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7233,6 -7308,9 +7308,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7320,7 -7398,7 +7398,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7339,6 -7417,12 +7417,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7405,8 -7489,7 +7489,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7481,8 -7564,8 +7564,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7496,8 -7579,7 +7579,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7712,12 -7794,6 +7794,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7726,10 -7802,26 +7802,26 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
msgstr ""
msgid "Do not show this message again"
@@@ -7741,6 -7833,21 +7833,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7748,8 -7855,8 +7855,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7861,9 -7968,6 +7968,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7873,6 -7977,9 +7977,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7889,7 -7996,7 +7996,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8035,7 -8142,7 +8142,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8065,7 -8172,7 +8172,7 @@@ msgstr "version {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8418,9 -8525,6 +8525,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8439,6 -8543,9 +8543,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8496,6 -8603,12 +8603,12 @@@ msgstr "Seguent
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8566,9 -8679,6 +8679,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8749,14 -8859,10 +8859,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8771,7 -8877,7 +8877,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8781,8 -8887,7 +8887,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9002,7 -9107,7 +9107,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9717,21 -9822,21 +9822,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9785,6 -9890,9 +9923,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9838,6 -9946,11 +9979,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10294,6 -10407,12 +10440,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10357,7 -10476,7 +10509,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10615,40 -10734,40 +10767,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "North"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "South"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "Hemisphere"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10701,8 -10820,8 +10853,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10711,20 -10830,25 +10863,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10806,14 -10930,8 +10963,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10886,7 -11004,7 +11037,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10965,9 -11083,6 +11116,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10986,6 -11101,14 +11134,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11015,9 -11138,49 +11171,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11048,7 -11211,7 +11244,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11088,28 -11251,26 +11284,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11204,6 -11365,9 +11398,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11219,12 -11383,20 +11416,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11303,7 -11475,7 +11508,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11402,35 -11574,11 +11607,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11440,8 -11588,8 +11621,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11468,10 -11616,7 +11649,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11555,8 -11700,8 +11733,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11753,7 -11898,7 +11931,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11799,6 -11944,15 +11977,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11829,19 -11983,19 +12016,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11863,11 -12017,23 +12050,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11937,13 -12103,13 +12136,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12086,10 -12252,10 +12285,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12104,22 -12270,21 +12303,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12188,8 -12353,7 +12386,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12204,9 -12368,24 +12401,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12528,12 -12707,11 +12740,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12544,18 -12722,61 +12755,61 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
msgstr ""
msgid "Suspicious characters in key:"
@@@ -12578,9 -12799,23 +12832,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12903,6 -13138,11 +13171,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13142,6 -13382,9 +13415,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13191,9 -13434,6 +13467,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13230,6 -13470,11 +13503,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13360,6 -13605,9 +13638,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13450,6 -13698,50 +13731,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13468,10 -13760,10 +13793,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13483,6 -13775,9 +13808,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13510,18 -13805,12 +13838,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13531,9 -13820,6 +13853,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13543,13 -13829,13 +13862,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13597,6 -13883,9 +13916,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13681,6 -13970,9 +14003,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13785,21 -14077,30 +14110,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13815,10 -14116,10 +14149,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13854,7 -14155,7 +14188,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13923,12 -14224,18 +14257,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13944,15 -14251,6 +14284,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13974,6 -14272,15 +14305,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13983,6 -14290,9 +14323,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13992,10 -14302,7 +14335,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14028,9 -14335,6 +14368,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14073,6 -14377,12 +14410,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14088,6 -14398,9 +14431,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14157,19 -14470,13 +14503,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14200,6 -14507,7 +14540,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14209,10 -14517,10 +14550,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14266,12 -14574,6 +14607,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14332,12 -14634,21 +14667,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14377,9 -14688,6 +14721,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14413,6 -14721,21 +14754,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14494,18 -14817,23 +14850,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14581,7 -14909,7 +14942,7 @@@ msgstr "torisme
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14605,10 -14933,13 +14966,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14620,9 -14951,6 +14984,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14644,13 -14972,13 +15005,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14674,6 -15002,9 +15035,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14686,18 -15017,32 +15050,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14797,11 -15142,9 +15175,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14813,11 -15156,9 +15189,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14836,10 -15177,10 +15210,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14869,9 -15210,6 +15243,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14893,10 -15231,29 +15264,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15046,6 -15403,9 +15436,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15067,6 -15427,12 +15460,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15094,6 -15460,12 +15493,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15118,22 -15490,6 +15523,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15155,9 -15511,6 +15544,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15352,6 -15705,9 +15738,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15382,6 -15738,9 +15771,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15394,9 -15753,6 +15786,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15406,9 -15762,14 +15795,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15421,6 -15782,9 +15815,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15445,14 -15809,6 +15842,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15501,7 -15857,7 +15890,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15555,41 -15911,41 +15944,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
- msgstr ""
+ msgid "terminal"
+ msgstr "aerogara"
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
- msgstr "aerogara"
+ msgid "Edit Hotel"
+ msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15781,9 -16137,6 +16170,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15805,9 -16158,15 +16191,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15820,6 -16179,9 +16212,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15859,6 -16221,9 +16254,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15880,22 -16245,34 +16278,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16025,49 -16402,43 +16435,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
- msgstr ""
+ msgid "Church"
+ msgstr "Glèisa"
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16085,6 -16456,12 +16489,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16097,6 -16474,9 +16507,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16115,37 -16495,137 +16528,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16235,6 -16715,12 +16748,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16316,12 -16802,66 +16835,66 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr ""
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr ""
@@@ -16331,6 -16871,30 +16904,30 @@@ msgstr "
msgid "Telephone cards"
msgstr ""
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16340,31 -16904,37 +16937,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16392,7 -16962,7 +16995,7 @@@ msgstr "
msgid "Recycling"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16419,21 -16989,15 +17022,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16468,16 -17032,22 +17065,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16511,6 -17081,9 +17114,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16548,117 -17121,153 +17154,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16692,33 -17301,43 +17334,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16752,6 -17371,22 +17404,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16852,36 -17487,54 +17520,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16924,19 -17577,15 +17610,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17075,6 -17724,18 +17757,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17087,487 -17748,795 +17781,795 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
msgid "Edit Tower"
msgstr ""
- msgid "Tower type"
+ msgid "Tower type"
+ msgstr ""
+
+ msgid "communication"
+ msgstr ""
+
+ msgid "observation"
+ msgstr ""
+
+ msgid "Flagpole"
+ msgstr ""
+
+ msgid "Works"
+ msgstr ""
+
+ msgid "Edit Works"
+ msgstr ""
+
+ msgid "Chimney"
+ msgstr ""
+
+ msgid "Edit Chimney"
+ msgstr ""
+
+ msgid "Windmill"
+ msgstr ""
+
+ msgid "Edit Windmill"
+ msgstr ""
+
+ msgid "Gasometer"
+ msgstr ""
+
+ msgid "Edit Gasometer"
+ msgstr ""
+
+ msgid "Pipeline"
+ msgstr ""
+
+ msgid "Edit Pipeline"
+ msgstr ""
+
+ msgid "water"
+ msgstr ""
+
+ msgid "gas"
+ msgstr ""
+
+ msgid "heat"
+ msgstr ""
+
+ msgid "oil"
+ msgstr ""
+
+ msgid "sewage"
+ msgstr ""
+
+ msgid "Location"
+ msgstr ""
+
+ msgctxt "pipeline"
+ msgid "underwater"
+ msgstr ""
+
+ msgctxt "pipeline"
+ msgid "overground"
+ msgstr ""
+
+ msgid "Crane"
+ msgstr ""
+
+ msgid "Edit Crane"
+ msgstr ""
+
+ msgid "Mineshaft"
+ msgstr ""
+
+ msgid "Edit Mineshaft"
+ msgstr ""
+
+ msgid "Function"
+ msgstr ""
+
+ msgid "winding"
+ msgstr ""
+
+ msgid "air"
+ msgstr ""
+
+ msgid "Depth in meters"
+ msgstr ""
+
+ msgid "Resource"
+ msgstr ""
+
+ msgid "aggregate"
+ msgstr ""
+
+ msgid "bauxite"
+ msgstr ""
+
+ msgid "coal"
+ msgstr ""
+
+ msgid "copper"
+ msgstr ""
+
+ msgid "dimension_stone"
+ msgstr ""
+
+ msgid "gold"
+ msgstr ""
+
+ msgid "ilmenite"
+ msgstr ""
+
+ msgid "iron_ore"
+ msgstr ""
+
+ msgid "lead"
+ msgstr ""
+
+ msgid "limestone"
+ msgstr ""
+
+ msgid "nickel"
+ msgstr ""
+
+ msgid "rutile"
+ msgstr ""
+
+ msgid "salt"
+ msgstr ""
+
+ msgid "silver"
+ msgstr ""
+
+ msgid "tin"
+ msgstr ""
+
+ msgid "zinc"
+ msgstr ""
+
+ msgid "zircon"
+ msgstr ""
+
+ msgid "Visible Headframe"
+ msgstr ""
+
+ msgid "Disused"
+ msgstr ""
+
+ msgid "Adit"
+ msgstr ""
+
+ msgid "Edit Adit"
+ msgstr ""
+
+ msgid "Length in meters"
+ msgstr ""
+
+ msgid "Water Tower"
+ msgstr ""
+
+ msgid "Edit Water Tower"
+ msgstr ""
+
+ msgid "Water Works"
+ msgstr ""
+
+ msgid "Edit Water Works"
+ msgstr ""
+
+ msgid "Wastewater Plant"
+ msgstr ""
+
+ msgid "Edit Wastewater Plant"
+ msgstr ""
+
+ msgid "Watermill"
+ msgstr ""
+
+ msgid "Edit Watermill"
+ msgstr ""
+
+ msgid "Fountain"
+ msgstr ""
+
+ msgid "Edit Fountain"
+ msgstr ""
+
+ msgid "Water Well"
+ msgstr ""
+
+ msgid "Edit Water Well"
+ msgstr ""
+
+ msgid "Lighthouse"
+ msgstr ""
+
+ msgid "Edit Lighthouse"
+ msgstr ""
+
+ msgid "Edit Beacon"
+ msgstr ""
+
+ msgid "Street Lamp"
+ msgstr ""
+
+ msgid "Edit Street Lamp"
+ msgstr ""
+
+ msgid "Operation times"
+ msgstr ""
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr ""
+
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "communication"
+ msgid "Monitoring:"
msgstr ""
- msgid "observation"
+ msgid "Weather"
msgstr ""
- msgid "Flagpole"
+ msgid "Water level"
msgstr ""
- msgid "Works"
+ msgid "Tide Level"
msgstr ""
- msgid "Edit Works"
+ msgid "Traffic"
msgstr ""
- msgid "Chimney"
+ msgid "Air Quality"
msgstr ""
- msgid "Edit Chimney"
+ msgid "Noise"
msgstr ""
- msgid "Windmill"
+ msgid "GPS Signals"
msgstr ""
- msgid "Edit Windmill"
+ msgid "GLONASS Signals"
msgstr ""
- msgid "Gasometer"
+ msgid "Galileo Signals"
msgstr ""
- msgid "Edit Gasometer"
+ msgid "Radiation"
msgstr ""
- msgid "Pipeline"
+ msgid "Seismic Activity"
msgstr ""
- msgid "Edit Pipeline"
+ msgid "Recording:"
msgstr ""
- msgid "water"
+ msgid "Automated"
msgstr ""
- msgid "gas"
+ msgid "Manually"
msgstr ""
- msgid "heat"
+ msgid "Remote"
msgstr ""
- msgid "oil"
+ msgid "Display:"
msgstr ""
- msgid "sewage"
+ msgid "Analog"
msgstr ""
- msgid "Location"
+ msgid "Digital"
msgstr ""
- msgctxt "pipeline"
- msgid "underwater"
+ msgid "Survey Point"
msgstr ""
- msgctxt "pipeline"
- msgid "overground"
+ msgid "Edit Survey Point"
msgstr ""
- msgid "Crane"
+ msgid "Surveillance Camera"
msgstr ""
- msgid "Edit Crane"
+ msgid "Edit Surveillance Camera"
msgstr ""
- msgid "Mineshaft"
+ msgid "indoor"
msgstr ""
- msgid "Edit Mineshaft"
+ msgid "outdoor"
msgstr ""
- msgid "Function"
+ msgid "Zone"
msgstr ""
- msgid "winding"
+ msgid "parking"
msgstr ""
- msgid "air"
+ msgid "traffic"
msgstr ""
- msgid "Depth in meters"
+ msgid "shop"
+ msgstr "botiga"
+
+ msgid "bank"
msgstr ""
- msgid "Resource"
+ msgid "Camera"
msgstr ""
- msgid "aggregate"
+ msgid "fixed"
msgstr ""
- msgid "bauxite"
+ msgid "panning"
msgstr ""
- msgid "coal"
+ msgid "dome"
msgstr ""
- msgid "copper"
+ msgid "Mounted on"
msgstr ""
- msgid "dimension_stone"
+ msgid "ceiling"
msgstr ""
- msgid "gold"
+ msgid "Direction in degrees"
msgstr ""
- msgid "ilmenite"
+ msgid "Inclination in degrees"
msgstr ""
- msgid "iron_ore"
+ msgid "Height in meter (m)"
msgstr ""
- msgid "lead"
+ msgid "Power"
msgstr ""
- msgid "limestone"
+ msgid "Power Plant"
msgstr ""
- msgid "nickel"
+ msgid "Edit Power Plant"
msgstr ""
- msgid "rutile"
+ msgid "Start date"
msgstr ""
- msgid "salt"
+ msgid "Output forms of energy"
msgstr ""
- msgid "silver"
+ msgid "(please add this information to the generators if possible)"
msgstr ""
- msgid "tin"
+ msgid "electricity"
msgstr ""
- msgid "zinc"
+ msgid "2 W"
msgstr ""
- msgid "zircon"
+ msgid "3 kW"
msgstr ""
- msgid "Visible Headframe"
+ msgid "5 MW"
msgstr ""
- msgid "Disused"
+ msgid "7 GW"
msgstr ""
- msgid "Adit"
+ msgid "hot water"
msgstr ""
- msgid "Edit Adit"
+ msgid "hot air"
msgstr ""
- msgid "Length in meters"
+ msgid "cold water"
msgstr ""
- msgid "Water Tower"
+ msgid "cold air"
msgstr ""
- msgid "Edit Water Tower"
+ msgid "compressed air"
msgstr ""
- msgid "Water Works"
+ msgid "steam"
msgstr ""
- msgid "Edit Water Works"
+ msgid "vacuum"
msgstr ""
- msgid "Wastewater Plant"
+ msgid "Power Generator"
msgstr ""
- msgid "Edit Wastewater Plant"
+ msgid "Edit Power Generator"
msgstr ""
- msgid "Watermill"
+ msgid "biofuel"
msgstr ""
- msgid "Edit Watermill"
+ msgid "biogas"
msgstr ""
- msgid "Fountain"
+ msgid "biomass"
msgstr ""
- msgid "Edit Fountain"
+ msgid "diesel"
msgstr ""
- msgid "Water Well"
+ msgid "gasoline"
msgstr ""
- msgid "Edit Water Well"
+ msgid "geothermal"
msgstr ""
- msgid "Lighthouse"
+ msgid "hydro"
msgstr ""
- msgid "Edit Lighthouse"
+ msgid "nuclear"
msgstr ""
- msgid "Edit Beacon"
+ msgid "osmotic"
msgstr ""
- msgid "Street Lamp"
+ msgid "solar"
msgstr ""
- msgid "Edit Street Lamp"
+ msgid "tidal"
msgstr ""
- msgid "Operation times"
+ msgid "waste"
msgstr ""
- msgid "Mo-Fr 22:00-05:00"
+ msgid "wave"
msgstr ""
- msgid "Measurement Station"
+ msgid "wind"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Method"
msgstr ""
- msgid "Measurement"
+ msgctxt "generator method"
+ msgid "anaerobic_digestion"
msgstr ""
- msgid "particulate_matter"
+ msgctxt "generator method"
+ msgid "barrage"
msgstr ""
- msgid "seismic"
+ msgctxt "generator method"
+ msgid "combustion"
msgstr ""
- msgid "water_level"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
- msgid "weather"
+ msgctxt "generator method"
+ msgid "fission"
msgstr ""
- msgid "Recording"
+ msgctxt "generator method"
+ msgid "fusion"
msgstr ""
- msgid "manually"
+ msgctxt "generator method"
+ msgid "gasification"
msgstr ""
- msgid "automated"
+ msgid "biomass / waste"
msgstr ""
- msgid "remote"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgctxt "generator method"
+ msgid "pyrolysis"
msgstr ""
- msgid "Survey Point"
+ msgctxt "generator method"
+ msgid "run-of-the-river"
msgstr ""
- msgid "Edit Survey Point"
+ msgctxt "generator method"
+ msgid "stream"
msgstr ""
- msgid "Surveillance"
+ msgctxt "generator method"
+ msgid "thermal"
msgstr ""
- msgid "Edit Surveillance Camera"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "indoor"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "outdoor"
+ msgid "Generator Type"
msgstr ""
- msgid "public"
+ msgid "combined_cycle"
msgstr ""
- msgid "Power"
+ msgid "gas combustion"
msgstr ""
- msgid "Power Generator"
+ msgid "francis_turbine"
msgstr ""
- msgid "Edit Power Generator"
+ msgid "gas_turbine"
msgstr ""
- msgid "biofuel"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "biogas"
+ msgid "heat_pump"
msgstr ""
- msgid "biomass"
+ msgid "horizontal_axis"
msgstr ""
- msgid "diesel"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "gasoline"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "geothermal"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
msgstr ""
- msgid "hydro"
+ msgid "pelton_turbine"
msgstr ""
- msgid "nuclear"
+ msgid "hygro run-of-the-river / hydro water-storage"
msgstr ""
- msgid "osmotic"
+ msgid "reciprocating_engine"
msgstr ""
- msgid "solar"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
msgstr ""
- msgid "tidal"
+ msgid "solar_photovoltaic_panel"
msgstr ""
- msgid "waste"
+ msgid "solar photovoltaic"
msgstr ""
- msgid "wave"
+ msgid "solar_thermal_collector"
msgstr ""
- msgid "wind"
+ msgid "solar thermal"
msgstr ""
- msgid "Method"
+ msgid "steam_generator"
msgstr ""
- msgid "anaerobic_digestion"
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
msgstr ""
- msgid "combustion"
+ msgid "steam_turbine"
msgstr ""
- msgid "dam"
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
msgstr ""
- msgid "fission"
+ msgid "stellarator"
msgstr ""
- msgid "fusion"
+ msgid "nuclear fusion"
msgstr ""
- msgid "gasification"
+ msgid "tokamak"
msgstr ""
- msgid "photovoltaic"
+ msgid "vertical_axis"
msgstr ""
- msgid "pumped-storage"
+ msgid "Boiling Water Reactor 1 (BWR-1)"
msgstr ""
- msgid "pumping"
+ msgid "nuclear fission"
msgstr ""
- msgid "pyrolysis"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
msgstr ""
- msgid "run-of-the-river"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
msgstr ""
- msgid "thermal"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "Output forms of energy"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "electricity"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "2 W"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "3 kW"
+ msgid "China Pressurized Reactor (CPR-1000)"
msgstr ""
- msgid "5 MW"
+ msgid "European Pressurized Reactor (EPR)"
msgstr ""
- msgid "7 GW"
+ msgid "Inertial Confinement Fusion (ICF)"
msgstr ""
- msgid "hot water"
+ msgid "Pressurized water reactor (PWR)"
msgstr ""
- msgid "hot air"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
msgstr ""
- msgid "cold water"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
msgstr ""
- msgid "cold air"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
msgstr ""
- msgid "compressed air"
+ msgid "Output forms of energy:"
msgstr ""
- msgid "steam"
+ msgid "Power Sub Station"
msgstr ""
- msgid "vacuum"
+ msgid "Edit Power Sub Station"
msgstr ""
- msgid "battery charging"
+ msgid "Line reference"
msgstr ""
- msgid "Power Station"
+ msgid "high"
msgstr ""
- msgid "Edit Power Station"
+ msgid "medium"
msgstr ""
- msgid "Power Sub Station"
+ msgid "low"
msgstr ""
- msgid "Edit Power Sub Station"
+ msgid "750000;200000"
msgstr ""
- msgid "Line reference"
+ msgid "110000;20000"
msgstr ""
msgid "Cable Distribution Cabinet"
@@@ -17585,6 -18554,9 +18587,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17603,11 -18575,9 +18608,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17716,10 -18686,10 +18719,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17731,7 -18701,7 +18734,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17752,6 -18722,9 +18755,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17764,9 -18737,6 +18770,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17836,7 -18806,7 +18839,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17857,13 -18827,13 +18860,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17872,7 -18842,6 +18875,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17900,6 -18869,12 +18902,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17936,10 -18911,31 +18944,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17969,7 -18965,7 +18998,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17981,19 -18977,19 +19010,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18029,7 -19025,7 +19058,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18242,6 -19238,12 +19271,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18281,24 -19283,33 +19316,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18308,15 -19319,6 +19352,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18392,6 -19394,12 +19427,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18446,7 -19454,7 +19487,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18458,6 -19466,9 +19499,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18530,7 -19541,34 +19574,34 @@@ msgstr "
msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Annotation"
+ msgid "Annotation"
+ msgstr ""
+
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18569,6 -19607,18 +19640,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18737,21 -19787,50 +19820,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18797,19 -19876,22 +19909,22 @@@ msgstr "punt dâarrèst seguent
msgid "backward halt point"
msgstr "punt dâarrèst precedent"
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18833,7 -19915,7 +19948,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18929,18 -20011,27 +20044,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "pont"
msgid "deprecated"
msgstr "depreciat"
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr "camin equèstre"
@@@ -18950,8 -20041,11 +20074,11 @@@ msgstr "barrièra
msgid "motorroad"
msgstr "rota amb accès reglamentat"
- msgid "highway_track"
- msgstr "pista"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr ""
@@@ -18959,11 -20053,11 +20086,11 @@@
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "punt dâaccès dâurgéncia"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr ""
@@@ -18980,6 -20074,9 +20107,9 @@@ msgstr "rapids
msgid "railwaypoint"
msgstr "gara / arrèst ferroviari"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18995,29 -20092,29 +20125,29 @@@ msgstr "linha ferrovià ria toristica
msgid "aeroway"
msgstr "aeropòrt"
- msgid "aeroway_dark"
- msgstr "Elipòrt"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "airal de parcatge per avions"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "pista d'esquà blava"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "pista d'esquà roja"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "pista d'esquà negra"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "pista d'esquà iranja"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "pista d'esquà fòra pista"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "pista d'esquà verda"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "alimentacion electrica"
@@@ -19037,20 -20134,20 +20167,20 @@@ msgstr "pòrt
msgid "amenity"
msgstr "equipament"
- msgid "amenity_traffic"
- msgstr "equipament de circulacion"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "balisa luminosa"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "font / aiga potabla"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "santat"
- msgid "shop"
- msgstr "botiga"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "ostalariá"
@@@ -19124,11 -20221,14 +20254,14 @@@ msgstr "itinerari
msgid "boundary"
msgstr "frontièra"
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr "luòc"
- msgid "tiger_data"
- msgstr "donadas TIGER"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr ""
@@@ -19142,9 -20242,6 +20275,6 @@@ msgstr "Vilatge / Vila
msgid "One Way"
msgstr "Sens unic"
- msgid "Church"
- msgstr "Glèisa"
-
msgid "Fuel Station"
msgstr ""
@@@ -19172,6 -20269,9 +20302,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19217,10 -20317,40 +20350,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19232,7 -20362,7 +20395,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19250,7 -20380,7 +20413,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19367,19 -20497,130 +20530,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19398,7 -20639,46 +20672,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19410,24 -20690,30 +20723,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19443,7 -20729,7 +20765,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19452,6 -20738,9 +20774,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19598,6 -20887,29 +20923,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19763,6 -21075,9 +21111,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19808,6 -21123,39 +21159,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19994,19 -21342,31 +21378,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20030,13 -21390,7 +21426,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20299,10 -21653,13 +21689,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20506,7 -21863,7 +21899,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20777,15 -22134,6 +22170,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20956,6 -22304,9 +22340,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20974,12 -22325,6 +22361,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21115,6 -22460,9 +22496,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21132,6 -22480,9 +22516,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21358,7 -22709,10 +22745,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21408,7 -22762,7 +22798,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21582,17 -22936,17 +22972,82 @@@ msgid "Private chat
msgstr ""
msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21632,27 -22986,9 +23087,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22730,9 -24066,26 +24167,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23379,9 -24732,6 +24833,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23434,18 -24784,6 +24885,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23792,6 -25130,27 +25231,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23943,6 -25302,9 +25403,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24260,9 -25622,6 +25723,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24478,6 -25837,9 +25938,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24510,15 -25872,31 +25973,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24633,9 -26011,6 +26112,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24814,19 -26189,19 +26290,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25042,6 -26417,95 +26518,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25078,6 -26542,9 +26643,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25230,9 -26697,6 +26798,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26218,9 -27682,6 +27783,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26499,9 -27960,6 +28061,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/pa.po
index f75c2ea,76abfbc..bf537d2
--- a/i18n/po/pa.po
+++ b/i18n/po/pa.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-05-06 15:52+0000\n"
"Last-Translator: A S Alam <aalam at users.sf.net>\n"
"Language-Team: Punjabi <pa at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:54+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:54+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: pa\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/pl.po
index 0d17a7f,e1b32fb..e34c0dd
--- a/i18n/po/pl.po
+++ b/i18n/po/pl.po
@@@ -2,17 -2,17 +2,17 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-24 09:05+0000\n"
- "Last-Translator: RafaÅ Rudzik <rrudzik at gmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-16 20:08+0000\n"
+ "Last-Translator: PaweÅ Pyrczak <Unknown>\n"
"Language-Team: Polish <josm-lang-pl at googlegroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-25 04:32+0000\n"
- "X-Generator: Launchpad (build 16738)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:55+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"X-Poedit-Country: POLAND\n"
"Language: pl\n"
"X-Poedit-Language: Polish\n"
@@@ -83,6 -83,9 +83,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"PoÅÄ
czenie do otworzenia nie jest obsÅugiwane na tej platformie (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr "BÅÄD: {0}"
+
msgid "WARNING: {0}"
msgstr "OSTRZEŻENIE: {0}"
@@@ -92,6 -95,9 +95,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Zakotwiczanie platformy startowej"
@@@ -195,19 -201,14 +201,14 @@@ msgid "About JOSM...
msgstr "O JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UWAGA: nieznany format adresu URL API. Przekierowanie do strony z informacjÄ
"
- "lub historiÄ
OSM prawdopodobnie zakoÅczy siÄ niepowodzeniem. Adres URL API "
- "to: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "UWAGA: nieznany format adresu URL API. Przekierowanie do strony użytkownika "
- "OSM prawdopodobnie zakoÅczy siÄ niepowodzeniem. Adres URL API to: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -229,7 -230,7 +230,7 @@@ msgid "Click to abort launching externa
msgstr "Kliknij aby anulowaÄ uruchomienie zewnetrznych przeglÄ
darek"
msgid "Please select at least one already uploaded node, way, or relation."
- msgstr "ProszÄ wybraÄ conajmniej jeden wÄzeÅ, drogÄ lub relacjÄ"
+ msgstr "ProszÄ wybraÄ co najmniej jeden wÄzeÅ, drogÄ lub relacjÄ"
msgid "Please select the target layer."
msgstr "Wybierz warstwÄ docelowÄ
"
@@@ -295,9 -296,6 +296,6 @@@ msgstr "NarzÄdzie: {0}
msgid "Please select at least four nodes."
msgstr "Wybierz co najmniej cztery wÄzÅy."
- msgid "Information"
- msgstr "Informacje"
-
msgid "Align Nodes in Line"
msgstr "Wyrównaj wÄzÅy wzdÅuż prostej"
@@@ -334,6 -332,9 +332,9 @@@ msgstr "nastÄpny
msgid "Nothing selected to zoom to."
msgstr "Brak zaznaczenia, które można pokazaÄ"
+ msgid "Information"
+ msgstr "Informacje"
+
msgid "Zoom to {0}"
msgstr "Pokaż {0}"
@@@ -390,11 -391,10 +391,10 @@@ msgstr "
"zmieniÄ kierunek niektórych dróg?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "PoÅÄ
czenie dróg jest niemożliwe (Drogi nie mogÄ
byÅ zÅÄ
czone w jeden ciÄ
g "
- "wÄzÅów)"
+ "Nie można poÅÄ
czyÄ dróg<br>(Nie mogÄ
zostaÄ poÅÄ
czone w jeden ciÄ
g wÄzÅów)"
msgid "Combine {0} ways"
msgstr "PoÅÄ
cz {0} dróg"
@@@ -466,7 -466,7 +466,7 @@@ msgstr "
"jednej linii."
msgid "Ignoring {0} nodes with null coordinates"
- msgstr ""
+ msgstr "Zignorowane punkty {0} bez wspóÅrzÄdnych"
msgid "Download from OSM..."
msgstr "Pobierz z OSM..."
@@@ -584,6 -584,9 +584,9 @@@ msgstr "Historia
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "WyÅwietl historyczne informacjie o drogach, wÄzÅach i relacjach OSM."
+ msgid "Show history"
+ msgstr "Pokaż historiÄ"
+
msgid "History (web)"
msgstr "Historia (strona www)"
@@@ -703,11 -706,11 +706,11 @@@ msgid "Joined overlapping areas
msgstr "PoÅÄ
czono nakÅadajÄ
ce siÄ na siebie obszary"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Niektóre z dróg sÄ
czÄÅciami relacji które zostaÅy zmodyfikowane. ProszÄ "
- "sprawdziÄ czy wprowadzone zmiany nie spowodowaÅy bÅÄdów."
+ "Niektóre drogi sÄ
czÄÅciÄ
relacji, która zostaÅa zmieniona.<br>Sprawdź, czy "
+ "nie ma bÅÄdów."
msgid "Fix tag conflicts"
msgstr "Popraw konflikty tagów"
@@@ -867,11 -870,11 +870,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Scala wybrane wÄzÅy z najstarszym."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Do poÅÄ
czenia wybierz albo co najmniej dwa wÄzÅy, albo wÄzeÅ poÅożony blisko "
- "innego wÄzÅa."
+ "Wybierz przynajmniej dwa punkty do poÅÄ
czenia lub jeden punkty który leży "
+ "blisko innego."
msgid "Abort Merging"
msgstr "Anuluj scalanie"
@@@ -1074,16 -1077,9 +1077,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizuj / cofnij"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "CofniÄcie ortogonaliizacji ksztaÅtu\n"
- "Wybierz wÄzÅy, które zostaÅy przesuniÄte w wyniku uprzedniej ortogonalizacji "
- "ksztaÅtu."
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Cofanie ortogonalizacji ksztaÅtu"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1103,9 -1099,6 +1099,6 @@@ msgstr "Korekta prostopadÅoÅci
msgid "Usage"
msgstr "Użycie"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Wybrane elementy nie moga byÄ poddane ortogonalizacji"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1142,7 -1135,7 +1135,7 @@@ msgid "Paste Tags
msgstr "Wklej znaczniki"
msgid "Apply tags of contents of paste buffer to all selected items."
- msgstr ""
+ msgstr "Przypisz tagi ze schowka do zaznaczonych elementów"
msgid "Pasting {0} tag"
msgid_plural "Pasting {0} tags"
@@@ -1285,9 -1278,6 +1278,6 @@@ msgstr "Wczytaj SesjÄ
msgid "Load a session from file."
msgstr "Wczytaj sesjÄ z pliku."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Plik sesji (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Otwórz sesjÄ"
@@@ -1438,18 -1428,14 +1428,14 @@@ msgstr "
"wÄzÅy w Årodku drogi.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Rola z czÅonka relacji zostaÅa skopiowana na nowe linie. <br>Sprawdź "
- "poprawnoÅÄ i popraw jeÅli to konieczne.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>PrzynależnoÅÄ do relacji zostaÅa skopiowana do wszystkich nowych "
- "dróg.<br>Sprawdź i popraw jeÅli potrzeba.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Rozdziel drogÄ {0} na {1} czÄÅci"
@@@ -1554,6 -1540,28 +1540,28 @@@ msgstr "
"problem, bo obiekty te nie sÄ
teraz widoczne w ich prawidÅowej "
"formie.<br>Czy napewno chcesz rozdzieliÄ?"
+ msgid "Disconnect Node from Way"
+ msgstr "OdÅÄ
cz punkt od drogi"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "OdÅÄ
cz punkty od drogi do której należÄ
"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Wybierz przynajmniej jeden wÄzeÅ do rozÅÄ
czenia"
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Wybrany wÄzeÅ nie może byÄ odÅÄ
czony od czegokolwiek."
+ msgstr[1] "Wybrane wÄzÅy nie mogÄ
byÄ odÅÄ
czone od czegokolwiek."
+ msgstr[2] "Wybrane wÄzÅy nie mogÄ
byÄ odÅÄ
czone od czegokolwiek."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Cofnij"
@@@ -1620,7 -1628,7 +1628,7 @@@ msgstr "
"''{0}''.<br>Najpierw musisz go rozstrzygnÄ
Ä.</html>"
msgid "Upload discouraged"
- msgstr ""
+ msgstr "WysyÅanie odradzane"
msgid ""
"You are about to upload data from the layer ''{0}''.<br /><br />Sending data "
@@@ -1628,6 -1636,10 +1636,10 @@@
"require you subsequently have to revert your changes, or force other "
"contributors to.<br /><br />Are you sure you want to continue?"
msgstr ""
+ "Zamierzasz przesÅaÄ dane z warstwy ''{0}''.<br /><br />PrzesyÅanie danych z "
+ "tej warstwy jest <b>odradzane</b>. JeÅli kontynuujesz <br />byÄ może bÄdzie "
+ "to wymagaÅo wycofania twoich zmian.<br /><br />JesteÅ pewien, że chcesz "
+ "kontynuowaÄ?"
msgid "Ignore this hint and upload anyway"
msgstr "Ignoruje tÄ wskazówkÄ i rozpoczyna wysyÅanie"
@@@ -1651,7 -1663,7 +1663,7 @@@ msgid "Reading parents of ''{0}''
msgstr "DoczytujÄ rodziców \"{0}\""
msgid "Checking for deleted parents in the local dataset"
- msgstr "PoszukujÄ usuniÄtych rodziców w lokalnych danych."
+ msgstr "Sprawdzanie usuniÄtych rodziców w lokalnych danych."
msgid "Validation"
msgstr "Sprawdź"
@@@ -1676,7 -1688,7 +1688,7 @@@ msgstr "
"WÅÄ
cz/wyÅÄ
cz automatyczne przesuwanie mapy do ostatnio poÅożonego wÄzÅa."
msgid "Toggle Viewport Following"
- msgstr ""
+ msgstr "PrzeÅÄ
cz Åledzenie widoku"
msgid "Wireframe View"
msgstr "Widok szkieletowy"
@@@ -1781,7 -1793,7 +1793,7 @@@ msgid "Slower Forward
msgstr "Zmniejsza prÄdkoÅÄ odtwarzania."
msgid "Download GPS"
- msgstr ""
+ msgstr "Pobiera GPS"
msgid "Downloading GPS data"
msgstr "Pobieranie danych GPS"
@@@ -1793,16 -1805,16 +1805,16 @@@ msgid "Markers from {0}
msgstr "Znaczniki z {0}"
msgid "Download Compressed OSM Change"
- msgstr ""
+ msgstr "Pobiera skompresowane zmiany OSM"
msgid "Download OSM Change"
- msgstr ""
+ msgstr "Pobiera zmiany OSM"
msgid "Download Compressed OSM"
- msgstr ""
+ msgstr "Pobiera skompresowany OSM"
msgid "Download OSM"
- msgstr ""
+ msgstr "Pobiera OSM"
msgid "Downloading data"
msgstr "Pobieranie danych"
@@@ -1825,29 -1837,32 +1837,53 @@@ msgid "Request details: {0}
msgstr "SzczegóÅy żÄ
dania: {0}"
msgid "Download OSM URL"
- msgstr ""
+ msgstr "Pobiera OSM URL"
+
+ msgid "There was {0} conflict during import."
+ msgid_plural "There were {0} conflicts during import."
+ msgstr[0] "WystÄ
piÅ {0} konflikt w trakcie wysyÅania."
+ msgstr[1] "WystÄ
piÅy {0} konflikty w trakcie wysyÅania."
+ msgstr[2] "WystÄ
piÅo {0} konfliktów w trakcie wysyÅania."
+
+ msgid "Conflict during download"
+ msgid_plural "Conflicts during download"
+ msgstr[0] "Konflikt podczas pobierania"
+ msgstr[1] "Konflikty podczas pobierania"
+ msgstr[2] "Konflikty podczas pobierania"
+
+ msgid "({0}/{1}) Loading parents of node {2}"
+ msgstr "({0}/{1}) ÅadujÄ rodzica wÄzÅa {2}"
+
+ msgid "({0}/{1}) Loading parents of way {2}"
+ msgstr "({0}/{1}) ÅadujÄ rodzica drogi {2}"
+
+ msgid "({0}/{1}) Loading parents of relation {2}"
+ msgstr "({0}/{1}) ÅadujÄ rodzica relacji {2}"
+
+ msgid "Download session"
+ msgstr "Pobierz sesjÄ"
+msgid "There was {0} conflict during import."
+msgid_plural "There were {0} conflicts during import."
+msgstr[0] "WystÄ
piÅ {0} konflikt w trakcie importu."
+msgstr[1] "WystÄ
piÅy {0} konflikty w trakcie importu."
+msgstr[2] "WystÄ
piÅo {0} konfliktów w trakcie importu."
+
+msgid "Conflict during download"
+msgid_plural "Conflicts during download"
+msgstr[0] "Konflikt podczas pobierania"
+msgstr[1] "Konflikty podczas pobierania"
+msgstr[2] "Konflikty podczas pobierania"
+
+msgid "({0}/{1}) Loading parents of node {2}"
+msgstr "({0}/{1}) ÅadujÄ rodzica wÄzÅa {2}"
+
+msgid "({0}/{1}) Loading parents of way {2}"
+msgstr "({0}/{1}) ÅadujÄ rodzica drogi {2}"
+
+msgid "({0}/{1}) Loading parents of relation {2}"
+msgstr "({0}/{1}) ÅadujÄ rodzica relacji {2}"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Pobieranie {0} z {1} (pozostaÅo: {2})"
@@@ -1861,7 -1876,7 +1897,7 @@@ msgid "
"Click to check whether objects in your local dataset are deleted on the "
"server"
msgstr ""
- "Kliknij aby sprawdziÄ czy obiekty w lokalnym zestawie danych zostaÅy "
+ "Kliknij, by sprawdziÄ czy obiekty w lokalnym zestawie danych zostaÅy "
"usuniÄte z serwera"
msgid "Ignore"
@@@ -1879,13 -1894,14 +1915,17 @@@ msgid_plural "
"server.<br>If you later try to delete or update them the server is likely to "
"report a conflict."
msgstr[0] ""
+"Istnieje {0} obiekt w twoim lokalnym zestawie zmian, który zostaÅ usuniÄty z "
+"serwera.<br>JeÅli spróbujesz później go usunÄ
Ä lub zaktualizowaÄ to serwer "
+"zgÅosi konflikt."
msgstr[1] ""
- "Istnieje {0} obiektów w twoim lokalnym zestawie zmian, które zostaÅ usuniÄte "
+ "IstniejÄ
{0} obiekty w twoim lokalnym zestawie zmian, które zostaÅy usuniÄte "
"z serwera.<br>JeÅli spróbujesz później je usunÄ
Ä lub zaktualizowaÄ to serwer "
"zgÅosi konflikt."
+ msgstr[2] ""
+ "Istnieje {0} obiektów w twoim lokalnym zestawie zmian, które zostaÅy "
+ "usuniÄte z serwera.<br>JeÅli spróbujesz później je usunÄ
Ä lub zaktualizowaÄ "
+ "to serwer zgÅosi konflikt."
msgid ""
"Click <strong>{0}</strong> to check the state of this object on the server."
@@@ -2091,8 -2107,8 +2131,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Nie mogÄ umieÅciÄ wÄzÅa poza obszarem Åwiata."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "Dodaj nowy wÄzeÅ do drogi"
msgstr[1] "Dodaj nowy wÄzeÅ do {0} dróg"
msgstr[2] "Dodaj nowy wÄzeÅ do {0} dróg"
@@@ -2110,12 -2126,14 +2150,14 @@@ msgid "Make parallel copies of ways
msgstr "Tworzenie równolegÅych kopii drogi"
msgid "make parallel helper line"
- msgstr ""
+ msgstr "tworzy równolegÅÄ
liniÄ pomocniczÄ
"
msgid ""
"Select ways as in Select mode. Drag selected ways or a single way to create "
"a parallel copy (Alt toggles tag preservation)"
msgstr ""
+ "Wybierz drogÄ jak w trybie wyboru. PrzeciÄ
gnij wybranÄ
drogÄ lub drogi by "
+ "utworzyÄ równolegÅÄ
kopiÄ (Alt przeÅÄ
cza zachowywanie tagów)"
msgid "Hold Ctrl to toggle snapping"
msgstr "Przytrzymaj Ctrl by wÅÄ
czyÄ przeciÄ
ganie"
@@@ -2124,6 -2142,8 +2166,8 @@@ msgid "
"ParallelWayAction\n"
"The ways selected must form a simple branchless path"
msgstr ""
+ "ParallelWayAction\n"
+ "Wybrane drogi muszÄ
tworzyÄ pojedynczÄ
ÅcieżkÄ bez rozgaÅÄzieÅ"
msgid "Make parallel way error"
msgstr "BÅÄ
d tworzenia linii równolegÅej"
@@@ -2558,14 -2578,17 +2602,17 @@@ msgstr "\"wartoÅÄ\" w dowolnym kluczu
msgid "matches if ''key'' exists"
msgstr "pasuje jeÅli \"klucz\" istnieje"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "kombinacje"
msgid "logical and (both expressions have to be satisfied)"
- msgstr ""
+ msgstr "koniunkcja (oba wyrażenia muszÄ
byÄ speÅnione)"
msgid "logical or (at least one expression has to be satisfied)"
- msgstr ""
+ msgstr "alternatywa (przynajmniej jedno wyrażenie jest speÅnione)"
msgid "logical not"
msgstr "znak zaprzeczenia"
@@@ -2693,11 -2716,11 +2740,11 @@@ msgstr "Znaleziono {0} pasujÄ
cych.
msgctxt "search"
msgid "CS"
- msgstr ""
+ msgstr "wielkoÅÄ liter istotna"
msgctxt "search"
msgid "CI"
- msgstr ""
+ msgstr "wielkoÅÄ liter nieistotna"
msgctxt "search"
msgid "RX"
@@@ -2730,13 -2753,13 +2777,13 @@@ msgid "Expecting <i>min</i>/<i>max</i>
msgstr ""
msgid "Range of primitive ids expected"
- msgstr ""
+ msgstr "Oczekiwany zakres identyfikatorów elementów"
msgid "Range of changeset ids expected"
- msgstr ""
+ msgstr "Oczekiwany zakres identyfikatorów zestawów zmian"
msgid "Range of versions expected"
- msgstr ""
+ msgstr "Oczekiwany zakres wersji"
msgid "Key cannot be empty when tag operator is used. Sample use: key=value"
msgstr ""
@@@ -2768,11 -2791,8 +2815,8 @@@ msgstr "BrakujÄ
cy parametr dla XOR
msgid "Missing operator for NOT"
msgstr "Brak parametru dla NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Ostrzeżenie: automatyczne obciÄcie wartoÅci tagu \"{0}\" na usuniÄtym "
- "obiekcie {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2797,7 -2817,7 +2841,7 @@@ msgid "Removed obsolete tags
msgstr "UsuniÄte przestarzaÅe tagi"
msgid "Fix deprecated tags"
- msgstr ""
+ msgstr "Napraw nieaktualne tagi"
msgid ""
"<html>{0} relations build a cycle because they refer to each other.<br>JOSM "
@@@ -2867,6 -2887,9 +2911,9 @@@ msgstr[0] "Dodano {0} obiekt
msgstr[1] "Dodano {0} obiekty"
msgstr[2] "Dodano {0} obiektów"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Nowa droga {0} zawiera 0 wÄzÅów"
+
msgid "Change node {0}"
msgstr "ZmieÅ wÄzeÅ {0}"
@@@ -2903,11 -2926,11 +2950,11 @@@ msgstr "UsuniÄto \"{0}\" w {1} obiekta
msgid "Set {0}={1} for {2} objects"
msgstr "Ustawiono {0}={1} dla {2} obiektów"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "UsuniÄto {0} wÅaÅciwoÅci dla {1} obiektów"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "UsuniÄto {0} tagów dla {1} obiektów"
- msgid "Set {0} properties for {1} objects"
- msgstr "Ustawiono {0} wÅaÅciwoÅci dla {1} obiektówt"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "Ustawiono {0} tagów dla {1} obiektów"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "ZamieÅ \"{0}\" na \"{1}\" dla"
@@@ -2932,11 -2955,11 +2979,11 @@@ msgid "Double conflict
msgstr "Podwójny konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Ostrzeżenie: Warstwa ''{0}'' już nie istnieje. Nie można usunÄ
Ä konfliktu z "
- "obiektu ''{1}''."
+ "Warstwa ''{0}'' już nie istnieje. Nie można usunÄ
Ä konfliktu dla obiektu "
+ "''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Dodaj konflikt do obiektu \"{0}\""
@@@ -3020,7 -3043,17 +3067,17 @@@ msgid_plural "
"and cannot be undone easily after being uploaded to the server.<br/>Do you "
"really want to delete?"
msgstr[0] ""
+ "Zamierzasz usunÄ
Ä {0} relacjÄ: {1}<br/>Jest to bardzo rzadko wymagana "
+ "czynnoÅÄ i nie bÄdzie możliwoÅci jej Åatwego cofniÄcia po wysÅaniu zmian na "
+ "serwer.<br/>Czy na pewno chcesz usunÄ
Ä ?"
msgstr[1] ""
+ "Zamierzasz usunÄ
Ä {0} relacje: {1}<br/>Jest to bardzo rzadko wymagana "
+ "czynnoÅÄ i nie bÄdzie możliwoÅci jej Åatwego cofniÄcia po wysÅaniu zmian na "
+ "serwer.<br/>Czy na pewno chcesz usunÄ
Ä ?"
+ msgstr[2] ""
+ "Zamierzasz usunÄ
Ä {0} relacji: {1}<br/>Jest to bardzo rzadko wymagana "
+ "czynnoÅÄ i nie bÄdzie możliwoÅci jej Åatwego cofniÄcia po wysÅaniu zmian na "
+ "serwer.<br/>Czy na pewno chcesz usunÄ
Ä ?"
msgid "Delete relation?"
msgstr "UsunÄ
Ä relacjÄ?"
@@@ -3052,6 -3085,9 +3109,9 @@@ msgstr[2] "UsuniÄto {0} obiektów
msgid "Resolve conflicts in member list of relation {0}"
msgstr "RozwiÄ
ż konflikt w liscie czÅonków relacji {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "UsuniÄto wÄzÅy z {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Obrócono {0} wÄzeÅ"
@@@ -3115,11 -3151,11 +3175,11 @@@ msgid "Reverse directional way.
msgstr "OdwrÃ³Ä drogÄ kierunkowÄ
."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Podczas odwracania kierunku drogi nastÄpujÄ
ce wÅaÅciwoÅci drogi oraz jej "
- "wÄzÅów powinny zostaÄ uwzglÄdniony aby zachowaÄ spójnoÅÄ."
+ "OdwracajÄ
c tÄ drogÄ, nastÄpujÄ
ce zmiany sÄ
sugerowane w celu zachowania "
+ "spójnoÅci danych."
msgid "Relation"
msgstr "Relacja"
@@@ -3148,11 -3184,11 +3208,11 @@@ msgstr "Zastosuj wybrane zmiany
msgid "Do not apply changes"
msgstr "PorzuÄ zmiany"
- msgid "Please select which property changes you want to apply."
- msgstr "Wybierz, które wÅaÅciwoÅci chcesz zmieniÄ."
+ msgid "Please select which changes you want to apply."
+ msgstr "Wybierz zmiany do zastosowania."
- msgid "Properties of "
- msgstr "WÅaÅciwoÅci "
+ msgid "Tags of "
+ msgstr "Tagi "
msgid "Roles in relations referring to"
msgstr "Role w relacjach odnoszÄ
cych siÄ do"
@@@ -3173,6 -3209,9 +3233,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Nie można usunÄ
Ä poprzedniego pliku backup {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Twoja praca zostaÅa zapisana automatycznie."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "BÅÄ
d podczas tworzenia kopii zapasowej usuwanej warstwy: {0}"
@@@ -3203,21 -3242,19 +3266,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Ostrzeżenie: Nie udaÅo siÄ utworzyÄ brakujÄ
cego folderu cache: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Nie udaÅo siÄ utworzyÄ brakujÄ
cego katalogu podrÄcznego: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Nie udaÅo siÄ utworzyÄ brakujÄ
cego folderu cache: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Ostrzeżenie: nie udaÅo siÄ zachowaÄ preferencji na \"{0}\""
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Ostrzeżenie: Nie można zainicjowaÄ ustawieÅ. Folder ustawieÅ ''{0}'' nie "
- "jest folderem."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3227,11 -3264,9 +3288,9 @@@ msgstr "
"folderem.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Ostrzeżenie: Nie można zainicjowaÄ ustawieÅ. Nie udaÅo siÄ utworzyÄ "
- "brakujÄ
cego katalogu ustawieÅ: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3240,18 -3275,15 +3299,15 @@@ msgstr "
"<html>Nie można zainicjowaÄ ustawieÅ. <br>Nie udaÅo siÄ utworzyÄ brakujÄ
cego "
"katalogu ustawieÅ: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Informacja: BrakujÄ
cy plik wÅaÅciwoÅci \"{0}\". Tworzenie domyÅlnego pliku "
- "wÅasciwoÅci."
+ "Brak pliku z ustawieniami ''{0}''. Tworzenie pliku z ustawieniami domyÅlnymi."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Ostrzeżenie: Zamiana istniejÄ
cego pliku ustawieÅ \"{0}\" na plik ustawieÅ "
- "domyÅlnych."
+ "Zamiana istniejÄ
cego pliku z ustawieniami ''{0}'' na plik z ustawieniami "
+ "domyÅlnymi."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3268,11 -3300,9 +3324,9 @@@ msgstr "
"<br> {0} <br> i tworzenia nowego pliku ustawieÅ domyÅlnych.</ html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Ostrzeżenie: Nie udaÅa siÄ inicjalizacja preferencji. Nie udaÅ siÄ reset "
- "pliku preferencji do ustawieÅ domyÅlnych: {0}"
msgid "Paint style {0}: {1}"
msgstr "Styl rysowania {0}: {1}"
@@@ -3301,13 -3331,12 +3355,12 @@@ msgstr "Nie udaÅo siÄ zaÅadowaÄ zas
msgid "UNKNOWN"
msgstr "NIEZNANA"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Ostrzeżenie: nieoczekiwany numer wersji JOSM w pliku wersji, wartoÅÄ: \"{0}\""
+ "Nieoczekiwany numer wersji JOSM w pliku wersji, wartoÅÄ wynosi \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Ostrzeżenie: brakuje pliku wersji ''/REVISION''."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Brak pliku wersji ''/REVISION''."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Konflikt dla elementu ''{0}'' jest juz zarejestrowany."
@@@ -3460,7 -3489,7 +3513,7 @@@ msgid "Nodes in way must be in the sam
msgstr "WÄzÅy w drodze muszÄ
byÄ w tym samym zestawie"
msgid "Deleted node referenced by {0}"
- msgstr ""
+ msgstr "UsuniÄty wÄzeÅ używany przez {0}"
msgid "Complete node {0} with null coordinates in way {1}"
msgstr "UzupeÅnij wÄzeÅ {0} z pustymi wspóÅrzÄdnymi na drodze {1}"
@@@ -3472,11 -3501,8 +3525,8 @@@ msgstr "Nie można porównaÄ elementu
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parametr {0} nie jest w zakresie 0..{1}. Obecnie \"{2}\"."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "BÅÄ
d: niepowodzenie Åadowania klasy rendera mapy \"{0}\". Klasa nie zastaÅa "
- "znaleziona."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3587,7 -3613,7 +3637,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3628,10 -3654,6 +3678,6 @@@ msgstr "WÅasna projekcja
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "BÅÄ
d: nie udaÅo siÄ otworzyÄ strumienia wejÅciowego dla zasobu \"/data/{0}\"."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3672,6 -3694,9 +3718,9 @@@ msgstr "pozostaÅe informacje z sprawdz
msgid "Running test {0}"
msgstr "Wykonywanie testu {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Adresy"
@@@ -3696,11 -3721,20 +3745,20 @@@ msgstr "Wiele nazw ulic w relacji
msgid "House number too far from street"
msgstr "Numer domu zbyt daleko od ulicy"
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "Budynek wewnÄ
trz budynku."
msgid "Checks for building areas inside of buildings."
- msgstr ""
+ msgstr "Sprawdza obszary budynków wewnÄ
trz innych budynków"
msgid "Coastlines"
msgstr "Linie brzegowe"
@@@ -3743,7 -3777,7 +3801,7 @@@ msgid "Deprecated Tags
msgstr "PrzestarzaÅe tagi"
msgid "Checks and corrects deprecated tags."
- msgstr ""
+ msgstr "Sprawdza i naprawia nieaktualne tagi."
msgid "Deprecation fix of {0}"
msgstr "Poprawiam nieaktualnoÅÄ (użycie przestarzaÅych oznaczeÅ) {0}"
@@@ -3757,6 -3791,9 +3815,9 @@@ msgstr " lub
msgid "{0} is deprecated, use {1} instead"
msgstr "użycie {0} nie jest zalecane, użyj {1}"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Powielone wÄzÅy"
@@@ -3838,11 -3875,20 +3899,20 @@@ msgid "Highways
msgstr "Drogi"
msgid "Performs semantic checks on highways."
- msgstr ""
+ msgstr "Przeprowadza semantyczne kontrole dróg."
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Niepoprawne rondo (droga: {0} zamiast {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "WielokÄ
t"
@@@ -3913,6 -3959,12 +3983,12 @@@ msgid "This test finds nodes that have
msgstr ""
"Ten test znajduje wÄzÅy o takiej samej nazwie (name) (mogÄ
byÄ to duplikaty)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "NakÅadajÄ
ce siÄ obszary."
@@@ -3973,15 -4025,15 +4049,15 @@@ msgstr "Nieustalony rodzaj relacji
msgid "Relation is empty"
msgstr "Pusta relacja"
+ msgid "Role verification problem"
+ msgstr "Problem z weryfikacjÄ
roli"
+
msgid "<empty>"
msgstr "<pusta>"
msgid "Role {0} missing"
msgstr "BrakujÄ
ca rola {0}"
- msgid "Role verification problem"
- msgstr "Problem z weryfikacjÄ
roli"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Za maÅa iloÅÄ ról {0} ({1})"
@@@ -4013,11 -4065,11 +4089,11 @@@ msgid "
msgstr ""
"Ten test wyszukuje drogi o podobnych nazwach - podejrzenie bÅÄdu w nazwie."
- msgid "Properties checker :"
- msgstr "Kontroler poprawnoÅci wÅaÅciwoÅci:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Ta wtyczka sprawdza poprawnoÅÄ kluczy i wartoÅci."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "NieprawidÅowa linia w tagchecker - {0}: {1}"
@@@ -4136,10 -4188,10 +4212,10 @@@ msgid "Looks for nodes or ways with FIX
msgstr "Wyszukaj wÄzÅy i drogi z \"FIXME\" w dowolnej wÅaÅciwoÅci."
msgid "Use default data file."
- msgstr "Użyj domyÅlny plik danych."
+ msgstr "Use default data file."
msgid "Use the default data file (recommended)."
- msgstr "Użyj domyÅlny plik danych (zalecane)."
+ msgstr "Use the default data file (recommended)."
msgid "Use default tag ignore file."
msgstr "Użyj domyÅlny plik pomijanych tagów."
@@@ -4153,8 -4205,8 +4229,8 @@@ msgstr "Użyj domyÅlny plik sÅownika
msgid "Use the default spellcheck file (recommended)."
msgstr "Użyj domyÅlny plik sÅownika poprawnoÅci (zalecane)."
- msgid "Fix properties"
- msgstr "Popraw wÅaÅciwoÅci"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Nie znaleziono typu elementu"
@@@ -4228,6 -4280,9 +4304,9 @@@ msgstr "NiezamkniÄte drogi
msgid "This tests if ways which should be circular are closed."
msgstr "Sprawdza, czy drogi, które powinny byÄ okrÄżne sÄ
zamkniÄte."
+ msgid "Unclosed way"
+ msgstr "NiezamkniÄta droga"
+
msgid "natural type {0}"
msgstr "typ naturalny {0}"
@@@ -4258,9 -4313,6 +4337,6 @@@ msgstr "budynek
msgid "area"
msgstr "obszar"
- msgid "Unclosed way"
- msgstr "NiezamkniÄta droga"
-
msgid "Unconnected ways"
msgstr "NiepoÅÄ
czone drogi"
@@@ -4287,12 -4339,12 +4363,12 @@@ msgstr "Nieoznaczone i niepoÅÄ
czone d
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "Ten test znajduje wÄzÅy bez tagu i poza drogÄ
."
- msgid "No tags"
- msgstr "Bez tagów"
-
msgid "Unconnected nodes without physical tags"
msgstr "NiepoÅÄ
czone wÄzÅy bez tagów"
+ msgid "No tags"
+ msgstr "Bez tagów"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Posiada tagi zawierajÄ
ce ''fixme'' lub ''FIXME''"
@@@ -4355,26 -4407,6 +4431,6 @@@ msgstr "Odwrócona linia wybrzeża: lÄ
msgid "Reversed land: land not on left side"
msgstr "Odwrócona linia lÄ
du: lÄ
d nie znajduje siÄ po lewej stronie"
- msgid "Wrong number of arguments for bookmark"
- msgstr "ZÅa iloÅÄ argumentów dla zakÅadki"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "BÅÄ
d podczas czytania zakÅadki: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "BÅÄ
d: Nieoczekiwana linia \"{0}\" w pliku zakÅadki \"{1}\""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "BÅÄ
d: NiewÅaÅciwa wartoÅÄ liczbowa (typ double) \"{0}\" w linii \"{1}\" w "
- "pliku zakÅadki \"{2}\""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Nie można odczytaÄ zakÅadek z<br>''{0}''<br>WystÄ
piÅ bÅÄ
d: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Nie pokazuj ponownie (zapamiÄtaj wybór)"
@@@ -4480,8 -4512,8 +4536,8 @@@ msgstr "Pokazuje informacjÄ pomocy
msgid "Downloading \"Message of the day\""
msgstr "Pobieranie wiadomoÅci dnia"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Uwaga: bÅÄ
d pobierania wiadomoÅci dnia. WyjÄ
tkiem byÅ: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr ""
msgid "Message of the day not available"
msgstr "WiadomoÅÄ dnia jest niedostÄpna"
@@@ -4578,7 -4610,7 +4634,7 @@@ msgid "Download the location at the UR
msgstr ""
msgid "Select with the given search"
- msgstr ""
+ msgstr "Wybierz z danego wyszukiwania"
msgid "Launch in maximized mode"
msgstr "Uruchamia w trybie peÅnoekranowym"
@@@ -4590,7 -4622,7 +4646,7 @@@ msgid "Changes preferences according t
msgstr "Zmienia preferencje zgodnie z plikiem XML"
msgid "Set preference key to value"
- msgstr ""
+ msgstr "Ustaw wartoÅÄ dla klucza preferencji"
msgid "Set the language"
msgstr "OkreÅla jÄzyk"
@@@ -4688,7 -4720,7 +4744,7 @@@ msgid "More tools
msgstr "WiÄcej narzÄdzi"
msgid "Data"
- msgstr ""
+ msgstr "Dane"
msgid "Selection"
msgstr "Zaznaczenie"
@@@ -4717,6 -4749,18 +4773,18 @@@ msgstr "Pasek narzÄdzi
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "WÅÄ
cza/wyÅÄ
cza boczny pasek narzÄdzi"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "DźwiÄk"
@@@ -4823,20 -4867,6 +4891,6 @@@ msgstr "W tle
msgid "Click to run job in background"
msgstr "Kilknij aby uruchomiÄ pracÄ w tle"
- msgid "false: the property is explicitly switched off"
- msgstr "faÅsz: ten opcja jest zawsze wyÅÄ
czona"
-
- msgid "true: the property is explicitly switched on"
- msgstr "prawda: ta opcja jest zawsze wÅÄ
czona"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "czÄÅciowe: różne zaznaczone obiekty majÄ
różne wartoÅci - nie zmienia"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "nieustawione: nie zmieniaj tego atrybutu dla zaznaczonych obiektów"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5035,13 -5065,15 +5089,15 @@@ msgstr "Brak oczekujÄ
cych konflitów d
msgid "Tags({0} conflict)"
msgid_plural "Tags({0} conflicts)"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "Tagi({0} konflikt)"
+ msgstr[1] "Tagi({0} konflikty)"
+ msgstr[2] "Tagi({0} konfliktów)"
msgid "{0} pending tag conflict to be resolved"
msgid_plural "{0} pending tag conflicts to be resolved"
msgstr[0] "{0} konflikt z tagiem oczekuje na rozwiÄ
zanie"
- msgstr[1] "{0} konfliktów z tagami oczekuje na rozwiÄ
zanie"
+ msgstr[1] "{0} konflikty z tagami oczekuje na rozwiÄ
zanie"
+ msgstr[2] "{0} konfliktów z tagami oczekuje na rozwiÄ
zanie"
msgid "Nodes(resolved)"
msgstr "WÄzÅy(rozwiÄ
zane)"
@@@ -5142,29 -5174,47 +5198,47 @@@ msgstr "> dóÅ
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Kopiuj zaznaczone elementy na koniec scalonej listy elementów."
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5179,8 -5229,8 +5253,8 @@@ msgstr "Kopiuj wszystkie ich elementy d
msgid "Up"
msgstr "W górÄ"
- msgid "Move up the selected elements by one position."
- msgstr "Przesuwa wybrane elementu do góry o jednÄ
pozycjÄ."
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "W dóÅ"
@@@ -5238,14 -5288,6 +5312,6 @@@ msgstr[0] "Ich wersja ({0} pozycja)
msgstr[1] "Ich wersja ({0} pozycje)"
msgstr[2] "Ich wersja ({0} pozycji)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "WÄzeÅ"
@@@ -5498,18 -5540,15 +5564,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Klucz:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Wprowadź klucz dla tagu np. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "WartoÅÄ:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Wprowadź wartoÅÄ dla tagu np. <strong><tt>sprawdź czÅonków "
- "relacji</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5856,7 -5895,8 +5919,8 @@@ msgstr "Tagi:
msgid "{0} Member: "
msgid_plural "{0} Members: "
msgstr[0] "{0} CzÅonek: "
- msgstr[1] "{0} CzÅonkiowie: "
+ msgstr[1] "{0} CzÅonkowie: "
+ msgstr[2] "{0} CzÅonków: "
msgid " as \"{0}\""
msgstr " jako \"{0}\""
@@@ -6047,6 -6087,9 +6111,9 @@@ msgstr "Pokaż/Ukryj
msgid "Information about layer"
msgstr "Informacje o warstwie"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Style rysowania map"
@@@ -6060,6 -6103,7 +6127,7 @@@ msgid "Reloading {0} map style.
msgid_plural "Reloading {0} map styles."
msgstr[0] "PrzeÅadowywanie {0} stylu mapy."
msgstr[1] "PrzeÅadowywanie {0} stylów mapy."
+ msgstr[2] "PrzeÅadowywanie {0} stylów mapy."
msgid "On/Off"
msgstr "WÅÄ
czone/WyÅÄ
czone"
@@@ -6130,6 -6174,36 +6198,36 @@@ msgstr "Czy styl jest obecnie aktywny?
msgid "No"
msgstr "Nie"
+ msgid "Object type:"
+ msgstr "Typ obiektu:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "różne"
+
+ msgid "Choose the OSM object type"
+ msgstr "Wynierz typ obiektu OSM"
+
+ msgid "Object ID:"
+ msgstr "ID obiektu:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Wprowadź ID obiektu który ma zostaÄ pobrany"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID obiektów może byÄ rozdzielone przecinkiem lub spacjÄ
<br/>Na przykÅad: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> W przypadku różnych typów "
+ "obiektów okreÅl typ w ten sposób: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relacje"
@@@ -6222,8 -6296,7 +6320,7 @@@ msgstr "Wybierz obiekty podane przez te
msgid "Launches a browser with information about the user"
msgstr "Przechodzi do strony www z informacjami o tym użytkowniku."
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6398,9 -6471,6 +6495,6 @@@ msgstr "Aktualizuj zawartoÅÄ
msgid "Update the changeset content from the OSM server"
msgstr "Aktualizuje zawartoÅÄ zestawu zmian z serwera OSM"
- msgid "Show history"
- msgstr "Pokaż historiÄ"
-
msgid "Download and show the history of the selected objects"
msgstr "Pobiera i pokazuje historiÄ wybranych obiektów"
@@@ -6569,6 -6639,8 +6663,8 @@@ msgid "
"Only changesets owned by myself (disabled. JOSM is currently run by an "
"anonymous user)"
msgstr ""
+ "Tylko zmiany wprowadzone przeze mnie (wyÅÄ
czone. JOSM jest aktualnie "
+ "uruchomiony przez anonimowego użytkownika)"
msgid ""
"Cannot restrict changeset query to the current user because the current user "
@@@ -6645,6 -6717,8 +6741,8 @@@ msgstr "
msgid ""
"The current value is not a valid user ID. Please enter an integer value > 0"
msgstr ""
+ "Wprowadzona wartoÅÄ nie jest prawidÅowym ID użytkownika. ProszÄ wprowadziÄ "
+ "liczbÄ caÅkowitÄ
> 0"
msgid "Please enter an integer value > 0"
msgstr "ProszÄ wprowadziÄ liczbÄ caÅkowitÄ
>0"
@@@ -6653,6 -6727,8 +6751,8 @@@ msgid "
"<html>The current value is not a valid user name.<br>Please enter an non-"
"empty user name.</html>"
msgstr ""
+ "<html>Wprowadzona wartoÅÄ nie jest prawidÅowÄ
nazwÄ
użytkownika.<br>ProszÄ "
+ "wprowadziÄ nie-pustÄ
nazwÄ użytkownika.</html>"
msgid "Please enter an non-empty user name"
msgstr "Wprowadź poprawnÄ
nazwÄ użytkownika"
@@@ -6661,11 -6737,17 +6761,17 @@@ msgid "
"Please enter a date in the usual format for your locale.<br>Example: "
"{0}<br>Example: {1}<br>Example: {2}<br>Example: {3}<br>"
msgstr ""
+ "ProszÄ wprowadziÄ datÄ w formacie używanym w Twoich ustawieniach "
+ "lokalnych.<br>PrzykÅad: {0}<br>PrzykÅad: {1}<br>PrzykÅad: {2}<br>PrzykÅad: "
+ "{3}<br>"
msgid ""
"Please enter a valid time in the usual format for your locale.<br>Example: "
"{0}<br>Example: {1}<br>Example: {2}<br>Example: {3}<br>"
msgstr ""
+ "ProszÄ wprowadziÄ prawidÅowy czas w formacie używanym w Twoich ustawieniach "
+ "lokalnych.<br>PrzykÅad: {0}<br>PrzykÅad: {1}<br>PrzykÅad: {2}<br>PrzykÅad: "
+ "{3}<br>"
msgid "Download my changesets only"
msgstr "Pobierz tylko moje zestawy zmian"
@@@ -6710,8 -6792,8 +6816,8 @@@ msgid "<html>Download changesets in th
msgstr "<html>Pobierz zestawy zmian w obecnym widoku mapy</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6776,35 -6858,47 +6882,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
- msgstr "Zaznacz obiekty, aby zobaczyÄ wÅaÅciwoÅci"
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "WÅaÅciwoÅci/czÅonkostwo"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Otwiera wÅaÅciwoÅci zaznaczonego obiektu"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<różne>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr "Tagi dla zaznaczonych obiektów."
+
msgid "Member Of"
msgstr "CzÅonek"
msgid "Position"
msgstr "Pozycja"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "WÅaÅciwoÅci: {0} / czÅonkostwo: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "WÅaÅciwoÅci / czÅonkostwo"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "UsuŠwybrany klucz ze wszystkich obiektów."
- msgid "Delete Properties"
- msgstr "UsuÅ wÅaÅciwoÅÄ"
+ msgid "Delete Tags"
+ msgstr "UsuÅ Tagi"
msgid "Change relation"
msgstr "ZmieÅ relacjÄ"
@@@ -6818,14 -6912,14 +6936,14 @@@ msgstr "Na pewno usunÄ
Ä zaznaczenie
msgid "Add a new key/value pair to all objects"
msgstr "Dodaj nowÄ
parÄ nazwa/wartoÅÄ do wszystkich obiektów"
- msgid "Add Property"
- msgstr "Dodaj wÅaÅciwoÅÄ"
+ msgid "Add Tag"
+ msgstr "Dodaj tag"
msgid "Edit the value of the selected key for all objects"
msgstr "Edytuj wartoÅÄ wybranego klucza dla wszystkich obiektów"
- msgid "Edit Properties"
- msgstr "Edytuj WÅaÅciwoÅci"
+ msgid "Edit Tags"
+ msgstr "Edytuj Tagi"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Przejdź do wiki OSM by uzyskaÄ pomoc na temat tagu (F1)"
@@@ -6834,7 -6928,7 +6952,7 @@@ msgid "Launch browser with wiki help fo
msgstr "Uruchom przeglÄ
darkÄ ze stronÄ
objaÅnienia wybranego obiektu"
msgid "Paste Value"
- msgstr ""
+ msgstr "Wklej wartoÅÄ ze schowka"
msgid "Paste the value of the selected tag from clipboard"
msgstr "Wklej wartoÅÄ wybranego tagu ze schowka"
@@@ -6989,9 -7083,8 +7107,8 @@@ msgstr "Relacja jest usuniÄta
msgid "Downloading relation {0}"
msgstr "Pobieranie relacji {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "Uwaga: IgnorujÄ wyjÄ
tek ponieważ zadanie zostaÅo anulowane. WyjÄ
tek: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7001,8 -7094,9 +7118,9 @@@ msgstr[2] "Pobieranie {0} niekompletnyc
msgid "Downloading {0} incomplete child of relation ''{1}''"
msgid_plural "Downloading {0} incomplete children of relation ''{1}''"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "Pobieranie {0} niekompletnego chÅonka relacji ''{1}''"
+ msgstr[1] "Pobieranie {0} niekompletnych czÅonków relacji ''{1}''"
+ msgstr[2] "Pobieranie {0} niekompletnych czÅonków relacji ''{1}''"
msgid "Downloading {0} incomplete child of {1} parent relations"
msgid_plural "Downloading {0} incomplete children of {1} parent relations"
@@@ -7333,6 -7427,26 +7451,26 @@@ msgstr "droga jest poÅÄ
czona z kolejn
msgid "way is not connected to previous or next relation member"
msgstr "droga nie jest poÅÄ
czona ani z poprzednim ani z nastÄpnym czÅonkiem"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "ZÅa iloÅÄ argumentów dla zakÅadki"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "BÅÄ
d podczas czytania zakÅadki: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Nie można odczytaÄ zakÅadek z<br>''{0}''<br>WystÄ
piÅ bÅÄ
d: {1}</html>"
+
msgid "Bookmarks"
msgstr "ZakÅadki"
@@@ -7435,6 -7549,9 +7573,9 @@@ msgid "
"<html>Autostart ''Download from OSM'' dialog every time JOSM is "
"started.<br>You can open it manually from File menu or toolbar.</html>"
msgstr ""
+ "<html>Uruchom automatycznie okno ''Pobierz dane z OSM' przy starcie "
+ "JOSM.<br>Możesz otworzyÄ okno pobierania rÄcznie z menu Plik, albo paska "
+ "narzÄdziowego.</html>"
msgid ""
"Use left click&drag to select area, arrows or right mouse button to scroll "
@@@ -7476,21 -7593,8 +7617,8 @@@ msgstr "ZaÅaduj obiekty z odnoÅnikam
msgid "Download object"
msgstr "Pobierz obiekt"
- msgid "Object type:"
- msgstr "Typ obiektu:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "różne"
-
- msgid "Choose the OSM object type"
- msgstr "Wynierz typ obiektu OSM"
-
- msgid "Object ID:"
- msgstr "ID obiektu:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Wprowadź ID obiektu który ma zostaÄ pobrany"
+ msgid "Start downloading"
+ msgstr "Rozpocznij pobieranie"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7502,29 -7606,10 +7630,10 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Wybierz czy pobraÄ również obiekty należÄ
ce do relacji"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID obiektów może byÄ rozdzielone przecinkiem lub spacjÄ
<br/>Na przykÅad: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> W przypadku różnych typów "
- "obiektów okreÅl typ w ten sposób: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
"ZaÅaduj obiekty z odniesieniami do tego obiektu (np. relacje i drogi)"
- msgid "Start downloading"
- msgstr "Rozpocznij pobieranie"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Niepoprawnie okreÅlony ID listy.\n"
- "Nie można pobraÄ obiektu."
-
msgid "Class Type"
msgstr "Typ Klasy"
@@@ -7624,7 -7709,7 +7733,7 @@@ msgstr "Przechodzi do nastÄpnej strony
msgid "Go to the JOSM help home page"
msgstr "Idź do strony domowej pomocy JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7729,6 -7814,9 +7838,9 @@@ msgid "
msgstr ""
"<html>Wersja <strong>{0}</strong> stworzone na <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Informacje o zestawie zmian"
@@@ -7836,9 -7924,8 +7948,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Obiekt nadal w użyciu"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Ostrzeżenie: nagÅówek bÅÄdu \"{0}\" nie pasowaÅ do oczekiwanego wzoru."
msgid "Upload"
msgstr "WyÅlij"
@@@ -7859,6 -7946,12 +7970,12 @@@ msgstr "DoÅÄ
cz krótki opis zmian, kt
msgid "Enter an upload comment"
msgstr "Wprowadź komentarz przesyÅania"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Numer zestawu zmian:"
@@@ -7927,8 -8020,7 +8044,7 @@@ msgid "Closing changeset {0}
msgstr "Zamykam zestaw zmian {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -8012,11 -8104,9 +8128,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Wypakowywanie {0} do {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
+"Uwaga: BÅÄ
d pobierania pliku \"{0}\". Link \"{1}\" jest nieprawidÅowy. "
+"Pobieranie pominiÄte."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8033,11 -8123,8 +8149,8 @@@ msgid "Missing user identity
msgstr "Brak tożsamoÅci użytkownika"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Ostrzeżenie: Nie udaÅo siÄ pobraÄ danych o bieżÄ
cym użytkowniku JOSM. "
- "Otrzymany wyjÄ
tek: {0}"
msgid "Download objects"
msgstr "Pobrane obiekty"
@@@ -8105,7 -8192,14 +8218,14 @@@ msgid_plural "
"<html>{0} layers have unresolved conflicts.<br>Either resolve them first or "
"discard the modifications.<br>Layers with conflicts:</html>"
msgstr[0] ""
+ "<html>{0} warstwa ma nierozwiÄ
zane konflikty.<br>Należy je albo rozwiÄ
zaÄ, "
+ "albo anulowaÄ modyfikacje.<br>Warstwa z konfliktami:</html>"
msgstr[1] ""
+ "<html>{0} warstwy majÄ
nierozwiÄ
zane konflikty.<br>Należy je albo rozwiÄ
zaÄ, "
+ "albo anulowaÄ modyfikacje.<br>Warstwy z konfliktami:</html>"
+ msgstr[2] ""
+ "<html>{0} warstw ma nierozwiÄ
zane konflikty.<br>Należy je albo rozwiÄ
zaÄ, "
+ "albo anulowaÄ modyfikacje.<br>Warstwy z konfliktami:</html>"
msgid "Unsaved data and conflicts"
msgstr "Niezapisane dane i konflikty"
@@@ -8267,12 -8361,6 +8387,6 @@@ msgstr "WyÅlij zmienione elementy
msgid "Please revise upload comment"
msgstr "Popraw opis zmian"
- msgid "Revise"
- msgstr "Popraw"
-
- msgid "Continue as is"
- msgstr "Kontynuuj jak jest"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8287,6 -8375,22 +8401,22 @@@ msgstr "
"spÄdzisz teraz minutÄ, by wyjaÅniÄ swojÄ
zmianÄ, możesz uczyniÄ Å¼ycie<br "
"/>wielu innych użytkowników znacznie prostszym."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Popraw"
+
+ msgid "Continue as is"
+ msgstr "Kontynuuj jak jest"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "Powraca do poprzedniego okna w celu poprawy opisu zmian"
@@@ -8302,6 -8406,21 +8432,21 @@@ msgstr "ProszÄ wprowadź najpierw popr
msgid "Illegal chunk size"
msgstr "NieprawidÅowa wielkoÅÄ fragmentu"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Anuluj przesyÅanie i kontynuuj edytowanie"
@@@ -8309,11 -8428,11 +8454,11 @@@ msgid "Tags of changeset {0}
msgstr "Znaczniki zestawu zmian {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Ostrzeżenie: obiekt ''{0}'' jest już skasowany na serwerze. Pomijam ten "
- "obiekt i ponawiam wysyÅkÄ."
+ "Obiekt ''{0}'' zostaÅ już wczeÅniej usuniÄty na serwerze. Pomijanie tego "
+ "obiektu i ponowienie próby wysyÅania."
msgid "Preparing objects to upload ..."
msgstr "PrzygotowujÄ obiekty do wysyÅki..."
@@@ -8453,9 -8572,6 +8598,6 @@@ msgid "Object ''{0}'' is already delete
msgstr ""
"Obiekt ''{0}'' jest już skasowany i bÄdzie pominiÄty przy wysyÅaniu zmian."
- msgid "Warning: {0}"
- msgstr "Ostrzeżenie: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "PrzesyÅanie {0} obieku..."
@@@ -8468,6 -8584,9 +8610,9 @@@ msgstr "
"Ignoruje przechwycony wyjÄ
tek ponieważ wysyÅka zostaÅa anulowana. WyjÄ
tek "
"to: {0}"
+ msgid "Upload successful!"
+ msgstr "WysyÅanie zakoÅczone sukcesem"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8488,10 -8607,8 +8633,8 @@@ msgstr "Wybierz obiekty do wysyÅki
msgid "Cancel uploading"
msgstr "Anuluj przesyÅanie"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Ostrzeżenie: w zapisie preferencji znaleziono klucz ''{0}'' z nieoczekiwanÄ
"
- "wartoÅciÄ
''{1}''"
msgid "Please select the upload strategy:"
msgstr "Wybierz metodÄ przesyÅania:"
@@@ -8653,8 -8770,8 +8796,8 @@@ msgstr "NastÄpny znacznik
msgid "Jump to next marker"
msgstr "Przeskocz do nastÄpnego znacznika"
- msgid "Previos marker"
- msgstr "Poprzedni znacznik"
+ msgid "Previous marker"
+ msgstr ""
msgid "Jump to previous marker"
msgstr "Przeskocz do poprzedniego znacznika"
@@@ -8686,12 -8803,14 +8829,14 @@@ msgstr "wersja {0}
msgid "Merging layers"
msgstr "ÅÄ
czenie warstw"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
- msgstr[0] "{0} usuniÄto"
+ msgstr[0] "{0} usuniÄty"
+ msgstr[1] "{0} usuniÄte"
+ msgstr[2] "{0} usuniÄtych"
msgid "{0} consists of:"
msgstr "Obiekty na warstwie {0}:"
@@@ -8749,6 -8868,9 +8894,9 @@@ msgid "
"{0} is not a valid TMS argument. Please check this server URL:\n"
"{1}"
msgstr ""
+ "{0} nie jest prawidÅowym argumentem TMS. ProszÄ sprawdziÄ adres URL "
+ "serwera:\n"
+ "{1}"
msgid ""
"TMS layers do not support the projection {0}.\n"
@@@ -8763,7 -8885,7 +8911,7 @@@ msgid "Auto Zoom
msgstr "Automatyczne powiÄkszenie"
msgid "Auto load tiles"
- msgstr "Automatyczne Åadowanie kafelek"
+ msgstr "Automatyczne Åadowanie kafelków"
msgid "Show Errors"
msgstr "Pokaż BÅÄdy"
@@@ -8787,7 -8909,7 +8935,7 @@@ msgid "Decrease zoom
msgstr "Zmniejsz"
msgid "Snap to tile size"
- msgstr "Dopasuj do wielkoÅci kafelek"
+ msgstr "Dopasuj do wielkoÅci kafelków"
msgid "Flush Tile Cache"
msgstr "WyczyÅÄ cache kafelków"
@@@ -8796,7 -8918,7 +8944,7 @@@ msgid "zoom in to load any tiles
msgstr "przybliż by zaÅadowaÄ kafelki"
msgid "zoom in to load more tiles"
- msgstr "przybliż by zaÅadowaÄ wiÄcej kafelek"
+ msgstr "przybliż by zaÅadowaÄ wiÄcej kafelków"
msgid "increase zoom level to see more detail"
msgstr "przybliż by zobaczyÄ wiÄcej detali"
@@@ -8805,7 -8927,7 +8953,7 @@@ msgid "No tiles at this zoom level
msgstr "Brak kafelków na tym poziomie przybliżenia"
msgid "TMS layer ({0}), downloading in zoom {1}"
- msgstr ""
+ msgstr "Warstwa TMS ({0}), pobieranie w powiÄkszeniu {1}"
msgid "EPSG:4326 and Mercator projection are supported"
msgstr "Odwzorowania EPSG:4326 i Mercator sÄ
obsÅugiwane"
@@@ -8914,7 -9036,7 +9062,7 @@@ msgid "
"Error while parsing the date.\n"
"Please use the requested format"
msgstr ""
- "BÅÄ
d w trakcie przetwarzania daty.\n"
+ "BÅÄ
d podczas przetwarzania daty.\n"
"ProszÄ użyÄ wybranego formatu."
msgid "Invalid date"
@@@ -9004,8 -9126,9 +9152,9 @@@ msgstr "Sekundy: {0}
msgid "(Time difference of {0} day)"
msgid_plural "Time difference of {0} days"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "(Różnica czasu {0} dzieÅ)"
+ msgstr[1] "Różnica czasu {0} dni"
+ msgstr[2] "Różnica czasu {0} dni"
msgid ""
"An error occurred while trying to match the photos to the GPX track. You can "
@@@ -9044,6 -9167,8 +9193,8 @@@ msgid "
"Error while parsing timezone.\n"
"Expected format: {0}"
msgstr ""
+ "BÅÄ
d parsowania strefy czasowej.\n"
+ "Spodziewany format: {0}"
msgid ""
"Error while parsing offset.\n"
@@@ -9056,9 -9181,6 +9207,6 @@@ msgstr "Pobieranie lokalizacji GPS z EX
msgid "Starting directory scan"
msgstr "Rozpoczynanie skanowania katalogu"
- msgid "One of the selected files was null"
- msgstr "Jeden ze wskazanych plików byŠpusty."
-
msgid "Read photos..."
msgstr "Czytanie zdjÄÄ..."
@@@ -9077,6 -9199,9 +9225,9 @@@ msgstr "Znaleziono pusty plik w katalog
msgid "Error while getting files from directory {0}\n"
msgstr "BÅad w czasie pobierania obrazów z katalogu {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Jeden ze wskazanych plików byŠpusty."
+
msgid "Geotagged Images"
msgstr "Geolokalizowane obrazy"
@@@ -9138,6 -9263,12 +9289,12 @@@ msgstr "NastÄpny
msgid "Show next Image"
msgstr "Pokaż nastÄpne zdjÄcie"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "WyÅrodkuj widok"
@@@ -9220,9 -9351,6 +9377,6 @@@ msgstr "
"<html>WysyÅanie nieprzetworzonych danych GPS jako mapy jest uznawane za "
"szkodliwe.<br>JeÅli chcesz wysÅaÄ Ålady, zobacz tutaj:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Dostosuj rysowanie Åcieżki"
@@@ -9418,17 -9546,11 +9572,11 @@@ msgstr "
msgid "(URL was: "
msgstr "(Adres URL byÅ: "
- msgid "Error displaying URL"
- msgstr "BÅÄ
d podczas wyÅwietlania adresu"
-
msgid "Select the map painting styles"
msgstr "Wybierz style rysowania mapy"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Ostrzeżenie: zaÅadowanie stylu Mappaint z ''{0}'' nie powiodÅo siÄ. WyjÄ
tek: "
- "{1}"
msgid "loading style ''{0}''..."
msgstr "wczytywanie stylu ''{0}''..."
@@@ -9442,7 -9564,7 +9590,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9452,8 -9574,7 +9600,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9706,8 -9827,8 +9853,8 @@@ msgstr "Zamknij okno i anuluj uwierzyte
msgid "Close the dialog and accept the Access Token"
msgstr "Zamknij okno i zaakceptuj Klucz DostÄpu"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Ostrzeżenie: nie udaÅo siÄ anulowaÄ trwajÄ
cej operacji OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Pobieranie Å»etonu Å»Ä
dania OAuth z ''{0}''"
@@@ -9922,7 -10043,7 +10069,7 @@@ msgid "
msgstr ""
msgid "Retrieving user info..."
- msgstr ""
+ msgstr "Pobieranie informacji użytkownika..."
msgid "Audio Settings"
msgstr "Ustawienia audio"
@@@ -10391,7 -10512,7 +10538,7 @@@ msgid "shortcut
msgstr ""
msgid "color"
- msgstr ""
+ msgstr "kolor"
msgid "toolbar"
msgstr ""
@@@ -10462,7 -10583,7 +10609,7 @@@ msgstr "Dodaj ustawienie
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10530,6 -10651,9 +10677,9 @@@ msgstr "Rysuj wÄzÅy wirtualne podcza
msgid "Draw inactive layers in other color"
msgstr "Zaznaczaj nieaktywne warstwy innym kolorem"
+ msgid "Display discardable keys"
+ msgstr "Pokaż przestarzaÅe tagi"
+
msgid "Highlight target ways and nodes"
msgstr "PodÅwietl docelowe drogi i wÄzÅy"
@@@ -10540,7 -10664,7 +10690,7 @@@ msgid "Smooth map graphics (antialiasin
msgstr "WygÅadzaj rysowanÄ
mapÄ (antyaliasing)"
msgid "Smooth map graphics in wireframe mode (antialiasing)"
- msgstr "WygÅÄ
dzaj rysowanÄ
mapÄ w widoku szkieletowym (antyaliasing)"
+ msgstr "WygÅadzaj rysowanÄ
mapÄ w widoku szkieletowym (antyaliasing)"
msgid "Draw only outlines of areas"
msgstr "Rysuj tylko kontury obszarów"
@@@ -10586,9 -10710,14 +10736,14 @@@ msgid "
"in the selected style."
msgstr ""
- msgid "Options that affect drawing performance"
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
msgstr ""
+ msgid "Options that affect drawing performance"
+ msgstr "Ustawienia wpÅywajÄ
ce na wydajnoÅÄ rysowania"
+
msgid "Segment drawing options"
msgstr ""
@@@ -10844,25 -10973,32 +10999,32 @@@ msgid "
"{0} is replaced by tile zoom level, also supported:<br>offsets to the zoom "
"level: {1} or {2}<br>reversed zoom level: {3}"
msgstr ""
+ "{0} jest zamieniane na poziom powiÄkszenia kafelka, również "
+ "obsÅugiwane:<br>offset dla poziomu powiÄkszenia: {1} or {2}<br>odwrócony "
+ "poziom powiÄkszenia: {3}"
msgid "{0} is replaced by X-coordinate of the tile"
- msgstr ""
+ msgstr "{0} jest zamienianie na koordynat X dla kafelka"
msgid "{0} is replaced by Y-coordinate of the tile"
- msgstr ""
+ msgstr "{0} jest zamieniany na koordynat Y dla kafelka"
msgid "{0} is replaced by {1} (Yahoo style Y coordinate)"
- msgstr ""
+ msgstr "{0} jest zamieniany na {1} (Styl Yahoo podawania koordynatu Y)"
msgid ""
"{0} is replaced by {1} (OSGeo Tile Map Service Specification style Y "
"coordinate)"
msgstr ""
+ "{0} jest zamieniany na {1} (Styl OSGeo Tile Map Service Specification "
+ "podawania koordynatu Y)"
msgid ""
"{0} is replaced by a random selection from the given comma separated list, "
"e.g. {1}"
msgstr ""
+ "{0} jest zamieniany na losowo wybranÄ
wartoÅÄ z listy parametrów "
+ "oddzielonych przecinkami , np {1}"
msgid "2. Enter maximum zoom (optional)"
msgstr "2. Podaj maksymalne przybliżenie (opcjonalnie)"
@@@ -10892,10 -11028,10 +11054,10 @@@ msgid "3. Select image format
msgstr ""
msgid "4. Verify generated WMS URL"
- msgstr ""
+ msgstr "4. Sprawdź wygenerowany adres URL dla WMS"
msgid "5. Enter name for this layer"
- msgstr ""
+ msgstr "5. Wprowadź nazwÄ dla tej warstwy"
msgid "Show Bounds"
msgstr "Pokaż obszar"
@@@ -11000,7 -11136,7 +11162,7 @@@ msgid "Auto zoom by default:
msgstr "DomyÅlny zoom automatyczny: "
msgid "Autoload tiles by default: "
- msgstr "DomyÅlne Åadowanie kafelek: "
+ msgstr "DomyÅlne Åadowanie kafelków: "
msgid "Min. zoom level: "
msgstr "Minimalny poziom przybliżenia: "
@@@ -11012,7 -11148,7 +11174,7 @@@ msgid "Add to slippymap chooser:
msgstr ""
msgid "Tile cache directory: "
- msgstr "Katalog cache kafelek: "
+ msgstr "Katalog cache kafelków: "
msgid ""
"That layer does not support any of JOSM''s projections,\n"
@@@ -11072,6 -11208,12 +11234,12 @@@ msgstr "
"<i>(JOSM może zatrzymaÄ kopie zapasowe przy zapisywaniu warstw danych. Do "
"nazwy piku dodaje ''~'' i zapisuje w tym samym folderze.)</i>"
+ msgid "Notification at each save"
+ msgstr "Powiadomienie przy każdym zapisie"
+
+ msgid "When saving, display a small notification"
+ msgstr "Podczas zapisywania pokaż niewielkie powiadomienie"
+
msgid "File backup"
msgstr "Plik kopii zapasowej"
@@@ -11140,8 -11282,8 +11308,8 @@@ msgstr "Ustawienia mapy
msgid "Settings for the map projection and data interpretation."
msgstr "Ustawienia odwzorowania kartograficznego oraz interpretacji danych."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Ostrzeżenie: Nie mogÅem odczytaÄ ÅºródÅa szablonu tagowania: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Nie mogÅem odczytaÄ ÅºródÅa szablonu tagowania: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11247,8 -11389,9 +11415,9 @@@ msgstr "
msgid "Plugin {0} is still required by this plugin:"
msgid_plural "Plugin {0} is still required by these {1} plugins:"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "Plugin {0} jest wciÄ
ż wymagany przez ten plugin:"
+ msgstr[1] "Plugin {0} jest wciÄ
ż wymagany przez te {1} pluginy:"
+ msgstr[2] "Plugin {0} jest wciÄ
ż wymagany przez te {1} pluginów:"
msgid "{0}: Version {1} (local: {2})"
msgstr "{0}: Wersja {1} (lokalna: {2})"
@@@ -11284,10 -11427,10 +11453,10 @@@ msgid "By Code (EPSG)
msgstr "Po kodzie (EPSG)"
msgid "Invalid projection configuration: {0}"
- msgstr ""
+ msgstr "BÅÄdna konfiguracja projekcji: {0}"
msgid "Projection configuration is valid."
- msgstr ""
+ msgstr "Konfiguracja projekcji jest prawidÅowa."
msgid "Validate"
msgstr "Zweryfikuj"
@@@ -11305,7 -11448,7 +11474,7 @@@ msgid "Supported values:
msgstr "ObsÅugiwane wartoÅci:"
msgid "Projection parameters"
- msgstr ""
+ msgstr "Parametry projekcji"
msgid "False easting and false northing"
msgstr ""
@@@ -11419,21 -11562,6 +11588,6 @@@ msgstr "Siatka szwajcarska (stosowana
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Strefa UTM"
-
- msgid "North"
- msgstr "PóÅnoc"
-
- msgid "South"
- msgstr "PoÅudnie"
-
- msgid "Hemisphere"
- msgstr "PóÅkula"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Gwadelupa Fort-Marigot 1949"
@@@ -11455,16 -11583,33 +11609,33 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Strefa UTM"
+
+ msgid "North"
+ msgstr "PóÅnoc"
+
+ msgid "South"
+ msgstr "PoÅudnie"
+
+ msgid "Hemisphere"
+ msgstr "PóÅkula"
+
msgid "Testing OSM API URL ''{0}''"
- msgstr ""
+ msgstr "Testowanie adresu URL dla API OSM \"{0}\""
msgid ""
"<html>''{0}'' is not a valid OSM API URL.<br>Please check the spelling and "
"validate again.</html>"
msgstr ""
+ "<html>''{0}'' nie jest prawidÅowym adresem URL z API OSM.<br>ProszÄ "
+ "sprawdziÄ literówki i spróbowaÄ ponownie.</html>"
msgid "Invalid API URL"
- msgstr ""
+ msgstr "NieprawidÅowy adres URL API"
msgid ""
"<html>Failed to build URL ''{0}'' for validating the OSM API "
@@@ -11507,8 -11652,8 +11678,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Wybierz aby używaÄ mechanizmu uwierzytelniania OAuth"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11517,20 -11662,25 +11688,25 @@@ msgstr "Nazwa użytkownika OSM:
msgid "OSM password:"
msgstr "HasÅo OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Okresowo sprawdzaj czy sÄ
nowe wiadomoÅci"
+
+ msgid "Check interval (minutes):"
+ msgstr "Sprawdzaj co (w minutach):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11573,9 -11723,10 +11749,10 @@@ msgstr "Sprawdzanie nie udaÅo siÄ. Wy
msgid "OSM API URL must not be empty. Please enter the OSM API URL."
msgstr ""
+ "Adres URL API OSM nie może byÄ pusty. ProszÄ wprowadziÄ adres URL API OSM"
msgid "The current value is not a valid URL"
- msgstr ""
+ msgstr "Aktualna wartoÅÄ nie jest prawidÅowym adresem URL"
msgid "Please enter the OSM API URL."
msgstr "Podaj OSM API URL."
@@@ -11616,15 -11767,12 +11793,12 @@@ msgid "Use a SOCKS proxy
msgstr "Używaj SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
-
- msgid "disabled"
- msgstr "zablokowane"
-
- msgid "no modifier"
- msgstr "brak modyfikatora"
+ "JOSM jest skonfigurowane tak, aby używaÄ proxy z ustawieÅ systemowych, "
+ "jednakże JVM nie jest skonfigurowane aby je pobraÄ. Resetowanie ustawieÅ do "
+ "\"Bez serwera proxy\""
msgid "Shortcut Background: User"
msgstr ""
@@@ -11668,7 -11816,7 +11842,7 @@@ msgid "Add a new tag
msgstr "Dodaje nowy tag"
msgid "Paste tags from buffer"
- msgstr ""
+ msgstr "Wklej tagi ze schowka"
msgid "Use preset ''{0}'' of group ''{1}''"
msgstr "Używa szablon \"{0}\" z grupy \"{1}\""
@@@ -11697,8 -11845,8 +11871,8 @@@ msgstr "Zastosuj szablon
msgid "New relation"
msgstr "Nowa relacja"
- msgid "Change Properties"
- msgstr "ZmieÅ wÅaÅciwoÅci"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11776,9 -11924,6 +11950,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Nie mogÅem odczytaÄ ÅºródÅa szablonu tagowania: {0}"
-
msgid "Error parsing {0}: "
msgstr "BÅÄ
d podczas przetwarzania {0}: "
@@@ -11797,6 -11942,14 +11968,14 @@@ msgstr "Pokaż tylko odpowiednie do zaz
msgid "Search in tags"
msgstr "Szukaj w tagach"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr "Wszystkie pliki (*.*)"
@@@ -11827,10 -11980,55 +12006,58 @@@ msgstr "
msgid ""
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ "Wprowadzona wartoÅÄ nie jest prawidÅowym ID OSM. ProszÄ wprowadziÄ liczbÄ "
+ "caÅkowitÄ
> 0"
+
+ msgid "false: the property is explicitly switched off"
+ msgstr "faÅsz: ten opcja jest zawsze wyÅÄ
czona"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "prawda: ta opcja jest zawsze wÅÄ
czona"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "czÄÅciowe: różne zaznaczone obiekty majÄ
różne wartoÅci - nie zmienia"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "nieustawione: nie zmieniaj tego atrybutu dla zaznaczonych obiektów"
+
+ msgid "Cut"
+ msgstr "Wytnij"
+
+ msgid "Right click = copy to clipboard"
+ msgstr "Prawy przycisk myszy = kopiuj do schowka"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Brakuje wymaganego atrybutu ''{0}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "NiewÅaÅciwa wartoÅÄ wymaganego atrybutu ''{0}'' typu OsmPrimitiveType. Jest "
+ "''{1}''."
+msgid "Cut"
+msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11863,7 -12061,7 +12090,7 @@@ msgid "Contacting OSM Server...
msgstr "ÅÄ
czenie z serwerem OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11903,29 -12101,30 +12130,30 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
+ "JVM nie jest skonfigurowany aby pobieraÄ ustawienia proxy z ustawieÅ "
+ "systemowych. Parametr ''java.net.useSystemProxies'' nie zostaÅ wprowadzony "
+ "podczas uruchamiania. Proxy nie bÄdzie użyte."
msgid "Parsing response from server..."
msgstr "Przetwarzanie odpowiedzi z serwera..."
@@@ -12023,6 -12222,9 +12251,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "BÅÄ
d parsowania: bÅÄdna struktura dokumentu gpx"
+ msgid "(at line {0}, column {1})"
+ msgstr "(w linii {0}, kolumnie {1})"
+
msgid "Unknown mode {0}."
msgstr "Nieznany tryb {0}"
@@@ -12038,12 -12240,21 +12269,21 @@@ msgstr "
msgid "No image files found."
msgstr "Nie znaleziono plików obrazu."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Masz {0} nieprzeczytanÄ
wiadomoÅÄ."
+ msgstr[1] "Liczba nieprzeczytanych wiadomoÅci: {0}"
+ msgstr[2] "Liczba nieprzeczytanych wiadomoÅci: {0}"
+
+ msgid "Click here to see your inbox."
+ msgstr "Kliknij tutaj, by przejÅÄ do swojej skrzynki odbiorczej"
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -12125,8 -12336,8 +12365,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "Import NMEA zakoÅczony powodzeniem"
+ msgid "NMEA import success:"
+ msgstr "Import NMEA zakoÅczony powodzeniem:"
msgid "NMEA import failure!"
msgstr "Import NMEA zakoÅczony niepowodzeniem!"
@@@ -12227,48 -12438,24 +12467,24 @@@ msgstr "Nie znaleziono danych w pliku {
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Brakuje wymaganego atrybutu ''{0}''."
-
msgid "Unsupported version: {0}"
msgstr "Nie wspierana wersja: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
+ "BÅÄdna struktura dokumentu. Znaleziono punkt, drogÄ lub relacjÄ poza "
+ "\"create\", \"modify lub \"delete\"."
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "NiewÅaÅciwa wartoÅÄ wymaganego atrybutu ''{0}'' typu OsmPrimitiveType. Jest "
- "''{1}''."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -12295,12 -12482,9 +12511,9 @@@ msgstr "Przetwarzam listÄ zestawów zm
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- msgid "(at line {0}, column {1})"
- msgstr "(w linii {0}, kolumnie {1})"
-
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Podczas zapisywania wystÄ
piÅ bÅÄ
d.<br>BÅÄ
d:<br>{0}</html>"
@@@ -12333,7 -12517,7 +12546,7 @@@ msgid "Open OSM file
msgstr "Otwórz plik OSM"
msgid "Reading was canceled"
- msgstr ""
+ msgstr "Anulowano wczytywanie"
msgid ""
"Missing mandatory attributes on element ''bounds''. Got "
@@@ -12385,12 -12569,12 +12598,12 @@@ msgstr "
"NiewÅaÅciwa wartoÅÄ atrybutu ''version'' na elemencie z ID {0}. Jest {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
- msgstr ""
+ msgstr "Nieznana lub nie obsÅugiwana wersja API. Otrzymano: {0}."
msgid "Missing attribute ''version'' on OSM primitive with ID {0}."
msgstr "BrakujÄ
cy atrybut ''version'' na elemencie z ID {0}."
@@@ -12591,15 -12775,15 +12804,21 @@@ msgstr "Utwórz nowe obiekty
msgid "Read protocol version"
msgstr "Odczytaj wersjÄ protokoÅu"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr ""
@@@ -12637,6 -12821,15 +12856,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12662,24 -12855,24 +12890,24 @@@ msgid "
msgstr ""
msgid "Data:"
- msgstr ""
+ msgstr "Dane:"
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12701,11 -12894,23 +12929,23 @@@ msgstr "Warstwa zawiera niezapisane dan
msgid "Layer does not contain unsaved data."
msgstr "Warstwa nie zawiera niezapisanych danych."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Plik sesji (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Nie można zlokalizowaÄ pliku ''{0}''."
@@@ -12775,13 -12980,13 +13015,13 @@@ msgid "Download skipped
msgstr "Pobieranie pominiÄte"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12909,8 -13114,9 +13149,9 @@@ msgstr[2] "JOSM nie mógÅ odnaleÅºÄ i
msgid "The plugin is not going to be loaded."
msgid_plural "The plugins are not going to be loaded."
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "Plugin nie bÄdzie zaÅadowany"
+ msgstr[1] "Pluginy nie bÄdÄ
zaÅadowane"
+ msgstr[2] "Pluginy nie bÄdÄ
zaÅadowane"
msgid "Determine plugins to load..."
msgstr ""
@@@ -12937,12 -13143,12 +13178,12 @@@ msgstr[0] "
msgstr[1] ""
msgid "Plugin update failed"
- msgstr ""
+ msgstr "Aktualizacja Pluginu zakoÅczona niepowodzeniem"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12957,22 -13163,21 +13198,21 @@@ msgstr "Zachowaj wtyczkÄ
msgid "Click to keep the plugin ''{0}''"
msgstr "Kliknij aby zachowaÄ wtyczkÄ \"{0}\""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -13017,7 -13222,7 +13257,7 @@@ msgstr "
"Opcje>Wtyczki)"
msgid "Invalid jar file ''{0}''"
- msgstr ""
+ msgstr "BÅÄdny plik jar \"{0}\""
msgid "The plugin file ''{0}'' does not include a Manifest."
msgstr ""
@@@ -13049,8 -13254,7 +13289,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr "Przetwarzanie pliku ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -13065,9 -13269,24 +13304,24 @@@ msgstr "Pobieranie listy wtyczek...
msgid "Downloading plugin list from ''{0}''"
msgstr "Pobieranie listy wtyczek z \"{0}\""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr "SzczegóÅy:"
+
+ msgid "Plugin icons download error"
+ msgstr "BÅÄ
d pobierania ikon Pluginów"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -13298,6 -13517,8 +13552,8 @@@ msgid "
"<html>Communication with the OSM server ''{0}'' timed out. Please retry "
"later.</html>"
msgstr ""
+ "<html>Przekroczono dopuszczalny czas komunikacji z serwerem OSM ''{0}''. "
+ "ProszÄ spróbowaÄ później.</html>"
msgid "no error message available"
msgstr ""
@@@ -13327,7 -13548,7 +13583,7 @@@ msgstr "
"(nieprzetÅumaczona):<br>{0}</html>"
msgid "<html>The server reported that it has detected a conflict."
- msgstr ""
+ msgstr "<html>Serwer zwróciÅ informacjÄ Å¼e zostaÅ wykryty konflikt."
msgid ""
"<html>Failed to upload to changeset <strong>{0}</strong><br>because it has "
@@@ -13363,6 -13584,9 +13619,9 @@@ msgid "
"<html>The OSM server<br>''{0}''<br>reported an internal server "
"error.<br>This is most likely a temporary problem. Please try again later."
msgstr ""
+ "<html>Serwer OSM<br>''{0}''<br>zwróciÅ informacjÄ o wewnÄtrznym bÅÄdzie "
+ "serwera.<br>Prawdopodobnie to tymczasowy problem z serwerem. ProszÄ "
+ "spróbowaÄ ponownie później."
msgid "The OSM server ''{0}'' reported a bad request.<br>"
msgstr "Serwer OSM ''{0}'' zgÅosiÅ bÅÄdne żÄ
danie.<br>"
@@@ -13411,12 -13635,11 +13670,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13427,9 -13650,54 +13685,54 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr "Nieaktualna wersja Java"
+
+ msgid "Update Java"
+ msgstr "Aktualizuj Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "Używasz wersjÄ {0} Java"
+
+ msgid "February 2013"
+ msgstr "Luty 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM niedÅugo przestanie pracowaÄ na tej wersji; wysoce zalecana jest "
+ "aktualizacja do Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Czy chcesz teraz zaktualizowaÄ ?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13439,13 -13707,13 +13742,13 @@@ msgstr[0] "
msgstr[1] ""
msgid "Key is too long (max {0} characters):"
- msgstr ""
+ msgstr "Klucz jest zbyt dÅugi (max {0} znaków):"
msgid "Suspicious characters in key:"
msgstr ""
msgid "Value is too long (max {0} characters):"
- msgstr ""
+ msgstr "WartoÅÄ jest zbyt dÅuga (max {0} znaków):"
msgid "Do you want to paste these tags?"
msgstr "Czy chcesz wkleiÄ te tagi?"
@@@ -13454,16 -13722,31 +13757,31 @@@ msgid "Clear buffer
msgstr ""
msgid "Ignore warnings"
- msgstr ""
+ msgstr "Ignoruj ostrzeżenia"
msgid ""
"<html><p> Sorry, it is impossible to paste tags from buffer. It does not "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "dzieÅ"
+ msgstr[1] "dni"
+ msgstr[2] "dni"
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13529,6 -13812,8 +13847,8 @@@ msgid "
"You requested too many nodes (limit is 50,000). Either request a smaller "
"area, or use planet.osm"
msgstr ""
+ "ZażÄ
daÅeÅ zbyt wiele wÄzÅów (limit to 50,000). Zaznacz mniejszy teren, albo "
+ "użyj planet.osm"
msgid "Database offline for maintenance"
msgstr "Baza danych offline w celach konserwacyjnych"
@@@ -13786,6 -14071,11 +14106,11 @@@ msgid "Saturation:
msgstr "Nasycenie:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13942,7 -14232,7 +14267,7 @@@ msgid "
msgstr ""
msgid "Helps vectorizing WMS images."
- msgstr ""
+ msgstr "Pomaga w wektoryzacji obrazów WMS."
msgid ""
"Support live GPS input (moving dot) through a connection to gpsd server."
@@@ -13954,6 -14244,9 +14279,9 @@@ msgid "
"Provides the Log4j library for other JOSM plugins. Not meant to be installed "
"directly by users, but rather as a dependency for other plugins."
msgstr ""
+ "Dostarcza bibliotekÄ Log4j dla innych pluginów JOSM. Nie ma potrzeby "
+ "instalacji bezpoÅrednio przez użytkownika, jedynie jako zależnoÅÄ dla innych "
+ "pluginów."
msgid ""
"The MapDust Plug-In shows the MapDust bug reports on the map. You can "
@@@ -13988,6 -14281,8 +14316,8 @@@ msgid "
"Use your system''s password manager to store the API username and password. "
"(KWallet and gnome-keyring are supported.)"
msgstr ""
+ "Użyj systemowego menadżera haseÅ do przechowywania nazwy użytkownika i hasÅa "
+ "dostÄpu do API. ( ObsÅugiwane menadżery to KWallet i gnome-keyring)"
msgid ""
"Simulates a click when you do a small and short drag. This is useful for "
@@@ -14037,6 -14332,9 +14367,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14088,9 -14386,6 +14421,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Twórz i edytuj mapy dla OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14127,6 -14422,11 +14457,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14240,6 -14540,9 +14575,9 @@@ msgstr "Tunel
msgid "Embankment"
msgstr "Nasyp"
+ msgid "Toll"
+ msgstr "bramka (opÅata)"
+
msgid "Motorway Link"
msgstr "Autostrada - dojazd"
@@@ -14277,7 -14580,7 +14615,7 @@@ msgid "-10°
msgstr "-10°"
msgid "Primary Link"
- msgstr "Droga krajowa - dojazd"
+ msgstr "Droga krajowa - ÅÄ
cznik"
msgid "Edit Primary Link"
msgstr "Edycja dojazdu do drogi krajowej"
@@@ -14289,25 -14592,25 +14627,25 @@@ msgid "Edit Secondary Road
msgstr "Edycja drogi wojewódzkiej"
msgid "Secondary Link"
- msgstr "Droga wojewódzka - dojazd"
+ msgstr "Droga wojewódzka - ÅÄ
cznik"
msgid "Edit Secondary Link"
msgstr "Edycja dojazdu do drogi wojewódzkiej"
msgid "Tertiary"
- msgstr "Droga powiatowa"
+ msgstr "Droga trzeciorzÄdna"
msgid "Edit Tertiary Road"
msgstr "Edycja drogi powiatowej"
msgid "Tertiary Link"
- msgstr "Droga powiatowa - dojazd"
+ msgstr "Droga trzeciorzÄdna - ÅÄ
cznik"
msgid "Edit Tertiary Link"
- msgstr "Edycja dojazdu do drogi powiatowej"
+ msgstr "Edycja dojazdu do drogi trzeciorzÄdnej"
msgid "Unclassified"
- msgstr "Droga gminna"
+ msgstr "Droga czwartorzÄdna"
msgid "Edit Unclassified Road"
msgstr "Edycja drogi gminnej lub innej drogi publicznej"
@@@ -14324,6 -14627,50 +14662,50 @@@ msgstr "Droga lokalna
msgid "Edit Residential Street"
msgstr "Edycja drogi lokalnej / ulicy"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Typ drogi"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "tak"
+
+ msgid "no"
+ msgstr "nie"
+
+ msgid "destination"
+ msgstr "dojazd do posesji"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Strefa zamieszkania"
@@@ -14342,11 -14689,11 +14724,11 @@@ msgstr "obszar
msgid "Service"
msgstr "Droga serwisowa"
- msgid "Edit Serviceway"
- msgstr "Edycja drogi serwisowej"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Rodzaj"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "alejka"
@@@ -14357,6 -14704,9 +14739,9 @@@ msgstr "podjazd
msgid "parking_aisle"
msgstr "uliczka parkingowa"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Uliczka parkingowa"
@@@ -14384,18 -14734,12 +14769,12 @@@ msgstr "rondo
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "tak"
-
msgid "Road Restrictions"
msgstr "Ograniczenia na drodze"
msgid "Edit Road Restrictions"
msgstr "Edycja ograniczeÅ na drodze"
- msgid "Toll"
- msgstr "bramka (opÅata)"
-
msgid "No exit (cul-de-sac)"
msgstr "Ålepa ulica"
@@@ -14405,9 -14749,6 +14784,6 @@@ msgstr "Ograniczenia w ruchu
msgid "General Access"
msgstr "DostÄp dla wszystkich typów"
- msgid "destination"
- msgstr "dojazd do posesji"
-
msgid "delivery"
msgstr "dla dostaw"
@@@ -14417,15 -14758,15 +14793,15 @@@ msgstr "dopuszczalny
msgid "private"
msgstr "droga prywatna"
+ msgid "customers"
+ msgstr "klienci"
+
msgid "agricultural"
msgstr "dla rolnictwa"
msgid "forestry"
msgstr "leÅna"
- msgid "no"
- msgstr "nie"
-
msgid "official"
msgstr "oficjalnie"
@@@ -14471,6 -14812,9 +14847,9 @@@ msgstr "Pojazdy z wieloma pasażerami
msgid "Public Service Vehicles (psv)"
msgstr "Transport publiczny"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. prÄdkoÅÄ (km/h)"
@@@ -14529,10 -14873,10 +14908,10 @@@ msgid "secondary
msgstr "droga wojewódzka"
msgid "tertiary"
- msgstr "droga powiatowa"
+ msgstr "droga trzeciorzÄdna"
msgid "unclassified"
- msgstr "droga gminna"
+ msgstr "droga czwartorzÄdna"
msgid "residential"
msgstr "zabudowa"
@@@ -14555,6 -14899,9 +14934,9 @@@ msgstr "Edycja mostu
msgid "viaduct"
msgstr "Wiadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14659,20 -15006,29 +15041,29 @@@ msgstr "
msgid "Visibility"
msgstr "WidocznoÅÄ"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "doskonaÅa"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "dobra"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "Årednia"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "zÅa"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "tragiczna"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Wózki inwalidzkie"
@@@ -14689,11 -15045,11 +15080,11 @@@ msgstr "Åcieżka do jazdy konnej
msgid "Edit Bridleway"
msgstr "Edycja Åcieżki do jazdy konnej"
- msgid "Cycle Lane"
- msgstr "Pas dla rowerzystów"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Edycja pasa dla rowerzystów"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Åcieżka rowerowa"
@@@ -14728,8 -15084,8 +15119,8 @@@ msgstr "Åcieżka rowerowa (po prawej)
msgid "Oneway (bicycle)"
msgstr "Jednokierunkowa (dla rowerów)"
- msgid "Edit Highway"
- msgstr "Edytuj drogÄ"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Droga"
@@@ -14797,12 -15153,18 +15188,18 @@@ msgstr "Miejsce odpoczynku
msgid "Edit Rest Area"
msgstr "Edycja miejsca odpoczynku"
- msgid "Emergency Phone"
- msgstr "Telefon alarmowy"
+ msgid "Drinking Water"
+ msgstr "Woda do picia"
msgid "Traffic Signal"
msgstr "Sygnalizacja Åwietlna"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Typ przejÅcia dla pieszych"
@@@ -14818,15 -15180,6 +15215,6 @@@ msgstr "wysepka
msgid "unmarked"
msgstr "nieoznakowane"
- msgid "Cross on horseback"
- msgstr "Przejazd na koniu"
-
- msgid "Cross by bicycle"
- msgstr "Przejazd na rowerze"
-
- msgid "Crossing attendant"
- msgstr "opiekun na przejÅciu dla pieszych"
-
msgid "Crossing type name (UK)"
msgstr "Rodzaj przejÅcia dla pieszych (UK)"
@@@ -14848,6 -15201,15 +15236,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr "opiekun na przejÅciu dla pieszych"
+
+ msgid "Cross by bicycle"
+ msgstr "Przejazd na rowerze"
+
+ msgid "Cross on horseback"
+ msgstr "Przejazd na koniu"
+
msgid "Stop"
msgstr "Znak stop"
@@@ -14857,6 -15219,9 +15254,9 @@@ msgstr "UstÄ
pienie pierwszeÅstwa
msgid "Mini-roundabout"
msgstr "Minirondo"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Kierunek"
@@@ -14866,10 -15231,7 +15266,7 @@@ msgstr "zgodnie z ruchem wskazówek zeg
msgid "Pedestrian Crossing"
msgstr "PrzejÅcie dla pieszych"
- msgid "Edit Crossing"
- msgstr "Edycja przejÅcia dla pieszych"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14902,9 -15264,6 +15299,6 @@@ msgstr "podest
msgid "Passing Place"
msgstr "Zatoka"
- msgid "Edit Passing Place"
- msgstr "Edycja zatoki"
-
msgid "Turning Circle"
msgstr "Miejsce do zawracania"
@@@ -14947,6 -15306,12 +15341,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Dozwolony ruch:"
+ msgid "Material"
+ msgstr "MateriaÅ"
+
+ msgid "stone"
+ msgstr "kamieÅ"
+
msgid "Bollard"
msgstr "SÅupek drogowy"
@@@ -14962,6 -15327,9 +15362,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastik"
+
msgid "Cycle Barrier"
msgstr "Przegroda dla rowerzystów"
@@@ -15031,20 -15399,14 +15434,17 @@@ msgstr "
msgid "electric"
msgstr "energia elektryczna"
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "sÅup"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
- msgstr "ÅaÅcuch"
-
- msgid "hedge"
- msgstr "żywopÅot"
++msgid "Edit Guard Rail"
+ msgstr ""
- msgid "pole"
- msgstr "sÅup"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr ""
@@@ -15072,22 -15434,23 +15472,32 @@@ msgstr "
msgctxt "Barrier"
msgid "Ditch"
-msgstr "Rów"
+msgstr ""
+
+msgid "Edit Ditch"
+msgstr "Edytuj rów"
+
+msgid "Kerb"
+msgstr ""
+
+msgid "Edit Kerb"
+msgstr ""
- msgid "Entrance"
- msgstr "WejÅcie"
+ msgctxt "Barrier"
+ msgid "Edit Ditch"
+ msgstr "Edytuj rów"
- msgid "Edit Entrance"
- msgstr "Edycja wejÅcia"
+ msgid "Kerb"
+ msgstr ""
+
+ msgid "Edit Kerb"
+ msgstr ""
+
+ msgid "Entrance (barrier opening)"
+ msgstr ""
+
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Brama"
@@@ -15140,12 -15503,6 +15550,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "MateriaÅ"
-
- msgid "stone"
- msgstr "kamieÅ"
-
msgid "Turnstile"
msgstr "KoÅowrotek"
@@@ -15206,12 -15563,21 +15610,21 @@@ msgstr "Edycja odpÅywu
msgid "Ditch"
msgstr "Rów"
- msgid "Stream"
- msgstr "StrumieÅ"
+ msgid "Edit Ditch"
+ msgstr "Edytuj rów"
+
+ msgid "Stream"
+ msgstr "StrumieÅ"
msgid "Edit Stream"
msgstr "Edycja strumienia"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "KanaÅ"
@@@ -15251,9 -15617,6 +15664,6 @@@ msgstr "Edycja tamy
msgid "Groyne"
msgstr "Ostroga regulacyjna"
- msgid "Edit Groyne"
- msgstr "Edycja ostrogi regulacyjnej"
-
msgid "Breakwater"
msgstr "Falochron"
@@@ -15287,6 -15650,21 +15697,21 @@@ msgstr "Edycja zakrytego sztucznego jez
msgid "Edit Water"
msgstr "Edycja zbiornika wodnego"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "LÄ
d (wyspa)"
@@@ -15368,20 -15746,25 +15793,25 @@@ msgstr "Edycja terminalu promowego
msgid "Cargo"
msgstr "Åadunek"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "pasażerowie"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "pojazdy"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "rowery"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "samochody ciÄżarowe"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "pasażerowie; pojazdy"
+ msgstr ""
msgid "Ferry Route"
msgstr "Trasa promu"
@@@ -15455,8 -15838,8 +15885,8 @@@ msgstr "turystyka
msgid "freight"
msgstr ""
- msgid "Service/Type"
- msgstr "Typ"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "dworzec przetokowy"
@@@ -15479,11 -15862,14 +15909,14 @@@ msgstr "sieÄ trakcyjna
msgid "rail"
msgstr "kolej"
- msgid "Voltage"
- msgstr "NapiÄcie"
+ msgid "Voltage in Volts (V)"
+ msgstr "NapiÄcie w Voltach (V)"
- msgid "Frequency (Hz)"
- msgstr "CzÄstotliwoÅÄ (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "CzÄstotliwoÅÄ w Hertzach (Hz)"
+
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15494,9 -15880,6 +15927,6 @@@ msgstr "Kolej wÄ
skotorowa
msgid "Edit Narrow Gauge Rail"
msgstr "Edycja toru kolei wÄ
skotorowej"
- msgid "Types"
- msgstr "Rodzaj"
-
msgid "Monorail"
msgstr "Tor jednoszynowy"
@@@ -15518,15 -15901,15 +15948,15 @@@ msgstr "Edycja trasy szybkiego tramwaju
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Edycja torów tramwajowych"
+
msgid "Edit Subway"
msgstr "Edycja toru metra"
msgid "Tram"
msgstr "Tramwaj"
-msgid "Edit Tram"
-msgstr "Edycja torów tramwajowych"
-
msgid "Bus Guideway"
msgstr "Autobus torowy"
@@@ -15548,6 -15931,9 +15978,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Przejazd kolejowy"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "Strzeżony"
@@@ -15560,18 -15946,32 +15993,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "poÅowiczna"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "peÅna"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "PrzejÅcie przez tory"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Rodzaj przejazdu"
@@@ -15671,11 -16071,9 +16118,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15687,13 -16085,11 +16132,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Edycja stacji"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pylon"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Edycja pylonu"
+ msgstr ""
msgid "Parking"
msgstr "Parking"
@@@ -15710,12 -16106,12 +16153,12 @@@ msgstr "terenowy
msgid "underground"
msgstr "podziemny"
+ msgid "rooftop"
+ msgstr "na dachu"
+
msgid "Access"
msgstr "DostÄp do drogi"
- msgid "customers"
- msgstr "klienci"
-
msgid "Park and Ride"
msgstr "Parkuj i Jedź"
@@@ -15743,9 -16139,6 +16186,6 @@@ msgstr "Miejsce parkingowe
msgid "Edit Parking space"
msgstr "Edycja miejsca parkinkowego"
- msgid "rooftop"
- msgstr "na dachu"
-
msgid "Capacity"
msgstr "PojemnoÅÄ"
@@@ -15767,11 -16160,30 +16207,30 @@@ msgstr "Godziny otwarcia
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Pon-Pt 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Wt-N 08:00-15:00;So 08:00-12:00"
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Wjazd na parking"
@@@ -15920,6 -16332,9 +16379,9 @@@ msgstr "Stacja Åadowania
msgid "Edit Charging Station (for electric cars)"
msgstr "Edycja stacji Åadowania (dla aut z elektrycznym napÄdem)"
+ msgid "Voltage"
+ msgstr "NapiÄcie"
+
msgid "Amperage"
msgstr "NatÄżenie"
@@@ -15941,6 -16356,12 +16403,12 @@@ msgstr "Warsztat samochodowy
msgid "Edit Car Repair"
msgstr "Edycja warsztatu samochodowego"
+ msgid "Parts"
+ msgstr "CzÄÅci"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Sklep z oponami"
@@@ -15968,6 -16389,12 +16436,12 @@@ msgstr "Wypożyczalnia
msgid "Edit Car Rental"
msgstr "Edycja wypożyczalni samochodów"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Punkt carsharingu"
@@@ -15992,22 -16419,6 +16466,6 @@@ msgstr "UsÅugi:
msgid "Sale"
msgstr "Sprzedaż"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "tak"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "markowe"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "używane"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nie"
-
msgid "brand"
msgstr "marka"
@@@ -16029,9 -16440,6 +16487,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "CzÄÅci"
-
msgid "Clothes"
msgstr "Odzież"
@@@ -16226,6 -16634,9 +16681,9 @@@ msgstr "Miejsce oczekiwania
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Autobus"
@@@ -16256,6 -16667,9 +16714,9 @@@ msgstr "
msgid "Ferry"
msgstr "Prom"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Åawka"
@@@ -16268,9 -16682,6 +16729,6 @@@ msgstr "Dla niepeÅnosprawnych
msgid "limited"
msgstr "limitowane"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16280,8 -16691,13 +16738,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr "Stacja/dworzec/port"
+ msgstr "Stacja kolejowa"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Edycja stacji kolejowej"
msgid "Building"
msgstr "Budynek"
@@@ -16295,6 -16711,9 +16758,9 @@@ msgstr "Edycja wejÅcia do metra
msgid "Ticket Machine"
msgstr "Automat biletowy"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Numer identyfikacyjny"
@@@ -16319,14 -16738,6 +16785,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr "Transport publiczny (przestarzaÅe)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Stacja kolejowa"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Edycja stacji kolejowej"
-
msgid "UIC-Reference"
msgstr "Numer UIC"
@@@ -16375,8 -16786,8 +16833,8 @@@ msgstr "Edycja peronu autobusowego
msgid "Taxi"
msgstr "Postój taksówek"
- msgid "Edit Taxi station"
- msgstr "Edycja postoju taksówek"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Lotnisko"
@@@ -16429,6 -16840,21 +16887,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Edycja terminalu"
+ msgid "Internet access"
+ msgstr "DostÄp do internetu"
+
+ msgid "wlan"
+ msgstr "bezprzewodowy"
+
+ msgid "wired"
+ msgstr "przewodowy"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "OpÅata za internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Brama"
@@@ -16451,21 -16877,6 +16924,6 @@@ msgstr "Edycja hotelu
msgid "Stars"
msgstr "Gwiazdki"
- msgid "Internet access"
- msgstr "DostÄp do internetu"
-
- msgid "wlan"
- msgstr "bezprzewodowy"
-
- msgid "wired"
- msgstr "przewodowy"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "OpÅata za internet"
-
msgid "Smoking"
msgstr "Palenie"
@@@ -16655,9 -17066,6 +17113,6 @@@ msgstr "Klub ze stripteasem
msgid "Edit Stripclub"
msgstr "Edycja klubu ze stripteasem"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Wt-Nd 08:00-15:00; So 08:00-12:00"
-
msgid "Tourism"
msgstr "Turystyka"
@@@ -16679,9 -17087,15 +17134,15 @@@ msgstr "Wieża widokowa
msgid "Information Office"
msgstr "Informacja turystyczna"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "SzczegóÅowoÅÄ"
@@@ -16694,6 -17108,9 +17155,9 @@@ msgstr "ulice
msgid "scheme"
msgstr "schemat"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Obszar"
@@@ -16733,6 -17150,9 +17197,9 @@@ msgstr "...możliwe inne rodzaje transp
msgid "Information Board"
msgstr "Tablica informacyjna"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "ZawartoÅÄ"
@@@ -16754,23 -17174,35 +17221,35 @@@ msgstr "tablica botaniczna
msgid "Guidepost"
msgstr "Drogowskaz"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Terminal informacyjny"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Opis"
msgid "Audioguide"
msgstr "Audioprzewodnik"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Audioprzewodnik dostÄpny przez telefon?"
msgid "Phone number"
msgstr "Numer telefonu"
- msgid "Other Information Points"
- msgstr "Inny punkt informacyjny"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Rozrywka"
@@@ -16899,50 -17331,44 +17378,44 @@@ msgstr "Sztuka
msgid "Edit Artwork"
msgstr "Edycja obiektu sztuki"
- msgid "Place of Worship"
- msgstr "Miejsce kultu religijnego"
-
- msgid "Edit Place of Worship"
- msgstr "Edycja miejsca kultu religijnego"
-
- msgid "Religion"
- msgstr "Religia"
+ msgid "Recording Studio"
+ msgstr "Studio nagraÅ"
- msgid "bahai"
- msgstr "bahaizm"
+ msgid "Edit Studio"
+ msgstr "Edycja studia nagraÅ"
- msgid "buddhist"
- msgstr "buddyzm"
+ msgid "audio"
+ msgstr "audio"
- msgid "christian"
- msgstr "chrzeÅcijaÅstwo"
+ msgid "video"
+ msgstr "video"
- msgid "hindu"
- msgstr "hinduizm"
+ msgid "Place of Worship"
+ msgstr "Miejsce kultu religijnego"
- msgid "jain"
- msgstr "dżinizm"
+ msgid "Church"
+ msgstr "KoÅcióÅ"
- msgid "jewish"
- msgstr "judaizm"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "islam"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikhizm"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spirytualizm"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoizm"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarianizm"
+ msgid "church"
+ msgstr "koÅcióÅ"
- msgid "zoroastrian"
- msgstr "zaratusztrianizm"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Wyznanie"
@@@ -16959,6 -17385,12 +17432,12 @@@ msgstr "katolickie
msgid "evangelical"
msgstr "ewangelikalizm"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "Åwiadkowie Jehowy"
@@@ -16971,6 -17403,9 +17450,9 @@@ msgstr "metodyÅci
msgid "mormon"
msgstr "mormoni"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "koÅcióŠprawosÅawny"
@@@ -16989,43 -17424,143 +17471,143 @@@ msgstr "kwakrzy
msgid "roman_catholic"
msgstr "rzymskokatolickie"
- msgid "shia"
- msgstr "szyici"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunnici"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Godziny nabożeÅstw"
- msgid "Su 10:00"
- msgstr "Nd 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Nd 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Nd 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Godziny otwarcia"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Studio nagraÅ"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Edycja studia nagraÅ"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "audio"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr "Meczet"
- msgid "Public Building"
- msgstr "Budynek użytecznoÅci publicznej"
+ msgid "Edit Mosque"
+ msgstr "Edycja Meczetu"
- msgid "Edit Public Building"
+ msgid "mosque"
+ msgstr "meczet"
+
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "szyici"
+
+ msgid "sunni"
+ msgstr "sunnici"
+
+ msgid "Synagogue"
+ msgstr "Synagoga"
+
+ msgid "Edit Synagogue"
+ msgstr "Edycja Synagogi"
+
+ msgid "synagogue"
+ msgstr "synagoga"
+
+ msgid "conservative"
+ msgstr "ortodoksyjna"
+
+ msgid "reform"
+ msgstr "reformowana"
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religia"
+
+ msgid "bahai"
+ msgstr "bahaizm"
+
+ msgid "jain"
+ msgstr "dżinizm"
+
+ msgid "sikh"
+ msgstr "sikhizm"
+
+ msgid "spiritualist"
+ msgstr "spirytualizm"
+
+ msgid "taoist"
+ msgstr "taoizm"
+
+ msgid "unitarian"
+ msgstr "unitarianizm"
+
+ msgid "zoroastrian"
+ msgstr "zaratusztrianizm"
+
+ msgid "Public Building"
+ msgstr "Budynek użytecznoÅci publicznej"
+
+ msgid "Edit Public Building"
msgstr "Edycja budynku użytecznoÅci publicznej"
msgid "Town hall"
@@@ -17109,6 -17644,12 +17691,12 @@@ msgstr "Edycja szkoÅy jazdy
msgid "License Classes"
msgstr "Kategorie prawa jazdy"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Zdrowie"
@@@ -17190,12 -17731,66 +17778,66 @@@ msgstr "Weterynarz
msgid "Edit Veterinary"
msgstr "Edycja lecznicy weterynaryjnej"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "publiczny"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Skrzynka pocztowa"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -17205,6 -17800,30 +17847,30 @@@ msgstr "Edycja telefonu
msgid "Telephone cards"
msgstr "na karty telefoniczne"
+ msgid "Emergency Phone"
+ msgstr "Telefon alarmowy"
+
+ msgid "Internet Access"
+ msgstr "Punkt dostÄpu do Internetu"
+
+ msgid "Edit Internet Access"
+ msgstr "Edytuj punkt dostÄpu do Internetu"
+
+ msgid "Automated Defibrillator"
+ msgstr "Defibrylator"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Edycja defibrylatora"
+
+ msgid "Located inside a building?"
+ msgstr "WewnÄ
trz budynku"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Zegar"
@@@ -17214,31 -17833,37 +17880,37 @@@ msgstr "Edycja zegaru
msgid "Display"
msgstr "WyÅwietlacz"
- msgctxt "display"
msgid "analog"
msgstr "analogowy"
- msgctxt "display"
msgid "digital"
msgstr "cyfrowy"
- msgctxt "display"
msgid "sundial"
msgstr "sÅoneczny"
- msgctxt "display"
msgid "unorthodox"
msgstr "niekonwencjonalny"
msgid "Support"
- msgstr ""
+ msgstr "Podpora"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "sÅup"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "Åcienny"
+ msgstr "Åciana"
+ msgctxt "mounting/support"
msgid "billboard"
msgstr "billboard"
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "grunt"
+
msgid "Visibility/readability"
msgstr "WidocznoÅÄ (czytelnoÅÄ)"
@@@ -17264,25 -17889,25 +17936,25 @@@ msgid "Shows humidity
msgstr "Pokazuje wilgotnoÅÄ"
msgid "Recycling"
- msgstr "Zbiórka odpadów"
+ msgstr "Punkt zbiórki odpadów"
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr "Edycja punktu zbiórki odpadów"
msgid "Batteries"
- msgstr "baterie"
+ msgstr "Baterie"
msgid "Cans"
- msgstr "puszki"
+ msgstr "Puszki"
msgid "Glass"
- msgstr "szkÅo"
+ msgstr "SzkÅo"
msgid "Paper"
- msgstr "papier"
+ msgstr "Papier"
msgid "Scrap Metal"
- msgstr "zÅom"
+ msgstr "ZÅom"
msgid "container"
msgstr "pojemnik"
@@@ -17293,21 -17918,15 +17965,15 @@@ msgstr "oÅrodek
msgid "Waste Basket"
msgstr "Kosz na Åmieci"
- msgid "Edit Waste Basket"
- msgstr "Edycja kosza na Åmieci"
-
msgid "Waste Disposal"
msgstr "Kontener na Åmieci"
- msgid "Edit Waste Disposal"
- msgstr "Edycja kontenera na Åmieci"
+ msgid "Edit Bench"
+ msgstr "Edycja Åawki"
msgid "Backrest"
msgstr "Oparcie"
- msgid "plastic"
- msgstr "plastik"
-
msgid "Amount of Seats"
msgstr "PojemnoÅÄ"
@@@ -17319,15 -17938,15 +17985,15 @@@ msgstr "Rodzaj schronienia
msgctxt "shelter"
msgid "weather_shelter"
- msgstr ""
+ msgstr "przeciwpogodowy"
msgctxt "shelter"
msgid "public_transport"
- msgstr "transport publiczny"
+ msgstr "wiata przystankowa"
msgctxt "shelter"
msgid "picnic_shelter"
- msgstr ""
+ msgstr "piknikowa"
msgctxt "shelter"
msgid "wildlife_hide"
@@@ -17342,8 -17961,17 +18008,17 @@@ msgstr "Edycja ambony strzelniczej
msgid "Height"
msgstr "WysokoÅÄ"
+ msgctxt "height"
msgid "low"
- msgstr "niska"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Ukryj"
@@@ -17351,11 -17979,8 +18026,8 @@@
msgid "Lock"
msgstr "Zablokuj"
- msgid "Drinking Water"
- msgstr "Woda do picia"
-
msgid "Edit Source of Potable Water"
- msgstr ""
+ msgstr "Edycja wody do picia"
msgid "Indoor"
msgstr ""
@@@ -17380,11 -18005,14 +18052,14 @@@ msgstr "Åcienny
msgctxt "pipeline"
msgid "pond"
- msgstr ""
+ msgstr "z jeziora (suchy)"
msgid "Diameter (in mm)"
msgstr "Årednica (w mm)"
+ msgid "Hydrant Position"
+ msgstr "PoÅożenie"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "jezdnia"
@@@ -17405,7 -18033,7 +18080,7 @@@ msgid "Pressure (in bar)
msgstr "CiÅnienie (w barach)"
msgid "suction"
- msgstr ""
+ msgstr "ssanie"
msgid "Count"
msgstr "Liczba"
@@@ -17422,119 -18050,155 +18097,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Edycja stadionu"
- msgid "select sport:"
- msgstr "wybierz sport:"
+ msgid "Select sport:"
+ msgstr "Wybierz sport:"
- msgid "sport"
+ msgid "Sport"
msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "różne sporty"
+ msgstr "wielofunkcyjne"
+ msgctxt "sport"
msgid "archery"
msgstr "Åucznictwo"
+ msgctxt "sport"
msgid "athletics"
msgstr "lekkoatletyka"
+ msgctxt "sport"
msgid "american_football"
msgstr "futbol amerykaÅski"
+ msgctxt "sport"
msgid "australian_football"
- msgstr "futbol australijski"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "Koszykówka"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "bule"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "gra w kule"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "futbol kanadyjki"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kajakarstwo"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "wspinaczka"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "krykiet"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "krykiet"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "krokiet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "kolarstwo"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "wyÅcigi psów"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "jazda konna"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnastyka"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hokej"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "wyÅcigi konne"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "sporty motorowe"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "sport rakietowy"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "rugby_league"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "rugby_union"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "strzelectwo"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "jazda na deskorolce"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "Åyżwiarstwo"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "narciarstwo"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "piÅka nożna"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "pÅywanie"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tenis stoÅowy"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Centrum sportowe"
@@@ -17566,33 -18230,43 +18277,43 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Edycja minigolfa"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Różne sporty"
msgid "Edit Multi"
msgstr "Edycja różnych sportów"
- msgid "type"
- msgstr "rodzaj"
-
+ msgctxt "running"
msgid "pitch"
msgstr "boisko"
+ msgctxt "running"
msgid "sports_centre"
msgstr "centrum sportowe"
+ msgctxt "running"
msgid "stadium"
msgstr "stadion"
+ msgctxt "running"
+ msgid "track"
+ msgstr "tor"
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "boisko"
+
+ msgid "sports_centre"
+ msgstr "centrum sportowe"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr "KrÄgle"
@@@ -17626,6 -18300,22 +18347,22 @@@ msgstr "Edycja kajakarstwa
msgid "Edit Cycling"
msgstr "Edycja jazdy na rowerze"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "boisko"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "centrum sportowe"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "stadion"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "tor"
+
msgid "Dog Racing"
msgstr "WyÅcigi psów"
@@@ -17682,7 -18372,7 +18419,7 @@@ msgid "Skating
msgstr "Åyżwiarstwo"
msgid "Edit Skating"
- msgstr "Edycja Åyżwiarstwa"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17726,36 -18416,54 +18463,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Poziom trudnoÅci"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "dla poczÄ
tkujÄ
cych"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "Åatwa"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "zaawansowana"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "dla ekspertów"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17798,19 -18506,15 +18553,15 @@@ msgstr "Gry gaelickie
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
- msgstr "PiÅka nożna"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17949,6 -18653,18 +18700,18 @@@ msgstr "Lotnisko dla modeli
msgid "Edit Model Aerodrome"
msgstr "Edycja lotniska dla modeli"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "Zdalnie sterowane samochody"
@@@ -17961,59 -18677,133 +18724,133 @@@ msgstr "Obiekty sztuczne
msgid "Edit Building"
msgstr "Edycja budynku"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "tak"
+
+ msgctxt "building"
msgid "roof"
- msgstr "zadaszony"
+ msgstr "zadaszenie"
+ msgctxt "building"
msgid "garage"
msgstr "garaż"
- msgid "church"
- msgstr "koÅcióÅ"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "garaże"
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "budynek przemsylowy"
+
+ msgctxt "building"
msgid "school"
msgstr "szkoÅa"
+ msgctxt "building"
msgid "hangar"
msgstr "hangar"
+ msgctxt "building"
msgid "commercial"
- msgstr "dziaÅalnoÅÄ komercyjna"
+ msgstr "biura i usÅugi"
+ msgctxt "building"
msgid "farm"
- msgstr "ferma"
+ msgstr "budynek na farmie"
+ msgctxt "building"
msgid "transportation"
- msgstr "transport"
+ msgstr "budynek transportu i ÅÄ
cznoÅci"
+ msgctxt "building"
msgid "greenhouse"
msgstr "szklarnia"
+ msgctxt "building"
msgid "office"
msgstr "biurowiec"
+ msgctxt "building"
msgid "university"
msgstr "uniwersytet"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "szpital"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "magazyn"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "budynek handlu"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "szopa"
+
msgid "Residential Building"
msgstr "Budynek mieszkalny"
msgid "Edit Residential Building"
msgstr "Edycja budynku mieszkalnego"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "wielorodzinny"
+ msgstr "apartament"
+ msgctxt "building"
msgid "house"
msgstr "dom"
+ msgctxt "building"
msgid "hut"
msgstr "chata"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
- msgstr "szeregowiec"
+ msgstr "szeregówka"
+ msgctxt "building"
msgid "detached"
- msgstr "dom jednorodzinny"
+ msgstr "jednorodzinny"
+
+ msgid "Entrance"
+ msgstr "WejÅcie"
+
+ msgid "Edit Entrance"
+ msgstr "Edycja wejÅcia"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "tak"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "gÅówne"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "serwisowe"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "wyjÅcie"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "awaryjne"
msgid "Tower"
msgstr "Wieża"
@@@ -18064,7 -18854,7 +18901,7 @@@ msgid "Edit Pipeline
msgstr "Edycja rurociÄ
gu"
msgid "water"
- msgstr "woda"
+ msgstr "wodny"
msgid "gas"
msgstr "gazowy"
@@@ -18083,11 -18873,11 +18920,11 @@@ msgstr "PoÅożenie
msgctxt "pipeline"
msgid "underwater"
- msgstr "podwodÄ
"
+ msgstr "podwodny"
msgctxt "pipeline"
msgid "overground"
- msgstr "nad ziemiÄ
"
+ msgstr "naziemny"
msgid "Crane"
msgstr "Dźwig"
@@@ -18239,41 -19029,67 +19076,67 @@@ msgstr "Czas dziaÅania
msgid "Mo-Fr 22:00-05:00"
msgstr "Pon-Pt 22:00-05:00"
- msgid "Measurement Station"
- msgstr "Stacja pomiaru"
+ msgid "Monitoring Station"
+ msgstr "Stacja pomiarowa"
+
+ msgid "Edit Monitoring Station"
+ msgstr "Edycja stacji pomiarowej"
- msgid "Edit Measurement Station"
- msgstr "Edycja stacji pomiaru"
+ msgid "Monitoring:"
+ msgstr "Monitoring"
- msgid "Measurement"
- msgstr "Pomiar"
+ msgid "Weather"
+ msgstr "Pogoda"
- msgid "particulate_matter"
- msgstr "pyÅu"
+ msgid "Water level"
+ msgstr "Poziom wody"
- msgid "seismic"
- msgstr "sejsmiczny"
+ msgid "Tide Level"
+ msgstr "PÅywy"
- msgid "water_level"
- msgstr "poziom wody"
+ msgid "Traffic"
+ msgstr "Ruch uliczny"
- msgid "weather"
- msgstr "pogoda"
+ msgid "Air Quality"
+ msgstr "JakoÅÄ powietrza"
- msgid "Recording"
- msgstr "Zapisywanie"
+ msgid "Noise"
+ msgstr "GÅoÅnoÅÄ"
- msgid "manually"
- msgstr "rÄcznie"
+ msgid "GPS Signals"
+ msgstr "SygnaÅy GPS"
- msgid "automated"
- msgstr "automatycznie"
+ msgid "GLONASS Signals"
+ msgstr "SygnaÅy GLONASS"
- msgid "remote"
- msgstr "zdalnie"
+ msgid "Galileo Signals"
+ msgstr "SygnaÅy Galileo"
- msgctxt "display"
- msgid "no"
+ msgid "Radiation"
+ msgstr "Promieniowanie"
+
+ msgid "Seismic Activity"
+ msgstr "AktywnoÅÄ sejsmiczna"
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -18282,29 -19098,119 +19145,119 @@@ msgstr "Punkt geodezyjny
msgid "Edit Survey Point"
msgstr "Edycja punktu geodezyjnego"
- msgid "Surveillance"
- msgstr "Monitoring"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Edycja kamery do monitoringu"
- msgid "indoor"
- msgstr "wewnÄtrzny"
+ msgid "indoor"
+ msgstr "wewnÄtrzny"
+
+ msgid "outdoor"
+ msgstr "zewnÄtrzny"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "sklep"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "WysokoÅÄ (m)"
+
+ msgid "Power"
+ msgstr "Energetyka"
+
+ msgid "Power Plant"
+ msgstr "Elektrownia"
+
+ msgid "Edit Power Plant"
+ msgstr "Edycja elektrowni"
+
+ msgid "Start date"
+ msgstr "Data uruchomienia"
+
+ msgid "Output forms of energy"
+ msgstr "NoÅniki energii"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "energia elektryczna"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "gorÄ
ca woda"
+
+ msgid "hot air"
+ msgstr "gorÄ
ce powietrze"
+
+ msgid "cold water"
+ msgstr "zimna woda"
- msgid "outdoor"
- msgstr "zewnÄtrzny"
+ msgid "cold air"
+ msgstr "zimne powietrze"
- msgid "public"
- msgstr "publiczny"
+ msgid "compressed air"
+ msgstr "sprÄżone powietrze"
- msgid "Power"
- msgstr "Energetyka"
+ msgid "steam"
+ msgstr "para wodna"
+
+ msgid "vacuum"
+ msgstr "próżnia"
msgid "Power Generator"
- msgstr "Elektrownia"
+ msgstr "Generator elektryczny"
msgid "Edit Power Generator"
- msgstr "Edycja elektowni"
+ msgstr "Edycja generatora elektrycznego"
msgid "biofuel"
msgstr "biopaliwo"
@@@ -18340,7 -19246,7 +19293,7 @@@ msgid "tidal
msgstr ""
msgid "waste"
- msgstr ""
+ msgstr "spalarnia"
msgid "wave"
msgstr ""
@@@ -18351,89 -19257,192 +19304,192 @@@ msgstr "wiatrowa
msgid "Method"
msgstr "Metoda"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "fermentacja beztlenowa"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+ msgctxt "generator method"
msgid "combustion"
- msgstr "spalanie"
+ msgstr ""
- msgid "dam"
- msgstr "tama z turbinÄ
wodnÄ
"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "rozszczepienie jÄ
dra atomowego"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fuzja jÄ
drowa"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "gazyfikacja"
-
- msgid "photovoltaic"
- msgstr "fotowoltaiczna"
+ msgstr ""
- msgid "pumped-storage"
- msgstr "elektrownia szczytowo-pompowa"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "pompowanie (np. woda geotermalna)"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "pyroliza"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "turbina wodna (bez spiÄtrzenia wody)"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termiczna (np. kolektory sÅoneczne)"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "NoÅniki energii"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "energia elektryczna"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "gorÄ
ca woda"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "gorÄ
ce powietrze"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "zimna woda"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "zimne powietrze"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "sprÄżone powietrze"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "para wodna"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "próżnia"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr "fuzja jÄ
drowa"
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr "rozszczepienie jadra atomowego"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
- msgid "battery charging"
- msgstr "Åadowanie akumulatora"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Rozdzielnia elektryczna"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Edycja rozdzielni elektrycznej"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Stacja transformatorowa"
@@@ -18444,6 -19453,21 +19500,21 @@@ msgstr "Edycja stacji transformatorowej
msgid "Line reference"
msgstr "Oznaczenie linii"
+ msgid "high"
+ msgstr "wysoki"
+
+ msgid "medium"
+ msgstr "Åredni"
+
+ msgid "low"
+ msgstr "niski"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Rozdzielcza skrzynka elektryczna"
@@@ -18459,6 -19483,9 +19530,9 @@@ msgstr "Edycja sÅupa wysokiego napiÄc
msgid "Tower reference"
msgstr "Numer referencyjny"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "SÅup"
@@@ -18477,13 -19504,11 +19551,11 @@@ msgstr "Edycja linii elektrycznej
msgid "Line type"
msgstr "Rodzaj linii"
- msgctxt "Power Line"
msgid "line"
- msgstr "wysokie napiÄcie"
+ msgstr "linia"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "Årednie napiÄcie"
+ msgstr "linia drugorzÄdna"
msgid "Amount of Cables"
msgstr "Liczba kabli"
@@@ -18590,14 -19615,14 +19662,14 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Edycja kiosku"
- msgid "Baker"
+ msgid "Bakery"
msgstr "Piekarnia"
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr "Edycja piekarni"
msgid "Butcher"
- msgstr "Rzeźnik"
+ msgstr "Sklep miÄsny"
msgid "Edit Butcher"
msgstr "Edycja sklepu miÄsnego"
@@@ -18605,7 -19630,7 +19677,7 @@@
msgid "Seafood"
msgstr "Sklep rybny"
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr "Edycja sklepu rybnego"
msgid "Deli (Fine Food)"
@@@ -18626,6 -19651,9 +19698,9 @@@ msgstr "Plac targowy
msgid "Edit Marketplace"
msgstr "Edycja placu targowego"
+ msgid "Organic"
+ msgstr "Naturalna żywnoÅÄ"
+
msgid "Greengrocer"
msgstr "Sklep warzywny"
@@@ -18633,25 -19661,22 +19708,22 @@@ msgid "Edit Greengrocer
msgstr "Edycja sklepu warzywnego"
msgid "Farm Stand"
- msgstr ""
+ msgstr "Stoisko gospodarstwa rolnego"
msgid "Edit Farm Stand"
- msgstr ""
-
- msgid "Organic"
- msgstr "Naturalna żywnoÅÄ"
+ msgstr "Edycja stoiska gospodarstwa rolnego"
msgid "Edit Organic/Bio"
- msgstr ""
+ msgstr "Edycja sklepu z naturalnÄ
żywnoÅciÄ
"
msgid "Organic/Bio"
- msgstr ""
+ msgstr "Naturalna żywnoÅÄ"
msgid "Fair Trade"
msgstr "Sprawiedliwy handel"
msgid "Edit Fair Trade"
- msgstr "Modyfikuj sprawiedliwy handel"
+ msgstr "Edytuj sprawiedliwy handel"
msgid "Alcohol"
msgstr "Sklep monopolowy"
@@@ -18710,8 -19735,8 +19782,8 @@@ msgstr "Edycja krawca
msgid "Fabric"
msgstr "Tkaniny"
- msgid "Edit Fabric"
- msgstr "Edycja sklepu z tkaninami"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronika"
@@@ -18731,14 -19756,14 +19803,14 @@@ msgstr "Edycja sklepu elektronicznego
msgid "Mobile Phone"
msgstr "Sklep z telefonami komórkowymi"
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr "Edycja sklepu z telefonami komórkowymi"
msgid "Vacuum Cleaner"
msgstr "Sklep z odkurzaczami"
- msgid "Edit Vacuum Cleaner"
- msgstr "Edycja sklepu z odkurzaczami"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Sklep ze sprzÄtem hi-fi"
@@@ -18746,9 -19771,8 +19818,8 @@@
msgid "Edit Hifi Shop"
msgstr "Edycja sklepu ze sprzÄtem hi-fi"
- msgctxt "shop"
msgid "Video"
- msgstr "Wypożyczalnia wideo"
+ msgstr "Wideo"
msgid "Edit Video Shop"
msgstr "Edycja wypożyczalni wideo"
@@@ -18774,6 -19798,12 +19845,12 @@@ msgstr "Edycja kantoru
msgid "Edit Automated Teller Machine"
msgstr "Edycja bankomatu"
+ msgid "Pawnbroker"
+ msgstr "Lombard"
+
+ msgid "Edit Pawnbroker"
+ msgstr "Edycja lombardu"
+
msgid "Department Store"
msgstr "Dom towarowy"
@@@ -18810,11 -19840,32 +19887,32 @@@ msgstr "Jubiler
msgid "Edit Jewelry"
msgstr "Edycja jubilera"
+ msgid "Gift"
+ msgstr "Prezent/Podarunek"
+
+ msgid "Edit Gift Shop"
+ msgstr "Edycja sklepu z prezentami/podarunkami"
+
+ msgid "buddhist"
+ msgstr "buddyzm"
+
+ msgid "christian"
+ msgstr "chrzeÅcijaÅstwo"
+
+ msgid "hindu"
+ msgstr "hinduizm"
+
+ msgid "jewish"
+ msgstr "judaizm"
+
+ msgid "muslim"
+ msgstr "islam"
+
msgid "Erotic"
msgstr "ArtykuÅy erotyczne"
- msgid "Edit Erotic"
- msgstr "Edycja klepu z artykuÅami erotycznymi"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Kwiaciarnia"
@@@ -18843,8 -19894,8 +19941,8 @@@ msgstr "Edycja sklepu z narzÄdziami
msgid "Paint"
msgstr "Sklep z farbami"
- msgid "Edit Paint"
- msgstr "Edycja sklepu z farbami"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Sklep meblowy"
@@@ -18855,20 -19906,20 +19953,20 @@@ msgstr "Edycja sklepu meblowego
msgid "Kitchen"
msgstr "Akcesoria kuchenne"
- msgid "Edit Kitchen"
- msgstr "Edycja sklepu z akcesoriami kuchennymi"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Sklep z zasÅonami"
- msgid "Edit Curtain"
- msgstr "Edycja sklepu z zasÅonami, firankami"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Sklep z ramami do obrazów"
- msgid "Edit Frames"
- msgstr "Edycja sklepu z ramami do obrazów, zdjÄÄ"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Sklep papierniczy"
@@@ -18903,8 -19954,8 +20001,8 @@@ msgstr "Edycja biura podróży
msgid "Musical Instrument"
msgstr "Sklep muzyczny"
- msgid "Edit Musical Instruments"
- msgstr "Edycja sklepu z instrumentami"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "Edycja sklepu muzycznego"
msgid "Toys"
msgstr "Sklep z zabawkami"
@@@ -19116,6 -20167,12 +20214,12 @@@ msgstr "Wzgórze
msgid "Edit Peak"
msgstr "Edycja wzgórza"
+ msgid "Saddle"
+ msgstr "PrzeÅÄcz"
+
+ msgid "Edit Saddle"
+ msgstr "Edycja przeÅÄczy"
+
msgid "Glacier"
msgstr "Lodowiec"
@@@ -19155,24 -20212,33 +20259,33 @@@ msgstr "Drzewo
msgid "Edit Tree"
msgstr "Edycja drzewa"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nazwa systematyczna"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Las pierwotny"
msgid "Edit Wood"
msgstr "Edycja lasu pierwotnego"
- msgctxt "wood"
msgid "coniferous"
msgstr "iglasty"
- msgctxt "wood"
msgid "deciduous"
- msgstr "liÅcisty"
+ msgstr "liÅciasty"
- msgctxt "wood"
msgid "mixed"
msgstr "mieszany"
@@@ -19182,15 -20248,6 +20295,6 @@@ msgstr "Las
msgid "Edit Forest Landuse"
msgstr "Edycja lasu"
- msgid "coniferous"
- msgstr "iglasty"
-
- msgid "deciduous"
- msgstr "liÅciasty"
-
- msgid "mixed"
- msgstr "mieszany"
-
msgid "Grassland"
msgstr ""
@@@ -19266,6 -20323,12 +20370,12 @@@ msgstr "ÅÄ
ka
msgid "Edit Meadow Landuse"
msgstr "Edycja ÅÄ
ki"
+ msgid "Orchard"
+ msgstr "Sad"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Edycja zagospodarowania terenu jako sad"
+
msgid "Vineyard"
msgstr "Winnica"
@@@ -19320,8 -20383,8 +20430,8 @@@ msgstr "Teren rekreacyjny
msgid "Edit Recreation Ground Landuse"
msgstr "Edycja terenu rekreacyjnego"
- msgid "Residential area"
- msgstr "Zabudowa mieszkaniowa"
+ msgid "Residential Area"
+ msgstr "Zabudowa mieszkalna"
msgid "Edit Residential Landuse"
msgstr "Edycja zabudowy mieszkaniowej"
@@@ -19332,6 -20395,9 +20442,9 @@@ msgstr "Cmentarz przykoÅcielny
msgid "Edit Graveyard"
msgstr "Edycja cmentarza przykoÅcielnego"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cmentarz"
@@@ -19407,6 -20473,33 +20520,33 @@@ msgstr "Edycja komienioÅomu
msgid "Annotation"
msgstr "Adnotacja"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr "Alternatywna nazwa"
+
+ msgid "Historical name"
+ msgstr "Nazwa historyczna"
+
+ msgid "Local name"
+ msgstr "Lokalna nazwa"
+
+ msgid "Regional name"
+ msgstr "Nazwa regionalna"
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr "MiÄdzynarodowa nazwa"
+
+ msgid "Official name"
+ msgstr "Oficjalna nazwa"
+
+ msgid "Common name abbreviation"
+ msgstr "Najpopularniejsze odmiany nazwy"
+
msgid "Edit Address Information"
msgstr "Edycja informacji o adresach"
@@@ -19443,6 -20536,18 +20583,18 @@@ msgstr "parzyste
msgid "alphabetic"
msgstr "alfabetycznie"
+ msgid "Accuracy"
+ msgstr "DokÅadnoÅÄ"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Kontakt (powszechny schemat)"
@@@ -19611,20 -20716,49 +20763,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "autobus"
+
+ msgctxt "route type"
msgid "road"
- msgstr "droga"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "prom"
+
+ msgctxt "route type"
msgid "ski"
- msgstr "narciarska"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr "piesza"
- msgid "hiking"
+ msgctxt "route type"
+ msgid "hiking"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "detour"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
msgstr ""
- msgid "detour"
- msgstr "objazd"
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Opis symboli"
@@@ -19671,20 -20805,23 +20852,23 @@@ msgstr "punkt zatrzymania na odcinku do
msgid "backward halt point"
msgstr "punkt zatrzymania na odcinku powrotnym"
- msgid "Route network"
- msgstr "SieÄ trasy"
+ msgid "Route Network"
+ msgstr "SieÄ PoÅÄ
czeÅ"
- msgid "Edit route network"
- msgstr "Edycja sieci trasy"
+ msgid "Edit Route Network"
+ msgstr "Edycja Sieci PoÅÄ
czeÅ"
msgid "member"
msgstr "czÅonek"
- msgid "Associated street"
- msgstr "Skojarzone ulice"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Edycja skojarzonych ulic"
+ msgid "house"
+ msgstr "dom"
msgid "Street"
msgstr "Ulica"
@@@ -19707,8 -20844,8 +20891,8 @@@ msgstr "
msgid "Destination sign"
msgstr "Drogowskaz"
- msgid "Edit Destination sign"
- msgstr "Edycja drogowskazu"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "Cel podróży na znaku (bez odlegÅoÅci)"
@@@ -19803,18 -20940,27 +20987,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "most"
msgid "deprecated"
msgstr "przestarzaÅy"
+ msgid "bicycle"
+ msgstr "rowery"
+
+ msgid "foot"
+ msgstr "piesza"
+
msgid "horse"
msgstr "jazda konna"
@@@ -19824,8 -20970,11 +21017,11 @@@ msgstr "bariera
msgid "motorroad"
msgstr ""
- msgid "highway_track"
- msgstr "droga gruntowa"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "serwis"
@@@ -19833,10 -20982,10 +21029,10 @@@
msgid "ford"
msgstr "bród"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19854,6 -21003,9 +21050,9 @@@ msgstr "bystrze
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19869,28 -21021,28 +21068,28 @@@ msgstr "stare szyny kolejowe
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19911,20 -21063,20 +21110,20 @@@ msgstr "marina
msgid "amenity"
msgstr "udogodnienie"
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "zdrowie"
- msgid "shop"
- msgstr "sklep"
+ msgid "office"
+ msgstr "biurowiec"
msgid "hotel"
msgstr "hotel"
@@@ -19960,7 -21112,7 +21159,7 @@@ msgid "brownfield
msgstr "teren poprzemysÅowy"
msgid "greenfield"
- msgstr "Teren nie zabudowany"
+ msgstr "Teren niezabudowany"
msgid "railland"
msgstr "Teren kolejowy"
@@@ -19998,10 -21150,13 +21197,13 @@@ msgstr "droga
msgid "boundary"
msgstr "granica"
+ msgid "sport"
+ msgstr "Sport"
+
msgid "place"
msgstr "Miejsce"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -20016,9 -21171,6 +21218,6 @@@ msgstr "Miasto
msgid "One Way"
msgstr "Jednokierunkowa"
- msgid "Church"
- msgstr "KoÅcióÅ"
-
msgid "Fuel Station"
msgstr "Stacja benzynwa"
@@@ -20041,11 -21193,14 +21240,14 @@@ msgid "oneway tag on a node
msgstr ""
msgid "bridge tag on a node"
- msgstr ""
+ msgstr "tag bridge użyty na wÄźle"
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -20071,7 -21226,7 +21273,7 @@@ msgid "barrier used on a way
msgstr ""
msgid "maxspeed used for footway"
- msgstr ""
+ msgstr "maxspeed użyte dla footway"
msgid "layer tag with + sign"
msgstr ""
@@@ -20083,7 -21238,7 +21285,7 @@@ msgid "relation without type
msgstr ""
msgid "restaurant without name"
- msgstr ""
+ msgstr "restauracja bez wpisanej nazwy"
msgid "unusual tag combination (highway & waterway)"
msgstr ""
@@@ -20091,10 -21246,40 +21293,40 @@@
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -20106,7 -21291,7 +21338,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -20124,7 -21309,7 +21356,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20241,19 -21426,130 +21473,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20271,8 -21567,48 +21614,48 @@@ msgstr "
msgid ""
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
+ "nie wprowadzono jÄzyka wikipedii, użyj \"wikipedia\"=\"jÄzyk:tytuÅ strony\""
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr "wprowadzona warstwa powinna byÄ pomiÄdzy -5 a 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20284,24 -21620,30 +21667,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20317,7 -21659,7 +21709,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20326,6 -21668,9 +21718,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20472,6 -21817,29 +21867,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20637,6 -22005,9 +22055,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20673,15 -22044,48 +22094,48 @@@ msgstr "
msgid "NLS - OS 1-inch 7th Series 1955-61"
msgstr ""
--msgid "OS 1:25k historic (OSM)"
++msgid "Ukraine - Orthophotomaps 2012"
msgstr ""
--msgid "OS Scottish Popular historic"
++msgid "7th Series (OS7)"
msgstr ""
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "odÅwież listÄ portów"
+
+ msgid "Configure"
+ msgstr "Konfiguruj"
+
+ msgid "Connection Error."
+ msgstr "BÅÄ
d poÅÄ
czenia."
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr "usuÅ dane po imporcie"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20883,6 -22287,18 +22337,18 @@@ msgstr "Pokazuje profil wysokoÅci
msgid "Elevation Profile"
msgstr "Profil WysokoÅci"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "Otwórz okno z profilem wysokoÅci"
@@@ -20904,13 -22320,7 +22370,7 @@@ msgstr "
msgid "Time"
msgstr "Czas"
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -21177,10 -22587,13 +22637,13 @@@ msgstr "Zaznacz niekompletne adresy
msgid "Selects all addresses with incomplete data."
msgstr "Zaznacza wszystkie adresy z niekompletnymi danymi."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Użyj tagu 'addr:street' albo 'addr:place'"
+
msgid "House Number Editor"
msgstr "Edytor numerów domów"
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21388,7 -22801,7 +22851,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21659,15 -23072,6 +23122,6 @@@ msgstr "Numer budynku:
msgid "Street Name:"
msgstr "Nazwa ulicy:"
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21838,6 -23242,9 +23292,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21848,19 -23255,13 +23305,13 @@@ msgid "off
msgstr ""
msgid "25 m"
- msgstr ""
+ msgstr "25 m"
msgid "50 m"
- msgstr ""
+ msgstr "50 m"
msgid "100 m"
- msgstr ""
-
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
+ msgstr "100 m"
msgid "symbol"
msgstr ""
@@@ -21940,10 -23341,10 +23391,10 @@@ msgid "Nearest-Neighbor (fastest) [ Def
msgstr ""
msgid "Bilinear (fast)"
- msgstr ""
+ msgstr "Bilinear (szybki)"
msgid "Bicubic (slow)"
- msgstr ""
+ msgstr "Bicubic (wolny)"
msgid "Vector images grab multiplier:"
msgstr ""
@@@ -21997,6 -23398,9 +23448,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -22014,6 -23418,9 +23468,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "DodaÄ \"source=...\" do elementów?"
@@@ -22096,57 -23503,57 +23553,64 @@@ msgstr "
"Ten obraz zawiera georeferencjonowane dane.\n"
"Czy chcesz ich użyÄ ?"
--msgid "Load layer from cache"
++msgid "Departement"
msgstr ""
--msgid "Load location from cache (only if cache is enabled)"
++msgid "<html>Departement number (optional)</html>"
msgstr ""
--msgid "{0} not allowed with the current projection"
--msgstr "{0} nie jest dozwolone przy bieżacym odwzorowaniu"
++msgid "Add new layer"
++msgstr "Dodaj nowÄ
warstwÄ"
--msgid ""
--"Cannot load cache {0} which is not compatible with current projection zone"
++msgid "Open Cadastre Preferences"
msgstr ""
--msgid ""
--"Selected file {0} is not a cache file from this plugin (invalid extension)"
++msgid "Refine georeferencing"
msgstr ""
--msgid "The location {0} is already on screen. Cache not loaded."
++msgid "Improve georeferencing (only raster images)"
msgstr ""
--msgid "(optional)"
--msgstr "(opcjonalnie)"
++msgid "Reset cookie"
++msgstr "Resetuj ciasteczka"
--msgid "Change location"
--msgstr "ZmieÅ lokalizacjÄ"
++msgid "Get a new cookie (session timeout)"
++msgstr ""
--msgid "Set a new location for the next request"
++msgid "Save image as..."
msgstr ""
--msgid "Add a new municipality layer"
++msgid "PNG files (*.png)"
++msgstr "pliki PNG (*.png)"
++
++msgid "GeoTiff files (*.tif)"
msgstr ""
--msgid "Commune"
++msgid "Export image (only raster images)"
msgstr ""
msgid ""
--"<html>Enter the town,village or city name.<br>Use the syntax and punctuation "
--"known by www.cadastre.gouv.fr .</html>"
++"Click first corner for image cropping\n"
++"(two points required)"
msgstr ""
--msgid "Departement"
++msgid "Image cropping"
msgstr ""
--msgid "<html>Departement number (optional)</html>"
++msgid ""
++"Click first Lambert crosspiece for georeferencing\n"
++"(two points required)"
msgstr ""
--msgid "Add new layer"
--msgstr "Dodaj nowÄ
warstwÄ"
++msgid "Image georeferencing"
++msgstr ""
--msgid "Open Cadastre Preferences"
++msgid ""
++"Do you want to cancel completely\n"
++"or just retry "
msgstr ""
++"Czy chcesz anulowaÄ caÅkowicie\n"
++"czy powtórzyÄ? "
msgid "Refine georeferencing"
msgstr ""
@@@ -22163,8 -23570,8 +23627,14 @@@ msgstr "
msgid "Save image as..."
msgstr ""
--msgid "PNG files (*.png)"
--msgstr "pliki PNG (*.png)"
++msgid "East"
++msgstr "Wschód"
++
++msgid "I use the mouse"
++msgstr "Używam myszki"
++
++msgid "Set {0} Lambert coordinates"
++msgstr ""
msgid "GeoTiff files (*.tif)"
msgstr ""
@@@ -22244,8 -23651,11 +23714,11 @@@ msgstr "warstwa WMS ({0}), {1} kafelkó
msgid "Is not vectorized."
msgstr "Nie jest zwektoryzowane."
- msgid "Raster size: {0}"
- msgstr "Rozmiar rastra: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Jest zwektoryzowane."
@@@ -22294,7 -23704,7 +23767,7 @@@ msgstr "UsuÅ zaznaczony schemat z list
msgid "Color Schemes"
msgstr "Schematy kolorów"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22442,15 -23852,16 +23915,16 @@@ msgid "Zoom in to see messages
msgstr ""
msgid "Login"
- msgstr ""
+ msgstr "Zaloguj"
msgid "Enable autologin"
msgstr ""
msgid "{0} user"
msgid_plural "{0} users"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "{0} użytkownik"
+ msgstr[1] "{0} użytkownicy"
+ msgstr[2] "{0} użytkowników"
msgid "not logged in"
msgstr ""
@@@ -22471,13 -23882,13 +23945,13 @@@ msgid "Close tab
msgstr ""
msgid "Logout"
- msgstr ""
+ msgstr "Wyloguj"
msgid "Clear log"
msgstr ""
msgid "Show users on map"
- msgstr ""
+ msgstr "Pokaż użytkowników na mapie"
msgid "Position only"
msgstr "Tylko pozycja"
@@@ -22518,27 -23929,9 +23992,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "odÅwież listÄ portów"
-
- msgid "Configure"
- msgstr "Konfiguruj"
-
msgid "Configure Device"
msgstr "Konfiguruj urzÄ
dzenie"
- msgid "Connection Error."
- msgstr "BÅÄ
d poÅÄ
czenia."
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr "usuÅ dane po imporcie"
-
msgid "Importing data from device."
msgstr ""
@@@ -22960,7 -24353,7 +24416,7 @@@ msgid "A calibration geometry of {0} no
msgstr ""
msgid "Change Color"
- msgstr ""
+ msgstr "ZmieÅ kolor"
msgid "Deprecate Offset"
msgstr ""
@@@ -23622,9 -25015,33 +25078,33 @@@ msgstr "Scala nakÅadajÄ
ce siÄ fragme
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Rola z czÅonka relacji zostaÅa skopiowana na nowe linie. <br>Sprawdź "
+ "poprawnoÅÄ i popraw jeÅli to konieczne.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>PrzynależnoÅÄ do relacji zostaÅa skopiowana do wszystkich nowych "
+ "dróg.<br>Sprawdź i popraw jeÅli potrzeba.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Wprowadź klucz dla tagu np. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Wprowadź wartoÅÄ dla tagu np. <strong><tt>sprawdź czÅonków "
+ "relacji</tt></strong></html>"
+
msgid "Michigan Left"
msgstr ""
@@@ -23767,7 -25184,7 +25247,7 @@@ msgid "proxy username
msgstr ""
msgid "proxy password"
- msgstr ""
+ msgstr "hasÅo proxy"
msgid "oauth key"
msgstr ""
@@@ -23846,7 -25263,7 +25326,7 @@@ msgid "Zip Files
msgstr "Pliki Zip"
msgid "7Zip Files"
- msgstr ""
+ msgstr "Pliki 7Zip"
msgid "OpenData XML files"
msgstr "Pliki OpenData XML"
@@@ -24011,7 -25428,7 +25491,7 @@@ msgid "File to load
msgstr "Plik do wczytania"
msgid "Reading 7Zip file..."
- msgstr ""
+ msgstr "Czytanie pliku 7Zip..."
msgid "Reading Zip file..."
msgstr "Czytanie pliku Zip..."
@@@ -24035,10 -25452,10 +25515,10 @@@ msgid "
msgstr ""
msgid "Warning: CRS not found"
- msgstr ""
+ msgstr "Ostrzeżenie: Nie znaleziono CRS"
msgid "Unable to detect CRS !"
- msgstr ""
+ msgstr "Nie można wykryÄ CRS"
msgid "Unable to find a data store for file {0}"
msgstr ""
@@@ -24144,8 -25561,9 +25624,9 @@@ msgstr "Åadowanie moduÅu ''{0}''...
msgid "JOSM could not find information about the following module:"
msgid_plural "JOSM could not find information about the following modules:"
- msgstr[0] ""
- msgstr[1] ""
+ msgstr[0] "JOSM nie mógÅ odnaleÅºÄ informacji na temat tego moduÅu:"
+ msgstr[1] "JOSM nie mógÅ odnaleÅºÄ informacji na temat tych moduÅów:"
+ msgstr[2] "JOSM nie mógÅ odnaleÅºÄ informacji na temat tych moduÅów:"
msgid "The module is not going to be loaded."
msgid_plural "The modules are not going to be loaded."
@@@ -24280,9 -25698,6 +25761,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "WystÄ
piÅ bÅÄ
d: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Nie można byÅo utworzyÄ nowego problemu. Wynik: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -24337,18 -25752,6 +25815,6 @@@ msgstr "
msgid "Close: "
msgstr "Zamknij: "
- msgid "New issue"
- msgstr "Nowy problem"
-
- msgid "Create issue"
- msgstr "Utwórz nowy problem"
-
- msgid "Describe the problem precisely"
- msgstr "DokÅadnie opisz problem"
-
- msgid "Create: "
- msgstr "Utwórz: "
-
msgid "Open in browser"
msgstr "Otwórz w przeglÄ
darce"
@@@ -24698,6 -26101,27 +26164,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Czy chcesz zapisaÄ aktualnÄ
kalibracjÄ warstwy {0}?"
@@@ -24738,7 -26162,7 +26225,7 @@@ msgid "New picture layer from clipboard
msgstr "Nowa warstwa ze schowka"
msgid "Supported image files, *.zip, *.kml"
- msgstr ""
+ msgstr "ObsÅugiwane formaty obrazów, *.zip, *.kml"
msgid "New picture layer from file..."
msgstr "Nowa warstwa z pliku"
@@@ -24849,6 -26273,9 +26336,9 @@@ msgstr "Schowek jest pusty
msgid "The clipboard data is not an image"
msgstr "Dane w schowku nie sÄ
obrazem"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr "Plik kalibracji przypisany do obrazu zostaÅ znaleziony: {0}\n"
@@@ -24901,7 -26328,7 +26391,7 @@@ msgid "Osmosis polygon filter files
msgstr ""
msgid "Print..."
- msgstr ""
+ msgstr "Drukuj..."
msgid "Print the map"
msgstr "Drukuj mapÄ"
@@@ -24982,7 -26409,7 +26472,7 @@@ msgid "Create Stops from GTFS ...
msgstr "Utwórz przystanki z GTFS ..."
msgid "Create Stops from a GTFS file"
- msgstr ""
+ msgstr "Utwórz przystanki z pliku GTFS"
msgid "Select GTFS file (stops.txt)"
msgstr ""
@@@ -25008,7 -26435,7 +26498,7 @@@ msgid "light_rail
msgstr ""
msgid "Create Stops from GTFS"
- msgstr ""
+ msgstr "Utwórz przystanki z GTFS"
msgid "GTFS-Stops"
msgstr ""
@@@ -25020,7 -26447,7 +26510,7 @@@ msgid "Time on your GPS device
msgstr ""
msgid "HH:MM:SS.sss"
- msgstr ""
+ msgstr "HH:MM:SS.sss"
msgid "Time on your stopwatch"
msgstr ""
@@@ -25152,25 -26579,22 +26642,22 @@@ msgid "Public Transport: Change stop ty
msgstr ""
msgid "Create Stops from GPX ..."
- msgstr ""
+ msgstr "Utwórz przystanki z GPX ..."
msgid "Create Stops from a GPX file"
- msgstr ""
+ msgstr "Utwórz przystanki z pliku GPX"
msgid "Select GPX file"
- msgstr ""
+ msgstr "Wybierz plik GPX"
msgid "The GPX file contained no tracks or waypoints."
- msgstr ""
+ msgstr "Plik GPX nie zawiera żadnych tras ani punktów orientacyjnych"
msgid "Create Stops from GPX"
- msgstr ""
-
- msgid "Tracks"
- msgstr ""
+ msgstr "Utwórz przystanki z GPX"
msgid "Tracks in this GPX file:"
- msgstr ""
+ msgstr "Ålady w tym pakiecie GPX:"
msgid "Detach"
msgstr ""
@@@ -25384,6 -26808,9 +26871,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25416,15 -26843,31 +26906,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr "znaki"
+ msgid "Change Properties"
+ msgstr "ZmieÅ wÅaÅciwoÅci"
+
msgid "Country preset:"
msgstr ""
@@@ -25510,7 -26953,7 +27016,7 @@@ msgid "Open a list of routing nodes
msgstr ""
msgid "Add routing layer"
- msgstr ""
+ msgstr "Dodaj warstwÄ trasy"
msgid "Criteria"
msgstr "Kryteria"
@@@ -25539,9 -26982,6 +27045,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr "Typ drogi"
-
msgid "Speed (Km/h)"
msgstr "PrÄdkoÅÄ (km/h)"
@@@ -25561,6 -27001,9 +27064,9 @@@ msgid "
"<html><body><p class=\"warning-body\"><strong>Warning:</strong> The password "
"is stored in plain text in the JOSM preferences file. </p></body></html>"
msgstr ""
+ "<html><body><p class=\"warning-body\"><strong>Ostrzeżenie:</strong> HasÅo "
+ "jest przechowywane jako zwykÅy tekst w pliku ustawieÅ JOSM. "
+ "</p></body></html>"
msgid "Enter credentials for Separate Data Store API"
msgstr ""
@@@ -25580,7 -27023,7 +27086,7 @@@ msgid "SDS data file
msgstr ""
msgid "Load..."
- msgstr ""
+ msgstr "Wczytaj..."
msgid "Load separate data store data from a file."
msgstr ""
@@@ -25643,13 -27086,13 +27149,13 @@@ msgid "SDS tag prefix
msgstr ""
msgid "Connection successful."
- msgstr ""
+ msgstr "PoÅÄ
czono."
msgid "Cannot connect to SDS server: "
msgstr ""
msgid "Save..."
- msgstr ""
+ msgstr "Zapisz..."
msgid "Save the current separate data store information to a file."
msgstr ""
@@@ -25720,19 -27163,19 +27226,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25948,6 -27391,95 +27454,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr "WielkoÅÄ kafelka:"
+
+ msgid "Resolution:"
+ msgstr "RozdzielczoÅÄ:"
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25984,6 -27516,10 +27579,10 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Uwaga: IgnorujÄ wyjÄ
tek ponieważ zadanie zostaÅo anulowane. WyjÄ
tek: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26136,9 -27672,6 +27735,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr "DokÅadnoÅÄ"
-
msgid "Select as much as you like:"
msgstr "Zaznacz tyle ile chcesz:"
@@@ -26975,10 -28508,10 +28571,10 @@@ msgid "Opens specified URL browser
msgstr ""
msgid "Utilsplugin2 settings [TESTING]"
- msgstr ""
+ msgstr "Ustawienia Utilsplugin2 [TESTOWE]"
msgid "Here you can change some preferences of Utilsplugin2 functions"
- msgstr ""
+ msgstr "Tu można zmieniÄ niektóre ustawienia funkcji Utilsplugin2"
msgid "Save to file"
msgstr "Zapisz do pliku"
@@@ -27046,7 -28579,7 +28642,7 @@@ msgid "
msgstr ""
msgid "Node belongs to way(s), cannot replace."
- msgstr ""
+ msgstr "WÄzeÅ należy do drogi, nie można zamieniÄ."
msgid "Replace geometry for node {0}"
msgstr ""
@@@ -27092,19 -28625,19 +28688,19 @@@ msgid "Select all connected ways
msgstr "Zaznacz wszystkie poÅÄ
czone drogi"
msgid "Intersecting ways"
- msgstr ""
+ msgstr "PrzecinajÄ
ce siÄ drogi"
msgid "Select intersecting ways"
- msgstr ""
+ msgstr "Zaznacza przecinajÄ
ce siÄ drogi"
msgid "Please select some ways to find connected and intersecting ways!"
msgstr ""
msgid "All intersecting ways"
- msgstr ""
+ msgstr "Wszystkie przecinajÄ
ce siÄ drogi"
msgid "Select all intersecting ways"
- msgstr ""
+ msgstr "Zaznacza wszystkie przecinajÄ
ce siÄ drogi"
msgid "Please select some ways to find all connected and intersecting ways!"
msgstr ""
@@@ -27146,10 -28679,11 +28742,11 @@@ msgid "
msgstr ""
msgid "Select Highway"
- msgstr ""
+ msgstr "Zaznacz caÅÄ
drogÄ (Highway)"
msgid "Select highway for the name/ref given"
msgstr ""
+ "Zaznacza caÅÄ
drogÄ (highway) na podstawie tych samych tagów name/ref"
msgid "Please select one or two ways for this action"
msgstr "ProszÄ wybraÄ jednÄ
lub dwie drogi dla tej akcji"
@@@ -27178,9 -28712,6 +28775,6 @@@ msgstr "Odznacz wÄzÅy
msgid "Removes all nodes from selection"
msgstr "Usuwa wszystkie wÄzÅy z zaznaczenia"
- msgid "Video"
- msgstr "Wideo"
-
msgid "Import Video"
msgstr "Importuj wideo"
@@@ -27251,28 -28782,28 +28845,28 @@@ msgid "Show subtitles in video
msgstr "Pokazuje napisy wideo"
msgid "Jump length"
- msgstr ""
+ msgstr "DÅugoÅÄ przeskoku"
msgid "Set the length of a jump"
- msgstr ""
+ msgstr "Ustaw dÅugoÅÄ przeskoku"
msgid "Jump in video for x ms"
msgstr ""
msgid "Loop length"
- msgstr ""
+ msgstr "DÅugoÅÄ pÄtli"
msgid "Set the length around a looppoint"
msgstr ""
msgid "no deinterlacing"
- msgstr ""
+ msgstr "bez usuwania przeplotu"
msgid "deinterlacing using line doubling"
- msgstr ""
+ msgstr "usuwanie przeplotu z wykorzystaniem powielania linii"
msgid "deinterlacing using linear interpolation"
- msgstr ""
+ msgstr "usuwanie przeplotu z wykorzystaniem liniowej interpolacji"
msgid ""
"VLC library is not correctly initialized. Please check that VLC {0} is "
@@@ -27311,17 -28842,17 +28905,17 @@@ msgid "mute
msgstr "wycisz"
msgid "Walking Papers Scanned Map"
- msgstr ""
+ msgstr "Skanowane mapy Walking Papers"
msgid ""
"Display a map that was previously scanned and uploaded to walking-papers.org"
msgstr ""
- "Pokaż mapÄ która zostaÅa wczeÅniej zeskanowana i wrzucona na walking-"
- "papers.org"
+ "Pokaż mapÄ która zostaÅa wczeÅniej zeskanowana i wgrana na walking-papers.org"
msgid ""
"Enter a walking-papers.org URL or ID (the bit after the ?id= in the URL)"
- msgstr "Podaj adres lub ID mapy z walking-papers.org"
+ msgstr ""
+ "Podaj adres lub ID (fragment po ?id=w adresie URL) mapy z walking-papers.org"
msgid "Could not read information from walking-papers.org the id \"{0}\""
msgstr "Nie mogÄ przeczytaÄ informacji z walking-papers.org o id \"{0}\""
@@@ -27333,7 -28864,7 +28927,7 @@@ msgid "Walking Papers layer ({0}) in zo
msgstr "Walking Papers warstwa ({0}) w powiÄkszeniu {1}"
msgid "Way Download"
- msgstr "Droga pobierania"
+ msgstr "Pobierz na koÅcu..."
msgid "Download map data on the end of selected way"
msgstr "Pobierz dane mapy z koÅca wybranej drogi"
@@@ -27368,10 -28899,11 +28962,11 @@@ msgid "Merge duplicate node?
msgstr "PoÅÄ
czyÄ zduplikowany wÄzeÅ?"
msgid "<html>No more connected ways to download.</html>"
- msgstr "<html>Brak poÅÄ
czonych dróg do poprania.</html>"
+ msgstr "<html>Nie ma wiÄcej poÅÄ
czonych dróg do pobrania.</html>"
msgid "Node ''{0}'' is a junction with more than 2 connected ways."
- msgstr "WÄzeÅ ''{0}'' jest skrzyżowaniem z ponad dwoma poÅÄ
czonymi drogami."
+ msgstr ""
+ "WÄzeÅ ''{0}'' jest skrzyżowaniem z wiÄcej niż dwiema poÅÄ
czonymi drogami."
msgid "Enter search expression here.."
msgstr "Wprowadź frazÄ do znalezienia..."
@@@ -27391,7 -28923,7 +28986,7 @@@ msgid "Way Select
msgstr "Wybór drogi"
msgid "Select non-branching sequences of ways"
- msgstr ""
+ msgstr "Wybierz nierozgaÅÄziajÄ
cÄ
siÄ sekwencjÄ dróg"
msgid "Add names from Wikipedia"
msgstr "Dodaj nazwy z Wikipedii"
@@@ -27420,7 -28952,7 +29015,7 @@@ msgid "Available via WIWOSM server
msgstr "DostÄpne przez serwer WIWOSM"
msgid "Available in local dataset"
- msgstr "DostÄpne w lokalnym zestawie zmian"
+ msgstr "DostÄpne w lokalnym zestawie danych"
msgid "Not linked yet"
msgstr "Jeszcze nie poÅÄ
czone"
@@@ -27432,7 -28964,7 +29027,7 @@@ msgid "{0}.Wikipedia.org: {1}
msgstr "{0}.Wikipedia.org: {1}"
msgid "Fetches all coordinates from Wikipedia in the current view"
- msgstr ""
+ msgstr "Pobiera wszystkie wspóÅrzÄdne z Wikipedii dla aktualnego widoku"
msgid "coordinates"
msgstr "wspóÅrzÄdne"
@@@ -27441,7 -28973,7 +29036,7 @@@ msgid "Category
msgstr "Kategoria"
msgid "Fetches a list of all Wikipedia articles of a category"
- msgstr ""
+ msgstr "Pobiera listÄ wszystkich artykuÅów Wikipedii z kategorii"
msgid "Enter the Wikipedia category"
msgstr "Wprowadź kategoriÄ Wikipedii"
@@@ -27450,7 -28982,7 +29045,7 @@@ msgid "Clipboard
msgstr "Schowek"
msgid "Pastes Wikipedia articles from the system clipboard"
- msgstr "Wkleja artykuÅy zamieszone w Wikipedii z systemowego schowka"
+ msgstr "Wkleja artykuÅy zamieszczone w Wikipedii ze schowka systemowego"
msgid "clipboard"
msgstr "schowek"
@@@ -27469,13 -29001,11 +29064,11 @@@ msgstr "Ustawia domyÅlny jÄzyk dla ar
msgid "Enter the Wikipedia language"
msgstr "Wprowadź jÄzyk wikipedii"
- msgid "Add Tag"
- msgstr "Dodaj tag"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
msgstr ""
+ "Dodaje tag \"wikipedia\" powiÄ
zany z tym artykuÅem do zaznaczonych obiektów"
msgid "The Ultimate WMS Super-speed Turbo Challenge II"
msgstr "The Ultimate WMS Super-speed Turbo Challenge II"
diff --combined i18n/po/pt.po
index a1f751b,18ae553..412cc50
--- a/i18n/po/pt.po
+++ b/i18n/po/pt.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-07-12 23:02+0000\n"
- "Last-Translator: Blademir <blademirtc at hotmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-09-19 15:02+0000\n"
+ "Last-Translator: RPome <Unknown>\n"
"Language-Team: Portuguese <pt at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:56+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:55+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: pt\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Condições de Utilização da
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "A abertura do link não é suportada pela plataforma atual (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "AVISO: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "A executar arranque da plataforma"
@@@ -162,20 -168,14 +168,14 @@@ msgid "About JOSM...
msgstr "Sobre o JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "AVISO: formato inesperado do URL base da API. Redirecionamento para as "
- "páginas de informação ou histórico do objeto OSM irá provavelmente falhar. "
- "URL base da API é: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Aviso: formato inesperado da URL base da API. O redirecionamento para a "
- "página do utilizador do OSM vai provavelmente falhar. A URL base da API é: "
- "\"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -266,9 -266,6 +266,6 @@@ msgstr "Ferramenta: {0}
msgid "Please select at least four nodes."
msgstr "Por favor, selecione no mÃnimo 4 nós."
- msgid "Information"
- msgstr "Informação"
-
msgid "Align Nodes in Line"
msgstr "Alinhar Nós em Linha"
@@@ -305,6 -302,9 +302,9 @@@ msgstr "seguinte
msgid "Nothing selected to zoom to."
msgstr "Nada selecionado para enquadrar."
+ msgid "Information"
+ msgstr "Informação"
+
msgid "Zoom to {0}"
msgstr "Enquadrar {0}"
@@@ -362,11 -362,9 +362,9 @@@ msgstr "
"sentido?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Não foi possÃvel combinar as linhas. Verifique se os nós que as ligam estão "
- "fundidos num só nó ou se uma das linhas não tem segmentos sobrepostos."
msgid "Combine {0} ways"
msgstr "Combinar {0} linhas"
@@@ -554,6 -552,9 +552,9 @@@ msgstr "Histórico
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Mostrar informações de histórico sobre linhas, nós ou relações."
+ msgid "Show history"
+ msgstr "Mostrar histórico"
+
msgid "History (web)"
msgstr "Histórico (web)"
@@@ -678,11 -679,9 +679,9 @@@ msgid "Joined overlapping areas
msgstr "Ãreas sobrepostas fundidas numa só"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Algumas das linhas faziam parte de relações que foram alteradas. Por favor "
- "verifique se não foram criados erros."
msgid "Fix tag conflicts"
msgstr "Corrigir conflitos de etiquetas"
@@@ -852,10 -851,11 +851,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Fundir os nós no mais antigo"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Por favor selecione pelo menos dois nós a fundir ou um nó perto de outro."
+ "Por favor selecione pelo menos 2 nós para fundir ou um nó próximo de outro "
+ "nó."
msgid "Abort Merging"
msgstr "Abortar Fusão"
@@@ -1060,16 -1060,9 +1060,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizar / Desfazer"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizar Linha / Desfazer\n"
- "Por favor selecione os nós que foram deslocados na ação anterior de "
- "Ortogonalizar Linha!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Desfazer Ortogonalizar Linha"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1089,9 -1082,6 +1082,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Utilização"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Os elementos selecionados não podem ser ortogonalizados"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1278,9 -1268,6 +1268,6 @@@ msgstr "Carregar Sessão
msgid "Load a session from file."
msgstr "Carrega uma sessão de um ficheiro."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Ficheiro de sessão (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Abrir sessão"
@@@ -1433,18 -1420,14 +1420,14 @@@ msgstr "
"meio da linha.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Foram copiados funções de relações para todas as novas linhas.<br>Deve "
- "verificar isto e corrigir se for necessário.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Foram copiados membros de relações para todas as novas linhas.<br>Deve "
- "verificar isto e corrigir se for necessário.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Dividir linha {0} em {1} partes"
@@@ -1546,6 -1529,27 +1529,27 @@@ msgstr "
"porque não está a ver os objetos reais.<br>Mesmo assim quer desligar os "
"objetos?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Desfazer"
@@@ -1791,7 -1795,7 +1795,7 @@@ msgid "Slower Forward
msgstr "Avançar mais lentamente"
msgid "Download GPS"
- msgstr ""
+ msgstr "Descarregar dados GPS"
msgid "Downloading GPS data"
msgstr "A descarregar dados do GPS"
@@@ -1856,6 -1860,9 +1860,9 @@@ msgstr "({0}/{1}) A carregar pais da li
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) A carregar pais da relação {2}"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Descarregando {0} de {1} (Faltam {2})"
@@@ -2102,10 -2109,10 +2109,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Não é possÃvel colocar um nó fora do mundo."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Adicionado um nó à linha"
- msgstr[1] "Adicionado um nó a {0} linhas"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Não é possÃvel eliminar um nó dependente de vários objetos"
@@@ -2584,6 -2591,9 +2591,9 @@@ msgstr "''valor'' em qualquer chave
msgid "matches if ''key'' exists"
msgstr "corresponde caso ''chave'' exista"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "combinadores"
@@@ -2797,11 -2807,8 +2807,8 @@@ msgstr "Parâmetro em falta para XOR
msgid "Missing operator for NOT"
msgstr "Falta um parâmetro em NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Aviso: foi truncado automaticamente o valor da etiqueta ''{0}'' no objeto "
- "eliminado {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2896,6 -2903,9 +2903,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Adicionado {0} objeto"
msgstr[1] "Adicionados {0} objetos"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Alterar nó {0}"
@@@ -2932,11 -2942,11 +2942,11 @@@ msgstr "Remover \"{0}\" de {1} objetos
msgid "Set {0}={1} for {2} objects"
msgstr "Etiquetar {0}={1} em {2} objetos"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Eliminadas {0} propriedades em {1} objetos"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "AtribuÃdas {0} propriedades em {1} objetos"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Substituir \"{0}\" por \"{1}\" em"
@@@ -2960,11 -2970,9 +2970,9 @@@ msgid "Double conflict
msgstr "Conflito duplo"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Aviso: A camada ''{0}'' já não existe. Não é possÃvel remover o conflito do "
- "objeto ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "Adicionar conflito para \"{0}\""
@@@ -3081,6 -3089,9 +3089,9 @@@ msgstr[1] "{0} objetos limpos
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolver conflitos na lista de membros da relação {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rodar {0} nó"
@@@ -3147,11 -3158,9 +3158,9 @@@ msgid "Reverse directional way.
msgstr "Inverter linha direcional."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Uma das linhas selecionadas contém dados que serão alterados ao inverter o "
- "sentido da linha. Confirme se quer alterar ou não a recomendação seguinte."
msgid "Relation"
msgstr "Relação"
@@@ -3180,11 -3189,11 +3189,11 @@@ msgstr "Aplicar as alterações selecio
msgid "Do not apply changes"
msgstr "Não aplicar alterações"
- msgid "Please select which property changes you want to apply."
- msgstr "Por favor selecione as alterações das propriedades que quer aplicar."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Propriedades de "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Funções nas relações referentes a"
@@@ -3209,6 -3218,9 +3218,9 @@@ msgid "Unable to delete old backup fil
msgstr ""
"Não foi possÃvel eliminar o ficheiro da cópia de segurança antigo {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
"Ocorreu um erro ao criar a cópia de segurança da camada eliminada: {0}"
@@@ -3243,21 -3255,19 +3255,19 @@@ msgstr "
"<b>{0}</b>,<br/> mas o seu valor padrão é desconhecido neste momento.<br/> "
"Por favor ative manualmente a função correspondente e tente importar de novo."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Aviso: Não foi possÃvel criar a pasta que falta da cache: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Não foi possÃvel criar a pasta que falta da cache: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Aviso: não foi possÃvel forçar as preferências para ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Aviso: A inicialização das preferências falhou. O diretório das preferências "
- "''{0}'' não é um diretório."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3267,11 -3277,9 +3277,9 @@@ msgstr "
"preferências ''{0}'' não é um diretório</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Aviso: a inicialização das preferências falhou. Não foi possÃvel criar a "
- "pasta das preferências em falta: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3280,18 -3288,12 +3288,12 @@@ msgstr "
"<html>Aviso: a inicialização das preferências falhou.<br>Não foi possÃvel "
"criar a pasta das preferências em falta: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Informação: Não foi encontrado o ficheiro das preferências ''{0}''. A criar "
- "um ficheiro de preferências padrão."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Aviso: A substituir o ficheiro de preferências existente ''{0}'' pelo "
- "ficheiro de preferências original."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3309,11 -3311,9 +3311,9 @@@ msgstr "
"um novo ficheiro de preferências.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Aviso: Não foi possÃvel inicializar as preferências. Não foi possÃvel "
- "restaurar o ficheiro de preferências de origem: {0}"
msgid "Paint style {0}: {1}"
msgstr "Estilo de pintura {0}: {1}"
@@@ -3343,12 -3343,11 +3343,11 @@@ msgstr "Falhou o carregamento do recurs
msgid "UNKNOWN"
msgstr "DESCONHECIDO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr "Aviso: número de versão do JOSM inesperado. O valor é ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Aviso: o ficheiro de revisão ''/REVISION'' não foi encontrado."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "Já foi registado o conflito para o objeto ''{0}''."
@@@ -3519,11 -3518,8 +3518,8 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "O parâmetro {0} não está no intervalo 0..{1}. Obteve-se ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Erro: falhou o carregamento da classe de visualização de mapas ''{0}''. A "
- "classe não foi encontrada."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3637,8 -3633,8 +3633,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "Identificador de datum desconhecido: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Datum necessário (+datum=*, +towgs84=* ou +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3681,11 -3677,6 +3677,6 @@@ msgstr "Projeção Personalizada
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
- "Erro: ocorreu um erro na abertura de um fluxo de entrada do recurso "
- "''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3726,6 -3717,9 +3717,9 @@@ msgstr "validação - outros
msgid "Running test {0}"
msgstr "A executar o teste {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Endereços"
@@@ -3752,6 -3746,15 +3746,15 @@@ msgstr "Vários nomes de estradas na re
msgid "House number too far from street"
msgstr "Número de porta demasiado longe da estrada."
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "EdifÃcio dentro de edifÃcio"
@@@ -3813,6 -3816,9 +3816,9 @@@ msgstr " ou
msgid "{0} is deprecated, use {1} instead"
msgstr "''{0}'' está em desuso, substituir por ''{1}''"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Nós duplicados"
@@@ -3899,6 -3905,15 +3905,15 @@@ msgstr "Faz a validação semântica da
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Rotunda incorreta (estrada: {0} em vez de {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multi-polÃgono"
@@@ -3976,6 -3991,12 +3991,12 @@@ msgstr "Nós com o mesmo nome
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Verifica se existem nós com o mesmo nome (podem ser duplicados)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "Ãreas sobrepostas"
@@@ -4037,15 -4058,15 +4058,15 @@@ msgstr "O tipo de relação é desconhe
msgid "Relation is empty"
msgstr "A relação está vazia"
+ msgid "Role verification problem"
+ msgstr "Problema na verificação da função"
+
msgid "<empty>"
msgstr "<vazio>"
msgid "Role {0} missing"
msgstr "Falta a função {0}"
- msgid "Role verification problem"
- msgstr "Problema na verificação da função"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Número de {0} funções insuficiente ({1})"
@@@ -4078,12 -4099,11 +4099,11 @@@ msgstr "
"Este teste verifica se existem linhas com nomes parecidos, mas não iguais, "
"que podem ser enganos de digitação"
- msgid "Properties checker :"
- msgstr "Verificador de etiquetas:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "Este módulo verifica se existem erros nas chaves e valores das etiquetas."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Linha do teste de etiquetas inválida - {0}: {1}"
@@@ -4230,8 -4250,8 +4250,8 @@@ msgstr "Usar ficheiro original de verif
msgid "Use the default spellcheck file (recommended)."
msgstr "Usa o ficheiro original de verificação ortográfica (recomendado)."
- msgid "Fix properties"
- msgstr "Corrigir propriedades"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Não foi possÃvel encontrar o tipo de elemento"
@@@ -4315,6 -4335,9 +4335,9 @@@ msgstr "
"Isto verifica se existem linhas que deviam ser fechadas mas não estão (como "
"áreas)"
+ msgid "Unclosed way"
+ msgstr "Linha por fechar"
+
msgid "natural type {0}"
msgstr "tipo natural {0}"
@@@ -4345,9 -4368,6 +4368,6 @@@ msgstr "edifÃcio
msgid "area"
msgstr "área"
- msgid "Unclosed way"
- msgstr "Linha por fechar"
-
msgid "Unconnected ways"
msgstr "Linhas não ligadas"
@@@ -4376,12 -4396,12 +4396,12 @@@ msgstr "
"Isto verifica se existem nós sem etiquetas que não façam parte de nenhuma "
"linha"
- msgid "No tags"
- msgstr "Sem etiquetas"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nós isolados sem nenhuma etiqueta fÃsica"
+ msgid "No tags"
+ msgstr "Sem etiquetas"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Tem a etiqueta ''fixme'' ou ''FIXME'' (corrijam-me)"
@@@ -4449,26 -4469,6 +4469,6 @@@ msgid "Reversed land: land not on left
msgstr ""
"Linha terrestre no sentido inverso: a terra não está no lado esquerdo"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Número incorreto de argumentos para o favorito"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Ocorreu um erro ao ler a entrada de favoritos: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Erro: Linha ''{0}'' inesperado no ficheiro de favoritos ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Erro: valor duplo ''{0}'' incorreto na linha ''{1}'' no ficheiro de "
- "favoritos ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Não foi possÃvel ler os favoritos de<br>''{0}''<br>Erro: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Não mostrar de novo este aviso"
@@@ -4572,8 -4572,8 +4572,8 @@@ msgstr "Mostrar informação de ajuda
msgid "Downloading \"Message of the day\""
msgstr "A descarregar a \"Mensagem do dia\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Aviso: não foi possÃvel ler a Mensagem do Dia. Exceção: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr ""
msgid "Message of the day not available"
msgstr "A mensagem do dia não está disponÃvel"
@@@ -4790,7 -4790,7 +4790,7 @@@ msgid "More tools
msgstr "Mais Ferramentas"
msgid "Data"
- msgstr ""
+ msgstr "Dados"
msgid "Selection"
msgstr "Seleção"
@@@ -4802,7 -4802,7 +4802,7 @@@ msgid "More...
msgstr "Mais..."
msgid "GPS"
- msgstr ""
+ msgstr "GPS"
msgid "Windows"
msgstr "Painéis"
@@@ -4821,6 -4821,18 +4821,18 @@@ msgstr "
"Mostra ou esconde a barra de ferramentas de edição (barra vertical do lado "
"esquerdo)"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Ãudio"
@@@ -4927,21 -4939,6 +4939,6 @@@ msgstr "Em segundo plano
msgid "Click to run job in background"
msgstr "Clique para fazer a tarefa em segundo plano"
- msgid "false: the property is explicitly switched off"
- msgstr "falso: a propriedade não está definida"
-
- msgid "true: the property is explicitly switched on"
- msgstr "verdadeiro: a propriedade está atribuÃda"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parcial: objetos diferentes selecionados com propriedades diferentes, não "
- "alterar"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "não definido: não atribuir esta propriedade nos objetos selecionados"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -5253,6 -5250,9 +5250,9 @@@ msgstr "> abaixo
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "Copiar os meus elementos selecionados para o fim da lista de fusão."
+ msgid "> before"
+ msgstr "> depois"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5260,6 -5260,9 +5260,9 @@@ msgstr "
"Copiar os meus elementos selecionados antes do primeiro elemento selecionado "
"na lista de fusão."
+ msgid "> after"
+ msgstr "> antes"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5267,18 -5270,27 +5270,27 @@@ msgstr "
"Copiar os meus elementos selecionados após o primeiro elemento selecionado "
"na lista de fusão."
+ msgid "< top"
+ msgstr "< cima"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copiar os elementos da versão no servidor selecionados para o inÃcio da "
"lista de fusão."
+ msgid "< bottom"
+ msgstr "< baixo"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copiar os elementos da versão no servidor selecionados para o fim da lista "
"de fusão."
+ msgid "< before"
+ msgstr "< antes"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5286,6 -5298,9 +5298,9 @@@ msgstr "
"Copiar os elementos da versão no servidor selecionados antes do primeiro "
"elemento selecionado na lista de fusão."
+ msgid "< after"
+ msgstr "< após"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5302,8 -5317,8 +5317,8 @@@ msgstr "Copiar todos os elementos dele
msgid "Up"
msgstr "Subir"
- msgid "Move up the selected elements by one position."
- msgstr "Mover uma posição acima os elementos selecionados"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Descer"
@@@ -5354,16 -5369,6 +5369,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Versão no servidor ({0} entrada)"
msgstr[1] "Versão no servidor ({0} entradas)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Ajustável {0} não registrado ainda. Não foi possÃvel configurar participação "
- "no ajuste sincronizado."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Ajustável {0} não registrado ainda."
-
msgid "Node"
msgstr "Nó"
@@@ -5637,19 -5642,15 +5642,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Chave:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Introduza uma chave de etiqueta, por exemplo "
- "<strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valor:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Introduza o valor da etiqueta, por exemplo <strong><tt>verificar "
- "membros, check members</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6239,6 -6240,9 +6240,9 @@@ msgstr "Mostrar/Esconder
msgid "Information about layer"
msgstr "Informação sobre a camada"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Estilos de Visualização do Mapa"
@@@ -6322,6 -6326,38 +6326,38 @@@ msgstr "O estilo está ativado?
msgid "No"
msgstr "Não"
+ msgid "Object type:"
+ msgstr "Tipo de objeto:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "misto"
+
+ msgid "Choose the OSM object type"
+ msgstr "Escolha o tipo de objeto"
+
+ msgid "Object ID:"
+ msgstr "Identificador do objeto:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Introduza o identificador (ID) do objeto a ser descarregado"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Os identificadores (ID) dos objetos podem ser separados por vÃrgula ou "
+ "espaço. Exemplos: <b><ul><li>6388 2012174 "
+ "1518474</li><li>6388,2012174,1518474</li></ul><br/></b> No modo ''misto'' "
+ "especifique os objetos da seguinte forma: <b>w123, n110, w12, "
+ "r15</b><br/>(letras em inglês: w para linha; n para nó; r para relação<br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relações"
@@@ -6417,11 -6453,8 +6453,8 @@@ msgstr "Selecionar objetos criados ou a
msgid "Launches a browser with information about the user"
msgstr "Abre no navegador da internet a página com informação do autor"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Aviso: a abrir janelas com informação apenas dos primeiros {0} de {1} "
- "autores selecionados"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6603,9 -6636,6 +6636,6 @@@ msgstr "Atualizar conteúdo
msgid "Update the changeset content from the OSM server"
msgstr "Atualiza o conteúdo do conjunto de alterações do servidor OSM"
- msgid "Show history"
- msgstr "Mostrar histórico"
-
msgid "Download and show the history of the selected objects"
msgstr "Descarrega e mostra o histórico os objetos selecionados"
@@@ -6951,11 -6981,9 +6981,9 @@@ msgstr "
"mapa</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Aviso: valor inesperado na preferência ''{0}'', foi obtido ''{1}''. A "
- "recolocar o pedido pré-determinado."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -7027,35 -7055,47 +7055,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Este endereço web do pedido de conjunto de alterações não é válido"
- msgid "Select objects for which to change properties."
- msgstr "Selecione os objetos nos quais quer alterar as etiquetas."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Etiquetas/Membro de relações"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Etiquetas dos objetos selecionados"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<diferente>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Membro das relações"
msgid "Position"
msgstr "Posição"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Etiquetas: {0} / Membro de relações: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Etiquetas / Membro das relações"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Eliminar as etiquetas selecionadas em todos os objetos selecionados"
- msgid "Delete Properties"
- msgstr "Eliminar Etiquetas"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Alterar relação"
@@@ -7069,14 -7109,14 +7109,14 @@@ msgstr "Quer mesmo retirar os membros s
msgid "Add a new key/value pair to all objects"
msgstr "Adiciona uma nova etiqueta em todos os objetos selecionados"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr "Adicionar Etiqueta"
msgid "Edit the value of the selected key for all objects"
msgstr "Editar o valor da chave selecionada para todos os objetos"
- msgid "Edit Properties"
- msgstr "Editar Etiquetas"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "Ver a página de ajuda sobre a etiqueta (F1)"
@@@ -7240,8 -7280,8 +7280,8 @@@ msgstr "A relação foi eliminada
msgid "Downloading relation {0}"
msgstr "A descarregar relação {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr "Aviso: a ignorar exceção porque a tarefa foi cancelada. Exceção: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7590,6 -7630,26 +7630,26 @@@ msgstr "a linha está ligada ao membro
msgid "way is not connected to previous or next relation member"
msgstr "a linha não está ligada ao membro seguinte nem anterior"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Número incorreto de argumentos para o favorito"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Ocorreu um erro ao ler a entrada de favoritos: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Não foi possÃvel ler os favoritos de<br>''{0}''<br>Erro: {1}</html>"
+
msgid "Bookmarks"
msgstr "Favoritos"
@@@ -7749,21 -7809,8 +7809,8 @@@ msgstr "Descarregar referentes (relaçÃ
msgid "Download object"
msgstr "Descarregar objeto"
- msgid "Object type:"
- msgstr "Tipo de objeto:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "misto"
-
- msgid "Choose the OSM object type"
- msgstr "Escolha o tipo de objeto"
-
- msgid "Object ID:"
- msgstr "Identificador do objeto:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Introduza o identificador (ID) do objeto a ser descarregado"
+ msgid "Start downloading"
+ msgstr "Começar a descarregar"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7775,30 -7822,9 +7822,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Selecione se os membros da relação devem ser também descarregados"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Os identificadores (ID) dos objetos podem ser separados por vÃrgula ou "
- "espaço. Exemplos: <b><ul><li>6388 2012174 "
- "1518474</li><li>6388,2012174,1518474</li></ul><br/></b> No modo ''misto'' "
- "especifique os objetos da seguinte forma: <b>w123, n110, w12, "
- "r15</b><br/>(letras em inglês: w para linha; n para nó; r para relação<br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Descarregar referentes (relações pai e linhas)"
- msgid "Start downloading"
- msgstr "Começar a descarregar"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Identificador da lista especificada inválida\n"
- "Não é possÃvel descarregar o objeto."
-
msgid "Class Type"
msgstr "Sub-tipo"
@@@ -7911,8 -7937,8 +7937,8 @@@ msgstr "Ir para a página seguinte
msgid "Go to the JOSM help home page"
msgstr "Ir para a página inicial de ajuda do JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Aviso: localização incorreta no documento HTML. A exceção foi: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr ""
@@@ -8024,6 -8050,9 +8050,9 @@@ msgid "
msgstr ""
"<html>Versão <strong>{0}</strong> criada em <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Informação do conjunto de alterações"
@@@ -8137,9 -8166,8 +8166,8 @@@ msgstr "
msgid "Object still in use"
msgstr "o objeto ainda está a ser utilizado"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Aviso: o cabeçalho de erro \"{0}\" não corresponde a nenhum padrão esperado"
msgid "Upload"
msgstr "Enviar"
@@@ -8161,6 -8189,12 +8189,12 @@@ msgstr "Forneça por favor um comentár
msgid "Enter an upload comment"
msgstr "Introduza um comentário das alterações"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Identificador do Conj. Alterações:"
@@@ -8232,11 -8266,8 +8266,8 @@@ msgid "Closing changeset {0}
msgstr "A fechar o conjunto de alterações {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Aviso: não foi possÃvel colocar a Janela de Credenciais sempre em cima. "
- "Ocorreu uma exceção de segurança."
msgid "Enter credentials for OSM API"
msgstr "Introduza as credenciais para a API OSM"
@@@ -8320,11 -8351,9 +8351,9 @@@ msgid "Unpacking {0} into {1}
msgstr "A desempacotar {0} em {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Aviso: Não foi possÃvel descarregar o ficheiro ''{0}''. O Endereço ''{1}'' "
- "não é válido. A ignorar o descarregamento."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8341,11 -8370,8 +8370,8 @@@ msgid "Missing user identity
msgstr "Falta a identidade do utilizador"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Aviso: Não foi possÃvel obter a informação de utilizador do utilizador do "
- "JOSM atual. A exceção foi: {0}"
msgid "Download objects"
msgstr "Descarregar objetos"
@@@ -8597,12 -8623,6 +8623,6 @@@ msgstr "Enviar os objetos alterados
msgid "Please revise upload comment"
msgstr "Por favor reveja o comentário da edição"
- msgid "Revise"
- msgstr "Rever"
-
- msgid "Continue as is"
- msgstr "Continuar como está"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8617,6 -8637,22 +8637,22 @@@ msgstr "
"perder uns segundos agora a explicar o que alterou tornará a vida mais "
"fácil<br />a outros editores."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Rever"
+
+ msgid "Continue as is"
+ msgstr "Continuar como está"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Voltar à janela anterior para introduzir um comentário sobre a edição"
@@@ -8633,6 -8669,21 +8669,21 @@@ msgstr "Por favor introduza primeiro u
msgid "Illegal chunk size"
msgstr "Número de pacotes inválido"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Cancelar o envio e continuar a editar"
@@@ -8640,11 -8691,9 +8691,9 @@@ msgid "Tags of changeset {0}
msgstr "Etiquetas do conj. alt. {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Aviso: o objeto ''{0}'' já foi eliminado no servidor do OSM. A ignorar este "
- "objeto e tentar enviar novamente."
msgid "Preparing objects to upload ..."
msgstr "A preparar os objetos a enviar ..."
@@@ -8781,9 -8830,6 +8830,6 @@@ msgstr "A relação ''{0}'' já foi eli
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "O objeto ''{0}'' já foi eliminado. A ignorar o objeto no envio."
- msgid "Warning: {0}"
- msgstr "Aviso: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "A enviar {0} objeto..."
@@@ -8793,6 -8839,9 +8839,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr "A ignorar exceção porque o envio foi cancelado. Exceção: {0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8813,10 -8862,8 +8862,8 @@@ msgstr "Selecione os objetos a enviar
msgid "Cancel uploading"
msgstr "Cancelar envio"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Aviso: valor inesperado para a chave ''{0}'' nas preferências. Obteve-se "
- "''{1}''"
msgid "Please select the upload strategy:"
msgstr "Escolha a forma como quer enviar os dados:"
@@@ -8966,8 -9013,8 +9013,8 @@@ msgstr "Marcador seguinte
msgid "Jump to next marker"
msgstr "Ir para o marcador seguinte"
- msgid "Previos marker"
- msgstr "Marcador anterior"
+ msgid "Previous marker"
+ msgstr ""
msgid "Jump to previous marker"
msgstr "Saltar para o marcador anterior"
@@@ -8999,8 -9046,8 +9046,8 @@@ msgstr "versão {0}
msgid "Merging layers"
msgstr "A fundir camadas"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Aviso: misturando dados 0.6 e 0.5 resulta na versão 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9382,9 -9429,6 +9429,6 @@@ msgstr "A extrair localizações GPS d
msgid "Starting directory scan"
msgstr "A começar a examinar o diretório"
- msgid "One of the selected files was null"
- msgstr "Um dos ficheiros selecionados não contém dados"
-
msgid "Read photos..."
msgstr "Ler fotografias..."
@@@ -9403,6 -9447,9 +9447,9 @@@ msgstr "Foi encontrado um ficheiro sem
msgid "Error while getting files from directory {0}\n"
msgstr "Ocorreu um erro ao obter os ficheiros no diretório {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Um dos ficheiros selecionados não contém dados"
+
msgid "Geotagged Images"
msgstr "Imagens Geo-posicionadas"
@@@ -9462,6 -9509,12 +9509,12 @@@ msgstr "Seguinte
msgid "Show next Image"
msgstr "Mostrar imagem seguinte"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrar vista"
@@@ -9544,9 -9597,6 +9597,6 @@@ msgstr "
"<html>O envio de dados GPS não trabalhados como dados de mapa é considerado "
"prejudicial.<br>Se pretende enviar trilhos GPS, consulte a página:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Alterar visualização do trilho GPS"
@@@ -9742,17 -9792,11 +9792,11 @@@ msgstr "Ocorreu um erro ao tentar mostr
msgid "(URL was: "
msgstr "(o URL era: "
- msgid "Error displaying URL"
- msgstr "Erro ao mostrar o URL"
-
msgid "Select the map painting styles"
msgstr "Selecione os estilos de visualização do mapa"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Aviso: ocorreu um erro ao obter estilos de visualização de mapa de ''{0}''. "
- "O erro é: {1}"
msgid "loading style ''{0}''..."
msgstr "a carregar estilo ''{0}''..."
@@@ -9772,10 -9816,8 +9816,8 @@@ msgstr[1] "
"\"info\" no menu que aparece ao clicar com o botão direito do rato sobre o "
"estilo."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Aviso: ocorreu um erro ao processar os estilos de visualização de mapa de "
- "''{0}''. O erro é: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Padrão de tracejado inválido. Os valores têm de ser positivos."
@@@ -9785,11 -9827,8 +9827,8 @@@ msgstr "
"Padrão de tracejado não válido. Pelo menos um dos valores tem de ser > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Aviso: ocorreu um erro ao processar os estilos de visualização de mapa de "
- "''{0}''. O erro é: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Token de Acesso:"
@@@ -10059,8 -10098,8 +10098,8 @@@ msgstr "Fechar a janela e cancelar a au
msgid "Close the dialog and accept the Access Token"
msgstr "Fechar a janela e aceitar o Token de Acesso"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Aviso: não foi possÃvel cancelar a operação OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "A obter o Token de Pedido OAuth de ''{0}''"
@@@ -10872,8 -10911,8 +10911,8 @@@ msgstr "Adicionar preferência
msgid "Advanced Background: Changed"
msgstr "Fundo Avançado: Alterado"
- msgid "Advanced Background: NonDefalut"
- msgstr "Fundo Avançado: NãoPadrão"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
msgid "Current value is default."
msgstr "O valor atual é o valor de origem."
@@@ -10943,6 -10982,9 +10982,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr "Mostrar camadas inativas noutra cor"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "Destacar linhas e nós alvo ao selecionar ou desenhar"
@@@ -11014,6 -11056,11 +11056,11 @@@ msgstr "
"As áreas não serão preenchidas com cores, mesmo que esteja definido no "
"estilo de visualização de mapas."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "Opções que influenciam a performance"
@@@ -11523,6 -11570,12 +11570,12 @@@ msgstr "
"adicionando ''~'' no final do nome do ficheiro e gravando na mesma "
"pasta.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Cópias de segurança"
@@@ -11590,8 -11643,8 +11643,8 @@@ msgstr "Definições de Mapas
msgid "Settings for the map projection and data interpretation."
msgstr "Definições da projeção do mapa e interpretação de dados."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Aviso: Não foi possÃvel ler a fonte de modelos de etiquetas: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Não foi possÃvel ler a fonte do modelo de etiquetas: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11875,21 -11928,6 +11928,6 @@@ msgstr "Grelha Sueca (SuÃça)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (sem correções locais)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Norte"
-
- msgid "South"
- msgstr "Sul"
-
- msgid "Hemisphere"
- msgstr "Hemisfério"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Fort-Marigot Guadalupe 1949"
@@@ -11911,6 -11949,21 +11949,21 @@@ msgstr "UTM França (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Sistema geodésico"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Norte"
+
+ msgid "South"
+ msgstr "Sul"
+
+ msgid "Hemisphere"
+ msgstr "Hemisfério"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "A testar o endereço da API OSM ''{0}''"
@@@ -11978,11 -12031,9 +12031,9 @@@ msgid "Select to use OAuth as authentic
msgstr "Selecione para usar o mecanismo de autenticação OAuth"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Aviso: valor na preferência ''{0}'' não suportado, obteve-se ''{1}''. A usar "
- "o método de autenticação ''Autenticação Básica''."
msgid "OSM username:"
msgstr "Nome de utilizador OSM:"
@@@ -11990,27 -12041,26 +12041,26 @@@
msgid "OSM password:"
msgstr "Palavra-passe OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Aviso: não foi possÃvel obter as credenciais OSM do gestor de credenciais."
msgid "Current credential manager is of type ''{0}''"
msgstr "O gestor de credenciais atual é do tipo ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Aviso: não foi possÃvel gravar as credenciais OSM no gestor de credenciais."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- "Aviso: Não foi possÃvel obter o Token de Acesso OAuth do gestor de "
- "credenciais"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Aviso: Não foi possÃvel gravar o Token de Acesso OAuth no gestor de "
- "credenciais"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12103,17 -12153,8 +12153,8 @@@ msgid "Use a SOCKS proxy
msgstr "Utilizar um proxy SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
- "Aviso: o JOSM está configurado para usar o proxy com as configurações do "
- "sistema, mas o JVM não está configurado para obtê-las. A alterar a "
- "configuração para ''Sem proxy''"
-
- msgid "disabled"
- msgstr "desativar"
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -12188,8 -12229,8 +12229,8 @@@ msgstr "Aplicar Etiquetas
msgid "New relation"
msgstr "Criar relação"
- msgid "Change Properties"
- msgstr "Alterar Propriedades"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Requisito desconhecido: {0}"
@@@ -12235,6 -12276,6 +12276,8 @@@ msgid "
"Broken tagging preset \"{0}-{1}\" - Java method given in ''values_from'' is "
"not \"{2}\""
msgstr ""
++"Aviso sobre os modelos de etiquetas \"{0}-{1}\": A ignorar o atributo "
++"''{2}'' conforme ''{3}'' elementos indicados."
msgid ""
"Broken tagging preset \"{0}-{1}\" - Java method given in ''values_from'' "
@@@ -12258,11 -12299,11 +12301,11 @@@ msgstr "
msgid "Unknown type: {0}"
msgstr "Tipo desconhecido: {0}"
--msgid "Preset group {1} / {0}"
--msgstr "Grupo de modelos {1} / {0}"
++msgid "Could not read tagging preset source: {0}"
++msgstr "Não foi possÃvel ler a fonte do modelo de etiquetas: {0}"
--msgid "Preset group {0}"
--msgstr "Grupo de modelos {0}"
++msgid "Error parsing {0}: "
++msgstr "Erro ao processar {0}: "
msgid "Roles cannot appear more than once"
msgstr "As funções não podem aparecer mais do que uma vez"
@@@ -12273,9 -12314,6 +12316,6 @@@ msgstr "Elemento de função predefinid
msgid "Preset sub element without parent"
msgstr "Elemento secundário predefinido sem pai"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Não foi possÃvel ler a fonte do modelo de etiquetas: {0}"
-
msgid "Error parsing {0}: "
msgstr "Erro ao processar {0}: "
@@@ -12294,6 -12332,16 +12334,16 @@@ msgstr "Mostrar apenas etiquetas aplicÃ
msgid "Search in tags"
msgstr "Procurar nas etiquetas em inglês"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Ajustável {0} não registrado ainda. Não foi possÃvel configurar participação "
+ "no ajuste sincronizado."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Ajustável {0} não registrado ainda."
+
msgid "All files (*.*)"
msgstr "Todos os ficheiros (*.*)"
@@@ -12329,9 -12377,59 +12379,59 @@@ msgstr "
"O valor atual não é um identificador de objeto do OpenStreetMap válido. Por "
"favor introduza um número inteiro > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falso: a propriedade não está definida"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "verdadeiro: a propriedade está atribuÃda"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parcial: objetos diferentes selecionados com propriedades diferentes, não "
+ "alterar"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "não definido: não atribuir esta propriedade nos objetos selecionados"
+
msgid "Cut"
msgstr "Cortar"
+ msgid "Right click = copy to clipboard"
+ msgstr "Clique com o botão direito do rato = copiar endereço web"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Falta o atributo obrigatório ''{0}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "O valor do atributo obrigatório ''{0}'' de tipo longo está errado. "
+ "Atualmente é ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "O valor do atributo obrigatório ''{0}'' de tipo longo (>=0) está errado. "
+ "Atualmente é ''{1}''."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Valor incorreto do atributo obrigatório ''{0}'' do tipo booleano. Obteve-se "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Valor incorreto do atributo obrigatório ''{0}'' do tipo OsmPrimitiveType. "
+ "Obteve-se ''{1}''."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12368,11 -12466,9 +12468,9 @@@ msgid "Contacting OSM Server...
msgstr "A contactar o servidor OpenStreetMap..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Aviso: valor incorreto do atributo ''{0}'' do elemento ''{1}'' nas "
- "capacidades do servidor. Obteve-se ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Não foi possÃvel processar a data ''{0}'' fornecida pelo servidor."
@@@ -12419,40 -12515,27 +12517,27 @@@ msgstr "
"Formato de número de porta ilegal nas preferências ''{0}''. Obteve-se {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Aviso: foi encontrado um valor inesperado na preferência ''{0}''. Obteve-se "
- "''{1}''. Não será utilizado o proxy."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Aviso: Parâmetros para o proxy HTTP inesperados. Obteve-se o servidor "
- "''{0}'' e a porta ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Aviso: Parâmetros para o proxy SOCKS inesperados. Obteve-se o servidor "
- "''{0}'' e a porta ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Erro: Falhou a ligação com o proxy ''{0}'' para o URI ''{1}''. A exceção "
- "foi: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Aviso: a Máquina Virtual Java (JVM) não está configurada para procurar por "
- "proxies nas definições do sistema operativo. Faltou a propriedade "
- "''java.net.useSystemProxies'' ao arrancar. Não será utilizado o proxy."
msgid "Parsing response from server..."
msgstr "A analisar a resposta do servidor..."
@@@ -12555,6 -12638,9 +12640,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Erro de processamento: estrutura de documento GPX inválida"
+ msgid "(at line {0}, column {1})"
+ msgstr "(na linha {0}, coluna {1})"
+
msgid "Unknown mode {0}."
msgstr "Modo desconhecido: {0}."
@@@ -12570,15 -12656,21 +12658,21 @@@ msgstr "A procurar por ficheiros de ima
msgid "No image files found."
msgstr "Nenhum ficheiro de imagem encontrado."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Não foi possÃvel abrir a entrada de dados do recurso ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Aviso: não foi possÃvel abrir o ficheiro com a extensão ''{2}'' e o nome "
- "''{3}'' no ficheiro ZIP ''{0}''. Exceção: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Não foi possÃvel alterar o nome do ficheiro de {0} para {1}."
@@@ -12669,8 -12761,8 +12763,8 @@@ msgstr "Expressões desconhecidas: {0}
msgid "Zero coordinates: {0}"
msgstr "Coordenadas nulas: {0}"
- msgid "NMEA import success"
- msgstr "Importação NMEA bem sucedida"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Falhou a importação de ficheiro NMEA-0183!"
@@@ -12777,47 -12869,13 +12871,13 @@@ msgstr "Nenhuns dados encontrados no fi
msgid "Open OsmChange file"
msgstr "Abrir ficheiro OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Falta o atributo obrigatório ''{0}''."
-
msgid "Unsupported version: {0}"
msgstr "Versão não suportada: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "O valor do atributo obrigatório ''{0}'' de tipo longo está errado. "
- "Atualmente é ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "O valor do atributo obrigatório ''{0}'' de tipo longo (>=0) está errado. "
- "Atualmente é ''{1}''."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "Valor incorreto do atributo obrigatório ''{0}'' do tipo booleano. Obteve-se "
- "''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Valor incorreto do atributo obrigatório ''{0}'' do tipo OsmPrimitiveType. "
- "Obteve-se ''{1}''."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Aviso: elemento de inÃcio ''{0}'' não suportado existente no conjunto de "
- "alterações na posição ({1},{2}). A ignorar."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12827,11 -12885,9 +12887,9 @@@ msgstr "
"''create'' (criar), ''modify'' (modificar), ou ''delete'' (eliminar)."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Aviso: elemento final ''{0}'' não suportado existente no conjunto de "
- "alterações na posição ({1},{2}). A ignorar."
msgid "Parsing changeset content ..."
msgstr "A processar o conteúdo do conjunto de alterações"
@@@ -12859,11 -12915,8 +12917,8 @@@ msgstr "A processar a lista de conjunto
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "A autenticação da ligação HTTP com uma assinatura de OAuth falhou"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Aviso: valor inesperado na preferência ''{0}''. Obteve-se ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(na linha {0}, coluna {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Ocorreu um erro ao gravar.<br>O erro é:<br>{0}</html>"
@@@ -12957,11 -13010,9 +13012,9 @@@ msgstr "
"Obteve-se {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "Aviso: O atributo de normalização ''version'' do elemento {0} a {2}, a "
- "versão API é ''{3}''. Atualmente é {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "Versão API desconhecida ou não suportada. Obteve-se {0}."
@@@ -13169,17 -13220,15 +13222,21 @@@ msgstr "Criar objetos
msgid "Read protocol version"
msgstr "Ler a versão do protocolo"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "Aviso: não foi possÃvel iniciar o servidor de Controlo Remoto na porta {0}: "
- "{1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "ControloRemoto::Aceitando ligações na porta {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "ControloRemoto::Servidor parado."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "ControloRemoto::Aceitando ligações na porta {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "ControloRemoto::Servidor parado."
+
msgid "Remote Control has been asked to create a new node."
msgstr "Foi pedido ao Controlo Remoto para criar um nó."
@@@ -13219,6 -13268,15 +13276,15 @@@ msgstr "Foi pedido ao Controlo Remoto p
msgid "Remote Control has been asked to load data from the API."
msgstr "Foi pedido ao Controlo Remoto para carregar dados da API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13253,20 -13311,20 +13319,20 @@@ msgstr "Dados:
msgid "local file"
msgstr "ficheiro local"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Link para um ficheiro de dados OSM no seu disco local."
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "incluir"
- msgid "Include OSM data in the .joz session file."
- msgstr "Incluir dados OSM no ficheiro de sessão .joz"
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "Sem associação de ficheiros"
- msgid "OSM data will be included in the session file."
- msgstr "Os dados OSM serão incluÃdos no ficheiro de sessão."
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13287,6 -13345,15 +13353,15 @@@ msgstr "A camada contém dados por grav
msgid "Layer does not contain unsaved data."
msgstr "A camada não contém dados por gravar."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Link para um ficheiro de dados OSM no seu disco local."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Incluir dados OSM no ficheiro de sessão .joz"
+
+ msgid "OSM data will be included in the session file."
+ msgstr "Os dados OSM serão incluÃdos no ficheiro de sessão."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13294,6 -13361,9 +13369,9 @@@ msgstr "
"A versão ''{0}'' de dados meta para a camada OSM não é suportada. Esperado: "
"0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Ficheiro de sessão (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Não foi possÃvel localizar o ficheiro ''{0}''."
@@@ -13371,18 -13441,14 +13449,14 @@@ msgid "Download skipped
msgstr "Descarregamento ignorado"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Aviso: não foi possÃvel descarregar o módulo ''{0}'' porque o endereço dele "
- "não é conhecido. A ignorar descarregamento."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Aviso: não foi possÃvel descarregar o módulo ''{0}'' porque o endereço "
- "''{1}'' não é válido. A ignorar descarregamento."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Não foi possÃvel criar a pasta de módulos ''{0}''"
@@@ -13548,12 -13614,11 +13622,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Não foi possÃvel atualizar o módulo"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Aviso: não foi possÃvel encontrar o módulo {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
- "Aviso: não foi possÃvel descarregar a lista de informações dos módulos"
msgid "Disable plugin"
msgstr "Desativar módulo"
@@@ -13567,29 -13632,22 +13640,24 @@@ msgstr "Manter módulo
msgid "Click to keep the plugin ''{0}''"
msgstr "Clique para manter o módulo ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Aviso: Não foi possÃvel eliminar o módulo desatualizado ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Aviso: não foi possÃvel instalar o módulo ''{0}'' já descarregado. A ignorar "
- "a instalação. O JOSM irá carregar a versão anterior do módulo."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
+"Aviso: não foi possÃvel instalar o módulo ''{0}'' do ficheiro temporário "
+"descarregado ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Aviso: não foi possÃvel instalar o módulo ''{0}'' no ficheiro temporário "
- "descarregado ''{1}''. Falhou a alteração do nome."
msgid "Click to disable the plugin ''{0}''"
msgstr "Clique para desativar o módulo ''{0}''"
@@@ -13665,11 -13723,8 +13733,8 @@@ msgstr "A processar os ficheiros na cac
msgid "Processing file ''{0}''"
msgstr "A processar o ficheiro ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Aviso: Não foi possÃvel obter informações sobre o módulo no ficheiro "
- "''{0}''. A ignorar."
msgid "Processing plugin site cache icon files..."
msgstr "A processar os ficheiros de Ãcones na cache do site de módulos..."
@@@ -13683,12 -13738,25 +13748,25 @@@ msgstr "Descarregar lista de módulos..
msgid "Downloading plugin list from ''{0}''"
msgstr "A descarregar a lista de módulos de ''{0}''"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Aviso: não foi possÃvel criar a pasta de módulos ''{0}''. Não é possÃvel "
- "guardar na cache a lista de módulos ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr ""
@@@ -14146,16 -14214,12 +14224,12 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Não foi possÃvel localizar a imagem ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
- "Aviso: não foi possÃvel manipular o ficheiro ZIP ''{0}''. Exceção: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Aviso: não foi possÃvel aceder ao diretório ''{0}'' por razões de segurança. "
- "Exceção: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [por favor digite o seu número]"
@@@ -14167,9 -14231,52 +14241,52 @@@ msgstr "
"Não foi possÃvel abrir o endereço web. Não está definida nenhuma plataforma "
"neste momento. Por favor defina primeiro uma plataforma."
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "reservado"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"Conflito silencioso de atalho de teclado: ''{0}'' alterado de ''{1}'' para "
@@@ -14205,8 -14312,22 +14322,22 @@@ msgstr "
"<html><p> Desculpe, mas não é possÃvel colar etiquetas da memória porque não "
"contém nenhum elemento do JOSM ou texto adequado. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Clique com o botão direito do rato = copiar endereço web"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14553,6 -14674,11 +14684,11 @@@ msgid "Saturation:
msgstr "Saturação:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14866,6 -14992,9 +15002,9 @@@ msgstr "
"esta funcionalidade no menu de contexto que aparece clicando com o botão "
"direito do rato na camada da imagem."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14937,9 -15066,6 +15076,6 @@@ msgstr "
"Simplifica linhas/áreas removendo nós em ângulos obtusos. Pode-se configurar "
"várias opções na aba do módulo após a instalação nas preferências."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Criar e alterar cartas marÃtimas para o OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Editar funcionalidades para o OpenSeaMap"
@@@ -14999,6 -15125,11 +15135,11 @@@ msgstr "
"Traça edifÃcios do mapa cadastral Checo. à necessário que esteja a correr o "
"TracerServer (.NET ou Mono)."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Módulo para assinar digitalmente dados do OpenStreetMap"
@@@ -15165,6 -15296,9 +15306,9 @@@ msgstr "Elevação feita no terreno
msgid "Lit"
msgstr "Com iluminação"
+ msgid "Toll"
+ msgstr "Com Portagem FÃsica ou Eletrónica (Via Verde e Ex-SCUT)"
+
msgid "Motorway Link"
msgstr "Ligação a Auto-Estrada"
@@@ -15255,6 -15389,50 +15399,50 @@@ msgstr "Rua Residencial
msgid "Edit Residential Street"
msgstr "Editar Rua Residencial"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Tipo de estrada"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "sim"
+
+ msgid "no"
+ msgstr "não"
+
+ msgid "destination"
+ msgstr "destino"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Living Street (não existem em Portugal)"
@@@ -15273,11 -15451,11 +15461,11 @@@ msgstr "à uma área e não uma linha
msgid "Service"
msgstr "Estrada de Serviço (residência/loja/indústria)"
- msgid "Edit Serviceway"
- msgstr "Editar Estrada de Serviço (residência/loja/indústria)"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Tipo de serviço"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "rua de traseiras"
@@@ -15288,6 -15466,9 +15476,9 @@@ msgstr "acesso a residência / loja / s
msgid "parking_aisle"
msgstr "estrada apenas para estacionar"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Estrada de Parque de Estacionamento"
@@@ -15315,18 -15496,12 +15506,12 @@@ msgstr "rotunda
msgid "jughandle"
msgstr "jughandle (não usado em Portugal)"
- msgid "yes"
- msgstr "sim"
-
msgid "Road Restrictions"
msgstr "Restrições de Circulação"
msgid "Edit Road Restrictions"
msgstr "Editar Restrições de Circulação"
- msgid "Toll"
- msgstr "Com Portagem FÃsica ou Eletrónica (Via Verde e Ex-SCUT)"
-
msgid "No exit (cul-de-sac)"
msgstr "Sem saÃda"
@@@ -15336,9 -15511,6 +15521,6 @@@ msgstr "Restrições de transporte
msgid "General Access"
msgstr "Acesso"
- msgid "destination"
- msgstr "destino"
-
msgid "delivery"
msgstr "apenas para entregas de mercadoria"
@@@ -15348,15 -15520,15 +15530,15 @@@ msgstr "permitido pelo proprietário
msgid "private"
msgstr "privado"
+ msgid "customers"
+ msgstr "clientes"
+
msgid "agricultural"
msgstr "apenas tráfego agrÃcola"
msgid "forestry"
msgstr "apenas tráfego florestal"
- msgid "no"
- msgstr "não"
-
msgid "official"
msgstr "oficial (c/sinal de tipo de acessos autorizados)"
@@@ -15402,6 -15574,9 +15584,9 @@@ msgstr "VeÃculos de alta ocupação (c
msgid "Public Service Vehicles (psv)"
msgstr "Transporte Público de Passageiros"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Velocidade mÃnima (km/h)"
@@@ -15486,6 -15661,9 +15671,9 @@@ msgstr "Editar Ponte
msgid "viaduct"
msgstr "viaduto"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "giratória"
@@@ -15596,20 -15774,29 +15784,29 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilidade do caminho"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "excelente"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "boa"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "intermédia"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "má"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "horrÃvel"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Cadeiras de rodas"
@@@ -15626,11 -15813,11 +15823,11 @@@ msgstr "Caminho exclusivo para cavalos
msgid "Edit Bridleway"
msgstr "Editar Caminho exclusivo para cavalos"
- msgid "Cycle Lane"
- msgstr "Faixa para Bicicletas"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Editar Faixa para Bicicletas"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Ciclovia"
@@@ -15667,8 -15854,8 +15864,8 @@@ msgstr "Ciclovia direita
msgid "Oneway (bicycle)"
msgstr "Sentido único (bicicleta)"
- msgid "Edit Highway"
- msgstr "Editar estrada"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "Estrada"
@@@ -15736,12 -15923,18 +15933,18 @@@ msgstr "Ãrea de Descanso (sem posto co
msgid "Edit Rest Area"
msgstr "Ãrea de Descanso (sem posto combustÃvel, nem loja...)"
- msgid "Emergency Phone"
- msgstr "Telefone de Emergência"
+ msgid "Drinking Water"
+ msgstr "Ãgua Potável (bebedouro, fonte...)"
msgid "Traffic Signal"
msgstr "Semáforo"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Tipo de Passagem de Peões"
@@@ -15757,15 -15950,6 +15960,6 @@@ msgstr "ilha de refúgio para peões n
msgid "unmarked"
msgstr "sem marcas no piso nem semáforos"
- msgid "Cross on horseback"
- msgstr "Atravessamento permitido a cavalo"
-
- msgid "Cross by bicycle"
- msgstr "Atravessamento permitido com bicicleta"
-
- msgid "Crossing attendant"
- msgstr "Com sinaleiro de passagem de peões (raro)"
-
msgid "Crossing type name (UK)"
msgstr "Sub-tipo de passagem"
@@@ -15787,6 -15971,15 +15981,15 @@@ msgstr "pegasus (não usada em Portugal
msgid "tiger"
msgstr "tiger (não usada em Portugal)"
+ msgid "Crossing attendant"
+ msgstr "Com sinaleiro de passagem de peões (raro)"
+
+ msgid "Cross by bicycle"
+ msgstr "Atravessamento permitido com bicicleta"
+
+ msgid "Cross on horseback"
+ msgstr "Atravessamento permitido a cavalo"
+
msgid "Stop"
msgstr "Stop"
@@@ -15796,6 -15989,9 +15999,9 @@@ msgstr "Cedência de passagem
msgid "Mini-roundabout"
msgstr "Mini-rotunda (rarÃssimo)"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Sentido do trânsito"
@@@ -15805,11 -16001,8 +16011,8 @@@ msgstr "dos ponteiros do relógio
msgid "Pedestrian Crossing"
msgstr "Passagem de Peões (normalmente c/ passadeira)"
- msgid "Edit Crossing"
- msgstr "Editar Passagem de Peões (normalmente c/ passadeira)"
-
- msgid "Type name (UK)"
- msgstr "Sub-tipo de passagem"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "Redutor de Velocidade (lombas...)"
@@@ -15841,9 -16034,6 +16044,6 @@@ msgstr "lomba comprida (+3m; plana no m
msgid "Passing Place"
msgstr "Lugar de Passagem (em vias estreitas de 1 só faixa)"
- msgid "Edit Passing Place"
- msgstr "Editar Lugar de Passagem (em vias estreitas de 1 só faixa)"
-
msgid "Turning Circle"
msgstr "CÃrculo de Viragem"
@@@ -15886,6 -16076,12 +16086,12 @@@ msgstr "Editar Bloco (cimento / pedra)
msgid "Allowed traffic:"
msgstr "Trânsito permitido:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "pedra"
+
msgid "Bollard"
msgstr "Pilar"
@@@ -15901,6 -16097,9 +16107,9 @@@ msgstr "
msgid "removable"
msgstr "removÃvel"
+ msgid "plastic"
+ msgstr "plástico"
+
msgid "Cycle Barrier"
msgstr "Chicana Pedestre"
@@@ -15970,20 -16169,14 +16179,17 @@@ msgstr "
msgid "electric"
msgstr "eletrificada"
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
- msgstr "toros de madeira cortados"
+ msgid "pole"
+ msgstr "poste"
- msgid "chain"
- msgstr "rede"
-msgid "split_rail"
-msgstr "toros de madeira cortados"
++msgid "Guard Rail"
++msgstr "Railes de proteção da via"
+
- msgid "hedge"
- msgstr "sebe"
++msgid "Edit Guard Rail"
++msgstr "Editar Railes de proteção da via"
- msgid "pole"
- msgstr "poste"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr "Railes de proteção da via"
@@@ -16013,8 -16206,9 +16219,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Fosso / Vala / Trincheira"
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Editar Fosso / Vala / Trincheira"
+ msgstr ""
msgid "Kerb"
msgstr "Lancil (passeio desnivelado sem rampa)"
@@@ -16022,11 -16216,11 +16229,11 @@@
msgid "Edit Kerb"
msgstr "Editar Lancil"
- msgid "Entrance"
- msgstr "Entrada"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Editar Entrada"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Cancela / Portão"
@@@ -16079,12 -16273,6 +16286,12 @@@ msgstr "estreitamento
msgid "stepover"
msgstr ""
+msgid "Material"
+msgstr "Material"
+
+msgid "stone"
+msgstr "pedra"
+
msgid "Turnstile"
msgstr "Torniquete"
@@@ -16145,12 -16333,21 +16352,21 @@@ msgstr "Editar Vala de Drenagem
msgid "Ditch"
msgstr "Fosso / Vala / Trincheira"
+ msgid "Edit Ditch"
+ msgstr "Editar Fosso / Vala / Trincheira"
+
msgid "Stream"
msgstr "Ribeiro"
msgid "Edit Stream"
msgstr "Editar Ribeiro"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Canal"
@@@ -16190,9 -16387,6 +16406,6 @@@ msgstr "Editar Barragem
msgid "Groyne"
msgstr "Espigão marÃtimo"
- msgid "Edit Groyne"
- msgstr "Editar Espigão marÃtimo"
-
msgid "Breakwater"
msgstr "Quebra-mar / molhe"
@@@ -16226,14 -16420,29 +16439,29 @@@ msgstr "Editar Reservatório Coberto
msgid "Edit Water"
msgstr "Editar Ãgua"
- msgid "Land"
- msgstr "Terra"
+ msgid "Water Body"
+ msgstr ""
- msgid "Edit Land"
- msgstr "Editar Terra"
+ msgid "lake"
+ msgstr ""
- msgid "Coastline"
- msgstr "Linha Costeira"
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
+ msgid "Land"
+ msgstr "Terra"
+
+ msgid "Edit Land"
+ msgstr "Editar Terra"
+
+ msgid "Coastline"
+ msgstr "Linha Costeira"
msgid "Edit Coastline"
msgstr "Editar Linha Costeira"
@@@ -16307,20 -16516,25 +16535,25 @@@ msgstr "Editar Terminal de Ferry
msgid "Cargo"
msgstr "Carga"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "passageiros"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "veÃculos"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicicletas"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "camiões"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "passageiros e veÃculos"
+ msgstr ""
msgid "Ferry Route"
msgstr "Rota de Ferry"
@@@ -16394,8 -16608,8 +16627,8 @@@ msgstr "turismo
msgid "freight"
msgstr "carga"
- msgid "Service/Type"
- msgstr "Serviço/Tipo"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "pátio de manobras ferroviárias"
@@@ -16418,11 -16632,14 +16651,14 @@@ msgstr "linha de contacto aérea (por c
msgid "rail"
msgstr "carril"
- msgid "Voltage"
- msgstr "Voltagem (em volts)"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frequência (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -16433,9 -16650,6 +16669,6 @@@ msgstr "Carril Bitola Estreita
msgid "Edit Narrow Gauge Rail"
msgstr "Editar Carril Bitola Estreita"
- msgid "Types"
- msgstr "Tipos"
-
msgid "Monorail"
msgstr "Monocarril"
@@@ -16457,15 -16671,15 +16690,15 @@@ msgstr "Editar Metropolitado de SuperfÃ
msgid "Subway"
msgstr "Metropolitano"
+msgid "Edit Tram"
+msgstr "Editar Elétrico"
+
msgid "Edit Subway"
msgstr "Editar Metropolitano"
msgid "Tram"
msgstr "Elétrico"
-msgid "Edit Tram"
-msgstr "Editar Elétrico"
-
msgid "Bus Guideway"
msgstr "Autocarro de Guia"
@@@ -16487,6 -16701,9 +16720,9 @@@ msgstr "Editar Ferrovia Abandonada
msgid "Level Crossing"
msgstr "Passagem de NÃvel Ferroviária"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "Vigiado"
@@@ -16499,18 -16716,32 +16735,32 @@@ msgstr "Sinal sonoro
msgid "Barrier"
msgstr "Barreira"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "médio"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "alto"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Passagem de Peões"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Tipo de passagem de peões"
@@@ -16610,13 -16841,11 +16860,11 @@@ msgstr "Tapete Rolante
msgid "Edit Magic Carpet"
msgstr "Editar Tapete Rolante"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Teleférico de Mercadorias"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Editar Teleférico de Mercadorias"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -16626,13 -16855,11 +16874,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Editar Estação"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Torre de Suporte"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Editar Torre de Suporte"
+ msgstr ""
msgid "Parking"
msgstr "Parque de Estacionamento"
@@@ -16649,12 -16876,12 +16895,12 @@@ msgstr "Ã superfÃcie
msgid "underground"
msgstr "subterrâneo"
+ msgid "rooftop"
+ msgstr "telhado"
+
msgid "Access"
msgstr "Acesso"
- msgid "customers"
- msgstr "clientes"
-
msgid "Park and Ride"
msgstr "Estacionamento de Intercâmbio"
@@@ -16682,9 -16909,6 +16928,6 @@@ msgstr "Lugar de Estacionamento (1 veÃ
msgid "Edit Parking space"
msgstr "Editar Lugar de Estacionamento (1 veÃculo)"
- msgid "rooftop"
- msgstr "telhado"
-
msgid "Capacity"
msgstr "Capacidade"
@@@ -16706,11 -16930,30 +16949,30 @@@ msgstr "Horário de Abertura
msgid "24/7"
msgstr "sempre aberto (24h por dia)"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Segunda a Sexta-feira 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Terça-Dom 8h-15h; Sáb 8h-12h"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "Entrada Parq. Est. (subterrâneo/vários pisos)"
@@@ -16859,6 -17102,9 +17121,9 @@@ msgstr "Posto de Abastecimento de Eletr
msgid "Edit Charging Station (for electric cars)"
msgstr "Editar Posto de Abastecimento de Eletricidade"
+ msgid "Voltage"
+ msgstr "Voltagem (em volts)"
+
msgid "Amperage"
msgstr "Amperagem"
@@@ -16880,6 -17126,12 +17145,12 @@@ msgstr "Oficina
msgid "Edit Car Repair"
msgstr "Editar Oficina de VeÃculos"
+ msgid "Parts"
+ msgstr "Peças"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Pneus"
@@@ -16907,6 -17159,12 +17178,12 @@@ msgstr "Aluguer
msgid "Edit Car Rental"
msgstr "Editar Aluguer de VeÃculos"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "apenas tem destes produtos"
+
msgid "Sharing"
msgstr "Partilha de VeÃculos"
@@@ -16931,22 -17189,6 +17208,6 @@@ msgstr "Serviços:
msgid "Sale"
msgstr "Venda"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "sim"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "marca"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "usados"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "não"
-
msgid "brand"
msgstr "marca"
@@@ -16968,9 -17210,6 +17229,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Peças"
-
msgid "Clothes"
msgstr "Roupas"
@@@ -17165,6 -17404,9 +17423,9 @@@ msgstr "Plataforma
msgid "Station or amenities"
msgstr "Estação ou infraestruturas"
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "Autocarro"
@@@ -17195,6 -17437,9 +17456,9 @@@ msgstr "Funicular
msgid "Ferry"
msgstr "Ferry"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Banco"
@@@ -17207,9 -17452,6 +17471,6 @@@ msgstr "Cadeiras de Rodas
msgid "limited"
msgstr "limitado/parcial"
- msgid "only"
- msgstr "apenas tem destes produtos"
-
msgid "Highway platform (legacy)"
msgstr "Plataforma rodoviária (em desuso)"
@@@ -17219,8 -17461,13 +17480,13 @@@ msgstr "Plataforma ferroviária (em des
msgid "funicular"
msgstr "funicular"
+ msgctxt "railway"
msgid "Station"
- msgstr "Estação"
+ msgstr "Estação Ferroviária"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Editar Estação Ferroviária"
msgid "Building"
msgstr "EdifÃcio"
@@@ -17234,6 -17481,9 +17500,9 @@@ msgstr "Editar Entrada para Metropolita
msgid "Ticket Machine"
msgstr "Máquina de Bilhetes"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Número de Referência"
@@@ -17258,14 -17508,6 +17527,6 @@@ msgstr "Cartão de fidelidade (para obt
msgid "Public Transport (legacy)"
msgstr "Transporte público (em desuso)"
- msgctxt "railway"
- msgid "Station"
- msgstr "Estação Ferroviária"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Editar Estação Ferroviária"
-
msgid "UIC-Reference"
msgstr "Referência UIC"
@@@ -17314,8 -17556,8 +17575,8 @@@ msgstr "Editar Plataforma Rodoviária
msgid "Taxi"
msgstr "Táxi"
- msgid "Edit Taxi station"
- msgstr "Editar Praça de Táxis"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Avião"
@@@ -17368,6 -17610,21 +17629,21 @@@ msgstr "Terminal de Passageiros
msgid "Edit Terminal"
msgstr "Editar Terminal de Passageiros"
+ msgid "Internet access"
+ msgstr "Acesso à Internet"
+
+ msgid "wlan"
+ msgstr "sem fios (wi-fi)"
+
+ msgid "wired"
+ msgstr "com fios"
+
+ msgid "terminal"
+ msgstr "terminal de acesso à internet"
+
+ msgid "Internet access fee"
+ msgstr "taxa de utilização internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Porta de embarque / desembarque"
@@@ -17390,21 -17647,6 +17666,6 @@@ msgstr "Editar Hotel
msgid "Stars"
msgstr "Estrelas"
- msgid "Internet access"
- msgstr "Acesso à Internet"
-
- msgid "wlan"
- msgstr "sem fios (wi-fi)"
-
- msgid "wired"
- msgstr "com fios"
-
- msgid "terminal"
- msgstr "terminal de acesso à internet"
-
- msgid "Internet access fee"
- msgstr "taxa de utilização internet"
-
msgid "Smoking"
msgstr "Fumadores"
@@@ -17594,9 -17836,6 +17855,6 @@@ msgstr "Clube de striptease
msgid "Edit Stripclub"
msgstr "Editar Clube de striptease"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Terça-Dom 8h-15h; Sáb 8h-12h"
-
msgid "Tourism"
msgstr "Turismo"
@@@ -17618,9 -17857,15 +17876,15 @@@ msgstr "Torre de Vigia
msgid "Information Office"
msgstr "Posto de Informações"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "NÃvel de Detalhe"
@@@ -17633,6 -17878,9 +17897,9 @@@ msgstr "estradas
msgid "scheme"
msgstr "esquemático (apresenta só o mais importante)"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Ãrea Mostrada"
@@@ -17672,6 -17920,9 +17939,9 @@@ msgstr "... entre outros meios de trans
msgid "Information Board"
msgstr "Placar de Informação"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Informação Mostrada"
@@@ -17693,23 -17944,35 +17963,35 @@@ msgstr "plantas
msgid "Guidepost"
msgstr "Poste com Direções"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Terminal de Informação Eletrónico"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Descrição curta"
msgid "Audioguide"
msgstr "Guia de Ãudio"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "Guia de Ãudio via telemóvel?"
msgid "Phone number"
msgstr "Número de telefone"
- msgid "Other Information Points"
- msgstr "Outros Pontos de Informação"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Lazer"
@@@ -17838,50 -18101,44 +18120,44 @@@ msgstr "Obra de Arte (ao ar livre)
msgid "Edit Artwork"
msgstr "Editar Obra de Arte (ao ar livre)"
- msgid "Place of Worship"
- msgstr "Local de Oração"
-
- msgid "Edit Place of Worship"
- msgstr "Editar Local de Oração"
-
- msgid "Religion"
- msgstr "Religião"
+ msgid "Recording Studio"
+ msgstr "Estúdio de Gravação"
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr "Editar Estúdio de Gravação"
- msgid "buddhist"
- msgstr "budista"
+ msgid "audio"
+ msgstr "áudio"
- msgid "christian"
- msgstr "cristã"
+ msgid "video"
+ msgstr "vÃdeo"
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Local de Oração"
- msgid "jain"
- msgstr "jainismo"
+ msgid "Church"
+ msgstr "Igreja"
- msgid "jewish"
- msgstr "judaica"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muçulmana"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "siquismo"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "espiritualismo"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoÃsmo"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarismo"
+ msgid "church"
+ msgstr "igreja"
- msgid "zoroastrian"
- msgstr "zoroastrismo"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Comunidade religiosa"
@@@ -17898,6 -18155,12 +18174,12 @@@ msgstr "católica
msgid "evangelical"
msgstr "evangélica"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "testemunhas de jeová"
@@@ -17910,6 -18173,9 +18192,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mórmon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxa"
@@@ -17928,41 -18194,141 +18213,141 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr "Católica Romana"
- msgid "shia"
- msgstr "xiismo"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunismo"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr "Horário de Missas"
- msgid "Su 10:00"
- msgstr "Domingo 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Domingo 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Domingo 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Horário de abertura para visitas"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Estúdio de Gravação"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "Editar Estúdio de Gravação"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "áudio"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "vÃdeo"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "EdifÃcio Público"
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "xiismo"
+
+ msgid "sunni"
+ msgstr "sunismo"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religião"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jainismo"
+
+ msgid "sikh"
+ msgstr "siquismo"
+
+ msgid "spiritualist"
+ msgstr "espiritualismo"
+
+ msgid "taoist"
+ msgstr "taoÃsmo"
+
+ msgid "unitarian"
+ msgstr "unitarismo"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrismo"
+
+ msgid "Public Building"
+ msgstr "EdifÃcio Público"
msgid "Edit Public Building"
msgstr "Editar EdifÃcio Público"
@@@ -18048,6 -18414,12 +18433,12 @@@ msgstr "Editar Escola de Condução
msgid "License Classes"
msgstr "Aulas para Categorias de VeÃculos (p.ex. A1, B, D...)"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Saúde"
@@@ -18129,12 -18501,66 +18520,66 @@@ msgstr "Veterinário
msgid "Edit Veterinary"
msgstr "Editar Veterinário"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "locais públicos (vigiado pela polÃcia)"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Marco / caixa de correio"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefone"
@@@ -18144,6 -18570,30 +18589,30 @@@ msgstr "Editar Telefone
msgid "Telephone cards"
msgstr "Cartões de chamadas telefónicas"
+ msgid "Emergency Phone"
+ msgstr "Telefone de Emergência"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Relógio"
@@@ -18153,31 -18603,37 +18622,37 @@@ msgstr "Editar Relógio
msgid "Display"
msgstr "Mostrador"
- msgctxt "display"
msgid "analog"
- msgstr "analógico"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "digital"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "relógio_de_sol"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "invulgar"
+ msgstr ""
msgid "Support"
msgstr "Estrutura de Suporte"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "parede"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr "Visibilidade/legibilidade"
@@@ -18205,8 -18661,8 +18680,8 @@@ msgstr "Mostra a humidade
msgid "Recycling"
msgstr "Reciclagem (ecoponto ou ecocentro)"
- msgid "Edit Recycling station"
- msgstr "Editar Reciclagem (ecoponto ou ecocentro)"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Baterias (pilhão)"
@@@ -18232,21 -18688,15 +18707,15 @@@ msgstr "ecocentro (para objetos volumos
msgid "Waste Basket"
msgstr "Caixote do Lixo (pequeno)"
- msgid "Edit Waste Basket"
- msgstr "Editar Caixote do Lixo (pequeno)"
-
msgid "Waste Disposal"
msgstr "Contentor de Lixo"
- msgid "Edit Waste Disposal"
- msgstr "Editar Contentor de Lixo"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "Encosto"
- msgid "plastic"
- msgstr "plástico"
-
msgid "Amount of Seats"
msgstr "Número de Assentos"
@@@ -18281,8 -18731,17 +18750,17 @@@ msgstr "Editar Plataforma de Caça
msgid "Height"
msgstr "Altura (metros)"
+ msgctxt "height"
msgid "low"
- msgstr "baixo"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Escondido"
@@@ -18290,9 -18749,6 +18768,6 @@@
msgid "Lock"
msgstr "Trancado"
- msgid "Drinking Water"
- msgstr "Ãgua Potável (bebedouro, fonte...)"
-
msgid "Edit Source of Potable Water"
msgstr "Editar fonte de Ãgua potável"
@@@ -18324,6 -18780,9 +18799,9 @@@ msgstr "reservatório / lago (necessit
msgid "Diameter (in mm)"
msgstr "Diâmetro (em mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "faixa de rodagem"
@@@ -18361,119 -18820,155 +18839,155 @@@ msgstr "Estádio
msgid "Edit Stadium"
msgstr "Editar Estádio"
- msgid "select sport:"
- msgstr "selecione o desporto:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "desporto"
+ msgid "Sport"
+ msgstr "Desporto"
+ msgctxt "sport"
msgid "multi"
- msgstr "vários desportos"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "tiro com arco e flecha"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletismo"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "futebol americano"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "futebol australiano"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "basebol"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basquetebol"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "jogos de bolas metálicas (boules)"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "futebol canadiano"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "canoagem"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "escalada"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "crÃquete"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "crÃquete com redes (para treinar)"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "ciclismo"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "corridas de cães"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "equestre"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "jogos gaélicos"
+ msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golfe"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "ginástica"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hóquei"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "corridas de cavalos"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motorizado"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota basca"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "raquetes (péla)"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "râguebi de 13 (rugby league)"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "râguebi de 15 (rugby union)"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "tiro"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skate"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "patinagem no gelo"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "esqui"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "futebol"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "natação"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "pingue pongue / ténis de mesa"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "ténis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Centro Desportivo"
@@@ -18505,26 -19000,27 +19019,27 @@@ msgstr "Golfe em Miniatura
msgid "Edit Miniature Golf"
msgstr "Editar Golfe em Miniatura"
- msgid "Sport"
- msgstr "Desporto"
-
msgid "Multi"
msgstr "Vários desportos"
msgid "Edit Multi"
msgstr "Editar Vários desportos"
- msgid "type"
- msgstr "tipo"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "campo"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "centro desportivo"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "estádio"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr "Bowling de 9 pinos"
@@@ -18532,6 -19028,15 +19047,15 @@@
msgid "Edit 9pin"
msgstr "Editar Bowling de 9 pinos"
+ msgid "pitch"
+ msgstr "campo"
+
+ msgid "sports_centre"
+ msgstr "centro desportivo"
+
+ msgid "stadium"
+ msgstr "estádio"
+
msgid "10pin"
msgstr "Bowling (comum de 10 pinos)"
@@@ -18565,6 -19070,22 +19089,22 @@@ msgstr "Editar Canoagem
msgid "Edit Cycling"
msgstr "Ciclismo"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Corridas de Cães"
@@@ -18621,7 -19142,7 +19161,7 @@@ msgid "Skating
msgstr "Patinagem no Gelo"
msgid "Edit Skating"
- msgstr "Editar Patinagem no Gelo"
+ msgstr ""
msgid "ice_rink"
msgstr "curling bávaro"
@@@ -18665,36 -19186,54 +19205,54 @@@ msgstr "pista de gelo (em centros comer
msgid "Difficulty"
msgstr "Grau de Dificuldate"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "iniciados"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "fácil"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "avançado"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "peritos"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "fora de pista"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
-msgstr ""
+msgstr "clássico"
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -18737,21 -19276,17 +19295,17 @@@ msgstr "Jogos Gaélicos
msgid "Edit Gaelic Games"
msgstr "Editar Jogos Gaélicos"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "Hurling"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Futebol gaélico"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
- msgstr "Camogie"
+ msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
- msgstr "Rounders"
+ msgstr ""
msgid "Rugby League"
msgstr "Râguebi de 13 (Rugby League)"
@@@ -18888,6 -19423,18 +19442,18 @@@ msgstr "Aeródromo para Aeromodelismo
msgid "Edit Model Aerodrome"
msgstr "Editar Aeródromo para Aeromodelismo"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "Pista Para Carros Telecomandados"
@@@ -18900,38 -19447,73 +19466,73 @@@ msgstr "Construção
msgid "Edit Building"
msgstr "Editar EdifÃcio"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "cobertura (p.ex.postos de combustÃvel, coberturas estacionamento)"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "garagem"
+ msgstr ""
- msgid "church"
- msgstr "igreja"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "escola"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "hangar"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "comercial"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "quinta"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
-msgstr ""
+msgstr "transporte"
+ msgctxt "building"
msgid "greenhouse"
- msgstr "estufa"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "escritório"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "universidade"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "EdifÃcio Residencial"
@@@ -18939,20 -19521,59 +19540,59 @@@
msgid "Edit Residential Building"
msgstr "Editar EdifÃcio Residencial"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "apartamentos"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "casa"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "cabana"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+ msgctxt "building"
msgid "terrace"
- msgstr "terrace (vários edifÃcios contÃguos em fileira)"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
- msgstr "separado dos outros edifÃcios"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr "Entrada"
+
+ msgid "Edit Entrance"
+ msgstr "Editar Entrada"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
msgid "Tower"
msgstr "Torre"
@@@ -19178,42 -19799,68 +19818,68 @@@ msgstr "Intervalos em que está ligado
msgid "Mo-Fr 22:00-05:00"
msgstr "Segunda a Sexta 22:00 Ã s 05:00"
- msgid "Measurement Station"
- msgstr "Estação de Medição (meteorológica, sÃsmica, nÃvel da água...)"
+ msgid "Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Editar Estação de Medição (meteorológica, sÃsmica, nÃvel da água...)"
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Measurement"
- msgstr "Tipo de Medição"
+ msgid "Monitoring:"
+ msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
- msgstr "sÃsmica"
+ msgid "Water level"
+ msgstr ""
- msgid "water_level"
- msgstr "nÃvel da água"
+ msgid "Tide Level"
+ msgstr ""
- msgid "weather"
- msgstr "tempo"
+ msgid "Traffic"
+ msgstr ""
- msgid "Recording"
- msgstr "Gravação"
+ msgid "Air Quality"
+ msgstr ""
- msgid "manually"
- msgstr "manual"
+ msgid "Noise"
+ msgstr ""
- msgid "automated"
- msgstr "automatizada"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "remote"
- msgstr "remota"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgctxt "display"
- msgid "no"
- msgstr "não"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
msgid "Survey Point"
msgstr "Vértice Geodésico"
@@@ -19221,8 -19868,8 +19887,8 @@@
msgid "Edit Survey Point"
msgstr "Editar Vértice Geodésico"
- msgid "Surveillance"
- msgstr "Câmaras de Vigilância"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Editar Câmaras de Vigilância"
@@@ -19233,12 -19880,102 +19899,102 @@@ msgstr "interior de edifÃcios privados
msgid "outdoor"
msgstr "exterior de edifÃcios privados/empresas"
- msgid "public"
- msgstr "locais públicos (vigiado pela polÃcia)"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "lojas"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr "Energia"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr "Formas de energia gerada"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr "eletricidade"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "água quente"
+
+ msgid "hot air"
+ msgstr "ar quente"
+
+ msgid "cold water"
+ msgstr "água fria"
+
+ msgid "cold air"
+ msgstr "ar frio"
+
+ msgid "compressed air"
+ msgstr "ar comprimido"
+
+ msgid "steam"
+ msgstr "vapor"
+
+ msgid "vacuum"
+ msgstr "vácuo"
+
msgid "Power Generator"
msgstr "Central de Geração de Energia (genérico)"
@@@ -19290,89 -20027,192 +20046,192 @@@ msgstr "vento
msgid "Method"
msgstr "Método"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "metanização"
+ msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "combustão"
+ msgstr ""
- msgid "dam"
- msgstr "barragem"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "fisão"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fusão"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "gasificação"
-
- msgid "photovoltaic"
- msgstr "fotovoltaico"
+ msgstr ""
- msgid "pumped-storage"
- msgstr "hidroelétrica reversÃvel (2 reservatórios)"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "bombagem (por ex. geotérmica)"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "pirólise"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
-msgstr ""
+msgstr "barragem sem reservatório"
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "térmica"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "Formas de energia gerada"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "eletricidade"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "água quente"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "ar quente"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "água fria"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "ar frio"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "ar comprimido"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "vapor"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vácuo"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
- msgid "battery charging"
- msgstr "Carregamento de baterias"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Estação de Energia (evitar usar)"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Editar Estação de Energia (evitar usar)"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Subestação de Eletricidade (distribuição)"
@@@ -19383,6 -20223,21 +20242,21 @@@ msgstr "Editar Subestação de Eletrici
msgid "Line reference"
msgstr "Referência da Linha"
+ msgid "high"
+ msgstr "alto"
+
+ msgid "medium"
+ msgstr "médio"
+
+ msgid "low"
+ msgstr "baixo"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "Armário de Distribuição de Eletricidade"
@@@ -19398,6 -20253,9 +20272,9 @@@ msgstr "Editar Torre de Alta Tensão
msgid "Tower reference"
msgstr "Referência da torre"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Poste"
@@@ -19416,13 -20274,11 +20293,11 @@@ msgstr "Editar Linha de Transmissão
msgid "Line type"
msgstr "Tipo de linha"
- msgctxt "Power Line"
msgid "line"
- msgstr "linha"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "linha menor (em postes)"
+ msgstr ""
msgid "Amount of Cables"
msgstr "Número de Cabos"
@@@ -19529,11 -20385,11 +20404,11 @@@ msgstr "Quiosque
msgid "Edit Kiosk"
msgstr "Editar Quiosque"
- msgid "Baker"
- msgstr "Padaria"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Editar Padaria"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Talho"
@@@ -19544,8 -20400,8 +20419,8 @@@ msgstr "Editar Talho
msgid "Seafood"
msgstr "Peixaria"
- msgid "Edit Seafood"
- msgstr "Editar Peixaria"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "Loja de Gourmet"
@@@ -19565,6 -20421,9 +20440,9 @@@ msgstr "Mercado / Feira
msgid "Edit Marketplace"
msgstr "Editar Mercado / Feira"
+ msgid "Organic"
+ msgstr "Orgânica / Biológica"
+
msgid "Greengrocer"
msgstr "Loja de Frutas e Verduras"
@@@ -19577,9 -20436,6 +20455,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr "Editar Quitanda/Venda"
- msgid "Organic"
- msgstr "Orgânica / Biológica"
-
msgid "Edit Organic/Bio"
msgstr "Editar Orgânica / Biológica"
@@@ -19649,8 -20505,8 +20524,8 @@@ msgstr "Editar Alfaiate
msgid "Fabric"
msgstr "Tecidos"
- msgid "Edit Fabric"
- msgstr "Editar Tecidos"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Eletrónica"
@@@ -19670,14 -20526,14 +20545,14 @@@ msgstr "Editar Eletrónica de Consumo
msgid "Mobile Phone"
msgstr "Telemóveis"
- msgid "Edit Mobile Phone"
- msgstr "Editar Loja de Telemóveis"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Aspiradores"
- msgid "Edit Vacuum Cleaner"
- msgstr "Editar Aspiradores"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Alta Fidelidade"
@@@ -19685,9 -20541,8 +20560,8 @@@
msgid "Edit Hifi Shop"
msgstr "Editar Loja de Alta Fidelidade"
- msgctxt "shop"
msgid "Video"
- msgstr "Videoclube"
+ msgstr "VÃdeo"
msgid "Edit Video Shop"
msgstr "Editar Videoclube"
@@@ -19713,6 -20568,12 +20587,12 @@@ msgstr "Editar Angência de Câmbio
msgid "Edit Automated Teller Machine"
msgstr "Editar Caixa Multibanco"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Grande Armazém"
@@@ -19749,11 -20610,32 +20629,32 @@@ msgstr "Ouriversaria
msgid "Edit Jewelry"
msgstr "Editar Ouriversaria"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budista"
+
+ msgid "christian"
+ msgstr "cristã"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "judaica"
+
+ msgid "muslim"
+ msgstr "muçulmana"
+
msgid "Erotic"
msgstr "Sex Shop"
- msgid "Edit Erotic"
- msgstr "Editar Sex Shop"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Florista"
@@@ -19782,8 -20664,8 +20683,8 @@@ msgstr "Editar Loja de Ferragens
msgid "Paint"
msgstr "Tintas"
- msgid "Edit Paint"
- msgstr "Editar Loja de Tintas"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Mobiliário"
@@@ -19794,20 -20676,20 +20695,20 @@@ msgstr "Editar Loja de Mobiliário
msgid "Kitchen"
msgstr "Loja de Cozinhas"
- msgid "Edit Kitchen"
- msgstr "Editar Loja de Cozinhas"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Loja de Cortinados"
- msgid "Edit Curtain"
- msgstr "Editar Loja de Cortinados"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Molduras"
- msgid "Edit Frames"
- msgstr "Editar Loja de Molduras"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Papelaria"
@@@ -19842,8 -20724,8 +20743,8 @@@ msgstr "Editar Agência de Viagens
msgid "Musical Instrument"
msgstr "Instrumentos Musicais"
- msgid "Edit Musical Instruments"
- msgstr "Loja de Instrumentos Musicais"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Brinquedos"
@@@ -20052,8 -20934,14 +20953,14 @@@ msgstr "Editar SÃtio (evitar usar)
msgid "Peak"
msgstr "Cume"
- msgid "Edit Peak"
- msgstr "Editar Cume"
+ msgid "Edit Peak"
+ msgstr "Editar Cume"
+
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
msgid "Glacier"
msgstr "Glaciar"
@@@ -20094,24 -20982,33 +21001,33 @@@ msgstr "Ãrvore
msgid "Edit Tree"
msgstr "Editar Ãrvore"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nome Botânico"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Bosque"
msgid "Edit Wood"
msgstr "Editar Bosque"
- msgctxt "wood"
msgid "coniferous"
msgstr "conÃferas (frutos em forma cónica, por ex. pinhas)"
- msgctxt "wood"
msgid "deciduous"
msgstr "caducifólias (caem todas as folhas)"
- msgctxt "wood"
msgid "mixed"
msgstr "várias"
@@@ -20121,15 -21018,6 +21037,6 @@@ msgstr "Floresta
msgid "Edit Forest Landuse"
msgstr "Editar Floresta"
- msgid "coniferous"
- msgstr "conÃferas (frutos em forma cónica, por ex. pinhas)"
-
- msgid "deciduous"
- msgstr "caducifólias (caem todas as folhas)"
-
- msgid "mixed"
- msgstr "várias"
-
msgid "Grassland"
msgstr "Pradaria"
@@@ -20205,6 -21093,12 +21112,12 @@@ msgstr "Prado
msgid "Edit Meadow Landuse"
msgstr "Editar Prado"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vinha"
@@@ -20259,8 -21153,8 +21172,8 @@@ msgstr "Parque Recreativo (para ativida
msgid "Edit Recreation Ground Landuse"
msgstr "Editar Parque Recreativo (para atividades desportivas)"
- msgid "Residential area"
- msgstr "Ãrea Residencial"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Editar Ãrea Residencial"
@@@ -20271,6 -21165,9 +21184,9 @@@ msgstr "Sepulturas (uso raro e fora de
msgid "Edit Graveyard"
msgstr "Editar Sepulturas (uso raro e fora de cemitérios)"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cemitério"
@@@ -20346,6 -21243,33 +21262,33 @@@ msgstr "Editar Pedreira
msgid "Annotation"
msgstr "Endereços e contactos"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Editar Informação dos Endereços"
@@@ -20382,6 -21306,18 +21325,18 @@@ msgstr "par
msgid "alphabetic"
msgstr "alfabético"
+ msgid "Accuracy"
+ msgstr "Precisão"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "Contacto (sistema comum)"
@@@ -20550,20 -21486,49 +21505,49 @@@ msgstr "Rota
msgid "Edit general route"
msgstr "Editar Rota"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "estrada"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "esqui"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "pedestre"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "caminhada"
+ msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
- msgstr "desvio"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Descrição do sÃmbolo"
@@@ -20610,20 -21575,23 +21594,23 @@@ msgstr "paragem no sentido para a frent
msgid "backward halt point"
msgstr "paragem no sentido inverso"
- msgid "Route network"
- msgstr "Rede de rotas"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Editar rede de rotas"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "membro"
- msgid "Associated street"
- msgstr "Estrada associada"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Editar Estrada associada"
+ msgid "house"
+ msgstr "casa"
msgid "Street"
msgstr "Rua"
@@@ -20646,8 -21614,8 +21633,8 @@@ msgstr "outras coisas que pertencem Ã
msgid "Destination sign"
msgstr "Sinal de destino"
- msgid "Edit Destination sign"
- msgstr "Editar Sinal de destino"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "Destino indicado no sinal (apenas nome, sem distância)"
@@@ -20742,18 -21710,27 +21729,27 @@@ msgstr "via(s) que passam por baixo da
msgid "way forming the outline footprint"
msgstr "linha exterior da ponte/túnel se for+larga que a via (ou irregular)"
- msgid "nodes forming the outline"
- msgstr "nós que formam a linha exterior da ponte ou túnel"
+ msgid "edge ways parallel to ''across''"
+ msgstr ""
msgid "ways passing through the tunnel"
msgstr "vias que passam pelo túnel"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "ponte"
msgid "deprecated"
msgstr "não utilizado"
+ msgid "bicycle"
+ msgstr "bicicletas"
+
+ msgid "foot"
+ msgstr "pedestre"
+
msgid "horse"
msgstr "cavalo"
@@@ -20763,8 -21740,11 +21759,11 @@@ msgstr "barreira
msgid "motorroad"
msgstr "apenas veÃculos motorizados"
- msgid "highway_track"
- msgstr "carreiro florestal ou agrÃcola"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "serviços"
@@@ -20772,11 -21752,11 +21771,11 @@@
msgid "ford"
msgstr "passagem em curso de água baixo"
- msgid "highway_platform"
- msgstr "plataforma paragem autocarros"
+ msgid "highway.platform"
+ msgstr ""
- msgid "emergency_access_point"
- msgstr "ponto de emergência (não existe em Portugal)"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "margem de rio"
@@@ -20793,6 -21773,9 +21792,9 @@@ msgstr "rápidos
msgid "railwaypoint"
msgstr "ponto na ferrovia"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "pátio de manobras ferroviárias"
@@@ -20808,29 -21791,29 +21810,29 @@@ msgstr "carris não usados ou retirado
msgid "aeroway"
msgstr "via aérea"
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
- msgstr "pista esqui fácil"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "pista esqui intermédia"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "pista esqui avançada"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "pista esqui profissionais"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "pista esqui fora de pista"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "pista esqui iniciados"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "energia"
@@@ -20850,20 -21833,20 +21852,20 @@@ msgstr "marina
msgid "amenity"
msgstr "estruturas de serviços (amenity)"
- msgid "amenity_traffic"
- msgstr "tráfego em estruturas de serviços"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
- msgstr "água_potável"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "saúde"
- msgid "shop"
- msgstr "lojas"
+ msgid "office"
+ msgstr "escritório"
msgid "hotel"
msgstr "hotel"
@@@ -20937,11 -21920,14 +21939,14 @@@ msgstr "rota
msgid "boundary"
msgstr "fronteira"
+ msgid "sport"
+ msgstr "desporto"
+
msgid "place"
msgstr "local"
- msgid "tiger_data"
- msgstr "dados tiger (E.U.A.)"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "endereço"
@@@ -20955,9 -21941,6 +21960,6 @@@ msgstr "Aldeia / Cidade
msgid "One Way"
msgstr "Sentido Ãnico"
- msgid "Church"
- msgstr "Igreja"
-
msgid "Fuel Station"
msgstr "Posto de CombustÃvel"
@@@ -20985,6 -21968,9 +21987,9 @@@ msgstr "etiqueta de ponte (bridge) num
msgid "wrong highway tag on a node"
msgstr "etiqueta errada de estrada num nó"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "estrada sem classificação oficial que não tem nome"
@@@ -21033,11 -22019,41 +22038,41 @@@ msgid "unusual tag combination (highwa
msgstr ""
"combinação de etiquetas incomum (highway e natural) (estrada e natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr "etiqueta de água utilizada em piscina"
- msgid "incline without highway"
- msgstr "incline (inclinação) sem etiqueta highway (via)"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
+ msgstr ""
msgid "junction without highway"
msgstr ""
@@@ -21048,7 -22064,7 +22083,7 @@@ msgstr "lanes (faixa de rodagem) sem et
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -21066,8 -22082,8 +22101,8 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
- msgstr "oneway (sentido único) sem etiqueta highway (via)"
+ msgid "oneway without highway or railway"
+ msgstr ""
msgid "sac_scale without highway"
msgstr "sac_scale (escala SAC) highway (via)"
@@@ -21183,23 -22199,130 +22218,134 @@@ msgstr "canal sem etiqueta waterway (cu
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
+"tunnel (túnel) sem etiqueta highway/railway/waterway (via/ferrovia/curso de "
+"água)"
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
+"bridge (ponte) sem etiqueta highway/railway/waterway (via/ferrovia/curso de "
+"água)"
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -21219,8 -22342,47 +22365,47 @@@ msgid "
msgstr ""
"sem indicação da lÃngua na Wikipédia, usar ''wikipedia''=''lÃngua:página''"
- msgid "unkown language prefix in wikipedia tag"
- msgstr "prefixo de lÃngua da Wikipédia desconhecido"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
msgid "Landsat"
msgstr ""
@@@ -21231,24 -22393,30 +22416,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -21264,13 -22432,16 +22458,16 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
msgstr ""
- msgid "Geoimage.at MaxRes"
+ msgid "Geoimage.at MaxRes"
+ msgstr ""
+
+ msgid "basemap.at"
msgstr ""
msgid "Graz: Basiskarte (base map)"
@@@ -21419,6 -22590,29 +22616,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -21584,6 -22778,9 +22804,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -21629,6 -22826,39 +22852,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr "Exportar"
+
+ msgid "Port:"
+ msgstr "Porta:"
+
+ msgid "refresh the port list"
+ msgstr "atualizar a lista de porta"
+
+ msgid "Configure"
+ msgstr "Configurar"
+
+ msgid "Connection Error."
+ msgstr "Erro de Ligação."
+
+ msgid "configure the connected DG100"
+ msgstr "configurar o DG100 ligado"
+
+ msgid "delete data after import"
+ msgstr "eliminar dados após importar"
+
msgid "Columbus V-900 CSV Files"
msgstr "Ficheiros CSV Columbus V-900 - Visiontac VGPS-900"
@@@ -21841,6 -23071,18 +23097,18 @@@ msgstr "Mostra os contornos de elevaçÃ
msgid "Elevation Profile"
msgstr "Contornos de Elevação"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "Abre o painel de contornos de elevação."
@@@ -21862,14 -23104,8 +23130,8 @@@ msgstr "Ganho
msgid "Time"
msgstr "Tempo"
- msgid "Geoid"
- msgstr "Geoide"
-
- msgid "Automatic"
- msgstr "Automático"
-
- msgid "Fixed value"
- msgstr "Valor fixo"
+ msgid "Tracks"
+ msgstr "Trilhos GPS"
msgid "Elevation profile for track ''{0}''."
msgstr "Contorno de elevação para o trilho ''{0}''."
@@@ -22146,11 -23382,14 +23408,14 @@@ msgstr "Selecionar endereços incomplet
msgid "Selects all addresses with incomplete data."
msgstr "Selecionar todos os endereços com dados incompletos"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr "Editor de Número de Porta"
- msgid "Housenumber increment:"
- msgstr "Incremento no número de porta:"
+ msgid "House number increment:"
+ msgstr ""
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22363,8 -23602,8 +23628,8 @@@ msgstr "Números Ãmpares esperados par
msgid "Expected even numbers for addresses"
msgstr "Números pares esperados para os endereços"
- msgid "Expected valid number for address increment"
- msgstr "O incremento não é um número válido"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "O código de paÃs deve ser de 2 letras"
@@@ -22741,15 -23980,6 +24006,6 @@@ msgstr "Número de porta:
msgid "Street Name:"
msgstr "Nome da Rua:"
- msgid "Increment"
- msgstr "Aumentar"
-
- msgid "Decrement"
- msgstr "Diminuir"
-
- msgid "Numbers:"
- msgstr "Nº porta edifÃcio seguinte"
-
msgid "Big buildings mode"
msgstr "Modo de edifÃcios grandes"
@@@ -22942,6 -24172,9 +24198,9 @@@ msgstr "Desativar recorte de imagem dur
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Selecione a primeira camada WMS na lista."
@@@ -22961,12 -24194,6 +24220,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "alto"
-
- msgid "medium"
- msgstr "médio"
-
msgid "symbol"
msgstr "sÃmbolo"
@@@ -23118,6 -24345,9 +24371,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Mostrar cruzes:"
@@@ -23139,6 -24369,9 +24395,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Ativar isto para usar a etiqueta \"add:street\" em nós."
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Adicionar \"source=...\" aos objetos?"
@@@ -23389,8 -24622,11 +24648,11 @@@ msgstr "Camada WMS ({0}), {1} tela(s) c
msgid "Is not vectorized."
msgstr "Não está vetorizada"
- msgid "Raster size: {0}"
- msgstr "Tamanho raster: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Está vetorizada."
@@@ -23443,8 -24679,8 +24705,8 @@@ msgstr "Eliminar o esquema de cores da
msgid "Color Schemes"
msgstr "Esquema de Cores"
- msgid "Adress"
- msgstr "Endereço"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr "Dividir área"
@@@ -23672,27 -24908,9 +24934,9 @@@ msgstr "Desativar registo dos dados se
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "Porta:"
-
- msgid "refresh the port list"
- msgstr "atualizar a lista de porta"
-
- msgid "Configure"
- msgstr "Configurar"
-
msgid "Configure Device"
msgstr "Configurar Dispositivo"
- msgid "Connection Error."
- msgstr "Erro de Ligação."
-
- msgid "configure the connected DG100"
- msgstr "configurar o DG100 ligado"
-
- msgid "delete data after import"
- msgstr "eliminar dados após importar"
-
msgid "Importing data from device."
msgstr "A importar dados do dispositivo."
@@@ -24828,9 -26046,34 +26072,34 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr "Fundir Sobreposições (combinar)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Foram copiados funções de relações para todas as novas linhas.<br>Deve "
+ "verificar isto e corrigir se for necessário.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Foram copiados membros de relações para todas as novas linhas.<br>Deve "
+ "verificar isto e corrigir se for necessário.</html>"
+
msgid "Split way"
msgstr "Separar linha"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Introduza uma chave de etiqueta, por exemplo "
+ "<strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Introduza o valor da etiqueta, por exemplo <strong><tt>verificar "
+ "membros, check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "Esquerda Michigan"
@@@ -25563,9 -26806,6 +26832,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Ocorreu um erro: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Não foi possÃvel criar um novo problema. Resultado: {0}"
-
msgid "Process queue"
msgstr "Enviar alterações"
@@@ -25624,18 -26864,6 +26890,6 @@@ msgstr "
msgid "Close: "
msgstr "Fechar: "
- msgid "New issue"
- msgstr "Novo problema"
-
- msgid "Create issue"
- msgstr "Reportar problema"
-
- msgid "Describe the problem precisely"
- msgstr "Descreva de forma clara o problema"
-
- msgid "Create: "
- msgstr "Criar: "
-
msgid "Open in browser"
msgstr "Abrir no navegador"
@@@ -25989,6 -27217,27 +27243,27 @@@ msgid "Test failed: Could not write mti
msgstr ""
"O teste falhou: não foi possÃvel gravar a hora de modificação (mtime)."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "Quer gravar a calibração atual da camada {0}?"
@@@ -26144,6 -27393,10 +27419,10 @@@ msgstr "Nada na área de transferência
msgid "The clipboard data is not an image"
msgstr "Os dados na área de transferência não são uma imagem"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Aviso: não foi possÃvel manipular o ficheiro ZIP ''{0}''. Exceção: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"Foi encontrado um ficheiro de calibração associado ao ficheiro de imagem: "
@@@ -26471,9 -27724,6 +27750,6 @@@ msgstr "O ficheiro GPX não contém tri
msgid "Create Stops from GPX"
msgstr "Criar Paragens de GPX"
- msgid "Tracks"
- msgstr "Trilhos GPS"
-
msgid "Tracks in this GPX file:"
msgstr "Trilhos GPS no ficheiro GPX;"
@@@ -26698,6 -27948,9 +27974,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr "Conjunto de alterações revertido"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Falta o alvo da fusão para {0} com o identificador {1}"
@@@ -26734,15 -27987,35 +28013,35 @@@ msgstr "A obter os objetos em falta
msgid "Downloading changeset"
msgstr "A descarregar o conjunto de alterações"
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr "Reverter conjunto de alterações #{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Aviso: elemento de inÃcio ''{0}'' não suportado existente no conjunto de "
+ "alterações na posição ({1},{2}). A ignorar."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Aviso: elemento final ''{0}'' não suportado existente no conjunto de "
+ "alterações na posição ({1},{2}). A ignorar."
+
msgid "Road Sign Plugin"
msgstr "Módulo Sinais de Trânsito"
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Alterar Propriedades"
+
msgid "Country preset:"
msgstr ""
@@@ -26861,9 -28134,6 +28160,6 @@@ msgstr "Preferências do módulo Rota
msgid "Configure routing preferences."
msgstr "Configurar velocidades máximas por tipo de estrada do módulo Rota."
- msgid "Highway type"
- msgstr "Tipo de estrada"
-
msgid "Speed (Km/h)"
msgstr "Velocidade máxima (km/h)"
@@@ -27071,20 -28341,20 +28367,20 @@@ msgstr "Fator de Distância
msgid "Merge Nearby Nodes Threshold"
msgstr "Limiar de Fusão de Nós Adjacentes"
- msgid "Online Help"
- msgstr "Ajuda na Internet"
+ msgid "SeaMap Editor"
+ msgstr "Editor SeaMap"
- msgid "Load"
- msgstr "Carregar"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "invisÃvel"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "Editor SeaMap"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
- msgstr "Exportar"
+ msgid "Select a map object"
+ msgstr ""
msgid "AutoSave LiveData"
msgstr "Gravar Automaticamente"
@@@ -27314,6 -28584,95 +28610,95 @@@ msgstr "Traçar.
msgid "Tracer building"
msgstr "Traçar edifÃcio"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -27356,6 -28715,9 +28741,9 @@@ msgstr "Carregar objetos do servidor
msgid "Download signed data"
msgstr "Descarregar dados assinados"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Aviso: a ignorar exceção porque a tarefa foi cancelada. Exceção: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27526,9 -28888,6 +28914,6 @@@ msgstr "Assinatura cancelada!
msgid "Please give a tolerance in meters"
msgstr "Por favor indique a tolerância em metros"
- msgid "Accuracy"
- msgstr "Precisão"
-
msgid "Select as much as you like:"
msgstr "Selecione os que desejar:"
@@@ -28701,9 -30060,6 +30086,6 @@@ msgstr "Desselecionar nós
msgid "Removes all nodes from selection"
msgstr "Remove da seleção os nós"
- msgid "Video"
- msgstr "VÃdeo"
-
msgid "Import Video"
msgstr "Importar VÃdeo"
@@@ -29010,9 -30366,6 +30392,6 @@@ msgstr "Permite alterar o idioma da Wik
msgid "Enter the Wikipedia language"
msgstr "Introduza o código do idioma da Wikipédia a pesquisar"
- msgid "Add Tag"
- msgstr "Adicionar Etiqueta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/pt_BR.po
index 92728dd,8e62e6d..7d37ea5
--- a/i18n/po/pt_BR.po
+++ b/i18n/po/pt_BR.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-07-19 23:48+0000\n"
- "Last-Translator: Blademir <blademirtc at hotmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-10-11 12:18+0000\n"
+ "Last-Translator: Linhares <linharesxt at gmail.com>\n"
"Language-Team: Português Brasileiro <gnome-pt_br-list at gnome.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:05+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:05+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: pt_BR\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Termos de Uso do Plano de Fundo
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Sem suporte para abertura de link na plataforma atual (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "AVISO: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Executando o gancho de inicialização da plataforma"
@@@ -164,20 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "Sobre o JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Aviso: formato não esperado da API base da URL. Redirecionando a informação "
- "ou o histórico para a pagina do objeto OSM, provavelmente pode falhar. API "
- "URL base é:\"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Aviso: formato inesperado da URL base da API. Redireccionar para a página do "
- "usuário para o seu OSM vai, provavelmente, falhar. A URL base da API é: "
- "\"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -266,9 -266,6 +266,6 @@@ msgstr "Ferramenta: {0}
msgid "Please select at least four nodes."
msgstr "Por favor, selecione no mÃnimo 4 nós."
- msgid "Information"
- msgstr "Informação"
-
msgid "Align Nodes in Line"
msgstr "Alinhar Nós em linha"
@@@ -305,6 -302,9 +302,9 @@@ msgstr "próxima
msgid "Nothing selected to zoom to."
msgstr "Não há nada selecionado para se aproximar."
+ msgid "Information"
+ msgstr "Informação"
+
msgid "Zoom to {0}"
msgstr "Aproximar para {0}"
@@@ -361,11 -361,11 +361,11 @@@ msgstr "
"algum destes?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "No foi possÃvel combinar os caminhos (Eles podem não estar unidos em um "
- "único conjunto de nós)"
+ "Não foi possÃvel combinar as linhas<br>(Eles não puderam ser mesclados em "
+ "uma única seqüência de nós)"
msgid "Combine {0} ways"
msgstr "Combinar {0} caminhos"
@@@ -551,6 -551,9 +551,9 @@@ msgid "Display history information abou
msgstr ""
"Mostrar informações de histórico sobre caminhos, nós ou relações do OSM."
+ msgid "Show history"
+ msgstr "Exibir histórico"
+
msgid "History (web)"
msgstr "Histórico (web)"
@@@ -678,11 -681,11 +681,11 @@@ msgid "Joined overlapping areas
msgstr "Fundir áreas sobrepostas"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Algumas dos caminhos são parte de relações que foram modificadas. Por favor, "
- "verifique se não foram introduzidos erros."
+ "Algumas das linhas eram parte da relação que foi modificada.<br>Por favor, "
+ "certifique-se de que nenhum erro foi introduzido."
msgid "Fix tag conflicts"
msgstr "Consertar conflito de etiquetas"
@@@ -850,10 -853,10 +853,10 @@@ msgid "Merge nodes into the oldest one.
msgstr "Unir nós no mais antigo"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Por favor selecione ao menos dois nós para mesclar ou um nó que esteja "
+ "Por favor selecione pelo menos dois nós para mesclar ou um nó que esteja "
"próximo de outro nó."
msgid "Abort Merging"
@@@ -1058,16 -1061,9 +1061,9 @@@ msgid "Orthogonalize / Undo
msgstr "Ortogonalizar / Desfazer"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Ortogonalizar Forma / Desfazer\n"
- "Por favor selecione os nós que foram movidos pela última chamada à função "
- "Ortogonalizar Forma!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Desfazer Ortogonalizar Forma"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1087,9 -1083,6 +1083,6 @@@ msgstr "Ortogonalizar
msgid "Usage"
msgstr "Utilização"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Os Elementos selecionados não podem ser ortogonalizados"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1272,9 -1265,6 +1265,6 @@@ msgstr "Carregar Sessão
msgid "Load a session from file."
msgstr "Carrega uma sessão salva num arquivo."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Arquivo de sessão (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Abrir sessão"
@@@ -1426,18 -1416,14 +1416,14 @@@ msgstr "
"no meio do caminho.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Um papel baseado na composição da relação foi copiado para todos os "
- "caminhos novos.<br>Deverá verificar isto e corrigir quando necessário.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Uma composição de relação foi copiada para todos os caminhos "
- "novos.<br>Deverá verificar isto e corrigir quando necessário.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Dividir caminho {0} em {1} partes"
@@@ -1538,6 -1524,27 +1524,27 @@@ msgstr "
"problemas porque você não está vendo o objeto real.<br>Você tem certeza que "
"quer desgrudar?"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Desfazer"
@@@ -1837,6 -1844,9 +1844,28 @@@ msgstr "({0}/{1}) Carregando pais do ca
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Carregando pais da relação {2}"
+ msgid "Download session"
+ msgstr ""
+
++msgid "There was {0} conflict during import."
++msgid_plural "There were {0} conflicts during import."
++msgstr[0] "Houve {0} conflito durante a importação."
++msgstr[1] "Houve {0} conflitos durante a importação."
++
++msgid "Conflict during download"
++msgid_plural "Conflicts during download"
++msgstr[0] "Conflito durante o download"
++msgstr[1] "Conflitos durante o download"
++
++msgid "({0}/{1}) Loading parents of node {2}"
++msgstr "({0}/{1}) Carregando pais do nó {2}"
++
++msgid "({0}/{1}) Loading parents of way {2}"
++msgstr "({0}/{1}) Carregando pais do caminho {2}"
++
++msgid "({0}/{1}) Loading parents of relation {2}"
++msgstr "({0}/{1}) Carregando pais da relação {2}"
++
msgid "Download {0} of {1} ({2} left)"
msgstr "Baixando {0} de {1} (faltam {2})"
@@@ -2080,10 -2090,10 +2109,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Não é possÃvel colocar um nó fora do mundo."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Adicionar um novo nó à via"
- msgstr[1] "Adicionar um novo nó a {0} vias"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr ""
@@@ -2547,6 -2557,9 +2576,9 @@@ msgstr "\"valor\" em qualquer chave
msgid "matches if ''key'' exists"
msgstr "combina se a \"chave\" existe"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "elementos de combinação"
@@@ -2756,11 -2769,8 +2788,8 @@@ msgstr "Faltando parâmetro para XOR
msgid "Missing operator for NOT"
msgstr "Operador faltando para NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "Aviso: truncando automaticamente valor da etiqueta \"{0}\" no objeto apagado "
- "{1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2855,6 -2865,9 +2884,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "{0} objeto adicionado"
msgstr[1] "{0} objetos adicionados"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Alterar nó {0}"
@@@ -2891,11 -2904,11 +2923,11 @@@ msgstr "Remover \"{0}\" para {1} objeto
msgid "Set {0}={1} for {2} objects"
msgstr "Alterou {0} = {1} para {2} objetos"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Deletadas{0} propriedades para {1} objetos"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "Determinar {0} propriedades para {1} objetos"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Substituir \"{0}\" por \"{1}\" para"
@@@ -2919,11 -2932,9 +2951,9 @@@ msgid "Double conflict
msgstr "Conflito duplo"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Aviso: Layer\"{0}\" não existe mais. Não pode remover o conflito do "
- "objeto\"{1}\""
msgid "Add conflict for ''{0}''"
msgstr "Adicionar conflito para \"{0}\""
@@@ -3040,6 -3051,9 +3070,9 @@@ msgstr[1] "{0} objetos eliminados
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Resolver conflitos na lista de membros da relação {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "rodar {0} nó"
@@@ -3106,11 -3120,9 +3139,9 @@@ msgid "Reverse directional way.
msgstr "Reverter caminho direcional"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Ao reverter este caminho, as seguintes alterações nas propriedades dele e em "
- "seus nós são sugeridas para manter a consistência dos dados."
msgid "Relation"
msgstr "Relação"
@@@ -3139,11 -3151,11 +3170,11 @@@ msgstr "Aplicar alterações selecionad
msgid "Do not apply changes"
msgstr "Não aplicar alterações"
- msgid "Please select which property changes you want to apply."
- msgstr "Por favor, selecione quais alterações de propriedades quer aplicar."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Propriedades de "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Regras em relações referentes a"
@@@ -3168,6 -3180,9 +3199,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Não foi possÃvel remover o arquivo de segurança antigo {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Erro ao criar o backup da camada removida: {0}"
@@@ -3198,22 -3213,20 +3232,20 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Aviso: Falha ao criar o diretório de cache que faltava: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
"<html>Aviso: Falha ao criar o diretório de cache que faltava: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Aviso: falha ao persistir preferências para \"{0}\"."
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Aviso: Falhou a inicialização das preferências. A directória da preferência "
- "\"{0}\" não é uma directória."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3223,11 -3236,9 +3255,9 @@@ msgstr "
"preferência \"{0}\" não é uma directória.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Aviso: Falhou a inicialização das preferências. Falhou a criação devido a "
- "falta da directória da preferência: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3236,18 -3247,12 +3266,14 @@@ msgstr "
"<html>Aviso: Falhou a inicialização das preferências.<br>Falhou a criação "
"devido a falta da directória da preferência: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
+"Informação: Falta arquivo de preferências ''{0}''. Criando arquivo de "
+"preferências padrão."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "Aviso: A substituir o ficheiro de preferências existente \"{0} com o "
- "ficheiro de preferência base."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3265,11 -3270,9 +3291,11 @@@ msgstr "
"preferências base.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
+"Aviso: Falha ao inicializar preferências. Falha ao redefinir arquivo de "
+"preferências para o padrão: {0}"
msgid "Paint style {0}: {1}"
msgstr "Estilo de pintura {0}: {1}"
@@@ -3299,14 -3302,11 +3325,11 @@@ msgstr "Falhou em carregar o recurso \"
msgid "UNKNOWN"
msgstr "DESCONHECIDO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "Aviso: número de versão do JOSM inesperado no arquivo de revisão. O valor é "
- "\"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Aviso: o arquivo de revisão \"/REVISION\" está faltando"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "já registrado um conflito para a primitiva \"{0}\""
@@@ -3472,11 -3472,8 +3495,10 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "parâmetro ''{0}'' fora do intervalo de 0..{1}, obtido {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
+"Erro: falha ao carregar o renderizador de mapa classe ''{0}''. A classe não "
+"foi encontrada."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3584,7 -3581,7 +3606,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3622,9 -3619,6 +3644,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3665,6 -3659,9 +3684,9 @@@ msgstr "validar outro
msgid "Running test {0}"
msgstr "Executando teste {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Endereços"
@@@ -3689,6 -3686,15 +3711,15 @@@ msgstr "Multiplos nomes de ruas na rela
msgid "House number too far from street"
msgstr "Numero da casa muito longe da rua"
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3750,6 -3756,9 +3781,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} está obsoleta, use {1} ao invés"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Nós duplicados"
@@@ -3834,6 -3843,15 +3868,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "MultipolÃgono"
@@@ -3904,6 -3922,12 +3947,12 @@@ msgid "This test finds nodes that have
msgstr ""
"Este teste verifica os nós que têm o mesmo nome (podem ser duplicados)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3963,15 -3987,15 +4012,15 @@@ msgstr "Tipo de relação é desconheci
msgid "Relation is empty"
msgstr "Relação está vazio"
+ msgid "Role verification problem"
+ msgstr "Problema de verificação de função"
+
msgid "<empty>"
msgstr "<vazio>"
msgid "Role {0} missing"
msgstr "Regra {0} faltando"
- msgid "Role verification problem"
- msgstr "Problema de verificação de função"
-
msgid "Number of {0} roles too low ({1})"
msgstr "Número de {0} funções muito baixo ({1})"
@@@ -4004,11 -4028,11 +4053,11 @@@ msgstr "
"Este teste verifica por vias com nomes similares que podem estar escrito "
"errados."
- msgid "Properties checker :"
- msgstr "Validador de propriedades :"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Este plug-in verifica por erros nas chaves de propriedade e valores."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Linha de verificação de etiqueta inválida - {0}: {1}"
@@@ -4150,8 -4174,8 +4199,8 @@@ msgstr "Usa o arquivo de verificação
msgid "Use the default spellcheck file (recommended)."
msgstr "Usa o arquivo de verificação ortográfica padrão (recomendado)."
- msgid "Fix properties"
- msgstr "Consertar propriedades"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Não foi possÃvel encontrar tipo de elemento"
@@@ -4226,6 -4250,9 +4275,9 @@@ msgid "This tests if ways which should
msgstr ""
"Este teste verifica se as vias que podem ser circulares estão fechadas."
+ msgid "Unclosed way"
+ msgstr "Via fechada"
+
msgid "natural type {0}"
msgstr "tipo natural {0}"
@@@ -4256,9 -4283,6 +4308,6 @@@ msgstr "prédio
msgid "area"
msgstr "área"
- msgid "Unclosed way"
- msgstr "Via fechada"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4285,12 -4309,12 +4334,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Este teste verifica por nós sem etiquetas que não são parte de uma via."
- msgid "No tags"
- msgstr "Sem etiquetas"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nós desconectados sem etiquetas fÃsicas"
+ msgid "No tags"
+ msgstr "Sem etiquetas"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Possui uma etiqueta contendo ''fixme'' ou ''FIXME''"
@@@ -4352,26 -4376,6 +4401,6 @@@ msgstr "Linha costeira invertida: sem t
msgid "Reversed land: land not on left side"
msgstr "Terra invertida: sem terra do lado esquerdo"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Número de argumentos para marcador errado"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Erro lendo entrada do marcador: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Erro: Linha ''{0}'' inesperada em arquivo de bookmarks ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Erro: Valor double ilegal ''{0}'' na linha ''{1}'' do arquivo de bookmark "
- "''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Não foi possÃvel ler favoritos de<br>''{0}''<br>O erro foi: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Não mostrar novamente (lembrar escolha)"
@@@ -4475,7 -4479,7 +4504,7 @@@ msgstr "Mostrar informação de ajuda
msgid "Downloading \"Message of the day\""
msgstr "Baixando \"Mensagem do Dia\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4721,6 -4725,18 +4750,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Ãudio"
@@@ -4827,21 -4843,6 +4868,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "false: a propriedade é explicitamente desabilitada"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: a propriedade é explicitamente habilitada"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "parcial: objetos diferentes selecionados possuem valores diferentes, não "
- "altere"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "não-definido: não defina esta propriedade nos objetos selecionados"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -5145,6 -5146,9 +5171,9 @@@ msgstr "
"Copiar meus elementos selecionados para o fim da lista de elementos "
"combinados"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5152,6 -5156,9 +5181,9 @@@ msgstr "
"Copiar meus elementos selecionados antes do primeiro elemento selecionado na "
"lista de elementos combinados"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5159,18 -5166,27 +5191,27 @@@ msgstr "
"Copiar meus elementos selecionados depois do primeiro elemento selecionado "
"na lista de elementos combinados"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"Copiar os elementos selecionados deles para o começo da lista de elementos "
"combinados"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"Copiar os elementos selecionados deles para o fim da lista de elementos "
"combinados"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5178,6 -5194,9 +5219,9 @@@ msgstr "
"Copiar os elementos selecionados deles antes do primeiro elemento "
"selecionado na lista de elementos combinados"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5194,8 -5213,8 +5238,8 @@@ msgstr "Copie todos estes elementos par
msgid "Up"
msgstr "Acima"
- msgid "Move up the selected elements by one position."
- msgstr "Move uma posição acima os elementos selecionados"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Abaixo"
@@@ -5250,16 -5269,6 +5294,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] "Sua versão ({0} entrada)"
msgstr[1] "Sua versão ({0} entradas)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Ajustável {0} não registrado ainda. Não foi possÃvel configurar participação "
- "no ajuste sincronizado."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Ajustável {0} não registrado ainda."
-
msgid "Node"
msgstr "Nó"
@@@ -5518,18 -5527,15 +5552,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "Chave:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>Digite a chave da tag, ex.: <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Valor:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Digite o valor da tag, ex.: <strong><tt>verifique os "
- "membros</tt></strong></html>"
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -6082,6 -6088,9 +6113,9 @@@ msgstr "Mostrar/Ocultar
msgid "Information about layer"
msgstr "Informação sobre camada"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Estilo de pintura do mapa"
@@@ -6165,6 -6174,36 +6199,36 @@@ msgstr "
msgid "No"
msgstr "Não"
+ msgid "Object type:"
+ msgstr "Tipo de objeto:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "misturado"
+
+ msgid "Choose the OSM object type"
+ msgstr "Escolha o tipo de objeto OSM"
+
+ msgid "Object ID:"
+ msgstr "ID do objeto:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Entre com o ID do objeto que deve ser baixado"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "IDs de objeto podem ser separados por vÃrgula ou espaço <br/> Exemplos: <b> "
+ "<li> 1 2 5 </ li> <li> 1,2,5 </ li> </ ul> <br /> </ b> No modo misto, "
+ "especificar os objetos como este: <b> W123, N110, w12, r15 </ b> <br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relações"
@@@ -6256,11 -6295,8 +6320,8 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr "Abre um navegador com informações sobre o usuário"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Aviso: serão abertos navegadores para os {0} primeiros usuários "
- "selecionados, de um total de {1}"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6440,9 -6476,6 +6501,6 @@@ msgstr "Atualizar conteúdo
msgid "Update the changeset content from the OSM server"
msgstr "Atualiza o conteúdo do changeset a partir do servidor do OSM"
- msgid "Show history"
- msgstr "Exibir histórico"
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6780,11 -6813,9 +6838,9 @@@ msgstr "
"mapa</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Aviso: valor inválido para a preferência \"{0}\": \"{1}\". Retornando a "
- "busca padrão."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6854,35 -6885,47 +6910,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Esta URL de pesquisa de conjunto de modificações é inválido"
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Propriedades/Associações"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Propriedades dos objetos selecionados."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<diferente>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Membro de"
msgid "Position"
msgstr "Posição"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Propriedades: {0} / Membros: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Propriedades / Associações"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Excluir a chave selecionada em todos objetos"
- msgid "Delete Properties"
- msgstr "Excluir Propriedades"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Modificar relação"
@@@ -6896,13 -6939,13 +6964,13 @@@ msgstr "Confirmar a exclusão da relaç
msgid "Add a new key/value pair to all objects"
msgstr "Adicionar um novo par chave/valor para todos objetos"
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Adicionar Etiqueta"
msgid "Edit the value of the selected key for all objects"
msgstr "Editar o valor da chave selecionada para todos objetos"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -7056,7 -7099,7 +7124,7 @@@ msgstr "Relação está apagada
msgid "Downloading relation {0}"
msgstr "Baixando relação {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7390,14 -7433,34 +7458,34 @@@ msgid "way is not connected to previou
msgstr ""
"o caminho não está conectado ao membro anterior ou posterior da relação"
- msgid "Bookmarks"
- msgstr "Favoritos"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
- msgid "<html>There is currently no download area selected.</html>"
- msgstr "<html>Nenhuma área foi selecionada para download.</html>"
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Número de argumentos para marcador errado"
- msgid ""
- "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Erro lendo entrada do marcador: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Não foi possÃvel ler favoritos de<br>''{0}''<br>O erro foi: {1}</html>"
+
+ msgid "Bookmarks"
+ msgstr "Favoritos"
+
+ msgid "<html>There is currently no download area selected.</html>"
+ msgstr "<html>Nenhuma área foi selecionada para download.</html>"
+
+ msgid ""
+ "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
"maxlat): </html>"
msgstr ""
"<html><strong>Atual área de download</strong> (minlon, minlat, maxlon, "
@@@ -7533,21 -7596,8 +7621,8 @@@ msgstr "Baixar referentes (relações m
msgid "Download object"
msgstr "Baixar objeto"
- msgid "Object type:"
- msgstr "Tipo de objeto:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "misturado"
-
- msgid "Choose the OSM object type"
- msgstr "Escolha o tipo de objeto OSM"
-
- msgid "Object ID:"
- msgstr "ID do objeto:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Entre com o ID do objeto que deve ser baixado"
+ msgid "Start downloading"
+ msgstr "Começar o download"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7559,28 -7609,9 +7634,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Selecione se os integrantes de uma relação devem ser baixados também"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "IDs de objeto podem ser separados por vÃrgula ou espaço <br/> Exemplos: <b> "
- "<li> 1 2 5 </ li> <li> 1,2,5 </ li> </ ul> <br /> </ b> No modo misto, "
- "especificar os objetos como este: <b> W123, N110, w12, r15 </ b> <br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Baixar referentes (relações e caminhos pais)"
- msgid "Start downloading"
- msgstr "Começar o download"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Lista de ID inválida\n"
- "Não é possÃvel baixar o objeto."
-
msgid "Class Type"
msgstr "Tipo de Classe"
@@@ -7685,8 -7716,8 +7741,8 @@@ msgstr "Ir para próxima página
msgid "Go to the JOSM help home page"
msgstr "Ir para página inicial da ajuda do JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Aviso: localização ruim no documento HTML. A exceção foi: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "Falha ao abrir página de ajuda. O URL de destino está vazio."
@@@ -7793,6 -7824,9 +7849,9 @@@ msgid "
msgstr ""
"<html>Versão <strong>{0}</strong> criada em <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "Informações do changeset"
@@@ -7898,9 -7932,8 +7957,8 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
- "Aviso: o cabeçalho de erro {0} não é compatÃvel com o padrão esperado"
msgid "Upload"
msgstr "Enviar"
@@@ -7918,8 -7951,14 +7976,14 @@@ msgstr "Faça um comentário breve sobr
msgid "Enter an upload comment"
msgstr "Escreva um comentário de envio"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
- msgstr "ID do chengeset:"
+ msgstr "Id do conjunto de mudanças:"
msgid "Created at:"
msgstr "Criado em:"
@@@ -7990,11 -8029,8 +8054,8 @@@ msgid "Closing changeset {0}
msgstr "Fechar changeset {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Aviso: falha ao colocar a janela de Credenciais no topo das outras janelas. "
- "Foi capturada uma exceção de segurança."
msgid "Enter credentials for OSM API"
msgstr "Informe as credenciais da API do OSM"
@@@ -8075,8 -8111,8 +8136,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -8094,11 -8130,8 +8155,8 @@@ msgid "Missing user identity
msgstr "Faltando identidade de usuário"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Aviso: Falha ao buscar informações sobre o usuário JOSM atual. A exceção "
- "foi: {0}"
msgid "Download objects"
msgstr ""
@@@ -8337,12 -8370,6 +8395,6 @@@ msgstr "Enviar primitivas modificadas
msgid "Please revise upload comment"
msgstr "Por favor, revise o comentário de envio"
- msgid "Revise"
- msgstr "Revisar"
-
- msgid "Continue as is"
- msgstr "Continuar como está"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8357,6 -8384,22 +8409,22 @@@ msgstr "
"/><br />Se você puder gastar um minuto explicando suas alterações, fará a "
"vida dos <br />outros mapeadores mais fácil."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "Revisar"
+
+ msgid "Continue as is"
+ msgstr "Continuar como está"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"Retornar ao diálogo anterior para escrever um comentário mais descritivo"
@@@ -8373,6 -8416,21 +8441,21 @@@ msgstr "Por favor, entre com valor vál
msgid "Illegal chunk size"
msgstr "Tamanho do bloco é ilegal"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Cancelar o upload e continuar a editar"
@@@ -8380,11 -8438,9 +8463,9 @@@ msgid "Tags of changeset {0}
msgstr "Etiquetas do conjunto de modificações {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Aviso: objeto \"{0}\" já foi apagado no servidor. Ignorando esse objeto e "
- "tentando novamente o envio de dados."
msgid "Preparing objects to upload ..."
msgstr ""
@@@ -8522,9 -8578,6 +8603,6 @@@ msgid "Object ''{0}'' is already delete
msgstr ""
"Objeto \"{0}\" já foi apagado. Ignorando esse objeto no envio de dados."
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Enviando {0} objeto..."
@@@ -8536,6 -8589,9 +8614,9 @@@ msgstr "
"Ignorando exceção capturada porque o envio de dados foi cancelado. Exceção é "
"{0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8556,9 -8612,8 +8637,8 @@@ msgstr "Selecionar objetos para enviar
msgid "Cancel uploading"
msgstr "Cancelar envio"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Aviso: valor inesperado para chave ''{0}'' em preferências, obtido ''{1}''"
msgid "Please select the upload strategy:"
msgstr "Por favor, selecione a estratégia de envio:"
@@@ -8712,7 -8767,7 +8792,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8742,8 -8797,8 +8822,8 @@@ msgstr "versão {0}
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Atenção: misturando dados de versões 0.6 e 0.5 na versão 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9116,9 -9171,6 +9196,6 @@@ msgstr "Extrair coordenadas GPS do EXIF
msgid "Starting directory scan"
msgstr "Iniciando varredura de diretório"
- msgid "One of the selected files was null"
- msgstr "Um dos arquivos selecionados foi nulo"
-
msgid "Read photos..."
msgstr "Ler fotos..."
@@@ -9138,6 -9190,9 +9215,9 @@@ msgstr "Arquivo nulo encontrado no dire
msgid "Error while getting files from directory {0}\n"
msgstr "Erro ao obter os arquivos do diretório {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Um dos arquivos selecionados foi nulo"
+
msgid "Geotagged Images"
msgstr "Imagens Geotagueadas"
@@@ -9197,6 -9252,12 +9277,12 @@@ msgstr "Próximo
msgid "Show next Image"
msgstr "Mostrar a próxima imagem"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centralizar vista"
@@@ -9272,9 -9333,6 +9358,6 @@@ msgstr "
"considerado prejudicial.<br>Se você deseja carregar traços, dê uma olhada "
"aqui:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces (EN)"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9469,15 -9527,11 +9552,11 @@@ msgstr "Houve um erro na tentativa de m
msgid "(URL was: "
msgstr "(A URL era: "
- msgid "Error displaying URL"
- msgstr "Erro exibindo a URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr "Aviso: falha ao ler estilos Mappaint de ''{0}''. A exceção foi: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr ""
msgid "loading style ''{0}''..."
msgstr ""
@@@ -9491,9 -9545,8 +9570,8 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Aviso: falhou ao analisar os estilos Mappaint do \"{0}\". O erro foi: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Padrão de traço ilegal, os valores devem ser positivos"
@@@ -9502,11 -9555,8 +9580,8 @@@ msgid "Illegal dash pattern, at least o
msgstr "Padrão de traço ilegal, pelo menos um valor deve ser > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Aviso: falhou ao analisar os estilos Mappaint do \"{0}\". O erro foi: "
- "[{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "Chave do Token de Acesso>"
@@@ -9770,8 -9820,8 +9845,8 @@@ msgstr "Feche o diálogo e cancele a au
msgid "Close the dialog and accept the Access Token"
msgstr "Feche o diálogo e aceite o Token de Acesso"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Aviso: falha ao cancelar a operação OAuth em execução"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "Obtendo um Token de Requisição do OAuth de ''{0}''"
@@@ -10545,7 -10595,7 +10620,7 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10615,6 -10665,9 +10690,9 @@@ msgstr "Desenhar nós virtuais no modo
msgid "Draw inactive layers in other color"
msgstr "Desenhar camadas inativas em cor diferente"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10673,6 -10726,11 +10751,11 @@@ msgstr "
"Esta opção suprime o recheio da áreas, tapando tudo que foi especificado no "
"estilo selecionado."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -11151,6 -11209,12 +11234,12 @@@ msgstr "
"<i>(O JOSM pode manter um arquivo de backup ao salvar dados da camada. Ele "
"adiciona ''~'' ao nome do arquivo e salva-o na mesma pasta.)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Backup de arquivo"
@@@ -11220,8 -11284,8 +11309,8 @@@ msgstr "Configurações do Mapa
msgid "Settings for the map projection and data interpretation."
msgstr "Configurações para projeção do mapa e interpretação dos dados."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Não foi possÃvel ler a fonte de preferência de tags: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11495,21 -11559,6 +11584,6 @@@ msgstr "Grade SuÃça
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Zona UTM"
-
- msgid "North"
- msgstr "Norte"
-
- msgid "South"
- msgstr "Sul"
-
- msgid "Hemisphere"
- msgstr "Hemisfério"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11531,6 -11580,21 +11605,21 @@@ msgstr "UTM França (DOM)
msgid "UTM Geodesic system"
msgstr "Sistema Geodésico UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Zona UTM"
+
+ msgid "North"
+ msgstr "Norte"
+
+ msgid "South"
+ msgstr "Sul"
+
+ msgid "Hemisphere"
+ msgstr "Hemisfério"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testando URL de API do OSM \"{0}\""
@@@ -11598,8 -11662,8 +11687,8 @@@ msgid "Select to use OAuth as authentic
msgstr "Selecione para usar o OAuth como seu mecanismo de autenticação"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11608,28 -11672,26 +11697,26 @@@ msgstr "Nome de usuário OSM:
msgid "OSM password:"
msgstr "Senha do OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Aviso: falhou ao recuperar as credenciais do OSM do gerenciador de "
- "credenciais."
msgid "Current credential manager is of type ''{0}''"
msgstr "O gerenciador de credenciais é do tipo \"{0}\""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Aviso: falhou ao salvar as credenciais do OSM para o gerenciador de creden."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Aviso: falhou ao recuperar o token de acesso OAuth do gerenciador de "
- "credenciais"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Aviso: falhou ao armazenar o token de acesso OAuth para o gerenciador de "
- "credenciais"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11720,18 -11782,9 +11807,9 @@@ msgid "Use a SOCKS proxy
msgstr "Use um proxy SOCKS"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Aviso> O JOSM é configurado para usar proxies das configurações do sistema, "
- "mas a JVM não está configurada para coletar estas configurações. Reiniciando "
- "as preferências para \"Sem Proxy\""
-
- msgid "disabled"
- msgstr "desabilitado"
-
- msgid "no modifier"
- msgstr "sem modificador"
msgid "Shortcut Background: User"
msgstr ""
@@@ -11803,8 -11856,8 +11881,8 @@@ msgstr "Aplicar Preferência
msgid "New relation"
msgstr "Nova relação"
- msgid "Change Properties"
- msgstr "Alterar propriedades"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "Requisito desconhecido: {0}"
@@@ -11882,9 -11935,6 +11960,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Não foi possÃvel ler a fonte de preferência de tags: {0}"
-
msgid "Error parsing {0}: "
msgstr "Erro analisando {0}: "
@@@ -11903,6 -11953,16 +11978,16 @@@ msgstr "Exibir somente aplicável para
msgid "Search in tags"
msgstr "Procurar nas etiquetas"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Ajustável {0} não registrado ainda. Não foi possÃvel configurar participação "
+ "no ajuste sincronizado."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Ajustável {0} não registrado ainda."
+
msgid "All files (*.*)"
msgstr ""
@@@ -11937,9 -11997,58 +12022,58 @@@ msgid "
msgstr ""
"O valor atual não é um ID do OSM válido. Por gentileza digite um inteiro > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: a propriedade é explicitamente desabilitada"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: a propriedade é explicitamente habilitada"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "parcial: objetos diferentes selecionados possuem valores diferentes, não "
+ "altere"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "não-definido: não defina esta propriedade nos objetos selecionados"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Faltando atributo mandatório ''{0}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Valor ilegal para atributo mandatório ''{0}'' do tipo long. Obtido ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Valor ilegal para atributo mandatório ''{0}'' do tipo long (>=0). Obtido "
+ "''{1}''."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Valor ilegal para atributo mandatório ''{0}'' do tipo boolean. Obtido "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Valor ilegal para atributo mandatório ''{0}'' do tipo OsmPrimitiveType. "
+ "Obtido ''{1}''."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11970,11 -12079,9 +12104,9 @@@ msgid "Contacting OSM Server...
msgstr "Acessando Servidor OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Aviso: valor ilegal do atributo \"{0}\" do elemento \"{1}\" na capacidade do "
- "servidor. Obtido \"{2}\""
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "Falhou ao analisar data \"{0}\" respondido pelo servidor."
@@@ -12014,33 -12121,27 +12146,27 @@@ msgid "Illegal port number in preferenc
msgstr "Número de porta ilegal nas preferências \"{0}\". Obtido {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Erro: A conexão ao proxy ''{0}'' pela URI ''{1}'' falhou. A exceção foi: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Aviso: a JVM não está configurada para procurar por proxies nas "
- "configurações do sistema. A propriedade ''java.net.useSystemProxies'' não "
- "foi encontrada na inicialização. Não será possÃvel usar um proxy."
msgid "Parsing response from server..."
msgstr ""
@@@ -12138,6 -12239,9 +12264,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Erro de interpretação: estrutura inválida para documento gpx"
+ msgid "(at line {0}, column {1})"
+ msgstr "(na linha{0}, coluna {1})"
+
msgid "Unknown mode {0}."
msgstr "O modo {0} é desconhecido."
@@@ -12153,15 -12257,21 +12282,21 @@@ msgstr "Procurando por arquivos de imag
msgid "No image files found."
msgstr "Nenhum arquivo de imagem encontrado."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Aviso: falha ao abrir arquivo com extensão \"{2}\" e nome \"{3}\" no arquivo "
- "zip \"{0}\". A exceção foi: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr ""
@@@ -12240,8 -12350,8 +12375,8 @@@ msgstr "Sentenças desconhecidas: {0}
msgid "Zero coordinates: {0}"
msgstr "Zero coordenadas: {0}"
- msgid "NMEA import success"
- msgstr "importação NMEA bem sucedida"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "falha na importação NMEA"
@@@ -12341,59 -12451,28 +12476,28 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Faltando atributo mandatório ''{0}''."
-
msgid "Unsupported version: {0}"
msgstr "Versão não suportada: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
- "Valor ilegal para atributo mandatório ''{0}'' do tipo long. Obtido ''{1}''."
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
msgstr ""
- "Valor ilegal para atributo mandatório ''{0}'' do tipo long (>=0). Obtido "
- "''{1}''."
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgid ""
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgid "Parsing changeset content ..."
msgstr ""
- "Valor ilegal para atributo mandatório ''{0}'' do tipo boolean. Obtido "
- "''{1}''."
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "Valor ilegal para atributo mandatório ''{0}'' do tipo OsmPrimitiveType. "
- "Obtido ''{1}''."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr ""
-
- msgid "Parsing changeset content ..."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
+ msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
msgstr ""
msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
@@@ -12414,12 -12493,9 +12518,9 @@@ msgstr "Analisando lista de conjuntos d
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
- msgid "(at line {0}, column {1})"
- msgstr "(na linha{0}, coluna {1})"
-
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12501,8 -12577,8 +12602,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12707,15 -12783,15 +12808,21 @@@ msgstr "Criar novos objetos
msgid "Read protocol version"
msgstr "Versão do protocolo de leitura"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "Controle remoto informou da criação de um novo nó."
@@@ -12755,6 -12831,15 +12862,15 @@@ msgstr "Controle remoto informou da imp
msgid "Remote Control has been asked to load data from the API."
msgstr "Controle remoto informou do carregamento de dados da API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12785,19 -12870,19 +12901,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12819,11 -12904,23 +12935,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Arquivo de sessão (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12893,18 -12990,14 +13021,14 @@@ msgid "Download skipped
msgstr "Baixar pulados"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Aviso: Não é possÃvel baixar o plugin \"{0}\". O link de download não é "
- "conhecido. Pulando download."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Aviso: Não é possÃvel baixar o plugin \"{0}\". O link de download \"{1}\" "
- "não é uma URL válida. Pulando download."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Falhou ao criar diretório de plugin \"{0}\""
@@@ -13056,11 -13149,11 +13180,11 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Atualização de plugin falhou"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "Aviso: falhou ao baixar lista de informações de plugins"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "Desabilitar plugin"
@@@ -13074,24 -13167,21 +13198,21 @@@ msgstr "Manter plugin
msgid "Click to keep the plugin ''{0}''"
msgstr "Clique para apagar o plugin \"{0}\""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Aviso: falhou ao apagar plugin desatualizado \"{0}."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Aviso: falhou ao instalar plugin já baixado \"{0}\". Pulando instalação. O "
- "JOSM ainda está carregando a versão antiga do plugin."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -13166,8 -13256,7 +13287,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -13182,9 -13271,24 +13302,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr "Baixando lista de plugins a partir de \"{0}\""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -13520,12 -13624,11 +13655,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "Aviso: falha ao manipular arquivo zip ''{0}''. A exceção foi: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13536,9 -13639,52 +13670,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13570,9 -13716,23 +13747,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13900,6 -14060,11 +14091,11 @@@ msgid "Saturation:
msgstr "Saturação:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14150,6 -14315,9 +14346,9 @@@ msgstr "
"Escreva informações de posicionamento GPS no cabeçalho do arquivo de imagem. "
"Pode-se executar esta funcionalidade no menu de contexto da camada de imagem."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14201,9 -14369,6 +14400,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14240,6 -14405,11 +14436,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -14372,6 -14542,9 +14573,9 @@@ msgstr "Barragem
msgid "Lit"
msgstr "Iluminado"
+ msgid "Toll"
+ msgstr "Pedágio"
+
msgid "Motorway Link"
msgstr "Ligação para auto-estrada"
@@@ -14462,6 -14635,50 +14666,50 @@@ msgstr "Residencial
msgid "Edit Residential Street"
msgstr "Editar Rua Residencial"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Tipo de estrada"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "sim"
+
+ msgid "no"
+ msgstr "não"
+
+ msgid "destination"
+ msgstr "Destino"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Rua para pedestres"
@@@ -14480,11 -14697,11 +14728,11 @@@ msgstr "Ãrea
msgid "Service"
msgstr "Serviço"
- msgid "Edit Serviceway"
- msgstr "Editar Rua de Serviço"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Tipo de Rua de Serviço"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr ""
@@@ -14495,6 -14712,9 +14743,9 @@@ msgstr "
msgid "parking_aisle"
msgstr "corredor_de_estacionamento"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Vaga de Estacionamento"
@@@ -14522,18 -14742,12 +14773,12 @@@ msgstr "rotatória
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "sim"
-
msgid "Road Restrictions"
msgstr "Restrições da Via"
msgid "Edit Road Restrictions"
msgstr "Editar Restrições da Via"
- msgid "Toll"
- msgstr "Pedágio"
-
msgid "No exit (cul-de-sac)"
msgstr "Sem saÃda"
@@@ -14543,9 -14757,6 +14788,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "Destino"
-
msgid "delivery"
msgstr ""
@@@ -14555,15 -14766,15 +14797,15 @@@ msgstr "permitido
msgid "private"
msgstr "privado"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr ""
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "não"
-
msgid "official"
msgstr ""
@@@ -14609,6 -14820,9 +14851,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "VeÃculos de Serviço Público"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Velocidade mÃnima (km/h)"
@@@ -14693,6 -14907,9 +14938,9 @@@ msgstr "Editar Ponte
msgid "viaduct"
msgstr "viaduto"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14797,21 -15014,30 +15045,30 @@@ msgstr "
msgid "Visibility"
msgstr "Visibilidade"
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -14827,11 -15053,11 +15084,11 @@@ msgstr "Caminho exclusivo para cavalos
msgid "Edit Bridleway"
msgstr "Editar caminho exclusivo para cavalos"
- msgid "Cycle Lane"
- msgstr "Ciclovia"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "Editar ciclovia"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "Ciclovia"
@@@ -14866,7 -15092,7 +15123,7 @@@ msgstr "Ciclovia na direita
msgid "Oneway (bicycle)"
msgstr "Mão única (bicicleta)"
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14935,12 -15161,18 +15192,18 @@@ msgstr "Ãrea de Descanso
msgid "Edit Rest Area"
msgstr "Editar Ãrea de Descanso"
- msgid "Emergency Phone"
- msgstr "Telefone de Emergência"
+ msgid "Drinking Water"
+ msgstr "Bebedouro"
msgid "Traffic Signal"
msgstr "Sinal de Trânsito"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Tipo de cruzamento de pedestres"
@@@ -14956,15 -15188,6 +15219,6 @@@ msgstr "ilha
msgid "unmarked"
msgstr "sem faixa"
- msgid "Cross on horseback"
- msgstr "Travessia à cavalo"
-
- msgid "Cross by bicycle"
- msgstr "Travessia de bicicleta"
-
- msgid "Crossing attendant"
- msgstr "Guarda de trânsito"
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14986,6 -15209,15 +15240,15 @@@ msgstr "pégasus
msgid "tiger"
msgstr "tigre"
+ msgid "Crossing attendant"
+ msgstr "Guarda de trânsito"
+
+ msgid "Cross by bicycle"
+ msgstr "Travessia de bicicleta"
+
+ msgid "Cross on horseback"
+ msgstr "Travessia à cavalo"
+
msgid "Stop"
msgstr "Pare"
@@@ -14995,6 -15227,9 +15258,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "Mini-rotatória"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Direção"
@@@ -15004,10 -15239,7 +15270,7 @@@ msgstr "sentido horário
msgid "Pedestrian Crossing"
msgstr "Faixa de Pedestres"
- msgid "Edit Crossing"
- msgstr "Editar Faixa de Pedestres"
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -15040,9 -15272,6 +15303,6 @@@ msgstr "Lombada muito longa
msgid "Passing Place"
msgstr "Local de ultrapassagem"
- msgid "Edit Passing Place"
- msgstr "Editar local de ultrapassagem"
-
msgid "Turning Circle"
msgstr "CÃrculo de retorno"
@@@ -15085,6 -15314,12 +15345,12 @@@ msgstr "Editar Bloco
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr "rocha"
+
msgid "Bollard"
msgstr ""
@@@ -15100,6 -15335,9 +15366,9 @@@ msgstr "
msgid "removable"
msgstr "removÃvel"
+ msgid "plastic"
+ msgstr "plástico"
+
msgid "Cycle Barrier"
msgstr "Barreira para bicicletas"
@@@ -15169,21 -15407,15 +15438,18 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
+ msgid "pole"
+ msgstr "polo"
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "hedge"
+ msgid "wire"
msgstr ""
- msgid "pole"
- msgstr "polo"
-
msgid "Guard Rail"
msgstr ""
@@@ -15212,8 -15444,9 +15478,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Editar Canal Artificial"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -15221,11 -15454,11 +15488,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Entrada"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Editar Entrada"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr ""
@@@ -15278,12 -15511,6 +15545,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr "rocha"
-
msgid "Turnstile"
msgstr ""
@@@ -15344,12 -15571,21 +15605,21 @@@ msgstr "Editar Dreno/Ralo
msgid "Ditch"
msgstr "Canal Artificial"
-msgid "Edit Ditch"
-msgstr "Editar Canal Artificial"
++msgid "Ditch"
++msgstr "Canal Artificial"
+
msgid "Stream"
msgstr "Córrego"
msgid "Edit Stream"
msgstr "Editar Córrego"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -15389,9 -15625,6 +15659,6 @@@ msgstr "Editar Barragem
msgid "Groyne"
msgstr "Quebra-mar"
- msgid "Edit Groyne"
- msgstr "Editar Quebra-mar"
-
msgid "Breakwater"
msgstr ""
@@@ -15425,7 -15658,22 +15692,22 @@@ msgstr "
msgid "Edit Water"
msgstr "Editar Ãgua"
- msgid "Land"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
+ msgid "Land"
msgstr ""
msgid "Edit Land"
@@@ -15506,18 -15754,23 +15788,23 @@@ msgstr "Editar Terminal de Barca
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicicleta"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -15593,7 -15846,7 +15880,7 @@@ msgstr "turismo
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -15617,11 -15870,14 +15904,14 @@@ msgstr "
msgid "rail"
msgstr "trilho"
- msgid "Voltage"
- msgstr "Voltagem"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frequencia (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15632,9 -15888,6 +15922,6 @@@ msgstr "Bitola Estreita
msgid "Edit Narrow Gauge Rail"
msgstr "Editar Bitola Estreita"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "Monotrilho"
@@@ -15656,15 -15909,15 +15943,15 @@@ msgstr "
msgid "Subway"
msgstr "Metrô"
+msgid "Edit Tram"
+msgstr "Editar Bonde/VLT"
+
msgid "Edit Subway"
msgstr "Editar Metrô"
msgid "Tram"
msgstr "Bonde/VLT"
-msgid "Edit Tram"
-msgstr "Editar Bonde/VLT"
-
msgid "Bus Guideway"
msgstr ""
@@@ -15683,7 -15936,10 +15970,25 @@@ msgstr "Ferrovia Abandonada
msgid "Edit Abandoned Railway"
msgstr "Editar Ferrovia Abandonada"
--msgid "Level Crossing"
++msgid "Traffic lights"
++msgstr ""
++
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
++msgid "half"
++msgstr "metade"
++
++msgid "full"
++msgstr "cheio"
++
++msgid "double_half"
+ msgstr ""
+
+ msgid "Edit Level Crossing"
msgstr ""
msgid "Supervised"
@@@ -15698,18 -15954,32 +16003,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "metade"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "cheio"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -15809,11 -16079,9 +16128,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15825,11 -16093,9 +16142,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -15848,12 -16114,12 +16163,12 @@@ msgstr "
msgid "underground"
msgstr "subterrâneo"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Acesso"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -15881,9 -16147,6 +16196,6 @@@ msgstr "Vaga de Estacionamento
msgid "Edit Parking space"
msgstr "Editar Vaga de Estacionamento"
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "Capacidade"
@@@ -15905,10 -16168,29 +16217,29 @@@ msgstr "Horário de Funcionamento
msgid "24/7"
msgstr "24 Horas"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Seg-Sex 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -16058,6 -16340,9 +16389,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Voltagem"
+
msgid "Amperage"
msgstr ""
@@@ -16079,6 -16364,12 +16413,12 @@@ msgstr "Oficina
msgid "Edit Car Repair"
msgstr "Editar Oficina"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Borracharia"
@@@ -16106,6 -16397,12 +16446,12 @@@ msgstr "Aluguel
msgid "Edit Car Rental"
msgstr "Editar Aluguel de Carros"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "Compartilhamento"
@@@ -16130,22 -16427,6 +16476,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -16167,9 -16448,6 +16497,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Roupas"
@@@ -16364,6 -16642,9 +16691,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -16394,6 -16675,9 +16724,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Banco"
@@@ -16406,9 -16690,6 +16739,6 @@@ msgstr "Cadeira de Rodas
msgid "limited"
msgstr "limitado"
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -16418,9 -16699,14 +16748,14 @@@ msgstr "Plataforma Ferroviária
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Edificação"
@@@ -16433,6 -16719,9 +16768,9 @@@ msgstr "Editar Entrada do Metrô
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -16457,14 -16746,6 +16795,6 @@@ msgstr "Cartões de fidelidade
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -16513,8 -16794,8 +16843,8 @@@ msgstr "Editar Plataforma de Ãnibus
msgid "Taxi"
msgstr "Táxi"
- msgid "Edit Taxi station"
- msgstr "Editar Ponto de Táxi"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Aeroporto"
@@@ -16567,6 -16848,21 +16897,21 @@@ msgstr "Terminal
msgid "Edit Terminal"
msgstr "Editar Terminal"
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Taxa de Acesso a Internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Portão"
@@@ -16589,21 -16885,6 +16934,6 @@@ msgstr "Editar Hotel
msgid "Stars"
msgstr ""
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Taxa de Acesso a Internet"
-
msgid "Smoking"
msgstr ""
@@@ -16793,9 -17074,6 +17123,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ter-Dom 08:00-15:00; Sáb 08:00-12:00"
-
msgid "Tourism"
msgstr "Turismo"
@@@ -16817,9 -17095,15 +17144,15 @@@ msgstr "
msgid "Information Office"
msgstr "Centro de Informações TurÃsticas"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -16832,6 -17116,9 +17165,9 @@@ msgstr "estrada
msgid "scheme"
msgstr "esquema"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -16871,6 -17158,9 +17207,9 @@@ msgstr "... outros modos de transporte
msgid "Information Board"
msgstr "Quadro de Informações"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -16892,23 -17182,35 +17231,35 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
- msgstr "Outros Pontos de Informação"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "Lazer"
@@@ -17037,50 -17339,44 +17388,44 @@@ msgstr "Arte
msgid "Edit Artwork"
msgstr "Editar Arte"
- msgid "Place of Worship"
- msgstr "Lugar de Adoração"
-
- msgid "Edit Place of Worship"
- msgstr "Editar Lugar de Adoração"
-
- msgid "Religion"
- msgstr "Religião"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "budismo"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "cristianismo"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hinduÃsmo"
+ msgid "Place of Worship"
+ msgstr "Lugar de Adoração"
- msgid "jain"
- msgstr "jainismo"
+ msgid "Church"
+ msgstr "Igreja"
- msgid "jewish"
- msgstr "judaÃsmo"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "muçulmano"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikhismo"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "espiritismo"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoÃsmo"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "unitarianismo"
+ msgid "church"
+ msgstr "igreja"
- msgid "zoroastrian"
- msgstr "zoroastrianismo"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "Denominação"
@@@ -17097,6 -17393,12 +17442,12 @@@ msgstr "católica
msgid "evangelical"
msgstr "evangélica"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "testemunha de jeová"
@@@ -17109,6 -17411,9 +17460,9 @@@ msgstr "metodista
msgid "mormon"
msgstr "mórmon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxa"
@@@ -17127,50 -17432,150 +17481,150 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "xiismo"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunismo"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
+ msgid "Sa 18:00; Su 10:45"
msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
+ msgid "Sa 10:00+"
msgstr ""
- msgid "video"
+ msgid "Mosque"
msgstr ""
- msgid "Public Building"
- msgstr "Prédio Público"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Editar Prédio Público"
+ msgid "mosque"
+ msgstr ""
- msgid "Town hall"
- msgstr "Prefeitura"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Editar Prefeitura"
+ msgid "shia"
+ msgstr "xiismo"
+
+ msgid "sunni"
+ msgstr "sunismo"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religião"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jainismo"
+
+ msgid "sikh"
+ msgstr "sikhismo"
+
+ msgid "spiritualist"
+ msgstr "espiritismo"
+
+ msgid "taoist"
+ msgstr "taoÃsmo"
+
+ msgid "unitarian"
+ msgstr "unitarianismo"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrianismo"
+
+ msgid "Public Building"
+ msgstr "Prédio Público"
+
+ msgid "Edit Public Building"
+ msgstr "Editar Prédio Público"
+
+ msgid "Town hall"
+ msgstr "Prefeitura"
+
+ msgid "Edit Town hall"
+ msgstr "Editar Prefeitura"
msgid "Community Centre"
msgstr ""
@@@ -17247,6 -17652,12 +17701,12 @@@ msgstr "Editar Autoescola
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Saúde"
@@@ -17328,12 -17739,66 +17788,66 @@@ msgstr "Veterinária
msgid "Edit Veterinary"
msgstr "Editar Veterinária"
- msgid "Drinking water"
- msgstr "Ãgua Potável"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "público"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
+ msgstr ""
msgid "Post Box"
msgstr "Caixa de Correio"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefone"
@@@ -17343,6 -17808,30 +17857,30 @@@ msgstr "Editar Telefone
msgid "Telephone cards"
msgstr "Cartão Telefônico"
+ msgid "Emergency Phone"
+ msgstr "Telefone de Emergência"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Relógio"
@@@ -17352,31 -17841,37 +17890,37 @@@ msgstr "Editar Relógio
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -17404,8 -17899,8 +17948,8 @@@ msgstr "
msgid "Recycling"
msgstr "Reciclagem"
- msgid "Edit Recycling station"
- msgstr "Editar Centro de Reciclagem"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Baterias"
@@@ -17431,21 -17926,15 +17975,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Cesta de Lixo"
- msgid "Edit Waste Basket"
- msgstr "Editar Cesta de Lixo"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr "plástico"
-
msgid "Amount of Seats"
msgstr "Número de Assentos"
@@@ -17480,8 -17969,17 +18018,17 @@@ msgstr "Editar estande de caça
msgid "Height"
msgstr "Altura"
+ msgctxt "height"
msgid "low"
- msgstr "baixa"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Ocutar"
@@@ -17489,9 -17987,6 +18036,6 @@@
msgid "Lock"
msgstr "Bloquear"
- msgid "Drinking Water"
- msgstr "Bebedouro"
-
msgid "Edit Source of Potable Water"
msgstr "Editar Fonte da Ãgua Potável"
@@@ -17523,6 -18018,9 +18067,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17560,119 -18058,155 +18107,155 @@@ msgstr "Estádio
msgid "Edit Stadium"
msgstr "Editar Estádio"
- msgid "select sport:"
- msgstr "selecionar esporte:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "esporte"
+ msgid "Sport"
+ msgstr "Esporte"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "arco e flecha"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletismo"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "futebol australiano"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basquete"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "boliche"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "canoagem"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "escalada"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "crÃquete"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "ciclismo"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "corrida de cachorros"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golfe"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "ginástica olÃmpica"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hóquei"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "corrida de cavalos"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "automobilismo"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "clube de tiro"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "esqui"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "futebol"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "natação"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "tênis de mesa"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tênis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Centro de Esportes"
@@@ -17704,26 -18238,27 +18287,27 @@@ msgstr "Mini-Golfe
msgid "Edit Miniature Golf"
msgstr "Editar Mini-Golfe"
- msgid "Sport"
- msgstr "Esporte"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "tipo"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "campo"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "estádio"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17731,6 -18266,15 +18315,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "campo"
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr "estádio"
+
msgid "10pin"
msgstr ""
@@@ -17764,6 -18308,22 +18357,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -17864,36 -18424,54 +18473,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Dificuldade"
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17936,19 -18514,15 +18563,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -18087,6 -18661,18 +18710,18 @@@ msgstr "Pista para Aeromodelo
msgid "Edit Model Aerodrome"
msgstr "Editar Pista para Aeromodelo"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -18099,60 -18685,134 +18734,134 @@@ msgstr "Construção humana
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
-msgstr ""
+msgstr "garagem"
- msgid "church"
- msgstr "igreja"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
-msgstr ""
+msgstr "escola"
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
-msgstr ""
+msgstr "estufa"
+ msgctxt "building"
msgid "office"
-msgstr ""
+msgstr "escritório"
+ msgctxt "building"
msgid "university"
msgstr ""
- msgid "Residential Building"
- msgstr "EdifÃcio Residencial"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
- msgid "Edit Residential Building"
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
+ msgid "Residential Building"
+ msgstr "EdifÃcio Residencial"
+
+ msgid "Edit Residential Building"
msgstr "Editar EdifÃcio Residencial"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
-msgstr ""
+msgstr "apartamento"
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
-msgstr ""
+msgstr "cabana"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "Entrada"
+
+ msgid "Edit Entrance"
+ msgstr "Editar Entrada"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Torre"
@@@ -18377,41 -19037,67 +19086,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -18420,8 -19106,8 +19155,8 @@@ msgstr "Vértice Geodésico
msgid "Edit Survey Point"
msgstr "Editar Vértice Geodésico"
- msgid "Surveillance"
- msgstr "Câmera de Vigilância"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Editar Câmera de Vigilância"
@@@ -18432,12 -19118,102 +19167,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
- msgstr "público"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "loja"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Gerador de Energia"
@@@ -18489,89 -19265,192 +19314,192 @@@ msgstr "eólica
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
- msgstr "barragem"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "carvão"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "Power Station"
- msgstr "Estação de Energia"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Editar Estação de Energia"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Subestação de Energia"
@@@ -18582,6 -19461,21 +19510,21 @@@ msgstr "Editar Subestação de Energia
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "baixa"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -18597,6 -19491,9 +19540,9 @@@ msgstr "Editar Torre de Energia
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -18615,11 -19512,9 +19561,9 @@@ msgstr "Editar Linha de Transmissão
msgid "Line type"
msgstr "Tipo de Linha de Transmissão"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18728,11 -19623,11 +19672,11 @@@ msgstr "Quiosque
msgid "Edit Kiosk"
msgstr "Editar Quiosque"
- msgid "Baker"
- msgstr "Padaria"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Editar Padaria"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Açougue"
@@@ -18743,8 -19638,8 +19687,8 @@@ msgstr "Editar Açougue
msgid "Seafood"
msgstr "Frutos do Mar"
- msgid "Edit Seafood"
- msgstr "Editar Frutos do Mar"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr ""
@@@ -18764,6 -19659,9 +19708,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr "Orgânicos"
+
msgid "Greengrocer"
msgstr ""
@@@ -18776,9 -19674,6 +19723,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Orgânicos"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18848,7 -19743,7 +19792,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -18869,13 -19764,13 +19813,13 @@@ msgstr "Editar Loja de Eletrônicos
msgid "Mobile Phone"
msgstr "Celular"
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -18884,9 -19779,8 +19828,8 @@@ msgstr "Equipamentos de Ãudio
msgid "Edit Hifi Shop"
msgstr "Editar Loja de Equipamentos de Ãudio"
- msgctxt "shop"
msgid "Video"
- msgstr "Locadora de VÃdeo"
+ msgstr "VÃdeo"
msgid "Edit Video Shop"
msgstr "Editar Locadora de VÃdeo"
@@@ -18912,6 -19806,12 +19855,12 @@@ msgstr "Editar Loja de Câmbio
msgid "Edit Automated Teller Machine"
msgstr "Editar Caixa Eletrônico"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Loja de Departamentos"
@@@ -18936,22 -19836,43 +19885,43 @@@ msgstr "Cabelereiro
msgid "Edit Hairdresser"
msgstr "Editar Cabelereiro"
- msgid "Optician"
- msgstr "Ãculos"
+ msgid "Optician"
+ msgstr "Ãculos"
+
+ msgid "Edit Optician"
+ msgstr "Editar Loja de Ãculos"
+
+ msgid "Jewelry"
+ msgstr ""
+
+ msgid "Edit Jewelry"
+ msgstr "Editar Joalheria"
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budismo"
+
+ msgid "christian"
+ msgstr "cristianismo"
- msgid "Edit Optician"
- msgstr "Editar Loja de Ãculos"
+ msgid "hindu"
+ msgstr "hinduÃsmo"
- msgid "Jewelry"
- msgstr ""
+ msgid "jewish"
+ msgstr "judaÃsmo"
- msgid "Edit Jewelry"
- msgstr "Editar Joalheria"
+ msgid "muslim"
+ msgstr "muçulmano"
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18981,7 -19902,7 +19951,7 @@@ msgstr "Editar Loja de Utilidades Domé
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18993,19 -19914,19 +19963,19 @@@ msgstr "Editar Loja de Móveis
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -19041,7 -19962,7 +20011,7 @@@ msgstr "Editar Agência de Viagem
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -19254,6 -20175,12 +20224,12 @@@ msgstr "Pico
msgid "Edit Peak"
msgstr "Editar Pico"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Geleira"
@@@ -19293,26 -20220,35 +20269,35 @@@ msgstr "Ãrvore
msgid "Edit Tree"
msgstr "Editar Ãrvore"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Nome Botânico"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Mata"
msgid "Edit Wood"
msgstr "Editar Mata"
- msgctxt "wood"
msgid "coniferous"
-msgstr ""
+msgstr "conÃfera"
- msgctxt "wood"
msgid "deciduous"
msgstr "decÃdua"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "misturado"
msgid "Forest"
msgstr "Floresta"
@@@ -19320,15 -20256,6 +20305,6 @@@
msgid "Edit Forest Landuse"
msgstr "Editar zona Florestal"
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr "decÃdua"
-
- msgid "mixed"
- msgstr "misturado"
-
msgid "Grassland"
msgstr ""
@@@ -19404,6 -20331,12 +20380,12 @@@ msgstr "Prados
msgid "Edit Meadow Landuse"
msgstr "Editar Zona de prados"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vinhedo"
@@@ -19458,8 -20391,8 +20440,8 @@@ msgstr "Ãrea de recreação
msgid "Edit Recreation Ground Landuse"
msgstr "Editar Ãrea de recreação"
- msgid "Residential area"
- msgstr "Ãrea residencial"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "Editar zona Residencial"
@@@ -19470,6 -20403,9 +20452,9 @@@ msgstr "Cemitério Paroquial
msgid "Edit Graveyard"
msgstr "Editar Cemitério Paroquial"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Cemitério"
@@@ -19545,6 -20481,33 +20530,33 @@@ msgstr "
msgid "Annotation"
msgstr "Anotação"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Editar Informações de Endereço"
@@@ -19581,6 -20544,18 +20593,18 @@@ msgstr "números pares
msgid "alphabetic"
msgstr "alfabético"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19749,20 -20724,49 +20773,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "estrada"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "Esqui"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "a pé"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "caminhada"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "desvio"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "Descrição de sÃmbolo"
@@@ -19809,19 -20813,22 +20862,22 @@@ msgstr "ponto de parada em frente
msgid "backward halt point"
msgstr "ponto de parada atrás"
- msgid "Route network"
- msgstr "Rede de rotas"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Editar rede de rotas"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19845,7 -20852,7 +20901,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19941,18 -20948,27 +20997,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "ponte"
msgid "deprecated"
msgstr "depreciado"
+ msgid "bicycle"
+ msgstr "bicicleta"
+
+ msgid "foot"
+ msgstr "a pé"
+
msgid "horse"
msgstr "cavalo"
@@@ -19962,8 -20978,11 +21027,11 @@@ msgstr "obstáculo
msgid "motorroad"
msgstr ""
- msgid "highway_track"
- msgstr "trilha_autoestrada"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "serviços"
@@@ -19971,10 -20990,10 +21039,10 @@@
msgid "ford"
msgstr "travessia de rio"
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19992,6 -21011,9 +21060,9 @@@ msgstr "
msgid "railwaypoint"
msgstr "ponto de ferrovia"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "pátio ferroviário"
@@@ -20007,29 -21029,29 +21078,29 @@@ msgstr "
msgid "aeroway"
msgstr "aerovia"
- msgid "aeroway_dark"
- msgstr "aerovia_escuro"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "aerovia_claro"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "pista_fácil"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "pista_intermediária"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "pista_avançada"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
- msgstr "pista_livre"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "pista_novatos"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "energia"
@@@ -20049,20 -21071,20 +21120,20 @@@ msgstr "marina
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "saúde"
- msgid "shop"
- msgstr "loja"
+ msgid "office"
+ msgstr "escritório"
msgid "hotel"
msgstr "hotel"
@@@ -20136,10 -21158,13 +21207,13 @@@ msgstr "rota
msgid "boundary"
msgstr "limite"
+ msgid "sport"
+ msgstr "esporte"
+
msgid "place"
msgstr "lugar"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -20154,9 -21179,6 +21228,6 @@@ msgstr "Vilarejo/Cidade
msgid "One Way"
msgstr "Mão única"
- msgid "Church"
- msgstr "Igreja"
-
msgid "Fuel Station"
msgstr "Posto de Gasolina"
@@@ -20184,6 -21206,9 +21255,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -20229,10 -21254,40 +21303,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -20244,7 -21299,7 +21348,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -20262,7 -21317,7 +21366,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -20379,19 -21434,130 +21483,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -20410,7 -21576,46 +21625,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -20422,24 -21627,30 +21676,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -20455,7 -21666,7 +21718,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -20464,6 -21675,9 +21727,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20610,6 -21824,29 +21876,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20775,6 -22012,9 +22064,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20820,6 -22060,39 +22112,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Porta:"
+
+ msgid "refresh the port list"
+ msgstr "atualizar a lista de portas"
+
+ msgid "Configure"
+ msgstr "Configurar"
+
+ msgid "Connection Error."
+ msgstr "Erro de conexão."
+
+ msgid "configure the connected DG100"
+ msgstr "configurar o DG100 conectado"
+
+ msgid "delete data after import"
+ msgstr "apagar dados depois de importar"
+
msgid "Columbus V-900 CSV Files"
msgstr "Arquivos CSV Columbus V-900"
@@@ -21026,6 -22299,18 +22351,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -21047,14 -22332,8 +22384,8 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
- msgstr ""
+ msgid "Tracks"
+ msgstr "Trilhas"
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -21318,10 -22597,13 +22649,13 @@@ msgstr "Selecione um endereço incomple
msgid "Selects all addresses with incomplete data."
msgstr "Selecionar todos os endereços com dados incompletos."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21526,8 -22808,8 +22860,8 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
- msgstr "Número válido esperado para incrementar endereço"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "O código da cidade deve ter 2 letras"
@@@ -21799,15 -23081,6 +23133,6 @@@ msgstr "Número da casa:
msgid "Street Name:"
msgstr "Nome da Rua:"
- msgid "Increment"
- msgstr "Incremento"
-
- msgid "Decrement"
- msgstr "Decremento"
-
- msgid "Numbers:"
- msgstr "Números:"
-
msgid "Big buildings mode"
msgstr ""
@@@ -21980,6 -23253,9 +23305,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Selecionar a primeira camada WMS da lista."
@@@ -21998,12 -23274,6 +23326,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "sÃmbolo"
@@@ -22151,6 -23421,9 +23473,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -22170,6 -23443,9 +23495,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "Habilite isso para usar a etiqueta\"\"add:street\" nos nós."
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Adicionar \"source=...\" para elementos?"
@@@ -22400,7 -23676,10 +23728,10 @@@ msgstr "Camada WMS ({0}), {1} imagem(ns
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -22450,7 -23729,7 +23781,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22677,27 -23956,9 +24008,9 @@@ msgstr "Desabilitar registo de dados s
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr "Porta:"
-
- msgid "refresh the port list"
- msgstr "atualizar a lista de portas"
-
- msgid "Configure"
- msgstr "Configurar"
-
msgid "Configure Device"
msgstr "Configurar o Aparelho"
- msgid "Connection Error."
- msgstr "Erro de conexão."
-
- msgid "configure the connected DG100"
- msgstr "configurar o DG100 conectado"
-
- msgid "delete data after import"
- msgstr "apagar dados depois de importar"
-
msgid "Importing data from device."
msgstr "Importando dados do dispositivo."
@@@ -23778,9 -25039,33 +25091,33 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Um papel baseado na composição da relação foi copiado para todos os "
+ "caminhos novos.<br>Deverá verificar isto e corrigir quando necessário.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Uma composição de relação foi copiada para todos os caminhos "
+ "novos.<br>Deverá verificar isto e corrigir quando necessário.</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Digite a chave da tag, ex.: <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>Digite o valor da tag, ex.: <strong><tt>verifique os "
+ "membros</tt></strong></html>"
+
msgid "Michigan Left"
msgstr ""
@@@ -24429,9 -25714,6 +25766,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Um erro ocorreu: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -24484,18 -25766,6 +25818,6 @@@ msgstr "
msgid "Close: "
msgstr "Fechado: "
- msgid "New issue"
- msgstr "Nova issue"
-
- msgid "Create issue"
- msgstr "Criar issue"
-
- msgid "Describe the problem precisely"
- msgstr "Descreva o problema precisamente"
-
- msgid "Create: "
- msgstr "Criar: "
-
msgid "Open in browser"
msgstr ""
@@@ -24846,6 -26116,27 +26168,27 @@@ msgstr "Teste falhou: Não é possÃve
msgid "Test failed: Could not write mtime."
msgstr "Teste falhou: Não é possÃvel gravar mtime."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24997,6 -26288,9 +26340,9 @@@ msgstr "Nada na área de transferência
msgid "The clipboard data is not an image"
msgstr "Os dados da área de transferência não é são de imagem"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Aviso: falha ao manipular arquivo zip ''{0}''. A exceção foi: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25314,9 -26608,6 +26660,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "Trilhas"
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25532,6 -26823,9 +26875,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "Faltando alvo de mesclagem para {0} com id {1}"
@@@ -25564,15 -26858,31 +26910,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr "Plug-in de aviso de estrada"
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Alterar propriedades"
+
msgid "Country preset:"
msgstr ""
@@@ -25687,9 -26997,6 +27049,6 @@@ msgstr "Preferências do plugin de rota
msgid "Configure routing preferences."
msgstr "Configurar preferências de rota."
- msgid "Highway type"
- msgstr "Tipo de estrada"
-
msgid "Speed (Km/h)"
msgstr "Velocidade (km/h)"
@@@ -25868,19 -27175,19 +27227,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Ajuda Online"
+ msgid "SeaMap Editor"
+ msgstr "Editor SeaMap"
- msgid "Load"
- msgstr "Carregar"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "invisÃvel"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "Editor SeaMap"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -26099,6 -27406,95 +27458,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -26135,6 -27531,9 +27583,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26287,9 -27686,6 +27738,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27301,9 -28697,6 +28749,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "VÃdeo"
-
msgid "Import Video"
msgstr "Importar vÃdeo"
@@@ -27585,9 -28978,6 +29030,6 @@@ msgstr "Define o idioma padrão para o
msgid "Enter the Wikipedia language"
msgstr "Informe o idioma da Wikipédia"
- msgid "Add Tag"
- msgstr "Adicionar Etiqueta"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/rm.po
index 4c56469,bf258f3..8d7e3cb
--- a/i18n/po/rm.po
+++ b/i18n/po/rm.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-06-21 19:14+0000\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Raeto-Romance <rm at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n !=1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:56+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:56+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ro.po
index 8e0fa02,4ff89b5..324d16d
--- a/i18n/po/ro.po
+++ b/i18n/po/ro.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: JOSM\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-10-03 22:38+0000\n"
"Last-Translator: Ciprian <c1pr1an_43v3r at yahoo.com>\n"
"Language-Team: Romanian <gnomero-list at lists.sourceforge.net>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 "
"== 0) && (n != 0))) ? 2: 1));\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:57+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:56+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"X-Poedit-Country: ROMANIA\n"
"Language: ro\n"
"X-Poedit-Language: Romanian\n"
@@@ -54,6 -54,9 +54,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -63,6 -66,9 +66,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -167,16 -173,13 +173,13 @@@ msgid "About JOSM...
msgstr "Despre JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "AVERTISMENT: format neasteptat de URL-ul de bazÄ API. Redirectare la pagina "
- "de informatii sau istoric pentru obiectul OSM probabil va esua URL-ul API de "
- "bazÄ este: \"{0}\""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -263,9 -266,6 +266,6 @@@ msgstr "UnealtÄ: {0}
msgid "Please select at least four nodes."
msgstr "VÄ rog selectaÅ£i cel puÅ£in patru noduri."
- msgid "Information"
- msgstr "InformaÈii"
-
msgid "Align Nodes in Line"
msgstr "AliniazÄ Nodurile în Linie"
@@@ -302,6 -302,9 +302,9 @@@ msgstr "urmÄtorul
msgid "Nothing selected to zoom to."
msgstr "Nimic selectat pentru a transfoca"
+ msgid "Information"
+ msgstr "InformaÈii"
+
msgid "Zoom to {0}"
msgstr "Apropie la {0}"
@@@ -358,7 -361,7 +361,7 @@@ msgstr "
"din ele?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -541,6 -544,9 +544,9 @@@ msgstr "Istoric
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -654,7 -660,7 +660,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -804,8 -810,8 +810,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -992,12 -998,8 +998,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1015,9 -1017,6 +1017,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1183,9 -1182,6 +1182,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1324,13 -1320,13 +1320,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1419,6 -1415,27 +1415,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "AnuleazÄ"
@@@ -1703,6 -1720,9 +1720,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1922,8 -1942,8 +1942,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2348,6 -2368,9 +2368,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2544,8 -2567,7 +2567,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2631,6 -2653,9 +2653,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2667,10 -2692,10 +2692,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2694,8 -2719,8 +2719,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2800,6 -2825,9 +2825,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2860,8 -2888,8 +2888,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2891,10 -2919,10 +2919,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2915,6 -2943,9 +2943,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2945,18 -2976,18 +2976,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2965,8 -2996,8 +2996,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2974,13 -3005,11 +3005,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2994,8 -3023,8 +3023,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3025,11 -3054,10 +3054,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NECUNOSCUT"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3184,8 -3212,7 +3212,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3292,7 -3319,7 +3319,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3330,9 -3357,6 +3357,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3371,6 -3395,9 +3395,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3395,6 -3422,15 +3422,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3454,6 -3490,9 +3490,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3536,6 -3575,15 +3575,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3605,6 -3653,12 +3653,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3662,13 -3716,13 +3716,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3700,10 -3754,10 +3754,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3837,7 -3891,7 +3891,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3912,6 -3966,9 +3966,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3942,9 -3999,6 +3999,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3969,10 -4023,10 +4023,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4035,23 -4089,6 +4089,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4155,7 -4192,7 +4192,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4384,6 -4421,18 +4421,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4488,19 -4537,6 +4537,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4788,29 -4824,47 +4824,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4825,7 -4879,7 +4879,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4877,14 -4931,6 +4931,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5134,14 -5180,14 +5180,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5666,6 -5712,9 +5712,9 @@@ msgstr "AratÄ/Ascunde
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5749,6 -5798,33 +5798,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Tip obiect:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "Alegeţi tipul de obiect OSM"
+
+ msgid "Object ID:"
+ msgstr "ID-ul obiectului:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "IntroduceÈi ID-ul obiectului care ar trebui sÄ fie descÄrcat"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5839,8 -5915,7 +5915,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6010,9 -6085,6 +6085,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6297,8 -6369,8 +6369,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6363,34 -6435,46 +6435,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr "<diferit>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Återge cheia selectatÄ din toate obiectele"
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6405,13 -6489,13 +6489,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr "AdaugÄ o nouÄ pereche cheie/valoare tuturor obiectelor"
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "EditeazÄ valoarea cheii selectata pentru toate obiectele"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6565,7 -6649,7 +6649,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6883,6 -6967,25 +6967,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Semne de carte"
@@@ -7014,21 -7117,8 +7117,8 @@@ msgstr "
msgid "Download object"
msgstr "DescÄrcaÅ£i obiect"
- msgid "Object type:"
- msgstr "Tip obiect:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "Alegeţi tipul de obiect OSM"
-
- msgid "Object ID:"
- msgstr "ID-ul obiectului:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "IntroduceÈi ID-ul obiectului care ar trebui sÄ fie descÄrcat"
+ msgid "Start downloading"
+ msgstr "Ãncepe descÄrcarea"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7038,23 -7128,9 +7128,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Ãncepe descÄrcarea"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7151,7 -7227,7 +7227,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7250,6 -7326,9 +7326,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7337,7 -7416,7 +7416,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7356,6 -7435,12 +7435,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7422,8 -7507,7 +7507,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7498,8 -7582,8 +7582,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7513,8 -7597,7 +7597,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7729,12 -7812,6 +7812,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7743,10 -7820,26 +7820,26 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
msgstr ""
msgid "Do not show this message again"
@@@ -7758,6 -7851,21 +7851,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7765,11 -7873,9 +7873,9 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "AtenÈie: obiectul â{0}â este deja Èters de pe server. Se omite acest obiect "
- "Èi se reîncearcÄ o reîncÄrcare."
msgid "Preparing objects to upload ..."
msgstr ""
@@@ -7880,9 -7986,6 +7986,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7892,6 -7995,9 +7995,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7908,7 -8014,7 +8014,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8054,7 -8160,7 +8160,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8084,7 -8190,7 +8190,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8439,9 -8545,6 +8545,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8460,6 -8563,9 +8563,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Imagini geoetichetate"
@@@ -8517,6 -8623,12 +8623,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8583,9 -8695,6 +8695,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8766,14 -8875,10 +8875,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8788,7 -8893,7 +8893,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8798,8 -8903,7 +8903,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9019,7 -9123,7 +9123,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9734,21 -9838,21 +9838,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9804,6 -9908,9 +9941,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9857,6 -9964,11 +9997,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10315,6 -10427,12 +10460,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10378,7 -10496,7 +10529,7 @@@ msgstr "OpÅ£iuni hartÄ
msgid "Settings for the map projection and data interpretation."
msgstr "OpÅ£iuni pentru proiecÅ£ia hÄrÅ£ii Åi interpretarea datelor."
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10636,40 -10754,40 +10787,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10722,8 -10840,8 +10873,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10732,20 -10850,25 +10883,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10827,14 -10950,8 +10983,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10908,9 -11025,9 +11058,12 @@@ msgstr "
msgid "New relation"
msgstr ""
+ msgid "Change Tags"
+ msgstr ""
+
+msgid "Change Properties"
+msgstr "Modificare proprietÄÅ£i"
+
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -10987,9 -11104,6 +11140,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr "Eroare la prelucrarea {0}: "
@@@ -11008,6 -11122,14 +11158,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11037,9 -11159,49 +11195,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11070,7 -11232,7 +11268,7 @@@ msgid "Contacting OSM Server...
msgstr "Se contacteazÄ Serverul OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11110,28 -11272,26 +11308,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11226,6 -11386,9 +11422,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11241,12 -11404,20 +11440,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11325,7 -11496,7 +11532,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11424,35 -11595,11 +11631,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11462,8 -11609,8 +11645,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11490,10 -11637,7 +11673,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11577,8 -11721,8 +11757,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11775,7 -11919,7 +11955,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11821,6 -11965,15 +12001,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11851,19 -12004,19 +12040,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11885,11 -12038,23 +12074,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11959,13 -12124,13 +12160,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12108,10 -12273,10 +12309,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12126,22 -12291,21 +12327,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12210,8 -12374,7 +12410,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12226,9 -12389,24 +12425,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12550,12 -12728,11 +12764,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12566,27 -12743,70 +12779,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12600,9 -12820,23 +12856,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12925,6 -13159,11 +13195,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13164,6 -13403,9 +13439,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13213,9 -13455,6 +13491,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13252,6 -13491,11 +13527,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13382,6 -13626,9 +13662,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13472,6 -13719,50 +13755,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13490,10 -13781,10 +13817,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13505,6 -13796,9 +13832,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13532,18 -13826,12 +13862,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13553,9 -13841,6 +13877,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13565,13 -13850,13 +13886,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13619,6 -13904,9 +13940,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13703,6 -13991,9 +14027,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13807,21 -14098,30 +14134,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13837,10 -14137,10 +14173,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13876,7 -14176,7 +14212,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13945,12 -14245,18 +14281,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13966,15 -14272,6 +14308,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13996,6 -14293,15 +14329,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14005,6 -14311,9 +14347,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14014,10 -14323,7 +14359,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14050,9 -14356,6 +14392,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14095,6 -14398,12 +14434,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14110,6 -14419,9 +14455,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14179,19 -14491,13 +14527,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14222,6 -14528,7 +14564,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14231,10 -14538,10 +14574,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14288,12 -14595,6 +14631,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14354,12 -14655,21 +14691,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14399,9 -14709,6 +14745,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14435,6 -14742,21 +14778,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14516,18 -14838,23 +14874,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14603,7 -14930,7 +14966,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14627,10 -14954,13 +14990,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14642,9 -14972,6 +15008,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14666,13 -14993,13 +15029,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14696,6 -15023,9 +15059,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14708,21 -15038,35 +15074,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14819,11 -15163,9 +15220,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14835,11 -15177,9 +15234,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14858,10 -15198,10 +15255,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14891,9 -15231,6 +15288,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14915,10 -15252,29 +15309,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15068,6 -15424,9 +15481,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15089,7 -15448,13 +15505,13 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
- msgid "Tyres"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
+ msgid "Tyres"
msgstr ""
msgid "Edit Tyres"
@@@ -15116,6 -15481,12 +15538,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15140,22 -15511,6 +15568,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15177,9 -15532,6 +15589,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15374,6 -15726,9 +15783,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15404,6 -15759,9 +15816,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15416,9 -15774,6 +15831,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15428,9 -15783,14 +15840,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15443,6 -15803,9 +15860,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15467,14 -15830,6 +15887,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15523,7 -15878,7 +15935,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15577,41 -15932,41 +15989,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15803,9 -16158,6 +16215,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15827,9 -16179,15 +16236,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15842,6 -16200,9 +16257,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15881,6 -16242,9 +16299,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15902,22 -16266,34 +16323,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16047,49 -16423,43 +16480,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16107,6 -16477,12 +16534,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16119,6 -16495,9 +16552,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16137,37 -16516,137 +16573,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16257,6 -16736,12 +16793,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16338,125 -16823,203 +16880,203 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
msgstr ""
msgid "Edit Shelter"
@@@ -16490,16 -17053,22 +17110,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16533,6 -17102,9 +17159,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16570,117 -17142,153 +17199,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16714,33 -17322,43 +17379,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16774,6 -17392,22 +17449,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16874,36 -17508,54 +17565,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16946,19 -17598,15 +17655,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17097,6 -17745,18 +17802,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17109,60 -17769,134 +17826,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17387,41 -18121,67 +18178,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17430,7 -18190,7 +18247,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17442,12 -18202,102 +18259,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17499,88 -18349,191 +18406,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17592,6 -18545,21 +18602,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17607,6 -18575,9 +18632,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17625,11 -18596,9 +18653,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17738,10 -18707,10 +18764,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17753,7 -18722,7 +18779,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17774,6 -18743,9 +18800,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17786,9 -18758,6 +18815,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17858,7 -18827,7 +18884,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17879,13 -18848,13 +18905,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17894,7 -18863,6 +18920,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17922,6 -18890,12 +18947,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17958,10 -18932,31 +18989,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17991,7 -18986,7 +19043,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18003,19 -18998,19 +19055,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18051,7 -19046,7 +19103,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18264,6 -19259,12 +19316,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18303,24 -19304,33 +19361,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18330,15 -19340,6 +19397,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18414,6 -19415,12 +19472,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18468,7 -19475,7 +19532,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18480,6 -19487,9 +19544,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18516,43 -19526,70 +19583,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18591,6 -19628,18 +19685,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18759,21 -19808,50 +19865,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18819,19 -19897,22 +19954,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18855,7 -19936,7 +19993,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18951,18 -20032,27 +20089,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18972,7 -20062,10 +20119,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18981,10 -20074,10 +20131,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19002,6 -20095,9 +20152,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19017,28 -20113,28 +20170,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19059,19 -20155,19 +20212,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19146,10 -20242,13 +20299,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19164,9 -20263,6 +20320,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19194,6 -20290,9 +20347,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19239,10 -20338,40 +20395,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19254,7 -20383,7 +20440,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19272,7 -20401,7 +20458,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19389,19 -20518,130 +20575,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19420,7 -20660,46 +20717,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19432,24 -20711,30 +20768,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19465,7 -20750,7 +20810,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19474,6 -20759,9 +20819,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19620,6 -20908,29 +20968,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19785,6 -21096,9 +21156,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19830,6 -21144,39 +21204,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20016,19 -21363,31 +21423,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20052,13 -21411,7 +21471,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20321,10 -21674,13 +21734,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20528,7 -21884,7 +21944,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20799,15 -22155,6 +22215,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20978,6 -22325,9 +22385,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20996,12 -22346,6 +22406,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21137,6 -22481,9 +22541,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21154,6 -22501,9 +22561,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21380,7 -22730,10 +22790,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21430,7 -22783,7 +22843,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21610,11 -22963,11 +23023,76 @@@ msgid "Logout
msgstr ""
msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
++msgstr ""
++
++msgid "Logout"
++msgstr ""
++
++msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21654,27 -23007,9 +23132,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22752,9 -24087,26 +24212,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23401,9 -24753,6 +24878,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23456,18 -24805,6 +24930,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23814,6 -25151,27 +25276,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23965,6 -25323,9 +25448,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24282,9 -25643,6 +25768,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24500,6 -25858,9 +25983,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24532,15 -25893,31 +26018,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Modificare proprietÄÅ£i"
+
msgid "Country preset:"
msgstr ""
@@@ -24655,9 -26032,6 +26157,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24836,19 -26210,19 +26335,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25064,6 -26438,95 +26563,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25100,6 -26563,9 +26688,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25252,9 -26718,6 +26843,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26240,9 -27703,6 +27828,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26521,9 -27981,6 +28106,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ru.po
index 400b885,7946783..a8d6626
--- a/i18n/po/ru.po
+++ b/i18n/po/ru.po
@@@ -2,17 -2,17 +2,17 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-15 09:27+0000\n"
- "Last-Translator: Nkolay Parukhin <parukhin at gmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-19 17:04+0000\n"
+ "Last-Translator: Aleksey Kabanov <Unknown>\n"
"Language-Team: Koptev Oleg <koptev.oleg at gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-16 04:32+0000\n"
- "X-Generator: Launchpad (build 16723)\n"
+ "X-Launchpad-Export-Date: 2013-12-20 04:34+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ru_RU\n"
msgid "Use Basic Authentication"
@@@ -63,6 -63,9 +63,9 @@@ msgstr "УÑÐ»Ð¾Ð²Ð¸Ñ Ð¸ÑполÑзо
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "ÐеÑеÑ
од по ÑÑÑлке не поддеÑживаеÑÑÑ Ð½Ð° данной плаÑÑоÑме (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ÐШÐÐÐÐ: {0}"
+
msgid "WARNING: {0}"
msgstr "ÐÐ ÐÐУÐÐ ÐÐÐÐÐÐÐ: {0}"
@@@ -72,6 -75,9 +75,9 @@@ msgstr "ÐÐФÐÐ ÐÐЦÐЯ: {0}
msgid "DEBUG: {0}"
msgstr "ÐТÐÐÐÐÐ: {0}"
+ msgid "Cause: "
+ msgstr "ÐÑиÑина: "
+
msgid "Executing platform startup hook"
msgstr "ÐÑполнение ÑÑаÑÑовÑÑ
пÑоÑедÑÑ"
@@@ -177,20 -183,19 +183,19 @@@ msgid "About JOSM...
msgstr "РпÑогÑамме JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐ ÐÐУÐÐ ÐÐÐÐÐÐÐ: неподдеÑживаемÑй ÑоÑÐ¼Ð°Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ URL Ð´Ð»Ñ API. Ðоказ ÑÑÑÐ°Ð½Ð¸Ñ "
- "инÑоÑмаÑии или иÑÑоÑии OSM-обÑекÑов, возможно, ÑабоÑаÑÑ Ð½Ðµ бÑдеÑ. ÐазовÑй "
- "URL Ð´Ð»Ñ API: ''{0}''"
+ "ÐепÑедвиденнÑй ÑоÑÐ¼Ð°Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ URL API. ÐеÑенапÑавление на ÑÑÑаниÑÑ "
+ "инÑоÑмаÑии или иÑÑоÑии Ð´Ð»Ñ Ð¾Ð±ÑекÑа OSM, веÑоÑÑно, завеÑÑиÑÑÑ Ð¾Ñибкой. "
+ "ÐазовÑй URL API: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐ ÐÐУÐÐ ÐÐÐÐÐÐÐ: неожиданнÑй ÑоÑÐ¼Ð°Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ URL Ð´Ð»Ñ API. Ðоказ пеÑÑоналÑной "
- "ÑÑÑаниÑÑ OSM-полÑзоваÑелÑ, возможно, ÑабоÑаÑÑ Ð½Ðµ бÑдеÑ. ÐазовÑй URL Ð´Ð»Ñ API: "
- "''{0}''"
+ "ÐепÑедвиденнÑй ÑоÑÐ¼Ð°Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ URL API. ÐеÑенапÑавление на ÑÑÑаниÑÑ "
+ "полÑзоваÑÐµÐ»Ñ OSM, веÑоÑÑно, завеÑÑиÑÑÑ Ð¾Ñибкой. ÐазовÑй URL API: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -281,9 -286,6 +286,6 @@@ msgstr "ÐнÑÑÑÑменÑ: {0}
msgid "Please select at least four nodes."
msgstr "ÐÑделиÑе не менее ÑеÑÑÑÑÑ
ÑоÑек."
- msgid "Information"
- msgstr "ÐнÑоÑмаÑиÑ"
-
msgid "Align Nodes in Line"
msgstr "ÐÑÑÑÑоиÑÑ ÑоÑки в линиÑ"
@@@ -321,6 -323,9 +323,9 @@@ msgstr "ÑледÑÑÑего
msgid "Nothing selected to zoom to."
msgstr "ÐиÑего не вÑделено Ð´Ð»Ñ Ð¼Ð°ÑÑÑабиÑованиÑ."
+ msgid "Information"
+ msgstr "ÐнÑоÑмаÑиÑ"
+
msgid "Zoom to {0}"
msgstr "ÐаÑÑÑабиÑоваÑÑ Ð´Ð¾ {0}"
@@@ -377,11 -382,10 +382,10 @@@ msgstr "
"некоÑоÑÑÑ
из ниÑ
?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Ðе ÑдаÑÑÑÑ Ð¾Ð±ÑединиÑÑ Ð»Ð¸Ð½Ð¸Ð¸: они не могÑÑ Ð±ÑÑÑ Ð¿ÑедÑÑÐ°Ð²Ð»ÐµÐ½Ñ Ð¾Ð´Ð½Ð¾Ð¹ "
- "поÑледоваÑелÑноÑÑÑÑ ÑоÑек."
+ "Ðевозможно обÑединиÑÑ Ð»Ð¸Ð½Ð¸Ð¸<br>(ÐÑ
нелÑÐ·Ñ ÑоединиÑÑ Ð² один ÑÑд ÑоÑек)"
msgid "Combine {0} ways"
msgstr "ÐбÑединиÑÑ {0} линии"
@@@ -568,6 -572,9 +572,9 @@@ msgstr "ÐÑÑнал
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "ÐоказаÑÑ Ð¸ÑÑоÑÐ¸Ñ Ð»Ð¸Ð½Ð¸Ð¹, ÑоÑек или оÑноÑений OSM."
+ msgid "Show history"
+ msgstr "ÐоказаÑÑ Ð¸ÑÑоÑиÑ"
+
msgid "History (web)"
msgstr "ÐÑÑоÑÐ¸Ñ (на ÑайÑе OSM)"
@@@ -690,11 -697,11 +697,11 @@@ msgid "Joined overlapping areas
msgstr "ÐбÑединиÑÑ Ð½Ð°Ð»Ð¾Ð¶ÐµÐ½Ð½Ñе полигонÑ"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "ÐекоÑоÑÑе из ÑÑиÑ
линий ÑвлÑÑÑÑÑ ÑаÑÑÑÑ Ð¾ÑноÑений, коÑоÑÑе бÑли измененÑ. "
- "ÐожалÑйÑÑа, пÑовеÑÑÑе, не поÑвилиÑÑ Ð»Ð¸ оÑибки."
+ "ÐекоÑоÑÑе из линий ÑвлÑлиÑÑ ÑаÑÑÑÑ Ð¾ÑноÑений, коÑоÑÑе бÑли "
+ "измененÑ.<br>ÐожалÑйÑÑа, пÑовеÑÑÑе, не возникли ли оÑибки."
msgid "Fix tag conflicts"
msgstr "УладиÑÑ ÐºÐ¾Ð½ÑликÑÑ Ñегов"
@@@ -865,11 -872,11 +872,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "ÐбÑединиÑÑ ÑоÑки в Ð¾Ð´Ð½Ñ (более ÑÑаÑÑÑ)"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "ÐожалÑйÑÑа, вÑбеÑиÑе как минимÑм 2 ÑоÑки или ÑоÑкÑ, близко ÑаÑположеннÑÑ Ðº "
- "дÑÑгой."
+ "ÐÑбеÑиÑе по менÑÑей меÑе две ÑоÑки Ð´Ð»Ñ Ð¾Ð±ÑÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ Ð¾Ð´Ð½Ñ ÑоÑкÑ, "
+ "ÑаÑположеннÑÑ ÑÑдом Ñ Ð´ÑÑгой ÑоÑкой."
msgid "Abort Merging"
msgstr "ÐÑеÑваÑÑ Ð¾Ð±Ñединение"
@@@ -1049,6 -1056,8 +1056,8 @@@ msgid "
"Cannot open URL ''{0}''<br>The following download tasks accept the URL "
"patterns shown:<br>{1}"
msgstr ""
+ "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ URL ''{0}''<br>СледÑÑÑие Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð·Ð°Ð³ÑÑзки пÑинимаÑÑ "
+ "показаннÑе ÑÐ°Ð±Ð»Ð¾Ð½Ñ URL:<br>{1}"
msgid ""
"<h3>When one or more ways are selected, the shape is adjusted such, that all "
@@@ -1080,16 -1089,11 +1089,11 @@@ msgid "Orthogonalize / Undo
msgstr "ÐÑÑогонализиÑоваÑÑ/ÐÑмениÑÑ"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "ÐÑÑогонализиÑоваÑÑ ÑоÑÐ¼Ñ / ÐÑмениÑÑ\n"
- "ÐожалÑйÑÑа, вÑделиÑе ÑоÑки, коÑоÑÑе бÑли пеÑедвинÑÑÑ Ð¿ÑедÑдÑÑим дейÑÑвием "
- "ÐÑÑогонализиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÑоÑмÑ!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ÐÑмениÑÑ Ð¾ÑÑогонализиÑование ÑоÑмÑ"
+ "СделаÑÑ ÑÐ³Ð»Ñ Ð¿ÑÑмÑми / ÐÑмениÑÑ<br>ÐÑбеÑиÑе ÑоÑки, пеÑемеÑÑннÑе пÑедÑдÑÑим "
+ "дейÑÑвием «СделаÑÑ ÑÐ³Ð»Ñ Ð¿ÑÑмÑми»!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1110,9 -1114,6 +1114,6 @@@ msgstr "СделаÑÑ ÑÐ³Ð»Ñ Ð¿ÑÑÐ
msgid "Usage"
msgstr "ÐÑполÑзование"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "ÐÑделеннÑе ÑлеменÑÑ Ð½ÐµÐ²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ оÑÑогонализиÑоваÑÑ"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1293,9 -1294,6 +1294,6 @@@ msgstr "ÐагÑÑзиÑÑ ÑеанÑ
msgid "Load a session from file."
msgstr "ÐагÑÑзиÑÑ ÑÐµÐ°Ð½Ñ Ð¸Ð· Ñайла."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Файл ÑеанÑа (*.jos, *.joz)"
-
msgid "Open session"
msgstr "ÐÑкÑÑÑÑ ÑеанÑ"
@@@ -1450,19 -1448,18 +1448,18 @@@ msgstr "
"линии)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>РолÑ, оÑÐ½Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° ÑÑаÑÑии в оÑноÑениÑÑ
, бÑла ÑкопиÑована во вÑе "
- "новÑе линии.<br>РезÑлÑÑÐ°Ñ Ð½ÐµÐ¾Ð±Ñ
одимо пÑовеÑиÑÑ Ð¸ иÑпÑавиÑÑ, еÑли "
- "поÑÑебÑеÑÑÑ.</html>"
+ "УÑаÑÑие в оÑноÑении, оÑнованном на ÑолÑÑ
, ÑкопиÑовано во вÑе новÑе "
+ "линии.<br>ÐÑовеÑÑÑе его и, пÑи необÑ
одимоÑÑи, иÑпÑавÑÑе."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>УÑаÑÑник оÑноÑÐµÐ½Ð¸Ñ Ð±Ñл ÑкопиÑован во вÑе новÑе линии.<br>РезÑлÑÑÐ°Ñ "
- "необÑ
одимо пÑовеÑиÑÑ Ð¸ иÑпÑавиÑÑ, еÑли поÑÑебÑеÑÑÑ.</html>"
+ "УÑаÑÑие в оÑноÑении ÑкопиÑовано во вÑе новÑе линии.<br>ÐÑовеÑÑÑе его и, пÑи "
+ "необÑ
одимоÑÑи, иÑпÑавÑÑе."
msgid "Split way {0} into {1} parts"
msgstr "РазделиÑÑ Ð»Ð¸Ð½Ð¸Ñ {0} на {1} ÑаÑÑи"
@@@ -1564,6 -1561,29 +1561,29 @@@ msgstr "
"поÑколÑÐºÑ Ð²Ñ Ð²Ð¸Ð´Ð¸Ñе не веÑÑ Ð¾Ð±ÑекÑ.<br>ÐÑ Ð´ÐµÐ¹ÑÑвиÑелÑно Ñ
оÑиÑе ÑазÑединиÑÑ "
"иÑ
?"
+ msgid "Disconnect Node from Way"
+ msgstr "ÐÑÑоединиÑÑ ÑоÑÐºÑ Ð¾Ñ Ð»Ð¸Ð½Ð¸Ð¸"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "ÐÑÑоединиÑÑ ÑоÑки Ð¾Ñ Ð»Ð¸Ð½Ð¸Ð¸, к коÑоÑой они пÑинадлежаÑ"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "ÐÑбеÑиÑе Ñ
оÑÑ Ð±Ñ Ð¾Ð´Ð½Ñ ÑоÑÐºÑ Ð´Ð»Ñ Ð¾ÑÑоединениÑ"
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "ÐÑделеннÑÑ ÑоÑÐºÑ Ð½ÐµÐ»ÑÐ·Ñ Ð¾Ñ Ñего-либо оÑÑоединиÑÑ."
+ msgstr[1] "ÐÑделеннÑе ÑоÑки нелÑÐ·Ñ Ð¾Ñ Ñего-либо оÑÑоединиÑÑ."
+ msgstr[2] "ÐÑделеннÑе ÑоÑки нелÑÐ·Ñ Ð¾Ñ Ñего-либо оÑÑоединиÑÑ."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] "ÐаÑÑонÑÑÐ°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð¸ÑÑÐµÐ·Ð½ÐµÑ Ð¿Ð¾Ñле оÑÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð²Ñделенной ÑоÑки."
+ msgstr[1] "ÐаÑÑонÑÑÐ°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð¸ÑÑÐµÐ·Ð½ÐµÑ Ð¿Ð¾Ñле оÑÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð²ÑделеннÑÑ
ÑоÑек."
+ msgstr[2] "ÐаÑÑонÑÑÐ°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð¸ÑÑÐµÐ·Ð½ÐµÑ Ð¿Ð¾Ñле оÑÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð²ÑделеннÑÑ
ÑоÑек."
+
msgid "Undo"
msgstr "ÐÑмена"
@@@ -1806,13 -1826,13 +1826,13 @@@ msgid "Markers from {0}
msgstr "ÐаÑкеÑÑ Ð¸Ð· {0}"
msgid "Download Compressed OSM Change"
- msgstr ""
+ msgstr "СкаÑаÑÑ ÑжаÑÑе OSM изменениÑ"
msgid "Download OSM Change"
- msgstr ""
+ msgstr "СкаÑаÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
OSM"
msgid "Download Compressed OSM"
- msgstr ""
+ msgstr "СкаÑаÑÑ ÑжаÑÑе OSM даннÑе"
msgid "Download OSM"
msgstr "СкаÑаÑÑ OSM"
@@@ -1837,7 -1857,7 +1857,7 @@@ msgid "Request details: {0}
msgstr "ÐаÑамеÑÑÑ Ð·Ð°Ð¿ÑоÑа: {0}"
msgid "Download OSM URL"
- msgstr ""
+ msgstr "СкаÑаÑÑ Ð´Ð°Ð½Ð½Ñе OSM (URL)"
msgid "There was {0} conflict during import."
msgid_plural "There were {0} conflicts during import."
@@@ -1860,6 -1880,9 +1880,9 @@@ msgstr "({0}/{1}) ÐагÑÑзка Ñо
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) ÐагÑÑзка ÑодиÑелей оÑноÑÐµÐ½Ð¸Ñ {2}"
+ msgid "Download session"
+ msgstr "ÐагÑÑзиÑÑ ÑеанÑ"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "СкаÑивание {0} из {1} ({2} оÑÑалоÑÑ)"
@@@ -2111,8 -2134,8 +2134,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Ðе ÑдаеÑÑÑ Ð¿Ð¾Ð¼ÐµÑÑиÑÑ ÑоÑÐºÑ Ð·Ð° пÑеделами миÑа"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÑоÑÐºÑ Ðº линии"
msgstr[1] "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÑоÑÐºÑ Ðº {0} линиÑм"
msgstr[2] "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ ÑоÑÐºÑ Ðº {0} линиÑм"
@@@ -2590,6 -2613,11 +2613,11 @@@ msgstr "еÑÑÑ Ð·Ð½Ð°Ñение ''val
msgid "matches if ''key'' exists"
msgstr "Ñег ''key'' ÑÑÑеÑÑвÑеÑ"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+ "ÑооÑвеÑÑÑвÑеÑ, еÑли ''key'' болÑÑе, Ñем ''value'' (аналогиÑно Ð´Ð»Ñ Ð·Ð½Ð°ÐºÐ° "
+ "\"<\")"
+
msgid "combinators"
msgstr "комбинаÑоÑÑ"
@@@ -2800,11 -2828,9 +2828,9 @@@ msgstr "ÐÑÑÑÑÑÑвÑÑÑ Ð¿Ð°Ñа
msgid "Missing operator for NOT"
msgstr "ÐÑопÑÑен опеÑаÑÐ¾Ñ Ð´Ð»Ñ NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
- "ÐÑедÑпÑеждение: авÑомаÑиÑеÑкое ÑÑеÑение знаÑение Ñега ''{0}'' на ÑдалÑнном "
- "обÑекÑе {1}"
+ "ÐвÑомаÑиÑеÑки оÑбÑаÑÑваÑÑ Ð·Ð½Ð°Ñение Ñега ''{0}'' на ÑдалÑнном обÑекÑе {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2901,6 -2927,9 +2927,9 @@@ msgstr[0] "Ðобавлен {0} обÑÐ
msgstr[1] "Ðобавлено {0} обÑекÑа"
msgstr[2] "Ðобавлено {0} обÑекÑов"
+ msgid "New way {0} has 0 nodes"
+ msgstr "ÐÐ¾Ð²Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ {0} ÑодеÑÐ¶Ð¸Ñ 0 ÑоÑек"
+
msgid "Change node {0}"
msgstr "ÐзмениÑÑ ÑоÑÐºÑ {0}"
@@@ -2937,11 -2966,11 +2966,11 @@@ msgstr "УдалиÑÑ \"{0}\" Ð´Ð»Ñ {
msgid "Set {0}={1} for {2} objects"
msgstr "УÑÑановиÑÑ {0}={1} Ð´Ð»Ñ {2} обÑекÑов"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Удалено {0} ÑвойÑÑв Ð´Ð»Ñ {1} обÑекÑов"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "Удалено {0} Ñегов Ð´Ð»Ñ {1} обÑекÑов"
- msgid "Set {0} properties for {1} objects"
- msgstr "УÑÑановлено {0} ÑвойÑÑв Ð´Ð»Ñ {1} обÑекÑов"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "УÑÑановиÑÑ {0} Ñегов Ð´Ð»Ñ {1} обÑекÑов"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "ÐамениÑÑ \"{0}\" на \"{1}\" длÑ"
@@@ -2966,11 -2995,11 +2995,11 @@@ msgid "Double conflict
msgstr "Ðвойной конÑликÑ"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "ÐÑедÑпÑеждение: Слой ''{0}'' болÑÑе не ÑÑÑеÑÑвÑеÑ. Ðевозможно ÑдалиÑÑ "
- "конÑÐ»Ð¸ÐºÑ Ð´Ð»Ñ Ð¾Ð±ÑекÑа ''{1}''."
+ "Слой ''{0}'' болÑÑе не ÑÑÑеÑÑвÑеÑ. Ðевозможно ÑдалиÑÑ ÐºÐ¾Ð½ÑÐ»Ð¸ÐºÑ Ð´Ð»Ñ Ð¾Ð±ÑекÑа "
+ "''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "ÐобавиÑÑ ÐºÐ¾Ð½ÑÐ»Ð¸ÐºÑ Ð´Ð»Ñ ÑлеменÑа ''{0}''"
@@@ -3097,6 -3126,9 +3126,9 @@@ msgstr[2] "ÐÑиÑено {0} обÑеÐ
msgid "Resolve conflicts in member list of relation {0}"
msgstr "УладиÑÑ ÐºÐ¾Ð½ÑликÑÑ Ð² ÑпиÑке ÑÑаÑÑников оÑноÑÐµÐ½Ð¸Ñ {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Ð£Ð´Ð°Ð»ÐµÐ½Ñ ÑоÑки из {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "ÐовеÑнÑÑÑ {0} ÑоÑкÑ"
@@@ -3170,11 -3202,11 +3202,11 @@@ msgid "Reverse directional way.
msgstr "РазвеÑнÑÑÑ Ð½Ð°Ð¿ÑавленнÑÑ Ð»Ð¸Ð½Ð¸Ñ"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "ÐÑи изменении напÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ Ð»Ð¸Ð½Ð¸Ð¸, пÑедлагаеÑÑÑ Ð¸ÑпÑавиÑÑ ÑледÑÑÑие паÑамеÑÑÑ "
- "Ð´Ð»Ñ Ð¿Ð¾Ð´Ð´ÐµÑÐ¶Ð°Ð½Ð¸Ñ ÑелоÑÑноÑÑи даннÑÑ
"
+ "ÐÑи Ñмене напÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ Ð»Ð¸Ð½Ð¸Ð¸ пÑедлагаÑÑÑÑ ÑледÑÑÑие Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¾Ð±ÐµÑпеÑÐµÐ½Ð¸Ñ "
+ "ÑоглаÑованноÑÑи даннÑÑ
."
msgid "Relation"
msgstr "ÐÑноÑение"
@@@ -3203,11 -3235,11 +3235,11 @@@ msgstr "ÐÑимениÑÑ Ð²ÑбÑан
msgid "Do not apply changes"
msgstr "Ðе пÑименÑÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ"
- msgid "Please select which property changes you want to apply."
- msgstr "ÐожалÑйÑÑа, вÑбеÑиÑе, какие паÑамеÑÑÑ Ð½Ñжно измениÑÑ."
+ msgid "Please select which changes you want to apply."
+ msgstr "ÐÑбеÑиÑе изменениÑ, коÑоÑÑе Ð²Ñ Ñ
оÑиÑе пÑимениÑÑ."
- msgid "Properties of "
- msgstr "ÐаÑамеÑÑÑ "
+ msgid "Tags of "
+ msgstr "Теги "
msgid "Roles in relations referring to"
msgstr "Роли в оÑноÑениÑÑ
, оÑноÑÑÑиÑ
ÑÑ Ðº"
@@@ -3228,6 -3260,9 +3260,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Ðевозможно ÑдалиÑÑ ÑÑаÑÑй бÑкап Ñайл {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "РезÑлÑÑаÑÑ Ð²Ð°Ñей ÑабоÑÑ Ð±Ñли ÑоÑ
ÑÐ°Ð½ÐµÐ½Ñ Ð°Ð²ÑомаÑиÑеÑки."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "ÐÑибка! Ðо вÑÐµÐ¼Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÑезеÑвной копии бÑл ÑдалÑн Ñлой: {0}"
@@@ -3261,21 -3296,21 +3296,21 @@@ msgstr "
"знаÑение по ÑмолÑÐ°Ð½Ð¸Ñ Ð² даннÑй Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑно.<br/> ÐожалÑйÑÑа, "
"акÑивиÑÑйÑе ÑооÑвеÑÑÑвÑÑÑÑÑ ÑÑнкÑÐ¸Ñ Ð²ÑÑÑнÑÑ Ð¸ повÑоÑиÑе импоÑÑ."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог Ð´Ð»Ñ Ð²ÑеменнÑÑ
даннÑÑ
: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ Ð¾ÑÑÑÑÑÑвÑÑÑий каÑалог кÑÑа: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Ðевозможно ÑоздаÑÑ ÐºÐ°Ñалог Ð´Ð»Ñ Ð²ÑеменнÑÑ
даннÑÑ
: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "ÐÑедÑпÑеждение: Ðе ÑдаеÑÑÑ ÑоÑ
ÑаниÑÑ Ð½Ð°ÑÑÑойки в ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ Ð½Ð°ÑÑÑойки в ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "ÐÑедÑпÑеждение: ÐÑибка иниÑиализаÑии наÑÑÑоек. ÐаÑалог наÑÑÑоек ''{0}'' не "
- "ÑвлÑеÑÑÑ ÐºÐ°Ñалогом."
+ "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð½Ð°ÑÑÑойки. ÐаÑалог наÑÑÑоек ''{0}'' не ÑвлÑеÑÑÑ "
+ "каÑалогом."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3285,11 -3320,11 +3320,11 @@@ msgstr "
"каÑалогом.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "ÐÑедÑпÑеждение: ÐÑибка иниÑиализаÑии наÑÑÑоек. Ðе ÑдаеÑÑÑ ÑоздаÑÑ "
- "оÑÑÑÑÑÑвÑÑÑий каÑалог наÑÑÑоек: {0}"
+ "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð½Ð°ÑÑÑойки. Ðе ÑдалоÑÑ ÑоздаÑÑ Ð¾ÑÑÑÑÑÑвÑÑÑий "
+ "каÑалог наÑÑÑоек: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3298,18 -3333,14 +3333,14 @@@ msgstr "
"<html>ÐÑибка иниÑиализаÑии наÑÑÑоек.<br>Ðе ÑдаеÑÑÑ ÑоздаÑÑ Ð¾ÑÑÑÑÑÑвÑÑÑий "
"каÑалог наÑÑÑоек: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "ÐнÑоÑмаÑиÑ: оÑÑÑÑÑÑвÑÐµÑ Ñайл наÑÑÑоек ''{0}''. СоздаÑÑÑÑ Ñайл наÑÑÑоек по "
- "ÑмолÑаниÑ."
+ "ÐÑÑÑÑÑÑвÑÐµÑ Ñайл наÑÑÑоек ''{0}''. Создание Ñайла наÑÑÑоек по ÑмолÑаниÑ."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "ÐÑедÑпÑеждение: СÑÑеÑÑвÑÑÑий Ñайл наÑÑÑоек ''{0}'' бÑÐ´ÐµÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½ на Ñайл "
- "наÑÑÑоек по ÑмолÑаниÑ."
+ "Ðамена ÑÑÑеÑÑвÑÑÑего Ñайла наÑÑÑоек ''{0}'' Ñайлом наÑÑÑоек по ÑмолÑаниÑ."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3326,10 -3357,10 +3357,10 @@@ msgstr "
"ÑезеÑвнÑй<br>{0}<br> а новÑй бÑÐ´ÐµÑ Ñоздан Ñ Ð½Ð°ÑÑÑойками по ÑмолÑаниÑ.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "ÐÑедÑпÑеждение: ÐÑибка иниÑиализаÑии наÑÑÑоек. Ðе ÑдалоÑÑ ÑбÑоÑиÑÑ Ð½Ð° Ñайл "
+ "Ðе ÑдалоÑÑ Ð¸Ð½Ð¸ÑиализиÑоваÑÑ Ð½Ð°ÑÑÑойки. Ðе ÑдалоÑÑ Ð²ÑполниÑÑ ÑбÑÐ¾Ñ Ðº ÑÐ°Ð¹Ð»Ñ "
"наÑÑÑоек по ÑмолÑаниÑ: {0}"
msgid "Paint style {0}: {1}"
@@@ -3359,13 -3390,12 +3390,12 @@@ msgstr "Сбой загÑÑзки ÑеÑ
msgid "UNKNOWN"
msgstr "ÐÐÐÐÐÐСТÐÐ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- "ÐÑедÑпÑеждение: невеÑнÑй Ð½Ð¾Ð¼ÐµÑ Ð²ÐµÑÑии JOSM в Ñайле ÑедакÑии, знаÑение \"{0}\""
+ "ÐепÑедвиденнÑй Ð½Ð¾Ð¼ÐµÑ Ð²ÐµÑÑии JOSM в Ñайле Ñевизий, знаÑение Ñавно ''{0}''"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "ÐÑедÑпÑеждение: Ñайл изменений ''/REVISION'' оÑÑÑÑÑÑвÑеÑ."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Файл Ñевизий ''/REVISION'' оÑÑÑÑÑÑвÑеÑ."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "ÐонÑÐ»Ð¸ÐºÑ Ñже заÑегиÑÑÑиÑован Ð´Ð»Ñ ÑлеменÑа ''{0}''"
@@@ -3533,9 -3563,9 +3563,9 @@@ msgstr "Ðевозможно ÑÑавн
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "паÑамеÑÑ {0} не в инÑеÑвале 0..{1}, ÑекÑÑее знаÑение {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
- msgstr "ÐÑибка: Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑÐµÐ½Ð´ÐµÑ ''{0}''. ÐлаÑÑ Ð½Ðµ найден."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgstr ""
+ "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÐºÐ»Ð°ÑÑ Ð¾ÑÑиÑовÑика каÑÑÑ ''{0}''. ÐлаÑÑ Ð½Ðµ найден."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3645,8 -3675,8 +3675,8 @@@ msgstr "Файл Ñдвига ÑеÑкÐ
msgid "Unkown datum identifier: ''{0}''"
msgstr "ÐеизвеÑÑнÑй иденÑиÑикаÑÐ¾Ñ Ð´Ð°ÑÑма: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "ТÑебÑеÑÑÑ Ð´Ð°ÑÑм (+datum=*, +towgs84=* или +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "ТÑебÑеÑÑÑ Ð´Ð°ÑÑм (+datum=*, +towgs84=* or +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3686,9 -3716,6 +3716,6 @@@ msgstr "ÐолÑзоваÑелÑÑкаÑ
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "ÐÑибка: невозможно оÑкÑÑÑÑ Ð²Ñ
одÑÑий поÑок Ð´Ð»Ñ ÑеÑÑÑÑа ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3729,6 -3756,9 +3756,9 @@@ msgstr "дÑÑгое пÑи пÑовеÑ
msgid "Running test {0}"
msgstr "ÐапÑÑк ÑеÑÑа {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "ТеÑÑ ''{0}'' завеÑÑен за {1}"
+
msgid "Addresses"
msgstr "ÐдÑеÑа"
@@@ -3753,6 -3783,15 +3783,15 @@@ msgstr "ÐеÑколÑко назван
msgid "House number too far from street"
msgstr "ÐÐ¾Ð¼ÐµÑ Ð´Ð¾Ð¼Ð° ÑлиÑком далеко Ð¾Ñ ÑлиÑÑ"
+ msgid "Barriers and entrances"
+ msgstr "ÐÑегÑÐ°Ð´Ñ Ð¸ пÑоÑ
одÑ"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "ÐÑовеÑка оÑибок в пÑегÑадаÑ
и пÑоÑ
одаÑ
."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "ÐÐ»Ñ Ð¿ÑегÑÐ°Ð´Ñ Ð½Ðµ Ñказан пÑоÑ
од"
+
msgid "Building inside building"
msgstr "Ðдание внÑÑÑи дÑÑгого зданиÑ"
@@@ -3815,6 -3854,9 +3854,9 @@@ msgstr " или
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} ÑÑÑаÑел, иÑполÑзÑйÑе вмеÑÑо него {1}"
+ msgid "{0} is unnecessary"
+ msgstr "{0} не ÑÑебÑеÑÑÑ"
+
msgid "Duplicated nodes"
msgstr "ÐÑблиÑованнÑе ÑоÑки"
@@@ -3901,6 -3943,15 +3943,15 @@@ msgstr "СеманÑиÑеÑÐºÐ°Ñ Ð¿Ñ
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "ÐекоÑÑекÑное кÑÑговое движение (доÑога: {0} вмеÑÑо {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "ÐÑÑÑÑÑÑвÑÐµÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ пеÑеÑ
одном пеÑеÑ
оде"
+
+ msgid "Unknown country code: {0}"
+ msgstr "ÐеизвеÑÑнÑй код ÑÑÑанÑ: {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "ÐеизвеÑÑнÑй конÑекÑÑ source:maxspeed: {0}"
+
msgid "Multipolygon"
msgstr "ÐÑлÑÑиполигон"
@@@ -3975,6 -4026,12 +4026,12 @@@ msgid "This test finds nodes that have
msgstr ""
"ÐÑÐ¾Ñ ÑеÑÑ Ð¸ÑÐµÑ ÑоÑки Ñ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ñми названиÑми (возможно, ÑÑо дÑбликаÑÑ)."
+ msgid "Opening hours syntax"
+ msgstr "СинÑакÑÐ¸Ñ ÑаÑов ÑабоÑÑ"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "ÐÑÐ¾Ñ ÑеÑÑ Ð¿ÑовеÑÑÐµÑ Ð¿ÑавилÑноÑÑÑ ÑинÑакÑиÑа ÑаÑов ÑабоÑÑ."
+
msgid "Overlapping Areas"
msgstr "ÐеÑекÑÑваÑÑиеÑÑ Ð¿Ð¾Ð»Ð¸Ð³Ð¾Ð½Ñ"
@@@ -4033,15 -4090,15 +4090,15 @@@ msgstr "ÐеизвеÑÑнÑй Ñип Ð
msgid "Relation is empty"
msgstr "ÐÑÑÑое оÑноÑение"
+ msgid "Role verification problem"
+ msgstr "ÐÑоблема пÑовеÑки Ñоли"
+
msgid "<empty>"
msgstr "<пÑÑÑо>"
msgid "Role {0} missing"
msgstr "ÐÑÑÑÑÑÑвÑÐµÑ ÑÐ¾Ð»Ñ {0}"
- msgid "Role verification problem"
- msgstr "ÐÑоблема пÑовеÑки Ñоли"
-
msgid "Number of {0} roles too low ({1})"
msgstr "ÐолиÑеÑÑво Ñолей {0} ÑлиÑком маленÑкое ({1})"
@@@ -4073,11 -4130,11 +4130,11 @@@ msgid "
msgstr ""
"ÐÑÐ¾Ñ ÑеÑÑ Ð¸ÑÐµÑ Ð»Ð¸Ð½Ð¸Ð¸ Ñ Ð¿Ð¾Ñ
ожими названиÑми. Ðозможно, ÑÑо вÑзвано опеÑаÑками."
- msgid "Properties checker :"
- msgstr "ÐÑовеÑка паÑамеÑÑов:"
+ msgid "Tag checker"
+ msgstr "ÐÑовеÑка Ñегов"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "ÐÑÐ¾Ñ Ð¼Ð¾Ð´ÑÐ»Ñ Ð¸ÑÐµÑ Ð¾Ñибки в названиÑÑ
клÑÑей и в иÑ
знаÑениÑÑ
."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "ÐаннÑй ÑеÑÑ Ð¿ÑовеÑÑÐµÑ Ð¾Ñибки в клÑÑаÑ
Ñегов и иÑ
знаÑениÑÑ
."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "ÐепÑавилÑÐ½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð°Ð½Ð°Ð»Ð¸Ð·Ð°ÑоÑа Ñегов - {0}: {1}"
@@@ -4219,8 -4276,8 +4276,8 @@@ msgstr "
"ÐÑполÑзоваÑÑ ÑÑÑановленнÑй по ÑмолÑÐ°Ð½Ð¸Ñ Ñайл пÑовеÑки пÑавопиÑÐ°Ð½Ð¸Ñ "
"(ÑекомендÑеÑÑÑ)"
- msgid "Fix properties"
- msgstr "ÐÑпÑавиÑÑ Ð¿Ð°ÑамеÑÑÑ"
+ msgid "Fix tags"
+ msgstr "ÐÑпÑавиÑÑ Ñеги"
msgid "Could not find element type"
msgstr "Ðе ÑдалоÑÑ Ð½Ð°Ð¹Ñи Ñип ÑлеменÑа"
@@@ -4296,6 -4353,9 +4353,9 @@@ msgstr "ÐезамкнÑÑÑе лини
msgid "This tests if ways which should be circular are closed."
msgstr "ÐÑÐ¾Ñ ÑеÑÑ Ð¸ÑÐµÑ ÑазомкнÑÑÑе линии, коÑоÑÑе Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ Ð·Ð°Ð¼ÐºÐ½ÑÑÑми."
+ msgid "Unclosed way"
+ msgstr "ÐезамкнÑÑÐ°Ñ Ð»Ð¸Ð½Ð¸Ñ"
+
msgid "natural type {0}"
msgstr "еÑÑеÑÑвенного Ñипа {0}"
@@@ -4326,9 -4386,6 +4386,6 @@@ msgstr "здание
msgid "area"
msgstr "полигон"
- msgid "Unclosed way"
- msgstr "ÐезамкнÑÑÐ°Ñ Ð»Ð¸Ð½Ð¸Ñ"
-
msgid "Unconnected ways"
msgstr "ÐеÑоединÑннÑе линии"
@@@ -4355,12 -4412,12 +4412,12 @@@ msgid "This test checks for untagged no
msgstr ""
"ÐÑÐ¾Ñ ÑеÑÑ Ð¸ÑÐµÑ ÑоÑки, не имеÑÑие Ñегов, и не ÑвлÑÑÑиеÑÑ ÑаÑÑÑÑ Ð»Ð¸Ð½Ð¸Ð¹."
- msgid "No tags"
- msgstr "Ðез Ñегов"
-
msgid "Unconnected nodes without physical tags"
msgstr "ÐеÑоединÑннÑе ÑоÑки без Ñегов"
+ msgid "No tags"
+ msgstr "Ðез Ñегов"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "ÐмеÑÑÑÑ Ñег, ÑодеÑжаÑий ''fixme'' или ''FIXME''"
@@@ -4423,26 -4480,6 +4480,6 @@@ msgstr "ÐевеÑное напÑавл
msgid "Reversed land: land not on left side"
msgstr "ÐевеÑное напÑавление линии ÑÑÑи: Ð·ÐµÐ¼Ð»Ñ Ð½Ðµ Ñлева"
- msgid "Wrong number of arguments for bookmark"
- msgstr "ÐевеÑное колиÑеÑÑво аÑгÑменÑов Ð´Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñи в закладке: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "ÐÑибка: ÐÐµÐ¾Ð¶Ð¸Ð´Ð°Ð½Ð½Ð°Ñ ÑÑÑока ''{0}'' в Ñайле закладок ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "ÐÑибка: ÐевеÑное двойное знаÑение ''{0}'' в ÑÑÑоке ''{1}'' в Ñайле закладок "
- "''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Ðевозможно пÑоÑеÑÑÑ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸ Ñ <br>''{0}''<br>ТекÑÑ Ð¾Ñибки: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ðе показÑваÑÑ Ñнова (запомниÑÑ Ð²ÑбоÑ)"
@@@ -4548,8 -4585,8 +4585,8 @@@ msgstr "ÐоказаÑÑ ÑпÑавоÑ
msgid "Downloading \"Message of the day\""
msgstr "СкаÑиваеÑÑÑ \"СообÑение днÑ\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¿ÑоÑеÑÑÑ Ð¡Ð¾Ð¾Ð±Ñение днÑ. ÐÑибка: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Ðе ÑдалоÑÑ Ð¿ÑоÑиÑаÑÑ ÑообÑение Ð´Ð½Ñ (MOTD). ÐÑибка: {0}"
msgid "Message of the day not available"
msgstr "СообÑение Ð´Ð½Ñ Ð½ÐµÐ´Ð¾ÑÑÑпно"
@@@ -4798,6 -4835,18 +4835,18 @@@ msgstr "
"ÐеÑеклÑÑÐ°ÐµÑ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ð¸ инÑÑÑÑменÑов ÑедакÑиÑÐ¾Ð²Ð°Ð½Ð¸Ñ (Ñ.е. веÑÑикалÑной "
"панели)"
+ msgid "Preset preferences"
+ msgstr "ÐаÑÑÑойки загоÑовок"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "ЩÑлкниÑе, ÑÑÐ¾Ð±Ñ Ð¾ÑкÑÑÑÑ Ð²ÐºÐ»Ð°Ð´ÐºÑ Ð·Ð°Ð³Ð¾Ñовок Ñегов в наÑÑÑойкаÑ
"
+
+ msgid "Imagery preferences"
+ msgstr "ÐаÑÑÑойки Ñнимков"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "ЩÑлкниÑе, ÑÑÐ¾Ð±Ñ Ð¾ÑкÑÑÑÑ Ð²ÐºÐ»Ð°Ð´ÐºÑ Ñнимков в наÑÑÑойкаÑ
"
+
msgid "Audio"
msgstr "ÐÑдио"
@@@ -4904,19 -4953,6 +4953,6 @@@ msgstr "Ð Ñоне
msgid "Click to run job in background"
msgstr "ÐажмиÑе, Ð´Ð»Ñ Ð·Ð°Ð¿ÑÑка задаÑи в Ñоновом Ñежиме"
- msgid "false: the property is explicitly switched off"
- msgstr "false: паÑамеÑÑ Ñвно вÑклÑÑен"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: паÑамеÑÑ Ñвно вклÑÑÑн"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "ÑаÑÑиÑно: вÑделеннÑе обÑекÑÑ Ð¸Ð¼ÐµÑÑ ÑазлиÑнÑе знаÑениÑ, не изменÑйÑе"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "unset: не ÑÑÑанавливаÑÑ ÑÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ Ñ Ð²ÑделеннÑÑ
обÑекÑов"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} мÑ)"
@@@ -5230,6 -5266,9 +5266,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"СкопиÑоваÑÑ Ð²ÑделеннÑе ÑлеменÑÑ Ð² ÐºÐ¾Ð½ÐµÑ ÑпиÑка обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "> before"
+ msgstr "> пеÑед"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5237,6 -5276,9 +5276,9 @@@ msgstr "
"СкопиÑоваÑÑ Ð²ÑделеннÑе ÑлеменÑÑ Ð¿ÐµÑед пеÑвÑм вÑделеннÑм ÑлеменÑом в ÑпиÑке "
"обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "> after"
+ msgstr "> поÑле"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5244,16 -5286,25 +5286,25 @@@ msgstr "
"СкопиÑоваÑÑ Ð¼Ð¾Ð¸ вÑделеннÑе ÑлеменÑÑ Ð¿Ð¾Ñле пеÑвого вÑделенного ÑлеменÑа в "
"ÑпиÑке обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "< top"
+ msgstr "< ввеÑÑ
"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"СкопиÑоваÑÑ Ð¸Ñ
вÑделеннÑе ÑлеменÑÑ Ð² наÑало ÑпиÑка обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "< bottom"
+ msgstr "< вниз"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"СкопиÑоваÑÑ Ð¸Ñ
вÑделеннÑе ÑлеменÑÑ Ð² ÐºÐ¾Ð½ÐµÑ ÑпиÑка обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "< before"
+ msgstr "< пеÑед"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5261,6 -5312,9 +5312,9 @@@ msgstr "
"СкопиÑоваÑÑ Ð¸Ñ
вÑделеннÑе ÑлеменÑÑ Ð¿ÐµÑед пеÑвÑм вÑделеннÑм ÑлеменÑом в "
"ÑпиÑке обÑединÑннÑÑ
ÑлеменÑов"
+ msgid "< after"
+ msgstr "< поÑле"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5277,8 -5331,8 +5331,8 @@@ msgstr "СкопиÑоваÑÑ Ð²Ñе Ñ
msgid "Up"
msgstr "ÐвеÑÑ
"
- msgid "Move up the selected elements by one position."
- msgstr "ÐоднÑÑÑ Ð²ÑделеннÑе ÑлеменÑÑ Ð½Ð° Ð¾Ð´Ð½Ñ Ð¿Ð¾Ð·Ð¸ÑиÑ"
+ msgid "Move up the selected entries by one position."
+ msgstr "ÐеÑемеÑÑиÑÑ Ð²ÑделеннÑе запиÑи ввеÑÑ
на Ð¾Ð´Ð½Ñ Ð¿Ð¾Ð·Ð¸ÑиÑ."
msgid "Down"
msgstr "Ðниз"
@@@ -5336,16 -5390,6 +5390,6 @@@ msgstr[0] "ÐÑ
веÑÑÐ¸Ñ ({0} заÐ
msgstr[1] "ÐÑ
веÑÑÐ¸Ñ ({0} запиÑей)"
msgstr[2] "ÐÑ
веÑÑÐ¸Ñ ({0} запиÑей)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "РегÑлиÑÑемÑй {0} еÑÑ Ð½Ðµ заÑегиÑÑÑиÑован. Ðевозможно ÑÑÑановиÑÑ ÑÑаÑÑие в "
- "ÑинÑ
ÑонизиÑованнÑÑ
ÑегÑлиÑовкаÑ
."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "РегÑлиÑÑемÑй {0} еÑÑ Ð½Ðµ заÑегиÑÑÑиÑован."
-
msgid "Node"
msgstr "ТоÑка"
@@@ -5624,7 -5668,7 +5668,7 @@@ msgctxt "tag
msgid "Key:"
msgstr "ÐлÑÑ:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
"<html>ÐведиÑе клÑÑ Ñега, напÑимеÑ: <strong><tt>fixme</tt></strong></html>"
@@@ -5632,7 -5676,7 +5676,7 @@@ msgid "Value:
msgstr "ÐнаÑение:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
"<html>ÐведиÑе знаÑение Ñега, напÑимеÑ: <strong><tt>check "
"members</tt></strong></html>"
@@@ -6216,6 -6260,9 +6260,9 @@@ msgstr "ÐоказаÑÑ/ÑкÑÑÑÑ
msgid "Information about layer"
msgstr "ÐнÑоÑмаÑÐ¸Ñ Ð¾ Ñлое"
+ msgid "Map paint preferences"
+ msgstr "ÐаÑÑÑойки оÑÑиÑовки каÑÑÑ"
+
msgid "Map Paint Styles"
msgstr "СÑили оÑÑиÑовки каÑÑÑ"
@@@ -6300,6 -6347,38 +6347,38 @@@ msgstr "СÑÐ¸Ð»Ñ Ð°ÐºÑивен ÑеÐ
msgid "No"
msgstr "ÐеÑ"
+ msgid "Object type:"
+ msgstr "Тип обÑекÑа:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "ÑмеÑаннÑй"
+
+ msgid "Choose the OSM object type"
+ msgstr "ÐÑбеÑиÑе Ñип обÑекÑа OSM"
+
+ msgid "Object ID:"
+ msgstr "ID обÑекÑа:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ÐведиÑе ID обÑекÑа, коÑоÑÑй должен бÑÑÑ ÑкаÑан Ñ ÑеÑвеÑа"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ÐденÑиÑикаÑоÑÑ Ð¾Ð±ÑекÑов могÑÑ Ð±ÑÑÑ ÑÐ°Ð·Ð´ÐµÐ»ÐµÐ½Ñ Ð·Ð°Ð¿ÑÑÑми или пÑобелами.<br/> "
+ "ÐÑимеÑÑ: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ð ÑмеÑанном "
+ "Ñежиме ÑказÑвайÑе обÑекÑÑ Ñак: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Указан невеÑнÑй ÑпиÑок ID\n"
+ "ÐÑодолжиÑÑ Ð½ÐµÐ²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾."
+
msgid "Relations"
msgstr "ÐÑноÑениÑ"
@@@ -6393,10 -6472,9 +6472,9 @@@ msgstr "ÐÑделиÑÑ Ð¾Ð±ÑекÑÑ
msgid "Launches a browser with information about the user"
msgstr "ÐÑкÑÑÑÑ Ð² бÑаÑзеÑе инÑоÑмаÑÐ¸Ñ Ð¾ полÑзоваÑеле"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Ðнимание: оÑкÑÑваÑÑÑÑ ÑÑÑаниÑÑ Ð¸Ð½ÑоÑмаÑии о пеÑвÑÑ
{0} из {1} вÑделеннÑÑ
"
+ "ÐапÑÑк бÑаÑзеÑов Ñ Ð¸Ð½ÑоÑмаÑией ÑолÑко Ð´Ð»Ñ Ð¿ÐµÑвÑÑ
{0} из {1} вÑбÑаннÑÑ
"
"полÑзоваÑелей"
msgid ""
@@@ -6572,9 -6650,6 +6650,6 @@@ msgstr "ÐбновиÑÑ ÑодеÑжи
msgid "Update the changeset content from the OSM server"
msgstr "ÐбновиÑÑ ÑодеÑжимое пакеÑа пÑавок Ñ ÑеÑвеÑа OSM"
- msgid "Show history"
- msgstr "ÐоказаÑÑ Ð¸ÑÑоÑиÑ"
-
msgid "Download and show the history of the selected objects"
msgstr "ÐагÑÑзиÑÑ Ð¸ показаÑÑ Ð¸ÑÑоÑÐ¸Ñ Ð²ÑбÑаннÑÑ
обÑекÑов"
@@@ -6907,11 -6982,11 +6982,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>СкаÑаÑÑ Ñ ÑеÑвеÑа пакеÑÑ Ð¿Ñавок в ÑекÑÑий вид каÑÑÑ</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "ÐÑедÑпÑеждение: неожиданное знаÑение Ð´Ð»Ñ Ð½Ð°ÑÑÑойки ''{0}'', полÑÑено "
- "''{1}''. СбÑÐ¾Ñ Ðº запÑоÑÑ Ð¿Ð¾ ÑмолÑаниÑ."
+ "ÐепÑедвиденное знаÑение наÑÑÑойки ''{0}'', Ñавное ''{1}''. ÐозвÑÐ°Ñ Ðº запÑоÑÑ "
+ "по ÑмолÑаниÑ."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6980,35 -7055,47 +7055,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "ÐепÑавилÑнÑй URL запÑоÑа пакеÑа пÑавок"
- msgid "Select objects for which to change properties."
- msgstr "ÐÑбеÑиÑе обÑекÑÑ, Ð´Ð»Ñ ÐºÐ¾ÑоÑÑÑ
нÑжно измениÑÑ ÑвойÑÑва."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "СвойÑÑва/ÐÑноÑениÑ"
+ msgid "Discardable key: foreground"
+ msgstr "УдалÑемÑй клÑÑ: foreground"
- msgid "Properties for selected objects."
- msgstr "СвойÑÑва вÑделеннÑÑ
обÑекÑов."
+ msgid "Discardable key: background"
+ msgstr "УдалÑемÑй клÑÑ: background"
msgid "<different>"
msgstr "<ÑазлиÑнÑе>"
+ msgid "Select objects for which to change tags."
+ msgstr "ÐÑбеÑиÑе обÑекÑÑ Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ñегов."
+
+ msgid "Tags/Memberships"
+ msgstr "Теги/УÑаÑÑие"
+
+ msgid "Tags for selected objects."
+ msgstr "Теги Ð´Ð»Ñ Ð²ÑделеннÑÑ
обÑекÑов."
+
msgid "Member Of"
msgstr "УÑаÑÑник"
msgid "Position"
msgstr "РаÑположение"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "СвойÑÑв: {0} / ÐÑноÑений: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "Теги: {0} / УÑаÑÑие: {1}"
- msgid "Properties / Memberships"
- msgstr "СвойÑÑва/ÐÑноÑениÑ"
+ msgid "Tags / Memberships"
+ msgstr "Теги / УÑаÑÑие"
msgid "Delete the selected key in all objects"
msgstr "УдалиÑÑ Ð²ÑделеннÑй клÑÑ Ð¸Ð· вÑеÑ
обÑекÑов"
- msgid "Delete Properties"
- msgstr "УдалиÑÑ Ð¿Ð°ÑамеÑÑÑ"
+ msgid "Delete Tags"
+ msgstr "УдалиÑÑ Ñеги"
msgid "Change relation"
msgstr "ÐзмениÑÑ Ð¾ÑноÑение"
@@@ -7022,14 -7109,14 +7109,14 @@@ msgstr "ÐÑ Ð´ÐµÐ¹ÑÑвиÑелÑнÐ
msgid "Add a new key/value pair to all objects"
msgstr "ÐобавиÑÑ Ð½Ð¾Ð²ÑÑ Ð¿Ð°ÑÑ ÐºÐ»ÑÑ/знаÑение Ð´Ð»Ñ Ð²ÑеÑ
обÑекÑов"
- msgid "Add Property"
- msgstr "ÐобавиÑÑ ÑвойÑÑво"
+ msgid "Add Tag"
+ msgstr "ÐобавиÑÑ Ñег"
msgid "Edit the value of the selected key for all objects"
msgstr "ÐзмениÑÑ Ð·Ð½Ð°Ñение вÑбÑанного клÑÑа Ð´Ð»Ñ Ð²ÑеÑ
обÑекÑов"
- msgid "Edit Properties"
- msgstr "РедакÑиÑоваÑÑ ÑвойÑÑва"
+ msgid "Edit Tags"
+ msgstr "РедакÑиÑоваÑÑ Ñеги"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "ÐÑкÑÑÑÑ Ð¾Ð¿Ð¸Ñание Ñега в OSM wiki (F1)"
@@@ -7196,9 -7283,9 +7283,9 @@@ msgstr "ÐÑноÑение Ñдален
msgid "Downloading relation {0}"
msgstr "СкаÑивание оÑноÑÐµÐ½Ð¸Ñ {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
- "Ðнимание: ÐÑибка пÑоигноÑиÑована, поÑколÑÐºÑ Ð·Ð°Ð´Ð°Ñа бÑла оÑменена. ÐÑибка: {0}"
+ "ÐÑклÑÑение игноÑиÑÑеÑÑÑ, Ñак как задаÑа бÑла оÑменена. ÐÑклÑÑение: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7556,6 -7643,27 +7643,27 @@@ msgid "way is not connected to previou
msgstr ""
"Ð»Ð¸Ð½Ð¸Ñ Ð½Ðµ Ñоединена ни Ñ Ð¿ÑедÑдÑÑим, ни Ñо ÑледÑÑÑим ÑÑаÑÑником оÑноÑениÑ"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "ÐевеÑное колиÑеÑÑво аÑгÑменÑов Ð´Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñи в закладке: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "ÐепÑÐµÐ´Ð²Ð¸Ð´ÐµÐ½Ð½Ð°Ñ ÑÑÑока ''{0}'' в Ñайле закладок ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "ÐедопÑÑÑимое двойное знаÑение ''{0}'' в ÑÑÑоке ''{1}'' Ñайла закладок ''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Ðевозможно пÑоÑеÑÑÑ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸ Ñ <br>''{0}''<br>ТекÑÑ Ð¾Ñибки: {1}</html>"
+
msgid "Bookmarks"
msgstr "Ðакладки"
@@@ -7708,21 -7816,8 +7816,8 @@@ msgstr "СкаÑаÑÑ ÑÑÑлаÑÑи
msgid "Download object"
msgstr "СкаÑаÑÑ Ð¾Ð±ÑекÑ"
- msgid "Object type:"
- msgstr "Тип обÑекÑа:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "ÑмеÑаннÑй"
-
- msgid "Choose the OSM object type"
- msgstr "ÐÑбеÑиÑе Ñип обÑекÑа OSM"
-
- msgid "Object ID:"
- msgstr "ID обÑекÑа:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ÐведиÑе ID обÑекÑа, коÑоÑÑй должен бÑÑÑ ÑкаÑан Ñ ÑеÑвеÑа"
+ msgid "Start downloading"
+ msgstr "ÐаÑаÑÑ ÑкаÑивание"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7734,28 -7829,9 +7829,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "ÐÑмеÑÑÑе, еÑли Ð´Ð¾Ð»Ð¶Ð½Ñ Ð±ÑÑÑ ÑкаÑÐ°Ð½Ñ Ð¸ ÑÑаÑÑники оÑноÑениÑ"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ÐденÑиÑикаÑоÑÑ Ð¾Ð±ÑекÑов могÑÑ Ð±ÑÑÑ ÑÐ°Ð·Ð´ÐµÐ»ÐµÐ½Ñ Ð·Ð°Ð¿ÑÑÑми или пÑобелами.<br/> "
- "ÐÑимеÑÑ: <b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ð ÑмеÑанном "
- "Ñежиме ÑказÑвайÑе обÑекÑÑ Ñак: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "СкаÑаÑÑ ÑÑÑлаÑÑиеÑÑ Ð¾Ð±ÑекÑÑ (ÑодиÑелÑÑкие оÑноÑÐµÐ½Ð¸Ñ Ð¸ линии)"
- msgid "Start downloading"
- msgstr "ÐаÑаÑÑ ÑкаÑивание"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "ÐепÑавилÑнÑй ÑпиÑок иденÑиÑикаÑоÑов.\n"
- "Ðевозможно ÑкаÑаÑÑ Ð¾Ð±ÑекÑ."
-
msgid "Class Type"
msgstr "Тип клаÑÑа"
@@@ -7869,9 -7945,8 +7945,8 @@@ msgstr "ÐеÑейÑи на ÑледÑÑ
msgid "Go to the JOSM help home page"
msgstr "ÐеÑейÑи на наÑалÑнÑÑ ÑÑÑаниÑÑ ÑпÑавки JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr ""
- "ÐÑедÑпÑеждение: плоÑ
ое ÑаÑположение в докÑменÑе HTML. ТекÑÑ Ð¾Ñибки: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "ÐевеÑное ÑаÑположение в HTML докÑменÑе. ÐÑибка: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ ÑпÑавоÑнÑÑ ÑÑÑаниÑÑ. СÑÑлка пÑÑÑа."
@@@ -7978,6 -8053,9 +8053,9 @@@ msgid "
msgstr ""
"<html>ÐеÑÑÐ¸Ñ <strong>{0}</strong> Создано на <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "ÐомменÑаÑий к пакеÑÑ Ð¿Ñавок"
+
msgid "Changeset info"
msgstr "ÐнÑоÑмаÑÐ¸Ñ Ð¾ пакеÑе пÑавок"
@@@ -8089,10 -8167,8 +8167,8 @@@ msgstr "
msgid "Object still in use"
msgstr "ÐбÑÐµÐºÑ ÐµÑе иÑполÑзÑеÑÑÑ"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "ÐÑедÑпÑеждение: оÑибка в заголовке \"{0}\" не ÑооÑвеÑÑÑвÑÐµÑ Ð¾Ð¶Ð¸Ð´Ð°ÐµÐ¼Ð¾Ð¼Ñ "
- "обÑазÑÑ"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "Ðаголовок оÑибки \"{0}\" не ÑооÑвеÑÑÑвÑÐµÑ Ð¾Ð¶Ð¸Ð´Ð°Ð²ÑемÑÑÑ ÑаблонÑ"
msgid "Upload"
msgstr "ÐеÑедаÑÑ Ð½Ð° ÑеÑвеÑ"
@@@ -8114,6 -8190,12 +8190,12 @@@ msgstr "ÐÑокомменÑиÑÑйÑÐ
msgid "Enter an upload comment"
msgstr "ÐведиÑе комменÑаÑий Ð´Ð»Ñ Ð¿ÐµÑедаÑи на ÑеÑвеÑ"
+ msgid "Specify the data source for the changes:"
+ msgstr "УкажиÑе иÑÑоÑник даннÑÑ
Ð´Ð»Ñ Ð¿Ñавок:"
+
+ msgid "Enter a source"
+ msgstr "ÐведиÑе иÑÑоÑник"
+
msgid "Changeset id:"
msgstr "ID пакеÑа пÑавок:"
@@@ -8185,11 -8267,10 +8267,10 @@@ msgid "Closing changeset {0}
msgstr "ÐакÑÑÑие пакеÑа пÑавок {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑдеÑжаÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³ ÑÑÑÑнÑÑ
даннÑÑ
вÑегда повеÑÑ
"
- "окон. ÐбнаÑÑжена оÑибка безопаÑноÑÑи."
+ "Ðе ÑдаÑÑÑÑ ÑазмеÑÑиÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³ ÑÑÑÑнÑÑ
даннÑÑ
вÑегда повеÑÑ
дÑÑгиÑ
окон. "
+ "ÐÑибка безопаÑноÑÑи."
msgid "Enter credentials for OSM API"
msgstr "ÐведиÑе ÑÑÑÑнÑе даннÑе Ð´Ð»Ñ OSM API"
@@@ -8274,11 -8355,11 +8355,11 @@@ msgid "Unpacking {0} into {1}
msgstr "РаÑпаковка {0} в {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "ÐÑедÑпÑеждение: Ðевозможно ÑкаÑаÑÑ Ñайл «{0}». СÑÑлка Ð´Ð»Ñ ÐµÐ³Ð¾ ÑкаÑÐ¸Ð²Ð°Ð½Ð¸Ñ "
- "«{1}» не ÑвлÑеÑÑÑ Ð´Ð¾Ð¿ÑÑÑимÑм URL. СкаÑивание пÑопÑÑено."
+ "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ñайл ''{0}''. СÑÑлка ''{1}'' не ÑвлÑеÑÑÑ Ð´ÐµÐ¹ÑÑвÑÑÑим "
+ "URL. ÐÑопÑÑк загÑÑзки."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8294,11 -8375,9 +8375,9 @@@ msgid "Missing user identity
msgstr "ÐÑÑÑÑÑÑвие подлинноÑÑи полÑзоваÑелÑ"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ полÑзоваÑеле Ð´Ð»Ñ ÑекÑÑего "
- "полÑзоваÑÐµÐ»Ñ JOSM. ТекÑÑ Ð¾Ñибки: {0}"
+ "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ ÑекÑÑем полÑзоваÑеле JOSM. ÐÑибка: {0}"
msgid "Download objects"
msgstr "ÐагÑÑзиÑÑ Ð¾Ð±ÑекÑÑ"
@@@ -8564,12 -8643,6 +8643,6 @@@ msgstr "ÐеÑедаÑÑ Ð½Ð° ÑеÑвÐ
msgid "Please revise upload comment"
msgstr "ÐÑовеÑÑÑе комменÑаÑий к пеÑедаÑе"
- msgid "Revise"
- msgstr "ÐÑовеÑиÑÑ"
-
- msgid "Continue as is"
- msgstr "ÐÑодолжиÑÑ ÐºÐ°Ðº еÑÑÑ"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8584,6 -8657,26 +8657,26 @@@ msgstr "
"обÑÑÑнение ÑделаннÑÑ
вами изменений â<br />ÐÑ Ð¾Ð±Ð»ÐµÐ³ÑиÑе ÑабоÑÑ Ð´ÑÑгим "
"ÑÑаÑÑникам пÑоекÑа."
+ msgid "Please specify a changeset source"
+ msgstr "УкажиÑе иÑÑоÑник даннÑÑ
Ð´Ð»Ñ Ð¿Ð°ÐºÐµÑа пÑавок"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "ÐÑ Ð½Ðµ Ñказали иÑÑоÑник инÑоÑмаÑии Ð´Ð»Ñ Ð²Ð°ÑиÑ
пÑавок.<br />ÐÑо допÑÑÑимо, но "
+ "Ñказание иÑÑоÑника Ð¿Ð¾Ð¼Ð¾Ð¶ÐµÑ Ð´ÑÑгим полÑзоваÑелÑм <br />понÑÑÑ Ð¿ÑоиÑÑ
ождение "
+ "даннÑÑ
.<br /><br />ÐаÑÑаÑив минÑÑÑ Ð½Ð° поÑÑнение к ÑделаннÑм вами пÑавкам,<br "
+ "/>Ð²Ñ Ð¾Ð±Ð»ÐµÐ³ÑиÑе ÑÑÑд дÑÑгим каÑÑогÑаÑам."
+
+ msgid "Revise"
+ msgstr "ÐÑовеÑиÑÑ"
+
+ msgid "Continue as is"
+ msgstr "ÐÑодолжиÑÑ ÐºÐ°Ðº еÑÑÑ"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"ÐеÑнÑÑÑÑÑ Ð² пÑедÑдÑÑий диалог, ÑÑÐ¾Ð±Ñ Ð´Ð¾Ð±Ð°Ð²Ð¸ÑÑ Ð±Ð¾Ð»ÐµÐµ ÑазвÑÑнÑÑÑй комменÑаÑий"
@@@ -8600,6 -8693,28 +8693,28 @@@ msgstr "ÐожалÑйÑÑа, ÑнаÑÐ
msgid "Illegal chunk size"
msgstr "ÐепÑавилÑнÑй ÑÐ°Ð·Ð¼ÐµÑ ÑаÑÑи"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>СледÑÑÑий Ñег пакеÑа изменений ÑодеÑÐ¶Ð¸Ñ Ð¿ÑÑÑой "
+ "клÑÑ/знаÑение:<br>{0}<br>ÐÑодолжиÑÑ?</html>"
+ msgstr[1] ""
+ "<html>СледÑÑÑие Ñеги пакеÑа изменений ÑодеÑÐ¶Ð°Ñ Ð¿ÑÑÑой "
+ "клÑÑ/знаÑение:<br>{0}<br>ÐÑодолжиÑÑ?</html>"
+ msgstr[2] ""
+ "<html>СледÑÑÑие Ñеги пакеÑа изменений ÑодеÑÐ¶Ð°Ñ Ð¿ÑÑÑой "
+ "клÑÑ/знаÑение:<br>{0}<br>ÐÑодолжиÑÑ?</html>"
+
+ msgid "Empty metadata"
+ msgstr "ÐÑÑÑÑе меÑаданнÑе"
+
msgid "Cancel the upload and resume editing"
msgstr "ÐÑмениÑÑ Ð¿ÐµÑедаÑÑ Ð½Ð° ÑеÑÐ²ÐµÑ Ð¸ пÑодолжиÑÑ ÑедакÑиÑование"
@@@ -8607,11 -8722,11 +8722,11 @@@ msgid "Tags of changeset {0}
msgstr "Теги пакеÑа пÑавок {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "ÐÑедÑпÑеждение: обÑÐµÐºÑ ''{0}'' Ñже ÑдалÑн на ÑеÑвеÑе. ÐаннÑе бÑдÑÑ Ð¿ÐµÑÐµÐ´Ð°Ð½Ñ "
- "Ñнова на ÑеÑвеÑ, но без ÑÑого обÑекÑа."
+ "ÐбÑÐµÐºÑ ''{0}'' Ñже ÑдалÑн Ñ ÑеÑвеÑа. ÐÑопÑÑк ÑÑого обÑекÑа и повÑоÑÐ½Ð°Ñ "
+ "попÑÑка пеÑедаÑи."
msgid "Preparing objects to upload ..."
msgstr "ÐодгоÑовка обÑекÑов Ð´Ð»Ñ Ð¿ÐµÑедаÑи..."
@@@ -8762,9 -8877,6 +8877,6 @@@ msgstr "
"ÐбÑÐµÐºÑ ''{0}'' Ñже ÑдалÑн. ÐбÑÐµÐºÑ Ð±ÑÐ´ÐµÑ Ð¿ÑопÑÑен пÑи пеÑедаÑе даннÑÑ
на "
"ÑеÑвеÑ."
- msgid "Warning: {0}"
- msgstr "ÐÑедÑпÑеждение: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "ÐеÑедаÑа на ÑеÑÐ²ÐµÑ {0} обÑекÑа..."
@@@ -8777,6 -8889,9 +8889,9 @@@ msgstr "
"ÐгноÑиÑование вÑÑвленной оÑибки, Ñак как пеÑедаÑа на ÑеÑÐ²ÐµÑ Ð¾Ñменена. "
"ÐÑибка: {0}"
+ msgid "Upload successful!"
+ msgstr "ÐагÑÑзка вÑполнена ÑÑпеÑно!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8797,10 -8912,9 +8912,9 @@@ msgstr "ÐÑÐ±Ð¾Ñ Ð¾Ð±ÑекÑов дÐ
msgid "Cancel uploading"
msgstr "ÐÑмениÑÑ Ð¿ÐµÑедаÑÑ Ð½Ð° ÑеÑвеÑ"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "ÐÑедÑпÑеждение: неожиданное знаÑение клÑÑа ''{0}'' в наÑÑÑойкаÑ
, полÑÑено "
- "''{1}''"
+ "ÐепÑедвиденное знаÑение Ð´Ð»Ñ ÐºÐ»ÑÑа ''{0}'' в наÑÑÑойкаÑ
, полÑÑено ''{1}''"
msgid "Please select the upload strategy:"
msgstr "ÐожалÑйÑÑа, вÑбеÑиÑе ÑÑÑаÑÐµÐ³Ð¸Ñ Ð¿ÐµÑедаÑи на ÑеÑвеÑ:"
@@@ -8960,7 -9074,7 +9074,7 @@@ msgstr "СледÑÑÑий маÑкеÑ
msgid "Jump to next marker"
msgstr "Ð ÑледÑÑÑÐµÐ¼Ñ Ð¼Ð°ÑкеÑÑ"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "ÐÑедÑдÑÑий маÑкеÑ"
msgid "Jump to previous marker"
@@@ -8993,10 -9107,8 +9107,8 @@@ msgstr "веÑÑÐ¸Ñ {0}
msgid "Merging layers"
msgstr "ÐбÑединение ÑлоÑв"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr ""
- "Ðнимание: ÑовмеÑÑное иÑполÑзование даннÑÑ
веÑÑий 0.6 и 0.5. ÐÑÑ ÑÑÐ°Ð½ÐµÑ "
- "веÑÑии 0.5."
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "СмеÑивание даннÑÑ
из веÑÑий 0.6 и 0.5 даÑÑ Ð² ÑезÑлÑÑаÑе веÑÑÐ¸Ñ 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9378,9 -9490,6 +9490,6 @@@ msgstr "ÐзвлеÑение GPS коо
msgid "Starting directory scan"
msgstr "ÐапÑÑк ÑканиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÐºÐ°Ñалога"
- msgid "One of the selected files was null"
- msgstr "Ðдин из вÑделеннÑÑ
Ñайлов пÑÑÑ"
-
msgid "Read photos..."
msgstr "ÐÑоÑиÑаÑÑ ÑоÑогÑаÑии..."
@@@ -9399,6 -9508,9 +9508,9 @@@ msgstr "Ðайден пÑÑÑой ÑаÐ
msgid "Error while getting files from directory {0}\n"
msgstr "ÐÑибка ÑÑÐµÐ½Ð¸Ñ Ñайлов в каÑалоге {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Ðдин из вÑделеннÑÑ
Ñайлов пÑÑÑ"
+
msgid "Geotagged Images"
msgstr "ÐзобÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ñ Ð´Ð°Ð½Ð½Ñми о меÑÑоположении"
@@@ -9460,6 -9572,12 +9572,12 @@@ msgstr "СледÑÑÑее
msgid "Show next Image"
msgstr "ÐоказаÑÑ ÑледÑÑÑее изобÑажение"
+ msgid "Show first Image"
+ msgstr "ÐоказаÑÑ Ð¿ÐµÑвое изобÑажение"
+
+ msgid "Show last Image"
+ msgstr "ÐоказаÑÑ Ð¿Ð¾Ñледнее изобÑажение"
+
msgid "Center view"
msgstr "ЦенÑÑиÑоваÑÑ Ð²Ð¸Ð´"
@@@ -9543,9 -9661,6 +9661,6 @@@ msgstr "
"ÑÑиÑаеÑÑÑ Ð²ÑедоноÑной.<br>ÐÑли Ñ
оÑиÑе загÑÑзиÑÑ ÑÑеки, ознакомÑÑеÑÑ Ñ "
"ÑÑим:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "ÐаÑÑÑоиÑÑ Ð¾ÑÑиÑÐ¾Ð²ÐºÑ ÑÑека"
@@@ -9747,17 -9862,11 +9862,11 @@@ msgstr "ÐÑоизоÑла оÑибкÐ
msgid "(URL was: "
msgstr "(по ÑÑÑлке: "
- msgid "Error displaying URL"
- msgstr "Ðевозможно оÑобÑазиÑÑ URL"
-
msgid "Select the map painting styles"
msgstr "ÐÑбеÑиÑе ÑÑили оÑÑиÑовки каÑÑÑ"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑÑили Mappaint из ''{0}''. ТекÑÑ "
- "оÑибки: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑÑили Mappaint из ''{0}''. ÐÑибка: {1}"
msgid "loading style ''{0}''..."
msgstr "загÑÑзка ÑÑÐ¸Ð»Ñ ''{0}''..."
@@@ -9778,9 -9887,8 +9887,8 @@@ msgstr[2] "
"ÐÑоизоÑло {0} оÑибок пÑи загÑÑзке ÑÑилÑ. ÐодÑобноÑÑи ÑмоÑÑиÑе в пÑнкÑе "
"\"ÐнÑоÑмаÑиÑ\" из конÑекÑÑного менÑ."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðевозможно ÑазобÑаÑÑ ÑÑили Mappaint из ''{0}''. ÐÑибки: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ ÑÐ°Ð·Ð±Ð¾Ñ ÑÑилей Mappaint из ''{0}''. ÐÑибка: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr ""
@@@ -9792,11 -9900,9 +9900,9 @@@ msgstr "
"бÑÑÑ > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "ÐÑедÑпÑеждение: Ðевозможно ÑазобÑаÑÑ ÑÑили Mappaint из ''{0}''. ÐÑибки: "
- "[{1}:{2}] {3}"
+ "Ðе ÑдалоÑÑ Ð²ÑполниÑÑ ÑÐ°Ð·Ð±Ð¾Ñ ÑÑилей Mappaint из ''{0}''. ÐÑибка: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "ÐлÑÑ Ð¼Ð°ÑкеÑа доÑÑÑпа:"
@@@ -10063,8 -10169,8 +10169,8 @@@ msgstr "ÐакÑÑÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³ и
msgid "Close the dialog and accept the Access Token"
msgstr "ÐакÑÑÑÑ Ð´Ð¸Ð°Ð»Ð¾Ð³ и пÑинÑÑÑ Ð¼Ð°ÑÐºÐµÑ Ð´Ð¾ÑÑÑпа"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¾ÑмениÑÑ Ð·Ð°Ð¿ÑÑеннÑÑ Ð¾Ð¿ÐµÑаÑии OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Ðе ÑдалоÑÑ Ð¾ÑмениÑÑ Ð²ÑполнÑÑÑÑÑÑÑ Ð¾Ð¿ÐµÑаÑÐ¸Ñ OAuth"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "ÐолÑÑение маÑкеÑа запÑоÑа OAuth Ð¾Ñ ''{0}''"
@@@ -10137,10 -10243,10 +10243,10 @@@ msgid "Select to grant JOSM the right t
msgstr "ÐÑбеÑиÑе, ÑÑÐ¾Ð±Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ð¸ÑÑ JOSM запиÑÑваÑÑ Ð²Ð°Ñи наÑÑÑойки ÑеÑвеÑа"
msgid "Allow modifications of notes"
- msgstr ""
+ msgstr "РазÑеÑиÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ пÑимеÑаний"
msgid "Select to grant JOSM the right to modify notes on your behalf"
- msgstr ""
+ msgstr "ÐÑбеÑиÑе, ÑÑÐ¾Ð±Ñ ÑазÑеÑиÑÑ JOSM изменÑÑÑ Ð¿ÑимеÑÐ°Ð½Ð¸Ñ Ð¾Ñ Ð²Ð°Ñего имени"
msgid "Retrieving OAuth Access Token..."
msgstr "ÐолÑÑение маÑкеÑа доÑÑÑпа OAuth..."
@@@ -10864,23 -10970,23 +10970,58 @@@ msgstr "ÐобавиÑÑ Ð¿Ð°ÑамеÑ
msgid "Advanced Background: Changed"
msgstr "РаÑÑиÑеннÑе наÑÑÑойки: Ðзменено"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "ТекÑÑее знаÑение ÑвлÑеÑÑÑ Ð·Ð½Ð°Ñением по ÑмолÑаниÑ."
+
+ msgid "Default value is ''{0}''."
+ msgstr "ÐнаÑение по ÑмолÑаниÑ: ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "ÐнаÑение по ÑмолÑÐ°Ð½Ð¸Ñ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑно (наÑÑÑойка еÑе никогда не бÑла "
+ "иÑполÑзована)."
+
+ msgid "Change string setting"
+ msgstr "ÐзмениÑÑ Ð¿Ð°ÑамеÑÑÑ ÑÑÑоки"
+
++msgid "Simple"
++msgstr "ÐÑоÑÑой"
++
++msgid "List"
++msgstr "СпиÑок"
++
++msgid "List of lists"
++msgstr "СпиÑок ÑпиÑков"
++
++msgid "List of maps"
++msgstr "СпиÑок каÑÑ"
++
++msgid "Add setting"
++msgstr "ÐобавиÑÑ Ð¿Ð°ÑамеÑÑ"
++
++msgid "Advanced Background: Changed"
++msgstr "РаÑÑиÑеннÑе наÑÑÑойки: Ðзменено"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "РаÑÑиÑеннÑе наÑÑÑойки: Ðе по ÑмолÑаниÑ"
+
+msgid "Current value is default."
+msgstr "ТекÑÑее знаÑение ÑвлÑеÑÑÑ Ð·Ð½Ð°Ñением по ÑмолÑаниÑ."
+
+msgid "Default value is ''{0}''."
+msgstr "ÐнаÑение по ÑмолÑаниÑ: ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"ÐнаÑение по ÑмолÑÐ°Ð½Ð¸Ñ Ð½ÐµÐ¸Ð·Ð²ÐµÑÑно (наÑÑÑойка еÑе никогда не бÑла "
+"иÑполÑзована)."
+
+msgid "Change string setting"
+msgstr "ÐзмениÑÑ Ð¿Ð°ÑамеÑÑÑ ÑÑÑоки"
+
msgid "Value: "
msgstr "ÐнаÑение: "
@@@ -10934,6 -11040,9 +11075,9 @@@ msgstr "ÐÑобÑажаÑÑ Ð²Ð¸ÑÑÑ
msgid "Draw inactive layers in other color"
msgstr "ÐÑобÑажаÑÑ Ð½ÐµÐ°ÐºÑивнÑе Ñлои дÑÑгим ÑвеÑом"
+ msgid "Display discardable keys"
+ msgstr "ÐоказÑваÑÑ ÑдалÑемÑе клÑÑи"
+
msgid "Highlight target ways and nodes"
msgstr "ÐÑделиÑе ÑелевÑе линии и ÑоÑки"
@@@ -10992,6 -11101,13 +11136,13 @@@ msgid "
msgstr ""
"ÐÑа опÑÐ¸Ñ Ð±Ð»Ð¾ÐºÐ¸ÑÑÐµÑ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ðµ облаÑÑей, неÑмоÑÑÑ Ð½Ð° вÑбÑаннÑй ÑÑилÑ."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "ÐоказÑваÑÑ ÐºÐ»ÑÑи, коÑоÑÑе не пÑедÑÑавлÑÑÑ Ð¸Ð½ÑеÑеÑа и могÑÑ Ð±ÑÑÑ Ð¼Ð¾Ð»Ñа "
+ "ÑдаленÑ."
+
msgid "Options that affect drawing performance"
msgstr "ÐаÑÑÑойки, влиÑÑÑие на ÑкоÑоÑÑÑ Ð¾ÑобÑажениÑ"
@@@ -11480,6 -11596,12 +11631,12 @@@ msgstr "
"ÐÑи ÑÑом к имени Ñайла добавлÑеÑÑÑ ÑÑÑÑÐ¸ÐºÑ ''~'' и он ÑоÑ
ÑанÑеÑÑÑ Ð² Ñой же "
"папке.)</i>"
+ msgid "Notification at each save"
+ msgstr "Уведомление пÑи каждом ÑоÑ
Ñанении"
+
+ msgid "When saving, display a small notification"
+ msgstr "ÐÑи ÑоÑ
Ñанении показÑваÑÑ Ð¼Ð°Ð»ÐµÐ½Ñкое Ñведомление"
+
msgid "File backup"
msgstr "РезеÑвное копиÑование"
@@@ -11547,8 -11669,8 +11704,8 @@@ msgstr "ÐаÑÑÑойки каÑÑÑ
msgid "Settings for the map projection and data interpretation."
msgstr "ÐаÑамеÑÑÑ Ð¿ÑоекÑии каÑÑÑ Ð¸ оÑобÑÐ°Ð¶ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½ÑÑ
"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Ðнимание: Ðевозможно пÑоÑиÑаÑÑ Ð¸ÑÑоÑник загоÑовок Ñегов: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Ðе ÑдалоÑÑ Ð¿ÑоÑиÑаÑÑ Ð¸ÑÑоÑник загоÑовок Ñегов: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11830,21 -11952,6 +11987,6 @@@ msgstr "ШвейÑаÑÑÐºÐ°Ñ Ð¿Ñое
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (без локалÑнÑÑ
коÑÑекÑий)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Ðона UTM"
-
- msgid "North"
- msgstr "СевеÑ"
-
- msgid "South"
- msgstr "Юг"
-
- msgid "Hemisphere"
- msgstr "ÐолÑÑаÑий"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11866,6 -11973,21 +12008,21 @@@ msgstr "ФÑанÑÐ¸Ñ UTM (DOM)
msgid "UTM Geodesic system"
msgstr "СиÑÑема кооÑÐ´Ð¸Ð½Ð°Ñ UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Ðона UTM"
+
+ msgid "North"
+ msgstr "СевеÑ"
+
+ msgid "South"
+ msgstr "Юг"
+
+ msgid "Hemisphere"
+ msgstr "ÐолÑÑаÑий"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "ТеÑÑиÑование URL OSM API ''{0}''"
@@@ -11924,35 -12046,32 +12081,32 @@@ msgid "Select to use OAuth as authentic
msgstr "ÐÑполÑзоваÑÑ Ð°Ð»Ð³Ð¾ÑиÑм OAuth (Ð´Ð»Ñ Ð°ÑÑенÑиÑикаÑии)"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "ÐÑедÑпÑеждение: ÐеподдеÑживаемое знаÑение в наÑÑÑойке «{0}», полÑÑено «{1}». "
- "ÐÑполÑзÑеÑÑÑ Ð¼ÐµÑод аÑÑенÑиÑикаÑии полÑзоваÑÐµÐ»Ñ Â«ÐбÑÑÐ½Ð°Ñ Ð°ÑÑенÑиÑикаÑиÑ»."
+ "Ðе поддеÑживаемое знаÑение в наÑÑÑойке ''{0}'', Ñавное ''{1}''. ÐÑполÑзÑеÑÑÑ "
+ "меÑод ''ÐбÑÑÐ½Ð°Ñ Ð°ÑÑенÑиÑикаÑиÑ''."
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÑÑÑнÑе даннÑе OSM Ð¾Ñ ÐенеджеÑа ÑÑÑÑнÑÑ
"
- "даннÑÑ
."
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ ÑÑÑÑнÑе даннÑе OSM из менеджеÑа ÑÑÑÑнÑÑ
даннÑÑ
."
msgid "Current credential manager is of type ''{0}''"
msgstr "ТекÑÑий Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ ÑÑÑÑнÑÑ
даннÑÑ
Ð¸Ð¼ÐµÐµÑ Ñип ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ ÑÑÑÑнÑе даннÑе OSM в ÐенеджеÑе ÑÑÑÑнÑÑ
"
- "даннÑÑ
."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr "Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ ÑÑÑÑнÑе даннÑе OSM в менеджеÑе ÑÑÑÑнÑÑ
даннÑÑ
."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð¼Ð°ÑÐºÐµÑ Ð´Ð¾ÑÑÑпа OAuth Ð¾Ñ ÐенеджеÑа "
- "ÑÑÑÑнÑÑ
даннÑÑ
"
+ msgid "Periodically check for new messages"
+ msgstr "ÐеÑиодиÑеÑки пÑовеÑÑÑÑ Ð½Ð°Ð»Ð¸Ñие новÑÑ
ÑообÑений"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ Ð¼Ð°ÑÐºÐµÑ Ð´Ð¾ÑÑÑпа OAuth в ÐенеджеÑе "
- "ÑÑÑÑнÑÑ
даннÑÑ
"
+ msgid "Check interval (minutes):"
+ msgstr "ÐнÑеÑвал пÑовеÑки (минÑÑÑ):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr "Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ñокен доÑÑÑпа OAuth из менеджеÑа ÑÑÑÑнÑÑ
даннÑÑ
"
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr "Ðе ÑдалоÑÑ ÑоÑ
ÑаниÑÑ Ñокен доÑÑÑпа OAuth в менеджеÑе ÑÑÑÑнÑÑ
даннÑÑ
"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12044,19 -12163,11 +12198,11 @@@ msgid "Use a SOCKS proxy
msgstr "ÐÑполÑзоваÑÑ SOCKS пÑокÑи-ÑеÑвеÑ"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Ðнимание: JOSM наÑÑÑоен на иÑполÑзование пÑокÑи-ÑеÑвеÑа, однако ÐаÑа Java-"
- "маÑина не ÑконÑигÑÑиÑована Ð´Ð»Ñ ÑÑого должнÑм обÑазом. УÑÑановиÑе паÑамеÑÑ "
- "\"ÐÐµÑ Ð¿ÑокÑи\" (JOSM: ÐаÑÑÑойки->ÐаÑамеÑÑÑ ÑоединениÑ->ÐаÑÑÑойки пÑокÑи-"
- "ÑеÑвеÑа)"
-
- msgid "disabled"
- msgstr "оÑклÑÑено"
-
- msgid "no modifier"
- msgstr "Ð½ÐµÑ Ð¼Ð¾Ð´Ð¸ÑикаÑоÑа"
+ "JOSM наÑÑÑоен на иÑполÑзование пÑокÑи из ÑÑандаÑÑнÑÑ
ÑиÑÑемнÑÑ
наÑÑÑоек, но "
+ "JVM не наÑÑÑоена на иÑ
полÑÑение. СбÑÐ¾Ñ Ðº знаÑÐµÐ½Ð¸Ñ ''ÐÐµÑ Ð¿ÑокÑи''"
msgid "Shortcut Background: User"
msgstr "ÐоÑÑÑие клавиÑи: полÑзоваÑелÑÑкое"
@@@ -12130,8 -12241,8 +12276,8 @@@ msgstr "ÐÑимениÑÑ Ð·Ð°Ð³Ð¾Ñо
msgid "New relation"
msgstr "Ðовое оÑноÑение"
- msgid "Change Properties"
- msgstr "ÐзмениÑÑ Ð¿Ð°ÑамеÑÑÑ"
+ msgid "Change Tags"
+ msgstr "ÐзмениÑÑ Ñеги"
msgid "Unknown requisite: {0}"
msgstr "ÐеизвеÑÑнÑй запÑоÑ: {0}"
@@@ -12219,9 -12330,6 +12365,6 @@@ msgstr "ÐагоÑовка Ñлемен
msgid "Preset sub element without parent"
msgstr "ÐагоÑовка вложенного ÑлеменÑа без ÑодиÑелей"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Ðе ÑдалоÑÑ Ð¿ÑоÑиÑаÑÑ Ð¸ÑÑоÑник загоÑовок Ñегов: {0}"
-
msgid "Error parsing {0}: "
msgstr "ÐÑибка пÑи ÑазбоÑе {0}: "
@@@ -12240,6 -12348,16 +12383,16 @@@ msgstr "ÐоказÑваÑÑ ÑолÑк
msgid "Search in tags"
msgstr "ÐоиÑк в ÑегаÑ
"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "РегÑлиÑÑемÑй {0} еÑÑ Ð½Ðµ заÑегиÑÑÑиÑован. Ðевозможно ÑÑÑановиÑÑ ÑÑаÑÑие в "
+ "ÑинÑ
ÑонизиÑованнÑÑ
ÑегÑлиÑовкаÑ
."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "РегÑлиÑÑемÑй {0} еÑÑ Ð½Ðµ заÑегиÑÑÑиÑован."
+
msgid "All files (*.*)"
msgstr "ÐÑе ÑÐ°Ð¹Ð»Ñ (*.*)"
@@@ -12275,9 -12393,58 +12428,58 @@@ msgstr "
"ТекÑÑее знаÑение не ÑвлÑеÑÑÑ Ð´Ð¾Ð¿ÑÑÑимÑм OSM ID. ÐожалÑйÑÑа, введиÑе Ñелое "
"ÑиÑло> 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: паÑамеÑÑ Ñвно вÑклÑÑен"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: паÑамеÑÑ Ñвно вклÑÑÑн"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "ÑаÑÑиÑно: вÑделеннÑе обÑекÑÑ Ð¸Ð¼ÐµÑÑ ÑазлиÑнÑе знаÑениÑ, не изменÑйÑе"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "unset: не ÑÑÑанавливаÑÑ ÑÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ Ñ Ð²ÑделеннÑÑ
обÑекÑов"
+
msgid "Cut"
msgstr "ÐÑÑезаÑÑ"
+ msgid "Right click = copy to clipboard"
+ msgstr "ЩелÑок пÑавой кнопкой = копиÑоваÑÑ Ð² бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "обÑзаÑелÑнÑй аÑÑибÑÑ ''{0}'' оÑÑÑÑÑÑвÑеÑ"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа long, ÑекÑÑее знаÑение "
+ "''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа long (>=0), ÑекÑÑее "
+ "знаÑение ''{1}''"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "ÐедопÑÑÑимое знаÑение Ð´Ð»Ñ Ð°ÑÑибÑÑа «{0}» Ñипа double. ÐолÑÑено «{1}»."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа boolean, ÑекÑÑее "
+ "знаÑение ''{1}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа OsmPrimitiveType, "
+ "ÑекÑÑее знаÑение ''{1}''"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12313,11 -12480,11 +12515,11 @@@ msgid "Contacting OSM Server...
msgstr "ÐодклÑÑение к ÑеÑвеÑÑ OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "ÐÑедÑпÑеждение: невеÑное знаÑение аÑÑибÑÑа ''{0}'' ÑлеменÑа ''{1}'' в "
- "наÑÑÑойкаÑ
возможноÑÑей ÑеÑвеÑа. ÐолÑÑено ''{2}''"
+ "ÐедопÑÑÑимое знаÑение аÑÑибÑÑа ''{0}'' ÑлеменÑа ''{1}'' в возможноÑÑÑÑ
"
+ "ÑеÑвеÑа, Ñавное ''{2}''"
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "СеÑÐ²ÐµÑ ÑообÑил о неÑдавÑемÑÑ ÑазбоÑе даÑÑ ''{0}''."
@@@ -12361,40 -12528,36 +12563,36 @@@ msgid "Illegal port number in preferenc
msgstr "ÐепÑавилÑнÑй Ð½Ð¾Ð¼ÐµÑ Ð¿Ð¾ÑÑа в наÑÑÑойке ''{0}''. ÐолÑÑено {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "ÐÑедÑпÑеждение: найдено неожиданное знаÑение Ð´Ð»Ñ Ð½Ð°ÑÑÑойки ''{0}''. ÐолÑÑено "
- "''{1}''. ÐÑокÑи не бÑÐ´ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ."
+ "ÐепÑедвиденное знаÑение паÑамеÑÑа ''{0}'', Ñавное ''{1}''. ÐÑокÑи "
+ "иÑполÑзоваÑÑÑÑ Ð½Ðµ бÑдеÑ."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "ÐÑедÑпÑеждение: ÐеожиданнÑе паÑамеÑÑÑ Ð´Ð»Ñ Ð¿ÑокÑи HTTP. ÐолÑÑен Ñ
оÑÑ ''{0}'' "
- "и поÑÑ ''{1}''."
+ "ÐепÑедвиденнÑе паÑамеÑÑÑ Ð´Ð»Ñ HTTP-пÑокÑи. Указан Ñ
оÑÑ ''{0}'' и поÑÑ ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "ÐÑедÑпÑеждение: ÐеожиданнÑе паÑамеÑÑÑ Ð´Ð»Ñ Ð¿ÑокÑи SOCKS. ÐолÑÑен Ñ
оÑÑ ''{0}'' "
- "и поÑÑ ''{1}''."
+ "ÐепÑедвиденнÑе паÑамеÑÑÑ Ð´Ð»Ñ SOCKS-пÑокÑи. Указан Ñ
оÑÑ ''{0}'' и поÑÑ "
+ "''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "ÐÑибка: Соединение к пÑокÑи ''{0}'' по URI ''{1}'' не ÑдалоÑÑ. ТекÑÑ Ð¾Ñибки: "
- "{2}"
+ "Сбой подклÑÑÐµÐ½Ð¸Ñ Ðº пÑокÑи-ÑеÑвеÑÑ ''{0}'' Ð´Ð»Ñ URI ''{1}''. ÐÑибка: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "ÐÑедÑпÑеждение: JVM не наÑÑÑоена на иÑполÑзование ÑиÑÑемнÑÑ
наÑÑÑоек пÑокÑи-"
- "ÑеÑвеÑа. СвойÑÑво ''java.net.useSystemProxies'' оÑÑÑÑÑÑвовало в Ð¼Ð¾Ð¼ÐµÐ½Ñ "
- "загÑÑзки. ÐÑокÑи не бÑÐ´ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ."
+ "JVM не наÑÑÑоена Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка пÑокÑи из ÑиÑÑемнÑÑ
наÑÑÑоек. СвойÑÑво "
+ "''java.net.useSystemProxies'' оÑÑÑÑÑÑвовало во вÑÐµÐ¼Ñ Ð·Ð°Ð¿ÑÑка. ÐÑокÑи не "
+ "бÑÐ´ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ."
msgid "Parsing response from server..."
msgstr "Ð Ð°Ð·Ð±Ð¾Ñ Ð¾ÑвеÑа ÑеÑвеÑа..."
@@@ -12496,6 -12659,9 +12694,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "ÐÑибка ÑазбоÑа: непÑавилÑÐ½Ð°Ñ ÑÑÑÑкÑÑÑа докÑменÑа gpx"
+ msgid "(at line {0}, column {1})"
+ msgstr "(ÑÑÑока {0}, ÑÑÐ¾Ð»Ð±ÐµÑ {1})"
+
msgid "Unknown mode {0}."
msgstr "ÐеизвеÑÑнÑй Ñежим {0}."
@@@ -12511,15 -12677,24 +12712,24 @@@ msgstr "ÐоиÑк Ñайлов изоÐ
msgid "No image files found."
msgstr "Ð¤Ð°Ð¹Ð»Ñ Ð¸Ð·Ð¾Ð±Ñажений не найденÑ"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "У Ð²Ð°Ñ {0} непÑоÑÑÑнное ÑообÑение."
+ msgstr[1] "У Ð²Ð°Ñ {0} непÑоÑÑÑннÑÑ
ÑообÑениÑ."
+ msgstr[2] "У Ð²Ð°Ñ {0} непÑоÑÑÑннÑÑ
ÑообÑений."
+
+ msgid "Click here to see your inbox."
+ msgstr "ЩÑлкниÑе здеÑÑ Ð´Ð»Ñ Ð¿ÑоÑмоÑÑа вÑ
одÑÑиÑ
ÑообÑений."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Ðевозможно оÑкÑÑÑÑ Ð²Ñ
одÑÑий поÑок Ð´Ð»Ñ ÑеÑÑÑÑа ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ Ñайл Ñ ÑаÑÑиÑением ''{2}'' и именем "
- "''{3}'' в Ñайле аÑÑ
ива zip ''{0}''. СообÑение об оÑибке: {1}"
+ "Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ Ñайл Ñ ÑаÑÑиÑением ''{2}'' и именем ''{3}'' в zip-Ñайле "
+ "''{0}''. Ðозникло иÑклÑÑение: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Сбой пеÑÐµÐ¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ Ñайла {0} в {1}."
@@@ -12606,8 -12781,8 +12816,8 @@@ msgstr "ÐеизвеÑÑное вÑÑа
msgid "Zero coordinates: {0}"
msgstr "ÐÑлевÑÑ
кооÑдинаÑ: {0}"
- msgid "NMEA import success"
- msgstr "ÐмпоÑÑ NMEA ÑÑпеÑно завеÑÑÑн"
+ msgid "NMEA import success:"
+ msgstr "УÑпеÑнÑй импоÑÑ NMEA даннÑÑ
:"
msgid "NMEA import failure!"
msgstr "Сбой пÑи импоÑÑе NMEA!"
@@@ -12714,48 -12889,15 +12924,15 @@@ msgstr "Ðе Ð½Ð°Ð¹Ð´ÐµÐ½Ñ Ð´Ð°Ð½Ð½ÑÐ
msgid "Open OsmChange file"
msgstr "ÐÑкÑÑÑÑ Ñайл OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "обÑзаÑелÑнÑй аÑÑибÑÑ ''{0}'' оÑÑÑÑÑÑвÑеÑ"
-
msgid "Unsupported version: {0}"
msgstr "ÐеподдеÑÐ¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð²ÐµÑÑиÑ: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа long, ÑекÑÑее знаÑение "
- "''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа long (>=0), ÑекÑÑее "
- "знаÑение ''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "ÐедопÑÑÑимое знаÑение Ð´Ð»Ñ Ð°ÑÑибÑÑа «{0}» Ñипа double. ÐолÑÑено «{1}»."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа boolean, ÑекÑÑее "
- "знаÑение ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "невеÑное знаÑение обÑзаÑелÑного аÑÑибÑÑа ''{0}'' Ñипа OsmPrimitiveType, "
- "ÑекÑÑее знаÑение ''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "ÐÑедÑпÑеждение: неподдеÑживаемÑй наÑалÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом "
- "пакеÑа пÑавок в позиÑии ({1},{2}). ÐÑопÑÑено."
+ "Ðе поддеÑживаемÑй наÑалÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом пакеÑа изменений в "
+ "позиÑии ({1},{2}). ÐÑопÑÑк."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12765,11 -12907,11 +12942,11 @@@ msgstr "
"пÑеделами ''create'', ''modify'', или ''delete''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "ÐÑедÑпÑеждение: ÐеподдеÑживаемÑй конеÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом "
- "пакеÑа пÑавок в позиÑии ({1},{2}). ÐÑопÑÑено."
+ "Ðе поддеÑживаемÑй конеÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом пакеÑа изменений в "
+ "позиÑии ({1},{2}). ÐÑопÑÑк."
msgid "Parsing changeset content ..."
msgstr "Ð Ð°Ð·Ð±Ð¾Ñ ÑодеÑжимого пакеÑа пÑавок ..."
@@@ -12798,12 -12940,8 +12975,8 @@@ msgstr "
"Ðе ÑдалоÑÑ Ð¿Ð¾Ð´Ð¿Ð¸ÑаÑÑ Ñоединение HTTP, иÑполÑзÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº аÑÑенÑиÑикаÑии "
"OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
- "ÐÑедÑпÑеждение: неожиданное знаÑение наÑÑÑойки ''{0}''. ÐолÑÑено ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(ÑÑÑока {0}, ÑÑÐ¾Ð»Ð±ÐµÑ {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "ÐепÑедвиденное знаÑение паÑамеÑÑа ''{0}'', Ñавное ''{1}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>ÐÑоизоÑла оÑибка пÑи ÑоÑ
Ñанении.<br>ÐÑибка: <br>{0}</html>"
@@@ -12896,11 -13034,11 +13069,11 @@@ msgstr "
"{1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "ÐÐ ÐÐУÐÐ ÐÐÐÐÐÐÐ: ÐÑпÑавление знаÑÐµÐ½Ð¸Ñ Ð°ÑÑибÑÑа ''version'' Ð´Ð»Ñ ÑлеменÑа {0} "
- "на {2}, веÑÑÐ¸Ñ API: ''{3}''. ÐолÑÑено {1}."
+ "ÐÑиведение знаÑÐµÐ½Ð¸Ñ Ð°ÑÑибÑÑа ''version'' ÑлеменÑа {0} к ноÑме: {2}, ÐеÑÑÐ¸Ñ "
+ "API: ''{3}''. ТекÑÑее знаÑение: {1}."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "ÐеизвеÑÑÐ½Ð°Ñ Ð¸Ð»Ð¸ неподдеÑÐ¶Ð¸Ð²Ð°ÐµÐ¼Ð°Ñ Ð²ÐµÑÑÐ¸Ñ API. ÐолÑÑено {0}."
@@@ -13110,17 -13248,16 +13283,22 @@@ msgstr "СоздаÑÑ Ð½Ð¾Ð²Ñе обÑ
msgid "Read protocol version"
msgstr "СÑиÑаÑÑ Ð²ÐµÑÑÐ¸Ñ Ð¿ÑоÑокола"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдаÑÑÑÑ Ð·Ð°Ð¿ÑÑÑиÑÑ ÑеÑÐ²ÐµÑ Ð£Ð´Ð°Ð»Ñнного ÑпÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ ÑеÑез поÑÑ "
- "{0}: {1}"
+ "Ðе ÑдалоÑÑ Ð·Ð°Ð¿ÑÑÑиÑÑ ÑеÑÐ²ÐµÑ Ð´Ð¸ÑÑанÑионного ÑпÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð° поÑÑÑ {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "УдалÑнное ÑпÑавление::ÐÑиÑм подклÑÑений на поÑÑ {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "УдалÑнное ÑпÑавление::СеÑÐ²ÐµÑ Ð¾ÑÑановлен."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "УдалÑнное ÑпÑавление::ÐÑиÑм подклÑÑений на поÑÑ {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "УдалÑнное ÑпÑавление::СеÑÐ²ÐµÑ Ð¾ÑÑановлен."
+
msgid "Remote Control has been asked to create a new node."
msgstr "УдалÑнное ÑпÑавление бÑло запÑоÑило Ñоздание новой ÑоÑки."
@@@ -13160,6 -13297,15 +13338,15 @@@ msgstr "УдалÑнное ÑпÑавл
msgid "Remote Control has been asked to load data from the API."
msgstr "УдалÑнное ÑпÑавление запÑоÑило загÑÑÐ·ÐºÑ Ð´Ð°Ð½Ð½ÑÑ
из API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "ШиÑоÑа должна бÑÑÑ Ð¼ÐµÐ¶Ð´Ñ {0} и {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "ÐолгоÑа должна бÑÑÑ Ð¼ÐµÐ¶Ð´Ñ {0} и {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "ÐинимÑм должен бÑÑÑ Ð¼ÐµÐ½ÑÑе макÑимÑма"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13195,20 -13341,20 +13382,20 @@@ msgstr "ÐаннÑе:
msgid "local file"
msgstr "локалÑнÑй Ñайл"
- msgid "Link to a OSM data file on your local disk."
- msgstr "СÑÑлка на OSM-Ñайл на локалÑном диÑке"
+ msgid "Link to a GPX file on your local disk."
+ msgstr "СÑÑлка на GPX-Ñайл на ваÑем локалÑном диÑке."
msgid "include"
msgstr "вклÑÑиÑÑ"
- msgid "Include OSM data in the .joz session file."
- msgstr "ÐклÑÑиÑÑ Ð´Ð°Ð½Ð½Ñе OSM в Ñайл ÑеанÑа .joz."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "ÐклÑÑиÑÑ Ð´Ð°Ð½Ð½Ñе GPX в Ñайл ÑеанÑа .joz."
msgid "No file association"
msgstr "Тип Ñайла не заÑегиÑÑÑиÑован"
- msgid "OSM data will be included in the session file."
- msgstr "ÐаннÑе OSM бÑдÑÑ Ð²ÐºÐ»ÑÑÐµÐ½Ñ Ð² Ñайл ÑеанÑа."
+ msgid "GPX data will be included in the session file."
+ msgstr "ÐаннÑе GPX бÑдÑÑ Ð²ÐºÐ»ÑÑÐµÐ½Ñ Ð² Ñайл ÑеанÑа."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13231,12 -13377,24 +13418,24 @@@ msgstr "Слой ÑодеÑÐ¶Ð¸Ñ Ð½ÐµÑ
msgid "Layer does not contain unsaved data."
msgstr "Слой не ÑодеÑÐ¶Ð¸Ñ Ð½ÐµÑоÑ
ÑанÑннÑÑ
даннÑÑ
."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "СÑÑлка на OSM-Ñайл на локалÑном диÑке"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "ÐклÑÑиÑÑ Ð´Ð°Ð½Ð½Ñе OSM в Ñайл ÑеанÑа .joz."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "ÐаннÑе OSM бÑдÑÑ Ð²ÐºÐ»ÑÑÐµÐ½Ñ Ð² Ñайл ÑеанÑа."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
"ÐеÑÑÐ¸Ñ Â«{0}» меÑаданнÑÑ
Ð´Ð»Ñ ÑÐ»Ð¾Ñ Ð´Ð°Ð½Ð½ÑÑ
OSM не поддеÑживаеÑÑÑ. ÐжидалаÑÑ: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Файл ÑеанÑа (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Ðе ÑдалоÑÑ Ð½Ð°Ð¹Ñи Ñайл ''{0}''."
@@@ -13312,18 -13470,18 +13511,18 @@@ msgid "Download skipped
msgstr "СкаÑивание пÑопÑÑено"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "ÐÑедÑпÑеждение: Ðевозможно ÑкаÑаÑÑ Ñ ÑеÑвеÑа модÑÐ»Ñ ''{0}''. ÐеизвеÑÑна "
- "ÑÑÑлка Ð´Ð»Ñ ÐµÐ³Ð¾ ÑкаÑиваниÑ. СкаÑивание пÑопÑÑено."
+ "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}''. ÐдÑÐµÑ Ð´Ð»Ñ ÐµÐ³Ð¾ загÑÑзки неизвеÑÑен. "
+ "ÐÑопÑÑк загÑÑзки."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "ÐÑедÑпÑеждение: Ðевозможно ÑкаÑаÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}''. СÑÑлка Ð´Ð»Ñ ÐµÐ³Ð¾ ÑкаÑÐ¸Ð²Ð°Ð½Ð¸Ñ "
- "''{1}'' не ÑвлÑеÑÑÑ Ð²ÐµÑной ÑÑÑлкой. СкаÑивание пÑопÑÑено."
+ "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}''. СÑÑлка ''{1}'' не ÑвлÑеÑÑÑ Ð´ÐµÐ¹ÑÑвÑÑÑим "
+ "URL. ÐÑопÑÑк загÑÑзки."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог модÑÐ»Ñ ''{0}''"
@@@ -13499,12 -13657,11 +13698,11 @@@ msgstr[2] "
msgid "Plugin update failed"
msgstr "Ðбновление модÑÐ»Ñ Ð½Ðµ ÑдалоÑÑ"
- msgid "Warning: failed to find plugin {0}"
- msgstr "ÐÑедÑпÑеждение: не ÑдалоÑÑ Ð½Ð°Ð¹Ñи модÑÐ»Ñ {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "Ðе ÑдалоÑÑ Ð½Ð°Ð¹Ñи модÑÐ»Ñ {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑкаÑаÑÑ Ñ ÑеÑвеÑа ÑпиÑок инÑоÑмаÑии модÑлÑ"
+ msgid "Failed to download plugin information list"
+ msgstr "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑпиÑок инÑоÑмаÑии о модÑлÑÑ
"
msgid "Disable plugin"
msgstr "ÐÑклÑÑиÑÑ Ð¼Ð¾Ð´ÑлÑ"
@@@ -13518,29 -13675,28 +13716,28 @@@ msgstr "ÐÑÑавиÑÑ Ð¼Ð¾Ð´ÑлÑ
msgid "Click to keep the plugin ''{0}''"
msgstr "ÐажмиÑе, ÑÑÐ¾Ð±Ñ ÑоÑ
ÑаниÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "ÐÑедÑпÑеждение: не ÑдалоÑÑ ÑдалиÑÑ ÑÑÑаÑевÑий модÑÐ»Ñ ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Ðе ÑдалоÑÑ ÑдалиÑÑ ÑÑÑаÑевÑий модÑÐ»Ñ ''{0}''."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "ÐÑедÑпÑеждение: ÐÑибка ÑÑÑановки Ñже ÑкаÑанного Ñ ÑеÑвеÑа модÑÐ»Ñ ''{0}''. "
- "УÑÑановка пÑопÑÑена. JOSM еÑÑ Ð¼Ð¾Ð¶ÐµÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑÑаÑÑÑ Ð²ÐµÑÑÐ¸Ñ Ð¼Ð¾Ð´ÑлÑ."
+ "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ð·Ð°Ð³ÑÑженнÑй модÑÐ»Ñ ''{0}''. ÐÑопÑÑк ÑÑÑановки. JOSM "
+ "загÑÑÐ·Ð¸Ñ ÑÑаÑÑÑ Ð²ÐµÑÑÐ¸Ñ Ð¼Ð¾Ð´ÑлÑ."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "Ðнимание: не ÑдалоÑÑ ÑÑÑановиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}'' из вÑеменного Ñайла загÑÑзки "
- "''{1}''. {2}"
+ "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}'' из вÑеменного Ñайла загÑÑзки ''{1}''. "
+ "{2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}'' из вÑеменно "
- "загÑÑженного Ñайла ''{1}''. ÐеÑеименование не ÑдалоÑÑ."
+ "Ðе ÑдалоÑÑ ÑÑÑановиÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}'' из вÑеменного Ñайла загÑÑзки ''{1}''. "
+ "ÐÑибка пеÑеименованиÑ."
msgid "Click to disable the plugin ''{0}''"
msgstr "ÐажмиÑе, ÑÑÐ¾Ð±Ñ Ð¾ÑмениÑÑ Ð¼Ð¾Ð´ÑÐ»Ñ ''{0}''"
@@@ -13614,11 -13770,9 +13811,9 @@@ msgstr "ÐодÑÐ»Ñ Ð¾Ð±ÑабоÑкÐ
msgid "Processing file ''{0}''"
msgstr "ÐбÑабоÑка Ñайла ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¿ÑоÑканиÑоваÑÑ Ñайл ''{0}'' на инÑоÑмаÑÐ¸Ñ Ð¾ "
- "модÑле. ÐÑопÑÑено."
+ "Ðе ÑдалоÑÑ Ð¿ÑоÑканиÑоваÑÑ Ñайл ''{0}'' на инÑоÑмаÑÐ¸Ñ Ð¾ модÑлÑÑ
. ÐÑопÑÑк."
msgid "Processing plugin site cache icon files..."
msgstr "ÐбÑабоÑка Ñайлов пикÑогÑамм из кÑÑа ÑайÑа модÑлей..."
@@@ -13632,12 -13786,27 +13827,27 @@@ msgstr "СкаÑивание Ñ ÑеÑÐ
msgid "Downloading plugin list from ''{0}''"
msgstr "СкаÑивание ÑпиÑка модÑлей Ñ ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "ÐÑибка загÑÑзки ÑпиÑка модÑлей"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM не ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ ÑпиÑок модÑлей:"
+
+ msgid "Details:"
+ msgstr "ÐодÑобноÑÑи:"
+
+ msgid "Plugin icons download error"
+ msgstr "ÐÑибка загÑÑзки знаÑков модÑлей"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM не ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ð·Ð½Ð°Ñки модÑлей:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог модÑÐ»Ñ ''{0}''. Ðевозможно "
- "запиÑаÑÑ Ð² кÑÑ ÑпиÑок модÑлей Ñ ÑайÑа модÑлей ''{1}''."
+ "Ðе ÑдалоÑÑ ÑоздаÑÑ ÐºÐ°Ñалог модÑлей ''{0}''. ÐÑибка пÑи кÑÑиÑовании ÑпиÑка "
+ "модÑлей Ñ ÑайÑа ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "ÐапиÑÑ ÑпиÑка модÑлей в локалÑнÑй кÑÑ ''{0}''"
@@@ -14122,16 -14291,13 +14332,13 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Ðе ÑдалоÑÑ Ð½Ð°Ð¹Ñи изобÑажение «{0}»"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ Ñайл .zip {0}''. ТекÑÑ Ð¾Ñибки: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ zip-Ñайл ''{0}''. Ðозникло иÑклÑÑение: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "ÐÑедÑпÑеждение: ÐÑибка доÑÑÑпа к каÑÐ°Ð»Ð¾Ð³Ñ ''{0}'' по пÑиÑине заÑиÑÑ. ТекÑÑ "
- "оÑибки: {1}"
+ "ÐÐµÑ Ð´Ð¾ÑÑÑпа к каÑÐ°Ð»Ð¾Ð³Ñ ''{0}'' по ÑообÑажениÑм безопаÑноÑÑи. ÐÑибка: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [пожалÑйÑÑа, введиÑе его номеÑ]"
@@@ -14143,9 -14309,56 +14350,56 @@@ msgstr "
"Ðе ÑдалоÑÑ Ð¾ÑкÑÑÑÑ URL. СейÑÐ°Ñ Ð½Ðµ ÑÑÑановлена плаÑÑоÑма. ÐожалÑйÑÑа, "
"ÑÑÑановиÑе Ñип плаÑÑоÑÐ¼Ñ ÑнаÑала."
+ msgid "Opening URL: {0}"
+ msgstr "ÐÑкÑÑÑие URL: {0}"
+
+ msgid "zoom"
+ msgstr "маÑÑÑаба"
+
+ msgid "latitude"
+ msgstr "ÑиÑоÑÑ"
+
+ msgid "longitude"
+ msgstr "долгоÑÑ"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "URL не ÑодеÑÐ¶Ð¸Ñ {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "URL не ÑодеÑÐ¶Ð¸Ñ Ð²ÐµÑного знаÑÐµÐ½Ð¸Ñ {0}"
+
msgid "reserved"
msgstr "заÑезеÑвиÑовано"
+ msgid "Outdated Java version"
+ msgstr "УÑÑаÑевÑÐ°Ñ Ð²ÐµÑÑÐ¸Ñ Java"
+
+ msgid "Update Java"
+ msgstr "ÐбновиÑÑ Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "У Ð²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ Java {0}."
+
+ msgid "February 2013"
+ msgstr "ÑевÑÐ°Ð»Ñ 2013 г."
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "ÐÑа веÑÑÐ¸Ñ Ð±Ð¾Ð»ÑÑе не поддеÑживаеÑÑÑ {0} Ñ {1} и не ÑекомендÑеÑÑÑ Ð´Ð»Ñ "
+ "иÑполÑзованиÑ."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM ÑкоÑо пеÑеÑÑÐ°Ð½ÐµÑ ÑабоÑаÑÑ Ñ ÑÑой веÑÑией. ÐÑ Ð½Ð°ÑÑоÑÑелÑно ÑекомендÑем "
+ "вÑполниÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ до Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "ХоÑиÑе вÑполниÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ ÑейÑаÑ?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"ÐвÑоÑÑÑÑанÑн конÑÐ»Ð¸ÐºÑ ÐоÑÑÑиÑ
клавиÑ: ''{0}'' пеÑеназнаÑено Ñ ''{1}'' на "
@@@ -14182,8 -14395,23 +14436,23 @@@ msgstr "
"<html><p> Ðевозможно вÑÑавиÑÑ Ñеги из бÑÑеÑа обмена. Ðн не ÑодеÑÐ¶Ð¸Ñ Ð¾Ð±ÑекÑов "
"JOSM или подÑ
одÑÑего ÑекÑÑа. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "ЩелÑок пÑавой кнопкой = копиÑоваÑÑ Ð² бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°"
+ msgid "ms"
+ msgstr "мÑ"
+
+ msgid "s"
+ msgstr "Ñ"
+
+ msgid "min"
+ msgstr "мин"
+
+ msgid "h"
+ msgstr "Ñ"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "денÑ"
+ msgstr[1] "днÑ"
+ msgstr[2] "дней"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14529,6 -14757,13 +14798,13 @@@ msgid "Saturation:
msgstr "ÐаÑÑÑенноÑÑÑ:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "ÐозволÑÐµÑ ÑедакÑиÑоваÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ ÑÑаÑике и ÑкÑпоÑÑиÑоваÑÑ ÐµÑ Ð² ÑимÑлÑÑÐ¾Ñ "
+ "гоÑодÑкого доÑожного Ð´Ð²Ð¸Ð¶ÐµÐ½Ð¸Ñ SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14833,6 -15068,9 +15109,9 @@@ msgstr "
"ÐапиÑÑ Ð¿Ð¾Ð·Ð¸Ñии gps в заголовок Ñайла изобÑажениÑ. ÐклÑÑиÑе ÑÑÑ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑÑ Ð² "
"конÑекÑÑном Ð¼ÐµÐ½Ñ ÑÐ»Ð¾Ñ Ð¸Ð·Ð¾Ð±ÑажениÑ."
+ msgid "Make photos movable and position them on the map."
+ msgstr "ÐÐµÐ»Ð°ÐµÑ ÑоÑогÑаÑии пеÑемеÑаемÑми и ÑазмеÑÐ°ÐµÑ Ð¸Ñ
на каÑÑе."
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14894,9 -15132,6 +15173,6 @@@ msgstr "
"Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ Ð¾Ð³ÑаниÑено Ñказанием макÑималÑного ÑазмеÑа ÑдалÑемого ÑÑагменÑа. "
"Также ÑдалÑÐµÑ Ð±Ð»Ð¸Ð·ÐºÐ¾ÑаÑположеннÑе ÑоÑки."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Создание и пÑавка каÑÑ Ð¼Ð¾Ñей Ð´Ð»Ñ OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "Ðзменений ÑвойÑÑв ÑедакÑиÑÐ¾Ð²Ð°Ð½Ð¸Ñ OpenSeaMap"
@@@ -14943,6 -15178,13 +15219,13 @@@ msgstr "
"ÐанеÑение зданий из каÑÑÑ Ð§ÐµÑÑкого кадаÑÑÑа. ÐÐ»Ñ Ð·Ð°Ð¿ÑÑка необÑ
одим "
"TracerServer (.NET или Mono)."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "ÐанеÑение зданий и дÑÑгиÑ
обÑекÑов Ñ ÑеÑÑкой кадаÑÑÑовой каÑÑÑ. ÐÐ»Ñ ÑабоÑÑ "
+ "необÑ
одим Tracer2Server."
+
msgid "Plugin to digital sign OSM-Data"
msgstr "ÐодÑÐ»Ñ Ð´Ð»Ñ ÑиÑÑовой подпиÑи даннÑÑ
OSM"
@@@ -15085,6 -15327,9 +15368,9 @@@ msgstr "ÐаÑÑпÑ
msgid "Lit"
msgstr "ÐÑвеÑÑннаÑ"
+ msgid "Toll"
+ msgstr "ÐлаÑнаÑ"
+
msgid "Motorway Link"
msgstr "СÑезд Ñ Ð°Ð²ÑомагиÑÑÑали"
@@@ -15175,6 -15420,50 +15461,50 @@@ msgstr "ÐеÑÑного знаÑени
msgid "Edit Residential Street"
msgstr "СвойÑÑва меÑÑной ÑлиÑÑ"
+ msgid "Bicycle Road"
+ msgstr "ÐелоÑÐ¸Ð¿ÐµÐ´Ð½Ð°Ñ Ð´Ð¾Ñога"
+
+ msgid "Edit Bicycle Road"
+ msgstr "СвойÑÑва велоÑипедной доÑоги"
+
+ msgid "Highway type"
+ msgstr "Тип авÑомобилÑной доÑоги"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "меÑÑного знаÑениÑ"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "ÑлÑжебнÑй"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "не клаÑÑиÑиÑиÑовано"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "ÑÑопа"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "велоÑÐ¸Ð¿ÐµÐ´Ð½Ð°Ñ Ð´Ð¾Ñожка"
+
+ msgid "Vehicle access"
+ msgstr "ÐоÑÑÑп авÑоÑÑанÑпоÑÑа"
+
+ msgid "yes"
+ msgstr "да"
+
+ msgid "no"
+ msgstr "неÑ"
+
+ msgid "destination"
+ msgstr "ÑезиденÑÑ"
+
+ msgid "Oneway for bicycle"
+ msgstr "ÐдноÑÑоÑоннÑÑ Ð´Ð»Ñ Ð²ÐµÐ»Ð¾Ñипедов"
+
msgid "Living Street"
msgstr "ÐÐ¸Ð»Ð°Ñ ÑлиÑа"
@@@ -15193,10 -15482,10 +15523,10 @@@ msgstr "Ðолигон
msgid "Service"
msgstr "СлÑжебнаÑ"
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr "СвойÑÑва ÑлÑжебного пÑоезда"
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr "Тип ÑлÑжебного пÑоезда"
msgid "alley"
@@@ -15208,6 -15497,9 +15538,9 @@@ msgstr "подÑÐµÐ·Ð´Ð½Ð°Ñ Ð´Ð¾Ñож
msgid "parking_aisle"
msgstr "паÑковоÑнÑй пÑоезд"
+ msgid "drive-through"
+ msgstr "обÑлÑживание в авÑо"
+
msgid "Parking Aisle"
msgstr "ÐÑоезд на паÑковке"
@@@ -15235,18 -15527,12 +15568,12 @@@ msgstr "ÐÑÑг
msgid "jughandle"
msgstr "ÐÑвÑин ÑÑÑной"
- msgid "yes"
- msgstr "да"
-
msgid "Road Restrictions"
msgstr "ÐоÑожнÑе огÑаниÑениÑ"
msgid "Edit Road Restrictions"
msgstr "ÐÑавка доÑожнÑÑ
огÑаниÑений"
- msgid "Toll"
- msgstr "ÐлаÑнаÑ"
-
msgid "No exit (cul-de-sac)"
msgstr "ТÑпик"
@@@ -15256,9 -15542,6 +15583,6 @@@ msgstr "ÐгÑаниÑÐµÐ½Ð¸Ñ Ñежи
msgid "General Access"
msgstr "ÐоÑÑÑп Ð´Ð»Ñ Ð²ÑеÑ
"
- msgid "destination"
- msgstr "ÑезиденÑÑ"
-
msgid "delivery"
msgstr "доÑÑавка"
@@@ -15268,15 -15551,15 +15592,15 @@@ msgstr "ÑазÑеÑено владел
msgid "private"
msgstr "по пÑопÑÑкам"
+ msgid "customers"
+ msgstr "клиенÑÑ"
+
msgid "agricultural"
msgstr "ÑелÑÑкоÑ
озÑйÑÑвенное"
msgid "forestry"
msgstr "леÑниÑеÑÑво"
- msgid "no"
- msgstr "неÑ"
-
msgid "official"
msgstr "оÑиÑиалÑное"
@@@ -15322,6 -15605,9 +15646,9 @@@ msgstr "ТС Ñ Ð¿Ð°ÑÑажиÑами
msgid "Public Service Vehicles (psv)"
msgstr "ÐбÑеÑÑвеннÑй ÑÑанÑпоÑÑ"
+ msgid "Tourist buses"
+ msgstr "ТÑÑиÑÑиÑеÑкие авÑобÑÑÑ"
+
msgid "Min. speed (km/h)"
msgstr "Ðин. ÑкоÑоÑÑÑ (в км/Ñ)"
@@@ -15406,8 -15692,11 +15733,11 @@@ msgstr "СвойÑÑва моÑÑа
msgid "viaduct"
msgstr "виадÑк"
+ msgid "suspension"
+ msgstr "подвеÑной"
+
msgid "swing"
- msgstr "пеÑепад"
+ msgstr "повоÑоÑнÑй моÑÑ"
msgid "aqueduct"
msgstr "акведÑк"
@@@ -15523,20 -15812,29 +15853,29 @@@ msgstr "
msgid "Visibility"
msgstr "ÐидимоÑÑÑ"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "пÑевоÑÑ
одное"
+ msgstr "оÑлиÑнаÑ"
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "Ñ
оÑоÑее"
+ msgstr "Ñ
оÑоÑаÑ"
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "ÑÑедний"
+ msgstr "ÑÑеднÑÑ"
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "плоÑ
ое"
+ msgstr "плоÑ
аÑ"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "ÑжаÑное"
+ msgstr "ÑжаÑнаÑ"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "неÑ"
msgid "Wheelchairs"
msgstr "ÐнвалиднÑе колÑÑки"
@@@ -15553,11 -15851,11 +15892,11 @@@ msgstr "ÐоÑога Ð´Ð»Ñ Ð²ÐµÑÑ
оÐ
msgid "Edit Bridleway"
msgstr "СвойÑÑва доÑоги Ð´Ð»Ñ Ð²ÐµÑÑ
овой ездÑ"
- msgid "Cycle Lane"
- msgstr "ÐелоÑÐ¸Ð¿ÐµÐ´Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¾Ñа"
+ msgid "Cycle Lane/Track"
+ msgstr "ÐелоÑÐ¸Ð¿ÐµÐ´Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¾Ñа/доÑожка"
- msgid "Edit Cycle Lane"
- msgstr "СвойÑÑва велополоÑÑ"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "СвойÑÑва велоÑипедной полоÑÑ Ð¸Ð»Ð¸ доÑожки"
msgid "Cycleway"
msgstr "ÐелодоÑожка"
@@@ -15592,8 -15890,8 +15931,8 @@@ msgstr "ÐелодоÑожка ÑпÑа
msgid "Oneway (bicycle)"
msgstr "одноÑÑоÑоннее движение (велоÑипедов)"
- msgid "Edit Highway"
- msgstr "СвойÑÑва доÑоги"
+ msgid "Edit Highway Attributes:"
+ msgstr "СвойÑÑва доÑоги:"
msgid "Highway"
msgstr "ÐоÑога"
@@@ -15661,12 -15959,18 +16000,18 @@@ msgstr "ÐеÑÑо Ð´Ð»Ñ Ð¾ÑдÑÑ
а
msgid "Edit Rest Area"
msgstr "СвойÑÑва ÐеÑÑа Ð´Ð»Ñ Ð¾ÑдÑÑ
а"
- msgid "Emergency Phone"
- msgstr "ТелеÑон ÑкÑÑÑенного вÑзова"
+ msgid "Drinking Water"
+ msgstr "ÐиÑÑÐµÐ²Ð°Ñ Ð²Ð¾Ð´Ð°"
msgid "Traffic Signal"
msgstr "СвеÑоÑоÑ"
+ msgid "Edit Traffic Signal"
+ msgstr "СвойÑÑва ÑвеÑоÑоÑа"
+
+ msgid "Optional crossing attributes:"
+ msgstr "ÐеобÑзаÑелÑнÑе аÑÑибÑÑÑ Ð¿ÐµÑеÑ
ода:"
+
msgid "Pedestrian crossing type"
msgstr "Тип пеÑеÑ
одного пеÑеÑ
ода"
@@@ -15682,15 -15986,6 +16027,6 @@@ msgstr "оÑÑÑов
msgid "unmarked"
msgstr "необознаÑеннÑй"
- msgid "Cross on horseback"
- msgstr "РазÑеÑÑн пеÑеезд на лоÑади"
-
- msgid "Cross by bicycle"
- msgstr "РазÑеÑÑн пеÑеезд на велоÑипеде"
-
- msgid "Crossing attendant"
- msgstr "Ðод наблÑдением поÑÑового"
-
msgid "Crossing type name (UK)"
msgstr "Ðазвание пеÑеÑ
ода (ÐеликобÑиÑаниÑ)"
@@@ -15712,6 -16007,15 +16048,15 @@@ msgstr "pegasus (Ð´Ð»Ñ Ð²ÐµÑÑ
овоÐ
msgid "tiger"
msgstr "tiger (неÑегÑлиÑÑемÑй вело-пеÑеÑ
однÑй)"
+ msgid "Crossing attendant"
+ msgstr "Ðод наблÑдением поÑÑового"
+
+ msgid "Cross by bicycle"
+ msgstr "РазÑеÑÑн пеÑеезд на велоÑипеде"
+
+ msgid "Cross on horseback"
+ msgstr "РазÑеÑÑн пеÑеезд на лоÑади"
+
msgid "Stop"
msgstr "СÑоп"
@@@ -15721,6 -16025,9 +16066,9 @@@ msgstr "УÑÑÑпиÑе доÑогÑ
msgid "Mini-roundabout"
msgstr "Ðини-кÑÑг"
+ msgid "Edit Mini-Roundabout"
+ msgstr "СвойÑÑва мини-кÑÑга"
+
msgid "Direction"
msgstr "ÐапÑавление"
@@@ -15730,11 -16037,8 +16078,8 @@@ msgstr "по ÑаÑовой ÑÑÑелÐ
msgid "Pedestrian Crossing"
msgstr "ÐеÑеÑ
однÑй пеÑеÑ
од"
- msgid "Edit Crossing"
- msgstr "СвойÑÑва пеÑекÑÑÑÑка"
-
- msgid "Type name (UK)"
- msgstr "ÐÐ¼Ñ Ñипа (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "СвойÑÑва пеÑеÑ
одного пеÑеÑ
ода"
msgid "Traffic Calming"
msgstr "ÐÑиÑпоÑобление Ð´Ð»Ñ Ð¾Ð³ÑаниÑÐµÐ½Ð¸Ñ ÑкоÑоÑÑи"
@@@ -15766,9 -16070,6 +16111,6 @@@ msgstr "ÑÑол
msgid "Passing Place"
msgstr "ÐеÑÑо ÑазÑезда"
- msgid "Edit Passing Place"
- msgstr "СвойÑÑва меÑÑа ÑазÑезда"
-
msgid "Turning Circle"
msgstr "РазвоÑоÑнÑй кÑÑг"
@@@ -15811,6 -16112,12 +16153,12 @@@ msgstr "СвойÑÑва беÑонно
msgid "Allowed traffic:"
msgstr "РазÑеÑено движение:"
+ msgid "Material"
+ msgstr "ÐаÑеÑиал"
+
+ msgid "stone"
+ msgstr "каменÑ"
+
msgid "Bollard"
msgstr "СÑолбик"
@@@ -15826,6 -16133,9 +16174,9 @@@ msgstr "поднимаÑÑийÑÑ
msgid "removable"
msgstr "ÑдалÑемÑй"
+ msgid "plastic"
+ msgstr "плаÑÑик"
+
msgid "Cycle Barrier"
msgstr "ÐÑегÑада Ð´Ð»Ñ Ð²ÐµÐ»Ð¾Ñипедов"
@@@ -15895,20 -16205,14 +16246,17 @@@ msgstr "ÑеÑка РабиÑа
msgid "electric"
msgstr "ÑлекÑÑиÑеÑÑво"
- msgid "roundpole"
- msgstr "изгоÑодÑ"
-
- msgid "split_rail"
- msgstr "ÑÑакеÑник"
+ msgid "pole"
+ msgstr "ÑÑолб"
- msgid "chain"
- msgstr "ÑеÑка РабиÑа"
-msgid "split_rail"
-msgstr "ÑÑакеÑник"
++msgid "Guard Rail"
++msgstr "ÐоÑожное огÑаждение"
+
- msgid "hedge"
- msgstr "Ð¶Ð¸Ð²Ð°Ñ Ð¸Ð·Ð³Ð¾ÑодÑ"
++msgid "Edit Guard Rail"
++msgstr "СвойÑÑва доÑожного огÑаждениÑ"
- msgid "pole"
- msgstr "ÑÑолб"
+ msgid "wire"
+ msgstr "пÑоволока"
msgid "Guard Rail"
msgstr "ÐоÑожное огÑаждение"
@@@ -15938,6 -16242,7 +16286,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Ðанава"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "СвойÑÑва канавÑ"
@@@ -15947,11 -16252,11 +16296,11 @@@ msgstr "ÐоÑдÑÑ
msgid "Edit Kerb"
msgstr "СвойÑÑва боÑдÑÑа"
- msgid "Entrance"
- msgstr "пÑоÑ
од"
+ msgid "Entrance (barrier opening)"
+ msgstr "ÐÑоÑ
од или пÑоезд (пÑоÑм в пÑегÑаде)"
- msgid "Edit Entrance"
- msgstr "СвойÑÑва пÑоÑ
ода"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "СвойÑÑва пÑоÑ
ода или пÑоезда (пÑоÑма в пÑегÑаде)"
msgid "Gate"
msgstr "воÑоÑа / двеÑÑ"
@@@ -16004,12 -16309,6 +16353,6 @@@ msgstr "Ñзкий пÑоÑ
од
msgid "stepover"
msgstr "пеÑелаз"
- msgid "Material"
- msgstr "ÐаÑеÑиал"
-
- msgid "stone"
- msgstr "каменÑ"
-
msgid "Turnstile"
msgstr "ТÑÑникеÑ"
@@@ -16070,12 -16369,21 +16413,21 @@@ msgstr "СвойÑÑва дÑенажн
msgid "Ditch"
msgstr "Ðанава"
+ msgid "Edit Ditch"
+ msgstr "СвойÑÑва канавÑ"
+
msgid "Stream"
msgstr "Ð ÑÑей"
msgid "Edit Stream"
msgstr "СвойÑÑва ÑÑÑÑÑ"
+ msgid "Wadi"
+ msgstr "СÑÑ
ое ÑÑÑло"
+
+ msgid "Edit Wadi"
+ msgstr "СвойÑÑва ÑÑÑ
ого ÑÑÑла"
+
msgid "Canal"
msgstr "Ðанал"
@@@ -16115,9 -16423,6 +16467,6 @@@ msgstr "СвойÑÑва дамбÑ
msgid "Groyne"
msgstr "ÐÑна"
- msgid "Edit Groyne"
- msgstr "СвойÑÑва бÑнÑ"
-
msgid "Breakwater"
msgstr "ÐолноÑез"
@@@ -16151,6 -16456,21 +16500,21 @@@ msgstr "СвойÑÑва кÑÑÑогÐ
msgid "Edit Water"
msgstr "СвойÑÑва водоÑма"
+ msgid "Water Body"
+ msgstr "ÐодоÑм"
+
+ msgid "lake"
+ msgstr "озеÑо"
+
+ msgid "lagoon"
+ msgstr "лагÑна"
+
+ msgid "pond"
+ msgstr "пÑÑд"
+
+ msgid "reservoir"
+ msgstr "водоÑ
ÑанилиÑе"
+
msgid "Land"
msgstr "СÑÑа"
@@@ -16232,18 -16552,23 +16596,23 @@@ msgstr "СвойÑÑва пÑиÑала
msgid "Cargo"
msgstr "ЧÑо пеÑевозиÑ"
+ msgctxt "cargo"
msgid "passengers"
msgstr "паÑÑажиÑÑ"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "ÑÑанÑпоÑÑ"
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "велоÑипеднÑй"
+ msgstr "велоÑипедÑ"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "ÑÑжелÑе гÑÑзовики"
+ msgstr "ÑÑжÑлÑй ÑÑанÑпоÑÑ"
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr "паÑÑажиÑÑ;ÑÑанÑпоÑÑ"
@@@ -16319,8 -16644,8 +16688,8 @@@ msgstr "ÑÑÑиÑÑиÑеÑкий
msgid "freight"
msgstr "гÑÑзовой"
- msgid "Service/Type"
- msgstr "СлÑжебнаÑ/Ñип"
+ msgid "Service type"
+ msgstr "Тип ÑлÑжебного пÑÑи"
msgid "yard"
msgstr "депо"
@@@ -16343,11 -16668,14 +16712,14 @@@ msgstr "конÑакÑнÑй_пÑово
msgid "rail"
msgstr "ÑелÑÑ"
- msgid "Voltage"
- msgstr "ÐапÑÑжение"
+ msgid "Voltage in Volts (V)"
+ msgstr "ÐапÑÑжение в волÑÑаÑ
(Ð)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "ЧаÑÑоÑа в геÑÑаÑ
(ÐÑ)"
- msgid "Frequency (Hz)"
- msgstr "ЧаÑÑоÑа (ÐÑ)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16.7"
@@@ -16358,9 -16686,6 +16730,6 @@@ msgstr "Узкоколейка
msgid "Edit Narrow Gauge Rail"
msgstr "СвойÑÑва Ñзкоколейки"
- msgid "Types"
- msgstr "ТипÑ"
-
msgid "Monorail"
msgstr "ÐоноÑелÑÑ"
@@@ -16382,15 -16707,15 +16751,15 @@@ msgstr "СвойÑÑва лÑгкой Ð
msgid "Subway"
msgstr "ÐеÑÑополиÑен"
+msgid "Edit Tram"
+msgstr "СвойÑÑва ÑÑамвайной линии"
+
msgid "Edit Subway"
msgstr "СвойÑÑва меÑÑополиÑена"
msgid "Tram"
msgstr "ТÑÐ°Ð¼Ð²Ð°Ð¹Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ"
-msgid "Edit Tram"
-msgstr "СвойÑÑва ÑÑамвайной линии"
-
msgid "Bus Guideway"
msgstr "ÐвÑобÑÑнÑе ÑелÑÑÑ"
@@@ -16412,6 -16737,9 +16781,9 @@@ msgstr "СвойÑÑва ÑазобÑа
msgid "Level Crossing"
msgstr "ÐелезнодоÑожнÑй пеÑеезд"
+ msgid "Edit Level Crossing"
+ msgstr "СвойÑÑва железнодоÑожного пеÑеезда"
+
msgid "Supervised"
msgstr "ÐÑ
ÑанÑемаÑ"
@@@ -16424,18 -16752,32 +16796,32 @@@ msgstr "ÐвÑковÑе ÑигналÑ
msgid "Barrier"
msgstr "ÐгÑаждение"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "да"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "неÑ"
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "половиннаÑ"
+ msgstr "половинное"
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "полнаÑ"
+ msgstr "полное"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "двÑÑÑоÑоннее половинное"
+ msgstr "двойное половинное"
msgid "Crossing"
msgstr "ÐеÑеÑ
од ÑеÑез ÑелÑÑовÑе пÑÑи"
+ msgid "Edit Crossing"
+ msgstr "СвойÑÑва пеÑеÑ
ода"
+
msgid "Crossing type"
msgstr "Тип пеÑеÑ
ода"
@@@ -16535,11 -16877,9 +16921,9 @@@ msgstr "ÐенÑоÑнÑй подÑÑм
msgid "Edit Magic Carpet"
msgstr "СвойÑÑва ленÑоÑного подÑÑмника"
- msgctxt "aerialway"
msgid "Goods"
msgstr "ÐÑÑзоваÑ"
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr "СвойÑÑва гÑÑзовой канаÑной доÑоги"
@@@ -16551,11 -16891,9 +16935,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "СвойÑÑва ÑÑанÑии"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "ÐпоÑа"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "СвойÑÑва опоÑÑ"
@@@ -16574,12 -16912,12 +16956,12 @@@ msgstr "наземнаÑ
msgid "underground"
msgstr "подземнаÑ"
+ msgid "rooftop"
+ msgstr "кÑÑÑа"
+
msgid "Access"
msgstr "ÐоÑÑÑп"
- msgid "customers"
- msgstr "клиенÑÑ"
-
msgid "Park and Ride"
msgstr "ÐеÑеÑ
ваÑÑваÑÑÐ°Ñ Ð¿Ð°Ñковка"
@@@ -16607,9 -16945,6 +16989,6 @@@ msgstr "ÐаÑковоÑное меÑÑ
msgid "Edit Parking space"
msgstr "СвойÑÑва паÑковоÑного меÑÑа"
- msgid "rooftop"
- msgstr "кÑÑÑа"
-
msgid "Capacity"
msgstr "ÐмеÑÑимоÑÑÑ"
@@@ -16631,11 -16966,31 +17010,31 @@@ msgstr "ЧаÑÑ ÑабоÑÑ
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Sa-Su 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+
+ msgid "sunrise-sunset"
+ msgstr "Ñ Ð²Ð¾ÑÑ
ода до закаÑа"
+
+ msgid "Su 10:00+"
+ msgstr "Su 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgid "Parking entrance"
msgstr "ÐÑезд на паÑковкÑ"
@@@ -16784,6 -17139,9 +17183,9 @@@ msgstr "СÑанÑÐ¸Ñ Ð·Ð°ÑÑдки
msgid "Edit Charging Station (for electric cars)"
msgstr "СвойÑÑва ÑÑанÑии заÑÑдки ÑлекÑÑомобилей"
+ msgid "Voltage"
+ msgstr "ÐапÑÑжение"
+
msgid "Amperage"
msgstr "Сила Ñока"
@@@ -16805,6 -17163,12 +17207,12 @@@ msgstr "ÐвÑомаÑÑеÑÑкаÑ
msgid "Edit Car Repair"
msgstr "СвойÑÑва авÑомаÑÑеÑÑкой"
+ msgid "Parts"
+ msgstr "ÐапÑаÑÑи"
+
+ msgid "Edit Car Parts"
+ msgstr "СвойÑÑва магазина запÑаÑÑей"
+
msgid "Tyres"
msgstr "Ðагазин авÑоÑин"
@@@ -16832,6 -17196,12 +17240,12 @@@ msgstr "ÐÑокаÑ
msgid "Edit Car Rental"
msgstr "СвойÑÑва пÑокаÑа авÑомобилей"
+ msgid "Second hand"
+ msgstr "ÐодеÑжаннÑе"
+
+ msgid "only"
+ msgstr "ÑолÑко"
+
msgid "Sharing"
msgstr "ÐÑаÑковÑеменнÑй пÑокаÑ"
@@@ -16856,22 -17226,6 +17270,6 @@@ msgstr "УÑлÑги:
msgid "Sale"
msgstr "ТоÑка пÑодаж"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "да"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "маÑка"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "бÑвÑие в ÑпоÑÑеблении"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "неÑ"
-
msgid "brand"
msgstr "маÑка"
@@@ -16893,9 -17247,6 +17291,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "ÐапÑаÑÑи"
-
msgid "Clothes"
msgstr "Ðдежда"
@@@ -17092,6 -17443,9 +17487,9 @@@ msgstr "ÐлаÑÑоÑма
msgid "Station or amenities"
msgstr "СÑанÑÐ¸Ñ Ð¸Ð»Ð¸ ÑÑлÑги"
+ msgid "Edit Stop Position"
+ msgstr "СвойÑÑва меÑÑа оÑÑановки"
+
msgid "Bus"
msgstr "ÐвÑобÑÑ"
@@@ -17122,6 -17476,9 +17520,9 @@@ msgstr "ФÑникÑлÑÑ
msgid "Ferry"
msgstr "ÐаÑом"
+ msgid "Edit Platform"
+ msgstr "СвойÑÑва плаÑÑоÑмÑ"
+
msgid "Bench"
msgstr "Скамейка"
@@@ -17134,9 -17491,6 +17535,6 @@@ msgstr "Ðнвалидное кÑеÑл
msgid "limited"
msgstr "огÑаниÑено"
- msgid "only"
- msgstr "ÑолÑко"
-
msgid "Highway platform (legacy)"
msgstr "ÐÑÑановка обÑеÑÑвенного ÑÑанÑпоÑÑа (ÑÑÑаÑ.)"
@@@ -17146,9 -17500,14 +17544,14 @@@ msgstr "ÐелезнодоÑожнаÑ
msgid "funicular"
msgstr "ÑÑникÑлÑÑ"
+ msgctxt "railway"
msgid "Station"
msgstr "СÑанÑиÑ"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "СвойÑÑва ÑÑанÑии"
+
msgid "Building"
msgstr "Ðдание"
@@@ -17161,6 -17520,9 +17564,9 @@@ msgstr "СвойÑÑва вÑ
ода в
msgid "Ticket Machine"
msgstr "ÐвÑÐ¾Ð¼Ð°Ñ Ð´Ð»Ñ Ð¿Ð¾ÐºÑпки билеÑов"
+ msgid "Edit Ticket Machine"
+ msgstr "СвойÑÑва авÑомаÑа Ð´Ð»Ñ Ð¿Ð¾ÐºÑпки билеÑов"
+
msgid "Reference Number"
msgstr "ÐÐ¾Ð¼ÐµÑ Ð´Ð»Ñ Ð¾Ð±ÑаÑениÑ"
@@@ -17185,14 -17547,6 +17591,6 @@@ msgstr "накопиÑелÑнÑе, дÐ
msgid "Public Transport (legacy)"
msgstr "ÐбÑеÑÑвеннÑй ÑÑанÑпоÑÑ (ÑÑÑаÑевÑий ÑоÑмаÑ)"
- msgctxt "railway"
- msgid "Station"
- msgstr "СÑанÑиÑ"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "СвойÑÑва ÑÑанÑии"
-
msgid "UIC-Reference"
msgstr "код UIC"
@@@ -17241,7 -17595,7 +17639,7 @@@ msgstr "СвойÑÑва авÑобÑÑ
msgid "Taxi"
msgstr "ТакÑи"
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr "СвойÑÑва ÑÑоÑнки ÑакÑи"
msgid "Airport"
@@@ -17295,6 -17649,21 +17693,21 @@@ msgstr "ТеÑминал
msgid "Edit Terminal"
msgstr "СвойÑÑва ÑеÑминала"
+ msgid "Internet access"
+ msgstr "ТоÑка доÑÑÑпа в инÑеÑнеÑ"
+
+ msgid "wlan"
+ msgstr "беÑпÑÐ¾Ð²Ð¾Ð´Ð½Ð°Ñ ÑеÑÑ"
+
+ msgid "wired"
+ msgstr "пÑоводной доÑÑÑп в ÑеÑÑ"
+
+ msgid "terminal"
+ msgstr "паÑÑажиÑÑкий ÑеÑминал"
+
+ msgid "Internet access fee"
+ msgstr "ÐлаÑнÑй доÑÑÑп в инÑеÑнеÑ"
+
msgctxt "airport"
msgid "Gate"
msgstr "ÐÑÑ
од на поÑадкÑ"
@@@ -17317,21 -17686,6 +17730,6 @@@ msgstr "СвойÑÑва гоÑÑини
msgid "Stars"
msgstr "ÐвÑздÑ"
- msgid "Internet access"
- msgstr "ТоÑка доÑÑÑпа в инÑеÑнеÑ"
-
- msgid "wlan"
- msgstr "беÑпÑÐ¾Ð²Ð¾Ð´Ð½Ð°Ñ ÑеÑÑ"
-
- msgid "wired"
- msgstr "пÑоводной доÑÑÑп в ÑеÑÑ"
-
- msgid "terminal"
- msgstr "паÑÑажиÑÑкий ÑеÑминал"
-
- msgid "Internet access fee"
- msgstr "ÐлаÑнÑй доÑÑÑп в инÑеÑнеÑ"
-
msgid "Smoking"
msgstr "С меÑÑами Ð´Ð»Ñ ÐºÑÑениÑ"
@@@ -17521,9 -17875,6 +17919,6 @@@ msgstr "СÑÑипÑиз-клÑб
msgid "Edit Stripclub"
msgstr "СвойÑÑва ÑÑÑипÑиз-клÑба"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "ТÑÑизм"
@@@ -17545,9 -17896,15 +17940,15 @@@ msgstr "ÐаблÑдаÑелÑÐ½Ð°Ñ Ð²
msgid "Information Office"
msgstr "СпÑавоÑное бÑÑо"
+ msgid "Edit Information Office"
+ msgstr "СвойÑÑва ÑпÑавоÑного бÑÑо"
+
msgid "Map"
msgstr "ÐаÑÑа"
+ msgid "Edit Information Map"
+ msgstr "СвойÑÑва инÑоÑмаÑионной каÑÑÑ"
+
msgid "Detail Grade"
msgstr "Тип каÑÑÑ"
@@@ -17560,6 -17917,9 +17961,9 @@@ msgstr "каÑÑа ÑлиÑ
msgid "scheme"
msgstr "план-ÑÑ
ема"
+ msgid "toposcope"
+ msgstr "ÑопоÑкоп"
+
msgid "Shown Area"
msgstr "ÐÐ¾ÐºÐ°Ð·Ð°Ð½Ð½Ð°Ñ Ð¾Ð±Ð»Ð°ÑÑÑ"
@@@ -17599,6 -17959,9 +18003,9 @@@ msgstr "...дÑÑгие возможнÑ
msgid "Information Board"
msgstr "ÐнÑоÑмаÑионнÑй ÑÑенд"
+ msgid "Edit Information Board"
+ msgstr "СвойÑÑва инÑоÑмаÑионного ÑÑенда"
+
msgid "Board Content"
msgstr "СодеÑжимое ÑказаÑелÑ"
@@@ -17620,23 -17983,35 +18027,35 @@@ msgstr "ÑаÑÑениÑ
msgid "Guidepost"
msgstr "УказаÑÐµÐ»Ñ Ð½Ð°Ð¿Ñавлений"
+ msgid "Edit Guidepost"
+ msgstr "СвойÑÑва ÑказаÑÐµÐ»Ñ Ð½Ð°Ð¿Ñавлений"
+
msgid "Information Terminal"
msgstr "ÐнÑоÑмаÑÐ¸Ð¾Ð½Ð½Ð°Ñ ÑÑойка"
+ msgid "Edit Information Terminal"
+ msgstr "СвойÑÑва инÑоÑмаÑионной ÑÑойки"
+
msgid "Closer description"
msgstr "ÐодÑобное опиÑание"
msgid "Audioguide"
msgstr "ÐÑдиогид"
+ msgid "Edit Audioguide"
+ msgstr "СвойÑÑва аÑдиогида"
+
msgid "Audioguide via mobile phone?"
msgstr "ÐÑдиогид ÑеÑез мобилÑнÑй ÑелеÑон?"
msgid "Phone number"
msgstr "ÐÐ¾Ð¼ÐµÑ ÑелеÑона"
- msgid "Other Information Points"
- msgstr "ÐÑÑгие ÑпÑавоÑнÑе бÑÑо"
+ msgid "Other Information Point"
+ msgstr "ÐÑÑÐ³Ð°Ñ Ð¸Ð½ÑоÑмаÑÐ¸Ð¾Ð½Ð½Ð°Ñ ÑоÑка"
+
+ msgid "Edit Information Point"
+ msgstr "СвойÑÑва инÑоÑмаÑионной ÑоÑки"
msgid "Leisure"
msgstr "ÐоÑÑг"
@@@ -17765,50 -18140,44 +18184,44 @@@ msgstr "ÐÑÐ¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¸Ñк
msgid "Edit Artwork"
msgstr "СвойÑÑва пÑоизведений иÑкÑÑÑÑв"
- msgid "Place of Worship"
- msgstr "ÐÑлÑÑовое меÑÑо"
-
- msgid "Edit Place of Worship"
- msgstr "СвойÑÑва кÑлÑÑового меÑÑа"
-
- msgid "Religion"
- msgstr "РелигиÑ"
+ msgid "Recording Studio"
+ msgstr "СÑÑÐ´Ð¸Ñ Ð·Ð²ÑкозапиÑи"
- msgid "bahai"
- msgstr "баÑ
аи"
+ msgid "Edit Studio"
+ msgstr "СвойÑÑва ÑÑÑдии звÑкозапиÑи"
- msgid "buddhist"
- msgstr "бÑддизм"
+ msgid "audio"
+ msgstr "аÑдио"
- msgid "christian"
- msgstr "Ñ
ÑиÑÑианÑÑво"
+ msgid "video"
+ msgstr "видео"
- msgid "hindu"
- msgstr "индÑизм"
+ msgid "Place of Worship"
+ msgstr "ÐÑлÑÑовое меÑÑо"
- msgid "jain"
- msgstr "джайнизм"
+ msgid "Church"
+ msgstr "ЦеÑковÑ"
- msgid "jewish"
- msgstr "иÑдаизм"
+ msgid "Edit Church"
+ msgstr "СвойÑÑва ÑеÑкви"
- msgid "muslim"
- msgstr "иÑлам"
+ msgid "Building type"
+ msgstr "Тип зданиÑ"
- msgid "sikh"
- msgstr "ÑикÑ
изм"
+ msgid "basilica"
+ msgstr "базилика"
- msgid "spiritualist"
- msgstr "ÑпиÑиÑÑализм"
+ msgid "cathedral"
+ msgstr "ÑобоÑ"
- msgid "taoist"
- msgstr "даоÑизм"
+ msgid "chapel"
+ msgstr "ÑаÑовнÑ"
- msgid "unitarian"
- msgstr "ÑниÑаÑианÑÑво"
+ msgid "church"
+ msgstr "ÑеÑковÑ"
- msgid "zoroastrian"
- msgstr "зоÑоаÑÑÑизм"
+ msgid "temple"
+ msgstr "Ñ
Ñам"
msgid "Denomination"
msgstr "ÐонÑеÑÑиÑ"
@@@ -17825,6 -18194,12 +18238,12 @@@ msgstr "каÑолики
msgid "evangelical"
msgstr "евангелиÑÑÑ"
+ msgid "greek_catholic"
+ msgstr "воÑÑоÑнокаÑолиÑеÑкаÑ"
+
+ msgid "greek_orthodox"
+ msgstr "гÑеÑеÑкое пÑавоÑлавие"
+
msgid "jehovahs_witness"
msgstr "ÑвидеÑели ÐеговÑ"
@@@ -17837,6 -18212,9 +18256,9 @@@ msgstr "меÑодиÑÑÑ
msgid "mormon"
msgstr "моÑмонÑ"
+ msgid "new_apostolic"
+ msgstr "новоапоÑÑолÑÑÐºÐ°Ñ ÑеÑковÑ"
+
msgid "orthodox"
msgstr "пÑавоÑлавнÑе"
@@@ -17855,38 -18233,139 +18277,139 @@@ msgstr "квакеÑÑ
msgid "roman_catholic"
msgstr "ÑимÑко-каÑолиÑеÑкаÑ"
+ msgid "russian_orthodox"
+ msgstr "ÑÑÑÑкое пÑавоÑлавие"
+
+ msgid "seventh_day_adventist"
+ msgstr "адвенÑиÑÑÑ ÑедÑмого днÑ"
+
+ msgid "Service Times"
+ msgstr "ЧаÑÑ ÑлÑжб"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "закаÑ,воÑÑ
од"
+
+ msgid "Su 9:30,11:00"
+ msgstr "ÐÑ 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Сб, ÐÑ, пÑаздниÑнÑе дни 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Sa 18:00; Su 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "Сб 10:00+"
+
+ msgid "Mosque"
+ msgstr "ÐеÑеÑÑ"
+
+ msgid "Edit Mosque"
+ msgstr "СвойÑÑва меÑеÑи"
+
+ msgid "mosque"
+ msgstr "меÑеÑÑ"
+
+ msgid "ibadi"
+ msgstr "ибадиÑÑ"
+
msgid "shia"
msgstr "ÑииÑÑ"
msgid "sunni"
msgstr "ÑÑнниÑÑ"
- msgid "Service Times"
- msgstr "ЧаÑÑ ÑлÑжб"
+ msgid "Synagogue"
+ msgstr "Синагога"
- msgid "Su 10:00"
- msgstr "Su 10:00"
+ msgid "Edit Synagogue"
+ msgstr "СвойÑÑва Ñинагоги"
- msgid "Su 10:30"
- msgstr "Su 10:30"
+ msgid "synagogue"
+ msgstr "Ñинагога"
- msgid "Su 11:00"
- msgstr "Su 11:00"
+ msgid "conservative"
+ msgstr "конÑеÑваÑивнÑй"
- msgid "Opening Hours for visiting"
- msgstr "ЧаÑÑ Ð¿Ð¾ÑеÑений"
+ msgid "reform"
+ msgstr "ÑеÑоÑмиÑÑÑкий"
- msgid "Recording Studio"
- msgstr "СÑÑÐ´Ð¸Ñ Ð·Ð²ÑкозапиÑи"
+ msgid "Buddhist Temple"
+ msgstr "ÐÑддиÑÑÑкий Ñ
Ñам"
- msgid "Edit Studio"
- msgstr "СвойÑÑва ÑÑÑдии звÑкозапиÑи"
+ msgid "Edit Buddhist Temple"
+ msgstr "СвойÑÑва бÑддиÑÑÑкого Ñ
Ñама"
- msgid "audio"
- msgstr "аÑдио"
+ msgid "theravada"
+ msgstr "ÑÑ
еÑавада"
- msgid "video"
- msgstr "видео"
+ msgid "mahayana"
+ msgstr "маÑ
аÑна"
+
+ msgid "vajrayana"
+ msgstr "ваджÑаÑна"
+
+ msgid "Hindu Temple"
+ msgstr "ÐндÑиÑÑÑкий Ñ
Ñам"
+
+ msgid "Edit Hindu Temple"
+ msgstr "СвойÑÑва индÑиÑÑÑкого Ñ
Ñама"
+
+ msgid "vaishnavism"
+ msgstr "вайÑнавизм"
+
+ msgid "shaivism"
+ msgstr "Ñиваизм"
+
+ msgid "shaktism"
+ msgstr "ÑакÑизм"
+
+ msgid "smartism"
+ msgstr "ÑмаÑÑизм"
+
+ msgid "Shinto Shrine"
+ msgstr "СвÑÑилиÑе ÑинÑо"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "СвойÑÑва ÑвÑÑилиÑа ÑинÑо"
+
+ msgid "Other Place of Worship"
+ msgstr "ÐÑÑгое кÑлÑÑовое меÑÑо"
+
+ msgid "Edit other Place of Worship"
+ msgstr "СвойÑÑва дÑÑгого кÑлÑÑового меÑÑа"
+
+ msgid "Religion"
+ msgstr "РелигиÑ"
+
+ msgid "bahai"
+ msgstr "баÑ
аи"
+
+ msgid "jain"
+ msgstr "джайнизм"
+
+ msgid "sikh"
+ msgstr "ÑикÑ
изм"
+
+ msgid "spiritualist"
+ msgstr "ÑпиÑиÑÑализм"
+
+ msgid "taoist"
+ msgstr "даоÑизм"
+
+ msgid "unitarian"
+ msgstr "ÑниÑаÑианÑÑво"
+
+ msgid "zoroastrian"
+ msgstr "зоÑоаÑÑÑизм"
msgid "Public Building"
msgstr "ÐбÑеÑÑвенное здание"
@@@ -17975,6 -18454,12 +18498,12 @@@ msgstr "СвойÑÑва ÐвÑоÑко
msgid "License Classes"
msgstr "ÐаÑегоÑии"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "ÐдÑавооÑ
Ñанение"
@@@ -18056,12 -18541,66 +18585,66 @@@ msgstr "ÐеÑеÑинаÑиÑ
msgid "Edit Veterinary"
msgstr "СвойÑÑва веÑеÑинаÑии"
- msgid "Drinking water"
- msgstr "ÐиÑÑÐµÐ²Ð°Ñ Ð²Ð¾Ð´Ð°"
+ msgid "Edit Toilets"
+ msgstr "СвойÑÑва ÑÑалеÑа"
+
+ msgid "Access rights"
+ msgstr "ÐÑава доÑÑÑпа"
+
+ msgid "public"
+ msgstr "обÑедоÑÑÑпное"
+
+ msgid "seasonal"
+ msgstr "в завиÑимоÑÑи Ð¾Ñ Ñезона"
+
+ msgid "flush"
+ msgstr "ÑмÑвной"
+
+ msgid "pitlatrine"
+ msgstr "ÑмнÑй ÑÑалеÑ"
+
+ msgid "chemical"
+ msgstr "Ñ
имиÑеÑкий"
+
+ msgid "bucket"
+ msgstr "ведÑо"
+
+ msgid "Usage Position"
+ msgstr "Ðоложение"
+
+ msgid "seated"
+ msgstr "ÑидÑÑее"
+
+ msgid "seated;urinal"
+ msgstr "ÑидÑÑее;пиÑÑаÑ"
+
+ msgid "squat"
+ msgstr "наполÑнÑй ÑниÑаз"
+
+ msgid "urinal"
+ msgstr "пиÑÑаÑ"
msgid "Post Box"
msgstr "ÐоÑÑовÑй ÑÑик"
+ msgid "Edit Postbox"
+ msgstr "СвойÑÑва поÑÑового ÑÑика"
+
+ msgid "Collection times"
+ msgstr "ÐÑÐµÐ¼Ñ Ð²Ñемки пиÑем"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+
+ msgid "Drive through"
+ msgstr "ÐоÑÑÑпен не вÑÑ
Ð¾Ð´Ñ Ð¸Ð· авÑомобилÑ"
+
msgid "Telephone"
msgstr "ТелеÑон"
@@@ -18071,6 -18610,30 +18654,30 @@@ msgstr "СвойÑÑва ÑелеÑон
msgid "Telephone cards"
msgstr "ТелеÑоннÑе каÑÑÑ"
+ msgid "Emergency Phone"
+ msgstr "ТелеÑон ÑкÑÑÑенного вÑзова"
+
+ msgid "Internet Access"
+ msgstr "ÐоÑÑÑп в инÑеÑнеÑ"
+
+ msgid "Edit Internet Access"
+ msgstr "СвойÑÑва доÑÑÑпа в инÑеÑнеÑ"
+
+ msgid "Automated Defibrillator"
+ msgstr "ÐвÑомаÑизиÑованнÑй деÑибÑиллÑÑоÑ"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "СвойÑÑва авÑомаÑизиÑованного деÑибÑилÑÑоÑа"
+
+ msgid "Located inside a building?"
+ msgstr "РаÑположен внÑÑÑи зданиÑ?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "ÐаÑа поÑледней пÑовеÑки (ÐÐÐÐ-ÐÐ-ÐÐ)"
+
+ msgid "Last check note"
+ msgstr "ÐамеÑÐ°Ð½Ð¸Ñ Ð¿Ð¾Ñледней пÑовеÑки"
+
msgid "Clock"
msgstr "ЧаÑÑ"
@@@ -18080,30 -18643,36 +18687,36 @@@ msgstr "СвойÑÑва ÑаÑов
msgid "Display"
msgstr "ÐиÑплей"
- msgctxt "display"
msgid "analog"
- msgstr "ÑÑÑелоÑнÑе"
+ msgstr "ÑÑÑелоÑнÑй"
- msgctxt "display"
msgid "digital"
- msgstr "ÑиÑÑовÑе"
+ msgstr "ÑиÑÑовой"
- msgctxt "display"
msgid "sundial"
- msgstr "ÑолнеÑнÑе"
+ msgstr "ÑолнеÑнÑе ÑаÑÑ"
- msgctxt "display"
msgid "unorthodox"
- msgstr "неÑÑандаÑÑнÑе"
+ msgstr "неÑÑандаÑÑнÑй"
msgid "Support"
msgstr "ÐÑепление"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "на ÑÑолбе"
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "наÑÑенное"
+ msgstr "на ÑÑене"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "ÑекламнÑй ÑиÑ"
+ msgstr "на Ñекламном ÑиÑе"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "наземнÑе"
msgid "Visibility/readability"
msgstr "ÐонÑÑаÑÑноÑÑÑ/ÑеÑкоÑÑÑ"
@@@ -18132,7 -18701,7 +18745,7 @@@ msgstr "ÐоказÑваÑÑ Ð²Ð»Ð°Ð¶Ð½
msgid "Recycling"
msgstr "ÐÑÐ½ÐºÑ Ð¿ÑиÑма ÑÑилÑÑÑÑÑÑ"
- msgid "Edit Recycling station"
+ msgid "Edit Recycling Station"
msgstr "СвойÑÑва пÑнкÑа пÑиÑма ÑÑилÑÑÑÑÑÑ"
msgid "Batteries"
@@@ -18159,21 -18728,15 +18772,15 @@@ msgstr "оÑганизаÑиÑ
msgid "Waste Basket"
msgstr "УÑна Ð´Ð»Ñ Ð¼ÑÑоÑа"
- msgid "Edit Waste Basket"
- msgstr "СвойÑÑва ÑÑÐ½Ñ Ð´Ð»Ñ Ð¼ÑÑоÑа"
-
msgid "Waste Disposal"
msgstr "ÐÑÑоÑнÑй конÑейнеÑ"
- msgid "Edit Waste Disposal"
- msgstr "СвойÑÑва мÑÑоÑного конÑейнеÑа"
+ msgid "Edit Bench"
+ msgstr "СвойÑÑва Ñкамейки"
msgid "Backrest"
msgstr "Спинка"
- msgid "plastic"
- msgstr "плаÑÑик"
-
msgid "Amount of Seats"
msgstr "ÐолиÑеÑÑво меÑÑ"
@@@ -18208,18 -18771,24 +18815,24 @@@ msgstr "СвойÑÑва оÑ
оÑниÑ
msgid "Height"
msgstr "ÐÑÑоÑа"
+ msgctxt "height"
msgid "low"
msgstr "низкаÑ"
+ msgctxt "height"
+ msgid "half"
+ msgstr "половиннаÑ"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "полнаÑ"
+
msgid "Hide"
msgstr "СкÑÑÑаÑ"
msgid "Lock"
msgstr "ÐапиÑаеÑÑÑ"
- msgid "Drinking Water"
- msgstr "ÐиÑÑÐµÐ²Ð°Ñ Ð²Ð¾Ð´Ð°"
-
msgid "Edit Source of Potable Water"
msgstr "СвойÑÑва иÑÑоÑника пиÑÑевой водÑ"
@@@ -18251,6 -18820,9 +18864,9 @@@ msgstr "Ñ Ð²Ð¾Ð´Ð¾Ñма
msgid "Diameter (in mm)"
msgstr "ÐиамеÑÑ (в мм)"
+ msgid "Hydrant Position"
+ msgstr "РаÑположение"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "пеÑеÑлок"
@@@ -18288,117 -18860,153 +18904,153 @@@ msgstr "СÑадион
msgid "Edit Stadium"
msgstr "СвойÑÑва ÑÑадиона"
- msgid "select sport:"
- msgstr "вид ÑпоÑÑа:"
+ msgid "Select sport:"
+ msgstr "ÐÑбеÑиÑе ÑпоÑÑ:"
- msgid "sport"
- msgstr "ÑпоÑÑ"
+ msgid "Sport"
+ msgstr "СпоÑÑ"
+ msgctxt "sport"
msgid "multi"
msgstr "неÑколÑко"
+ msgctxt "sport"
msgid "archery"
msgstr "ÑÑÑелÑба из лÑка"
+ msgctxt "sport"
msgid "athletics"
msgstr "аÑлеÑика"
+ msgctxt "sport"
msgid "american_football"
- msgstr "амеÑиканÑкий_ÑÑÑбол"
+ msgstr "амеÑиканÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "australian_football"
msgstr "авÑÑÑалийÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "baseball"
msgstr "бейÑбол"
+ msgctxt "sport"
msgid "basketball"
msgstr "баÑкеÑбол"
+ msgctxt "sport"
msgid "boules"
- msgstr "боÑÑе"
+ msgstr "бÑл"
+ msgctxt "sport"
msgid "bowls"
msgstr "боÑлз"
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "канадÑкий_ÑÑÑбол"
+ msgstr "канадÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "canoe"
- msgstr "гÑÐµÐ±Ð»Ñ Ð½Ð° каноÑ/каÑке"
+ msgstr "байдаÑки и каÑки"
+ msgctxt "sport"
msgid "climbing"
msgstr "Ñкалолазание"
+ msgctxt "sport"
msgid "cricket"
msgstr "кÑикеÑ"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "ÑÑениÑовоÑнÑе ÑеÑки Ð´Ð»Ñ ÐºÑикеÑа"
+ msgstr "ÑеÑки Ð´Ð»Ñ ÑÑениÑовок по кÑикеÑÑ"
+ msgctxt "sport"
msgid "croquet"
msgstr "кÑокеÑ"
+ msgctxt "sport"
msgid "cycling"
msgstr "велоÑпоÑÑ"
+ msgctxt "sport"
msgid "dog_racing"
msgstr "ÑобаÑÑи бега"
+ msgctxt "sport"
msgid "equestrian"
- msgstr "коннÑй ÑпоÑÑ"
+ msgstr "веÑÑ
Ð¾Ð²Ð°Ñ ÐµÐ·Ð´Ð°"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "гаÑлÑÑкие игÑÑ"
+ msgstr "гÑлÑÑкие игÑÑ"
+ msgctxt "sport"
msgid "golf"
msgstr "голÑÑ"
+ msgctxt "sport"
msgid "gymnastics"
msgstr "гимнаÑÑика"
+ msgctxt "sport"
msgid "hockey"
msgstr "Ñ
оккей"
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "лоÑадинÑе бега"
+ msgstr "ÑкаÑки на лоÑадÑÑ
"
+ msgctxt "sport"
msgid "motor"
- msgstr "моÑоÑнÑй ÑпоÑÑ"
+ msgstr "авÑомоÑоÑпоÑÑ"
+ msgctxt "sport"
msgid "pelota"
msgstr "пелоÑа"
+ msgctxt "sport"
msgid "racquet"
- msgstr "ÑакеÑбол"
+ msgstr "игÑÑ Ñ ÑакеÑками"
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "лига_Ñегби"
+ msgstr "Ñегби-лиг (Ñегби-13)"
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "обÑединение_Ñегби"
+ msgstr "Ñегби-Ñнион (Ñегби-15)"
+ msgctxt "sport"
msgid "shooting"
msgstr "ÑÑÑелÑба"
+ msgctxt "sport"
msgid "skateboard"
msgstr "ÑкейÑбоÑд"
+ msgctxt "sport"
msgid "skating"
- msgstr "ÑигÑÑное каÑание"
+ msgstr "конÑки"
+ msgctxt "sport"
msgid "skiing"
- msgstr "лÑжнÑй ÑпоÑÑ"
+ msgstr "лÑжи"
+ msgctxt "sport"
msgid "soccer"
msgstr "ÑÑÑбол"
+ msgctxt "sport"
msgid "swimming"
msgstr "плавание"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "наÑÑолÑнÑй ÑенниÑ"
+ msgctxt "sport"
msgid "tennis"
msgstr "ÑенниÑ"
@@@ -18432,33 -19040,43 +19084,43 @@@ msgstr "Ðоле Ð´Ð»Ñ Ð¼Ð¸Ð½Ð¸Ð³Ð¾Ð»Ñ
msgid "Edit Miniature Golf"
msgstr "СвойÑÑва Ð¿Ð¾Ð»Ñ Ð´Ð»Ñ Ð¼Ð¸Ð½Ð¸Ð³Ð¾Ð»ÑÑа"
- msgid "Sport"
- msgstr "СпоÑÑ"
-
msgid "Multi"
msgstr "ÐногобоÑÑе"
msgid "Edit Multi"
msgstr "ÐÑавиÑÑ ÐногобоÑÑе"
- msgid "type"
- msgstr "вид"
-
+ msgctxt "running"
msgid "pitch"
msgstr "ÑпоÑÑивное поле"
+ msgctxt "running"
msgid "sports_centre"
msgstr "ÑпоÑÑивнÑй ÑенÑÑ"
+ msgctxt "running"
msgid "stadium"
msgstr "ÑÑадион"
+ msgctxt "running"
+ msgid "track"
+ msgstr "доÑожка"
+
msgid "9pin"
msgstr "ÐоÑлинг (9-кегелÑнÑй)"
msgid "Edit 9pin"
msgstr "СвойÑÑва боÑлинга"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивное поле"
+
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивнÑй ÑенÑÑ"
+
+ msgid "stadium"
+ msgstr "ÑÑадион"
+
msgid "10pin"
msgstr "ÐоÑлинг (10-кегелÑнÑй)"
@@@ -18492,6 -19110,22 +19154,22 @@@ msgstr "СвойÑÑва ÐÑебли Ð
msgid "Edit Cycling"
msgstr "СвойÑÑва велоÑпоÑÑа"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивное поле"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивнÑй ÑенÑÑ"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "ÑÑадион"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "ÑÑек"
+
msgid "Dog Racing"
msgstr "СобаÑÑи бега"
@@@ -18592,38 -19226,56 +19270,56 @@@ msgstr "ÑнежнÑй паÑк
msgid "Difficulty"
msgstr "СложноÑÑÑ"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "наÑалÑнÑй"
+ msgstr "Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñков"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "лÑгкий"
+ msgstr "пÑоÑÑаÑ"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "ÑÑеднÑÑ"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "ÑложнÑй"
+ msgstr "ÑÑложнÑннаÑ"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "оÑÐµÐ½Ñ ÑложнÑй"
+ msgstr "Ð´Ð»Ñ ÑкÑпеÑÑов"
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr "ÑÑиÑайд"
msgid "Grooming"
msgstr "ÐодгоÑовка"
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "клаÑÑика"
+ msgstr "Ð´Ð»Ñ ÐºÐ»Ð°ÑÑиÑеÑкого Ñ
ода"
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "могÑл"
+ msgstr "Ð´Ð»Ñ Ð¼Ð¾Ð³Ñла"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "Ð´Ð»Ñ ÐºÐ¾Ð½Ñкового Ñ
ода"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "клаÑÑика;ÑвободнÑй ÑÑилÑ"
+ msgstr "Ð´Ð»Ñ ÐºÐ»Ð°ÑÑиÑеÑкого и конÑкового Ñ
ода"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "ÑкÑÑеÑ"
+ msgstr "пÑоложена ÑнегоÑ
одом"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "бÑкканÑÑи"
+ msgstr "без подгоÑовки"
msgid "Shooting"
msgstr "СÑÑелÑба"
@@@ -18664,21 -19316,17 +19360,17 @@@ msgstr "ÐÑлÑÑкие игÑÑ
msgid "Edit Gaelic Games"
msgstr "СвойÑÑва гаÑлÑÑкиÑ
игÑ"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "ÐÑландÑкий Ñ
оккей на ÑÑаве (Ñ
ÑÑлинг)"
+ msgstr "Ð¥ÑÑлинг"
- msgctxt "gaelic game"
msgid "Football"
msgstr "ФÑÑбол"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Ðамоги"
- msgctxt "gaelic game"
msgid "Rounders"
- msgstr "ÐнглийÑÐºÐ°Ñ Ð»Ð°Ð¿Ñа (ÑаÑндеÑÑ)"
+ msgstr "ÐнглийÑÐºÐ°Ñ Ð»Ð°Ð¿Ñа"
msgid "Rugby League"
msgstr "Ðига Ñегби"
@@@ -18815,6 -19463,18 +19507,18 @@@ msgstr "ÐвиамоделÑнÑй Ñп
msgid "Edit Model Aerodrome"
msgstr "СвойÑÑва обÑекÑа авиамоделÑного ÑпоÑÑа"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивное поле"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивнÑй ÑенÑÑ"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "доÑожка"
+
msgid "RC Car"
msgstr "ÐаÑинка на диÑÑанÑионном ÑпÑавлении"
@@@ -18827,59 -19487,133 +19531,133 @@@ msgstr "Ð ÑкоÑвоÑное
msgid "Edit Building"
msgstr "СвойÑÑва зданиÑ"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "да"
+
+ msgctxt "building"
msgid "roof"
- msgstr "кÑÑÑа"
+ msgstr "кÑÑÑа или навеÑ"
+ msgctxt "building"
msgid "garage"
msgstr "гаÑаж"
- msgid "church"
- msgstr "ÑеÑковÑ"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "гаÑажи"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "пÑомÑÑленное"
+ msgctxt "building"
msgid "school"
msgstr "Ñкола"
+ msgctxt "building"
msgid "hangar"
msgstr "ангаÑ"
+ msgctxt "building"
msgid "commercial"
- msgstr "коммеÑÑеÑкое"
+ msgstr "меÑÑо деловой акÑивноÑÑи"
+ msgctxt "building"
msgid "farm"
msgstr "ÑеÑма"
+ msgctxt "building"
msgid "transportation"
- msgstr "ÑÑанÑпоÑÑ"
+ msgstr "гÑÑзопеÑевозки"
+ msgctxt "building"
msgid "greenhouse"
msgstr "ÑеплиÑа"
+ msgctxt "building"
msgid "office"
msgstr "оÑиÑ"
+ msgctxt "building"
msgid "university"
msgstr "ÑнивеÑÑиÑеÑ"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "болÑниÑа"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "Ñклад"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "ÑозниÑÐ½Ð°Ñ ÑоÑговлÑ"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "ÑаÑай"
+
msgid "Residential Building"
msgstr "Ðилое здание"
msgid "Edit Residential Building"
msgstr "СвойÑÑва жилого зданиÑ"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "жилое"
+
+ msgctxt "building"
msgid "apartments"
msgstr "многокваÑÑиÑнÑй жилой дом"
+ msgctxt "building"
msgid "house"
- msgstr "дом"
+ msgstr "индивидÑалÑнÑй жилой дом"
+ msgctxt "building"
msgid "hut"
msgstr "Ñ
ижина"
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "обÑежиÑие"
+
+ msgctxt "building"
msgid "terrace"
- msgstr "ÑеÑÑаÑа"
+ msgstr "ÑÑд ÑÑандаÑÑнÑÑ
домиков"
+ msgctxt "building"
msgid "detached"
- msgstr "оÑделÑно ÑÑоÑÑее"
+ msgstr "оÑделÑно ÑÑоÑÑий дом"
+
+ msgid "Entrance"
+ msgstr "пÑоÑ
од"
+
+ msgid "Edit Entrance"
+ msgstr "СвойÑÑва пÑоÑ
ода"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "да"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "главнÑй"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "ÑлÑжебнÑй"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "вÑÑ
од"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "аваÑийнÑй вÑÑ
од"
msgid "Tower"
msgstr "ÐаÑнÑ"
@@@ -19105,42 -19839,68 +19883,68 @@@ msgstr "ÐÑÐµÐ¼Ñ ÑабоÑÑ
msgid "Mo-Fr 22:00-05:00"
msgstr "Mo-Fr 22:00-05:00"
- msgid "Measurement Station"
- msgstr "ÐзмеÑиÑелÑнÑй пÑнкÑ"
+ msgid "Monitoring Station"
+ msgstr "СÑанÑÐ¸Ñ Ð½Ð°Ð±Ð»ÑдениÑ"
- msgid "Edit Measurement Station"
- msgstr "СвойÑÑва измеÑиÑелÑного пÑнкÑа"
+ msgid "Edit Monitoring Station"
+ msgstr "СвойÑÑва ÑÑанÑии наблÑдениÑ"
- msgid "Measurement"
- msgstr "ÐзмеÑÑемÑе паÑамеÑÑÑ"
+ msgid "Monitoring:"
+ msgstr "ÐаблÑдение за:"
- msgid "particulate_matter"
- msgstr "загÑÑзнение воздÑÑ
а"
+ msgid "Weather"
+ msgstr "Ðогодой"
- msgid "seismic"
- msgstr "ÑейÑмика"
+ msgid "Water level"
+ msgstr "УÑовнем водÑ"
- msgid "water_level"
- msgstr "ÑÑÐ¾Ð²ÐµÐ½Ñ Ð²Ð¾Ð´Ñ"
+ msgid "Tide Level"
+ msgstr "УÑовнем пÑилива"
- msgid "weather"
- msgstr "погода"
+ msgid "Traffic"
+ msgstr "ÐоÑожнÑм движением"
- msgid "Recording"
- msgstr "РегиÑÑÑаÑÐ¸Ñ Ð´Ð°Ð½Ð½ÑÑ
"
+ msgid "Air Quality"
+ msgstr "ЧиÑÑоÑой воздÑÑ
а"
- msgid "manually"
- msgstr "вÑÑÑнÑÑ"
+ msgid "Noise"
+ msgstr "ШÑмом"
- msgid "automated"
- msgstr "авÑомаÑиÑеÑки"
+ msgid "GPS Signals"
+ msgstr "Сигналами GPS"
- msgid "remote"
- msgstr "ÑдалÑнно"
+ msgid "GLONASS Signals"
+ msgstr "Сигналами GLONASS"
- msgctxt "display"
- msgid "no"
- msgstr "неÑ"
+ msgid "Galileo Signals"
+ msgstr "Сигналами Galileo"
+
+ msgid "Radiation"
+ msgstr "РадиаÑией"
+
+ msgid "Seismic Activity"
+ msgstr "СейÑмиÑеÑкой акÑивноÑÑÑÑ"
+
+ msgid "Recording:"
+ msgstr "ÐапиÑÑ::"
+
+ msgid "Automated"
+ msgstr "ÐвÑомаÑиÑеÑкаÑ"
+
+ msgid "Manually"
+ msgstr "ÐÑÑÑнÑÑ"
+
+ msgid "Remote"
+ msgstr "ÐиÑÑанÑионнаÑ"
+
+ msgid "Display:"
+ msgstr "ÐнÑеÑÑейÑ:"
+
+ msgid "Analog"
+ msgstr "ÐналоговÑй"
+
+ msgid "Digital"
+ msgstr "ЦиÑÑовой"
msgid "Survey Point"
msgstr "ÐеодезиÑеÑкий пÑнкÑ"
@@@ -19148,8 -19908,8 +19952,8 @@@
msgid "Edit Survey Point"
msgstr "СвойÑÑва геодезиÑеÑкого пÑнкÑа"
- msgid "Surveillance"
- msgstr "ÐамеÑа наблÑдениÑ"
+ msgid "Surveillance Camera"
+ msgstr "ÐамеÑа видеонаблÑдениÑ"
msgid "Edit Surveillance Camera"
msgstr "СвойÑÑва камеÑÑ Ð½Ð°Ð±Ð»ÑдениÑ"
@@@ -19160,12 -19920,102 +19964,102 @@@ msgstr "внÑÑÑеннÑÑ
msgid "outdoor"
msgstr "внеÑнÑÑ"
- msgid "public"
- msgstr "обÑедоÑÑÑпное"
+ msgid "Zone"
+ msgstr "ÐблаÑÑÑ Ð½Ð°Ð±Ð»ÑдениÑ"
+
+ msgid "parking"
+ msgstr "паÑковка"
+
+ msgid "traffic"
+ msgstr "доÑожное движение"
+
+ msgid "shop"
+ msgstr "магазин"
+
+ msgid "bank"
+ msgstr "банк"
+
+ msgid "Camera"
+ msgstr "ÐамеÑа"
+
+ msgid "fixed"
+ msgstr "неподвижнаÑ"
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr "кÑполÑнаÑ"
+
+ msgid "Mounted on"
+ msgstr "УÑÑановлена на"
+
+ msgid "ceiling"
+ msgstr "поÑолок"
+
+ msgid "Direction in degrees"
+ msgstr "ÐапÑавление в гÑадÑÑаÑ
"
+
+ msgid "Inclination in degrees"
+ msgstr "Ðаклон в гÑадÑÑаÑ
"
+
+ msgid "Height in meter (m)"
+ msgstr "ÐÑÑоÑа в меÑÑаÑ
(м)"
msgid "Power"
msgstr "ÐлекÑÑоÑнеÑгиÑ"
+ msgid "Power Plant"
+ msgstr "ÐнеÑгоÑÑанÑиÑ"
+
+ msgid "Edit Power Plant"
+ msgstr "СвойÑÑва ÑнеÑгоÑÑанÑии"
+
+ msgid "Start date"
+ msgstr "ÐаÑа запÑÑка"
+
+ msgid "Output forms of energy"
+ msgstr "Ðид генеÑиÑÑемой ÑнеÑгии"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr "(пожалÑйÑÑа, добавÑÑе ÑÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð´Ð»Ñ Ð³ÐµÐ½ÐµÑаÑоÑов, еÑли возможно)"
+
+ msgid "electricity"
+ msgstr "ÑлекÑÑиÑеÑÑво"
+
+ msgid "2 W"
+ msgstr "2 ÐÑ"
+
+ msgid "3 kW"
+ msgstr "3 кÐÑ"
+
+ msgid "5 MW"
+ msgstr "5 ÐÐÑ"
+
+ msgid "7 GW"
+ msgstr "7 ÐÐÑ"
+
+ msgid "hot water"
+ msgstr "гоÑÑÑÐ°Ñ Ð²Ð¾Ð´Ð°"
+
+ msgid "hot air"
+ msgstr "гоÑÑÑий воздÑÑ
"
+
+ msgid "cold water"
+ msgstr "Ñ
Ð¾Ð»Ð¾Ð´Ð½Ð°Ñ Ð²Ð¾Ð´Ð°"
+
+ msgid "cold air"
+ msgstr "Ñ
олоднÑй воздÑÑ
"
+
+ msgid "compressed air"
+ msgstr "ÑжаÑÑй воздÑÑ
"
+
+ msgid "steam"
+ msgstr "паÑ"
+
+ msgid "vacuum"
+ msgstr "вакÑÑм"
+
msgid "Power Generator"
msgstr "ÐлекÑÑоÑÑанÑиÑ"
@@@ -19205,111 -20055,231 +20099,231 @@@ msgstr "ÑолнеÑнаÑ
msgid "tidal"
msgstr "пÑиливнаÑ"
- msgid "waste"
- msgstr "мÑÑоÑ"
+ msgid "waste"
+ msgstr "мÑÑоÑ"
+
+ msgid "wave"
+ msgstr "ÑнеÑгиÑ_волн"
+
+ msgid "wind"
+ msgstr "веÑÑÑнаÑ"
+
+ msgid "Method"
+ msgstr "СпоÑоб"
+
+ msgctxt "generator method"
+ msgid "anaerobic_digestion"
+ msgstr "анаÑÑобное ÑбÑаживание"
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "плоÑина"
+
+ msgctxt "generator method"
+ msgid "combustion"
+ msgstr "ÑгоÑание"
+
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "биоÑопливо / ÑÐ³Ð¾Ð»Ñ / дизÑопливо / газ / бензин / маÑло / оÑÑ
одÑ"
+
+ msgctxt "generator method"
+ msgid "fission"
+ msgstr "деление ÑдеÑ"
+
+ msgctxt "generator method"
+ msgid "fusion"
+ msgstr "ÑинÑез"
+
+ msgctxt "generator method"
+ msgid "gasification"
+ msgstr "пÑеобÑазование в газ"
+
+ msgid "biomass / waste"
+ msgstr "биомаÑÑа / оÑÑ
одÑ"
+
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr "ÑоÑогалÑваниÑеÑкое пÑеобÑазование"
+
+ msgctxt "generator method"
+ msgid "pyrolysis"
+ msgstr "пиÑолиз"
+
+ msgctxt "generator method"
+ msgid "run-of-the-river"
+ msgstr "ÑеÑение Ñеки"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "воднÑй поÑок"
+
+ msgctxt "generator method"
+ msgid "thermal"
+ msgstr "ÑеÑмалÑнÑй"
+
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "водоÑ
ÑанилиÑе, наполнÑемое наÑоÑом"
+
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "водоÑ
ÑанилиÑе"
+
+ msgid "Generator Type"
+ msgstr "Тип генеÑаÑоÑа"
+
+ msgid "combined_cycle"
+ msgstr "паÑо-газовÑй Ñикл"
+
+ msgid "gas combustion"
+ msgstr "ÑгоÑание газа"
+
+ msgid "francis_turbine"
+ msgstr "ÑÑÑбина ФÑенÑиÑа"
+
+ msgid "gas_turbine"
+ msgstr "Ð³Ð°Ð·Ð¾Ð²Ð°Ñ ÑÑÑбина"
+
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "биогаз, биомаÑÑа, газ, ÑгоÑание оÑÑ
одов"
+
+ msgid "heat_pump"
+ msgstr "Ñепловой наÑоÑ"
+
+ msgid "horizontal_axis"
+ msgstr "гоÑизонÑалÑÐ½Ð°Ñ Ð¾ÑÑ"
+
+ msgid "tidal steam / wind"
+ msgstr "пÑиливное ÑеÑение / веÑеÑ"
+
+ msgid "kaplan_turbine"
+ msgstr "ÑÑÑбина Ðаплана"
+
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "ÑеÑение Ñеки / водоÑ
ÑанилиÑе / пÑÐ¸Ð»Ð¸Ð²Ð½Ð°Ñ Ð¿Ð»Ð¾Ñина"
- msgid "wave"
- msgstr "ÑнеÑгиÑ_волн"
+ msgid "pelton_turbine"
+ msgstr "ÑÑÑбина ÐелÑона"
- msgid "wind"
- msgstr "веÑÑÑнаÑ"
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "ÑеÑение Ñеки / водоÑ
ÑанилиÑе"
- msgid "Method"
- msgstr "СпоÑоб"
+ msgid "reciprocating_engine"
+ msgstr "поÑÑневой двигаÑелÑ"
- msgid "anaerobic_digestion"
- msgstr "анаÑÑобное_ÑбÑаживание"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "биоÑопливо, биогаз, дизÑопливо, газ, бензин"
- msgid "combustion"
- msgstr "Ñжигание"
+ msgid "solar_photovoltaic_panel"
+ msgstr "ÑолнеÑÐ½Ð°Ñ ÑоÑоÑлекÑÑиÑеÑÐºÐ°Ñ Ð¿Ð°Ð½ÐµÐ»Ñ"
- msgid "dam"
- msgstr "дамба"
+ msgid "solar photovoltaic"
+ msgstr "ÑолнеÑнÑй ÑоÑогалÑваниÑеÑкий"
- msgid "fission"
- msgstr "деление"
+ msgid "solar_thermal_collector"
+ msgstr "ÑолнеÑнÑй коллекÑоÑ"
- msgid "fusion"
- msgstr "ÑеÑмоÑдеÑное ÑлиÑние"
+ msgid "solar thermal"
+ msgstr "ÑÐµÐ¿Ð»Ð¾Ð²Ð°Ñ ÑнеÑÐ³Ð¸Ñ ÑолнÑа"
- msgid "gasification"
- msgstr "газиÑикаÑиÑ"
+ msgid "steam_generator"
+ msgstr "паÑогенеÑаÑоÑ"
- msgid "photovoltaic"
- msgstr "ÑолнеÑнаÑ"
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "био, ÑголÑ, дизÑопливо, газ, бензин, маÑло, Ñжигание оÑÑ
одов"
- msgid "pumped-storage"
- msgstr "гидÑоаккÑмÑлÑÑиÑ"
+ msgid "steam_turbine"
+ msgstr "паÑÐ¾Ð²Ð°Ñ ÑÑÑбина"
- msgid "pumping"
- msgstr "геоÑеÑмалÑнÑе водÑ"
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+ "геоÑеÑмалÑÐ½Ð°Ñ / ÑолнеÑÐ½Ð°Ñ ÑнеÑÐ³Ð¸Ñ / биоÑопливо, ÑголÑ, маÑло, Ñжигание "
+ "оÑÑ
одов"
- msgid "pyrolysis"
- msgstr "пиÑолиз"
+ msgid "stellarator"
+ msgstr "ÑÑеллаÑаÑоÑ"
- msgid "run-of-the-river"
- msgstr "ÐÐС без ÑезеÑвÑаÑа"
+ msgid "nuclear fusion"
+ msgstr "ÑдеÑнÑй ÑинÑез"
- msgid "thermal"
- msgstr "ÑепловаÑ"
+ msgid "tokamak"
+ msgstr "Ñокамак"
- msgid "Output forms of energy"
- msgstr "Ðид генеÑиÑÑемой ÑнеÑгии"
+ msgid "vertical_axis"
+ msgstr "веÑÑикалÑÐ½Ð°Ñ Ð¾ÑÑ"
- msgid "electricity"
- msgstr "ÑлекÑÑиÑеÑÑво"
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 1 (BWR-1)"
- msgid "2 W"
- msgstr "2 ÐÑ"
+ msgid "nuclear fission"
+ msgstr "деление ÑдеÑ"
- msgid "3 kW"
- msgstr "3 кÐÑ"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 2 (BWR-2)"
- msgid "5 MW"
- msgstr "5 ÐÐÑ"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 3 (BWR-3)"
- msgid "7 GW"
- msgstr "7 ÐÐÑ"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 4 (BWR-4)"
- msgid "hot water"
- msgstr "гоÑÑÑÐ°Ñ Ð²Ð¾Ð´Ð°"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 5 (BWR-5)"
- msgid "hot air"
- msgstr "гоÑÑÑий воздÑÑ
"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "ÐипÑÑий водо-водÑной ÑеакÑÐ¾Ñ 6 (BWR-6)"
- msgid "cold water"
- msgstr "Ñ
Ð¾Ð»Ð¾Ð´Ð½Ð°Ñ Ð²Ð¾Ð´Ð°"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "РеакÑÐ¾Ñ CANDU (CANada Deuterium Uranium)"
- msgid "cold air"
- msgstr "Ñ
олоднÑй воздÑÑ
"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "ÐиÑайÑкий водо-водÑной ÑдеÑнÑй ÑеакÑÐ¾Ñ (CPR-1000)"
- msgid "compressed air"
- msgstr "ÑжаÑÑй воздÑÑ
"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "ÐвÑопейÑкий водо-водÑной ÑдеÑнÑй ÑеакÑÐ¾Ñ (EPR)"
- msgid "steam"
- msgstr "паÑ"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "ÐнеÑÑиалÑнÑй ÑпÑавлÑемÑй ÑеÑмоÑдеÑнÑй ÑинÑез (ICF)"
- msgid "vacuum"
- msgstr "вакÑÑм"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Ðодо-водÑной ÑдеÑнÑй ÑеакÑÐ¾Ñ (PWR)"
- msgid "battery charging"
- msgstr "подзаÑÑдка аккÑмÑлÑÑоÑов"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "РеакÑÐ¾Ñ Ð±Ð¾Ð»ÑÑой моÑноÑÑи каналÑнÑй 1000 (RBMK-1000)"
- msgid "Power Station"
- msgstr "ÐлекÑÑоподÑÑанÑиÑ"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "РеакÑÐ¾Ñ Ð±Ð¾Ð»ÑÑой моÑноÑÑи каналÑнÑй 1500 (RBMK-1500)"
- msgid "Edit Power Station"
- msgstr "СвойÑÑва ÑлекÑÑоподÑÑанÑии"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Ðодо-водÑной ÑнеÑгеÑиÑеÑкий ÑеакÑÐ¾Ñ (VVER)"
+
+ msgid "Output forms of energy:"
+ msgstr "ÐÑÑ
однÑе ÑоÑÐ¼Ñ ÑнеÑгии:"
msgid "Power Sub Station"
- msgstr "ТÑанÑÑоÑмаÑоÑÐ½Ð°Ñ Ð±Ñдка"
+ msgstr "ÐодÑÑанÑиÑ"
msgid "Edit Power Sub Station"
- msgstr "СвойÑÑва ÑÑанÑÑоÑмаÑоÑной бÑдки"
+ msgstr "СвойÑÑва подÑÑанÑии"
msgid "Line reference"
msgstr "ТаблиÑка на линии ÑлекÑÑопеÑедаÑ"
+ msgid "high"
+ msgstr "вÑÑокое"
+
+ msgid "medium"
+ msgstr "ÑÑеднее"
+
+ msgid "low"
+ msgstr "низкаÑ"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "РаÑпÑеделиÑелÑнÑй ÑкаÑ"
@@@ -19325,6 -20295,9 +20339,9 @@@ msgstr "СвойÑÑва опоÑÑ ÐÐ
msgid "Tower reference"
msgstr "ÐÐ¾Ð¼ÐµÑ Ð²ÑÑки"
+ msgid "steel"
+ msgstr "ÑÑалÑ"
+
msgid "Pole"
msgstr "СÑолб"
@@@ -19343,13 -20316,11 +20360,11 @@@ msgstr "СвойÑÑва линии ÑÐ
msgid "Line type"
msgstr "Тип линии"
- msgctxt "Power Line"
msgid "line"
- msgstr "вÑÑоковолÑÑнаÑ"
+ msgstr "линиÑ"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "ÑÑеднего/низкого напÑÑжениÑ"
+ msgstr "низковолÑÑнÑе"
msgid "Amount of Cables"
msgstr "ÐолиÑеÑÑво ÑоконеÑÑÑиÑ
кабелей (без гÑозозаÑиÑнÑÑ
)"
@@@ -19456,11 -20427,11 +20471,11 @@@ msgstr "ÐиоÑк
msgid "Edit Kiosk"
msgstr "СвойÑÑва киоÑка"
- msgid "Baker"
+ msgid "Bakery"
msgstr "ÐÑлоÑнаÑ"
- msgid "Edit Baker"
- msgstr "СвойÑÑва бÑлоÑной"
+ msgid "Edit Bakery"
+ msgstr "СвойÑÑва пекаÑни"
msgid "Butcher"
msgstr "ÐÑÑÐ½Ð°Ñ Ð»Ð°Ð²ÐºÐ°"
@@@ -19471,8 -20442,8 +20486,8 @@@ msgstr "СвойÑÑва мÑÑной Ð
msgid "Seafood"
msgstr "ÐоÑепÑодÑкÑÑ"
- msgid "Edit Seafood"
- msgstr "СвойÑÑва моÑепÑодÑкÑов"
+ msgid "Edit Seafood Shop"
+ msgstr "СвойÑÑва магазина моÑепÑодÑкÑов"
msgid "Deli (Fine Food)"
msgstr "ÐеликаÑеÑÑ"
@@@ -19492,6 -20463,9 +20507,9 @@@ msgstr "Ð Ñнок
msgid "Edit Marketplace"
msgstr "СвойÑÑва ÑÑнка"
+ msgid "Organic"
+ msgstr "ÐаÑÑÑалÑнÑе пÑодÑкÑÑ"
+
msgid "Greengrocer"
msgstr "ÐÑÐ¾Ð´Ð°Ð²ÐµÑ ÑÑÑкÑов или овоÑей"
@@@ -19504,9 -20478,6 +20522,6 @@@ msgstr "ФеÑмеÑÑкий магаз
msgid "Edit Farm Stand"
msgstr "СвойÑÑва ÑеÑмеÑÑкого магазина"
- msgid "Organic"
- msgstr "ÐаÑÑÑалÑнÑе пÑодÑкÑÑ"
-
msgid "Edit Organic/Bio"
msgstr "СвойÑÑва магазина наÑÑÑалÑнÑÑ
пÑодÑкÑов"
@@@ -19576,7 -20547,7 +20591,7 @@@ msgstr "СвойÑÑва поÑÑног
msgid "Fabric"
msgstr "Ткани"
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr "СвойÑÑва магазина Ñканей"
msgid "Electronic"
@@@ -19597,14 -20568,14 +20612,14 @@@ msgstr "СвойÑÑва магазин
msgid "Mobile Phone"
msgstr "ÐобилÑнÑй ÑелеÑон"
- msgid "Edit Mobile Phone"
- msgstr "СвойÑÑва мобилÑного ÑелеÑона"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "СвойÑÑва магазина мобилÑнÑÑ
ÑелеÑонов"
msgid "Vacuum Cleaner"
msgstr "ÐÑлеÑоÑ"
- msgid "Edit Vacuum Cleaner"
- msgstr "СвойÑÑва пÑлеÑоÑа"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "СвойÑÑва магазина пÑлеÑоÑов"
msgid "Hifi"
msgstr "ÐвÑÐºÐ¾Ð²Ð°Ñ Ð°Ð¿Ð¿Ð°ÑаÑÑÑа"
@@@ -19612,7 -20583,6 +20627,6 @@@
msgid "Edit Hifi Shop"
msgstr "СвойÑÑва магазина звÑковой аппаÑаÑÑÑÑ"
- msgctxt "shop"
msgid "Video"
msgstr "Ðидео"
@@@ -19640,6 -20610,12 +20654,12 @@@ msgstr "СвойÑÑва пÑнкÑа Ð
msgid "Edit Automated Teller Machine"
msgstr "СвойÑÑва банкомаÑа"
+ msgid "Pawnbroker"
+ msgstr "ÐомбаÑд"
+
+ msgid "Edit Pawnbroker"
+ msgstr "СвойÑÑва ломбаÑда"
+
msgid "Department Store"
msgstr "УнивеÑмаг"
@@@ -19676,10 -20652,31 +20696,31 @@@ msgstr "ЮвелиÑнÑе издели
msgid "Edit Jewelry"
msgstr "СвойÑÑва ÑвелиÑнÑÑ
изделий"
+ msgid "Gift"
+ msgstr "СÑвениÑнÑй магазин"
+
+ msgid "Edit Gift Shop"
+ msgstr "СвойÑÑва ÑÑвениÑного магазина"
+
+ msgid "buddhist"
+ msgstr "бÑддизм"
+
+ msgid "christian"
+ msgstr "Ñ
ÑиÑÑианÑÑво"
+
+ msgid "hindu"
+ msgstr "индÑизм"
+
+ msgid "jewish"
+ msgstr "иÑдаизм"
+
+ msgid "muslim"
+ msgstr "иÑлам"
+
msgid "Erotic"
msgstr "СекÑ-Ñоп"
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr "СвойÑÑва ÑекÑ-Ñопа"
msgid "Florist"
@@@ -19709,8 -20706,8 +20750,8 @@@ msgstr "СвойÑÑва Ñ
озÑйÑÑ
msgid "Paint"
msgstr "ÐÑаÑки"
- msgid "Edit Paint"
- msgstr "СвойÑÑва кÑаÑок"
+ msgid "Edit Paint Shop"
+ msgstr "СвойÑÑва магазина кÑаÑок"
msgid "Furniture"
msgstr "ÐебелÑнÑй"
@@@ -19721,20 -20718,20 +20762,20 @@@ msgstr "СвойÑÑва мебелÑн
msgid "Kitchen"
msgstr "ÐÑÑ
нÑ"
- msgid "Edit Kitchen"
- msgstr "СвойÑÑва кÑÑ
ни"
+ msgid "Edit Kitchen Store"
+ msgstr "СвойÑÑва магазина кÑÑ
онной мебели и акÑеÑÑÑаÑов"
msgid "Curtain"
msgstr "ШÑоÑÑ"
- msgid "Edit Curtain"
- msgstr "СвойÑÑва магазина ÑÑоÑ"
+ msgid "Edit Curtain Shop"
+ msgstr "СвойÑÑва магазина по пÑодаже ÑÑоÑ"
msgid "Frame"
msgstr "Рамки"
- msgid "Edit Frames"
- msgstr "СвойÑÑва Ñамок"
+ msgid "Edit Frames Shop"
+ msgstr "СвойÑÑва магазина Ñам Ð´Ð»Ñ ÐºÐ°ÑÑин и ÑоÑогÑаÑий"
msgid "Stationery"
msgstr "ÐанÑÑоваÑÑ"
@@@ -19769,8 -20766,8 +20810,8 @@@ msgstr "СвойÑÑва ÑÑÑиÑÑи
msgid "Musical Instrument"
msgstr "ÐÑзÑкалÑнÑе инÑÑÑÑменÑÑ"
- msgid "Edit Musical Instruments"
- msgstr "СвойÑÑва мÑзÑкалÑнÑÑ
инÑÑÑÑменÑов"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "СвойÑÑва магазина мÑзÑкалÑнÑÑ
инÑÑÑÑменÑов"
msgid "Toys"
msgstr "ÐгÑÑÑки"
@@@ -19982,6 -20979,12 +21023,12 @@@ msgstr "ÐеÑÑина
msgid "Edit Peak"
msgstr "СвойÑÑва веÑÑинÑ"
+ msgid "Saddle"
+ msgstr "ÐеÑевал"
+
+ msgid "Edit Saddle"
+ msgstr "СвойÑÑва гоÑного пеÑевала"
+
msgid "Glacier"
msgstr "Ðедник"
@@@ -20021,26 -21024,35 +21068,35 @@@ msgstr "ÐеÑево
msgid "Edit Tree"
msgstr "СвойÑÑва деÑева"
+ msgid "broad_leaved"
+ msgstr "ÑиÑоколиÑÑвенное"
+
+ msgid "conifer"
+ msgstr "Ñ
войное"
+
+ msgid "palm"
+ msgstr "палÑма"
+
msgid "Botanical Name"
msgstr "ÐаÑÑное название"
+ msgid "Tree Row"
+ msgstr "ÐÐ¸Ð½Ð¸Ñ Ð´ÐµÑевÑев"
+
msgid "Wood"
msgstr "ÐеÑ"
msgid "Edit Wood"
msgstr "СвойÑÑва леÑа"
- msgctxt "wood"
msgid "coniferous"
- msgstr "Ñ
войнÑй"
+ msgstr "ХвойнÑй"
- msgctxt "wood"
msgid "deciduous"
- msgstr "лиÑÑвеннÑй"
+ msgstr "ÐиÑÑвеннÑй"
- msgctxt "wood"
msgid "mixed"
- msgstr "ÑмеÑаннÑй"
+ msgstr "СмеÑаннÑй"
msgid "Forest"
msgstr "ÐеÑопоÑадки"
@@@ -20048,15 -21060,6 +21104,6 @@@
msgid "Edit Forest Landuse"
msgstr "СвойÑÑва леÑопоÑадок"
- msgid "coniferous"
- msgstr "ХвойнÑй"
-
- msgid "deciduous"
- msgstr "ÐиÑÑвеннÑй"
-
- msgid "mixed"
- msgstr "СмеÑаннÑй"
-
msgid "Grassland"
msgstr "ÐÑг"
@@@ -20132,6 -21135,12 +21179,12 @@@ msgstr "СенокоÑнÑй лÑг
msgid "Edit Meadow Landuse"
msgstr "СвойÑÑва ÑенокоÑного лÑга"
+ msgid "Orchard"
+ msgstr "ФÑÑкÑовÑй Ñад"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "СвойÑÑва ÑÑÑкÑового Ñада"
+
msgid "Vineyard"
msgstr "ÐиногÑадники"
@@@ -20186,7 -21195,7 +21239,7 @@@ msgstr "ÐгÑÐ¾Ð²Ð°Ñ Ð¿Ð»Ð¾Ñадка
msgid "Edit Recreation Ground Landuse"
msgstr "СвойÑÑва игÑовой плоÑадки"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "ÐÐ¸Ð»Ð°Ñ Ð·Ð¾Ð½Ð°"
msgid "Edit Residential Landuse"
@@@ -20198,6 -21207,9 +21251,9 @@@ msgstr "ÐогоÑÑ
msgid "Edit Graveyard"
msgstr "СвойÑÑва погоÑÑа"
+ msgid "shinto"
+ msgstr "ÑинÑоизм"
+
msgid "Cemetery"
msgstr "ÐладбиÑе"
@@@ -20273,6 -21285,33 +21329,33 @@@ msgstr "СвойÑÑва каÑÑеÑа
msgid "Annotation"
msgstr "ÐнноÑаÑиÑ"
+ msgid "Edit Name Information"
+ msgstr "СвойÑÑва инÑоÑмаÑии о названии"
+
+ msgid "Alternative name"
+ msgstr "ÐлÑÑеÑнаÑивное название"
+
+ msgid "Historical name"
+ msgstr "ÐÑÑоÑиÑеÑкое название"
+
+ msgid "Local name"
+ msgstr "ÐеÑÑное название"
+
+ msgid "Regional name"
+ msgstr "РегионалÑное название"
+
+ msgid "National name"
+ msgstr "ÐаÑионалÑное название"
+
+ msgid "International name"
+ msgstr "ÐеждÑнаÑодное название"
+
+ msgid "Official name"
+ msgstr "ÐÑиÑиалÑное название"
+
+ msgid "Common name abbreviation"
+ msgstr "ÐббÑевиаÑÑÑа"
+
msgid "Edit Address Information"
msgstr "ÐÑавка адÑеÑов"
@@@ -20309,6 -21348,18 +21392,18 @@@ msgstr "ÑÑÑнÑе
msgid "alphabetic"
msgstr "алÑавиÑнÑй"
+ msgid "Accuracy"
+ msgstr "ТоÑноÑÑÑ"
+
+ msgid "actual"
+ msgstr "ÑакÑиÑеÑкаÑ"
+
+ msgid "estimate"
+ msgstr "пÑиблизиÑелÑнаÑ"
+
+ msgid "potential"
+ msgstr "возможнаÑ"
+
msgid "Contact (common schema)"
msgstr "ÐонÑÐ°ÐºÑ (обÑÑÐ½Ð°Ñ ÑÑ
ема)"
@@@ -20477,21 -21528,50 +21572,50 @@@ msgstr "ÐаÑÑÑÑÑ
msgid "Edit general route"
msgstr "СвойÑÑва маÑÑÑÑÑа"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "велоÑипеднÑй"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "авÑобÑÑнÑй"
+
+ msgctxt "route type"
msgid "road"
- msgstr "ÑÑаÑÑа"
+ msgstr "доÑога"
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "паÑомнÑй"
+ msgctxt "route type"
msgid "ski"
msgstr "лÑжнÑй"
+ msgctxt "route type"
msgid "foot"
msgstr "пеÑий"
+ msgctxt "route type"
msgid "hiking"
- msgstr "ÑÑÑиÑÑиÑеÑкий"
+ msgstr "пеÑий ÑÑÑиÑÑиÑеÑкий"
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "ÑÑамвайнÑй"
+ msgctxt "route type"
msgid "detour"
msgstr "обÑездной"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "железнодоÑожнÑй"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "меÑÑо"
+
msgid "Symbol description"
msgstr "ÐпиÑание знака"
@@@ -20537,20 -21617,23 +21661,23 @@@ msgstr "конеÑÐ½Ð°Ñ Ð²Ð¿ÐµÑÑд
msgid "backward halt point"
msgstr "конеÑÐ½Ð°Ñ Ð½Ð°Ð·Ð°Ð´"
- msgid "Route network"
+ msgid "Route Network"
msgstr "СеÑÑ Ð¼Ð°ÑÑÑÑÑов"
- msgid "Edit route network"
- msgstr "СвойÑÑва маÑÑÑÑÑа ÑеÑи"
+ msgid "Edit Route Network"
+ msgstr "СвойÑÑва ÑеÑи маÑÑÑÑÑов"
msgid "member"
msgstr "ÑÑаÑÑник"
- msgid "Associated street"
- msgstr "СвÑÐ·Ð°Ð½Ð½Ð°Ñ ÑлиÑа"
+ msgid "Associated Street"
+ msgstr "ÐÑÑоÑииÑÐ¾Ð²Ð°Ð½Ð½Ð°Ñ ÑлиÑа"
- msgid "Edit associated street"
- msgstr "СвойÑÑва ÑвÑзанной ÑлиÑÑ"
+ msgid "Edit Associated Street"
+ msgstr "СвойÑÑва аÑÑоÑииÑованной ÑлиÑÑ"
+
+ msgid "house"
+ msgstr "дом"
msgid "Street"
msgstr "УлиÑа"
@@@ -20573,7 -21656,7 +21700,7 @@@ msgstr "ÑÑо-либо, ÑвÑзанн
msgid "Destination sign"
msgstr "УказаÑÐµÐ»Ñ Ð½Ð°Ð¿ÑавлениÑ"
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr "СвойÑÑва ÑказаÑÐµÐ»Ñ Ð½Ð°Ð¿ÑавлениÑ"
msgid "Destination written on sign (w/o distance)"
@@@ -20669,18 -21752,27 +21796,27 @@@ msgstr "линии, пÑоÑ
одÑÑиÐ
msgid "way forming the outline footprint"
msgstr "линиÑ, ÑоÑмиÑÑÑÑÐ°Ñ ÐºÐ¾Ð½ÑÑÑ"
- msgid "nodes forming the outline"
- msgstr "ÑоÑки, ÑоÑмиÑÑÑÑие конÑÑÑ"
+ msgid "edge ways parallel to ''across''"
+ msgstr "кÑаевÑе линии, паÑаллелÑнÑе ''across''"
msgid "ways passing through the tunnel"
msgstr "линии, пÑоÑ
одÑÑие ÑеÑез ÑÑннелÑ"
+ msgid "edge ways parallel to ''through''"
+ msgstr "кÑаевÑе линии, паÑаллелÑнÑе ''through''"
+
msgid "bridge"
msgstr "моÑÑ"
msgid "deprecated"
msgstr "ÑÑÑаÑевÑий"
+ msgid "bicycle"
+ msgstr "велоÑипеднÑй"
+
+ msgid "foot"
+ msgstr "пеÑий"
+
msgid "horse"
msgstr "лоÑадÑ"
@@@ -20690,8 -21782,11 +21826,11 @@@ msgstr "огÑаждение
msgid "motorroad"
msgstr "доÑога Ð´Ð»Ñ Ð»ÐµÐ³ÐºÐ¾Ð²ÑÑ
авÑомобилей"
- msgid "highway_track"
- msgstr "ÐолеваÑ/леÑÐ½Ð°Ñ Ð´Ð¾Ñога"
+ msgid "highway.track"
+ msgstr "полеваÑ/леÑÐ½Ð°Ñ Ð´Ð¾Ñога"
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "ÑÑлÑги"
@@@ -20699,11 -21794,11 +21838,11 @@@
msgid "ford"
msgstr "бÑод"
- msgid "highway_platform"
- msgstr "highway_platform"
+ msgid "highway.platform"
+ msgstr ""
- msgid "emergency_access_point"
- msgstr "ÑоÑка_ÑкÑÑÑенной_помоÑи"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "беÑег Ñеки"
@@@ -20720,6 -21815,9 +21859,9 @@@ msgstr "ÐоднÑе поÑоги
msgid "railwaypoint"
msgstr "ж/д пÑÑÐµÐ²Ð°Ñ ÑоÑка"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "ÑоÑÑиÑовоÑÐ½Ð°Ñ ÑÑанÑиÑ"
@@@ -20735,29 -21833,29 +21877,29 @@@ msgstr "СÑаÑÐ°Ñ Ð¶Ð´ доÑога
msgid "aeroway"
msgstr "воздÑÑÐ½Ð°Ñ ÑÑаÑÑа"
- msgid "aeroway_dark"
- msgstr "ÑÑÐ¼Ð½Ð°Ñ Ð²Ð¾Ð·Ð´ÑÑÐ½Ð°Ñ ÑÑаÑÑа"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "ÑвеÑÐ»Ð°Ñ Ð²Ð¾Ð·Ð´ÑÑÐ½Ð°Ñ ÑÑаÑÑа"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "пÑоÑÑÐ°Ñ Ð»ÑжнÑ"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "ноÑмалÑÐ½Ð°Ñ Ð»ÑжнÑ"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "ÑÑложнÑÐ½Ð½Ð°Ñ Ð»ÑжнÑ"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "оÑÐµÐ½Ñ ÑÐ»Ð¾Ð¶Ð½Ð°Ñ Ð»ÑжнÑ"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "лÑÐ¶Ð½Ñ Ð¿ÑоизволÑного ÑÑилÑ"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "новиÑÐºÐ¾Ð²Ð°Ñ Ð»ÑжнÑ"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "ÑнеÑгиÑ"
@@@ -20777,20 -21875,20 +21919,20 @@@ msgstr "гаванÑ
msgid "amenity"
msgstr "инÑÑаÑÑÑÑкÑÑÑа"
- msgid "amenity_traffic"
- msgstr "Ñежим_ÑабоÑÑ"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "инÑÑаÑÑÑÑкÑÑÑа_ÑвеÑлÑй"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "ÑвеÑлаÑ_вода"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "здоÑовÑе"
- msgid "shop"
- msgstr "магазин"
+ msgid "office"
+ msgstr "оÑиÑ"
msgid "hotel"
msgstr "оÑелÑ"
@@@ -20864,11 -21962,14 +22006,14 @@@ msgstr "маÑÑÑÑÑ
msgid "boundary"
msgstr "гÑаниÑа"
+ msgid "sport"
+ msgstr "ÑпоÑÑ"
+
msgid "place"
msgstr "меÑÑо"
- msgid "tiger_data"
- msgstr "даннÑе TIGER"
+ msgid "tiger.data"
+ msgstr ""
msgid "address"
msgstr "адÑеÑ"
@@@ -20882,9 -21983,6 +22027,6 @@@ msgstr "ÐоÑод/Село
msgid "One Way"
msgstr "ÐдноÑÑоÑоннÑÑ"
- msgid "Church"
- msgstr "ЦеÑковÑ"
-
msgid "Fuel Station"
msgstr "ÐапÑавоÑÐ½Ð°Ñ ÑÑанÑиÑ"
@@@ -20912,6 -22010,9 +22054,9 @@@ msgstr "Ñег bridge на ÑоÑке
msgid "wrong highway tag on a node"
msgstr "непÑавилÑнÑй Ñег highway на ÑоÑке"
+ msgid "wrong crossing tag on a way"
+ msgstr "оÑибоÑно Ñказан Ñег crossing на линии"
+
msgid "Unnamed unclassified highway"
msgstr "ÐезÑмÑÐ½Ð½Ð°Ñ Ð´Ð¾Ñога Ñ Ñегом unclassified"
@@@ -20957,11 -22058,41 +22102,41 @@@ msgstr "необÑÑÐ½Ð°Ñ ÐºÐ¾Ð¼Ð±Ð¸Ð½
msgid "unusual tag combination (highway & natural)"
msgstr "необÑÑÐ½Ð°Ñ ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð°ÑÐ¸Ñ Ñегов (highway и natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "необÑÑÐ½Ð°Ñ ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð°ÑÐ¸Ñ Ñегов (landuse и building)"
+
+ msgid "unnecessary access key"
+ msgstr "ненÑжнÑй клÑÑ access"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "ненÑжнÑй клÑÑ motor_vehicle=yes"
+
msgid "natural water used for swimming pool"
msgstr "Ñег natural water добавлен Ð´Ð»Ñ Ð¿Ð»Ð°Ð²Ð°ÑелÑного баÑÑейна"
- msgid "incline without highway"
- msgstr "Ñег incline без Ñега highway"
+ msgid "numerical key"
+ msgstr "ÑиÑловой клÑÑ"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "оÑноÑение route_master без route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "Ð»Ð¸Ð½Ð¸Ñ ÑлекÑÑопеÑедаÑи без Ñега voltage"
+
+ msgid "substation key without power=substation"
+ msgstr "клÑÑ substation без power=substation"
+
+ msgid "transformer key without power"
+ msgstr "клÑÑ transformer без power"
+
+ msgid "missing substation=*"
+ msgstr "оÑÑÑÑÑÑвÑÐµÑ substation=*"
+
+ msgid "missing transformer=*"
+ msgstr "оÑÑÑÑÑÑвÑÐµÑ transformer=*"
+
+ msgid "incline without highway or railway"
+ msgstr "incline без highway или railway"
msgid "junction without highway"
msgstr "Ñег junction без Ñега highway"
@@@ -20972,8 -22103,8 +22147,8 @@@ msgstr "Ñег lanes без Ñега hi
msgid "lcn without highway"
msgstr "Ñег lcn без Ñега highway"
- msgid "lit without highway"
- msgstr "Ñег lit без Ñега highway"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "lit без highway/railway/piste/parking/platform"
msgid "living_street without highway"
msgstr "Ñег living_street без Ñега highway"
@@@ -20990,8 -22121,8 +22165,8 @@@ msgstr "Ñег motorroad без ÑегÐ
msgid "ntd_id without highway"
msgstr "Ñег ntd_id без Ñега highway"
- msgid "oneway without highway"
- msgstr "Ñег oneway без Ñега highway"
+ msgid "oneway without highway or railway"
+ msgstr "oneway без highway или railway"
msgid "sac_scale without highway"
msgstr "Ñег sac_scale без Ñега highway"
@@@ -21107,41 -22238,199 +22282,199 @@@ msgstr "Ñег canal без Ñега wa
msgid "have_riverbank without waterway"
msgstr "Ñег have_riverbank без Ñега waterway"
- msgid "tunnel without highway/railway/waterway"
- msgstr "Ñег tunnel без Ñега highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "tunnel без highway/railway/waterway/platform/pipeline"
- msgid "bridge without highway/railway/waterway"
- msgstr "Ñег bridge без Ñега highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "bridge без highway/railway/waterway/platform/piste/pipeline"
- msgid "psv without highway/railway/waterway"
- msgstr "Ñег psv без Ñега highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "psv без highway/railway/waterway/parking"
msgid "width without physical linear feature"
msgstr "ÑиÑина без ÑизиÑеÑкой линейной велиÑинÑ"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "Ñег maxspeed без Ñега highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "maxspeed без highway/railway/traffic_sign/enforcement"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "fence_type без barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "border_type без boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "recycling_type без amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "board_type без information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "shelter_type без amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "lamp_type без highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "map_type без information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "site_type без historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "artwork_type без tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "castle_type без historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "reservoir_type без landuse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "bunker_type без military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr "source:addr без addr:*"
+
+ msgid "source:date without source"
+ msgstr "source:date без source"
+
+ msgid "source:name without name"
+ msgstr "source:name без name"
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr "source:maxspeed без maxspeed"
+
+ msgid "source:building without building"
+ msgstr "source:building без building"
+
+ msgid "source:ref without ref"
+ msgstr "source:ref без ref"
+
+ msgid "source:population without population"
+ msgstr "source:population без population"
+
+ msgid "source:geometry on a node"
+ msgstr "source:geometry на ÑоÑке"
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr "source:[addr:]postcode без addr:postcode"
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr "source:postal_code без addr:postcode"
+
+ msgid "source:ele without ele"
+ msgstr "source:ele без ele"
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr "source:ref:INSEE без ref:INSEE"
+
+ msgid "source:lit without lit"
+ msgstr "source:lit без lit"
+
+ msgid "source:hgv without hgv"
+ msgstr "source:hgv без hgv"
+
+ msgid "source:outline on a node"
+ msgstr "source:outline на ÑоÑке"
+
+ msgid "source:highway without highway"
+ msgstr "source:highway без highway"
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr "source:maxaxleload без maxaxleload"
+
+ msgid "source:surface without surface"
+ msgstr "source:surface без surface"
+
+ msgid "source:bridge without bridge"
+ msgstr "source:bridge без bridge"
+
+ msgid "source:old_name without old_name"
+ msgstr "source:old_name без old_name"
+
+ msgid "source:bicycle without bicycle"
+ msgstr "source:bicycle без bicycle"
+
+ msgid "source:designation without designation"
+ msgstr "source:designation без designation"
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr "source:[addr:]housenumber без addr:housenumber"
+
+ msgid "source:height without height"
+ msgstr "source:height без height"
+
+ msgid "source:lanes without lanes"
+ msgstr "source:lanes без lanes"
+
+ msgid "religion without denomination"
+ msgstr "Ñег religion без Ñега denomination"
+
+ msgid "unknown christian denomination"
+ msgstr "неизвеÑÑÐ½Ð°Ñ Ñ
ÑиÑÑианÑÐºÐ°Ñ ÐºÐ¾Ð½ÑеÑÑиÑ"
+
+ msgid "unknown muslim denomination"
+ msgstr "неизвеÑÑÐ½Ð°Ñ Ð¼ÑÑÑлÑманÑÐºÐ°Ñ ÐºÐ¾Ð½ÑеÑÑиÑ"
+
+ msgid "unknown jewish denomination"
+ msgstr "неизвеÑÑÐ½Ð°Ñ ÐºÐ¾Ð½ÑеÑÑÐ¸Ñ Ð¸Ñдаизма"
+
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+ "не Ñказан ÑзÑк Ðикипедии, иÑполÑзÑйÑе ''wikipedia''=''ÑзÑк:заголовок "
+ "ÑÑÑаниÑÑ''"
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr "неизвеÑÑнÑй пÑеÑÐ¸ÐºÑ ÑзÑка в Ñеге wikipedia"
+
+ msgid "layer should be between -5 and 5"
+ msgstr "ÑÑÐ¾Ð²ÐµÐ½Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ бÑÑÑ Ð¾Ñ -5 до 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "level должен бÑÑÑ ÑиÑлом Ñ Ð¿ÑиÑаÑением 0.5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "height: по ÑмолÑÐ°Ð½Ð¸Ñ Ð² меÑÑаÑ
; ÑазделиÑÐµÐ»Ñ - ÑоÑка; единиÑÑ Ð¸Ð·Ð¼ÐµÑÐµÐ½Ð¸Ñ "
+ "оÑделÑÑÑÑÑ Ð¿Ñобелом"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxheight: по ÑмолÑÐ°Ð½Ð¸Ñ Ð² меÑÑаÑ
; ÑазделиÑÐµÐ»Ñ - ÑоÑка; единиÑÑ Ð¸Ð·Ð¼ÐµÑÐµÐ½Ð¸Ñ "
+ "оÑделÑÑÑÑÑ Ð¿Ñобелом"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "width: по ÑмолÑÐ°Ð½Ð¸Ñ Ð² меÑÑаÑ
; ÑазделиÑÐµÐ»Ñ - ÑоÑка; единиÑÑ Ð¸Ð·Ð¼ÐµÑÐµÐ½Ð¸Ñ "
+ "оÑделÑÑÑÑÑ Ð¿Ñобелом"
- msgid "religion without denomination"
- msgstr "Ñег religion без Ñега denomination"
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxwidth: по ÑмолÑÐ°Ð½Ð¸Ñ Ð² меÑÑаÑ
; ÑазделиÑÐµÐ»Ñ - ÑоÑка; единиÑÑ Ð¸Ð·Ð¼ÐµÑÐµÐ½Ð¸Ñ "
+ "оÑделÑÑÑÑÑ Ð¿Ñобелом"
- msgid "unknown christian denomination"
- msgstr "неизвеÑÑÐ½Ð°Ñ Ñ
ÑиÑÑианÑÐºÐ°Ñ ÐºÐ¾Ð½ÑеÑÑиÑ"
+ msgid "unusual maxspeed format"
+ msgstr "необÑÑнÑй ÑоÑÐ¼Ð°Ñ maxspeed"
- msgid "unknown muslim denomination"
- msgstr "неизвеÑÑÐ½Ð°Ñ Ð¼ÑÑÑлÑманÑÐºÐ°Ñ ÐºÐ¾Ð½ÑеÑÑиÑ"
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr "напÑÑжение должно бÑÑÑ Ð² волÑÑаÑ
без единиÑ/ÑазделиÑелей/пÑобелов"
- msgid "unknown jewish denomination"
- msgstr "неизвеÑÑÐ½Ð°Ñ ÐºÐ¾Ð½ÑеÑÑÐ¸Ñ Ð¸Ñдаизма"
+ msgid "unusual frequency specification"
+ msgstr "необÑÑное обознаÑение ÑаÑÑоÑÑ"
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
- msgstr ""
- "не Ñказан ÑзÑк Ðикипедии, иÑполÑзÑйÑе ''wikipedia''=''ÑзÑк:заголовок "
- "ÑÑÑаниÑÑ''"
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "необÑÑÐ½Ð°Ñ ÑиÑина колеи; иÑполÑзÑйÑе мм без ÑазделиÑелÑ"
- msgid "unkown language prefix in wikipedia tag"
- msgstr "неизвеÑÑнÑй пÑеÑÐ¸ÐºÑ ÑзÑка в Ñеге wikipedia"
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "необÑÑнÑй Ñклон; иÑполÑзÑйÑе пÑоÑенÑÑ/гÑадÑÑÑ Ð¸Ð»Ð¸ up/down"
msgid "Landsat"
msgstr "Landsat"
@@@ -21152,24 -22441,30 +22485,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "СпÑÑниковÑе Ñнимки Bing"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "СпÑÑниковÑе Ñнимки MapBox"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "GPS-ÑÑеки OpenStreetMap"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik ÑÑÑно-белÑй)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "Ð¢ÐµÐ¿Ð»Ð¾Ð²Ð°Ñ ÐºÐ°ÑÑа skobbler"
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21185,29 -22480,32 +22527,32 @@@ msgstr "OpenStreetMap (ÐемеÑкиÐ
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Ðамбоджа, ÐаоÑ, Таиланд, ÐÑеÑнам двÑÑзÑÑнаÑ"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI ÑÑÑно-Ð±ÐµÐ»Ð°Ñ 2.5 м"
msgid "Geoimage.at MaxRes"
-msgstr "Geoimage.at MaxRes"
+msgstr ""
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "ÐÑаÑ: Ð±Ð°Ð·Ð¾Ð²Ð°Ñ ÐºÐ°ÑÑа"
msgid "Tiris: DGM (Terrain model)"
- msgstr ""
+ msgstr "Tiris: DGM (Ð¼Ð¾Ð´ÐµÐ»Ñ ÑелÑеÑа)"
msgid "Tiris: DOM (Surface model)"
- msgstr ""
+ msgstr "Tiris: DOM (Ð¼Ð¾Ð´ÐµÐ»Ñ Ð¿Ð¾Ð²ÐµÑÑ
ноÑÑи)"
msgid "Vienna: Mehrzweckkarte (general purpose)"
msgstr "Ðена: многоÑÐµÐ»ÐµÐ²Ð°Ñ ÐºÐ°ÑÑа (обÑего назнаÑениÑ)"
msgid "Vienna: Beschriftungen (annotations)"
- msgstr ""
+ msgstr "Ðена: Beschriftungen (пÑимеÑаниÑ)"
msgid "Vienna: Orthofoto (aerial image)"
msgstr "Ðена: оÑÑоÑоÑо (аÑÑоÑоÑоÑнимок)"
@@@ -21219,22 -22517,22 +22564,22 @@@ msgid "VoGIS: Flächenwidmungsplan
msgstr "VoGIS: Ðлан зониÑованиÑ"
msgid "VoGIS: DGM (Terrain model)"
- msgstr ""
+ msgstr "VoGIS: DGM (ÐÐ¾Ð´ÐµÐ»Ñ ÑелÑеÑа)"
msgid "VoGIS: DOM (Surface model)"
- msgstr ""
+ msgstr "VoGIS: DOM (ÐÐ¾Ð´ÐµÐ»Ñ Ð¿Ð¾Ð²ÐµÑÑ
ноÑÑи)"
--msgid "Geobase Hydrography"
--msgstr "Geobase (гидÑогÑаÑиÑ)"
++msgid "Vejmidte (Denmark)"
++msgstr "Vejmidte (ÐаниÑ)"
--msgid "Geobase Roads"
--msgstr "Geobase (доÑоги)"
++msgid "Estonia Basemap (Maaamet)"
++msgstr "ÐÑÑониÑ, Ð±Ð°Ð·Ð¾Ð²Ð°Ñ ÐºÐ°ÑÑа (Maaamet)"
--msgid "Canvec"
--msgstr "Canvec"
++msgid "Estonia Ortho (Maaamet)"
++msgstr "ÐÑÑониÑ, оÑÑоÑоÑо (Maaamet)"
--msgid "British Columbia Mosaic"
-msgstr "Ðозаика ÐÑиÑанÑкой ÐолÑмбии"
++msgid "Estonia Multi (Maaamet)"
+msgstr ""
msgid "Czech CUZK:KM"
msgstr "ЧеÑ
Ð¸Ñ CUZK:KM"
@@@ -21258,7 -22556,7 +22603,7 @@@ msgid "Estonia Ortho (Maaamet)
msgstr "ÐÑÑониÑ, оÑÑоÑоÑо (Maaamet)"
msgid "Estonia Multi (Maaamet)"
- msgstr ""
+ msgstr "ÐÑÑÐ¾Ð½Ð¸Ñ Multi (Maaamet)"
msgid "CRAIG - Auvergne 2009/2010 - 30 cm"
msgstr "CRAIG - ÐвеÑÐ½Ñ 2009/2010 - 30 Ñм"
@@@ -21291,7 -22589,7 +22636,7 @@@ msgid "Géolittoral V2 - Orthophotos 20
msgstr "Géolittoral V2 - оÑÑоÑоÑо 2010-2012"
msgid "Géolittoral - Sentiers"
- msgstr ""
+ msgstr "Géolittoral - ÐоÑоги"
msgid "Loire-Atlantique - Orthophotos 2012 - 20 cm"
msgstr "ÐÑланÑиÑеÑÐºÐ°Ñ ÐÑаÑа - оÑÑоÑоÑо 2012 - 20 Ñм"
@@@ -21314,7 -22612,7 +22659,7 @@@ msgid "
msgstr "ÐеÑÐºÐ¾Ñ - заповедник гоÑного маÑÑива ÐеÑÐºÐ¾Ñ - оÑÑоÑоÑо 1999 - 1 м"
msgid "Streets NRW Geofabrik.de"
- msgstr ""
+ msgstr "УлиÑÑ Ð¡ÐµÐ²ÐµÑного Рейна-ÐеÑÑÑалии Ð¾Ñ Geofabrik.de"
msgid "Hike & Bike"
msgstr "Hike & Bike"
@@@ -21326,7 -22624,7 +22671,7 @@@ msgid "OpenStreetMap (German Language)
msgstr "OpenStreetMap (немеÑкий ÑзÑк)"
msgid "OpenPT Map (overlay)"
- msgstr ""
+ msgstr "ÐаÑÑа OpenPT (наложение)"
msgid "Hamburg (40 cm)"
msgstr "ÐамбÑÑг (40 Ñм)"
@@@ -21340,6 -22638,31 +22685,31 @@@ msgstr "ÐаваÑÐ¸Ñ (2 м)
msgid "Stuttgart (Luftbild)"
msgstr "ШÑÑÑгаÑÑ (аÑÑоÑоÑо)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "ÐÑланген - аÑÑоÑоÑоÑÑÑмка 2013 (6,25 Ñм)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "ÐÑланген - аÑÑоÑоÑоÑÑÑмка 2011 (5,0 Ñм)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr "СÑаÑÐ°Ñ ÐºÐ°ÑÑа Ð¦Ð²ÐµÐ½ÐºÐ°Ñ - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "СÑаÑÐ°Ñ ÐºÐ°ÑÑа ÐÐµÐ³Ð°Ñ - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - ÑизиÑеÑÐºÐ°Ñ ÐºÐ°ÑÑа (пÑиÑоднÑе зонÑ)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:ÐаÑÑ - ÑизиÑеÑÐºÐ°Ñ ÐºÐ°ÑÑа (пÑиÑоднÑе зонÑ)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:ÐаÑÑ - овеÑлей Ð´Ð»Ñ Bing (напÑимеÑ, Ñ Ð½ÐµÐ¿ÑозÑаÑноÑÑÑÑ Ð¾Ñ 20 до 50 "
+ "%)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (ÐаиÑи)"
@@@ -21350,7 -22673,7 +22720,7 @@@ msgid "Ireland Bartholomew Quarter-Inc
msgstr "ÐÑландиÑ, изд. Bartholomew, ÑеÑвеÑÑÑдÑймоваÑ, 1940"
msgid "Ireland EEA GMES Urban Atlas"
- msgstr ""
+ msgstr "ÐÑÐ»Ð°Ð½Ð´Ð¸Ñ EEA GMES Urban Atlas"
msgid "Ireland EEA CORINE 2006"
msgstr "ÐÑÐ»Ð°Ð½Ð´Ð¸Ñ EEA CORINE 2006"
@@@ -21395,16 -22718,16 +22765,16 @@@ msgid "ScanEx SPOT
msgstr "ScanEx SPOT"
msgid "Freemap.sk Car"
- msgstr ""
+ msgstr "Freemap.sk авÑомобилÑнаÑ"
msgid "Freemap.sk Hiking"
- msgstr ""
+ msgstr "Freemap.sk пеÑеÑ
однаÑ"
msgid "Freemap.sk Cyclo"
- msgstr ""
+ msgstr "Freemap.sk велоÑипеднаÑ"
msgid "Freemap.sk Ski"
- msgstr ""
+ msgstr "Freemap.sk лÑжнÑе ÑÑаÑÑÑ"
msgid "Katastrálna mapa Slovenska (KaPor, 2010-04)"
msgstr "ÐадаÑÑÑÐ¾Ð²Ð°Ñ ÐºÐ°ÑÑа Словакии (KaPor, 2010-04)"
@@@ -21413,7 -22736,7 +22783,7 @@@ msgid "Katastrálna mapa Slovenska (KaP
msgstr "ÐадаÑÑÑÐ¾Ð²Ð°Ñ ÐºÐ°ÑÑа Словакии (KaPor, 2011-05)"
msgid "Slovakia EEA GMES Urban Atlas"
- msgstr ""
+ msgstr "Ð¡Ð»Ð¾Ð²Ð°ÐºÐ¸Ñ EEA GMES Urban Atlas"
msgid "Slovakia EEA CORINE 2006"
msgstr "Ð¡Ð»Ð¾Ð²Ð°ÐºÐ¸Ñ EEA CORINE 2006"
@@@ -21479,7 -22802,7 +22849,7 @@@ msgid "HEIG-VD / Orthophoto Yverdon-les
msgstr "HEIG-VD / ÐÑÑоÑоÑо ÐвеÑдон-Ðе-Ðен 25 Ñм (2007)"
msgid "Ville de Nyon - Orthophoto 2010 HD 5cm/pi"
- msgstr ""
+ msgstr "ÐÑон - ÐÑÑоÑоÑо 2010 HD 5Ñм/пикÑ"
msgid "Cartoriviera - Orthophoto 2012"
msgstr "Cartoriviera - оÑÑоÑоÑо 2012"
@@@ -21488,7 -22811,7 +22858,7 @@@ msgid "SIGIP - Orthophoto 2012
msgstr "SIGIP - ÐÑÑоÑоÑо2012"
msgid "Lausanne - Orthophoto technique 2012"
- msgstr ""
+ msgstr "Ðозанна - ТеÑ
ниÑеÑкое оÑÑоÑоÑо 2012"
msgid "MSR Maps Topo"
msgstr ""
@@@ -21503,7 -22826,10 +22873,10 @@@ msgid "USGS Large Scale Imagery
msgstr "ÐÑÑпномаÑÑÑабнÑе Ñнимки USGS"
msgid "OSM US TIGER 2012 Roads Overlay"
- msgstr ""
+ msgstr "ÐвеÑлей доÑог OSM US TIGER 2012"
+
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "ÐовÑе и ÑмеÑÑннÑе доÑоги TIGER (TIGER 2013)"
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -21518,16 -22844,16 +22891,16 @@@ msgid "Ukraine - Orthophotomaps 2012
msgstr "УкÑаина - ÐÑÑоÑоÑокаÑÑÑ 2012"
msgid "7th Series (OS7)"
- msgstr ""
+ msgstr "7-ой ÑеÑии (OS7)"
msgid "OS New Popular Edition historic"
msgstr ""
msgid "OS OpenData StreetView"
- msgstr ""
+ msgstr "OS OpenData StreetView"
msgid "OS OpenData Locator"
- msgstr ""
+ msgstr "OS OpenData Locator"
msgid "Surrey Air Survey"
msgstr "СÑÑÑей, аÑÑоÑÑÑмка"
@@@ -21536,10 -22862,10 +22909,10 @@@ msgid "NLS - OS 6-inch Scotland 1842-82
msgstr "NLS - OS - 6-дÑÐ¹Ð¼Ð¾Ð²Ð°Ñ ÐºÐ°ÑÑа ШоÑландии 1842-82"
msgid "NLS - OS 1:25k 1st Series 1937-61"
- msgstr ""
+ msgstr "NLS - OS 1:25000 1-й вÑпÑÑк 1937-61"
msgid "NLS - OS 1-inch 7th Series 1955-61"
- msgstr ""
+ msgstr "NLS - OS 1-дÑÐ¹Ð¼Ð¾Ð²Ð°Ñ 7-й вÑпÑÑк 1955-61"
msgid "OS 1:25k historic (OSM)"
msgstr ""
@@@ -21550,6 -22876,39 +22923,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - изд. Bartholomew, полÑдÑймоваÑ, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "ÐÐ»Ð°Ð½Ñ Ð³Ð¾Ñодов OS, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "ÐкÑпоÑÑ OSM"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "ÐкÑпоÑÑиÑоваÑÑ Ð´Ð°Ð½Ð½Ñе о ÑÑаÑике в network-Ñайл ÑимÑлÑÑоÑа SUMO."
+
+ msgid "SUMO Export"
+ msgstr "ÐкÑпоÑÑ Ð² SUMO"
+
+ msgid "Export"
+ msgstr "ÐкÑпоÑÑ"
+
+ msgid "Port:"
+ msgstr "ÐоÑÑ:"
+
+ msgid "refresh the port list"
+ msgstr "обновиÑÑ ÑпиÑок поÑÑов"
+
+ msgid "Configure"
+ msgstr "ÐаÑÑÑойка"
+
+ msgid "Connection Error."
+ msgstr "ÐÑибка ÑоединениÑ."
+
+ msgid "configure the connected DG100"
+ msgstr "наÑÑÑоиÑÑ Ð¿Ð¾Ð´ÐºÐ»ÑÑеннÑй DG100"
+
+ msgid "delete data after import"
+ msgstr "ÑдалиÑÑ Ð´Ð°Ð½Ð½Ñе поÑле импоÑÑа"
+
msgid "Columbus V-900 CSV Files"
msgstr "Ð¤Ð°Ð¹Ð»Ñ Columbus V-900 CSV"
@@@ -21762,6 -23121,18 +23168,18 @@@ msgstr "ÐоказÑÐ²Ð°ÐµÑ Ð¿ÑоÑи
msgid "Elevation Profile"
msgstr "ÐÑоÑÐ¸Ð»Ñ Ð²ÑÑоÑÑ"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Слой ÑеÑки вÑÑÐ¾Ñ (ÑкÑпеÑименÑалÑнÑй!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "ÐоказаÑÑ Ñлой ÑеÑки вÑÑоÑ"
+
+ msgid "Elevation Grid"
+ msgstr "СеÑка вÑÑоÑ"
+
+ msgid "No SRTM data"
+ msgstr "ÐÐµÑ Ð´Ð°Ð½Ð½ÑÑ
SRTM"
+
msgid "Open the elevation profile window."
msgstr "ÐÑкÑÑÑÑ Ð¾ÐºÐ½Ð¾ пÑоÑилей вÑÑоÑÑ"
@@@ -21783,14 -23154,8 +23201,8 @@@ msgstr "УвелиÑение
msgid "Time"
msgstr "ÐÑемÑ"
- msgid "Geoid"
- msgstr "Ðеоид"
-
- msgid "Automatic"
- msgstr "ÐвÑомаÑиÑеÑки"
-
- msgid "Fixed value"
- msgstr "ФикÑиÑованное знаÑение"
+ msgid "Tracks"
+ msgstr "ТÑеки"
msgid "Elevation profile for track ''{0}''."
msgstr "ÐÑоÑÐ¸Ð»Ñ Ð²ÑÑÐ¾Ñ Ð´Ð»Ñ ÑÑека ''{0}''."
@@@ -22065,11 -23430,14 +23477,14 @@@ msgstr "ÐÑделиÑÑ Ð½ÐµÐ¿Ð¾Ð»Ð½Ñ
msgid "Selects all addresses with incomplete data."
msgstr "ÐÑделиÑÑ Ð²Ñе адÑеÑа Ñ Ð½ÐµÐ¿Ð¾Ð»Ð½Ñми даннÑми."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "ÐÑполÑзоваÑÑ Ñег 'addr:street' или 'addr:place'"
+
msgid "House Number Editor"
msgstr "РедакÑÐ¾Ñ Ð½Ð¾Ð¼ÐµÑов зданий"
- msgid "Housenumber increment:"
- msgstr "ÐÑиÑаÑение номеÑа дома"
+ msgid "House number increment:"
+ msgstr "ÐÑиÑаÑение номеÑа дома:"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22278,8 -23646,8 +23693,8 @@@ msgstr "ÐаÑÐ²Ð»ÐµÐ½Ñ Ð½ÐµÑÑÑнÑ
msgid "Expected even numbers for addresses"
msgstr "ÐаÑÐ²Ð»ÐµÐ½Ñ ÑÑÑнÑе номеÑа домов"
- msgid "Expected valid number for address increment"
- msgstr "Ðжидаемое веÑное знаÑение наÑаÑÐ¸Ð²Ð°Ð½Ð¸Ñ Ð°Ð´ÑеÑа"
+ msgid "Expected valid number for increment"
+ msgstr "УкажиÑе веÑное ÑиÑловое знаÑение пÑиÑаÑениÑ"
msgid "Country code must be 2 letters"
msgstr "Ðод ÑÑÑÐ°Ð½Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ ÑоÑÑоÑÑÑ Ð¸Ð· 2 бÑкв"
@@@ -22649,15 -24017,6 +24064,6 @@@ msgstr "ÐÐ¾Ð¼ÐµÑ Ð´Ð¾Ð¼Ð°:
msgid "Street Name:"
msgstr "УлиÑа:"
- msgid "Increment"
- msgstr "УвелиÑиваÑÑ"
-
- msgid "Decrement"
- msgstr "УменÑÑаÑÑ"
-
- msgid "Numbers:"
- msgstr "ÐомеÑа:"
-
msgid "Big buildings mode"
msgstr "Режим болÑÑиÑ
зданий"
@@@ -22849,6 -24208,9 +24255,9 @@@ msgstr "ÐÑмениÑÑ Ð¾Ð±ÑезкÑ
msgid "Use \"Tableau d''assemblage\""
msgstr "ÐÑполÑзоваÑÑ \"Tableau d''assemblage\""
+ msgid "Replace grey shades by white color only"
+ msgstr "ÐамениÑÑ Ð¾ÑÑенки ÑеÑого ÑолÑко белÑм ÑвеÑом"
+
msgid "Select first WMS layer in list."
msgstr "СнаÑала вÑбеÑиÑе Ñлой WMS в ÑпиÑке."
@@@ -22869,12 -24231,6 +24278,6 @@@ msgstr "50 м
msgid "100 m"
msgstr "100 м"
- msgid "high"
- msgstr "вÑÑокое"
-
- msgid "medium"
- msgstr "ÑÑеднее"
-
msgid "symbol"
msgstr "Ñимвол"
@@@ -23023,6 -24379,11 +24426,11 @@@ msgstr "
"ÐобавиÑÑ \"Tableau(x) d''assemblage\" в ÑпиÑок кадаÑÑÑовÑÑ
лиÑÑов Ð´Ð»Ñ "
"заÑ
ваÑа."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "ÐамениÑÑ Ð¾ÑÑенки ÑеÑого белÑм ÑвеÑом (ÑменÑÑÐ°ÐµÑ ÑÐ°Ð·Ð¼ÐµÑ Ñайла и иÑполÑзÑемой "
+ "памÑÑи)."
+
msgid "Display crosspieces:"
msgstr "ÐоказаÑÑ Ð¿ÐµÑекÑеÑÑÑÑ:"
@@@ -23043,6 -24404,9 +24451,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "ÐозволиÑÑ Ð¿Ñи ÑÑом иÑполÑзоваÑÑ Ñег \"add:street\" на ÑоÑкаÑ
."
+ msgid "Unexpected file extension. {0}"
+ msgstr "ÐепÑедвиденное ÑаÑÑиÑение Ñайла. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "ÐобавиÑÑ \"source=...\" к ÑлеменÑам?"
@@@ -23188,10 -24552,10 +24599,10 @@@ msgid "Open Cadastre Preferences
msgstr "ÐаÑÑÑойки Open Cadastre"
msgid "Refine georeferencing"
- msgstr ""
+ msgstr "УÑоÑниÑÑ Ð¿ÑивÑзкÑ"
msgid "Improve georeferencing (only raster images)"
- msgstr ""
+ msgstr "УлÑÑÑение пÑивÑзки (ÑолÑко ÑаÑÑÑовÑе изобÑажениÑ)"
msgid "Reset cookie"
msgstr "СбÑоÑиÑÑ ÐºÑки"
@@@ -23292,8 -24656,11 +24703,11 @@@ msgstr "Ñлой WMS ({0}), квадÑÐ
msgid "Is not vectorized."
msgstr "Ðе векÑоÑизованÑ."
- msgid "Raster size: {0}"
- msgstr "Ð Ð°Ð·Ð¼ÐµÑ ÑаÑÑÑа: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "Рамка: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "Ð Ð°Ð·Ð¼ÐµÑ Ð¸Ð·Ð¾Ð±ÑÐ°Ð¶ÐµÐ½Ð¸Ñ (пикÑ.): {0}/{1}"
msgid "Is vectorized."
msgstr "ÐекÑоÑизован."
@@@ -23344,8 -24711,8 +24758,8 @@@ msgstr "УдалиÑÑ Ð²ÑбÑаннÑ
msgid "Color Schemes"
msgstr "ЦвеÑовÑе ÑÑ
емÑ"
- msgid "Adress"
- msgstr "CzechAddress"
+ msgid "Address"
+ msgstr "ÐдÑеÑ"
msgid "Split area"
msgstr "РазделиÑÑ Ð¾Ð±Ð»Ð°ÑÑÑ"
@@@ -23576,27 -24943,9 +24990,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr "ÐеизвеÑÑнÑй ÑоÑÐ¼Ð°Ñ Ð¿ÑоÑоколиÑованиÑ"
- msgid "Port:"
- msgstr "ÐоÑÑ:"
-
- msgid "refresh the port list"
- msgstr "обновиÑÑ ÑпиÑок поÑÑов"
-
- msgid "Configure"
- msgstr "ÐаÑÑÑойка"
-
msgid "Configure Device"
msgstr "ÐонÑигÑÑаÑÐ¸Ñ ÑÑÑÑойÑÑва"
- msgid "Connection Error."
- msgstr "ÐÑибка ÑоединениÑ."
-
- msgid "configure the connected DG100"
- msgstr "наÑÑÑоиÑÑ Ð¿Ð¾Ð´ÐºÐ»ÑÑеннÑй DG100"
-
- msgid "delete data after import"
- msgstr "ÑдалиÑÑ Ð´Ð°Ð½Ð½Ñе поÑле импоÑÑа"
-
msgid "Importing data from device."
msgstr "ÐмпоÑÑиÑование даннÑÑ
Ñ ÑÑÑÑойÑÑва."
@@@ -24751,9 -26100,34 +26147,34 @@@ msgstr "СлиÑÑ Ð¿ÐµÑекÑÑваÑ
msgid "Merge Overlap (combine)"
msgstr "СлиÑÑ Ð½Ð°Ñ
леÑÑ (обÑединиÑÑ)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>РолÑ, оÑÐ½Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° ÑÑаÑÑии в оÑноÑениÑÑ
, бÑла ÑкопиÑована во вÑе "
+ "новÑе линии.<br>РезÑлÑÑÐ°Ñ Ð½ÐµÐ¾Ð±Ñ
одимо пÑовеÑиÑÑ Ð¸ иÑпÑавиÑÑ, еÑли "
+ "поÑÑебÑеÑÑÑ.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>УÑаÑÑник оÑноÑÐµÐ½Ð¸Ñ Ð±Ñл ÑкопиÑован во вÑе новÑе линии.<br>РезÑлÑÑÐ°Ñ "
+ "необÑ
одимо пÑовеÑиÑÑ Ð¸ иÑпÑавиÑÑ, еÑли поÑÑебÑеÑÑÑ.</html>"
+
msgid "Split way"
msgstr "РазделиÑÑ Ð»Ð¸Ð½Ð¸Ñ"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>ÐведиÑе клÑÑ Ñега, напÑимеÑ: <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>ÐведиÑе знаÑение Ñега, напÑимеÑ: <strong><tt>check "
+ "members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "ÐевÑй ÐиÑиганÑкий повоÑоÑ"
@@@ -24993,13 -26367,13 +26414,13 @@@ msgid "OpenData XML files
msgstr "Ð¤Ð°Ð¹Ð»Ñ OpenData XML"
msgid "Download open data"
- msgstr ""
+ msgstr "ÐагÑÑзиÑÑ ÐÑкÑÑÑÑеÐаннÑе"
msgid "License URL not available: {0}"
msgstr "URL лиÑензии не доÑÑÑпен: {0}"
msgid "OpenData preferences"
- msgstr ""
+ msgstr "СвойÑÑва ÐÑкÑÑÑÑеÐаннÑе"
msgid "License Agreement"
msgstr "ÐиÑензионное ÑоглаÑение"
@@@ -25468,9 -26842,6 +26889,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "ÐÑоизоÑла оÑибка: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Ðевозможно ÑоздаÑÑ Ð±Ð°Ð³. РезÑлÑÑаÑ: {0}"
-
msgid "Process queue"
msgstr "ÐбÑабоÑаÑÑ Ð¾ÑеÑедÑ"
@@@ -25526,18 -26897,6 +26944,6 @@@ msgstr "
msgid "Close: "
msgstr "ÐакÑÑÑÑ: "
- msgid "New issue"
- msgstr "ÐÐ¾Ð²Ð°Ñ Ð¿Ñоблема"
-
- msgid "Create issue"
- msgstr "УказаÑÑ Ð½Ð¾Ð²ÑÑ Ð¿ÑоблемÑ"
-
- msgid "Describe the problem precisely"
- msgstr "ÐпиÑиÑе пÑÐ¾Ð±Ð»ÐµÐ¼Ñ ÐºÐ°Ðº можно подÑобнее"
-
- msgid "Create: "
- msgstr "СоздаÑÑ: "
-
msgid "Open in browser"
msgstr "ÐÑкÑÑÑÑ Ð² бÑаÑзеÑе"
@@@ -25894,6 -27253,27 +27300,27 @@@ msgstr "ТеÑÑ Ð½Ðµ пÑоÑÑл: ÐÐ
msgid "Test failed: Could not write mtime."
msgstr "ТеÑÑ Ð½Ðµ пÑоÑÑл: Ðевозможно запиÑаÑÑ mtime."
+ msgid "Adjust photos"
+ msgstr "РегÑлиÑование ÑоÑогÑаÑии"
+
+ msgid "Move and position photos"
+ msgstr "ÐеÑемеÑение ÑоÑогÑаÑии"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr "ТаÑиÑÑ ÑоÑогÑаÑÐ¸Ñ Ð¸Ð»Ð¸ Shift+клик Ð´Ð»Ñ ÑÑÑановки позиÑии."
+
+ msgid "Please load some photos."
+ msgstr "ÐозалÑйÑÑа загÑÑзиÑе неÑколÑко ÑоÑогÑаÑий."
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "ÐеÑеклÑÑиÑÑ Ð½Ð° пÑедваÑиÑелÑнÑй показ"
+
+ msgid "New layer for untagged images"
+ msgstr "ÐовÑй Ñлой Ð´Ð»Ñ Ð½Ðµ оÑмеÑенного изобÑажениÑ"
+
+ msgid "Untagged Images"
+ msgstr "Ðе оÑмеÑеннÑе изобÑажениÑ"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "ÐÑ Ñ
оÑиÑе ÑоÑ
ÑаниÑÑ ÐºÐ°Ð»Ð¸Ð±ÑÐ¾Ð²ÐºÑ ÑÐ»Ð¾Ñ {0}?"
@@@ -26049,6 -27429,10 +27476,10 @@@ msgstr "РбÑÑеÑе обмена н
msgid "The clipboard data is not an image"
msgstr "ÐаннÑе бÑÑеÑа обмена не ÑвлÑÑÑÑÑ Ð¸Ð·Ð¾Ð±Ñажением"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "ÐÑедÑпÑеждение: Ðе ÑдалоÑÑ Ð¾Ð±ÑабоÑаÑÑ Ñайл .zip {0}''. ТекÑÑ Ð¾Ñибки: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr "Ðайден Ñайл калибÑовки, ÑвÑзаннÑй Ñ Ð¸Ð·Ð¾Ð±Ñажением: {0}\n"
@@@ -26371,9 -27755,6 +27802,6 @@@ msgstr "GPX Ñайл не ÑодеÑжÐ
msgid "Create Stops from GPX"
msgstr "СоздаÑÑ Ð¾ÑÑановки из GPX"
- msgid "Tracks"
- msgstr "ТÑеки"
-
msgid "Tracks in this GPX file:"
msgstr "ÐаÑÑÑÑÑÑ Ð² GPX Ñайле:"
@@@ -26592,6 -27973,9 +28020,9 @@@ msgstr "ÐведиÑе ID пакеÑа
msgid "Reverted changeset"
msgstr "ÐÑменÑннÑй Ð¿Ð°ÐºÐµÑ Ð¿Ñавок"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "ÐелÑÑ Ð¾ÑкаÑиÑÑ Ð¿Ð°ÐºÐµÑ Ð¿Ñавок из {0}"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "ÐÑÑÑÑÑÑвÑÐµÑ ÑезÑлÑÑÐ°Ñ Ð¾Ð±ÑÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð´Ð»Ñ {0} Ñ id {1}"
@@@ -26627,15 -28011,35 +28058,35 @@@ msgstr "СкаÑивание оÑÑÑÑ
msgid "Downloading changeset"
msgstr "СкаÑивание пакеÑа пÑавок"
+ msgid "See {0}"
+ msgstr "СмоÑÑиÑе {0}"
+
msgid "Revert changeset #{0}"
msgstr "ÐÑкаÑиÑÑ Ð¿Ð°ÐºÐµÑ Ð¿Ñавок â{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "ÐÑедÑпÑеждение: неподдеÑживаемÑй наÑалÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом "
+ "пакеÑа пÑавок в позиÑии ({1},{2}). ÐÑопÑÑено."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "ÐÑедÑпÑеждение: ÐеподдеÑживаемÑй конеÑнÑй ÑÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в ÑодеÑжимом "
+ "пакеÑа пÑавок в позиÑии ({1},{2}). ÐÑопÑÑено."
+
msgid "Road Sign Plugin"
msgstr "RoadSigns Plugin"
msgid "signs"
msgstr "Ðнаки"
+ msgid "Change Properties"
+ msgstr "ÐзмениÑÑ Ð¿Ð°ÑамеÑÑÑ"
+
msgid "Country preset:"
msgstr "СÑÑана:"
@@@ -26750,9 -28154,6 +28201,6 @@@ msgstr "ÐаÑÑÑойки модÑлÑ
msgid "Configure routing preferences."
msgstr "ÐадаÑÑ Ð½Ð°ÑÑÑойки маÑÑÑÑÑизаÑии."
- msgid "Highway type"
- msgstr "Тип авÑомобилÑной доÑоги"
-
msgid "Speed (Km/h)"
msgstr "СкоÑоÑÑÑ (км/Ñ)"
@@@ -26953,20 -28354,20 +28401,20 @@@ msgstr "ÐоÑÑÑиÑÐ¸ÐµÐ½Ñ ÑаÑÑ
msgid "Merge Nearby Nodes Threshold"
msgstr "ÐоÑог близоÑÑи ÑоÑек (м)"
- msgid "Online Help"
- msgstr "ÐомоÑÑ Ð¾Ð½Ð»Ð°Ð¹Ð½"
+ msgid "SeaMap Editor"
+ msgstr "РедакÑÐ¾Ñ ÐºÐ°ÑÑ Ð¼Ð¾Ñей (SeaMap)"
- msgid "Load"
- msgstr "ÐагÑÑзиÑÑ"
+ msgid "No object selected"
+ msgstr "ÐÐµÑ Ð²ÑбÑаннÑÑ
обÑекÑов"
- msgid "invisible"
- msgstr "невидимÑй"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "РедакÑÐ¾Ñ ÐºÐ°ÑÑ Ð¼Ð¾Ñей (SeaMap)"
+ msgid "Select only one object"
+ msgstr "ÐÑбеÑиÑе ÑолÑко один обÑекÑ"
- msgid "Export"
- msgstr "ÐкÑпоÑÑ"
+ msgid "Select a map object"
+ msgstr "ÐÑбеÑиÑе обÑÐµÐºÑ ÐºÐ°ÑÑÑ"
msgid "AutoSave LiveData"
msgstr "ÐвÑоÑоÑ
Ñанение даннÑÑ
позиÑиониÑованиÑ"
@@@ -27188,6 -28589,102 +28636,102 @@@ msgstr "ТÑаÑÑиÑовÑик.
msgid "Tracer building"
msgstr "ÐоÑÑÑоиÑÐµÐ»Ñ Ð·Ð´Ð°Ð½Ð¸Ñ"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "ÐзмениÑÑ Ñег {0} на {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "ÐеÑÑÐ¸Ñ Tracer2Server не ÑовмеÑÑима Ñ ÑÑим модÑлем. ÐагÑÑзиÑе веÑÑÐ¸Ñ {0} Ñ\n"
+ "{1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "ÐоÑÑÑпна Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ Tracer2Server. ÐÐ»Ñ Ð½Ð°Ð¸Ð»ÑÑÑиÑ
ÑезÑлÑÑаÑов обновиÑеÑÑ Ð´Ð¾ "
+ "веÑÑии {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "ÐÐµÑ Ð°ÐºÑивного набоÑа паÑамеÑÑов!"
+
+ msgid "Select parameter"
+ msgstr "ÐÑбеÑиÑе паÑамеÑÑ"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: добавиÑÑ Ð»Ð¸Ð½Ð¸Ñ Ð¸Ð· {0} ÑоÑек"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: измениÑÑ Ð»Ð¸Ð½Ð¸Ñ Ð¸Ð· {0} ÑоÑек"
+
+ msgid "Tracer2 error"
+ msgstr "ÐÑибка Tracer2"
+
+ msgid "Parameter for server request"
+ msgstr "ÐаÑамеÑÑÑ Ð·Ð°Ð¿ÑоÑа к ÑеÑвеÑÑ"
+
+ msgid "Tile size:"
+ msgstr "Ð Ð°Ð·Ð¼ÐµÑ ÐºÐ²Ð°Ð´ÑаÑа:"
+
+ msgid "Resolution:"
+ msgstr "РазÑеÑение:"
+
+ msgid "Mode:"
+ msgstr "Режим:"
+
+ msgid "Threshold:"
+ msgstr "ÐоÑог:"
+
+ msgid "Points per circle:"
+ msgstr "ТоÑек на кÑÑг:"
+
+ msgid "Tag:"
+ msgstr "Тег:"
+
+ msgid "Preferred values:"
+ msgstr "ÐÑедпоÑÑиÑелÑнÑе знаÑениÑ:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "УдалиÑÑ Ð¿Ð°ÑамеÑÑ \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "ÐобавиÑÑ Ð½Ð¾Ð²Ñй"
+
+ msgid "Add predefined"
+ msgstr "ÐобавиÑÑ Ð¿ÑедопÑеделÑннÑй"
+
+ msgid "Select predefined parameter"
+ msgstr "ÐÑбеÑиÑе пÑедопÑеделÑннÑй паÑамеÑÑ"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "ÐзмениÑÑ ÑпиÑок паÑамеÑÑов запÑоÑа к ÑеÑвеÑÑ."
+
+ msgid "Parameter:"
+ msgstr "ÐаÑамеÑÑ:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Server не запÑÑен. ÐожалÑйÑÑа, запÑÑÑиÑе ÑеÑвеÑ.\n"
+ "ÐÑли Ñ Ð²Ð°Ñ Ð½ÐµÑ ÑеÑвеÑа, загÑÑзиÑе его Ñ\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server ниÑего не наÑел."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server обнаÑÑжил оÑибкÑ."
+
msgid "GPG"
msgstr "GPG"
@@@ -27226,6 -28723,10 +28770,10 @@@ msgstr "СкаÑаÑÑ Ð¾Ð±ÑекÑÑ Ñ
msgid "Download signed data"
msgstr "СкаÑаÑÑ Ð¿Ð¾Ð´Ð¿Ð¸ÑаннÑе даннÑе"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Ðнимание: ÐÑибка пÑоигноÑиÑована, поÑколÑÐºÑ Ð·Ð°Ð´Ð°Ñа бÑла оÑменена. ÐÑибка: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27392,9 -28893,6 +28940,6 @@@ msgstr "ÐодпиÑание оÑмен
msgid "Please give a tolerance in meters"
msgstr "ÐожалÑйÑÑа, ÑкажиÑе допÑÑк в меÑÑаÑ
"
- msgid "Accuracy"
- msgstr "ТоÑноÑÑÑ"
-
msgid "Select as much as you like:"
msgstr "ÐÑбеÑиÑе ÑÑолÑко, ÑколÑко нÑжно:"
@@@ -28553,9 -30051,6 +30098,6 @@@ msgstr "СнÑÑÑ Ð²Ñделение Ñ
msgid "Removes all nodes from selection"
msgstr "УбÑаÑÑ ÑоÑки из вÑделениÑ"
- msgid "Video"
- msgstr "Ðидео"
-
msgid "Import Video"
msgstr "ÐмпоÑÑиÑоваÑÑ Ð²Ð¸Ð´ÐµÐ¾"
@@@ -28686,7 -30181,7 +30228,7 @@@ msgid "mute
msgstr "оÑклÑÑиÑÑ Ð·Ð²Ñк"
msgid "Walking Papers Scanned Map"
- msgstr ""
+ msgstr "СканиÑÐ¾Ð²Ð°Ð½Ð½Ð°Ñ ÐºÐ°ÑÑа Ñ Walking-Papers.org"
msgid ""
"Display a map that was previously scanned and uploaded to walking-papers.org"
@@@ -28858,9 -30353,6 +30400,6 @@@ msgstr "ÐÑбÑаÑÑ ÑзÑк по Ñ
msgid "Enter the Wikipedia language"
msgstr "ÐведиÑе ÑзÑк Ðикипедии"
- msgid "Add Tag"
- msgstr "ÐобавиÑÑ Ñег"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/sk.po
index a49cdd6,59510f0..9452f6a
--- a/i18n/po/sk.po
+++ b/i18n/po/sk.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-23 18:21+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-16 22:12+0000\n"
"Last-Translator: aceman <aceman at inmail.sk>\n"
"Language-Team: Slovak <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
- "X-Launchpad-Export-Date: 2013-08-24 04:31+0000\n"
- "X-Generator: Launchpad (build 16738)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:58+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: sk\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Podmienky použitia pozadia
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Otvorenie odkazu nie je aktuálnou platformou podporované (\"{0}\")"
+ msgid "ERROR: {0}"
+ msgstr "CHYBA: {0}"
+
msgid "WARNING: {0}"
msgstr "VAROVANIE: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "LADENIE: {0}"
+ msgid "Cause: "
+ msgstr "PrÃÄina: "
+
msgid "Executing platform startup hook"
msgstr "Spúšťam platformu"
@@@ -113,7 -119,7 +119,7 @@@ msgid "Exit JOSM
msgstr "UkonÄiÅ¥ JOSM"
msgid "Continue, try anyway"
- msgstr "PokraÄovaÅ¥, skúsiÅ¥ znovu"
+ msgstr "PokraÄovaÅ¥, skúsiÅ¥ aj tak"
msgid "Error"
msgstr "Chyba"
@@@ -164,19 -170,19 +170,19 @@@ msgid "About JOSM...
msgstr "O programe JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Varovanie: NeoÄakávaný formát URL základne API. Presmerovanie na info alebo "
- "históriu stránky pre objekt OSM pravdepodobne zlyhá. Základné URL pre "
- "základÅu API je: \"{0}\""
+ "NeoÄakávaný formát základného URL pre API. Presmerovanie na info alebo "
+ "históriu stránky pre objekt OSM pravdepodobne zlyhá. Základné URL pre API "
+ "je: \"{0}"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VAROVANIE: neoÄakávaný formát API základnej URL. Presmerovanie na stránku "
- "použÃvateľa OSM pravdepodobne zlyhá. API URL je: \"{0}\""
+ "NeoÄakávaný formát základného URL pre API. Presmerovanie na stránku "
+ "použÃvateľa OSM pravdepodobne zlyhá. Základné URL pre API je: \"{0}\""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -259,22 -265,19 +265,19 @@@ msgid "Align Nodes in Circle
msgstr "Zarovnať body do kruhu"
msgid "Move the selected nodes into a circle."
- msgstr "Presunúť oznaÄené body do kruhu"
+ msgstr "Presunúť oznaÄené body do kruhu."
msgid "Tool: {0}"
msgstr "Nástroj: {0}"
msgid "Please select at least four nodes."
- msgstr "Vyberte minimálne 4 body"
-
- msgid "Information"
- msgstr "Informácia"
+ msgstr "Vyberte minimálne 4 body."
msgid "Align Nodes in Line"
msgstr "Zarovnať body na priamku"
msgid "Move the selected nodes in to a line."
- msgstr "Presunúť oznaÄené body na priamku"
+ msgstr "Presunúť oznaÄené body na priamku."
msgid "Please select at least three nodes."
msgstr "Vyberte prosÃm aspoÅ 3 body."
@@@ -304,7 -307,10 +307,10 @@@ msgid "next
msgstr "nasledujúce"
msgid "Nothing selected to zoom to."
- msgstr "Nie je zvolené niÄ, Äo by se mohlo priblÞiÅ¥."
+ msgstr "Nie je zvolené niÄ, Äo by sa mohlo priblÞiÅ¥."
+
+ msgid "Information"
+ msgstr "Informácia"
msgid "Zoom to {0}"
msgstr "PriblÞiť na {0}"
@@@ -340,7 -346,7 +346,7 @@@ msgid "No open changesets
msgstr "Neotvorené súbory zmien"
msgid "Downloading open changesets ..."
- msgstr "Sťahujem otvorené súbory zmien"
+ msgstr "Sťahujem otvorené súbory zmien ..."
msgid "Combine Way"
msgstr "Spojiť cesty"
@@@ -359,27 -365,28 +365,28 @@@ msgid "
"reverse some of them?"
msgstr ""
"Cesty nemôžu byÅ¥ spojené, pretože nemajú jednotný smer. Chcete otoÄiÅ¥ smer "
- "ciest?"
+ "niektorých ciest?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Nemôžem spojiť cesty (Nemôžu byť spojené do jedného reťazca bodov)"
+ msgstr ""
+ "Nepodarilo sa spojiť cesty<br>(Nemohli byť spojené do jediného reťazca bodov)"
msgid "Combine {0} ways"
- msgstr "Spojiť {0} cesty"
+ msgstr "Spojiť {0} cesty (ciest)"
msgid "Please select at least two ways to combine."
- msgstr "ProsÃm, vyberte aspoÅ dve cesty pre spojenie."
+ msgstr "ProsÃm vyberte aspoÅ dve cesty pre spojenie."
msgid "Copy"
msgstr "SkopÃrovaÅ¥"
msgid "Copy selected objects to paste buffer."
- msgstr "VybraÅ¥ oznaÄené objekty pre vloženie."
+ msgstr "KopÃrovaÅ¥ vybrané body do zásobnÃka."
msgid "Please select something to copy."
- msgstr "ProsÃm zvoľ nieÄo pre kopÃrovanie"
+ msgstr "ProsÃm zvoľte nieÄo pre kopÃrovanie"
msgid "Copy Coordinates"
msgstr "SkopÃrovaÅ¥ súradnice"
@@@ -474,7 -481,7 +481,7 @@@ msgid "
"The server replied with response code 404.<br>This usually means, the server "
"does not know an object with the requested id."
msgstr ""
- "Server odpovedal s kódom 404.<br>To obvykle znamená, že server nepozná "
+ "Server odpovedal s kódom 404.<br>To obyÄajne znamená, že server nepozná "
"objekt s požadovaným id."
msgid "missing objects:"
@@@ -552,6 -559,9 +559,9 @@@ msgstr "História
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "ZobraziÅ¥ históriu o OSM cestách, bodoch, alebo reláciÃ."
+ msgid "Show history"
+ msgstr "Zobraz históriu"
+
msgid "History (web)"
msgstr "História (web)"
@@@ -674,17 -684,17 +684,17 @@@ msgid "Joined overlapping areas
msgstr "Spojené prekrývajúce sa plochy"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Niektoré z ciest mali ÄasÅ¥ vzÅ¥ahov (relations), ktoré boli zmenené. ProsÃm "
- "overte Äi to nepredstavuje nejakú chybu."
+ "Niektoré cesty boli súÄasÅ¥ou reláciÃ, ktoré sa zmenili.<br>ProsÃm "
+ "skontrolujte, Äi nevznikli žiadne chyby."
msgid "Fix tag conflicts"
msgstr "Oprava konfliktu (rozporu) znaÄiek"
msgid "Split ways into fragments"
- msgstr "Rozdelenie cesty do fragmentov"
+ msgstr "Rozdelenie cesty na fragmenty"
msgid "Sorry. Cannot handle multipolygon relations with multiple outer ways."
msgstr ""
@@@ -717,7 -727,7 +727,7 @@@ msgid "Remove tags from inner ways
msgstr "VymazaÅ¥ znaÄky z vnútorných ciest"
msgid "Join Areas Function"
- msgstr "Funkcie Spojenia Plôch (Join Areas Function)"
+ msgstr "Funkcia spojenia plôch"
msgid "Join Node to Way"
msgstr "Vložiť bod do cesty"
@@@ -843,17 -853,16 +853,16 @@@ msgid "Merge nodes into the oldest one.
msgstr "ZlúÄiÅ¥ body do najstarÅ¡ieho bodu"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Vyberte prosÃm aspoÅ dva body na zlúÄenie, alebo bod, ktorý je blÃzko iného "
- "bodu."
+ "ProsÃm vyberte aspoÅ dva body na spojenie alebo bod blÃzko iného bodu."
msgid "Abort Merging"
- msgstr "Zrušiť spojovanie"
+ msgstr "Zrušiť spojenie"
msgid "Click to abort merging nodes"
- msgstr "Kliknúť pre zrušenie spojovania bodov"
+ msgstr "Kliknúť pre zrušenie spojenia bodov"
msgid ""
"Cannot merge nodes: Would have to delete way {0} which is still used by {1}"
@@@ -912,7 -921,7 +921,7 @@@ msgid "Move {0}
msgstr "Presunúť {0}"
msgid "Moves Objects {0}"
- msgstr "Presunutie objektov {0}"
+ msgstr "Presunie objekty {0}"
msgid "Cannot move objects outside of the world."
msgstr "Nemôžem presúvať objekty mimo svet."
@@@ -1039,7 -1048,7 +1048,7 @@@ msgstr "
"Obnovenie (undo). Prednastavené je Shift+Q.)"
msgid "Orthogonalize Shape"
- msgstr "Pravouhlý tvar"
+ msgstr "Vytvoriť pravouhlý tvar"
msgid "Move nodes so all angles are 90 or 180 degrees"
msgstr "Presunúť body tak, aby mali vÅ¡etky uhly 90 alebo 180 stupÅov"
@@@ -1054,16 -1063,11 +1063,11 @@@ msgid "Orthogonalize / Undo
msgstr "Pravouhlosť / Obnovenie (undo)"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Pravouhlý tvar / Obnovenie (undo)\n"
- "ProsÃm vyberte body, ktoré boli posunuté predchádzajúcou funkciou pre "
- "pravouhlosť!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Obnovenie (undo) pravouhlého tvaru"
+ "Pravouhlý tvar / Obnovenie<br>ProsÃm vyberte body, ktoré boli presunuté "
+ "predchádzajúcou operáciou \"Pravouhlý tvar\"!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1083,9 -1087,6 +1087,6 @@@ msgstr "Pravouhlosť
msgid "Usage"
msgstr "Využitie"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Vybrané prvky nemôžu byť zpravouhlené"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1100,7 -1101,7 +1101,7 @@@ msgid "Paste
msgstr "Vložiť"
msgid "Paste contents of paste buffer."
- msgstr "Vložiť zo schránky"
+ msgstr "VložiÅ¥ obsah zásobnÃka."
msgid "Delete incomplete members?"
msgstr "VymazaÅ¥ nekompletné Äleny?"
@@@ -1144,30 -1145,31 +1145,31 @@@ msgid "Preferences
msgstr "Nastavenia"
msgid "Purge..."
- msgstr "ÄistÃm(purge)..."
+ msgstr "Zabudnúť..."
msgid "Forget objects but do not delete them on server when uploading."
- msgstr "Zabudnuté objekty, avÅ¡ak nebudú zmazane na serveri po nahrávanÃ."
+ msgstr ""
+ "Zabudnúť objekty, ktoré vÅ¡ak nebudú zmazané na serveri pri nahrávanÃ."
msgid "Purge"
- msgstr "VyÄistiÅ¥"
+ msgstr "Zabudnúť"
msgid "Confirm Purging"
- msgstr "Potvrdiť vymazanie"
+ msgstr "Potvrdiť zabudnutie"
msgid ""
"This operation makes JOSM forget the selected objects.<br> They will be "
"removed from the layer, but <i>not</i> deleted<br> on the server when "
"uploading."
msgstr ""
- "Táto operácia je pre JOSM zabudnuté vybrané objekty.<br> Budú odstránené z "
- "vrstvy, ale <i>nebudú</i>vymazané<br> na serveri pri nahrávanÃ."
+ "Táto operácia nechá JOSM zabudnúť vybrané objekty.<br> Budú odstránené z "
+ "vrstvy, ale <i>nebudú</i> vymazané<br> na serveri pri nahrávanÃ."
msgid ""
"The following dependent objects will be purged<br> in addition to the "
"selected objects:"
msgstr ""
- "Nasledujúce závislé objekty budú vyÄistené<br>okrem vybraných objektov:"
+ "Nasledujúce závislé objekty budú zabudnuté<br> spolu s vybranými objektmi:"
msgid "Add to selection"
msgstr "Pridať k výberu"
@@@ -1176,12 -1178,11 +1178,11 @@@ msgid "
"Some of the objects are modified.<br> Proceed, if these changes should be "
"discarded.</html>"
msgstr ""
- "Niektoré objekty sú upravené.<br>PokraÄovaÅ¥, ak tieto zmeny budú zruÅ¡ené. "
- "\r\n"
- "</html>"
+ "Niektoré objekty sú upravené.<br> PokraÄujte, ak tieto zmeny majú byÅ¥ "
+ "zrušené.</html>"
msgid "Clear Undo/Redo buffer"
- msgstr "Prázdna Undo/Redo pamäť"
+ msgstr "Vyprázdniť pamäť pre navrátenie akcie"
msgid "Redo"
msgstr "Opakovať"
@@@ -1238,7 -1239,7 +1239,7 @@@ msgid "File {0} exists. Overwrite?
msgstr "Súbor {0} existuje. PrepÃsaÅ¥ ho?"
msgid "No Exporter found! Nothing saved."
- msgstr "Žiadny exportér nenájdený! NiÄ zachránené.."
+ msgstr "Žiadny exportér nenájdený! NiÄ nebolo uložené."
msgid "File exists. Overwrite?"
msgstr "Súbor už existuje. PrepÃsaÅ¥?"
@@@ -1265,9 -1266,6 +1266,6 @@@ msgstr "Nahrať sedenie
msgid "Load a session from file."
msgstr "Nahrať sedenie zo súboru."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Súbor sedenia (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Otvoriť sedenie"
@@@ -1276,7 -1274,7 +1274,7 @@@ msgstr "NaÄÃtava sa sedenie ''{0}''
msgid "<html>Could not load session file ''{0}''.<br>Error is:<br>{1}</html>"
msgstr ""
- "<html>Nedá sa naÄÃtaÅ¥ súbor sedenia ''{0}''.<br>Chyby je:<br>{1}</html>"
+ "<html>Nedá sa naÄÃtaÅ¥ súbor sedenia ''{0}''.<br>Chyba je:<br>{1}</html>"
msgid "Data Error"
msgstr "Dátová chyba"
@@@ -1325,7 -1323,7 +1323,7 @@@ msgstr "
"hláseniu chyby"
msgid "Help: {0}"
- msgstr "Pomoc: {0}"
+ msgstr "Nápoveda: {0}"
msgid "Status Report"
msgstr "Správa o stave"
@@@ -1346,20 -1344,21 +1344,21 @@@ msgid "Delete unnecessary nodes from a
msgstr "Zmazať nepotrebné body z cesty."
msgid "Please select at least one way to simplify."
- msgstr "Vyberte aspoŠjednu cestu k zjednodušeniu."
+ msgstr "Vyberte aspoŠjednu cestu na zjednodušenie."
msgid "Yes"
msgstr "Ãno"
msgid "Simplify all selected ways"
- msgstr "Zjednodušiť všetky vybraté cesty"
+ msgstr "Zjednodušiť všetky vybrané cesty"
msgid "Cancel operation"
- msgstr "Zušiť operáciu"
+ msgstr "Zrušiť operáciu"
msgid ""
"The selection contains {0} ways. Are you sure you want to simplify them all?"
- msgstr "Výber obsahuje {0} cesty. Naozaj ich chcete všetky zjednodušiť?"
+ msgstr ""
+ "Výber obsahuje {0} cesty (ciest). Naozaj ich chcete všetky zjednodušiť?"
msgid "Simplify ways?"
msgstr "Zjednodušiť cesty?"
@@@ -1423,22 -1422,21 +1422,21 @@@ msgstr "
"cesty.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Funkcia umiestnená v relaÄnom Älene bola skopÃrovaná do vÅ¡etkých "
- "nových ciest.<br>Mali by ste toto potvrdiť a opraviť to ak je to "
- "potrebné.</html>"
+ "Älenstvo v relácii, založené na roli, bolo skopÃrované do vÅ¡etkých nových "
+ "ciest.<br>Mali by ste to skontrolovaÅ¥ a v prÃpade potreby opraviÅ¥."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>VzÅ¥ah relácie bol skopÃrovaný do vÅ¡etkých nových ciest.<br>Mali by ste "
- "toto overiť a opraviť ak je to nutné.</html>"
+ "Älenstvo v relácii bolo skopÃrované do vÅ¡etkých nových ciest.<br>Mali by ste "
+ "to skontrolovaÅ¥ a v prÃpade potreby opraviÅ¥."
msgid "Split way {0} into {1} parts"
- msgstr "RozdeliÅ¥ cestu {0} do {1} ÄastÃ"
+ msgstr "RozdeliÅ¥ cestu {0} na {1} ÄastÃ"
msgid "Toggle GPX Lines"
msgstr "Zapnúť GPX Äiary"
@@@ -1537,6 -1535,29 +1535,29 @@@ msgstr "
"Chystáte sa pohnúť neúplné objekty.<br>To spôsobà problémy, pretože nie je "
"vidieÅ¥ skutoÄný objekt.<br>Naozaj chcete, s nÃm hýbaÅ¥?"
+ msgid "Disconnect Node from Way"
+ msgstr "Odpojiť bod z cesty"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Odpojiť body od cesty, ktorej patria"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Vyberte aspoÅ jeden bod na odpojenie."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Vybrané body nemôžu byÅ¥ od niÄoho odpojené."
+ msgstr[1] "Vybraný bod nemôže byÅ¥ od niÄoho odpojený."
+ msgstr[2] "Vybrané body nemôžu byÅ¥ od niÄoho odpojené."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] "Dotknutá cesta by po odpojenà vybraných bodov zmizla."
+ msgstr[1] "Dotknutá cesta by po odpojenà vybraného bodu zmizla."
+ msgstr[2] "Dotknutá cesta by po odpojenà vybraných bodov zmizla."
+
msgid "Undo"
msgstr "Späť"
@@@ -1631,13 -1652,13 +1652,13 @@@ msgid "Upload all changes in the curren
msgstr "Nahrať všetky zmeny v aktuálnom výbere na OSM server."
msgid "Checking parents for deleted objects"
- msgstr "Kontrola rodiÄovských pre zmazané objekty"
+ msgstr "Kontrola rodiÄov pre zmazané objekty"
msgid "Reading parents of ''{0}''"
- msgstr "ÄÃtanie rodiÄovských z ''{0}''"
+ msgstr "ÄÃtanie rodiÄov ''{0}''"
msgid "Checking for deleted parents in the local dataset"
- msgstr "Kontrola pre zmazané rodiÄovské v lokálnej dátovej sade"
+ msgstr "Kontrola zmazaných rodiÄov v lokálnej dátovej sade"
msgid "Validation"
msgstr "Overiť"
@@@ -1690,7 -1711,7 +1711,7 @@@ msgid "Zoom to
msgstr "ZväÄÅ¡iÅ¥ na"
msgid "Zoom to the object the first selected member refers to"
- msgstr "PriblÞiÅ¥ na objekt prvého vybratého Älena odkazujúceho na"
+ msgstr "PriblÞiÅ¥ na objekt, na ktorý odkazuje prvý vybraný Älen"
msgid "Zooming disabled because layer of this relation is not active"
msgstr "ZväÄÅ¡ovanie je vypnuté pretože vrstva z tejto relácie nie je aktÃvna"
@@@ -1825,13 -1846,16 +1846,16 @@@ msgstr[1] "Konflikt poÄas sÅ¥ahovania
msgstr[2] "Konflikty poÄas sÅ¥ahovania"
msgid "({0}/{1}) Loading parents of node {2}"
- msgstr "({0}/{1}) Nahrávam rodiÄovské z bodov {2}"
+ msgstr "({0}/{1}) Nahrávam rodiÄov bodu {2}"
msgid "({0}/{1}) Loading parents of way {2}"
- msgstr "({0}/{1}) Nahrávam rodiÄovské z cesty {2}"
+ msgstr "({0}/{1}) Nahrávam rodiÄov cesty {2}"
msgid "({0}/{1}) Loading parents of relation {2}"
- msgstr "({0}/{1}) Nahrávam rodiÄovské z relácie {2}"
+ msgstr "({0}/{1}) Nahrávam rodiÄov relácie {2}"
+
+ msgid "Download session"
+ msgstr "SÅ¥ahovanie"
msgid "Download {0} of {1} ({2} left)"
msgstr "Stiahnuté {0} z {1} (zostáva stiahnuť {2})"
@@@ -2084,8 -2108,8 +2108,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Nedá sa umiestniť bod mimo sveta."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "Pridať nový bod do {0} ciest"
msgstr[1] "Pridať nový bod do {0} cesty"
msgstr[2] "Pridať nový bod do {0} ciest"
@@@ -2136,7 -2160,7 +2160,7 @@@ msgstr "
"záznam prehrávať; SHIFT+uvoľnite synchronizovaný zvukový záznam v tom bode."
msgid "Select"
- msgstr "Výber"
+ msgstr "Vybrať"
msgid "Select, move, scale and rotate objects"
msgstr "VybraÅ¥, presúvaÅ¥, mierka a otoÄenie objektov"
@@@ -2208,12 -2232,12 +2232,12 @@@ msgstr "Pridať výber do relácie
msgid "Add selection to {0} relation"
msgid_plural "Add selection to {0} relations"
- msgstr[0] "PridaÅ¥ výber {0} do reláciÃ"
- msgstr[1] "Pridať výber {0} do relácie"
- msgstr[2] "PridaÅ¥ výber {0} do reláciÃ"
+ msgstr[0] "PridaÅ¥ výber do {0} reláciÃ"
+ msgstr[1] "Pridať výber do {0} relácie"
+ msgstr[2] "PridaÅ¥ výber do {0} reláciÃ"
msgid "Delete the selected relation"
- msgstr "Zmazať vybraté relácie"
+ msgstr "Zmazať vybrané relácie"
msgid "Download all members of the selected relations"
msgstr "Stiahnutie vÅ¡etkých Älenov z vybraných reláciÃ"
@@@ -2243,16 -2267,16 +2267,16 @@@ msgid "Select relation in relation list
msgstr "VybraÅ¥ reláciu v obsahu reláciÃ."
msgid "Add the members of all selected relations to current selection"
- msgstr "Pridajte Äleny vÅ¡etkých vybraných relácià k súÄasnému výberu"
+ msgstr "PridaÅ¥ Äleny vÅ¡etkých vybraných relácià k súÄasnému výberu"
msgid "Select the members of all selected relations"
- msgstr "Výber Älenov zo vÅ¡etkých vybraných reláciÃ"
+ msgstr "VybraÅ¥ Älenov zo vÅ¡etkých vybraných reláciÃ"
msgid "Select members (add)"
- msgstr "VybraÅ¥ Äleny(pridaÅ¥)"
+ msgstr "VybraÅ¥ Älenov (pridaÅ¥)"
msgid "Select members"
- msgstr "Výber Älenov"
+ msgstr "VybraÅ¥ Älenov"
msgid "Add the selected relations to the current selection"
msgstr "Pridať vybranú reláciu k aktuálnemu výberu"
@@@ -2261,7 -2285,7 +2285,7 @@@ msgid "Set the current selection to th
msgstr "PridaÅ¥ aktuálny výber do zoznamu vybratých reláciÃ"
msgid "Select relation (add)"
- msgstr "Vyberte reláciu (pridať)"
+ msgstr "Vybrať reláciu (pridať)"
msgid "Select relation"
msgstr "Vybrať reláciu"
@@@ -2555,7 -2579,10 +2579,10 @@@ msgid "''value'' in any key
msgstr "\"hodnota\" v akomkoľvek kľúÄi"
msgid "matches if ''key'' exists"
- msgstr "ak ''kľúÄ'' existuje"
+ msgstr "ak \"kľúÄ\" existuje"
+
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr "ak \"kľúÄ\" je väÄšà ako \"hodnota\" (podobne s \"menšà než\")"
msgid "combinators"
msgstr "kombinátory"
@@@ -2686,10 -2713,10 +2713,10 @@@ msgid "Nothing removed from selection b
msgstr "NiÄ nebolo odstránené z výberu hľadanÃm \"{0}\""
msgid "Nothing found in selection by searching for ''{0}''"
- msgstr "NiÄ sa nenaÅ¡lo vo výbere vyhľadávania pre ''{0}''"
+ msgstr "NiÄ sa nenaÅ¡lo vo výbere vyhľadávania pre \"{0}\""
msgid "Found {0} matches"
- msgstr "Najdených {0} zodpovedajúcich objektov"
+ msgstr "Nájdených {0} zodpovedajúcich objektov"
msgctxt "search"
msgid "CS"
@@@ -2768,11 -2795,8 +2795,8 @@@ msgstr "Chýbajúci parameter pre XOR
msgid "Missing operator for NOT"
msgstr "Chýbajúci operátor pre NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr ""
- "Varovanie: automaticky skracujem hodnotu znaÄky ''{0}'' pri vymazaných "
- "objektoch {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr "Skracujem hodnotu znaÄky \"{0}\" na vymazanom objekte {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2812,7 -2836,7 +2836,7 @@@ msgid "Relation ...
msgstr "Relácia ..."
msgid "... refers to relation"
- msgstr "... odkazy na relácie"
+ msgstr "... odkazuje na relácie"
msgid "Cycling dependencies"
msgstr "Cyklické závislosti"
@@@ -2831,7 -2855,7 +2855,7 @@@ msgid "Errors
msgstr "Chyby"
msgid "Usually this should be fixed."
- msgstr "Obvykle by mali byť opravené."
+ msgstr "ObyÄajne by mali byÅ¥ opravené."
msgid "Warnings"
msgstr "Varovania"
@@@ -2866,6 -2890,9 +2890,9 @@@ msgstr[0] "Pridaných {0} objektov
msgstr[1] "Pridaný {0} objekt"
msgstr[2] "Pridané {0} objekty"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Nová cesta {0} má 0 bodov"
+
msgid "Change node {0}"
msgstr "Zmeniť bod {0}"
@@@ -2876,7 -2903,7 +2903,7 @@@ msgid "Change relation {0}
msgstr "Zmeniť reláciu {0}"
msgid "Changed nodes of {0}"
- msgstr "Zmenené body z {0}"
+ msgstr "Zmenili sa body {0}"
msgid "Remove \"{0}\" for node ''{1}''"
msgstr "Odstrániť \"{0}\" z bodu ''{1}''"
@@@ -2902,11 -2929,11 +2929,11 @@@ msgstr "Odstrániť \"{0}\" z {1} objek
msgid "Set {0}={1} for {2} objects"
msgstr "Nastaviť {0}={1} pre {2} objektov"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "Odstránené {0} vlastnostà z {1} objektov"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "VymazaÅ¥ {0} znaÄiek z {1} objektov"
- msgid "Set {0} properties for {1} objects"
- msgstr "Nastaviť {0} vlastnostà pre {1} objektov"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "NastaviÅ¥ {0} znaÄiek pre {1} objektov"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "Nahradiť \"{0}\" za \"{1}\" pre"
@@@ -2931,11 -2958,10 +2958,10 @@@ msgid "Double conflict
msgstr "Dvojitý konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Upozornenie: Vrstva ''{0}'' už neexistuje. Nemožno odstrániť konflikt na "
- "objekte ''{1}''."
+ "Vrstva \"{0}\" už neexistuje. Nemôžem odstrániť konflikt pre objekt \"{1}\"."
msgid "Add conflict for ''{0}''"
msgstr "Pridať konflikt pre \"{0}\""
@@@ -3053,13 -3079,16 +3079,16 @@@ msgstr[2] "Posun {0} bodov
msgid "Purged {0} object"
msgid_plural "Purged {0} objects"
- msgstr[0] "OÄistených {0} objektov"
- msgstr[1] "OÄistený {0} objekt"
- msgstr[2] "OÄistené {0} objekty"
+ msgstr[0] "{0} objektov zabudnutých"
+ msgstr[1] "{0} objekt zabudnutý"
+ msgstr[2] "{0} objekty zabudnuté"
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Rozhodnutie konfliktov v zozname Älenov relácie {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "Odstránené body z {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "OtáÄanie {0} bodov"
@@@ -3133,11 -3162,11 +3162,11 @@@ msgid "Reverse directional way.
msgstr "OtoÄiÅ¥ smerovanú cestu."
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "KeÄ otáÄate túto cestu, nasledujúce zmeny vo vlastnostiach cesty a jej bodov "
- "sú navrhované v takom poradà aby zachovali konzistenciu dát."
+ "Pri otáÄanà tejto cesty sú navrhované nasledovné zmeny na zachovanie "
+ "konzistencie dát."
msgid "Relation"
msgstr "Relácia (vzťah)"
@@@ -3166,11 -3195,11 +3195,11 @@@ msgstr "Použiť zvolené zmeny
msgid "Do not apply changes"
msgstr "Nevykonať zmeny"
- msgid "Please select which property changes you want to apply."
- msgstr "ProsÃm vyberte, ktoré zmenené vlastnosti chcete použiÅ¥."
+ msgid "Please select which changes you want to apply."
+ msgstr "ProsÃm vyberte, ktoré zmeny chcete použiÅ¥."
- msgid "Properties of "
- msgstr "Vlastnosti "
+ msgid "Tags of "
+ msgstr "ZnaÄky "
msgid "Roles in relations referring to"
msgstr "Funkcie v reláciách odkazujú na"
@@@ -3191,6 -3220,9 +3220,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Nemožno zmazať starý záložný súbor {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "Vaša práva bola automaticky uložená."
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Chyba pri vytváranà zálohy z odstránenej vrstvy: {0}"
@@@ -3224,21 -3256,21 +3256,21 @@@ msgstr "
"jeho východisková hodnota je v tomto okamihu neznáma.<br/> Aktivujte si "
"prosÃm zodpovedajúcu funkciu ruÄne a skúste to znova importovaÅ¥."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "Upozornenie: Nepodarilo sa vytvoriť chýbajúci cache adresár: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Nepodarilo sa vytvoriť chýbajúci cache adresár: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Nepodarilo sa vytvoriÅ¥ chýbajúci adresár zásobnÃka: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "VAROVANIE: neúspeÅ¡ný pri pokraÄovanà preferancià na ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Nepodarilo sa uložiť preferencie do \"{0}\""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "VAROVANIE: NeúspeÅ¡ná inicializácia preferenciÃ. Adresár preferencià ''{0}'' "
- "nie je adresár."
+ "NeúspeÅ¡ná inicializácia preferenciÃ. Adresár preferencià \"{0}\" nie je "
+ "adresárom."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3248,11 -3280,11 +3280,11 @@@ msgstr "
"nie je adresár.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "VAROVANIE: NeúspeÅ¡ná inicializácia preferenciÃ. NeúspeÅ¡né vytváranie "
- "chýbajúceho adresára preferenciÃ: {0}"
+ "NeúspeÅ¡ná inicializácia preferenciÃ. Nepodarilo sa vytvoriÅ¥ chýbajúci "
+ "adresár preferenciÃ: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3261,17 -3293,15 +3293,15 @@@ msgstr "
"<html>NeúspeÅ¡ná inicializácia preferenciÃ.<br>NeúspeÅ¡né vytváranie "
"chýbajúceho adresára preferenciÃ: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "Info: Chýba súbor predvolieb ''{0}''. Vytvára sa štandardný súbor predvolieb."
+ "Chýba súbor preferencià \"{0}\". Vytvorà sa východzà súbor preferenciÃ."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "VAROVANIE: Nahrádzanie existujúceho súboru preferencià ''{0}'' s východzÃm "
- "súborom preferenciÃ."
+ "Nahrádzanie existujúceho súboru preferencià \"{0}\" východzÃm súborom "
+ "preferenciÃ."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3288,11 -3318,11 +3318,11 @@@ msgstr "
"<br>{0}<br> a vytváranie nového východzieho súboru.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "Upozornenie: Nepodarilo sa inicializovať preferencie. Nepodarilo sa nastaviť "
- "Å¡tandardný súbor preferenciÃ: {0}"
+ "NeúspeÅ¡ná inicializácia preferenciÃ. Chyba pri resetovanà súboru preferencià "
+ "do východzieho: {0}"
msgid "Paint style {0}: {1}"
msgstr "Farebný štýl {0}: {1}"
@@@ -3322,14 -3352,11 +3352,11 @@@ msgstr "Neúspešné nahratie zdroja ''
msgid "UNKNOWN"
msgstr "NEZNÃMA"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr ""
- "Upozornenie: neoÄakávané ÄÃslo verzie JOSM v zmenovom súboru, hodnota je "
- "''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "NeoÄakávaná verzia JOSM v súbore revÃziÃ, hodnota je \"{0}\""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Varovanie: opravný súbor ''/REVISION'' chýba."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "Súbor revÃzià \"/REVISION\" chýba."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "So základným objektom \"{0}\" už existuje konflikt."
@@@ -3369,10 -3396,10 +3396,10 @@@ msgid "Projection ''{0}'' is not found
msgstr "Projekcia ''{0}'' nie je nájdená, záložka ''{1}'' nie je použiteľná"
msgid "ID > 0 expected. Got {0}."
- msgstr "OÄakávané ID > 0. Prijatá hodnota vÅ¡ak bola {0}."
+ msgstr "OÄakávané ID > 0. Obdržaná hodnota vÅ¡ak bola {0}."
msgid "Version > 0 expected. Got {0}."
- msgstr "OÄakávané verzia > 0. Prijatá hodnota vÅ¡ak bola {0}."
+ msgstr "OÄakávané verzia > 0. Obdržaná hodnota vÅ¡ak bola {0}."
msgid ""
"Cannot assign a changesetId > 0 to a new primitive. Value of changesetId is "
@@@ -3454,7 -3481,7 +3481,7 @@@ msgstr[2] "body
msgid "way"
msgid_plural "ways"
- msgstr[0] "cesty"
+ msgstr[0] "ciest"
msgstr[1] "cesta"
msgstr[2] "cesty"
@@@ -3465,7 -3492,7 +3492,7 @@@ msgstr[1] "vzťah (relation)
msgstr[2] "vzťahy (relations)"
msgid "closedway"
- msgstr "uzavratá cesta"
+ msgstr "uzavretá cesta"
msgid "multipolygon"
msgstr "multipolygón"
@@@ -3499,13 -3526,12 +3526,12 @@@ msgstr "
"''{1}''."
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
- msgstr "parameter {0} nie je v rozsahu 0..{1}, dostáva {2}"
+ msgstr "Parameter {0} nie je v rozsahu 0..{1}. Obdržaná hodnota je \"{2}\"."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Chyba: Nepodarilo sa naÄÃtaÅ¥ vykresľovaciu triedu mapy ''{0}''. Trieda "
- "nebola nájdená."
+ "Nepodarilo sa naÄÃtaÅ¥ vykresľovaciu triedu mapy \"{0}\". Trieda nebola "
+ "nájdená."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3549,13 -3575,13 +3575,13 @@@ msgid "selected
msgstr "zvolené"
msgid "Relation: selected"
- msgstr "Relácia: Vybratá"
+ msgstr "Relácia: vybraná"
msgid "Node: standard"
msgstr "Bod: štandardný"
msgid "Node: connection"
- msgstr "Bod: Pripojený"
+ msgstr "Bod: spojenie ciest"
msgid "Node: tagged"
msgstr "Bod: oznaÄkovaný"
@@@ -3597,7 -3623,7 +3623,7 @@@ msgid "Unexpected parameter format (''{
msgstr "NeoÄakávaný formát parametra (''{0}'')"
msgid "Value ''{0}'' for option +init not supported."
- msgstr "Hodnota ''{0}'' pre možnosť + init nie je podporovaný."
+ msgstr "Hodnota ''{0}'' pre možnosť +init nie je podporovaná."
msgid ": "
msgstr ": "
@@@ -3609,29 -3635,29 +3635,29 @@@ msgid "Combination of ellipsoid paramet
msgstr "Kombinácia parametrov elipsoidu nie je podporovaná."
msgid "Ellipsoid required (+ellps=* or +a=*, +b=*)"
- msgstr "Elipsoid vyžaduje (+ ellps = * alebo + = *, + b = *)"
+ msgstr "Elipsoid sa vyžaduje (+ellps=* alebo +a=*, +b=*)"
msgid "Grid shift file ''{0}'' for option +nadgrids not supported."
msgstr "Súbor posunu mriežky \"{0}\" nie je pre voľbu +nadgrids podporovaná."
msgid "Unkown datum identifier: ''{0}''"
- msgstr "Neznámy identifikátor dátumu: ''{0}''"
+ msgstr "Neznámy identifikátor hodnoty: \"{0}\""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "Dátum požaduje (+dátum=*, +towgs84 =* alebo +nadgirds =*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "Vyžaduje sa hodnota (+datum=*, +towgs84 =* alebo +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
msgstr "NeoÄakávaný poÄet parametrov pre \"towgs84\" (musà byÅ¥ 3 alebo 7)"
msgid "Unable to parse value of parameter ''towgs84'' (''{0}'')"
- msgstr "Nemožno analyzovať hodnotu parametra ''towgs84'' (''{0}'')"
+ msgstr "Nemožno analyzovať hodnotu parametra \"towgs84\" (\"{0}\")"
msgid "Projection required (+proj=*)"
- msgstr "Projekcia požaduje (+proj =*)"
+ msgstr "Projekcia požadovaná (+proj=*)"
msgid "Unkown projection identifier: ''{0}''"
- msgstr "Neznámy identifikátor projekcie: ''{0}''"
+ msgstr "Neznámy identifikátor projekcie: \"{0}\""
msgid "Unexpected number of arguments for parameter ''+bounds'' (must be 4)"
msgstr "NeoÄakávaný poÄet parametrov pre ''+bounds'' (musia byÅ¥ 4)"
@@@ -3656,14 -3682,11 +3682,11 @@@ msgstr "Vlastná projekcia
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Chyba: nepodarilo sa otvoriť vstupný tok zdroja ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
msgid "Parameter ''{0}'' required."
- msgstr "Vyžadovaný parameter ''{0}'' ."
+ msgstr "Vyžadovaný parameter ''{0}''."
msgid "Lambert Conformal Conic"
msgstr "Lambert Conformal Conic"
@@@ -3699,6 -3722,9 +3722,9 @@@ msgstr "ostatné overovania
msgid "Running test {0}"
msgstr "Spúšťam test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "Test \"{0}\" dokonÄený za {1}"
+
msgid "Addresses"
msgstr "Adresy"
@@@ -3721,7 -3747,16 +3747,16 @@@ msgid "Multiple street names in relatio
msgstr "Viacnásobný poÄet názvu ulice v relácii"
msgid "House number too far from street"
- msgstr "Dom ÄÃslo je prÃliÅ¡ Äaleko od ulice"
+ msgstr "ÄÃslo domu je prÃliÅ¡ Äaleko od ulice"
+
+ msgid "Barriers and entrances"
+ msgstr "Prekážky a vchody"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "Skontroluje chyby v prekážkach a vchodoch."
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "Vchod/vstup cez prekážku nie je nastavený na prekážke"
msgid "Building inside building"
msgstr "Budova v budove"
@@@ -3773,7 -3808,7 +3808,7 @@@ msgid "Checks and corrects deprecated t
msgstr "Skontroluje a opravà zastaralé znaÄky."
msgid "Deprecation fix of {0}"
- msgstr "Oprava zastaralých z {0}"
+ msgstr "Oprava zastaralých {0}"
msgid "{0} is deprecated"
msgstr "{0} je zastaralý"
@@@ -3784,6 -3819,9 +3819,9 @@@ msgstr " alebo
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} je zastaralý, použite {1}"
+ msgid "{0} is unnecessary"
+ msgstr "{0} je nepotrebný"
+
msgid "Duplicated nodes"
msgstr "Duplicitné body"
@@@ -3809,7 -3847,7 +3847,7 @@@ msgid "Power duplicated nodes
msgstr "Duplicitné body na elektrickom vedenÃ"
msgid "Natural duplicated nodes"
- msgstr "Duplicitné body na prÃrodných ..."
+ msgstr "Duplicitné body na prÃrodných útvaroch"
msgid "Building duplicated nodes"
msgstr "Duplicitné body na budovách"
@@@ -3865,11 -3903,20 +3903,20 @@@ msgid "Highways
msgstr "Pozemné komunikácie"
msgid "Performs semantic checks on highways."
- msgstr "Vykonať kontroly zmyslu na cestách."
+ msgstr "Vykoná kontroly zmyslu na cestách."
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "Chybný kruhový objazd (highway: {0} namiesto {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "Chýbajú informácie o priechode pre chodcov"
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygón"
@@@ -3877,10 -3924,10 +3924,10 @@@ msgid "This test checks if multipolygon
msgstr "Tento test skontroluje, Äi je multipolygón platný."
msgid "Area style way is not closed"
- msgstr "Oblasť štýlu cesty nie je uzavretá"
+ msgstr "Cesta reprezentujúca oblasť nie je uzavretá"
msgid "No outer way for multipolygon"
- msgstr "Chýba vonkajšia cesta multipolygónu"
+ msgstr "Chýba vonkajšia cesta multipolygónu (s rolou \"outer\")"
msgid "No style for multipolygon"
msgstr "Žiadny štýl pre multipolygón"
@@@ -3889,10 -3936,10 +3936,10 @@@ msgid "No style in multipolygon relatio
msgstr "Nie je žiaden štýl v multipolygónovej relácii"
msgid "Style for inner way equals multipolygon"
- msgstr "Štýl pre vnútornú cestu multipolygónu"
+ msgstr "Štýl pre vnútornú cestu multipolygónu je rovnaký ako v multipolygóne"
msgid "Style for outer way mismatches"
- msgstr "Štýl pre vonkajšiu cestu multipolygónu"
+ msgstr "Å týl pre vonkajÅ¡iu cestu sa lÃÅ¡i"
msgid "Multipolygon is not closed"
msgstr "Multipolygón nie je uzavretý"
@@@ -3907,22 -3954,22 +3954,22 @@@ msgid "No useful role for multipolygon
msgstr "Žiadna platná funkcia pre Älena multipolygónu"
msgid "Non-Way in multipolygon"
- msgstr "Multipolygón neobsahuje žiadnu cestu"
+ msgstr "V multipolygóne je Älen, ktorý nie je cestou"
msgid "Missing name:* translation"
- msgstr "Chýbajúce meno:* preklad"
+ msgstr "Chýbajúci preklad name:*"
msgid ""
"This test finds multilingual objects whose ''name'' attribute is not equal "
"to some ''name:*'' attribute and not a composition of ''name:*'' attributes, "
"e.g., Italia - Italien - Italy."
msgstr ""
- "Tento test zistÃ, viacjazyÄné objekty, ktorých ''meno''atribút nie je "
- "rovnaký ''meno: *''atribút, nie zložený ''meno: *''atribúty, naprÃklad, "
- "Italia - Italien - Italy."
+ "Tento test nájde viacjazyÄné objekty, ktorých atribút \"name\" (meno) nie je "
+ "rovnaký ako niektorý z atribútov \"name:*\" a nie je zložený z atribútov "
+ "\"name:*\", naprÃklad Italia - Italien - Italy."
msgid "A name:* translation is missing."
- msgstr "Meno:* preklad je chýbajúci."
+ msgstr "Chýba preklad \"name:*\"."
msgid "A name is missing, even though name:* exists."
msgstr "Chýba ''name'', napriek tomu, že ''name:*'' existuje."
@@@ -3931,10 -3978,10 +3978,10 @@@ msgid "Nodes duplicating way tags
msgstr "Body duplikujúce znaÄky cesty"
msgid "Checks for nodes that have the same tags as their parent way."
- msgstr "Hľadá body, ktoré majú rovnaké znaÄky ako cesta ktorej sú súÄasÅ¥ou."
+ msgstr "Hľadá body, ktoré majú rovnaké znaÄky ako cesta, ktorej sú súÄasÅ¥ou."
msgid "Nodes duplicating parent way tags"
- msgstr "Body duplikujúce znaÄky cesty ktorej sú súÄasÅ¥ou"
+ msgstr "Body duplikujúce znaÄky cesty, ktorej sú súÄasÅ¥ou"
msgid "Nodes with same name"
msgstr "Body s rovnakými názvami"
@@@ -3944,8 -3991,14 +3991,14 @@@ msgstr "
"Tento test slúži na vyhľadanie bodov s rovnakými názvami (môžu to byť "
"duplicity)."
+ msgid "Opening hours syntax"
+ msgstr "Zápis otváracÃch hodÃn"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr "Tento test kontroluje správny zápis otváracÃch hodÃn."
+
msgid "Overlapping Areas"
- msgstr "Prekrývajúce sa Oblasti"
+ msgstr "Prekrývajúce sa oblasti"
msgid "This test checks if areas overlap."
msgstr "Tento test skontroluje, Äi sa oblasti neprekrývajú."
@@@ -3967,13 -4020,13 +4020,13 @@@ msgid "Areas share segment
msgstr "Oblasti majú spoloÄný úsek cesty."
msgid "Highways share segment with area"
- msgstr "Hlavné cesty obsahujú oblasti"
+ msgstr "Hlavné cesty majú spoloÄný úsek s oblasÅ¥ou"
msgid "Railways share segment with area"
- msgstr "Železnice obsahujú oblasti"
+ msgstr "Železnice majú spoloÄný úsek s oblasÅ¥ou"
msgid "Ways share segment with area"
- msgstr "Cesty obsahujú oblasti"
+ msgstr "Cesty majú spoloÄný úsek s oblasÅ¥ou"
msgid "Overlapping highways"
msgstr "Prekrývajúce sa komunikácie"
@@@ -4004,26 -4057,26 +4057,26 @@@ msgstr "Neznámy typ relácie
msgid "Relation is empty"
msgstr "Relácia je prázdna"
+ msgid "Role verification problem"
+ msgstr "Problém s overenÃm úlohy"
+
msgid "<empty>"
msgstr "<prázdny>"
msgid "Role {0} missing"
- msgstr "Ãloha {0} chýba"
-
- msgid "Role verification problem"
- msgstr "Problém s overenÃm úlohy"
+ msgstr "Ãloha \"{0}\" chýba"
msgid "Number of {0} roles too low ({1})"
- msgstr "PoÄet {0} úloh prÃliÅ¡ nÃzky ({1})"
+ msgstr "PoÄet úloh \"{0}\" je prÃliÅ¡ nÃzky ({1})"
msgid "Number of {0} roles too high ({1})"
- msgstr "PoÄet {0} úloh prÃliÅ¡ vysoký ({1})"
+ msgstr "PoÄet úloh \"{0}\" je prÃliÅ¡ vysoký ({1})"
msgid "Member for role {0} of wrong type"
- msgstr "Älen pre úlohu {0} je chybného typu"
+ msgstr "Älen pre úlohu \"{0}\" je chybného typu"
msgid "Role {0} unknown"
- msgstr "Neznáma úloha {0}"
+ msgstr "Neznáma úloha \"{0}\""
msgid "Empty role found"
msgstr "Nájdená prázdna úloha"
@@@ -4044,11 -4097,11 +4097,11 @@@ msgid "
msgstr ""
"Tento test kontroluje cesty na podobnosÅ¥ mien, keÄ môže ÃsÅ¥ o preklep."
- msgid "Properties checker :"
- msgstr "Kontrola vlastnostà :"
+ msgid "Tag checker"
+ msgstr "Kontrola znaÄiek"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Tento plugin kontroluje chyby kľúÄov a ich hodnôt."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Tento plugin kontroluje chyby kľúÄov znaÄiek a ich hodnôt."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Neplatný riadok tagchecker - {0}: {1}"
@@@ -4091,22 -4144,22 +4144,22 @@@ msgid "Invalid white space in property
msgstr "Neplatná medzera vo vlastnosti klúÄa"
msgid "Property values start or end with white space"
- msgstr "Hodnota zaÄÃná alebo konÄà medzerou"
+ msgstr "Hodnoty zaÄÃnajú alebo konÄia medzerou"
msgid "Property values contain HTML entity"
- msgstr "Hodnota obsahuje HTML entitu"
+ msgstr "Hodnotu obsahujú HTML entitu"
msgid "Key ''{0}'' not in presets."
msgstr "KÄ¾ÃºÄ ''{0}'' sa nenachádza v zozname predvolených hodnôt."
msgid "Presets do not contain property key"
- msgstr "Predvoľba neobsahuje vlastnosti kľúÄa"
+ msgstr "Predvoľby neobsahujú kľúÄ"
msgid "Value ''{0}'' for key ''{1}'' not in presets."
msgstr "Hodnota ''{0}'' pre kÄ¾ÃºÄ ''{1}'' nie je v predvolenom zozname."
msgid "Presets do not contain property value"
- msgstr "Predvoľba neobsahuje vlastnost hodnoty"
+ msgstr "Predvoľby neobsahujú hodnotu vlastnosti"
msgid "FIXMES"
msgstr "FIXME"
@@@ -4163,7 -4216,7 +4216,7 @@@ msgid "Validate that property values ar
msgstr "Porovnáva platnosť hodnôt vlastnostà oproti prednastaveným hodnotám."
msgid "Check for FIXMES."
- msgstr "Kontrola pre FIXMES."
+ msgstr "Kontrola FIXMES."
msgid "Looks for nodes or ways with FIXME in any property value."
msgstr "Vyhľadá body, alebo cesty s FIXME v hodnotách vlastnostÃ."
@@@ -4186,8 -4239,8 +4239,8 @@@ msgstr "Použiť predvolený súbor pr
msgid "Use the default spellcheck file (recommended)."
msgstr "PoužiÅ¥ predvolený súbor pre spellcheck (doporuÄené)."
- msgid "Fix properties"
- msgstr "Oprava vlastnostÃ"
+ msgid "Fix tags"
+ msgstr "Oprava znaÄiek"
msgid "Could not find element type"
msgstr "Nemôžem nájsť typ elementu"
@@@ -4217,10 -4270,10 +4270,10 @@@ msgid "Unknown member type
msgstr "Neznámy typ Älena"
msgid "More than one \"from\" way found"
- msgstr "Najdených viac ako jedna cesta \"z\""
+ msgstr "Nájdená viac ako jedna cesta \"z\""
msgid "More than one \"to\" way found"
- msgstr "Najdených viac ako jedna cesta \"na\""
+ msgstr "Nájdená viac ako jedna cesta \"na\""
msgid "More than one \"via\" node found"
msgstr "Viac ako jeden \"cez\" nájdený bod"
@@@ -4229,10 -4282,10 +4282,10 @@@ msgid "Cannot mix node and way for rol
msgstr "Nemožno mieÅ¡aÅ¥ bod, a lÃniu pre úlohu \"cez\""
msgid "No \"from\" way found"
- msgstr "Žiadna \"z\" najdená cesta"
+ msgstr "Nenájdená cesta \"z (from)\""
msgid "No \"to\" way found"
- msgstr "Žiadna \"na\" najdená cesta"
+ msgstr "Nenájdená cesta \"na (to)\""
msgid "No \"via\" node or way found"
msgstr "Nenajdený \"cez\", bod alebo cesta"
@@@ -4263,6 -4316,9 +4316,9 @@@ msgstr "
"Tento test kontroluje, Äi cesty, ktoré by mali byÅ¥ uzavreté sú skutoÄne "
"uzavreté."
+ msgid "Unclosed way"
+ msgstr "Neuzavretá cesta"
+
msgid "natural type {0}"
msgstr "prÃrodné (natural) {0}"
@@@ -4270,7 -4326,7 +4326,7 @@@ msgid "landuse type {0}
msgstr "využitie oblasti (landuse) {0}"
msgid "amenities type {0}"
- msgstr "zaujÃmavosti (amenity) {0}"
+ msgstr "obÄianska vybavenosÅ¥ (amenity) {0}"
msgid "sport type {0}"
msgstr "športové {0}"
@@@ -4293,9 -4349,6 +4349,6 @@@ msgstr "budova
msgid "area"
msgstr "oblasť (plocha)"
- msgid "Unclosed way"
- msgstr "Neuzavretá cesta"
-
msgid "Unconnected ways"
msgstr "Nepripojené cesty"
@@@ -4312,7 -4365,7 +4365,7 @@@ msgid "Way node near other way
msgstr "Bod cesty je blÃzko inej cesty"
msgid "Connected way end node near other way"
- msgstr "Spojený koncový bod cesty je blÃzko inej cesty"
+ msgstr "Koncový bod spojenej cesty je blÃzko inej cesty"
msgid "Untagged and unconnected nodes"
msgstr "NeoznaÄkované a nepripojené body"
@@@ -4321,12 -4374,12 +4374,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Tento test hľadá body bez znaÄiek, ktoré nie sú súÄasÅ¥ou žiadnej cesty."
- msgid "No tags"
- msgstr "Žiadne znaÄky"
-
msgid "Unconnected nodes without physical tags"
msgstr "Nespojené body, bez fyzických znaÄiek"
+ msgid "No tags"
+ msgstr "Žiadne znaÄky"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Má znaÄku obsahujúcu ''fixme'' alebo ''FIXME''"
@@@ -4352,7 -4405,7 +4405,7 @@@ msgid "Unnamed ways
msgstr "Nepomenované cesty"
msgid "Unnamed junction"
- msgstr "Nepomenované spojenie"
+ msgstr "Nepomenovaná križovatka"
msgid "Untagged ways (commented)"
msgstr "NeoznaÄkovaná cesta (komentované)"
@@@ -4387,25 -4440,6 +4440,6 @@@ msgstr "Obrátené pobrežie: zem nie j
msgid "Reversed land: land not on left side"
msgstr "Obrátená zem: zem nie je na ľavej strane"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Nesprávny poÄet argumentov pre záložky"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Chyba pri ÄÃtanà položky záložky:%s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Chyba: NeoÄakávaný riadok ''{0}'' v súbore záložiek ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Chyba: Nedovolená zdvojená hodnota ''{0}'' v riadku ''{1}'' v súbore "
- "záložiek ''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr "<html>Nemôžem ÄÃtaÅ¥ záložky z<br>''{0}''<br>Chyba bola: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Znovu nezobrazovať (zapamätanie voľby)"
@@@ -4419,7 -4453,7 +4453,7 @@@ msgid "House {0}
msgstr "Dom {0}"
msgid "House number {0} at {1}"
- msgstr "ÄÃslo domu {0} v {1}"
+ msgstr "ÄÃslo domu {0} na {1}"
msgid "House number {0}"
msgstr "ÄÃslo domu {0}"
@@@ -4464,7 -4498,7 +4498,7 @@@ msgid "Network exception
msgstr "Sieťová výnimka"
msgid "IO Exception"
- msgstr "IO Výnimka"
+ msgstr "V/V Výnimka (I/O)"
msgid "Illegal Data"
msgstr "Chybné dáta"
@@@ -4485,7 -4519,7 +4519,7 @@@ msgid "Authentication Failed
msgstr "Autentifikácia zlyhala"
msgid "Access to redacted version ''{0}'' of {1} {2} is forbidden."
- msgstr "PrÃstup k redigované verzii ''{0}'' z {1} {2} je zakázaný."
+ msgstr "PrÃstup k redigovanej verzii ''{0}'' z {1} {2} je zakázaný."
msgid "Authorisation Failed"
msgstr "Autentifikácia zlyhala"
@@@ -4506,13 -4540,13 +4540,13 @@@ msgid "Unknown host
msgstr "Neznámy hostiteľ"
msgid "Show help information"
- msgstr "Zobraziť informácie o pomoci"
+ msgstr "Zobraziť pomocné informácie"
msgid "Downloading \"Message of the day\""
msgstr "SÅ¥ahujem \"Správu dÅa\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "Upozornenie: Nepodarilo sa ÄÃtaÅ¥ MOTD. Výnimka bola: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Nepodarilo sa naÄÃtaÅ¥ správu dÅa. Výnimka bola: {0}"
msgid "Message of the day not available"
msgstr "Správu dÅa nie je možné zobraziÅ¥"
@@@ -4532,7 -4566,8 +4566,8 @@@ msgstr "Posun
msgid "Expected non-empty value for parameter ''{0}'', got ''{1}''"
msgstr ""
- "OÄakávaná neprázdna hodnota pre parameter ''{0}'', dostal som ''{1}''"
+ "OÄakávaná neprázdna hodnota pre parameter \"{0}\", obdržaná hodnota je "
+ "\"{1}\""
msgid "Upload Preferences"
msgstr "Nahrať nastavenie"
@@@ -4599,25 -4634,23 +4634,23 @@@ msgid "Show this help
msgstr "Zobrazà túto nápovedu"
msgid "Standard unix geometry argument"
- msgstr "Štandardný unix geometry argument"
+ msgstr "Štandardný UNIXový parameter pre geometriou"
msgid "Download the bounding box"
- msgstr "StiahnuÅ¥ ohraniÄujúcà box"
+ msgstr "StiahnuÅ¥ ohraniÄujúci rámec"
msgid "Download the location at the URL (with lat=x&lon=y&zoom=z)"
msgstr "Stiahnite si umiestnenie na adrese URL (s lat=x&lon=y&zoom=z)"
msgid "Open a file (any file type that can be opened with File/Open)"
- msgstr ""
- "Otvoriť súbor (niektoré typy súborov môžu byť otvorené s Súbor/Otvoriť)"
+ msgstr "Otvoriť súbor (všetky typy súborov otvoriteľné cez Súbor/Otvoriť)"
msgid "Download the bounding box as raw GPS"
- msgstr "Stiahnite si podľa ohraniÄujúcejho rámÄeka ako surové GPS"
+ msgstr "StiahnuÅ¥ ohraniÄujúci rámec ako surové GPS"
msgid "Download the location at the URL (with lat=x&lon=y&zoom=z) as raw GPS"
msgstr ""
- "Stiahnite si umiestnenie na adrese URL (s lat = x & lon = y & snÃmke = z) "
- "ako surové GPS"
+ "Stiahnuť umiestnenie na adrese URL (s lat=x&lon=y&zoom=z) ako surové GPS"
msgid "Select with the given search"
msgstr "Výber s urÄeným hľadanÃm"
@@@ -4712,7 -4745,7 +4745,7 @@@ msgstr[2] "JOSM naÅ¡iel {0} neuloženÃ
msgid ""
"It looks like JOSM crashed last time. Would you like to restore the data?"
- msgstr "Vyzerá to, že JOSM naposledy havaroval.Chcete obnoviť dáta?"
+ msgstr "Vyzerá to, že JOSM naposledy havaroval. Chcete obnoviť dáta?"
msgid "File"
msgstr "Súbor"
@@@ -4759,6 -4792,18 +4792,18 @@@ msgstr "EditaÄná nástrojová liÅ¡ta
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "Menà viditeľnosÅ¥ editaÄnej nástrojovej liÅ¡ty (vertikálny panel)"
+ msgid "Preset preferences"
+ msgstr "Nastavenia predvolieb"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "Kliknite pre otvorenie karty nastavenà predvolieb odnaÄovania"
+
+ msgid "Imagery preferences"
+ msgstr "Nastavenia mapových podkladov"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "Kliknite pre zobrazenie karty s nastaveniami pre mapové podklady"
+
msgid "Audio"
msgstr "Zvuk"
@@@ -4865,20 -4910,6 +4910,6 @@@ msgstr "Na pozadÃ
msgid "Click to run job in background"
msgstr "Kliknite na spustenie úlohy na pozadÃ"
- msgid "false: the property is explicitly switched off"
- msgstr "nepravda (false): vlastnosť je jasne (výslovne) deaktivovaná"
-
- msgid "true: the property is explicitly switched on"
- msgstr "pravda (true): vlastnosť je jasne (výslovne) aktivovaná"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
- "ÄiastoÄné (partial): vybrané objekty majú rôzne hodnoty, ktoré nebudú zmenené"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "nenastavené (unset): nenastaviť túto vlastnosť na vybrané objekty"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} ms)"
@@@ -4937,7 -4968,7 +4968,7 @@@ msgid "Pos.
msgstr "Pos."
msgid "Role"
- msgstr "Ãloha"
+ msgstr "Funkcia"
msgid "Click to close the dialog and remove the object from the relations"
msgstr "Kliknutie zavrie dialóg a odstráni objekt z reláciÃ"
@@@ -4967,9 -4998,10 +4998,10 @@@ msgid "
"addresses in the format <i>zoom,x,y</i> or <i>zoom;x;y</i> are valid "
"too.</html>"
msgstr ""
- "<html>AlternatÃvne môžete zadaÅ¥ adresu <strong>dlaždice</strong>pre jednu "
- "dlaždicu vo formáte<i>zoomlevel/x/y</i>, tj <i> 15/256/223</i>. Adresy "
- "dlaždÃc vo formáte <i>zoom,x,y</i> alebo <i>zoom;x;y</i> tiež platÃ.</html>"
+ "<html>AlternatÃvne môžete zadaÅ¥ <strong>adresu dlaždice</strong> pre jednu "
+ "dlaždicu vo formáte<i>úroveÅ priblÞenia/x/y</i>, napr. <i>15/256/223</i>. "
+ "Adresy dlaždÃc vo formáte <i>priblÞenie,x,y</i> alebo "
+ "<i>priblÞenie;x;y</i> sú tiež platné.</html>"
msgid "Tile address:"
msgstr "Adresa dlaždice:"
@@@ -5057,7 -5089,7 +5089,7 @@@ msgid "Their with Merged
msgstr "Ich so zlúÄeným"
msgid "Role {0} is not participating in compare pair {1}."
- msgstr "funkcia {0} sa nenachádza v porovnávanej dvojici {1}"
+ msgstr "Rola {0} sa nenachádza v porovnávanej dvojici {1}"
msgid "Properties"
msgstr "Vlastnosti"
@@@ -5143,13 -5175,13 +5175,13 @@@ msgid "Merging deleted objects failed
msgstr "ZlúÄenie zmazaných objektov zlyhalo"
msgid "List in role {0} is currently not participating in a compare pair."
- msgstr "zoznam funkcià {0} sa teraz nenachádza v porovnávanej dvojici"
+ msgstr "zoznam funkcià {0} sa teraz nenachádza v porovnávanej dvojici."
msgid "Unexpected value of parameter ''index''. Got {0}."
- msgstr "NeoÄakávaná hodnota parametra \"index\". Prijatá hodnota je {0}."
+ msgstr "NeoÄakávaná hodnota parametra \"index\". Obdržaná hodnota je {0}."
msgid "Item {0} not found in list."
- msgstr "položka {0} sa v zozname nenachádza"
+ msgstr "Položka {0} sa v zozname nenachádza."
msgid "lock scrolling"
msgstr "zablokovať rolovanie"
@@@ -5161,7 -5193,7 +5193,7 @@@ msgid "My version
msgstr "Moja verzia"
msgid "List of elements in my dataset, i.e. the local dataset"
- msgstr "Zoznam elementov v mojej dátovej sade, i.e. miestna dátová sada"
+ msgstr "Zoznam elementov v mojej dátovej sade, t.j. miestna dátová sada"
msgid "Merged version"
msgstr "Spojovaná verzia"
@@@ -5177,21 -5209,24 +5209,24 @@@ msgid "Their version
msgstr "Ich verzia"
msgid "List of elements in their dataset, i.e. the server dataset"
- msgstr "Zoznam elementov v ich dátovej sade, i.e. v dátovej sade servera"
+ msgstr "Zoznam elementov v ich dátovej sade, t.j. v dátovej sade servera"
msgid "> top"
- msgstr "> hore"
+ msgstr "> navrch"
msgid "Copy my selected nodes to the start of the merged node list"
msgstr "SkopÃrovaÅ¥ moje vybrané body na zaÄiatok zoznamu pre spojované body"
msgid "> bottom"
- msgstr "> dole"
+ msgstr "> naspodok"
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
"SkopÃrovaÅ¥ moje vybrané elementy na koniec zoznamu pre spojované elementy"
+ msgid "> before"
+ msgstr "> pred"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5199,6 -5234,9 +5234,9 @@@ msgstr "
"SkopÃrovaÅ¥ moje vybrané elementy pred prvý vybraný element v zozname pre "
"spojované elementy"
+ msgid "> after"
+ msgstr "> za"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5206,16 -5244,25 +5244,25 @@@ msgstr "
"SkopÃrovaÅ¥ moje vybrané elementy za prvý vybraný element v zozname pre "
"spojované elementy"
+ msgid "< top"
+ msgstr "< navrch"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"SkopÃrovaÅ¥ ich vybrané elementy na zaÄiatok zoznamu pre spojované elementy"
+ msgid "< bottom"
+ msgstr "< naspodok"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"KopÃrovaÅ¥ ich vybrané elementy na koniec zoznamu pre spojované elementy"
+ msgid "< before"
+ msgstr "< pred"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5223,6 -5270,9 +5270,9 @@@ msgstr "
"KopÃrovaÅ¥ ich vybrané elementy pred prvý vybraný element v zozname pre "
"spojované elementy"
+ msgid "< after"
+ msgstr "< za"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5234,89 -5284,79 +5284,79 @@@ msgid "Copy all my elements to the targ
msgstr "KopÃrovaÅ¥ vÅ¡etky moje prvky do cieľa"
msgid "Copy all their elements to the target"
- msgstr "KopÃrovaÅ¥ vÅ¡etky ich (their) prvky do cieľa"
+ msgstr "KopÃrovaÅ¥ vÅ¡etky ich prvky do cieľa"
msgid "Up"
- msgstr "Hore"
+ msgstr "Nahor"
- msgid "Move up the selected elements by one position."
- msgstr "Posunúť hore vybrané elementy s rovnakou pozÃciou"
+ msgid "Move up the selected entries by one position."
+ msgstr "Posunúť vybrané položky nahor o jednu pozÃciu."
msgid "Down"
- msgstr "Dole"
+ msgstr "Nadol"
msgid "Move down the selected entries by one position."
- msgstr "Posunúť dole vybrané elementy s rovnakou pozÃciou"
+ msgstr "Posunúť vybrané položky nadol o jednu pozÃciu."
msgid "Remove"
msgstr "Odstrániť"
msgid "Remove the selected entries from the list of merged elements."
- msgstr "Odstrániť vybrané položky zo zoznamu spojovaných elementov"
+ msgstr "Odstrániť vybrané položky zo zoznamu spojovaných elementov."
msgid "Freeze"
msgstr "Blokovať"
msgid "Freeze the current list of merged elements."
- msgstr "Blokovať aktuálny zoznam spojovaných elementov"
+ msgstr "Blokovať aktuálny zoznam spojovaných elementov."
msgid "Unfreeze"
msgstr "Odblokovať"
msgid "Unfreeze the list of merged elements and start merging."
- msgstr "OdblokovaÅ¥ zoznam spojovaných elementov a zaÄaÅ¥ spojovanie"
+ msgstr "OdblokovaÅ¥ zoznam spojovaných elementov a zaÄaÅ¥ spojovanie."
msgid ""
"<html>Click <strong>{0}</strong> to start merging my and their "
"entries.</html>"
msgstr ""
- "<html>Klik <strong>{0}</strong>pre zaÄiatok spojovania mojich a ich "
- "položiek</html>"
+ "<html>Kliknite <strong>{0}</strong> pre zaÄiatok spojovania mojich a ich "
+ "položiek.</html>"
msgid ""
"<html>Click <strong>{0}</strong> to finish merging my and their "
"entries.</html>"
msgstr ""
- "<html>Klik <strong>{0}</strong>pre koniec spojovania mojich a ich "
- "položiek</html>"
+ "<html>Kliknite <strong>{0}</strong> pre koniec spojovania mojich a ich "
+ "položiek.</html>"
msgid "My version ({0} entry)"
msgid_plural "My version ({0} entries)"
- msgstr[0] "Moja verzia ({0} vstupov)"
- msgstr[1] "Moja verzia ({0} vstup)"
- msgstr[2] "Moja verzia ({0} vstupy)"
+ msgstr[0] "Moja verzia ({0} položiek)"
+ msgstr[1] "Moja verzia ({0} položka)"
+ msgstr[2] "Moja verzia ({0} položky)"
msgid "Merged version ({0} entry)"
msgid_plural "Merged version ({0} entries)"
- msgstr[0] "Spojovaná verzia ({0} vstupov)"
- msgstr[1] "Spojovaná verzia ({0} vstup)"
- msgstr[2] "Spojovaná verzia ({0} vstupy)"
+ msgstr[0] "Spojovaná verzia ({0} položiek)"
+ msgstr[1] "Spojovaná verzia ({0} položka)"
+ msgstr[2] "Spojovaná verzia ({0} položky)"
msgid "Their version ({0} entry)"
msgid_plural "Their version ({0} entries)"
- msgstr[0] "Ich verzia ({0} vstupov)"
- msgstr[1] "Ich verzia ({0} vstup)"
- msgstr[2] "Ich verzia ({0} vstupy)"
-
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "Nastaviteľný {0} eÅ¡te neregistrovaný. Nemôžem nastaviÅ¥ spoluúÄasÅ¥ v "
- "nastavenà synchronizácie."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "Nastaviteľný {0} ešte neregistrovaný."
+ msgstr[0] "Ich verzia ({0} položiek)"
+ msgstr[1] "Ich verzia ({0} položka)"
+ msgstr[2] "Ich verzia ({0} položky)"
msgid "Node"
msgstr "Bod"
msgid "Merged nodes not frozen yet. Cannot build resolution command."
msgstr ""
- "Spojované body sú ešte neblokované. Nie je možné dať vykonávacà povel"
+ "Spojované body sú ešte neblokované. Nie je možné dať vykonávacà povel."
msgid "Properties in my dataset, i.e. the local dataset"
- msgstr "Vlastnosti v mojej dátovej sade, i.e. lokálna dátová sada"
+ msgstr "Vlastnosti v mojej dátovej sade, t.j. lokálna dátová sada"
msgid ""
"Properties in the merged element. They will replace properties in my "
@@@ -5326,7 -5366,7 +5366,7 @@@ msgstr "
"elementoch, keÄ rozhodnutie o spojenie bude aplikované."
msgid "Properties in their dataset, i.e. the server dataset"
- msgstr "Vlastnosti v ich dátovej sade, i.e. serverova dátova sada"
+ msgstr "Vlastnosti v ich dátovej sade, t.j. dátová sada na serveri"
msgid "Coordinates:"
msgstr "Súradnice:"
@@@ -5381,16 -5421,16 +5421,16 @@@ msgid "My dataset does not include a ta
msgstr "Moja dátová sada nebude obsahovaÅ¥ znaÄky s kľúÄom {0}"
msgid "Key"
- msgstr "KĺúÄ"
+ msgstr "KľúÄ"
msgid "Value"
msgstr "Hodnota"
msgid "Cannot apply undecided tag merge item."
- msgstr "nie je možné použiÅ¥ neistú znaÄku pri spojovanà prvkov"
+ msgstr "Nie je možné použiÅ¥ nerozhodnutú znaÄku pri spojovanà prvkov."
msgid "My version (local dataset)"
- msgstr "Moja verzia (miestna(local) dátova sada)"
+ msgstr "Moja verzia (miestna(local) dátová sada)"
msgid "Their version (server dataset)"
msgstr "Ich(their) verzia (serverová dátová sada)"
@@@ -5495,19 -5535,19 +5535,19 @@@ msgid "Please decide which values to ke
msgstr "ProsÃm rozhodnite ktoré hodnoty ponechaÅ¥"
msgid "Value ''{0}'' is going to be applied for key ''{1}''"
- msgstr "Hodnota ''{0}'' je použitá pre kÄ¾ÃºÄ ''{1}''"
+ msgstr "Hodnota ''{0}'' bude použitá pre kÄ¾ÃºÄ ''{1}''"
msgid "The key ''{0}'' and all its values are going to be removed"
- msgstr "KÄ¾ÃºÄ ''{0}'' a vÅ¡etky jej hodnoty budú odstránené"
+ msgstr "KÄ¾ÃºÄ ''{0}'' a vÅ¡etky jeho hodnoty budú odstránené"
msgid "All values joined as ''{0}'' are going to be applied for key ''{1}''"
- msgstr "VÅ¡etky hodnoty spojené ako ''{0}'' sú použité pre kÄ¾ÃºÄ ''{1}''"
+ msgstr "VÅ¡etky hodnoty spojené ako ''{0}'' budú použité pre kÄ¾ÃºÄ ''{1}''"
msgid "Tag collection does not include the selected value ''{0}''."
- msgstr "zbierka znaÄiek neobsahuje vybrané hodnoty ''{0}''"
+ msgstr "Zbierka znaÄiek neobsahuje vybrané hodnoty ''{0}''."
msgid "Not decided yet."
- msgstr "Ešte nerozhodnuté"
+ msgstr "Ešte nerozhodnuté."
msgid "Tags from nodes"
msgstr "ZnaÄky z bodov"
@@@ -5584,19 -5624,18 +5624,18 @@@ msgstr "
msgctxt "tag"
msgid "Key:"
- msgstr "KlúÄ:"
+ msgstr "KľúÄ:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr ""
- "<html>Vložte kÄ¾ÃºÄ znaÄky, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr "Vložte kÄ¾ÃºÄ znaÄky, napr. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "Hodnota:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>Vložte hodnotu znaÄky, i.e. <strong><tt>kontrola "
+ "<html>Vložte hodnotu znaÄky, napr. <strong><tt>kontrola "
"Älenov</tt></strong></html>"
msgid ""
@@@ -5633,7 -5672,7 +5672,7 @@@ msgid "Apply this role to all members
msgstr "PoužiÅ¥ túto úlohu pre vÅ¡etkých Älenov"
msgid "Orig. Way"
- msgstr "Orig. Cesta"
+ msgstr "Orig. cesta"
msgid "Decision"
msgstr "Rozhodnutie"
@@@ -5697,7 -5736,7 +5736,7 @@@ msgstr "ZásobnÃk prÃkazov
msgid "Open a list of all commands (undo buffer)."
msgstr ""
- "Otvorte prehľad vÅ¡etkých prÃkazov (obnoviÅ¥ vyrovnávaciu pamäť(buffer))"
+ "Otvorte prehľad vÅ¡etkých prÃkazov (obnoviÅ¥ vyrovnávaciu pamäť(buffer))."
msgid "Toggle: {0}"
msgstr "Prepnúť: {0}"
@@@ -5735,23 -5774,23 +5774,23 @@@ msgstr "Vyriešiť
msgid "Open a merge dialog of all selected items in the list above."
msgstr ""
- "Otvoriť dialógové okno pre spojenie(merge) všetkých vybraných bodov (items) "
- "v obsahu na vrchu."
+ "Otvoriť dialógové okno pre spojenie(merge) všetkých vybraných položiek v "
+ "zozname hore."
msgid ""
"Set the selected elements on the map to the selected items in the list above."
msgstr ""
- "Nastaviť vybrané elementy(prvky) na mape, podľa vybratých prvkov v obsahu na "
- "vrchu."
+ "Nastaviť vybrané elementy(prvky) na mape, podľa vybratých prvkov v zozname "
+ "hore."
msgid "There was {0} conflict detected."
msgid_plural "There were {0} conflicts detected."
- msgstr[0] "Bolo tam zistených {0} konfliktov."
- msgstr[1] "Bol tam zistený {0} konflikt."
- msgstr[2] "Boli tam zistené {0} konflikty."
+ msgstr[0] "Bolo zistených {0} konfliktov."
+ msgstr[1] "Bol zistený {0} konflikt."
+ msgstr[2] "Boli zistené {0} konflikty."
msgid "Click to close this dialog and continue editing"
- msgstr "KliknutÃm zavriete tento dialóga pokraÄujete v editovanÃ"
+ msgstr "KliknutÃm zavriete tento dialóg a pokraÄujete v editovanÃ"
msgid "Conflicts detected"
msgstr "Objavené konflikty"
@@@ -5802,7 -5841,7 +5841,7 @@@ msgid "Enable filter
msgstr "Zapnúť filter"
msgid "Multikey: {0}"
- msgstr ""
+ msgstr "Kombinácia kláves: {0}"
msgid "Hide filter"
msgstr "Skryť filter"
@@@ -5926,7 -5965,7 +5965,7 @@@ msgid "Relation:
msgstr "Relácia: "
msgid "deleted-on-server"
- msgstr "zmazané-na-servery"
+ msgstr "zmazané-na-serveri"
msgid "modified"
msgstr "upravené"
@@@ -5962,7 -6001,7 +6001,7 @@@ msgid "Version:
msgstr "Verzia: "
msgid "In changeset: "
- msgstr "Vo zmenovom súbore: "
+ msgstr "V zmenovom súbore: "
msgid "Tags: "
msgstr "ZnaÄky: "
@@@ -6014,7 -6053,7 +6053,7 @@@ msgid "
"Range:{0}"
msgstr ""
"\n"
- "Rozsah: {0}"
+ "Rozsah:{0}"
msgid ""
"\n"
@@@ -6046,7 -6085,7 +6085,7 @@@ msgstr "
"Upozornenie: Dva vybrané objekty majú rovnaké, ale nie sú totožné formáty."
msgid "xml"
- msgstr "v"
+ msgstr "xml"
msgid "mapcss"
msgstr "mapcss"
@@@ -6075,17 -6114,18 +6114,18 @@@ msgid "
"24.5</li><li>-49 29.4 N -19 24.5 W</li></ul><li>48 deg 42' 52.13\" N, 21 "
"deg 11' 47.60\" E</li></ul>"
msgstr ""
- "Zadajte súradnice nového bodu.<br/> Môžete oddeliÅ¥ zemepisnú dĺžku a Å¡Ãrk "
+ "Zadajte súradnice nového bodu.<br/> Môžete oddeliÅ¥ zemepisnú dĺžku a Å¡Ãrku "
"medzerou, Äiarkou, alebo bodkoÄiarkou.<br/> Použite kladné ÄÃsla, alebo "
- "znaky N, E na oznaÄenie zemepisných strán sever a východ .<br/>Pre svetové "
+ "znaky N, E na oznaÄenie svetových strán sever a východ .<br/>Pre svetové "
"strany juh a západ, môžete použiÅ¥ buÄ záporné ÄÃsla alebo znaky S, "
"W<br/>Súradnice môžu byť v jednom z troch "
- "formátov:<ul><li><i>degrees</i><tt>°</tt></li><li><i>degrees</i><tt>°"
- "</tt> <i>minutes</i><tt>'</tt></li><li><i>degrees</i><tt>°</tt> "
- "<i>minutes</i><tt>'</tt> <i>seconds</i><tt>"</tt></li></ul>Symbols "
- "<tt>°</tt>, <tt>'</tt>, <tt>′</tt>, <tt>"</tt>, "
- "<tt>″</tt> are optional.<br/><br/>Some examples:<ul><li>49.29918° "
- "19.24788°</li><li>N 49.29918 E 19.24788</li><li>W 49°29.918' S "
+ "formátov:<ul><li><i>stupne</i><tt>°</tt></li><li><i>stupne</i><tt>°</"
+ "tt> <i>minúty</i><tt>'</tt></li><li><i>stupne</i><tt>°</tt> "
+ "<i>minúty</i><tt>'</tt> "
+ "<i>sekundy</i><tt>"</tt></li></ul>Symboly<tt>°</tt>, <tt>'</tt>, "
+ "<tt>′</tt>, <tt>"</tt>, <tt>″</tt> sú "
+ "nepovinné.<br/><br/>PrÃklady:<ul><li>49.29918° 19.24788°</li><li>N "
+ "49.29918 E 19.24788</li><li>W 49°29.918' S "
"19°24.788'</li><li>N 49°29'04" E "
"19°24'43"</li><li>49.29918 N, 19.24788 "
"E</li><li>49°29'21" N 19°24'38" E</li><li>49 29 "
@@@ -6111,7 -6151,7 +6151,7 @@@ msgid "East/North
msgstr "Východ/Sever"
msgid "Please enter a GPS coordinates"
- msgstr "ProsÃm, zadajte súradnice GPS"
+ msgstr "ProsÃm zadajte súradnice GPS"
msgid "Please enter a Easting and Northing"
msgstr "Zadajte prosÃm Easting a Northing"
@@@ -6185,6 -6225,9 +6225,9 @@@ msgstr "Zobraziť/Skryť
msgid "Information about layer"
msgstr "Informácie o vrstve"
+ msgid "Map paint preferences"
+ msgstr "Nastavenia farebných štýlov"
+
msgid "Map Paint Styles"
msgstr "Farebné štýly mapy"
@@@ -6269,6 -6312,38 +6312,38 @@@ msgstr "Å týl je v súÄasnosti aktÃv
msgid "No"
msgstr "Nie"
+ msgid "Object type:"
+ msgstr "Objekt podľa typu:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "zmiešaný"
+
+ msgid "Choose the OSM object type"
+ msgstr "Vyberte typ objektu OSM"
+
+ msgid "Object ID:"
+ msgstr "Objekt podľa ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Vložiť ID objektu, ktorý má byť stiahnutý"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID objektu môže byÅ¥ oddelené medzerou alebo Äiarkou.<br/> PrÃklady: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> V kombinovanom režime, "
+ "špecifické objekty ako sú tieto: <b>W123, N110, W12, R15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "Neplatný zoznam ID\n"
+ "Nemôžem pokraÄovaÅ¥."
+
msgid "Relations"
msgstr "Relácie"
@@@ -6352,9 -6427,9 +6427,9 @@@ msgstr "OtvoriÅ¥ zoznam ľudÃ, ktorÃ
msgid "{0} Author"
msgid_plural "{0} Authors"
- msgstr[0] "{0} Autorov"
- msgstr[1] "{0} Autor"
- msgstr[2] "{0} Autori"
+ msgstr[0] "{0} autorov"
+ msgstr[1] "{0} autor"
+ msgstr[2] "{0} autori"
msgid "Select objects submitted by this user"
msgstr "Výber objektov predložených týmto použÃvateľom"
@@@ -6362,10 -6437,9 +6437,9 @@@
msgid "Launches a browser with information about the user"
msgstr "Spustà prehliadaÄ s informáciami o použÃvateľovi"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Varovanie: spustà sa prehliadaÄ iba pre prvých {0} z {1} vybraných "
+ "Spustà sa prehliadaÄ informácià iba pre prvých {0} z {1} vybraných "
"použÃvateľov"
msgid ""
@@@ -6397,10 -6471,10 +6471,10 @@@ msgid "Fix
msgstr "Opraviť"
msgid "Fix the selected issue."
- msgstr "Opraviť vybratý problém"
+ msgstr "Opraviť vybraný problém."
msgid "Ignore the selected issue next time."
- msgstr "Nabudúce ignorovať vybratý problém."
+ msgstr "Nabudúce ignorovať vybraný problém."
msgid "Whole group"
msgstr "Celá skupina"
@@@ -6544,9 -6618,6 +6618,6 @@@ msgstr "Aktualizovať obsah
msgid "Update the changeset content from the OSM server"
msgstr "Aktualizovať obsah zmenového súboru z OSM servera"
- msgid "Show history"
- msgstr "Zobraz históriu"
-
msgid "Download and show the history of the selected objects"
msgstr "Stiahnite si a zobrazte históriu vybraných objektov"
@@@ -6793,14 -6864,15 +6864,15 @@@ msgid "
"invalid."
msgstr ""
"Nemožno obmedziÅ¥ požiadavku pre zmenový súbor na Å¡pecifický ohraniÄujúci "
- "rámec. Vstup je platný."
+ "rámec. Vstup je neplatný."
msgid ""
"<html>Please enter valid longitude/latitude values to restrict<br>the "
"changeset query to a specific bounding box.</html>"
msgstr ""
- "<html>ProsÃm vložte platnú hodnotu limity zemepisnej dĺžky/Å¡Ãrky "
- "<br>požiadavky pre zmenový súbor na Å¡pecifický ohraniÄujúci rámec.</html>"
+ "<html>ProsÃm vložte platné hodnoty zemepisnej dĺžky/Å¡Ãrky na "
+ "obmedzenie<br>požiadavky na zmenový súbor na Å¡pecifický ohraniÄujúci "
+ "rámec.</html>"
msgid "Invalid bounding box"
msgstr "Chybný ohraniÄujúci rámec"
@@@ -6882,14 -6954,16 +6954,16 @@@ msgid "<html>Download changesets in th
msgstr "<html>StiahnuÅ¥ zmenové súbory v súÄasnom zobrazenà mapy</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Varovanie: neoÄakávané hodnota pre preferencie ''{0}'', dostal som ''{1}''. "
- "Resetovanie pre východziu hodnotu."
+ "NeoÄakávaná hodnota pre nastavenie \"{0}\", obdržaná hodnota je \"{1}\". "
+ "Použije sa predvolený dotaz."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
+ "Nemôžem vytvoriť dotaz na sadu zmien pre otvorené sady zmien anonymného "
+ "použÃvateľa"
msgid "Basic"
msgstr "Základný"
@@@ -6953,41 -7027,53 +7027,53 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "Táto požiadavka URL na zmenové súbory je chybná"
- msgid "Select objects for which to change properties."
- msgstr "Vyberte objekty, pre ktoré chcete zmeniť vlastnosti."
+ msgid "Discardable key: selection Foreground"
+ msgstr "ZbytoÄný kľúÄ: popredie výberu"
+
+ msgid "Discardable key: selection Background"
+ msgstr "ZbytoÄný kľúÄ: pozadie výberu"
- msgid "Properties/Memberships"
- msgstr "Vlastnosti/Älenstvá"
+ msgid "Discardable key: foreground"
+ msgstr "ZbytoÄný kľúÄ: popredie"
- msgid "Properties for selected objects."
- msgstr "Vlastnosti pre zvolené objekty"
+ msgid "Discardable key: background"
+ msgstr "ZbytoÄný kľúÄ: pozadie"
msgid "<different>"
msgstr "<rôzne>"
+ msgid "Select objects for which to change tags."
+ msgstr "Vyberte objekty, pre ktoré chcete zmeniÅ¥ znaÄky."
+
+ msgid "Tags/Memberships"
+ msgstr "ZnaÄky/Älenstvá"
+
+ msgid "Tags for selected objects."
+ msgstr "ZnaÄky pre zvolené objekty."
+
msgid "Member Of"
msgstr "Älen"
msgid "Position"
msgstr "Poloha"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Vlastnosti: {0} / Älenstvá: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "ZnaÄky: {0} / Älenstvá: {1}"
- msgid "Properties / Memberships"
- msgstr "Vlastnosti / Älenstvá"
+ msgid "Tags / Memberships"
+ msgstr "ZnaÄky / Älenstvá"
msgid "Delete the selected key in all objects"
msgstr "Zmaže zvolený klÃºÄ vo vÅ¡etkých objektoch"
- msgid "Delete Properties"
- msgstr "Zmazať vlastnosti"
+ msgid "Delete Tags"
+ msgstr "VymazaÅ¥ znaÄky"
msgid "Change relation"
msgstr "Zmeniť reláciu"
msgid "Delete from relation"
- msgstr "Zmazať z relácie (zo vzťahu"
+ msgstr "Vymazať z relácie"
msgid "Really delete selection from relation {0}?"
msgstr "Naozaj zmazať výber z relacie {0}?"
@@@ -6995,14 -7081,14 +7081,14 @@@
msgid "Add a new key/value pair to all objects"
msgstr "PridaÅ¥ nový kľúÄ/hodnota pár k vÅ¡etkým objektom."
- msgid "Add Property"
- msgstr "Pridať Vlastnosť"
+ msgid "Add Tag"
+ msgstr "PridaÅ¥ znaÄku"
msgid "Edit the value of the selected key for all objects"
msgstr "ZmeniÅ¥ hodnotu zvoleného klúÄa pre vÅ¡etky objekty"
- msgid "Edit Properties"
- msgstr "Upraviť Vlastnosti"
+ msgid "Edit Tags"
+ msgstr "UpraviÅ¥ znaÄky"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "PrejsÅ¥ na OSM wiki pre pomoc so znaÄkami (F1)"
@@@ -7029,7 -7115,7 +7115,7 @@@ msgid "Copy the key and value of the se
msgstr "SkopÃrovaÅ¥ kľúÄe a hodnoty vybraných znaÄiek do schránky"
msgid "Copy all Keys/Values"
- msgstr "KopÃrovaÅ¥vÅ¡etky KľúÄe/Hodnoty"
+ msgstr "KopÃrovaÅ¥ vÅ¡etky KľúÄe/Hodnoty"
msgid "Copy the key and value of the all tags to clipboard"
msgstr "SkopÃrovaÅ¥ kľúÄe a hodnoty vÅ¡etkých znaÄiek do schránky"
@@@ -7066,7 -7152,7 +7152,7 @@@ msgid "An empty value deletes the tag.
msgstr "Prázdna hodnota vymaže znaÄku."
msgid "Overwrite key"
- msgstr "PrepÃsaÅ¥ kľúÄ(key)"
+ msgstr "PrepÃsaÅ¥ kÄ¾ÃºÄ (key)"
msgid "Replace"
msgstr "Nahradiť"
@@@ -7130,7 -7216,7 +7216,7 @@@ msgid "The key ''{0}'' is already used
msgstr "KÄ¾ÃºÄ ''{0}'' je už použÃvaný"
msgid "Edit the relation the currently selected relation member refers to."
- msgstr "UpraviÅ¥ vzÅ¥ah aktuálne vybraného Älena relácie odkazujúceho na"
+ msgstr "UpraviÅ¥ reláciu, na ktorú odkazuje aktuálne vybraný Älen relácie."
msgid "Download all child relations (recursively)"
msgstr "NahraÅ¥ vÅ¡etky deti relácià (rekurzÃvne)"
@@@ -7166,9 -7252,8 +7252,8 @@@ msgstr "Relácia je zmazaná
msgid "Downloading relation {0}"
msgstr "Nahrávam reláciu {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "Upozornenie: Ignorujem výnimku, pretože úloha bola zrušená. Výnimka: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "Ignorujem výnimku, pretože úloha bola zrušená. Výnimka: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7224,26 -7309,26 +7309,29 @@@ msgid "
"relation itself.<br>This creates circular dependencies and is "
"discouraged.<br>How do you want to proceed with circular dependencies?</html>"
msgstr ""
- "<html>Je tam aspoÅ jeden Älen odkazujúci na túto reláciu<br>na vlastnú "
- "reláciu.<br>Táto vytvorená kruhová závislosť and is discouraged.<br>Ako "
- "chcete pokraÄovaÅ¥ s kruhovou závislosÅ¥ou?</html>"
+ "<html>Existuje aspoÅ jeden Älen v tejto relácii odkazujúci<br>na túto "
+ "reláciu.<br>Toto by vytvorilo kruhovú závislosť a preto sa "
+ "neodporúÄa.<br>Ako chcete pokraÄovaÅ¥ s kruhovou závislosÅ¥ou?</html>"
msgid "Remove them, clean up relation"
- msgstr "OdstraÅte ich, vyÄistite reláciu"
+ msgstr "OdstrániÅ¥ ich, vyÄistiÅ¥ reláciu"
msgid "Ignore them, leave relation as is"
- msgstr "Ignorujte ich, nechajte reláciu tak ako je"
+ msgstr "Ignorovať ich, nechať reláciu tak ako je"
+
+ msgid "Sorry, shortcut \"{0}\" can not be enabled in Relation editor dialog"
+ msgstr "Je mi ľúto, skratka \"{0}\" nemôže byÅ¥ povolená v editore reláciÃ"
+msgid "Sorry, shortcut \"{0}\" can not be enabled in Relation editor dialog"
+msgstr ""
+
msgid ""
"<html>This relation already has one or more members referring to<br>the "
"object ''{0}''<br><br>Do you really want to add another relation "
"member?</html>"
msgstr ""
- "<html>Táto relácia už má jeden, alebo viac Älenov s odkazom<br>na "
- "objekt''{0}''<br>Naozaj chcete pridaÅ¥ ÄalÅ¡ie Äleny relácie?</html>"
+ "<html>Táto relácia už má jeden alebo viac Älenov s odkazom<br>na objekt "
+ "\"{0}\"<br><br>Naozaj chcete pridaÅ¥ ÄalÅ¡ie Äleny relácie?</html>"
msgid "Multiple members referring to same object."
msgstr "Niekoľko Älenov odkazuje na rovnaký objekt."
@@@ -7253,8 -7338,8 +7341,8 @@@ msgid "
"circular references and is therefore discouraged.<br>Skipping relation "
"''{0}''.</html>"
msgstr ""
- "<html>Skúšate sa pridať reláciu do vlastných.<br><br>Tieto vytvorené kruhové "
- "odkazy a je preto znechutený.<br>Vynechanie relácie ''{0}''.</html>"
+ "<html>Pokúšate sa pridať reláciu samu do seba.<br><br>Toto vytvorà kruhový "
+ "odkaz a preto sa neodporúÄa.<br>Vynechávam reláciu \"{0}\".</html>"
msgid ""
"Add all objects selected in the current dataset before the first member"
@@@ -7325,7 -7410,7 +7413,7 @@@ msgid "Relation Editor: Remove
msgstr "Editor ReláciÃ: OdstrániÅ¥"
msgid "Delete the currently edited relation"
- msgstr "Vymazať práve vydanú reláciu"
+ msgstr "Vymazať práve zobrazenú reláciu"
msgid ""
"One or more members of this new relation have been deleted while the "
@@@ -7334,7 -7419,7 +7422,7 @@@
msgstr ""
"Jeden alebo viac Älenov z tejto novej relácie boli vymazané zatiaľ Äo editor "
"relácie\n"
- "bol otvorený. Mali by byÅ¥ odstránené z obsahu Älenov relácie."
+ "bol otvorený. Mali by byÅ¥ odstránené zo zoznamu Älenov relácie."
msgid "Yes, create a conflict and close"
msgstr "Ãno, vyrieÅ¡iÅ¥ konflikt a zavrieÅ¥"
@@@ -7366,7 -7451,7 +7454,7 @@@ msgstr "
"vyriešte najskôr tento konflikt, potom to skúste znova.</html>"
msgid "Apply the current updates"
- msgstr "PoužiÅ¥ súÄasnú aktuálizáciu"
+ msgstr "PoužiÅ¥ súÄasnú aktualizáciu"
msgid "Apply the updates and close the dialog"
msgstr "Použiť aktualizácie a zavrieť dialógové okno"
@@@ -7440,7 -7525,7 +7528,7 @@@ msgid "Confirm empty role
msgstr "Potvrdiť prázdnu funkciu"
msgid "Edit the relation the currently selected relation member refers to"
- msgstr "UpraviÅ¥ vzÅ¥ah aktuálne vybraného Älena relácie odkazujúceho na"
+ msgstr "UpraviÅ¥ reláciu, na ktorú odkazuje aktuálne vybraný Älen relácie"
msgid ""
"Members from paste buffer cannot be added because they are not included in "
@@@ -7468,7 -7553,7 +7556,7 @@@ msgid "Zoom to the gap in the way seque
msgstr "PriblÞiÅ¥ na medzeru v Äasti cesty"
msgid "Refers to"
- msgstr "Odkazovať na"
+ msgstr "Odkazuje na"
msgid "Download referring relations"
msgstr "SÅ¥ahovanie týkajúcich sa reláciÃ"
@@@ -7516,6 -7601,27 +7604,27 @@@ msgid "way is not connected to previou
msgstr ""
"cesta nie je pripojená do predchádzajúceho alebo nasledujúceho Älena relácie"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Nesprávny poÄet argumentov pre záložky"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Chyba pri ÄÃtanà položky záložky:%s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "NeoÄakávaný riadok \"{0}\" v súbore záložiek \"{1}\""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Nedovolená zdvojená hodnota \"{0}\" v riadku \"{1}\" v súbore záložiek "
+ "\"{2}\""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr "<html>Nemôžem ÄÃtaÅ¥ záložky z<br>''{0}''<br>Chyba bola: {1}</html>"
+
msgid "Bookmarks"
msgstr "Záložky"
@@@ -7554,16 -7660,16 +7663,16 @@@ msgid "Rename the currently selected bo
msgstr "Premenovať vybratú záložku"
msgid "min lat"
- msgstr "min Å¡Ãrka"
+ msgstr "min. Å¡Ãrka"
msgid "min lon"
- msgstr "min dĺžka"
+ msgstr "min. dĺžka"
msgid "max lat"
- msgstr "max Å¡Ãrka"
+ msgstr "max. Å¡Ãrka"
msgid "max lon"
- msgstr "max dĺžka"
+ msgstr "max. dĺžka"
msgid "Clear textarea"
msgstr "Vymazať textarea"
@@@ -7576,7 -7682,7 +7685,7 @@@ msgstr "
"oblasti)"
msgid "Bounding Box"
- msgstr "OhraniÄujúcà box"
+ msgstr "OhraniÄujúci rámec"
msgid "The string ''{0}'' is not a valid double value."
msgstr "Reťazec ''{0}'' nie je platný, zdvojená hodnota."
@@@ -7654,7 -7760,7 +7763,7 @@@ msgid "
"enabled.<br>Please choose to either download OSM data, or GPX data, or "
"both.</html>"
msgstr ""
- "<html>Žiaden<strong>{0}</strong>, a ani <strong>{1}</strong> nie je "
+ "<html>Žiaden<strong>{0}</strong> ani <strong>{1}</strong> nie je "
"povolený.<br>Vyberte buÄ stiahnuÅ¥ OSM dáta, alebo GPX dáta, alebo "
"oboje.</html>"
@@@ -7664,21 -7770,8 +7773,8 @@@ msgstr "Stiahnuť odkazy (pôvodné rel
msgid "Download object"
msgstr "Stiahnuť objekt"
- msgid "Object type:"
- msgstr "Objekt podľa typu:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "zmiešaný"
-
- msgid "Choose the OSM object type"
- msgstr "Vyberte typ objektu OSM"
-
- msgid "Object ID:"
- msgstr "Objekt podľa ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Vložiť ID objektu, ktorý má byť stiahnutý"
+ msgid "Start downloading"
+ msgstr "ZaÄaÅ¥ sÅ¥ahovanie"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7690,28 -7783,9 +7786,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Zvoľte, ak by mali byÅ¥ tiež stiahnuté Äleny relácie"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID objektu môže byÅ¥ oddelené medzerou alebo Äiarkou.<br/> PrÃklady: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> V kombinovanom režime, "
- "špecifické objekty ako sú tieto: <b>W123, N110, W12, R15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Stiahnuť odkazy (pôvodnej relácie a cesty)"
- msgid "Start downloading"
- msgstr "ZaÄaÅ¥ sÅ¥ahovanie"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Neplatné ID urÄeného zoznamu\n"
- "Nedá sa stiahnuť objekt."
-
msgid "Class Type"
msgstr "Typ triedy"
@@@ -7749,13 -7823,13 +7826,13 @@@ msgid "Type
msgstr "Typ"
msgid "Slippy map"
- msgstr "Slippy map"
+ msgstr "Posúvacia mapa"
msgid "Tile Numbers"
msgstr "ÄÃsla dlaždÃc"
msgid "JOSM Help Browser"
- msgstr "JOSM Help Browser"
+ msgstr "PrehliadaÄ nápovedy JOSM"
msgid "Failed to read CSS file ''help-browser.css''. Exception is: {0}"
msgstr "NeúspeÅ¡né naÄÃtanie CSS súboru ''help-browser.css''. Výnimka je: {0}"
@@@ -7822,10 -7896,10 +7899,10 @@@ msgid "Go to the next page
msgstr "Prejsť na nasledujúcu stránku"
msgid "Go to the JOSM help home page"
- msgstr "ChoÄte na JOSM domácu stránku pomoci"
+ msgstr "ChoÄte na domácu stránku nápovedy JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "Varovanie: zlé umiestnenie v HTML dokumente. Výnimka bola: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Chybné umiestnenie v HTML dokumente. Výnimka bola: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Neúspešné otvorenie stránky s pomocou. Cieľová URL je prázdna."
@@@ -7932,6 -8006,9 +8009,9 @@@ msgid "
msgstr ""
"<html>Verzia <strong>{0}</strong> vytvorená na <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "Komentár k súboru zmien"
+
msgid "Changeset info"
msgstr "Info súboru zmien"
@@@ -8006,7 -8083,7 +8086,7 @@@ msgid "
msgstr ""
"<html>Nahrávanie <strong>neúspešné</strong> pretože server má novú verziu "
"niektorého z <br>VaÅ¡ich bodov, ciest alebo reláciÃ.<br><br>Kliknite "
- "<strong>{0}</strong>pre synchronizáciu celej lokálnej dátovej sady so "
+ "<strong>{0}</strong> pre synchronizáciu celej lokálnej dátovej sady so "
"serverom.<br>Kliknite <strong>{1}</strong> pre zruÅ¡enie a pokraÄovanie v "
"editácii.<br></html>"
@@@ -8041,9 -8118,8 +8121,8 @@@ msgstr "
msgid "Object still in use"
msgstr "Objekt sa stále použÃva"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "Varovanie: chybná hlaviÄka \"{0}\" nenastala žiadna zhoda s oÄakávaným vzorom"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "Chybová hlaviÄka \"{0}\" nesúhlasà s oÄakávaným vzorom"
msgid "Upload"
msgstr "Nahrať"
@@@ -8065,6 -8141,12 +8144,12 @@@ msgstr "Doplniť krátky komentár k na
msgid "Enter an upload comment"
msgstr "Zadajte nejaký komentár"
+ msgid "Specify the data source for the changes:"
+ msgstr "Zadajte zdroj zmien v dátach:"
+
+ msgid "Enter a source"
+ msgstr "Zadajte zdroj"
+
msgid "Changeset id:"
msgstr "Zmenový súbor id:"
@@@ -8133,10 -8215,9 +8218,9 @@@ msgid "Closing changeset {0}
msgstr "zatváranie zmenového súboru {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "Varovanie: neúspešné zapnutie Credential Dialog-u vždy hore. Zachytená "
+ "Nepodarilo sa umiestniť prihlasovacie okno navrch. Bola zachytená "
"bezpeÄnostná výnimka."
msgid "Enter credentials for OSM API"
@@@ -8219,11 -8300,11 +8303,11 @@@ msgid "Unpacking {0} into {1}
msgstr "Rozbaľuje sa {0} do {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "Upozornenie: Nemožno stiahnuť súbor ''{0}''. Jeho odkaz na stiahnutie "
- "''{1}'' nie je platná URL adresa. PreskoÄenie sÅ¥ahovania."
+ "Nemožno stiahnuť súbor \"{0}\". Jeho odkaz na stiahnutie \"{1}\" nie je "
+ "platná URL adresa. SÅ¥ahovanie sa preskoÄÃ."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8239,11 -8320,10 +8323,10 @@@ msgid "Missing user identity
msgstr "Chýba totožnosÅ¥ použÃvateľa"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "Varovanie: NeúspeÅ¡né zÃskanie informácià o použÃvateľovi pre aktuálneho "
- "použÃvateľa JOSMu. Výnimka bola: {0}"
+ "Nepodarilo sa zÃskaÅ¥ informácie o použÃvateľovi pre aktuálneho použÃvateľa "
+ "JOSMu. Výnimka bola: {0}"
msgid "Download objects"
msgstr "Stiahnuť objekty"
@@@ -8498,12 -8578,6 +8581,6 @@@ msgstr "Nahrať zmenený základný obj
msgid "Please revise upload comment"
msgstr "ProsÃm opravte komentár"
- msgid "Revise"
- msgstr "Kontrola"
-
- msgid "Continue as is"
- msgstr "PokraÄovaÅ¥, ako je"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8518,14 -8592,34 +8595,34 @@@ msgstr "
"deje!<br /><br />Ak obetujete minútu navyÅ¡e teraz vysvetlenÃm vaÅ¡ich "
"zmien,<br />urobÃte život jednoduchÅ¡Ãm pre mnoho iných použÃvateľov."
- msgid "Return to the previous dialog to enter a more descriptive comment"
- msgstr "Návrat na predchádzajúci dialóg pre zadanie podrobnejšieho komentára"
+ msgid "Please specify a changeset source"
+ msgstr "ProsÃm zadajte zdroj súboru zmien"
- msgid "Cancel and return to the previous dialog"
- msgstr "Zrušiť a návrat na predchádzajúci dialóg"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Nezadali ste zdroj vaÅ¡ich zmien.<br />To je sÃce technicky povolené, avÅ¡ak "
+ "zadanie by pomohlo iným použÃvateľom<br />porozumieÅ¥ pôvodu údajov.<br /><br "
+ "/>Ak obetujete minútu navyÅ¡e teraz vysvetlenÃm vaÅ¡ich zmien,<br />urobÃte "
+ "život jednoduchÅ¡Ãm pre mnoho iných použÃvateľov."
- msgid "Do not show this message again"
- msgstr "Túto správu už znovu nezobrazovať"
+ msgid "Revise"
+ msgstr "Kontrola"
+
+ msgid "Continue as is"
+ msgstr "PokraÄovaÅ¥, ako je"
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr "Návrat na predchádzajúci dialóg pre zadanie podrobnejšieho komentára"
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr "Zrušiť a návrat na predchádzajúci dialóg"
+
+ msgid "Do not show this message again"
+ msgstr "Túto správu už znovu nezobrazovať"
msgid "Please enter a valid chunk size first"
msgstr "ProsÃm najskôr vložte platnú veľkosÅ¥"
@@@ -8533,6 -8627,28 +8630,28 @@@
msgid "Illegal chunk size"
msgstr "Nedovolená veľkosť"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>Nasledujúce znaÄky v súbore zmien obsahuje prázdny kÄ¾ÃºÄ alebo "
+ "hodnotu:<br>{0}<br>PokraÄovaÅ¥?</html>"
+ msgstr[1] ""
+ "<html>Nasledujúca znaÄka v súbore zmien obsahuje prázdny kÄ¾ÃºÄ alebo "
+ "hodnotu:<br>{0}<br>PokraÄovaÅ¥?</html>"
+ msgstr[2] ""
+ "<html>Nasledujúce znaÄky v súbore zmien obsahuje prázdny kÄ¾ÃºÄ alebo "
+ "hodnotu:<br>{0}<br>PokraÄovaÅ¥?</html>"
+
+ msgid "Empty metadata"
+ msgstr "Prázdne metadáta"
+
msgid "Cancel the upload and resume editing"
msgstr "ZruÅ¡iÅ¥ nahrávanie a pokraÄovaÅ¥ v editácii"
@@@ -8540,11 -8656,11 +8659,11 @@@ msgid "Tags of changeset {0}
msgstr "ZnaÄky zo súboru zmien {0}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
- "Upozornenie: objekt ''{0}'' je už na serveri zmazaný. Vynechávam tento "
- "objekt a opakujem nahrávanie."
+ "Objekt \"{0}\" je už na serveri vymazaný. Objekt sa preskoÄà a odoslanie "
+ "vykoná znova."
msgid "Preparing objects to upload ..."
msgstr "PrÃprava objektov na nahrávanie ..."
@@@ -8561,11 -8677,10 +8680,10 @@@ msgstr "
msgid ""
"The changeset is going to be <strong>closed</strong> after this upload"
- msgstr "Zmenový súbor bude <strong>zavretý</strong> po tomto nahratÃ"
+ msgstr "Zmenový súbor bude <strong>uzavretý</strong> po tomto nahratÃ"
msgid "The changeset is <strong>left open</strong> after this upload"
- msgstr ""
- "Zmenový súbor je <strong>stále otvorený(left open)</strong> po tomto nahratÃ"
+ msgstr "Zmenový súbor je <strong>stále otvorený</strong> po tomto nahratÃ"
msgid "configure changeset"
msgstr "konfiguravať zmenový súbor"
@@@ -8614,17 -8729,17 +8732,17 @@@ msgid "
"''{2}''. Please <a href=\"urn:advanced-configuration\">configure</a> how to "
"proceed with <strong>multiple changesets</strong>"
msgstr ""
- "{0} objekty prektoÄili max. povolených {1} objektov v zmenovom súbore na "
- "server ''{2}''. ProsÃm <a href=\"urn:advanced-"
- "configuration\">konfigurujte</a> ako postupovať s <strong>viacnásobnými "
+ "{0} objekty prekroÄili max. povolených {1} objektov v zmenovom súbore na "
+ "server \"{2}\". ProsÃm <a href=\"urn:advanced-"
+ "configuration\">konfigurujte</a> ako postupovať s <strong>viacerými "
"zmenovými súbormi</strong>"
msgid ""
"Uploading <strong>{0} objects</strong> to <strong>multiple "
"changesets</strong> using <strong>{1} requests</strong>"
msgstr ""
- "Nahrávanie <strong>{0} objektov</strong> do <strong>viacnásobných zmenových "
- "súborov</strong> použitÃm <strong>{1} požoadavky</strong>"
+ "Nahrávanie <strong>{0} objektov</strong> do <strong>viacerých zmenových "
+ "súborov</strong> použitÃm <strong>{1} požiadaviek</strong>"
msgid "Uploading data for layer ''{0}''"
msgstr "Náhrávanie dát na server z vrstvy ''{0}''"
@@@ -8689,9 -8804,6 +8807,6 @@@ msgstr "Relácia ''{0}'' je už odstrá
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "objekt ''{0}'' je už zmazaný. Vynechávam objekt v nahrávanÃ."
- msgid "Warning: {0}"
- msgstr "Varovanie: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Nahrávanie {0} objektov ..."
@@@ -8703,6 -8815,9 +8818,9 @@@ msgid "
msgstr ""
"Ignorujem zachytenú výnimku pretože nahrávanie je zrušené. Výnimka je: {0}"
+ msgid "Upload successful!"
+ msgstr "Odoslanie úspešné!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8723,9 -8838,9 +8841,9 @@@ msgstr "Vyberte objekty na nahratie
msgid "Cancel uploading"
msgstr "Prerušiť nahrávanie"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
- "Varovanie: neÄakaná hodnota kľúÄa ''{0}'' v preferenciách, dostal som ''{1}''"
+ "NeoÄakávaná hodnota pre kÄ¾ÃºÄ \"{0}\" v nastavenÃ, obdržaná hodnota je \"{1}\""
msgid "Please select the upload strategy:"
msgstr "ProsÃm vyberte stratégiu nahrávania:"
@@@ -8743,14 -8858,14 +8861,14 @@@ msgid "
"<html>There are <strong>multiple changesets</strong> necessary in order to "
"upload {0} objects. Which strategy do you want to use?</html>"
msgstr ""
- "<html>Sú tam <strong>viacnásobné zmenové súbory</strong> je potrebné urÄiÅ¥ "
- "poradie nahrávania {0} objektov.Ktorú stratégiu chcete použiť?</html>"
+ "<html>Je potrebné použiť <strong>viaceré zmenové súbory</strong> pre "
+ "nahratie {0} objektov. Ktorú stratégiu chcete použiť?</html>"
msgid "Fill up one changeset and return to the Upload Dialog"
msgstr "Naplniť jeden zmenový súbor a vrátiť sa do dialógu nahrávania"
msgid "Open and use as many new changesets as necessary"
- msgstr "Je nutné otvoriÅ¥ a použÃvaÅ¥ viac nových zmenových súborov"
+ msgstr "Použiť toľko nových zmenových súborov, koľko je potrebné"
msgid "Upload in one request not possible (too many objects to upload)"
msgstr ""
@@@ -8885,7 -9000,7 +9003,7 @@@ msgstr "Nasledujúca znaÄka
msgid "Jump to next marker"
msgstr "PrejsÅ¥ na ÄalÅ¡iu znaÄku(marker)"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "Predchádzajúca znaÄka"
msgid "Jump to previous marker"
@@@ -8918,8 -9033,8 +9036,8 @@@ msgstr "verzia {0}
msgid "Merging layers"
msgstr "ZluÄujú sa vrstvy"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Varovanie: miešanie 0.6 a 0.5 dátového výsledku vo verzii 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr "POmiešané dátové výsledky verzià 0.6 a 0.5 vo verzii 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9041,7 -9156,7 +9159,7 @@@ msgid "No tiles at this zoom level
msgstr "Žiadne dlaždice na tejto úrovni priblÞenia"
msgid "TMS layer ({0}), downloading in zoom {1}"
- msgstr ""
+ msgstr "TMS vrstva ({0}), sÅ¥ahovaná vo zväÄÅ¡enà (zoom) {1}"
msgid "EPSG:4326 and Mercator projection are supported"
msgstr "EPSG: 4326 a Mercator projekcie sú podporované"
@@@ -9070,7 -9185,8 +9188,8 @@@ msgstr "Stiahnuť viditeľné dlaždice
msgid ""
"The requested area is too big. Please zoom in a little, or change resolution"
msgstr ""
- "Požadovaná oblasÅ¥ je prÃliÅ¡ veľká. ProsÃm priblÞte ju, alebo zmente oblasÅ¥."
+ "Požadovaná oblasÅ¥ je prÃliÅ¡ veľká. ProsÃm priblÞte ju, alebo zmeÅte "
+ "rozlÃÅ¡enie."
msgid "Change resolution"
msgstr "Zmena rozlÃÅ¡enia"
@@@ -9299,9 -9415,6 +9418,6 @@@ msgstr "ZÃskavam GPS polohu z EXIF
msgid "Starting directory scan"
msgstr "ZaÄÃnam prehľadávaÅ¥ adresár"
- msgid "One of the selected files was null"
- msgstr "Niektorý z vybratých súborov bol prázdny"
-
msgid "Read photos..."
msgstr "ÄÃtaÅ¥ fotky..."
@@@ -9320,6 -9433,9 +9436,9 @@@ msgstr "Nájdený prázdny súbor v adr
msgid "Error while getting files from directory {0}\n"
msgstr "Chyba pri zÃskavanà súború z adresára {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Niektorý z vybratých súborov bol prázdny"
+
msgid "Geotagged Images"
msgstr "Obrázky s GPS súradnicami"
@@@ -9381,6 -9497,12 +9500,12 @@@ msgstr "Nasledujúci
msgid "Show next Image"
msgstr "Zobraziť nasledujúci obrázok"
+ msgid "Show first Image"
+ msgstr "Zobraziť prvý obrázok"
+
+ msgid "Show last Image"
+ msgstr "Zobraziť posledný obrázok"
+
msgid "Center view"
msgstr "Stredový pohľad"
@@@ -9463,9 -9585,6 +9588,6 @@@ msgstr "
"<html>Nahrať nespracované GPS dáta do mapy nie je dobrý nápad. <br>Ak chcete "
"nahrať stopy, pozrite sem:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "Prispôsobenie kreslenia stôp"
@@@ -9479,13 -9598,13 +9601,13 @@@ msgid "No timestamp
msgstr "Bez Äasovej znaÄky"
msgid "Select to download OSM data."
- msgstr ""
+ msgstr "Zvoľte pre stiahnutie dát OSM."
msgid "Select to download GPS traces."
- msgstr ""
+ msgstr "Zvoľte pre stiahnutie stopy GPS."
msgid "Download everything within:"
- msgstr "Stiahnuť všetko vo vnútry:"
+ msgstr "Stiahnuť všetko vovnútri:"
msgid "{0} meters"
msgstr "{0} metrov"
@@@ -9666,17 -9785,12 +9788,12 @@@ msgstr "
msgid "(URL was: "
msgstr "(URL bolo: "
- msgid "Error displaying URL"
- msgstr "Chyba zobrazovania URL"
-
msgid "Select the map painting styles"
msgstr "Vybrať štýl kreslenia mapy"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "Upozornenie: Nepodarilo sa naÄÃtaÅ¥ Mappaint Å¡týly od ''{0}''. Výnimka bola: "
- "{1}"
+ "Nepodarilo sa naÄÃtaÅ¥ Å¡týl kreslenia mapy z \"{0}\". Výnimka bola: {1}"
msgid "loading style ''{0}''..."
msgstr "nahrávam štýl ''{0}''..."
@@@ -9697,10 -9811,9 +9814,9 @@@ msgstr[2] "
"DoÅ¡lo k {0} chybám pri naÄÃtanà tohto Å¡týlu. Vyberte ''Info'' pre "
"podrobnosti, kliknutÃm pravého tlaÄÃtka na myÅ¡i."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
- "Upozornenie: nepodarilo sa spracovať Mappaint štýly z ''{0}''. Chyba bola: "
- "{1}"
+ "Nepodarilo sa preÄÃtaÅ¥ Å¡týl kreslenia mapy z \"{0}\". Chyba bola: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "Nesprávna kresba preruÅ¡ovanej Äiary, hodnoty musia byÅ¥ kladné"
@@@ -9710,11 -9823,10 +9826,10 @@@ msgstr "
"Nesprávna kresba preruÅ¡ovanej Äiary, aspoÅ jedna hodnota musà byÅ¥ > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "Upozornenie: nepodarilo sa spracovať Mappaint štýly z ''{0}''. Chyba bola: "
- "[{1}:{2}] {3}"
+ "Nepodarilo sa preÄÃtaÅ¥ Å¡týl kreslenia mapy z \"{0}\". Chyba bola: [{1}:{2}] "
+ "{3}"
msgid "Access Token Key:"
msgstr "KÄ¾ÃºÄ autorizaÄného prÃstupu:"
@@@ -9984,8 -10096,8 +10099,8 @@@ msgstr "Zatvorte dialóg a zrušiť pov
msgid "Close the dialog and accept the Access Token"
msgstr "Zatvorte dialóg a prijmite autorizaÄný prÃstup"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "Varovanie: Nepodarilo sa zrušiť bežiacu OAuth operáciu"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Nepodarilo sa zrušiť bežiacu OAuth operáciu"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "ZÃskavam OAuth žiadosÅ¥ prÃstupu z ''{0}''"
@@@ -10621,7 -10733,7 +10736,7 @@@ msgstr "Použiť zoznam nekontrolovaný
msgid "Use the ignore list to suppress warnings."
msgstr ""
- "Použiť zoznam nekontrolovaných chýb, pre zastavenie(schovanie) upozornenà "
+ "Použiť zoznam nekontrolovaných chýb, pre zastavenie (schovanie) upozornenà "
"(varovanÃ)."
msgid "Use error layer."
@@@ -10631,13 -10743,13 +10746,13 @@@ msgid "Use the error layer to display p
msgstr "Použitie vrstvy chýb pre zobrazenie problematických elementov."
msgid "Show informational level."
- msgstr "ZobraziÅ¥ informaÄnú úroveÅ."
+ msgstr "ZobraziÅ¥ hlásenia informaÄnej úrovne."
msgid "Show the informational tests."
- msgstr "ZobraziÅ¥ informaÄnú úroveÅ."
+ msgstr "ZobraziÅ¥ hlásenia informaÄných testov."
msgid "Show informational level on upload."
- msgstr "ZobraziÅ¥ informaÄnú úroveÅ(level) pri nahrávanÃ."
+ msgstr "ZobraziÅ¥ hlásenia informaÄnej úrovne pri nahrávanÃ."
msgid "Show the informational tests in the upload check windows."
msgstr "ZobraziÅ¥ informaÄné testy v nahrávacom kontrolnom okne"
@@@ -10726,10 -10838,12 +10841,12 @@@ msgid "Load profile
msgstr "NaÄÃtaÅ¥ profil"
msgid "Save {0} profile"
- msgstr "Uložiť profil {0}"
+ msgstr "Uložiť profil skupiny nastavenà \"{0}\""
msgid "All the preferences of this group are default, nothing to save"
msgstr ""
+ "VÅ¡etky nastavenia v tejto skupine sú na východzÃch hodnotách, nie je Äo "
+ "uložiť"
msgid "Choose profile file"
msgstr "Zvoľte súbor s profilom"
@@@ -10774,9 -10888,9 +10891,9 @@@ msgid "Add setting
msgstr "Pridať nastavenie"
msgid "Advanced Background: Changed"
- msgstr ""
+ msgstr "PokroÄilé pozadie: Zmenené"
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10836,13 -10950,16 +10953,16 @@@ msgid "Draw segment order numbers
msgstr "VykresliÅ¥ segmenty s poradovými ÄÃslami"
msgid "Draw boundaries of downloaded data"
- msgstr "VykresliÅ¥ ohraniÄujúci box stiahnutých dát"
+ msgstr "VykresliÅ¥ ohraniÄujúci rámec stiahnutých dát"
msgid "Draw virtual nodes in select mode"
- msgstr "Vykresľovať virtuálne body v mode výberu"
+ msgstr "Vykresliť virtuálne body v mode výberu"
msgid "Draw inactive layers in other color"
- msgstr "VykresľovaÅ¥ neaktÃvne vrstvy v iných farbách"
+ msgstr "VykresliÅ¥ neaktÃvne vrstvy v iných farbách"
+
+ msgid "Display discardable keys"
+ msgstr "ZobrazovaÅ¥ zbytoÄné kľúÄe"
msgid "Highlight target ways and nodes"
msgstr "Zvýrazniť cieľové cesty a body"
@@@ -10904,14 -11021,21 +11024,21 @@@ msgstr "
"Táto možnosÅ¥ potlaÄà vypĺÅanie oblastÃ, prevažujúce Äokoľvek uvedené vo "
"vybranom štýle."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "ZobraziÅ¥ kľúÄe, ktoré sú považované za tak nepodstatné, že môžu byÅ¥ "
+ "automaticky odstránené."
+
msgid "Options that affect drawing performance"
msgstr "Možnosti, ktoré ovplyvnia výkonnosť kreslenia"
msgid "Segment drawing options"
- msgstr ""
+ msgstr "Možnosti kreslenia segmentov"
msgid "Select and draw mode options"
- msgstr ""
+ msgstr "Možnosti výberu a kreslenia"
msgid "Other options"
msgstr "ÄalÅ¡ie voľby"
@@@ -11140,7 -11264,7 +11267,7 @@@ msgstr "
"ZobraziÅ¥ tlaÄidla v pravej Äasti menu iba vtedy, keÄ je myÅ¡ vo vnútri prvku"
msgid "Look and Feel"
- msgstr "Vzhľad a chovanie"
+ msgstr "Vzhľad a správanie"
msgid "Language"
msgstr "Jazyk"
@@@ -11158,25 -11282,30 +11285,30 @@@ msgid "
"{0} is replaced by tile zoom level, also supported:<br>offsets to the zoom "
"level: {1} or {2}<br>reversed zoom level: {3}"
msgstr ""
+ "{0} je nahradené úrovÅou priblÞenia; tiež je podporované:<br>rozdiel oproti "
+ "úrovni priblÞenia: {1} alebo {2}<br>obrátená úroveÅ priblÞenia: {3}"
msgid "{0} is replaced by X-coordinate of the tile"
- msgstr ""
+ msgstr "{0} je nahradené súradnicou X dlaždice"
msgid "{0} is replaced by Y-coordinate of the tile"
- msgstr ""
+ msgstr "{0} je nahradené súradnicou Y dlaždice"
msgid "{0} is replaced by {1} (Yahoo style Y coordinate)"
- msgstr ""
+ msgstr "{0} je nahradené {1} (Å¡týl Y súradnÃc Yahoo)"
msgid ""
"{0} is replaced by {1} (OSGeo Tile Map Service Specification style Y "
"coordinate)"
msgstr ""
+ "{0} je nahradené {1} (Å¡týl Y súradnÃc OSGeo Tile Map Service Specification)"
msgid ""
"{0} is replaced by a random selection from the given comma separated list, "
"e.g. {1}"
msgstr ""
+ "{0} je nahradené náhodným výberom z daného zoznamu oddeleného Äiarkou, napr. "
+ "{1}"
msgid "2. Enter maximum zoom (optional)"
msgstr "2. Zadajte maximálny zoom (voliteľné)"
@@@ -11188,7 -11317,7 +11320,7 @@@ msgid "4. Enter name for this layer
msgstr "4. Zadajte názov pre túto vrstvu"
msgid "Store WMS endpoint only, select layers at usage"
- msgstr ""
+ msgstr "UložiÅ¥ iba koncové body WMS, vrstvy zvolÃte až pri použitÃ"
msgid "Show bounds"
msgstr "Zobraziť hranice"
@@@ -11197,19 -11326,19 +11329,19 @@@ msgid "1. Enter service URL
msgstr "1. Zadajte adresu URL služby"
msgid "Get layers"
- msgstr ""
+ msgstr "ZÃskaÅ¥ vrstvy"
msgid "2. Select layers"
- msgstr ""
+ msgstr "2. Vyberte vrstvy"
msgid "3. Select image format"
- msgstr ""
+ msgstr "3. Vyberte formát obrázka"
msgid "4. Verify generated WMS URL"
- msgstr ""
+ msgstr "4. Overte vytvorený WMS URL"
msgid "5. Enter name for this layer"
- msgstr ""
+ msgstr "5. Zadajte názov pre túto vrstvu"
msgid "Show Bounds"
msgstr "Zobraziť hranice"
@@@ -11266,7 -11395,7 +11398,7 @@@ msgid "Selected entries:
msgstr "Vybrané položky:"
msgid "Add a new {0} entry by entering the URL"
- msgstr ""
+ msgstr "PridaÅ¥ novú položku {0} zadanÃm URL"
msgid "Remove entry"
msgstr "Odstrániť položku"
@@@ -11323,7 -11452,7 +11455,7 @@@ msgid "Max. zoom level:
msgstr "Max. úroveÅ priblÞenia: "
msgid "Add to slippymap chooser: "
- msgstr "Pridať do výberu slippymap: "
+ msgstr "Pridať do výberu posúvacej mapy: "
msgid "Tile cache directory: "
msgstr "Vyrovnávacia pamäť dlaždÃc adresára: "
@@@ -11385,6 -11514,12 +11517,12 @@@ msgstr "
"<i>(JOSM môže zachovať záložný súbor pri ukladanà dátovej vrstvy. Pripojà "
"''~'' k názvu súboru a uložà ho v rovnakom prieÄinku.)</i>"
+ msgid "Notification at each save"
+ msgstr "Oznámenie pri každom uloženÃ"
+
+ msgid "When saving, display a small notification"
+ msgstr "ZobraziÅ¥ malé oznámenie pri ukladanÃ"
+
msgid "File backup"
msgstr "Zálohovať súbor"
@@@ -11430,7 -11565,8 +11568,8 @@@ msgstr "
msgid "Warning: illegal format of entry in style list ''{0}''. Got ''{1}''"
msgstr ""
- "Varovanie: neplatný formát poÄtu v Å¡týle obsahu ''{0}''. Dostal som ''{1}''"
+ "Varovanie: neplatný formát poÄtu v Å¡týle obsahu \"{0}\". Obdržaná hodnota je "
+ "\"{1}\""
msgid "JOSM Internal Style"
msgstr "Interný štýl JOSMu"
@@@ -11452,8 -11588,8 +11591,8 @@@ msgstr "Nastavenie mapy
msgid "Settings for the map projection and data interpretation."
msgstr "Nastavenie projekcie mapy a interpretácie dát."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "Varovanie: Nemožno ÄÃtaÅ¥ zdroj predvolieb oznaÄovania: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Nemôžem naÄÃtaÅ¥ zdroj predvolieb znaÄenia: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11537,8 -11673,8 +11676,8 @@@ msgstr "
msgid "Warning: illegal format of entry in preset list ''{0}''. Got ''{1}''"
msgstr ""
- "Varovanie: Nedovolený formát zápisu do prednastaveného zoznamu ''{0}''. Máte "
- "''{1}''"
+ "Varovanie: nepovolený formát zápisu v zozname predvoliem \"{0}\". Obdržaná "
+ "hodnota je \"{1}\""
msgid "Internal Preset"
msgstr "Vnútorné Prednastavenie"
@@@ -11595,7 -11731,7 +11734,7 @@@ msgstr "
"urÄitej dobe."
msgid "By Code (EPSG)"
- msgstr ""
+ msgstr "Podľa kódu (EPSG)"
msgid "Invalid projection configuration: {0}"
msgstr "Neplatná konfigurácia projekcie : {0}"
@@@ -11637,13 -11773,13 +11776,13 @@@ msgid "Ellipsoid parameters
msgstr "Parametre elipsoidu"
msgid "Datum name"
- msgstr ""
+ msgstr "Názov údaju"
msgid "3 or 7 term datum transform parameters"
- msgstr ""
+ msgstr "TransformaÄné parametre pre 3- alebo 7-výrazový údaj"
msgid "NTv2 grid file"
- msgstr ""
+ msgstr "Súbor mriežky NTv2"
msgid "Built-in:"
msgstr "Zabudované:"
@@@ -11732,21 -11868,6 +11871,6 @@@ msgstr "Swiss Grid (Å vajÄiarsko)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (bez lokálnych opráv)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "Sever"
-
- msgid "South"
- msgstr "Juh"
-
- msgid "Hemisphere"
- msgstr "Pologuľa(hemisféra)"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -11768,6 -11889,21 +11892,21 @@@ msgstr "UTM France (DOM)
msgid "UTM Geodesic system"
msgstr "UTM Geodesic system"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "Sever"
+
+ msgid "South"
+ msgstr "Juh"
+
+ msgid "Hemisphere"
+ msgstr "Pologuľa(hemisféra)"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "Testovanie OSM API URL ''{0}''"
@@@ -11832,11 -11968,11 +11971,11 @@@ msgid "Select to use OAuth as authentic
msgstr "Vybrať pre použitie OAuth ako mechanizmus na overenie totožnosti"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "Varovanie: Nepodporovaná hodnota ''{1}'' v predvoľbe ''{0}'. PoužÃva sa "
- "základné overenie totožnosti (Basic Authentication)."
+ "Nepodporovaná hodnota v nastavenà \"{0}\", obdržaná hodnota je \"{1}\". "
+ "Použije sa \"Základné overenie totožnosti\"."
msgid "OSM username:"
msgstr "OSM použÃvateľské meno:"
@@@ -11844,29 -11980,34 +11983,34 @@@
msgid "OSM password:"
msgstr "OSM heslo:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
- "Varovanie: nepodarilo sa zÃskaÅ¥ prihlasovacie údaje pre OSM zo správcu "
- "prihlasovacÃch údajov."
+ "Nepodarilo sa zÃskaÅ¥ prihlasovacie údaje pre OSM zo správcu prihlasovacÃch "
+ "údajov."
msgid "Current credential manager is of type ''{0}''"
msgstr "Aktuálny správca prihlasovacÃch údajov je typu ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- "Varovanie: Nepodarilo sa uložiť prihlasovacie údaje pre OSM do správcu "
- "prihlasovacÃch údajov."
+ "Nepodarilo sa uložiÅ¥ prihlasovacie údaje pre OSM do správcu prihlasovacÃch "
+ "údajov."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr "Pravidelne kontrolovať nové správy"
+
+ msgid "Check interval (minutes):"
+ msgstr "Interval kontroly (minúty):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- "Varovanie: Nepodarilo sa zÃskaÅ¥ OAuth autorizaÄný prÃstup zo správcu "
- "prihlasovacÃch údajov"
+ "Nepodarilo sa zÃskaÅ¥ OAuth autorizaÄný prÃstup zo správcu prihlasovacÃch "
+ "údajov"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
- "Varovanie: Nepodarilo sa uložiÅ¥ OAuth autorizaÄný prÃstup do správcu "
- "prihlasovacÃch údajov"
+ "Nepodarilo sa uložiÅ¥ OAuth autorizaÄný prÃstup do správcu prihlasovacÃch "
+ "údajov"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -11957,24 -12098,17 +12101,17 @@@ msgid "Use a SOCKS proxy
msgstr "Použiť SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Upozornenie: JOSM je nakonfigurovaný pre použitie proxy servera z nastavenia "
- "systému, ale JVM nie je nakonfigurovaný tak, aby ho zÃskaval. Resetujte "
- "nastavenia pre ''Bez proxy servera''"
-
- msgid "disabled"
- msgstr "vypnuté"
-
- msgid "no modifier"
- msgstr "bez modifikácie"
+ "JOSM je nastavený na použÃvanie proxy z nastavenia systému, avÅ¡ak JVM nie je "
+ "nastavená na ich prevzatie. Nastavenie sa resetuje na \"Bez proxy servera\""
msgid "Shortcut Background: User"
- msgstr ""
+ msgstr "Pozadie skratky: PoužÃvateľ"
msgid "Shortcut Background: Modified"
- msgstr ""
+ msgstr "Pozadie skratky: Zmenené"
msgid "Use default"
msgstr "PoužÃÅ¥ východzie"
@@@ -12042,8 -12176,8 +12179,8 @@@ msgstr "Použiť predvolené
msgid "New relation"
msgstr "Nová relácia"
- msgid "Change Properties"
- msgstr "Zmeniť vlastnosti"
+ msgid "Change Tags"
+ msgstr "UpraviÅ¥ znaÄky"
msgid "Unknown requisite: {0}"
msgstr "Neznámy žiadaný: {0}"
@@@ -12131,9 -12265,6 +12268,6 @@@ msgstr "Prednastavené úlohy prvkom, b
msgid "Preset sub element without parent"
msgstr "Prednastavený sub prvok bez materských"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Nemôžem naÄÃtaÅ¥ zdroj predvolieb znaÄenia: {0}"
-
msgid "Error parsing {0}: "
msgstr "Chyba rozkladania(parsovania) {0}: "
@@@ -12152,6 -12283,16 +12286,16 @@@ msgstr "Zobraziť iba použiteľné pr
msgid "Search in tags"
msgstr "HľadaÅ¥ v znaÄkách"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "Nastaviteľný {0} eÅ¡te neregistrovaný. Nemôžem nastaviÅ¥ spoluúÄasÅ¥ v "
+ "nastavenà synchronizácie."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "Nastaviteľný {0} ešte neregistrovaný."
+
msgid "All files (*.*)"
msgstr "Všetky súbory (*.*)"
@@@ -12185,9 -12326,60 +12329,60 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "SúÄasná hodnota nie je platná OSM ID. Zadajte prosÃm celé ÄÃslo > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "nepravda (false): vlastnosť je jasne (výslovne) deaktivovaná"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "pravda (true): vlastnosť je jasne (výslovne) aktivovaná"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+ "ÄiastoÄné (partial): vybrané objekty majú rôzne hodnoty, ktoré nebudú zmenené"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "nenastavené (unset): nenastaviť túto vlastnosť na vybrané objekty"
+
msgid "Cut"
msgstr "Vystrihnúť"
+ msgid "Right click = copy to clipboard"
+ msgstr "Pravý klik = skopÃrovaÅ¥ do schránky"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "Chýbajúce povinné vlastnosti ''{0}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "Nepovolená hodnota pre povinný atribút \"{0}\" typu \"long\". Obdržaná "
+ "hodnota je \"{1}\""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "Nepovolená hodnota pre povinný atribút \"{0}\" typu \"long\" (>=0). Obdržaná "
+ "hodnota je \"{1}\""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+ "Chybná hodnota v atribúte \"{0}\" typu \"double\". Obdržaná hodnota je "
+ "\"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "Nedovolená hodnota pre povinný atribút \"{0}\" typu \"boolean\". Obdržaná "
+ "hodnota je \"{1}\"."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "Nedovolená hodnota pre povinný atribút \"{0}\" typu \"OsmPrimitiveType\". "
+ "Obdržaná hodnota je \"{1}\"."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12207,7 -12399,7 +12402,7 @@@ msgid "
"Relation with external id ''{0}'' refers to a missing primitive with "
"external id ''{1}''."
msgstr ""
- "Relácia s externou id ''{0}'' odkazuje na chýbajúci základný objekt s "
+ "Relácia s externým id ''{0}'' odkazuje na chýbajúci základný objekt s "
"externou id ''{1}''."
msgid "Deleted member {0} is used by relation {1}"
@@@ -12223,32 -12415,34 +12418,34 @@@ msgid "Contacting OSM Server...
msgstr "Pripája sa na OSM Server..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "Upozornenie: Neplatná hodnota atribútu ''{0}'' z elementu ''{1}'' v "
- "schopnosti servera. Dostal som ''{2}''"
+ "Nepovolená hodnota atribútu \"{0}\" prvku \"{1}\" v schopnostiach servera. "
+ "Obdržaná hodnota je \"{2}\""
msgid "Failed to parse date ''{0}'' replied by server."
- msgstr "Neúspešné rozloženie údajov ''{0}'' odpovedal server."
+ msgstr "Nerozumiem dátumu \"{0}\" v odpovedi servera."
msgid ""
"Unexpected format of error header for conflict in changeset update. Got "
"''{0}''"
msgstr ""
"NeÄakaný chybný formát záhlavia pre konflikt v aktualizácii súboru zmien. "
- "Dostal som ''{0}''"
+ "Obdržaná hodnota je ''{0}''"
msgid "Illegal longitude value for parameter ''{0}'', got {1}"
- msgstr "Neplatná hodnota parametra zem. dĺžky ''{0}'', dostal som {1}"
+ msgstr ""
+ "Neplatná hodnota parametra zem. dĺžky \"{0}\", obdržaná hodnota je {1}"
msgid "Illegal latitude value for parameter ''{0}'', got {1}"
- msgstr "Neplatná hodnota parametra zem. Å¡Ãrky ''{0}'', dostal som {1}"
+ msgstr ""
+ "Neplatná hodnota parametra zem. Å¡Ãrky \"{0}\", obdržaná hodnota je {1}"
msgid "Unexpected value for ''{0}'' in changeset query url, got {1}"
msgstr ""
- "NeoÄakávaná hodnota pre ''{0}'' v URL požiadavke zmevého súboru, dostal "
- "som{1}"
+ "NeoÄakávaná hodnota pre \"{0}\" v URL požiadavke zmenového súboru, obdržaná "
+ "hodnota je {1}"
msgid ""
"Cannot create a changeset query including both the query parameters ''uid'' "
@@@ -12263,48 -12457,48 +12460,48 @@@ msgstr "
msgid ""
"Unexpected format for port number in in preference ''{0}''. Got ''{1}''."
- msgstr "NeoÄakávaný formát pre ÄÃslo portu v nastavenà ''{0}''. Mám ''{1}''."
+ msgstr ""
+ "NeoÄakávaný formát pre ÄÃslo portu v nastavenà \"{0}\". Obdržaná hodnota je "
+ "\"{1}\"."
msgid "The proxy will not be used."
msgstr "Proxy server nebude použitý."
msgid "Illegal port number in preference ''{0}''. Got {1}."
- msgstr "Chybné ÄÃslo portu v nastavenà ''{0}''. Mám {1}."
+ msgstr "Chybné ÄÃslo portu v nastavenà \"{0}\". Obdržaná hodnota je {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "Varovanie: NaÅ¡la sa neoÄakávaná hodnota nastavenia ''{0}'' . Mám ''{1}''. "
- "Bude použité bez proxy servera."
+ "NeoÄakávaná hodnota nastavenia \"{0}\". Obdržaná hodnota je \"{1}\". Proxy "
+ "server nebude použitý."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Varovanie: NeoÄakávaný parametre pre HTTP proxy server. Mám hostiteľa "
- "''{0}'' a port ''{1}''."
+ "NeoÄakávaný parameter pre HTTP proxy. Obdržaná hodnota servera je \"{0}\" a "
+ "portu \"{1}\"."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "Varovanie: NeoÄakávaný parameter pre SOCKS proxy. Dostal som hostiteľa "
- "''{0}'' a port ''{1}''."
+ "NeoÄakávaný parameter pre SOCKS proxy. Obdržaná hodnota servera je \"{0}\" a "
+ "portu \"{1}\"."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Chyba: Pripojenie k proxy ''{0}'' pre URI ''{1}'' zlyhalo. Výnimka bola: {2}"
+ "Pripojenie na proxy server \"{0}\" pre URI \"{1}\" sa nepodarilo. Výnimka "
+ "bola: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "Upozornenie: JVM nie je nakonfigurovaný tak, aby vyhľadával nastavenia "
- "systému proxy servera. Vlastnosť ''java.net.useSystemProxies'' chýbala pri "
- "štarte. Nebude použitý proxy server."
+ "JVM nie je nastavená na prevzatie proxy z nastavenà systému. Vlastnosť "
+ "''java.net.useSystemProxies'' pri štarte chýbala. Proxy nebude použitý."
msgid "Parsing response from server..."
msgstr "Spracovávam odpoveÄ servera ..."
@@@ -12406,6 -12600,9 +12603,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Chyba parsovania: Chybná štruktúra GPX dokumentu"
+ msgid "(at line {0}, column {1})"
+ msgstr "(na riadku {0}, stĺpec {1})"
+
msgid "Unknown mode {0}."
msgstr "Neznámy mód {0}."
@@@ -12421,15 -12618,24 +12621,24 @@@ msgstr "Hľadanie obrázkov
msgid "No image files found."
msgstr "Nenajdené žiadne obrázky."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "Máte {0} nepreÄÃtaných správ."
+ msgstr[1] "Máte {0} nepreÄÃtanú správu."
+ msgstr[2] "Máte {0} nepreÄÃtané správy."
+
+ msgid "Click here to see your inbox."
+ msgstr "Kliknite sem pre zobrazenie prijatých správ."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Nepodarilo sa otvoriť vstupný tok pre zdroj ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "Upozornenie: Nepodarilo sa otvoriÅ¥ súbor s prÃponou ''{2}'' a súbor ''{3}'' "
- "v zip súbore ''{0}''. Výnimka bola: {1}"
+ "Nepodarilo sa otvoriÅ¥ súbor s prÃponou \"{2}\" a názvom \"{3}\" v zip súbore "
+ "\"{0}\". Výnimka bola: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "Nepodarilo sa premenovať súbor {0} na {1}."
@@@ -12442,8 -12648,8 +12651,8 @@@ msgid "
"Unexpected response from HTTP server. Got {0} response without ''Location'' "
"header. Can''t redirect. Aborting."
msgstr ""
- "NeoÄakávaná odpoveÄ servera HTTP. Máte {0} miesto odpovedi ''Poloha'' v "
- "záhlavÃ. Nemôžem presmerovaÅ¥. PreruÅ¡ujem."
+ "NeoÄakávaná odpoveÄ servera HTTP. Obdržaná hodnota odpovede {0} bez hlaviÄky "
+ "''Location''. Nemôžem presmerovať. Prerušujem."
msgid "Too many redirects to the download URL detected. Aborting."
msgstr ""
@@@ -12519,8 -12725,8 +12728,8 @@@ msgstr "Neznáme vety: {0}
msgid "Zero coordinates: {0}"
msgstr "Nulové súradnice: {0}"
- msgid "NMEA import success"
- msgstr "NMEA import úspešný"
+ msgid "NMEA import success:"
+ msgstr "NMEA import úspešný:"
msgid "NMEA import failure!"
msgstr "NMEA import zlyhal!"
@@@ -12545,12 -12751,12 +12754,12 @@@ msgstr "
msgid "Unexpected format of ID replied by the server. Got ''{0}''."
msgstr ""
- "NeoÄakávaný formát ID v odpovedi zo servera. Prijatá hodnota je \"{0}\"."
+ "NeoÄakávaný formát ID v odpovedi zo servera. Obdržaná hodnota je \"{0}\"."
msgid ""
"Unexpected format of new version of modified primitive ''{0}''. Got ''{1}''."
msgstr ""
- "NeoÄakávaný formát novej verzie nového základného objektu \"{0}\". Prijatá "
+ "NeoÄakávaný formát novej verzie nového základného objektu \"{0}\". Obdržaná "
"hodnota je \"{1}\"."
msgid "Creating changeset..."
@@@ -12560,7 -12766,7 +12769,7 @@@ msgid "Successfully opened changeset {0
msgstr "ÃspeÅ¡ne otvorený súbor zmien {0}"
msgid "Changeset ID > 0 expected. Got {0}."
- msgstr "OÄakávané ID zmenového súboru > 0. Prijatá hodnota vÅ¡ak bola {0}."
+ msgstr "OÄakávané ID zmenového súboru > 0. Obdržaná hodnota vÅ¡ak bola {0}."
msgid "Updating changeset..."
msgstr "Aktualizácia súboru zmien..."
@@@ -12581,7 -12787,7 +12790,7 @@@ msgid "Waiting 10 seconds ...
msgstr "Äakanie 10 sekúnd ... "
msgid "Starting retry {0} of {1} in {2} seconds ..."
- msgstr "ZaÄiatok opakovania {0} z {1} v {2} sekunde ..."
+ msgstr "Opakovanie {0} z {1} zaÄne o {2} sekúnd ..."
msgid "OK - trying again."
msgstr "OK - skúšam znovu."
@@@ -12597,7 -12803,7 +12806,7 @@@ msgstr "ID z aktuálneho zmenového sú
msgid "Open changeset expected. Got closed changeset with id {0}."
msgstr ""
- "OÄakával sa otvorený zmenový súbor. Prijatý bol vÅ¡ak uzavretý zmenový súbor "
+ "OÄakával sa otvorený zmenový súbor. Obdržaný bol vÅ¡ak uzavretý zmenový súbor "
"s ID {0}."
msgid "(Code={0})"
@@@ -12628,46 -12834,15 +12837,15 @@@ msgstr "V súbore neboli nájdené žia
msgid "Open OsmChange file"
msgstr "Otvoriť súbor OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "Chýbajúce povinné vlastnosti ''{0}''."
-
msgid "Unsupported version: {0}"
msgstr "Nepodporovaná verzia: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "nedovolená hodnota pre povinný atribút ''{0}'' typu long , dostáva ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "nedovolená hodnota pre povinný atribút ''{0}'' typu long (>=0), dostáva "
- "''{1}''"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
- "Chybná hodnota v atribúte ''{0}'' typu \"double\". Zadané bolo ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "nedovolená hodnota pre povinný atribút ''{0}'' typu boolean, dostáva ''{1}''"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "nedovolená hodnota pre povinný atribút ''{0}'' typu OsmPrimitiveType, "
- "dostáva ''{1}''"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "Upozornenie: Nepodporovaný zaÄiatoÄný prvok ''{0}'' v obsahu zmenového "
- "súboru na pozÃcii ({1},{2}). Vynechávam."
+ "Nepodporovaný zaÄiatoÄný prvok \"{0}\" v obsahu zmenového súboru na pozÃcii "
+ "({1},{2}). Vynechávam."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12677,24 -12852,25 +12855,25 @@@ msgstr "
"''vytvoriť'','' zmeniť'', alebo odstrániť''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "Upozornenie: Nepodporovaný koncový prvok ''{0}'' v obsahu zmenového súboru "
- "na pozÃcii ({1},{2}). Vynechávam."
+ "Nepodporovaný koncový prvok \"{0}\" v obsahu zmenového súboru na pozÃcii "
+ "({1},{2}). Vynechávam."
msgid "Parsing changeset content ..."
msgstr "Rozkladanie obsahu zmenového súboru ..."
msgid "Illegal value for attribute ''{0}''. Got ''{1}''."
- msgstr "Neplatná hodnota pre vlastnosť \"{0}\". Prijatá hodnota je \"{1}\"."
+ msgstr "Neplatná hodnota pre vlastnosť \"{0}\". Obdržaná hodnota je \"{1}\"."
msgid "Illegal numeric value for attribute ''{0}''. Got ''{1}''."
- msgstr "Chybná ÄÃselná hodnota atribútu ''{0}''. Mám ''{1}''."
+ msgstr ""
+ "Chybná ÄÃselná hodnota atribútu \"{0}\". Obdržaná hodnota je \"{1}\"."
msgid "Illegal boolean value for attribute ''{0}''. Got ''{1}''."
msgstr ""
- "Chybná logická hodnota pre vlastnosť \"{0}\". Prijatá hodnota je \"{1}\"."
+ "Chybná logická hodnota pre vlastnosť \"{0}\". Obdržaná hodnota je \"{1}\"."
msgid "Missing mandatory attribute ''{0}'' of XML element {1}."
msgstr "Chýbajúca povinná vlastnosť ''{0}'' z XML prvku {1}."
@@@ -12709,11 -12885,9 +12888,9 @@@ msgid "Failed to sign a HTTP connectio
msgstr ""
"Nepodarilo sa podpÃsaÅ¥ HTTP spojenie s hlaviÄkou OAuth autentifikácie"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "Varovanie: NeoÄakávaná hodnota preferencie ''{0}''. Mám ''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(na riadku {0}, stĺpec {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
+ "Unexpected value for preference \"{0}\". Obdržaná hodnota je \"{1}\"."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr ""
@@@ -12754,8 -12928,8 +12931,8 @@@ msgid "
"Missing mandatory attributes on element ''bounds''. Got "
"minlon=''{0}'',minlat=''{1}'',maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''."
msgstr ""
- "Chýbajú povinné atribúty pre element''hranice''. Máte minlon =''{0}'',minlat "
- "=''{1}'',maxlon =''{3}'',maxlat =''{4}'', pôvod =''{5}''."
+ "Chýbajú povinné atribúty pre element''hranice''. Obdržané hodnoty sú minlon "
+ "=''{0}'',minlat =''{1}'',maxlon =''{3}'',maxlat =''{4}'', pôvod =''{5}''."
msgid "Deleted way {0} contains nodes"
msgstr "Vymazaná cesta {0} obsahuje body"
@@@ -12765,7 -12939,7 +12942,7 @@@ msgstr "Chýba povinná vlastnosť ''{0
msgid "Illegal value of attribute ''ref'' of element <nd>. Got {0}."
msgstr ""
- "Neplatná hodnota vlastnosti ''ref'' z elementu <nd>. Prijatá hodnota je {0}."
+ "Neplatná hodnota vlastnosti ''ref'' z elementu <nd>. Obdržaná hodnota je {0}."
msgid "Deleted relation {0} contains members"
msgstr "Zmazaná relácia {0} obsahuje Äleny"
@@@ -12776,7 -12950,7 +12953,7 @@@ msgstr "Chýba vlastnosÅ¥ ''ref'' pre Ä
msgid ""
"Illegal value for attribute ''ref'' on member in relation {0}. Got {1}"
msgstr ""
- "Neplatná hodnota pre vlastnosÅ¥ ''ref'' pre Älena v relácii {0}. Prijatá "
+ "Neplatná hodnota pre vlastnosÅ¥ \"ref\" pre Älena v relácii {0}. Obdržaná "
"hodnota je {1}"
msgid "Missing attribute ''type'' on member {0} in relation {1}."
@@@ -12785,8 -12959,8 +12962,8 @@@ msgstr "Chýba vlastnosť ''type'' pre
msgid ""
"Illegal value for attribute ''type'' on member {0} in relation {1}. Got {2}."
msgstr ""
- "Neplatná hodnota vre vlastnosÅ¥ \"type\" pre Älena {0} v relácii {1}. Prijatá "
- "hodnota je {2}."
+ "Neplatná hodnota vre vlastnosÅ¥ \"type\" pre Älena {0} v relácii {1}. "
+ "Obdržaná hodnota je {2}."
msgid "Incomplete <member> specification with ref=0"
msgstr "Nekompletné <member> špecifikácie s ref=0"
@@@ -12805,17 -12979,17 +12982,17 @@@ msgid "
"{1}."
msgstr ""
"Neplatná hodnota pre vlastnosť \"version\" (verzia) na OSM základnom objekte "
- "s ID {0}. Prijatá hodnota je {1}"
+ "s ID {0}. Obdržaná hodnota je {1}"
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "VAROVANIE: Normalizuje sa hodnota vlastnosti \"version\" (verzia) prvku {0} "
- "na {2}, API verzia je ''{3}''. Prijatá hodnota je {1}."
+ "Normalizujem hodnotu atribútu \"version\" prvku {0} na {2}, verzia API je "
+ "\"{3}\". Obdržaná hodnota je {1}."
msgid "Unknown or unsupported API version. Got {0}."
- msgstr "Neznáma, alebo nepodporovaná verzia API. Prijatá hodnota je {0}."
+ msgstr "Neznáma, alebo nepodporovaná verzia API. Obdržaná hodnota je {0}."
msgid "Missing attribute ''version'' on OSM primitive with ID {0}."
msgstr ""
@@@ -12825,18 -12999,18 +13002,18 @@@ msgid "
"Illegal value for attribute ''changeset'' on new object {1}. Got {0}. "
"Resetting to 0."
msgstr ""
- "Chybné hodnoty atribútu ''changeset'' pre nový objekt {1}. Dostal som {0}. "
- "Resetujem na 0."
+ "Chybné hodnoty atribútu \"changeset\" pre nový objekt {1}. Obdržaná hodnota "
+ "je {0}. Resetujem na 0."
msgid "Illegal value for attribute ''changeset''. Got {0}."
- msgstr "Chybné hodnoty atributu ''changeset''. Mám {0}."
+ msgstr "Chybné hodnoty atribútu \"changeset\". Obdržaná hodnota je {0}."
msgid "Missing required attribute ''{0}''."
- msgstr "Chýba povinná vlastnosť ''{0}''."
+ msgstr "Chýba povinná vlastnosť \"{0}\"."
msgid "Illegal long value for attribute ''{0}''. Got ''{1}''."
msgstr ""
- "Neplatná dlhá hodnota pre vlastnosť \"{0}\". Prijatá hodnota je \"{1}\""
+ "Neplatná dlhá hodnota pre vlastnosť \"{0}\". Obdržaná hodnota je \"{1}\""
msgid "Prepare OSM data..."
msgstr "Pripravujem OSM údaje..."
@@@ -12909,8 -13083,8 +13086,8 @@@ msgstr "Chýbajúca vlastnosť ''{0}''
msgid "Illegal value for attribute ''{0}'' on XML tag ''{1}''. Got {2}."
msgstr ""
- "Neplatná hodnota pre vlastnosÅ¥ \"{0}\" na XML znaÄke (tagu) \"{1}\". Prijatá "
- "hodnota je {2}."
+ "Neplatná hodnota pre vlastnosÅ¥ \"{0}\" na XML znaÄke (tagu) \"{1}\". "
+ "Obdržaná hodnota je {2}."
msgid "Reading user info ..."
msgstr "ÄÃtam použÃvateľské info ..."
@@@ -12932,7 -13106,7 +13109,7 @@@ msgid "Starting to upload in one reques
msgstr "ZaÄÃnam nahrávaÅ¥ požiadavku ..."
msgid "Value >0 expected for parameter ''{0}'', got {1}"
- msgstr "Hodnota >0 oÄakávaná pre parameter ''{0}'', dostal som {1}"
+ msgstr "Hodnota >0 oÄakávaná pre parameter \"{0}\", obdržaná hodnota je {1}"
msgid "Starting to upload in chunks..."
msgstr "ZaÄÃnam presúvanie v kusoch ..."
@@@ -13023,23 -13197,24 +13200,30 @@@ msgstr "Vytvoriť nové objekty
msgid "Read protocol version"
msgstr "PreÄÃtaÅ¥ si protokol verzie"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
+ "Nepodarilo sa spustiť server pre diaľkové ovládanie na porte {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "Diaľkové ovládanie::PrijÃmam priojenia na porte {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "Diaľkové ovládanie::Server zastavený."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
- msgstr "Vzdialená Správa s spýtala na vytvorenie nového bodu."
+ msgstr "Diaľkové ovládanie bolo požiadané o vytvorenie nového bodu."
msgid "There is no layer opened to add node"
msgstr "Pre pridanie bodu nie je otvorená žiadna vrstva"
msgid "Remote Control has been asked to create a new way."
- msgstr ""
+ msgstr "Diaľkové ovládanie bolo požiadané o vytvorenie novej cesty."
msgid "Invalid coordinates: {0}"
msgstr "Neplatné súradnice: {0}"
@@@ -13054,30 -13229,42 +13238,42 @@@ msgid "
"Remote Control has been asked to report its supported features. This enables "
"web sites to guess a running JOSM version"
msgstr ""
+ "Diaľkové ovládanie bolo požiadané o nahlásenie podporovaných funkciÃ. To "
+ "umožÅuje webovej stránke odhadnúť verziu bežiaceho JOSM"
msgid ""
"Remote Control has been asked to load an imagery layer from the following "
"URL:"
msgstr ""
- "Diaľkové ovládanie požiadalo, o naÄÃtanie vrstvy mapových podkladov z "
+ "Diaľkové ovládanie bolo požiadané o naÄÃtanie vrstvy mapových podkladov z "
"nasledujúcej adresy:"
msgid "Remote imagery"
msgstr "Diaľkové mapové podklady"
msgid "Remote Control has been asked to import data from the following URL:"
- msgstr "Vzdialená kontrola požiadala o import dát z nasledujúcej URL:"
+ msgstr "Diaľkové ovládanie bolo požiadané o import dát z nasledujúcej URL:"
msgid "Remote Control has been asked to load data from the API."
- msgstr "Vzdialená kontrola požiadala o naÄÃtanie dát z API."
+ msgstr "Diaľkové ovládanie bolo požiadané o naÄÃtanie dát z API."
+
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "Zemepisná Å¡Ãrka musà byÅ¥ medzi {0} a {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "Zemepisná dĺžka musà byť medzi {0} a {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "Minimá musia byť menšie ako maximá"
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
msgstr ""
+ "Diaľkové ovládanie bolo požiadané o naÄÃtanie objektov (podľa ich ID) z API."
msgid "Remote Control has been asked to open a local file."
- msgstr ""
+ msgstr "Diaľkové ovládanie bolo požiadané o otvorenie lokálneho súboru."
msgid "Do you want to allow this?"
msgstr "Chcete toto povoliť?"
@@@ -13089,13 -13276,14 +13285,14 @@@ msgid "
"Remote Control has been asked to report its protocol version. This enables "
"web sites to detect a running JOSM."
msgstr ""
- "Diaľkový ovládaÄ bol požiadaný, aby hlásil verziu protokolu. To umožÅuje "
+ "Diaľkové ovládanie bolo požiadané o nahlásenie verziu protokolu. To umožÅuje "
"webovej stránke zistiÅ¥ Äi bežà JOSM."
msgid ""
"Version ''{0}'' of meta data for geoimage layer is not supported. Expected: "
"0.1"
msgstr ""
+ "Verzia ''{0}'' metadát vrstvy geoimage nie je podporovaná. OÄakávaná: 0.1"
msgid "Data:"
msgstr "Dáta:"
@@@ -13103,25 -13291,25 +13300,25 @@@
msgid "local file"
msgstr "lokálny súbor"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Odkaz na súbor OSM dát na Vašom lokálnom disku."
+ msgid "Link to a GPX file on your local disk."
+ msgstr "Odkaz na súbor GPX na lokálnom disku."
msgid "include"
msgstr "zahrnúť"
- msgid "Include OSM data in the .joz session file."
- msgstr "Zahrnúť OSM dáta do .joz súboru sedenia."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "Vložiť súbor GPX do súboru sedenia .joz."
msgid "No file association"
msgstr "Žiadna asociácia súboru"
- msgid "OSM data will be included in the session file."
- msgstr "OSM dáta budú zahrnuté v súbore sedenia."
+ msgid "GPX data will be included in the session file."
+ msgstr "Dáta GPX budú vložené do súboru sedenia."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
"0.1"
- msgstr ""
+ msgstr "Verzia ''{0}'' metadát vrstvy gpx nie je podporovaná. OÄakávaná: 0.1"
msgid "File name expected for layer no. {0}"
msgstr "Názov súboru oÄakávaný pre vrstvu Ä. {0}"
@@@ -13130,6 -13318,8 +13327,8 @@@ msgid "
"Version ''{0}'' of meta data for imagery layer is not supported. Expected: "
"0.1"
msgstr ""
+ "Verzia ''{0}'' metadát vrstvy mapových podkladov nie je podporovaná. "
+ "OÄakávaná: 0.1"
msgid "Layer contains unsaved data - save to file."
msgstr "Vrstva obsahuje neuložené dáta - uložiť do súboru."
@@@ -13137,6 -13327,15 +13336,15 @@@
msgid "Layer does not contain unsaved data."
msgstr "Vrstva neobsahuje neuložené dáta."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Odkaz na súbor OSM dát na Vašom lokálnom disku."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "Zahrnúť OSM dáta do .joz súboru sedenia."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM dáta budú zahrnuté v súbore sedenia."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
@@@ -13144,6 -13343,9 +13352,9 @@@ msgstr "
"Verzia ''{0}'' metaúdajov pre vrstvu OSM dát nie je podporovaná. OÄakávala "
"sa: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Súbor sedenia (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Nedá sa lokalizovať súbor ''{0}''."
@@@ -13216,18 -13418,18 +13427,18 @@@ msgid "Download skipped
msgstr "Sťahovanie je zrušené"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "Upozornenie: Nemôžem stiahnuť plugin ''{0}''. Jeho odkaz na stiahnutie nie "
- "je známy. Vynechávam zo sťahovania."
+ "Nemôžem stiahnuť plugin \"{0}\". Jeho odkaz na stiahnutie nie je známy. "
+ "Vynechávam zo sťahovania."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "Upozornenie: Nemôžem stiahnuť plugin ''{0}''. Jeho odkaz na stiahnutie "
- "''{1}'' nie je platná URL. Vynechávam zo sťahovania."
+ "Nemôžem stiahnuť plugin \"{0}\". Jeho odkaz na stiahnutie \"{1}\" nie je "
+ "platná URL. Vynechávam zo sťahovania."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Nepodarilo sa vytvoriť adresár pluginov ''{0}''"
@@@ -13403,11 -13605,11 +13614,11 @@@ msgstr[2] "
msgid "Plugin update failed"
msgstr "Aktualizácia pluginu zlyhala"
- msgid "Warning: failed to find plugin {0}"
- msgstr "Varovanie: nepodarilo sa nájsť plugin {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "Nepodarilo sa nájsť plugin {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr "Varovanie: Nepodarilo sa stiahnuÅ¥ informáÄný zoznam pluginov"
+ msgid "Failed to download plugin information list"
+ msgstr "Nepodarilo sa stiahnuť zoznam informácià o pluginoch"
msgid "Disable plugin"
msgstr "Vypnúť doplnok"
@@@ -13421,29 -13623,28 +13632,28 @@@ msgstr "Zachovať plugin
msgid "Click to keep the plugin ''{0}''"
msgstr "Kliknite pre zachovanie pluginu ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "Varovanie: Nepodarilo sa odstránenie zastaraných pluginov ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Nepodarilo sa odstránenie zastaraných pluginov \"{0}\"."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "Varovanie: Nepodarilo sa nainštalovať už stiahnutý plugin ''{0}''. "
- "Vynechávam inÅ¡taláciu. JOSM stále použÃva starú verziu pluginu."
+ "Nepodarilo sa nainštalovať už stiahnutý plugin \"{0}\". Vynechávam "
+ "inÅ¡taláciu. JOSM bude Äalej použÃvaÅ¥ starú verziu pluginu."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "\"Varovanie: nepodarilo sa nainÅ¡talovaÅ¥ plugin \"{0}\" z doÄasne stiahnutého "
- "súboru \"{1}\". {2}"
+ "Nepodarilo sa nainÅ¡talovaÅ¥ plugin \"{0}\" z doÄasne stiahnutého súboru "
+ "\"{1}\". {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "Varovanie: Nepodarilo sa nainÅ¡talovaÅ¥ plugin ''{0}'' z doÄasne stiahnutého "
- "súboru ''{1}''. Premenovanie zlyhalo."
+ "Nepodarilo sa nainÅ¡talovaÅ¥ plugin \"{0}\" z doÄasne stiahnutého súboru "
+ "\"{1}\". Premenovanie zlyhalo."
msgid "Click to disable the plugin ''{0}''"
msgstr "Kliknite na tlaÄidlo vypnúť plugin ''{0}''"
@@@ -13513,51 -13714,64 +13723,64 @@@ msgid "Reading local plugin information
msgstr "ÄÃtam miestne informácie o pluginoch ..."
msgid "Processing plugin site cache files..."
- msgstr "Spracovávam cache súbory stránky s pluginov ..."
+ msgstr "Spracovávam cache súbory stránky pluginov..."
msgid "Processing file ''{0}''"
msgstr "Spracovanie súboru ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "Upozornenie: Nepodaril sa scan súboru ''{0}'' pre informácie o pluginoch. "
- "Vynechávam."
+ "V súbore \"{0}\" sa nepodarilo nájsť informácie o pluginoch. Vynechávam."
msgid "Processing plugin site cache icon files..."
- msgstr ""
+ msgstr "Spracovávam cache súbory ikon stránok pluginov..."
msgid "Processing plugin files..."
- msgstr "Spracovávam sobory pluginov ..."
+ msgstr "Spracovávam súbory pluginov ..."
msgid "Download plugin list..."
- msgstr "Stiahujem zoznam pluginov ..."
+ msgstr "SÅ¥ahujem zoznam pluginov ..."
msgid "Downloading plugin list from ''{0}''"
msgstr "SÅ¥ahujem zoznam pluginov z ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Chyba pri sťahovanà zoznamu pluginov"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM nemohol stiahnuť zoznam pluginov:"
+
+ msgid "Details:"
+ msgstr "Detaily:"
+
+ msgid "Plugin icons download error"
+ msgstr "Chyba pri sťahovanà ikon pluginov"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM nemohol stiahnuť ikony pluginov:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "Varovanie: nepodarilo sa vytvoriť adresár pluginu ''{0}''. Nemožno stiahnuť "
- "obsah pluginu z webu pluginu ''{1}''."
+ "Nepodarilo sa vytvoriť adresár pluginu \"{0}\". Nemožno uložiť zoznam "
+ "pluginov z webu pluginov \"{1}\"."
msgid "Writing plugin list to local cache ''{0}''"
- msgstr "Zapisujem obsah pluginu do miestnej cache ''{0}''"
+ msgstr "Zapisujem zoznam pluginov do miestnej cache \"{0}\""
msgid "Parsing plugin list from site ''{0}''"
- msgstr "Rozkladanie obsahu pluginu z webu ''{0}''"
+ msgstr "Analyzovanie zoznamu pluginu z webu \"{0}\""
msgid ""
"Failed to parse plugin list document from site ''{0}''. Skipping site. "
"Exception was: {1}"
msgstr ""
- "Nemožno rozložiť dokument zoznamu pluginov z umiestnenia ''{0}''. "
+ "Nemožno analyzovať dokument zoznamu pluginov z umiestnenia \"{0}\" "
"Vynechávam. Výnimka bola: {1}"
msgid "Processing plugin list from site ''{0}''"
- msgstr "Spracovanie zoznamu pluginu z umiestnenia ''{0}''"
+ msgstr "Spracovanie zoznamu pluginu z umiestnenia \"{0}\""
msgid "This is after the end of the recording"
msgstr "Toto je až za koncom nahrávky"
@@@ -13865,7 -14079,7 +14088,7 @@@ msgstr "
"chybu:<br>''{0}''</html>"
msgid "<html>Authorisation at the OSM server failed.<br></html>"
- msgstr ""
+ msgstr "<html>Overenie na serveri OSM zlyhalo.<br></html>"
msgid ""
"<html>Authorisation at the OSM server with the OAuth token ''{0}'' "
@@@ -13949,6 -14163,9 +14172,9 @@@ msgid "
"<html>Failed to upload data to or download data from<br>''{0}''<br>due to a "
"problem with transferring data.<br>Details (untranslated): {1}</html>"
msgstr ""
+ "<html>Nepodarilo sa nahrať údaje na alebo stiahnuť údaje "
+ "z<br>\"{0}\"<br>kvôli problému s prenosom údajov.<br>Podrobnosti "
+ "(nepreložené): {1}</html>"
msgid ""
"<html>Failed to download data. Its format is either unsupported, ill-formed, "
@@@ -13977,7 -14194,7 +14203,7 @@@ msgstr "
"súbor poskytnutý OSM komunitou."
msgid "<br>Error message(untranslated): {0}"
- msgstr "<br>Chybná správa(nepreložený): {0}"
+ msgstr "<br>Chybná správa (nepreložená): {0}"
msgid ""
"The OSM server ''{0}'' does not know about an object<br>you tried to read, "
@@@ -13995,6 -14212,9 +14221,9 @@@ msgid "
"name ''{1}'' could not be resolved. <br>Please check the API URL in your "
"preferences and your internet connection."
msgstr ""
+ "<html>Zlyhalo otvorenie pripojenia na vzdialený server<br>''{0}''.<br>Server "
+ "s názvom ''{1}'' sa nepodarilo nájsÅ¥. <br>ProsÃm skontrolujte API URL vo "
+ "Vašich nastaveniach a Vaše internetové pripojenie."
msgid ""
"<html>The server reports that an object is deleted.<br><strong>Uploading "
@@@ -14003,9 -14223,9 +14232,9 @@@
"object.<br><br>The error message is:<br>{0}</html>"
msgstr ""
"<html>Server hlási, že objekt je zmazaný.<br><strong>Nahrávanie je "
- "neúspešné</strong> Ak ste sa snažili nahrať, alebo vymazať tento objekt.<br> "
- "<strong>Nahrávanie neúspešné</strong> ak ste sa snažili nahrať tento "
- "objekt.<br><br>Chybová správa je:<br>{0}</html>"
+ "neúspešné</strong>, ak ste sa snažili nahrať, alebo vymazať tento "
+ "objekt.<br> <strong>Nahrávanie je neúspešné</strong>, ak ste sa snažili "
+ "nahrať tento objekt.<br><br>Chybová správa je:<br>{0}</html>"
msgid "Unable to find translation for the locale {0}. Reverting to {1}."
msgstr "Nemôžem nájsť preklad pre jazyk {0}. Vyberám {1}."
@@@ -14020,16 -14240,14 +14249,14 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "Zlyhala lokalizácia obrázku ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr ""
- "Varovanie: Nepodarilo sa spracovať zip súbor ''{0}''. Výnimka bola: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Nepodarilo sa spracovať zip súbor \"{0}\". Výnimka bola: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "Varovanie: Nepodarilo sa pristúpiÅ¥ k adresáru ''{0}'' z bezpeÄnostných "
- "dôvodov. Výnimka bola: {1}"
+ "Nepodarilo sa pristúpiÅ¥ k adresáru \"{0}\" z bezpeÄnostných dôvodov. Výnimka "
+ "bola: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}... [prosÃm, zadajte svoje ÄÃslo]"
@@@ -14041,11 -14259,58 +14268,58 @@@ msgstr "
"Nepodarilo sa otvoriÅ¥ URL. V súÄasnej dobe neexistuje nastavenie platformy. "
"ProsÃm nastavte najskôr platformu."
- msgid "reserved"
- msgstr "rezervované"
+ msgid "Opening URL: {0}"
+ msgstr "Otvára sa URL: {0}"
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
+ msgstr "priblÞenie"
+
+ msgid "latitude"
+ msgstr "zemepisná Å¡Ãrka"
+
+ msgid "longitude"
+ msgstr "zemepisná dĺžka"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "URL neobsahuje {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "URL neobsahuje platné {0}"
+
+ msgid "reserved"
+ msgstr "rezervované"
+
+ msgid "Outdated Java version"
+ msgstr "Zastaralá verzia Java"
+
+ msgid "Update Java"
+ msgstr "Aktualizujte Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "PoužÃvate Java verziu {0}."
+
+ msgid "February 2013"
+ msgstr "februára 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Táto verzia Javy už nie je podporovaná firmou {0} od {1} a neodporúÄa sa ju "
+ "použÃvaÅ¥."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
msgstr ""
+ "JOSM Äoskoro prestane fungovaÅ¥ s touro verziou. OdporúÄame aktualizovaÅ¥ na "
+ "Java {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "Prajete si aktualizovať teraz?"
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr "Konflikt skratiek: \"{0}\" presunuté cez \"{1}\" na \"{2}\"."
msgid "There was {0} tag found in the buffer, it is suspicious!"
msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
@@@ -14078,8 -14343,23 +14352,23 @@@ msgstr "
"<html><p> PrepáÄte, ale nie je možné vložiÅ¥ znaÄky z vyrovnávacej pamäte. "
"Neobsahujú žiadne objekty JOSM, alebo vhodné texty. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "Pravý klik = skopÃrovaÅ¥ do schránky"
+ msgid "ms"
+ msgstr "ms"
+
+ msgid "s"
+ msgstr "s"
+
+ msgid "min"
+ msgstr "min"
+
+ msgid "h"
+ msgstr "h"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "dnÃ"
+ msgstr[1] "deÅ"
+ msgstr[2] "dni"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14092,8 -14372,8 +14381,8 @@@ msgid "
"Preference with key ''{0}'' does not provide an int value for ''{1}''. Got "
"{2}. Cannot restore window geometry from preferences."
msgstr ""
- "nastavenie s kľúÄom ''{0}'' nemôžem dodaÅ¥ vnútornú hodnotu pre ''{1}''. "
- "Dodaná {2}. Nemôžem obnoviÅ¥ geometriu okna z nastavenÃ."
+ "Nastavenie s kľúÄom \"{0}\" neuvádza hodnotu typu \"int\" pre ''{1}''. "
+ "Obdržaná hodnota je {2}. Nemôžem obnoviÅ¥ geometriu okna z nastavenÃ."
msgid ""
"Failed to parse field ''{1}'' in preference with key ''{0}''. Exception was: "
@@@ -14110,7 -14390,7 +14399,7 @@@ msgstr "
"nastavenÃ."
msgid "Ignoring malformed geometry: {0}"
- msgstr ""
+ msgstr "Ignorujem geometriu chybného tvaru: {0}"
msgid "Failed to load XML schema."
msgstr "Nepodarilo sa naÄÃtaÅ¥ XML schémy."
@@@ -14204,7 -14484,7 +14493,7 @@@ msgstr "poľnohospodárska pôda
msgctxt "landuse"
msgid "residential"
- msgstr "obytná (osÃdlená)"
+ msgstr "obytná (osÃdlená) zóna"
msgctxt "natural"
msgid "scrub"
@@@ -14216,7 -14496,7 +14505,7 @@@ msgstr "
msgctxt "Relation type"
msgid "boundary"
- msgstr "hranica (boundary)"
+ msgstr "hranica (územie)"
msgctxt "Relation type"
msgid "enforcement"
@@@ -14224,7 -14504,7 +14513,7 @@@ msgstr "vynútenie
msgctxt "Relation type"
msgid "line"
- msgstr "Äiara"
+ msgstr "elektrické vedenie"
msgctxt "Relation type"
msgid "multipolygon"
@@@ -14240,7 -14520,7 +14529,7 @@@ msgstr "hromadná doprava
msgctxt "Relation type"
msgid "restriction"
- msgstr "obmedzenie"
+ msgstr "dopravné obmedzenie"
msgctxt "Relation type"
msgid "route"
@@@ -14331,7 -14611,7 +14620,7 @@@ msgid "File Name:
msgstr "Názov Súboru:"
msgid "FileChooser help."
- msgstr ""
+ msgstr "Nápoveda k výberu súborov."
msgid "Files"
msgstr "Súbory"
@@@ -14424,6 -14704,13 +14713,13 @@@ msgid "Saturation:
msgstr "Sýtosť farby:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "UmožÅuje upravovaÅ¥ informácie o premávke a exportovaÅ¥ do simulátora mestskej "
+ "mobility SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14517,6 -14804,8 +14813,8 @@@ msgstr "Vyhľadáva a opravuje neplatnÃ
msgid ""
"Talk with users editing the map nearby, be notified when someone comes close."
msgstr ""
+ "Porozprávajte sa s použÃvateľmi, ktorà upravujú mapu vo VaÅ¡ej blÃzkosti a "
+ "buÄte informovanà keÄ sa niekto priblÞi."
msgid ""
"Provides parts of the GeoTools library for other JOSM plugins. Not meant to "
@@@ -14535,7 -14824,7 +14833,7 @@@ msgid "Allows to filter out unnecessar
msgstr "UmožÅuje odfiltrovaÅ¥ nepotrebné GPS stopy"
msgid "Visualizes routing information as a routing graph."
- msgstr "Vizualizuje \"routing information\" ako routovacà graf."
+ msgstr "Vizualizuje graf možnostà navigovania (routing information)."
msgid "Simple tool to tag house numbers."
msgstr "Jednoduchý nástroj na oznaÄenie ÄÃsla domov."
@@@ -14547,6 -14836,8 +14845,8 @@@ msgid "
"Database of imagery offsets: share and aquire imagery offsets with one "
"button."
msgstr ""
+ "Databáza posunov mapových podkladov: zdieľajte a zÃskajte ponusy mapových "
+ "podkladov jediným tlaÄidlom."
msgid "WMSPlugin-style imagery adjustment mapmode"
msgstr ""
@@@ -14555,6 -14846,8 +14855,8 @@@ msgid "
"This experimental plugin allows JOSM to store tile cache in database files, "
"not in huge cache directories"
msgstr ""
+ "Tento expoerimentálny doplnok umožÅuje JOSM-u ukladaÅ¥ dlaždice do "
+ "databázových súborov namiesto veľkých prieÄinkov"
msgid ""
"Another plugin to match images to the waypoints in a GPX file. A match is "
@@@ -14665,10 -14958,10 +14967,10 @@@ msgid "Convert data from Open Data port
msgstr ""
msgid "extended options for editing opening_hours"
- msgstr "rozÅ¡Ãrené možnosti pre editáciu otváracie hodiny (opening_hours)"
+ msgstr "rozÅ¡Ãrené možnosti pre úpravu otváracÃch hodÃn (opening_hours)"
msgid "Imports issues from OpenStreetBugs"
- msgstr "Importuje vydania z OpenStreetBugs"
+ msgstr "Importuje nahlásené chyby z OpenStreetBugs"
msgid ""
"Allows opening gpx/osm files that intersect the currently visible screen area"
@@@ -14699,6 -14992,9 +15001,9 @@@ msgstr "
"NapÃÅ¡te GPS pozÃciu do hlaviÄky súboru obrázka. Spustite túto funkciu z "
"menu, kliknite pravým tlaÄidlom na obrázok vrstvy."
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14723,7 -15019,7 +15028,7 @@@ msgid "
msgstr "Tento plugin zjednodušuje mapovanie a úpravy trás hromadnej dopravy."
msgid "Relation and multipolygon creating and editing panel."
- msgstr "Relácia a multipolygon vytvára a edituje panel."
+ msgstr "Panel na vytváranie a úpravu relácià a multipolygónov."
msgid "Plugin for reverting changesets"
msgstr "Plugin pre obnovu súborov zmien"
@@@ -14758,9 -15054,6 +15063,6 @@@ msgstr "
"obmedzené maximálnou veľkosÅ¥ou odstránenej oblasti. Tiež priemerným poÄtom "
"okolitých bodov."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "Vytvárať a upravovať námorné mapy pre OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -14778,7 -15071,7 +15080,7 @@@ msgstr "
"je naprÃklad Wikipedia"
msgid "Provides a dialog for editing tags in a tabular grid."
- msgstr "UrÄuje dialóg pre editáciu znaÄiek v tabuľkovej mriežke."
+ msgstr "Pridáva dialóg pre editáciu znaÄiek v tabuľkovej mriežke."
msgid ""
"Adds a tagging preset tester to the help menu, which helps you developing of "
@@@ -14804,6 -15097,11 +15106,11 @@@ msgstr "
"Kreslenie stavieb z Äeskej katastrálnej mapy. Vyžaduje spustený TracerServer "
"(. NET alebo Mono)."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "Plugin na digitálne podpÃsanie OSM dát"
@@@ -14941,6 -15239,9 +15248,9 @@@ msgstr "Násyp
msgid "Lit"
msgstr "PouliÄné osvetlenie"
+ msgid "Toll"
+ msgstr "Mýto (Toll)"
+
msgid "Motorway Link"
msgstr "DiaľniÄná prÃpojka"
@@@ -14948,19 -15249,19 +15258,19 @@@ msgid "Edit Motorway Link
msgstr "UpraviÅ¥ diaľniÄnú prÃpojku"
msgid "Trunk"
- msgstr "Cesta pre motorové vozidlá"
+ msgstr "Rýchlostná cesta (Cesta pre motorové vozidlá)"
msgid "Edit Trunk"
- msgstr "Upraviť cestu pre motorové vozidlá"
+ msgstr "Upraviť rýchlostnú cestu"
msgid "Motorroad"
- msgstr "Cesta pre motorové vozidlá"
+ msgstr "Iná rýchlostná cesta (v SR sa nepoužÃva)"
msgid "Trunk Link"
- msgstr "PrÃpojka cesty pre motorové vozidla"
+ msgstr "PrÃpojka rýchlostnej cesty"
msgid "Edit Trunk Link"
- msgstr "UpraviÅ¥ prÃpojku cesty pre motorové vozidla"
+ msgstr "UpraviÅ¥ prÃpojku rýchlostnej cesty"
msgid "Primary"
msgstr "Cesta I. triedy"
@@@ -15017,7 -15318,7 +15327,7 @@@ msgid "Unclassified
msgstr "Miestna cesta neklasifikovaná (Unclassified)"
msgid "Edit Unclassified Road"
- msgstr "Upraviť Neklasifikovanú cestu"
+ msgstr "Upraviť neklasifikovanú cestu"
msgid "Passing Places"
msgstr "Parkoviská umožÅujúce predbehnutie Å¡irokého vozidla"
@@@ -15031,6 -15332,50 +15341,50 @@@ msgstr "Ulica (miestna komunikácia)
msgid "Edit Residential Street"
msgstr "Upraviť ulicu"
+ msgid "Bicycle Road"
+ msgstr "Vyhradená cesta pre cyklistov"
+
+ msgid "Edit Bicycle Road"
+ msgstr "Upraviť vyhradenú cestu pre cyklistov"
+
+ msgid "Highway type"
+ msgstr "Typ komunikácie"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "ulica"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "obslužná cesta"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "neklasifikovaná"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "chodnÃÄek"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "cesta pre cyklistov"
+
+ msgid "Vehicle access"
+ msgstr "PrÃstup vozidiel"
+
+ msgid "yes"
+ msgstr "áno"
+
+ msgid "no"
+ msgstr "nie"
+
+ msgid "destination"
+ msgstr "návÅ¡tevnÃci cieľa (destination)"
+
+ msgid "Oneway for bicycle"
+ msgstr "Jednosmerná pre cyklistov"
+
msgid "Living Street"
msgstr "Obytná zóna"
@@@ -15049,11 -15394,11 +15403,11 @@@ msgstr "Oblasť
msgid "Service"
msgstr "Obslužná cesta (service)"
- msgid "Edit Serviceway"
- msgstr "Upraviť obslužnú cestu (service)"
+ msgid "Edit Service Way"
+ msgstr "Upraviť obslužnú cestu"
- msgid "Serviceway type"
- msgstr "Typ obslužnej cesty (service)"
+ msgid "Service way type"
+ msgstr "Typ obslužnej cesty"
msgid "alley"
msgstr "uliÄka (boÄná ulica)"
@@@ -15062,10 -15407,13 +15416,13 @@@ msgid "driveway
msgstr "prÃjazdová cesta"
msgid "parking_aisle"
- msgstr "parkovacia uliÄka (parking aisle)"
+ msgstr "parkovacia uliÄka"
+
+ msgid "drive-through"
+ msgstr "prejazd"
msgid "Parking Aisle"
- msgstr "Parkovacia uliÄka (parking aisle)"
+ msgstr "Parkovacia uliÄka"
msgid "Edit Parking Aisle"
msgstr "UpraviÅ¥ parkovaciu uliÄku"
@@@ -15091,18 -15439,12 +15448,12 @@@ msgstr "kruhový objazd (roundabout)
msgid "jughandle"
msgstr "prÃpojka"
- msgid "yes"
- msgstr "áno"
-
msgid "Road Restrictions"
msgstr "Cestné obmedzenie"
msgid "Edit Road Restrictions"
msgstr "Upraviť cestné obmedzenie"
- msgid "Toll"
- msgstr "Mýto (Toll)"
-
msgid "No exit (cul-de-sac)"
msgstr "Slepá ulica"
@@@ -15112,9 -15454,6 +15463,6 @@@ msgstr "Obmedzenia spôsobu prepravy
msgid "General Access"
msgstr "VÅ¡eobecný prÃstup"
- msgid "destination"
- msgstr "návÅ¡tevnÃci cieľa (destination)"
-
msgid "delivery"
msgstr "zásobovanie (delivery)"
@@@ -15124,15 -15463,15 +15472,15 @@@ msgstr "permissive (súhlas vlastnÃka
msgid "private"
msgstr "súkromné (len so súhlasom vlastnÃka)"
+ msgid "customers"
+ msgstr "zákaznÃci"
+
msgid "agricultural"
msgstr "farmárstvo (agricultural)"
msgid "forestry"
msgstr "lestnÃctvo"
- msgid "no"
- msgstr "nie"
-
msgid "official"
msgstr "oficiálne urÄené"
@@@ -15161,7 -15500,7 +15509,7 @@@ msgid "Light Commercial Vehicles (goods
msgstr "Malé nákladné vozidlá do 3,5t (goods)"
msgid "Heavy Goods Vehicles (hgv)"
- msgstr "Nákladné vozidlá (hgv)"
+ msgstr "Nákladné vozidlá nad 3,5t (hgv)"
msgid "Vehicles per use"
msgstr "Vozidlá podľa urÄenia"
@@@ -15176,7 -15515,10 +15524,10 @@@ msgid "High-occupancy vehicles (hov)
msgstr "Vozidlá vysoko obsadené (hov)"
msgid "Public Service Vehicles (psv)"
- msgstr "Dopravná obsluha (psv)"
+ msgstr "Dopravná obsluha (bus+taxi) (psv)"
+
+ msgid "Tourist buses"
+ msgstr "Turistické autobusy"
msgid "Min. speed (km/h)"
msgstr "Min. rýchlosť (km/h)"
@@@ -15221,10 -15563,10 +15572,10 @@@ msgid "motorway_link
msgstr "diaľniÄná prÃpojka"
msgid "trunk"
- msgstr "cesta pre motorové vozidlá (trunk)"
+ msgstr "rýchlostná cesta (trunk)"
msgid "trunk_link"
- msgstr "prÃpojka cesty pre motorové vozidlá"
+ msgstr "prÃpojka rýchlostnej cesty"
msgid "primary"
msgstr "cesta prvej triedy"
@@@ -15242,19 -15584,19 +15593,19 @@@ msgid "unclassified
msgstr "cesta bez klasifikácie (unclassified)"
msgid "residential"
- msgstr "obytná (osÃdlená)"
+ msgstr "ulica"
msgid "living_street"
msgstr "obytná zóna"
msgid "service"
- msgstr "obslužná (service)"
+ msgstr "obslužná cesta"
msgid "bus_guideway"
- msgstr "autobusová linka"
+ msgstr "vodiaca stopa pre autobus"
msgid "construction"
- msgstr "konštrukcia"
+ msgstr "cesta vo výstavbe"
msgid "Edit Bridge"
msgstr "Upraviť most"
@@@ -15262,6 -15604,9 +15613,9 @@@
msgid "viaduct"
msgstr "viadukt (nadjazd)"
+ msgid "suspension"
+ msgstr "visutý"
+
msgid "swing"
msgstr "otoÄný"
@@@ -15379,21 -15724,30 +15733,30 @@@ msgstr "
msgid "Visibility"
msgstr "Viditeľnosť"
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr "vynikajúca"
+ msgctxt "trail_visibility"
msgid "good"
msgstr "dobrá"
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr "stredná"
+ msgctxt "trail_visibility"
msgid "bad"
msgstr "zlá"
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr "hrozná"
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "žiadna"
+
msgid "Wheelchairs"
msgstr "VozÃky"
@@@ -15409,10 -15763,10 +15772,10 @@@ msgstr "Vyhradená cesta pre kone
msgid "Edit Bridleway"
msgstr "Upraviť cestu pre kone"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr "Pruh pre cyklistov"
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr "Upraviť pruh pre cyklistov"
msgid "Cycleway"
@@@ -15448,8 -15802,8 +15811,8 @@@ msgstr "ChodnÃk pre cyklistov vpravo
msgid "Oneway (bicycle)"
msgstr "Jednosmerná (bicykel)"
- msgid "Edit Highway"
- msgstr "Upraviť hlavnú cestu"
+ msgid "Edit Highway Attributes:"
+ msgstr "Upraviť vlastnosti komunikácie:"
msgid "Highway"
msgstr "Hlavná cesta"
@@@ -15479,7 -15833,7 +15842,7 @@@ msgid "Steps
msgstr "Schody"
msgid "Edit Flight of Steps"
- msgstr "Upraviť únikové schody"
+ msgstr "Upraviť rad schodov"
msgid "Amount of Steps"
msgstr "PoÄet schodov"
@@@ -15517,14 -15871,20 +15880,20 @@@ msgstr "OdpoÄÃvadlo
msgid "Edit Rest Area"
msgstr "UpraviÅ¥ odpoÄÃvadlo"
- msgid "Emergency Phone"
- msgstr "Núdzový telefón"
+ msgid "Drinking Water"
+ msgstr "Pitná voda"
msgid "Traffic Signal"
msgstr "Semafor"
+ msgid "Edit Traffic Signal"
+ msgstr "Upraviť semafor"
+
+ msgid "Optional crossing attributes:"
+ msgstr "Voliteľné atribúty priechodu pre chodcov:"
+
msgid "Pedestrian crossing type"
- msgstr "Typ prechodu pre chodcov"
+ msgstr "Typ priechodu pre chodcov"
msgid "uncontrolled"
msgstr "neriadený"
@@@ -15538,36 -15898,36 +15907,36 @@@ msgstr "ostrovÄek
msgid "unmarked"
msgstr "neoznaÄený"
- msgid "Cross on horseback"
- msgstr "Prechod pre jazdcov na koÅoch"
-
- msgid "Cross by bicycle"
- msgstr "Prechod pre cyklistov"
-
- msgid "Crossing attendant"
- msgstr "Prechod cez cestu s obsluhou"
-
msgid "Crossing type name (UK)"
- msgstr "Typ prechodu pre chodcov (UK viÄ. en.wikipedia.org)"
+ msgstr "Typ priechodu pre chodcov (UK viÄ. en.wikipedia.org)"
msgid "zebra"
- msgstr "prechod pre chodcov (zebra)"
+ msgstr "priechod pre chodcov (zebra)"
msgid "pelican"
- msgstr "prechod pre chodcov (len Äiarkované okraje)"
+ msgstr "priechod pre chodcov (len Äiarkované okraje)"
msgid "toucan"
- msgstr "toucan (prechod pre chodcov a cyklistov, len Äiarkované okraje)"
+ msgstr "toucan (priechod pre chodcov a cyklistov, len Äiarkované okraje)"
msgid "puffin"
- msgstr "puffin (prechod pre chodcov a cyklistov, len Äiarkované okraje)"
+ msgstr "puffin (priechod pre chodcov a cyklistov, len Äiarkované okraje)"
msgid "pegasus"
msgstr ""
- "pegasus (prechod pre chodcov a jazdcov na koÅoch, len Äiarkované okraje)"
+ "pegasus (priechod pre chodcov a jazdcov na koÅoch, len Äiarkované okraje)"
msgid "tiger"
- msgstr "tiger (prechod pre chodcov a cyklistov žlté pruhy)"
+ msgstr "tiger (priechod pre chodcov a cyklistov žlté pruhy)"
+
+ msgid "Crossing attendant"
+ msgstr "Priechod cez cestu s obsluhou"
+
+ msgid "Cross by bicycle"
+ msgstr "Priechod pre cyklistov"
+
+ msgid "Cross on horseback"
+ msgstr "Priechod pre jazdcov na koÅoch"
msgid "Stop"
msgstr "Zastaviť (stop)"
@@@ -15578,6 -15938,9 +15947,9 @@@ msgstr "OdpoÄÃvadlo
msgid "Mini-roundabout"
msgstr "Malý kruhový objazd"
+ msgid "Edit Mini-Roundabout"
+ msgstr "Upraviť malý kruhový objazd"
+
msgid "Direction"
msgstr "Smer"
@@@ -15585,13 -15948,10 +15957,10 @@@ msgid "clockwise
msgstr "v smere hodinových ruÄiÄiek (pravotoÄivý)"
msgid "Pedestrian Crossing"
- msgstr "Prechod pre chodcov"
-
- msgid "Edit Crossing"
- msgstr "Upraviť prechod pre chodcov"
+ msgstr "Priechod pre chodcov"
- msgid "Type name (UK)"
- msgstr "Typ mena (UK)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "Upraviť priechod pre chodcov"
msgid "Traffic Calming"
msgstr "Spomaľovacà retardér"
@@@ -15623,9 -15983,6 +15992,6 @@@ msgstr "veľký retardér (table)
msgid "Passing Place"
msgstr "Parkovisko umožÅujúce predbehnutie Å¡irokého vozidla"
- msgid "Edit Passing Place"
- msgstr "UpraviÅ¥ parkovisko umožÅujúce predbehnutie Å¡irokého vozidla"
-
msgid "Turning Circle"
msgstr "Obratisko (zaokrúhlený koniec cesty pre ľahÅ¡ie otáÄanie sa áut)"
@@@ -15657,17 -16014,23 +16023,32 @@@ msgid "Wikipedia
msgstr "Wikipédia"
msgid "Barriers"
- msgstr "Prekážka (Barriers)"
+ msgstr "Prekážky (Barriers)"
+
+ msgid "Block"
+ msgstr "Balvan (Block)"
+
+ msgid "Edit Block"
+ msgstr "Upraviť balvan"
+
+ msgid "Allowed traffic:"
+ msgstr "Povolená prevádzka:"
+
+ msgid "Material"
+ msgstr "Materiál"
+
+ msgid "stone"
+ msgstr "kameÅ"
+msgid "Block"
+msgstr "Balvan (Block)"
+
+msgid "Edit Block"
+msgstr "Upraviť balvan"
+
+msgid "Allowed traffic:"
+msgstr "Povolená prevádzka:"
+
msgid "Bollard"
msgstr "Stĺpik"
@@@ -15683,8 -16046,11 +16064,11 @@@ msgstr "vysúvateľný
msgid "removable"
msgstr "odstrániteľný"
+ msgid "plastic"
+ msgstr "plast"
+
msgid "Cycle Barrier"
- msgstr "Cyklo prekážka (Cycle Barrier)"
+ msgstr "Cyklo-prekážka (Cycle Barrier)"
msgid "Edit Cycle Barrier"
msgstr "Upraviť cyklo-prekážku"
@@@ -15694,9 -16060,7 +16078,7 @@@ msgstr "
"Mreža cez cestu, ako zábrana pre dobytok, priechodná pre autá (Cattle grid)"
msgid "Edit Cattle Grid"
- msgstr ""
- "Upraviť cattle grid (mreža cez cestu, ako zábrana pre dobytok, ale "
- "priechodná pre autá)"
+ msgstr "Upraviť mrežu cez cestu"
msgid "Bus Trap"
msgstr ""
@@@ -15710,7 -16074,7 +16092,7 @@@ msgid "Spikes
msgstr "Å piÄky (hroty)"
msgid "Edit Spikes"
- msgstr "Upraviť Hroty"
+ msgstr "Upraviť hroty"
msgid "Toll Booth"
msgstr "Mýtna búdka"
@@@ -15734,7 -16098,7 +16116,7 @@@ msgid "Height (meters)
msgstr "Výška (metre)"
msgid "Genus"
- msgstr "Rod (genus)"
+ msgstr "Rod (Genus)"
msgid "Species"
msgstr "Druh (Species)"
@@@ -15752,25 -16116,19 +16134,19 @@@ msgid "barbed_wire
msgstr "ostnatý drôt"
msgid "chain_link"
- msgstr "pletivo"
+ msgstr "drôtené pletivo"
msgid "electric"
msgstr "elektrický"
- msgid "roundpole"
- msgstr "drevené brvná (roundpole)"
+ msgid "pole"
+ msgstr "stĺpy"
msgid "split_rail"
- msgstr "rozchod železnice"
-
- msgid "chain"
- msgstr "reťaz"
+ msgstr "hranaté brvná (split_rail)"
- msgid "hedge"
- msgstr "Živý plot (hedge)"
-
- msgid "pole"
- msgstr "stožiar (pole)"
+ msgid "wire"
+ msgstr "drôt"
msgid "Guard Rail"
msgstr "Zvodidlá"
@@@ -15800,6 -16158,7 +16176,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Priekopa (ditch)"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "Upraviť priekopu"
@@@ -15809,11 -16168,11 +16186,11 @@@ msgstr "ObrubnÃk
msgid "Edit Kerb"
msgstr "UpraviÅ¥ obrubnÃk"
- msgid "Entrance"
- msgstr "Vstup"
+ msgid "Entrance (barrier opening)"
+ msgstr "Vstup (otvor v prekážke)"
- msgid "Edit Entrance"
- msgstr "Upraviť vstup"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "Upraviť vstup (otvor v prekážke)"
msgid "Gate"
msgstr "Brána"
@@@ -15825,37 -16184,37 +16202,43 @@@ msgid "Lift Gate
msgstr "Závora (Lift Gate)"
msgid "Edit Lift Gate"
- msgstr "Upraviť závoru (Lift Gate)"
+ msgstr "Upraviť závoru"
msgid "Hampshire Gate"
msgstr "Brána pre zvieratá (Hampshire)"
msgid "Edit Hampshire Gate"
- msgstr "Upraviť bránu pre zvieratá (hampshire)"
+ msgstr "Upraviť bránu pre zvieratá"
msgid "Bump Gate"
- msgstr "Brána pre otváranie predkom auta (bump)"
+ msgstr "Brána pre otváranie predkom auta (Bump)"
msgid "Edit Bump Gate"
- msgstr "Upraviť bránu pre otváranie predkom auta (bump)"
+ msgstr "Upraviť bránu pre otváranie predkom auta"
msgid "Kissing Gate"
- msgstr "Automatická brána pre hospodárske zvieratá (Kissing)"
+ msgstr "Zložitejšia brána proti dobytku (kissing gate)"
msgid "Edit Kissing Gate"
- msgstr "Upraviť automatickú bránu pre hosp. zvieratá (kissing)"
+ msgstr "Upraviť zložitejšiu bránu proti dobytku"
+
+ msgid "Chain"
+ msgstr "Reťaz"
+
+ msgid "Edit Chain"
+ msgstr "Upraviť reťaz"
+msgid "Chain"
+msgstr "Reťaz"
+
+msgid "Edit Chain"
+msgstr "Upraviť reťaz"
+
msgid "Stile"
- msgstr "Prechod cez plot"
+ msgstr "Priechod cez prekážku"
msgid "Edit Stile"
- msgstr "Upraviť prechod cez plot"
+ msgstr "Upraviť priechod cez prekážku"
msgid "ladder"
msgstr "rebrÃk"
@@@ -15866,17 -16225,11 +16249,11 @@@ msgstr "štrbina
msgid "stepover"
msgstr "schody"
- msgid "Material"
- msgstr "Materiál"
-
- msgid "stone"
- msgstr "kameÅ"
-
msgid "Turnstile"
msgstr "Turniket"
msgid "Edit Turnstile"
- msgstr "Upraviť Turniket"
+ msgstr "Upraviť turniket"
msgid "Sally Port"
msgstr ""
@@@ -15888,10 -16241,10 +16265,10 @@@ msgstr "
"bránou)"
msgid "Passageways"
- msgstr "Chodby(pasáž)"
+ msgstr "Chodby (pasáže)"
msgid "Edit Tunnel"
- msgstr "Upraviť Tunel"
+ msgstr "Upraviť tunel"
msgid "Building Passage"
msgstr "Pasáž pod budovou"
@@@ -15903,22 -16256,22 +16280,22 @@@ msgid "Arcade
msgstr "Pasáž"
msgid "Edit Arcade"
- msgstr "Editovať Pasáž"
+ msgstr "Upraviť pasáž"
msgid "Open on left side"
- msgstr "Otvoriť na ľavej strane"
+ msgstr "Otvorená na ľavej strane"
msgid "Open on right side"
- msgstr "Otvoriť na pravej strane"
+ msgstr "Otvorená na pravej strane"
msgid "Colonnade"
msgstr "Kolonáda"
msgid "Edit Colonnade"
- msgstr "Upraviť Kolonádu"
+ msgstr "Upraviť kolonádu"
msgid "Avalanche Protector"
- msgstr "LavÃnová ochrana"
+ msgstr "LavÃnová ochrana (strecha)"
msgid "Edit Avalanche Protector"
msgstr "UpraviÅ¥ lavÃnovú ochranu"
@@@ -15935,12 -16288,21 +16312,21 @@@ msgstr "UpraviÅ¥ odvodÅovacà kanál,
msgid "Ditch"
msgstr "Priekopa (ditch)"
+ msgid "Edit Ditch"
+ msgstr "Upraviť priekopu"
+
msgid "Stream"
msgstr "Potok (stream)"
msgid "Edit Stream"
msgstr "Upraviť potok"
+ msgid "Wadi"
+ msgstr "Nepravidelný tok (sezónne vysychajúci)"
+
+ msgid "Edit Wadi"
+ msgstr "Upraviť nepravidelný tok"
+
msgid "Canal"
msgstr "Prieplav (canal)"
@@@ -15980,20 -16342,17 +16366,17 @@@ msgstr "Upraviť priehradu, nádrž
msgid "Groyne"
msgstr "Vlnolam"
- msgid "Edit Groyne"
- msgstr "Upraviť vlnolam"
-
msgid "Breakwater"
msgstr "Vlnolam"
msgid "Edit Breakwater"
- msgstr "Upraviť Vlnolam"
+ msgstr "Upraviť vlnolam"
msgid "Culvert"
msgstr "Priepust"
msgid "Edit Culvert"
- msgstr "Upraviť Priepust"
+ msgstr "Upraviť priepust"
msgid "Basin"
msgstr "Nádrž na dažÄovú vodu"
@@@ -16016,11 -16375,26 +16399,26 @@@ msgstr "Upraviť krytú nádrž
msgid "Edit Water"
msgstr "Upraviť vodu"
+ msgid "Water Body"
+ msgstr "Vodná plocha"
+
+ msgid "lake"
+ msgstr "jazero"
+
+ msgid "lagoon"
+ msgstr "lagúna"
+
+ msgid "pond"
+ msgstr "rybnÃk"
+
+ msgid "reservoir"
+ msgstr "nádrž"
+
msgid "Land"
msgstr "Zem (Pevnina)"
msgid "Edit Land"
- msgstr "Upraviť Zem (Pevnina)"
+ msgstr "Upraviť zem (pevnina)"
msgid "Coastline"
msgstr "Pobrežie"
@@@ -16097,20 -16471,25 +16495,25 @@@ msgstr "UpraviÅ¥ prÃstavisko prievozu
msgid "Cargo"
msgstr "Náklad"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "pasažieri"
+ msgstr "cestujúci"
+ msgctxt "cargo"
msgid "vehicle"
msgstr "vozidlá"
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bicykel"
+ msgstr "bicykle"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "nákladné vozidlá"
+ msgstr "nákladné autá"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "pasažieri;vozidlá"
+ msgstr "cestujúci+vozidlá"
msgid "Ferry Route"
msgstr "Prievoz, trajekt"
@@@ -16122,7 -16501,7 +16525,7 @@@ msgid "Marina
msgstr "PrÃstav (Marina)"
msgid "Edit Marina"
- msgstr "UpraviÅ¥ PrÃstav (Marina)"
+ msgstr "UpraviÅ¥ prÃstav (Marina)"
msgid "Pier"
msgstr "Mólo"
@@@ -16173,7 -16552,7 +16576,7 @@@ msgid "branch
msgstr "vetva"
msgid "industrial"
- msgstr "závody"
+ msgstr "priemysel"
msgid "military"
msgstr "armáda"
@@@ -16184,8 -16563,8 +16587,8 @@@ msgstr "cestovanie
msgid "freight"
msgstr "náklad"
- msgid "Service/Type"
- msgstr "Služba/Typ"
+ msgid "Service type"
+ msgstr "Využitie"
msgid "yard"
msgstr "železniÄná vleÄka v závode"
@@@ -16208,14 -16587,17 +16611,17 @@@ msgstr "elektriÄkové vedenie
msgid "rail"
msgstr "koľajnica (rail)"
- msgid "Voltage"
- msgstr "Napätie"
+ msgid "Voltage in Volts (V)"
+ msgstr "Napätie v Voltoch (V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "KmitoÄet v Hertzoch (Hz)"
- msgid "Frequency (Hz)"
- msgstr "KmitoÄet (Hz)"
+ msgid "16.67"
+ msgstr "16,67"
msgid "16.7"
- msgstr "16.7"
+ msgstr "16,7"
msgid "Narrow Gauge Rail"
msgstr "Ãzkorozchodná železnica"
@@@ -16223,9 -16605,6 +16629,6 @@@
msgid "Edit Narrow Gauge Rail"
msgstr "Upraviť úzkorozchodnú železnicu"
- msgid "Types"
- msgstr "Typy"
-
msgid "Monorail"
msgstr "Jednokoľajka, vysutá dráha"
@@@ -16247,15 -16626,15 +16650,15 @@@ msgstr "UpraviÅ¥ elektriÄku
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "UpraviÅ¥ elektriÄku"
+
msgid "Edit Subway"
msgstr "Upraviť metro"
msgid "Tram"
msgstr "ElektriÄka"
-msgid "Edit Tram"
-msgstr "UpraviÅ¥ elektriÄku"
-
msgid "Bus Guideway"
msgstr "Vodiaca dráha pre autobus"
@@@ -16275,34 -16654,51 +16678,72 @@@ msgid "Edit Abandoned Railway
msgstr "Upraviť opustenú železnicu"
msgid "Level Crossing"
- msgstr "ŽelezniÄné priecestie"
+ msgstr "ŽelezniÄné priecestie (pre autá)"
+
+ msgid "Edit Level Crossing"
+ msgstr "UpraviÅ¥ železniÄné priecestie"
+
+ msgid "Supervised"
+ msgstr "Strážené"
+
+ msgid "Traffic lights"
+ msgstr "Semafor"
+
+ msgid "Sound signals"
+ msgstr "Zvukový signál"
+
+ msgid "Barrier"
+ msgstr "Zábrana"
+
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "áno"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "nie"
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr "poloviÄná"
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr "úplná"
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr "poloviÄná dvojitá"
+msgid "Supervised"
+msgstr "Strážené"
+
+msgid "Traffic lights"
+msgstr "Semafor"
+
+msgid "Sound signals"
+msgstr "Zvukový signál"
+
+msgid "Barrier"
+msgstr "Zábrana"
+
+msgid "half"
+msgstr "poloviÄná"
+
+msgid "full"
+msgstr "úplná"
+
+msgid "double_half"
+msgstr "poloviÄná dvojitá"
+
msgid "Crossing"
- msgstr "Pešà prechod cez železnicu"
+ msgstr "Pešà priechod cez železnicu"
+
+ msgid "Edit Crossing"
+ msgstr "Upraviť priechod cez železnicu"
msgid "Crossing type"
- msgstr "Typy prechodov cez cestu"
+ msgstr "Typ priechodu"
msgid "Turntable"
msgstr "ToÄÅa"
@@@ -16357,7 -16753,7 +16798,7 @@@ msgid "Gondola
msgstr "Gondola"
msgid "Edit Gondola"
- msgstr "Upraviť Gondolu"
+ msgstr "Upraviť gondolu"
msgid "Number of people per gondola"
msgstr "PoÄet ľudà v gondole"
@@@ -16401,27 -16797,23 +16842,23 @@@ msgstr "Posuvný pás
msgid "Edit Magic Carpet"
msgstr "Upraviť posuvný pás"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "Tovar (nákladná lanovka)"
+ msgstr "Nákladná"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "Upraviť tovar"
+ msgstr "Upraviť nákladnú lanovku"
msgctxt "aerialway"
msgid "Station"
- msgstr "Stanica"
+ msgstr "Stanica lanovky"
msgctxt "aerialway"
msgid "Edit Station"
- msgstr "Upraviť stanicu"
+ msgstr "Upraviť stanicu lanovky"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Stožiar"
+ msgstr "Stožiar (pylón)"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "Upraviť stožiar"
@@@ -16440,12 -16832,12 +16877,12 @@@ msgstr "povrchové
msgid "underground"
msgstr "podzemné"
+ msgid "rooftop"
+ msgstr "zastrešené"
+
msgid "Access"
msgstr "PrÃstup"
- msgid "customers"
- msgstr "zákaznÃci"
-
msgid "Park and Ride"
msgstr "P+R parkovisko"
@@@ -16473,9 -16865,6 +16910,6 @@@ msgstr "Parkovacie miesto
msgid "Edit Parking space"
msgstr "Upraviť parkovacie miesto"
- msgid "rooftop"
- msgstr "zastrešené"
-
msgid "Capacity"
msgstr "Kapacita"
@@@ -16497,17 -16886,37 +16931,37 @@@ msgstr "Otváracia doba
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Sa-Su 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+
+ msgid "sunrise-sunset"
+ msgstr "sunrise-sunset (východ-západ slnka)"
+
+ msgid "Su 10:00+"
+ msgstr "Su 10:00+"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgid "Parking entrance"
msgstr "Vstup na parkovisko"
msgid "Edit Parking entrance"
- msgstr "Upraviť Vstup na parkovisko"
+ msgstr "Upraviť vstup na parkovisko"
msgid "Fuel"
msgstr "Äerpacia stanica"
@@@ -16650,6 -17059,9 +17104,9 @@@ msgstr "NabÃjacia stanica (pre elektro
msgid "Edit Charging Station (for electric cars)"
msgstr "UpraviÅ¥ nabÃjaciu stanicu"
+ msgid "Voltage"
+ msgstr "Napätie"
+
msgid "Amperage"
msgstr "Prúd (A)"
@@@ -16671,6 -17083,12 +17128,12 @@@ msgstr "Servis
msgid "Edit Car Repair"
msgstr "Upraviť autoservis"
+ msgid "Parts"
+ msgstr "Náhradné diely"
+
+ msgid "Edit Car Parts"
+ msgstr "Upraviť obchod s náhradnými dielmi"
+
msgid "Tyres"
msgstr "Pneumatiky"
@@@ -16698,6 -17116,12 +17161,12 @@@ msgstr "PožiÄovÅa
msgid "Edit Car Rental"
msgstr "UpraviÅ¥ autopožiÄovÅu"
+ msgid "Second hand"
+ msgstr "použitý tovar (second hand)"
+
+ msgid "only"
+ msgstr "výhradne"
+
msgid "Sharing"
msgstr "AutopožiÄovÅa (aj pre krátkodobé požiÄanie auta aj 1 hod.)"
@@@ -16705,13 -17129,13 +17174,13 @@@ msgid "Edit Car Sharing
msgstr "UpraviÅ¥ autopožiÄovÅu (aj pre krátkodobé požiÄanie auta aj 1hod.)"
msgid "Edit Motorcycle Parking"
- msgstr "Upraviť Parkovisko pre motocykle"
+ msgstr "Upraviť parkovisko pre motocykle"
msgid "Motorcycle Dealer"
msgstr "Predajca motocyklov"
msgid "Edit Shop Motorcycle"
- msgstr "Upraviť Motocyklový obchod"
+ msgstr "Upraviť motocyklový obchod"
msgid "independent"
msgstr "Rôzne"
@@@ -16722,22 -17146,6 +17191,6 @@@ msgstr "Služby:
msgid "Sale"
msgstr "Predaj"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "áno"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "znaÄka"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "použité"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "nie"
-
msgid "brand"
msgstr "znaÄka"
@@@ -16759,9 -17167,6 +17212,6 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "Náhradné diely"
-
msgid "Clothes"
msgstr "ObleÄenie"
@@@ -16775,7 -17180,7 +17225,7 @@@ msgid "ground_slots
msgstr "zárezy v zemi"
msgid "informal"
- msgstr "každodenný"
+ msgstr "neoficiálny"
msgid "lockers"
msgstr "skrinky"
@@@ -16948,7 -17353,7 +17398,7 @@@ msgid "UIC name
msgstr "UIC názov"
msgid "Stop Position"
- msgstr "Poloha zastávky"
+ msgstr "Miesto zastavenia"
msgid "Platform"
msgstr "Nástupište"
@@@ -16956,6 -17361,9 +17406,9 @@@
msgid "Station or amenities"
msgstr "Stanica alebo vybavenosť"
+ msgid "Edit Stop Position"
+ msgstr "Upraviť miesto zastavenia"
+
msgid "Bus"
msgstr "Autobus"
@@@ -16986,6 -17394,9 +17439,9 @@@ msgstr "Lanovka
msgid "Ferry"
msgstr "Trajekt"
+ msgid "Edit Platform"
+ msgstr "Upraviť nástupište"
+
msgid "Bench"
msgstr "LaviÄka"
@@@ -16998,9 -17409,6 +17454,6 @@@ msgstr "Invalidný vozÃk
msgid "limited"
msgstr "omedzený"
- msgid "only"
- msgstr "iba"
-
msgid "Highway platform (legacy)"
msgstr "Cestné nástupište (zastaralé)"
@@@ -17010,8 -17418,13 +17463,13 @@@ msgstr "ŽelezniÄné nástupiÅ¡te (zas
msgid "funicular"
msgstr "lanovka"
+ msgctxt "railway"
msgid "Station"
- msgstr "Stanica"
+ msgstr "ŽelezniÄná stanica"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "UpraviÅ¥ železniÄnú stanicu"
msgid "Building"
msgstr "Budova"
@@@ -17025,6 -17438,9 +17483,9 @@@ msgstr "Upraviť vchod do metra
msgid "Ticket Machine"
msgstr "Automat na lÃstky"
+ msgid "Edit Ticket Machine"
+ msgstr "UpraviÅ¥ automat na lÃstky"
+
msgid "Reference Number"
msgstr "ReferenÄné ÄÃslo"
@@@ -17049,14 -17465,6 +17510,6 @@@ msgstr "PrÃstupové alebo vernostné k
msgid "Public Transport (legacy)"
msgstr "Hromadná doprava (zastaralé)"
- msgctxt "railway"
- msgid "Station"
- msgstr "ŽelezniÄná stanica"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "UpraviÅ¥ železniÄnú stanicu"
-
msgid "UIC-Reference"
msgstr "UIC-ÄÃslo"
@@@ -17094,7 -17502,7 +17547,7 @@@ msgid "Edit Bus Stop
msgstr "Upraviť autobusovú zastávku"
msgid "Tactile Paving"
- msgstr "Hmatové Dlažby"
+ msgstr "Dlažba pre nevidiacich"
msgid "Bus Platform"
msgstr "Autobusové nástupište"
@@@ -17105,17 -17513,17 +17558,17 @@@ msgstr "Upraviť autobusové nástupiš
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "UpraviÅ¥ stanicu taxÃkov"
+ msgid "Edit Taxi Station"
+ msgstr "UpraviÅ¥ stanoviÅ¡te taxÃkov"
msgid "Airport"
msgstr "Letisko"
msgid "Airport Ground"
- msgstr "Letisko, pozemné"
+ msgstr "Ãzemie letiska"
msgid "Edit Airport Ground"
- msgstr "Upraviť pozemné letisko"
+ msgstr "Upraviť územie letiska"
msgid "IATA"
msgstr "IATA"
@@@ -17159,12 -17567,27 +17612,27 @@@ msgstr "Terminál
msgid "Edit Terminal"
msgstr "Upraviť terminál"
+ msgid "Internet access"
+ msgstr "PrÃstup na internet"
+
+ msgid "wlan"
+ msgstr "wifi"
+
+ msgid "wired"
+ msgstr "káblový"
+
+ msgid "terminal"
+ msgstr "terminál"
+
+ msgid "Internet access fee"
+ msgstr "Poplatok za prÃstup na internet"
+
msgctxt "airport"
msgid "Gate"
msgstr "Brána"
msgid "Edit Terminal Gate"
- msgstr "Upraviť terminál"
+ msgstr "Upraviť bránu k lietadlám (Gate)"
msgid "Facilities"
msgstr "ObÄianska vybavenosÅ¥"
@@@ -17181,21 -17604,6 +17649,6 @@@ msgstr "Upraviť hotel
msgid "Stars"
msgstr "HviezdiÄkový"
- msgid "Internet access"
- msgstr "PrÃstup na internet"
-
- msgid "wlan"
- msgstr "wifi"
-
- msgid "wired"
- msgstr "káblový"
-
- msgid "terminal"
- msgstr "terminál"
-
- msgid "Internet access fee"
- msgstr "Poplatok za prÃstup na internet"
-
msgid "Smoking"
msgstr "Pre fajÄiarov"
@@@ -17296,7 -17704,7 +17749,7 @@@ msgid "indian
msgstr "indická"
msgid "regional"
- msgstr "regionálna"
+ msgstr "regionálna (domáca)"
msgid "kebab"
msgstr "kebab"
@@@ -17385,9 -17793,6 +17838,6 @@@ msgstr "StriptÃzový klub
msgid "Edit Stripclub"
msgstr "UpraviÅ¥ striptÃzový klub"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Ut-Ne 08:00-15:00; So 08:00-12:00"
-
msgid "Tourism"
msgstr "Turistika"
@@@ -17409,9 -17814,15 +17859,15 @@@ msgstr "Vyhliadková veža
msgid "Information Office"
msgstr "InformaÄná kancelária"
+ msgid "Edit Information Office"
+ msgstr "UpraviÅ¥ informaÄnú kanceláriu"
+
msgid "Map"
msgstr "Mapa"
+ msgid "Edit Information Map"
+ msgstr "UpraviÅ¥ informaÄnú mapu"
+
msgid "Detail Grade"
msgstr "ÃroveÅ detailu"
@@@ -17424,6 -17835,9 +17880,9 @@@ msgstr "pouliÄná sieÅ¥
msgid "scheme"
msgstr "prehľadová (orientaÄná)"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Zobrazená oblasť"
@@@ -17463,6 -17877,9 +17922,9 @@@ msgstr "... iný druh prepravy
msgid "Information Board"
msgstr "InformaÄná tabuľa"
+ msgid "Edit Information Board"
+ msgstr "UpraviÅ¥ informaÄnú tabuľu"
+
msgid "Board Content"
msgstr "Informácie na tabuli"
@@@ -17484,23 -17901,35 +17946,35 @@@ msgstr "rastlinstvo
msgid "Guidepost"
msgstr "RázcestnÃk (ukazovateľ smeru)"
+ msgid "Edit Guidepost"
+ msgstr "UpraviÅ¥ rázcestnÃk"
+
msgid "Information Terminal"
msgstr "InformaÄný terminál"
+ msgid "Edit Information Terminal"
+ msgstr "UpraviÅ¥ informaÄný terminál"
+
msgid "Closer description"
msgstr "Bližšà popis"
msgid "Audioguide"
msgstr "Audiosprievodca"
+ msgid "Edit Audioguide"
+ msgstr "Upraviť audiosprievodcu"
+
msgid "Audioguide via mobile phone?"
msgstr "Audiosprievodca cez mobilný telefón?"
msgid "Phone number"
msgstr "ÄÃslo telefónu"
- msgid "Other Information Points"
- msgstr "Ostatné (iné) informaÄné body (miesta)"
+ msgid "Other Information Point"
+ msgstr "Iný informaÄný bod"
+
+ msgid "Edit Information Point"
+ msgstr "UpraviÅ¥ infromaÄný bod"
msgid "Leisure"
msgstr "Voľný Äas"
@@@ -17533,7 -17962,7 +18007,7 @@@ msgid "Theme Park
msgstr "Zábavný park"
msgid "Edit Theme Park"
- msgstr "Edit Theme Park"
+ msgstr "Upraviť zábavný park"
msgid "Water Park"
msgstr "Vodný zábavný park"
@@@ -17545,7 -17974,7 +18019,7 @@@ msgid "Sauna
msgstr "Sauna"
msgid "Edit Sauna"
- msgstr "Upraviť Saunu"
+ msgstr "Upraviť saunu"
msgid "Horse riding"
msgstr "Jazdenie na koni"
@@@ -17629,50 -18058,44 +18103,44 @@@ msgstr "Umelecké dielo
msgid "Edit Artwork"
msgstr "Upraviť umelecké dielo"
- msgid "Place of Worship"
- msgstr "Kostol (náboženské miesto)"
-
- msgid "Edit Place of Worship"
- msgstr "Upraviť kostol"
-
- msgid "Religion"
- msgstr "Náboženstvo"
+ msgid "Recording Studio"
+ msgstr "Nahrávacie štúdio"
- msgid "bahai"
- msgstr "baháisti"
+ msgid "Edit Studio"
+ msgstr "Upraviť nahrávacie štúdio"
- msgid "buddhist"
- msgstr "budhisti"
+ msgid "audio"
+ msgstr "hudba (audio)"
- msgid "christian"
- msgstr "kresťania"
+ msgid "video"
+ msgstr "filmy (video)"
- msgid "hindu"
- msgstr "hinduisti"
+ msgid "Place of Worship"
+ msgstr "Náboženské miesto (chrám)"
- msgid "jain"
- msgstr "džinisti"
+ msgid "Church"
+ msgstr "Kostol"
- msgid "jewish"
- msgstr "judaisti"
+ msgid "Edit Church"
+ msgstr "Upraviť kostol"
- msgid "muslim"
- msgstr "moslimovia"
+ msgid "Building type"
+ msgstr "Typ budovy"
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr "bazilika"
- msgid "spiritualist"
- msgstr "spiritualisti"
+ msgid "cathedral"
+ msgstr "katedrála"
- msgid "taoist"
- msgstr "taoisti"
+ msgid "chapel"
+ msgstr "kaplnka"
- msgid "unitarian"
- msgstr "unitársky"
+ msgid "church"
+ msgstr "kostol"
- msgid "zoroastrian"
- msgstr "zoroastrian"
+ msgid "temple"
+ msgstr "chrám"
msgid "Denomination"
msgstr "Vyznanie (cirkevné)"
@@@ -17689,35 -18112,88 +18157,88 @@@ msgstr "katolÃcka
msgid "evangelical"
msgstr "evanjelikánska"
+ msgid "greek_catholic"
+ msgstr "grékokatolÃcka"
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
- msgstr "svedkovia jehovovi"
+ msgstr "svedkovia Jehovovi"
msgid "lutheran"
- msgstr "lutheránska"
+ msgstr "luteránska"
msgid "methodist"
- msgstr "methodistická"
+ msgstr "metodistická"
msgid "mormon"
msgstr "mormónska"
+ msgid "new_apostolic"
+ msgstr "novoapoštolská"
+
msgid "orthodox"
- msgstr "orthodoxná"
+ msgstr "ortodoxná"
msgid "pentecostal"
msgstr "pentecostal"
msgid "presbyterian"
- msgstr "presbiteriánska"
+ msgstr "presbyteriánska"
msgid "protestant"
- msgstr "protestanská"
+ msgstr "protestantská"
msgid "quaker"
msgstr "quakerská"
msgid "roman_catholic"
- msgstr "rÃmskokatolÃcky"
+ msgstr "rÃmskokatolÃcka"
+
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr "Äas služieb"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "sunset,sunrise (západ, východ slnka)"
+
+ msgid "Su 9:30,11:00"
+ msgstr "Su 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Sa,Su,PH 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Sa 18:00; Su 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "Sa 10:00+"
+
+ msgid "Mosque"
+ msgstr "Mešita"
+
+ msgid "Edit Mosque"
+ msgstr "Upraviť mešitu"
+
+ msgid "mosque"
+ msgstr "mešita"
+
+ msgid "ibadi"
+ msgstr ""
msgid "shia"
msgstr "Å¡iÃtska"
@@@ -17725,32 -18201,89 +18246,89 @@@
msgid "sunni"
msgstr "sunnitská"
- msgid "Service Times"
- msgstr "Äas služieb"
+ msgid "Synagogue"
+ msgstr "Synagóga"
- msgid "Su 10:00"
- msgstr "Ne 10:00"
+ msgid "Edit Synagogue"
+ msgstr "Upraviť synagógu"
- msgid "Su 10:30"
- msgstr "Ne 10:30"
+ msgid "synagogue"
+ msgstr "synagóga"
- msgid "Su 11:00"
- msgstr "Ne 11:00"
+ msgid "conservative"
+ msgstr "konzervatÃvna"
- msgid "Opening Hours for visiting"
- msgstr "Otváracie hodiny pre návÅ¡tevnÃkov"
+ msgid "reform"
+ msgstr "reformovaná"
- msgid "Recording Studio"
- msgstr "Nahrávacie štúdio"
+ msgid "Buddhist Temple"
+ msgstr "Budhistický chrám"
- msgid "Edit Studio"
- msgstr "Upraviť nahrávacie štúdio"
+ msgid "Edit Buddhist Temple"
+ msgstr "Upraviť budhistický chrám"
- msgid "audio"
- msgstr "hudba (audio)"
+ msgid "theravada"
+ msgstr ""
- msgid "video"
- msgstr "filmy (video)"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr "Hinduistický chrám"
+
+ msgid "Edit Hindu Temple"
+ msgstr "Upraviť hinduistický chrám"
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr "Å intoistická svätyÅa"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "UpraviÅ¥ Å¡intoistická svätyÅu"
+
+ msgid "Other Place of Worship"
+ msgstr "Iné náboženské miesto"
+
+ msgid "Edit other Place of Worship"
+ msgstr "Upraviť iné náboženské miesto"
+
+ msgid "Religion"
+ msgstr "Náboženstvo"
+
+ msgid "bahai"
+ msgstr "baháisti"
+
+ msgid "jain"
+ msgstr "džinisti"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualisti"
+
+ msgid "taoist"
+ msgstr "taoisti"
+
+ msgid "unitarian"
+ msgstr "unitárski"
+
+ msgid "zoroastrian"
+ msgstr "zoroastrian"
msgid "Public Building"
msgstr "Verejná budova"
@@@ -17822,7 -18355,7 +18400,7 @@@ msgid "University
msgstr "Univerzita (Vysoká škola)"
msgid "Edit University"
- msgstr "Upraviť Univerzitu"
+ msgstr "Upraviť univerzitu"
msgid "College"
msgstr "Stredná škola"
@@@ -17839,6 -18372,12 +18417,12 @@@ msgstr "Upraviť autoškolu
msgid "License Classes"
msgstr "Skupiny"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "Zdravie"
@@@ -17867,16 -18406,16 +18451,16 @@@ msgid "Edit Dentist
msgstr "Upraviť zubného lekára"
msgid "Nursing Home"
- msgstr "Sanatórium"
+ msgstr "Sanatórium s opaterou"
msgid "Edit Nursing Home"
- msgstr "Upraviť Sanatórium"
+ msgstr "Upraviť sanatórium"
msgid "Retirement Home"
msgstr "Domov dôchodcov"
msgid "Edit Retirement Home"
- msgstr "Upraviť Domov dôchodcov"
+ msgstr "Upraviť domov dôchodcov"
msgid "Pharmacy"
msgstr "LekáreÅ"
@@@ -17920,12 -18459,66 +18504,66 @@@ msgstr "Veterinár
msgid "Edit Veterinary"
msgstr "Upraviť veterinárnu ambulanciu"
- msgid "Drinking water"
- msgstr "Pitná voda"
+ msgid "Edit Toilets"
+ msgstr "Upraviť toalety"
+
+ msgid "Access rights"
+ msgstr "Oprávnenie prÃstupu"
+
+ msgid "public"
+ msgstr "verejné"
+
+ msgid "seasonal"
+ msgstr "sezónne"
+
+ msgid "flush"
+ msgstr "splachovacie"
+
+ msgid "pitlatrine"
+ msgstr "latrÃna (diera v zemi)"
+
+ msgid "chemical"
+ msgstr "chemické"
+
+ msgid "bucket"
+ msgstr "do nádoby"
+
+ msgid "Usage Position"
+ msgstr "Spôsob použitia"
+
+ msgid "seated"
+ msgstr "sedenie"
+
+ msgid "seated;urinal"
+ msgstr "sedenie+pisoár"
+
+ msgid "squat"
+ msgstr "Äupenie"
+
+ msgid "urinal"
+ msgstr "pisoár"
msgid "Post Box"
msgstr "Poštová schránka"
+ msgid "Edit Postbox"
+ msgstr "Upraviť poštovú schránku"
+
+ msgid "Collection times"
+ msgstr "Äas výberu poÅ¡ty"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+
+ msgid "Drive through"
+ msgstr "Prejazd"
+
msgid "Telephone"
msgstr "Telefón"
@@@ -17935,39 -18528,69 +18573,69 @@@ msgstr "Upraviť telefón
msgid "Telephone cards"
msgstr "Telefónne karty"
+ msgid "Emergency Phone"
+ msgstr "Núdzový telefón"
+
+ msgid "Internet Access"
+ msgstr "PrÃstup na Internet"
+
+ msgid "Edit Internet Access"
+ msgstr "UpraviÅ¥ prÃstup na Internet"
+
+ msgid "Automated Defibrillator"
+ msgstr "Automatický defibrilátor"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "Upraviť automatický defibrilátor"
+
+ msgid "Located inside a building?"
+ msgstr "Umiestnený vnútri budovy"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "Dátum poslednej kontroly"
+
+ msgid "Last check note"
+ msgstr "Poznámka z poslednej kontroly"
+
msgid "Clock"
msgstr "Hodiny"
msgid "Edit Clock"
- msgstr "Hodiny"
+ msgstr "Upraviť hodiny"
msgid "Display"
msgstr "Zobrazenie"
- msgctxt "display"
msgid "analog"
msgstr "analógové"
- msgctxt "display"
msgid "digital"
msgstr "digitálne"
- msgctxt "display"
msgid "sundial"
msgstr "slneÄné"
- msgctxt "display"
msgid "unorthodox"
- msgstr "neortodoxný"
+ msgstr "nezvyÄajné"
msgid "Support"
- msgstr "Umiestnenie"
+ msgstr "Upevnenie"
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "stĺp"
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr "na stene"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "billboard"
+ msgstr "na bilboarde"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "na zemi"
msgid "Visibility/readability"
msgstr "ViditeľnosÅ¥/ÄitateľnosÅ¥"
@@@ -17996,8 -18619,8 +18664,8 @@@ msgstr "Zobrazuje vlhkosť
msgid "Recycling"
msgstr "Recyklácia"
- msgid "Edit Recycling station"
- msgstr "Upraviť recykláciu (zber)"
+ msgid "Edit Recycling Station"
+ msgstr "UpraviÅ¥ recyklaÄnú stanicu"
msgid "Batteries"
msgstr "Batérie"
@@@ -18023,22 -18646,15 +18691,15 @@@ msgstr "stredisko
msgid "Waste Basket"
msgstr "Odpadkový kôš"
- msgid "Edit Waste Basket"
- msgstr "Upraviť odpadkový kôš"
-
msgid "Waste Disposal"
msgstr "Zhromaždisko odpadu (napr. kontajner)"
- msgid "Edit Waste Disposal"
- msgstr ""
- "Upraviť zhromaždisko odpadu (ktoré nie je pre náhodných okoloidúcich)"
+ msgid "Edit Bench"
+ msgstr "UpraviÅ¥ laviÄku"
msgid "Backrest"
msgstr "Operadlo chrbta (Backrest)"
- msgid "plastic"
- msgstr "plast"
-
msgid "Amount of Seats"
msgstr "PoÄet sedadiel"
@@@ -18073,8 -18689,17 +18734,17 @@@ msgstr "UpraviÅ¥ poľovnÃcky posed
msgid "Height"
msgstr "Výška"
+ msgctxt "height"
msgid "low"
- msgstr "nÃzky"
+ msgstr "nÃzka"
+
+ msgctxt "height"
+ msgid "half"
+ msgstr "poloviÄná"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "plná"
msgid "Hide"
msgstr "Skrýša"
@@@ -18082,9 -18707,6 +18752,6 @@@
msgid "Lock"
msgstr "Zámok"
- msgid "Drinking Water"
- msgstr "Pitná voda"
-
msgid "Edit Source of Potable Water"
msgstr "Upraviť zdroj pitnej vody"
@@@ -18116,6 -18738,9 +18783,9 @@@ msgstr "nádrž
msgid "Diameter (in mm)"
msgstr "Priemer (v mm)"
+ msgid "Hydrant Position"
+ msgstr "Umiestnenie"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "jazdný pruh"
@@@ -18153,121 -18778,157 +18823,157 @@@ msgstr "Štadión
msgid "Edit Stadium"
msgstr "Upraviť štadión"
- msgid "select sport:"
- msgstr "vyberte šport:"
+ msgid "Select sport:"
+ msgstr "Vyberte šport:"
- msgid "sport"
- msgstr "šport"
+ msgid "Sport"
+ msgstr "Å port"
+ msgctxt "sport"
msgid "multi"
- msgstr "multi"
+ msgstr "rôzne športy"
+ msgctxt "sport"
msgid "archery"
msgstr "lukostreľba"
+ msgctxt "sport"
msgid "athletics"
msgstr "atletika"
+ msgctxt "sport"
msgid "american_football"
msgstr "americký futbal"
+ msgctxt "sport"
msgid "australian_football"
msgstr "austrálsky futbal"
+ msgctxt "sport"
msgid "baseball"
msgstr "baseball"
+ msgctxt "sport"
msgid "basketball"
msgstr "basketbal"
+ msgctxt "sport"
msgid "boules"
msgstr "boules (spoloÄný názov pre hry hrajúce sa s kovovými guľami)"
+ msgctxt "sport"
msgid "bowls"
msgstr ""
"bowls (gúľanie Å¡iÅ¡atej gule po umelej, alebo prÃrodnej tráve k malej guľke)"
+ msgctxt "sport"
msgid "canadian_football"
msgstr "kanadský futbal"
+ msgctxt "sport"
msgid "canoe"
- msgstr "kanoe"
+ msgstr "kanoistika"
+ msgctxt "sport"
msgid "climbing"
msgstr "lezenie"
+ msgctxt "sport"
msgid "cricket"
msgstr "kriket"
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
"kriketová tréningová plocha s ochrannými sieÅ¥ami (pre pálkára a nadhadzovaÄa)"
+ msgctxt "sport"
msgid "croquet"
msgstr ""
"croquet (drevenou paliÄkou-kladivom sa búcha do gule cez obruÄe vložené do "
"trávnika)"
+ msgctxt "sport"
msgid "cycling"
- msgstr "bicyklovanie"
+ msgstr "cyklistika"
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "závody chrtov"
+ msgstr "preteky chrtov"
+ msgctxt "sport"
msgid "equestrian"
msgstr "jazdectvo"
+ msgctxt "sport"
msgid "gaelic_games"
msgstr "galské hry"
+ msgctxt "sport"
msgid "golf"
msgstr "golf"
+ msgctxt "sport"
msgid "gymnastics"
msgstr "gymnastika"
+ msgctxt "sport"
msgid "hockey"
msgstr "hokej"
+ msgctxt "sport"
msgid "horse_racing"
msgstr "konské dostihy"
+ msgctxt "sport"
msgid "motor"
- msgstr "automobilový"
+ msgstr "motošport"
+ msgctxt "sport"
msgid "pelota"
msgstr "pelota"
+ msgctxt "sport"
msgid "racquet"
msgstr "racquetbal (podobné ako squash, iné pravidlá)"
+ msgctxt "sport"
msgid "rugby_league"
msgstr "ragbyová liga"
+ msgctxt "sport"
msgid "rugby_union"
msgstr "ragbyová únia"
+ msgctxt "sport"
msgid "shooting"
msgstr "streľba"
+ msgctxt "sport"
msgid "skateboard"
msgstr "skateboard"
+ msgctxt "sport"
msgid "skating"
msgstr "korÄuľovanie"
+ msgctxt "sport"
msgid "skiing"
msgstr "lyžovanie"
+ msgctxt "sport"
msgid "soccer"
- msgstr "futbal (soccer)"
+ msgstr "futbal"
+ msgctxt "sport"
msgid "swimming"
msgstr "plávanie"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "stolný tenis"
+ msgctxt "sport"
msgid "tennis"
msgstr "tenis"
@@@ -18301,33 -18962,43 +19007,43 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Upraviť minigolf"
- msgid "Sport"
- msgstr "Å port"
-
msgid "Multi"
- msgstr "Multi"
+ msgstr "Rôzne športy"
msgid "Edit Multi"
- msgstr "Upraviť Multi"
-
- msgid "type"
- msgstr "typ"
+ msgstr "Upraviť rôzne športy"
+ msgctxt "running"
msgid "pitch"
msgstr "hracia plocha (ihrisko)"
+ msgctxt "running"
msgid "sports_centre"
msgstr "športové centrum"
+ msgctxt "running"
msgid "stadium"
msgstr "štadión"
+ msgctxt "running"
+ msgid "track"
+ msgstr "dráha (trať)"
+
msgid "9pin"
msgstr "9-kuželkový bowling"
msgid "Edit 9pin"
msgstr "Upraviť 9-kuželkový bowling"
+ msgid "pitch"
+ msgstr "hracia plocha (ihrisko)"
+
+ msgid "sports_centre"
+ msgstr "športové centrum"
+
+ msgid "stadium"
+ msgstr "štadión"
+
msgid "10pin"
msgstr "10pin (Kolok na hru s desiatimi kolkami)"
@@@ -18361,6 -19032,22 +19077,22 @@@ msgstr "Upraviť kanoistiku
msgid "Edit Cycling"
msgstr "Upraviť cyklistiku"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "pretekárska plocha"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "športové centrum"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "štadión"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "dráha (trať)"
+
msgid "Dog Racing"
msgstr "Preteky chrtov"
@@@ -18417,7 -19104,7 +19149,7 @@@ msgid "Skating
msgstr "KorÄuľovanie"
msgid "Edit Skating"
- msgstr "UpraviÅ¥ korÄuľovanie"
+ msgstr "UpraviÅ¥ miesto na korÄuľovanie"
msgid "ice_rink"
msgstr "zimný štadión (klzisko)"
@@@ -18426,7 -19113,7 +19158,7 @@@ msgid "Skateboard
msgstr "Skateboard"
msgid "Edit Skateboard"
- msgstr "Upraviť Skateboard"
+ msgstr "Upraviť skateboardové športovisko"
msgid "Swimming"
msgstr "Plávanie"
@@@ -18453,7 -19140,7 +19185,7 @@@ msgid "nordic
msgstr "beh na lyžiach (nordic)"
msgid "skitour"
- msgstr "(nordic+downhill)"
+ msgstr "lyžiarsky okruh (nordic+downhill)"
msgid "snow_park"
msgstr "park zimných športov"
@@@ -18461,36 -19148,54 +19193,54 @@@
msgid "Difficulty"
msgstr "Obtiažnosť"
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr "pre zaÄiatoÄnÃkov"
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr "ľahká"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "stredne pokroÄilÃ"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "pokroÄilý (advanced)"
+ msgstr "pokroÄilÃ"
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr "pre skúsených"
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "freeride (zjazd na horských bicykloch cez prekážky)"
+ msgstr "voľný zjazd"
msgid "Grooming"
msgstr "Ãprava trate"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "klasická"
+ msgctxt "piste:grooming"
msgid "mogul"
- msgstr "jazda v bubnoch (moguls)"
+ msgstr "jazda v bubnoch (mogul)"
+
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "korÄuľovanie na lyžiach"
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr "klasická+korÄuľovanie na lyžiach"
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr "snežným skútrom"
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr "cez krajinu (backcountry)"
@@@ -18513,13 -19218,13 +19263,13 @@@ msgid "Australian Football
msgstr "Austrálsky futbal"
msgid "Edit Australian Football"
- msgstr "Upraviť Austrálsky futbal"
+ msgstr "Upraviť austrálsky futbal"
msgid "American Football"
msgstr "Americký futbal"
msgid "Edit American Football"
- msgstr "Upraviť Americký futbal"
+ msgstr "Upraviť americký futbal"
msgid "Canadian Football"
msgstr "Kanadský futbal"
@@@ -18533,19 -19238,15 +19283,15 @@@ msgstr "Galské hry
msgid "Edit Gaelic Games"
msgstr "Upraviť galské hry"
- msgctxt "gaelic game"
msgid "Hurling"
msgstr "Hurling"
- msgctxt "gaelic game"
msgid "Football"
- msgstr "Americký futbal"
+ msgstr "Galský futbal"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "Camogie"
- msgctxt "gaelic game"
msgid "Rounders"
msgstr "Rounders"
@@@ -18553,7 -19254,7 +19299,7 @@@ msgid "Rugby League
msgstr "Ragbyová liga (1. varianta ragby)"
msgid "Edit Rugby League"
- msgstr "Upraviť Ragbyovú ligu"
+ msgstr "Upraviť ragbyovú ligu"
msgid "Rugby Union"
msgstr "Ragbyová Ãnia (2. varianta ragby)"
@@@ -18577,13 -19278,13 +19323,13 @@@ msgid "Volleyball
msgstr "Volejbal"
msgid "Edit Volleyball"
- msgstr "Upraviť Volejbal"
+ msgstr "Upraviť volejbal"
msgid "Beachvolleyball"
msgstr "Plážový volejbal"
msgid "Edit Beachvolleyball"
- msgstr "Upraviť Plážový volejbal"
+ msgstr "Upraviť plážový volejbal"
msgid "Golf"
msgstr "Golf"
@@@ -18682,7 -19383,19 +19428,19 @@@ msgid "Model Aerodrome
msgstr "Letisko pre modelárov"
msgid "Edit Model Aerodrome"
- msgstr "Upraviť Letisko pre modelárov"
+ msgstr "Upraviť letisko pre modelárov"
+
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "ihrisko"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "športové centrum"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "dráha (trať)"
msgid "RC Car"
msgstr "RC Autá"
@@@ -18696,59 -19409,133 +19454,133 @@@ msgstr "Älovekom vytvorené (Man made)
msgid "Edit Building"
msgstr "Upraviť budovu"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "áno"
+
+ msgctxt "building"
msgid "roof"
msgstr "strecha"
+ msgctxt "building"
msgid "garage"
msgstr "garáž"
- msgid "church"
- msgstr "kostol"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "garáže"
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "priemyselná"
+ msgctxt "building"
msgid "school"
msgstr "škola"
+ msgctxt "building"
msgid "hangar"
msgstr "hangár"
+ msgctxt "building"
msgid "commercial"
- msgstr "obchodné"
+ msgstr "obchodná"
+ msgctxt "building"
msgid "farm"
msgstr "farma"
+ msgctxt "building"
msgid "transportation"
- msgstr "doprava"
+ msgstr "dopravná"
+ msgctxt "building"
msgid "greenhouse"
msgstr "sklenÃk"
+ msgctxt "building"
msgid "office"
- msgstr "úrad"
+ msgstr "úrad/kancelárie"
+ msgctxt "building"
msgid "university"
msgstr "univerzita"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "nemocnica"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "sklad"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "maloobchody"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "stodola"
+
msgid "Residential Building"
msgstr "Bytový dom"
msgid "Edit Residential Building"
msgstr "Upraviť bytový dom"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "obytná"
+
+ msgctxt "building"
msgid "apartments"
msgstr "apartmány (byty)"
+ msgctxt "building"
msgid "house"
- msgstr "dom"
+ msgstr "rodinný dom"
+ msgctxt "building"
msgid "hut"
- msgstr "chata"
+ msgstr "chatka"
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "internát"
+ msgctxt "building"
msgid "terrace"
msgstr "radová zástavba"
+ msgctxt "building"
msgid "detached"
- msgstr "samota"
+ msgstr "dom na samote"
+
+ msgid "Entrance"
+ msgstr "Vchod"
+
+ msgid "Edit Entrance"
+ msgstr "Upraviť vchod"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "áno"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "hlavný"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "služobný (pre personál)"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "len východ"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "núdzový"
msgid "Tower"
msgstr "Veža"
@@@ -18802,13 -19589,13 +19634,13 @@@ msgid "water
msgstr "voda"
msgid "gas"
- msgstr "plynová"
+ msgstr "plyn"
msgid "heat"
msgstr "teplo (heat)"
msgid "oil"
- msgstr "ropa(oil)"
+ msgstr "ropa (oil)"
msgid "sewage"
msgstr "splašky (sewage)"
@@@ -18974,51 -19761,77 +19806,77 @@@ msgstr "Prevádzková doba
msgid "Mo-Fr 22:00-05:00"
msgstr "Po-Pi 22:00-05:00"
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr "Meracia stanica"
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr "Upraviť meraciu stanicu"
- msgid "Measurement"
- msgstr "Miery"
+ msgid "Monitoring:"
+ msgstr "Meraná veliÄina:"
- msgid "particulate_matter"
- msgstr "Äastice"
+ msgid "Weather"
+ msgstr "PoÄasie"
- msgid "seismic"
- msgstr "seizmický"
+ msgid "Water level"
+ msgstr "Vodná hladina"
- msgid "water_level"
- msgstr "hladiny vody"
+ msgid "Tide Level"
+ msgstr "Výška prÃlivu"
- msgid "weather"
- msgstr "poÄasie"
+ msgid "Traffic"
+ msgstr "Premávka"
- msgid "Recording"
- msgstr "Nahrávanie"
+ msgid "Air Quality"
+ msgstr "Kvalita ovzdušia"
- msgid "manually"
- msgstr "ruÄne"
+ msgid "Noise"
+ msgstr "Hluk"
- msgid "automated"
- msgstr "automatizované"
+ msgid "GPS Signals"
+ msgstr "GPS signál"
- msgid "remote"
- msgstr "diaľkový"
+ msgid "GLONASS Signals"
+ msgstr "GLONASS signál"
- msgctxt "display"
- msgid "no"
- msgstr "nie"
+ msgid "Galileo Signals"
+ msgstr "Galileo signál"
+
+ msgid "Radiation"
+ msgstr "Rádioaktivita"
+
+ msgid "Seismic Activity"
+ msgstr "Seizmická aktivita"
+
+ msgid "Recording:"
+ msgstr "Zaznamenávanie"
+
+ msgid "Automated"
+ msgstr "Automatické"
+
+ msgid "Manually"
+ msgstr "Manuálne"
+
+ msgid "Remote"
+ msgstr "Na diaľku"
+
+ msgid "Display:"
+ msgstr "Zobrazovanie:"
+
+ msgid "Analog"
+ msgstr "Analógové"
+
+ msgid "Digital"
+ msgstr "Digitálne"
msgid "Survey Point"
- msgstr "MeraÄský bod"
+ msgstr "MeraÄský bod (zememeranie/nivelácia)"
msgid "Edit Survey Point"
msgstr "UpraviÅ¥ meraÄský bod"
- msgid "Surveillance"
- msgstr "Pozorovanie (ostraha)"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Upraviť pozorovaciu kameru"
@@@ -19029,18 -19842,108 +19887,108 @@@ msgstr "vnútorný
msgid "outdoor"
msgstr "vonkajÅ¡Ã"
- msgid "public"
- msgstr "verejný"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "obchod"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "Výška v metroch (m)"
msgid "Power"
msgstr "Energia"
- msgid "Power Generator"
+ msgid "Power Plant"
msgstr "ElektráreÅ"
- msgid "Edit Power Generator"
+ msgid "Edit Power Plant"
msgstr "UpraviÅ¥ elektráreÅ"
+ msgid "Start date"
+ msgstr "Dátum dokonÄenia stavby"
+
+ msgid "Output forms of energy"
+ msgstr "Výstupné formy energie"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr "(prosÃm doplÅte tieto informácie o generátoroch ak je to možné)"
+
+ msgid "electricity"
+ msgstr "elektrina"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "horúca voda"
+
+ msgid "hot air"
+ msgstr "horúci vzduch"
+
+ msgid "cold water"
+ msgstr "studená voda"
+
+ msgid "cold air"
+ msgstr "studený vzduch"
+
+ msgid "compressed air"
+ msgstr "stlaÄený vzduch"
+
+ msgid "steam"
+ msgstr "para"
+
+ msgid "vacuum"
+ msgstr "vákuum"
+
+ msgid "Power Generator"
+ msgstr "Generátor (výroba energie)"
+
+ msgid "Edit Power Generator"
+ msgstr "Upraviť generátor"
+
msgid "biofuel"
msgstr "biopalivo"
@@@ -19057,118 -19960,221 +20005,221 @@@ msgid "gasoline
msgstr "benzÃn"
msgid "geothermal"
- msgstr "geotermálna"
+ msgstr "geotermálna energia"
msgid "hydro"
- msgstr "vodná"
+ msgstr "voda"
msgid "nuclear"
- msgstr "jadrová"
+ msgstr "atómové jadro"
msgid "osmotic"
- msgstr "osmotický"
+ msgstr "osmóza"
msgid "solar"
- msgstr "solárna"
+ msgstr "slneÄné žiarenie"
msgid "tidal"
- msgstr "prÃlivová"
+ msgstr "prÃliv"
msgid "waste"
msgstr "odpad"
msgid "wave"
- msgstr "vlna"
+ msgstr "vlny"
msgid "wind"
- msgstr "veterná"
+ msgstr "vietor"
msgid "Method"
msgstr "Metóda (spôsob výroby)"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr "anaeróbne vyhnÃvanie"
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "rozdiel hladÃn"
+
+ msgctxt "generator method"
msgid "combustion"
msgstr "spaľovanie"
- msgid "dam"
- msgstr "priehrada"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "bio / uhlie / nafta / plyn / benzÃn / ropa / odpad"
+ msgctxt "generator method"
msgid "fission"
msgstr "štiepenie"
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fúzia"
+ msgstr "fúzia (zluÄovanie atómov)"
+ msgctxt "generator method"
msgid "gasification"
msgstr "splyÅovanie"
+ msgid "biomass / waste"
+ msgstr "biomasa / odpad"
+
+ msgctxt "generator method"
msgid "photovoltaic"
msgstr "fotovoltaická (solárne Älánky)"
- msgid "pumped-storage"
- msgstr "preÄerpávacia"
-
- msgid "pumping"
- msgstr "Äerpacia"
-
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr "tepelný rozklad"
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "vodná"
+ msgstr "tok rieky"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "prúd (morský)"
+ msgctxt "generator method"
msgid "thermal"
msgstr "termálna"
- msgid "Output forms of energy"
- msgstr "Výstupné formy energie"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "voda preÄerpávaná medzi nádržami"
- msgid "electricity"
- msgstr "elektrina"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "vodná nádrž"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr "Typ generátora"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr "kombinovaný cyklus"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr "spaľovanie plynu"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr "Francisova turbÃna"
- msgid "hot water"
- msgstr "horúca voda"
+ msgid "gas_turbine"
+ msgstr "plynová turbÃna"
- msgid "hot air"
- msgstr "horúci vzduch"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "spaľovanie bioplynu, biomasy, plynu, odpadu"
- msgid "cold water"
- msgstr "studená voda"
+ msgid "heat_pump"
+ msgstr "tepelné Äerpadlo"
- msgid "cold air"
- msgstr "studený vzduch"
+ msgid "horizontal_axis"
+ msgstr "vodorovná os"
- msgid "compressed air"
- msgstr "stlaÄený vzduch"
+ msgid "tidal steam / wind"
+ msgstr "prÃlivový prúd / vietor"
- msgid "steam"
- msgstr "para"
+ msgid "kaplan_turbine"
+ msgstr "Kaplanova turbÃna"
- msgid "vacuum"
- msgstr "vysávaÄ"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "rieÄny tok / vodná nádrž / rozdiel vodných hladÃn pri prÃlive"
+
+ msgid "pelton_turbine"
+ msgstr "Peltonova turbÃna"
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "rieÄny tok / vodná nádrž"
+
+ msgid "reciprocating_engine"
+ msgstr "Piestový motor"
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "biopalivo, bioplyn, nafta, plyn, benzÃn"
+
+ msgid "solar_photovoltaic_panel"
+ msgstr "solárny fotovoltaický panel"
+
+ msgid "solar photovoltaic"
+ msgstr "solárny fotovoltaický"
+
+ msgid "solar_thermal_collector"
+ msgstr "solárny tepelný kolektor"
+
+ msgid "solar thermal"
+ msgstr "solárny tepelný"
+
+ msgid "steam_generator"
+ msgstr "parný generátor"
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr "spaľovanie bio, uhlia, nafty, plynu, benzÃnu, ropy, odpadu"
+
+ msgid "steam_turbine"
+ msgstr "parná turbÃna"
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr "geotermálny / solárny tepelný / spaľovanie bio, uhlia, ropy, odpadu"
+
+ msgid "stellarator"
+ msgstr "Stelarator"
+
+ msgid "nuclear fusion"
+ msgstr "jadrová fúzia"
+
+ msgid "tokamak"
+ msgstr "Tokamak"
+
+ msgid "vertical_axis"
+ msgstr "zvislá os"
- msgid "battery charging"
- msgstr "nabÃjanie batérie"
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr "jadrové štiepenie"
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Transformátorová stanica"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Upraviť trafostanicu"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr "Výstupné formy energie:"
msgid "Power Sub Station"
msgstr "Malý transformátor"
@@@ -19179,11 -20185,26 +20230,26 @@@ msgstr "Upraviť malý transformátor
msgid "Line reference"
msgstr "OznaÄenie vedenia"
+ msgid "high"
+ msgstr "vysoké"
+
+ msgid "medium"
+ msgstr "stredné"
+
+ msgid "low"
+ msgstr "nÃzke"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "Káblová rozvodná skriÅa"
msgid "Edit Cable Distribution Cabinet"
- msgstr "UpraviÅ¥ Káblová rozvodná skriÅa"
+ msgstr "UpraviÅ¥ káblovú rozvodnú skriÅa"
msgid "Power Tower"
msgstr "Elektrický stožiar (vysoké napätie)"
@@@ -19194,8 -20215,11 +20260,11 @@@ msgstr "Upraviť elektrický stožiar
msgid "Tower reference"
msgstr "OznaÄenie veže"
+ msgid "steel"
+ msgstr "oceľ"
+
msgid "Pole"
- msgstr "El. stĺp (pole)"
+ msgstr "Elektrický stĺp"
msgid "Edit Power Pole"
msgstr "Upraviť elektrický stĺp"
@@@ -19212,11 -20236,9 +20281,9 @@@ msgstr "Upraviť elektrické vedenie
msgid "Line type"
msgstr "Typ vedenia"
- msgctxt "Power Line"
msgid "line"
msgstr "vedenie vysokého napätia (>20kV)"
- msgctxt "Power Line"
msgid "minor_line"
msgstr "vedenie nÃzkeho napätia (<20kV)"
@@@ -19293,7 -20315,7 +20360,7 @@@ msgid "Wayside Shrine
msgstr "Božia muka"
msgid "Edit Wayside Shrine"
- msgstr "Upraviť božiu muku"
+ msgstr "Upraviť Božiu muku"
msgid "Boundary Stone"
msgstr "HraniÄné kamene"
@@@ -19325,11 -20347,11 +20392,11 @@@ msgstr "Stánok (Trafika)
msgid "Edit Kiosk"
msgstr "Upraviť stánok"
- msgid "Baker"
- msgstr "Chlieb a peÄivo"
+ msgid "Bakery"
+ msgstr "Pekár"
- msgid "Edit Baker"
- msgstr "UpraviÅ¥ chlieb a peÄivo"
+ msgid "Edit Bakery"
+ msgstr "Upraviť pekára"
msgid "Butcher"
msgstr "MäsiareÅ"
@@@ -19338,10 -20360,10 +20405,10 @@@ msgid "Edit Butcher
msgstr "Upraviť mäsiarstvo"
msgid "Seafood"
- msgstr "Morské jedlá"
+ msgstr "Morské špeciality"
- msgid "Edit Seafood"
- msgstr "Upraviť morské jedlá"
+ msgid "Edit Seafood Shop"
+ msgstr "Upraviť obchod s morskými špecialitami"
msgid "Deli (Fine Food)"
msgstr "Å peciality"
@@@ -19353,7 -20375,7 +20420,7 @@@ msgid "Confectionery
msgstr "Cukrovinky"
msgid "Edit Confectionery"
- msgstr "Upraviť Cukrovinky"
+ msgstr "Upraviť cukrovinky"
msgid "Marketplace"
msgstr "Trhovisko"
@@@ -19361,11 -20383,14 +20428,14 @@@
msgid "Edit Marketplace"
msgstr "Upraviť trhovisko"
+ msgid "Organic"
+ msgstr "Biopotraviny"
+
msgid "Greengrocer"
msgstr "Ovocie a zelenina"
msgid "Edit Greengrocer"
- msgstr "Upraviť Ovocie a zeleninu"
+ msgstr "UpraviÅ¥ obchod s ovocÃm a zeleninou"
msgid "Farm Stand"
msgstr "Stánok farmy"
@@@ -19373,9 -20398,6 +20443,6 @@@
msgid "Edit Farm Stand"
msgstr "Upraviť stánok farmy"
- msgid "Organic"
- msgstr "Biopotraviny"
-
msgid "Edit Organic/Bio"
msgstr "Upraviť bio produkty"
@@@ -19392,19 -20414,19 +20459,19 @@@ msgid "Alcohol
msgstr "Alkohol"
msgid "Edit Alcohol Shop"
- msgstr "Upraviť Obchod s alkoholickými nápojmi"
+ msgstr "Upraviť obchod s alkoholickými nápojmi"
msgid "Beverages"
msgstr "Nápoje"
msgid "Edit Beverages Shop"
- msgstr "Upraviť Obchod s nápojmi."
+ msgstr "Upraviť obchod s nápojmi"
msgid "Edit Clothes Shop"
msgstr "Upraviť obchod s odevmi"
msgid "Boutique"
- msgstr "butik"
+ msgstr "Butik"
msgid "Edit Boutique"
msgstr "Upraviť butik"
@@@ -19419,7 -20441,7 +20486,7 @@@ msgid "Outdoor
msgstr "Turistický (Outdoor)"
msgid "Edit Outdoor Shop"
- msgstr "Upraviť obchod s výchádzkovým (outdoor) tovarom"
+ msgstr "Upraviť obchod s turistickým (outdoor) tovarom"
msgid "Edit Sports Shop"
msgstr "Upraviť športový obchod"
@@@ -19437,22 -20459,22 +20504,22 @@@ msgid "Edit Laundry
msgstr "UpraviÅ¥ práÄovÅu"
msgid "Tailor"
- msgstr "KrajÄÃr"
+ msgstr "KrajÄÃrstvo"
msgid "Edit Tailor"
- msgstr "UpraviÅ¥ KrajÄÃra"
+ msgstr "UpraviÅ¥ krajÄÃrstvo"
msgid "Fabric"
- msgstr "Tkanina"
+ msgstr "Látky"
- msgid "Edit Fabric"
- msgstr "Upraviť Tkaninu"
+ msgid "Edit Fabric Shop"
+ msgstr "Upraviť obchod s látkami"
msgid "Electronic"
msgstr "Elektronika"
msgid "Computer"
- msgstr "PoÄÃtaÄ"
+ msgstr "PoÄÃtaÄe"
msgid "Edit Computer Shop"
msgstr "UpraviÅ¥ poÄÃtaÄový obchod"
@@@ -19466,14 -20488,14 +20533,14 @@@ msgstr "Upraviť obchod s elektronikou
msgid "Mobile Phone"
msgstr "Mobilný telefón"
- msgid "Edit Mobile Phone"
- msgstr "Upraviť Mobilný telefón"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "Upraviť obchod s mobilnými telefónmi"
msgid "Vacuum Cleaner"
msgstr "VysávaÄ"
- msgid "Edit Vacuum Cleaner"
- msgstr "UpraviÅ¥ VysávaÄ"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "UpraviÅ¥ obchod s vysávaÄmi"
msgid "Hifi"
msgstr "Hifi"
@@@ -19481,9 -20503,8 +20548,8 @@@
msgid "Edit Hifi Shop"
msgstr "Upraviť obchod s Hifi elektronikou"
- msgctxt "shop"
msgid "Video"
- msgstr "Obchod s DVD"
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Upraviť obchod s DVD"
@@@ -19509,17 -20530,23 +20575,23 @@@ msgstr "UpraviÅ¥ zmenáreÅ
msgid "Edit Automated Teller Machine"
msgstr "Upraviť bankomat"
+ msgid "Pawnbroker"
+ msgstr "ZáložÅa"
+
+ msgid "Edit Pawnbroker"
+ msgstr "UpraviÅ¥ záložÅu"
+
msgid "Department Store"
msgstr "Obchodný dom"
msgid "Edit Department Store"
- msgstr "Upraviť Obchodný dom"
+ msgstr "Upraviť obchodný dom"
msgid "Mall"
msgstr "Obchodné centrum"
msgid "Edit Mall"
- msgstr "Upraviť Obchodné centrum"
+ msgstr "Upraviť obchodné centrum"
msgid "Chemist"
msgstr "Drogéria"
@@@ -19545,10 -20572,31 +20617,31 @@@ msgstr "KlenotnÃctvo
msgid "Edit Jewelry"
msgstr "UpraviÅ¥ klenotnÃctvo"
+ msgid "Gift"
+ msgstr "DarÄeky/SuvenÃry"
+
+ msgid "Edit Gift Shop"
+ msgstr "UpraviÅ¥ obchod s darÄekmi"
+
+ msgid "buddhist"
+ msgstr "budhisti"
+
+ msgid "christian"
+ msgstr "kresťania"
+
+ msgid "hindu"
+ msgstr "hinduisti"
+
+ msgid "jewish"
+ msgstr "judaisti"
+
+ msgid "muslim"
+ msgstr "moslimovia"
+
msgid "Erotic"
msgstr "Sexshop"
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr "Upraviť sexshop"
msgid "Florist"
@@@ -19578,8 -20626,8 +20671,8 @@@ msgstr "Upraviť železiarstvo
msgid "Paint"
msgstr "Farbivá"
- msgid "Edit Paint"
- msgstr "Upraviť Farbivá"
+ msgid "Edit Paint Shop"
+ msgstr "Upraviť obchod s farbivami"
msgid "Furniture"
msgstr "Nábytok"
@@@ -19590,20 -20638,20 +20683,20 @@@ msgstr "Upraviť obchod s nábytkom
msgid "Kitchen"
msgstr "Kuchynské štúdio"
- msgid "Edit Kitchen"
- msgstr "Upraviť Kuchynské štúdio"
+ msgid "Edit Kitchen Store"
+ msgstr "Upraviť kuchynské štúdio"
msgid "Curtain"
msgstr "Záclony"
- msgid "Edit Curtain"
- msgstr "Upraviť záclony"
+ msgid "Edit Curtain Shop"
+ msgstr "Upraviť obchod so záclonami"
msgid "Frame"
msgstr "Rámy"
- msgid "Edit Frames"
- msgstr "Rámy"
+ msgid "Edit Frames Shop"
+ msgstr "Upraviť obchod s rámami"
msgid "Stationery"
msgstr "Papiernictvo"
@@@ -19612,10 -20660,10 +20705,10 @@@ msgid "Edit Stationery Shop
msgstr "Upraviť papiernictvo"
msgid "Copyshop"
- msgstr "KopÃrovanie"
+ msgstr "KopÃrovacia služba"
msgid "Edit Copyshop"
- msgstr "UpraviÅ¥ kopÃrovanie (copyshop)"
+ msgstr "UpraviÅ¥ kopÃrovaciu službu (copyshop)"
msgid "Book Store"
msgstr "KnÃhkupectvo"
@@@ -19638,7 -20686,7 +20731,7 @@@ msgstr "Upraviť cestovnú kanceláciu
msgid "Musical Instrument"
msgstr "Hudobné nástroje"
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr "Upraviť obchod s hudobnými nástrojmi"
msgid "Toys"
@@@ -19651,7 -20699,7 +20744,7 @@@ msgid "Variety Store
msgstr "Zmiešaný tovar"
msgid "Edit Variety Store"
- msgstr "Upraviť Zmiešaný tovar"
+ msgstr "Upraviť obchod so zmiešaným tovarom"
msgid "Vending machine"
msgstr "Predajný automat"
@@@ -19851,6 -20899,12 +20944,12 @@@ msgstr "Vrchol kopca
msgid "Edit Peak"
msgstr "Upraviť vrchol kopca"
+ msgid "Saddle"
+ msgstr "Horské sedlo"
+
+ msgid "Edit Saddle"
+ msgstr "Upraviť horské sedlo"
+
msgid "Glacier"
msgstr "Ľadovec"
@@@ -19873,7 -20927,7 +20972,7 @@@ msgid "Island
msgstr "Ostrov"
msgid "Edit Island"
- msgstr "Upraviť Ostrov"
+ msgstr "Upraviť ostrov"
msgid "Islet"
msgstr "OstrovÄek"
@@@ -19890,24 -20944,33 +20989,33 @@@ msgstr "Strom
msgid "Edit Tree"
msgstr "Upraviť strom"
+ msgid "broad_leaved"
+ msgstr "listnatý"
+
+ msgid "conifer"
+ msgstr "ihliÄnatý"
+
+ msgid "palm"
+ msgstr "palma"
+
msgid "Botanical Name"
msgstr "Botanický názov"
+ msgid "Tree Row"
+ msgstr "Stromoradie"
+
msgid "Wood"
- msgstr "Prales"
+ msgstr "Les"
msgid "Edit Wood"
- msgstr "Upraviť prales"
+ msgstr "Upraviť les"
- msgctxt "wood"
msgid "coniferous"
msgstr "ihliÄnatý"
- msgctxt "wood"
msgid "deciduous"
msgstr "listnatý"
- msgctxt "wood"
msgid "mixed"
msgstr "zmiešaný"
@@@ -19917,15 -20980,6 +21025,6 @@@ msgstr "Les
msgid "Edit Forest Landuse"
msgstr "Upraviť les"
- msgid "coniferous"
- msgstr "ihliÄnatý"
-
- msgid "deciduous"
- msgstr "listnatý"
-
- msgid "mixed"
- msgstr "zmiešaný"
-
msgid "Grassland"
msgstr "Lúka"
@@@ -19994,7 -21048,7 +21093,7 @@@ msgid "Farmland
msgstr "Poľnohospodárska pôda"
msgid "Edit Farmland Landuse"
- msgstr "Upraviť poľnohospodárske pôdu"
+ msgstr "Upraviť poľnohospodársku pôdu"
msgid "Meadow"
msgstr "Lúka"
@@@ -20002,6 -21056,12 +21101,12 @@@
msgid "Edit Meadow Landuse"
msgstr "Upraviť lúku"
+ msgid "Orchard"
+ msgstr "Ovocný sad"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "Upraviť ovocný sad"
+
msgid "Vineyard"
msgstr "Vinica"
@@@ -20015,10 -21075,10 +21120,10 @@@ msgid "Edit Greenhouse Horticulture
msgstr "UpraviÅ¥ SklenÃk ZáhradnÃctvo"
msgid "Allotments"
- msgstr "Ťažobný priestor"
+ msgstr "Záhradkárska oblasť"
msgid "Edit Allotments Landuse"
- msgstr "Upraviť ťažobný priestor"
+ msgstr "Upraviť záhradkársku oblasť"
msgid "Garden"
msgstr "Záhrada"
@@@ -20056,17 -21116,20 +21161,20 @@@ msgstr "RekreaÄná oblasÅ¥
msgid "Edit Recreation Ground Landuse"
msgstr "UpraviÅ¥ rekreaÄnú oblasÅ¥"
- msgid "Residential area"
- msgstr "OsÃdlená oblasÅ¥ (Residential area)"
+ msgid "Residential Area"
+ msgstr "Obytná oblasť"
msgid "Edit Residential Landuse"
msgstr "UpraviÅ¥ osÃdlenú oblasÅ¥"
msgid "Graveyard"
- msgstr "CintorÃn (malý, blizko kostola)"
+ msgstr "Malý cintorÃn (pri kostole)"
msgid "Edit Graveyard"
- msgstr "UpraviÅ¥ cintorÃn (malý, blizko kostola)"
+ msgstr "UpraviÅ¥ malý cintorÃn"
+
+ msgid "shinto"
+ msgstr "šintoistická"
msgid "Cemetery"
msgstr "CintorÃn"
@@@ -20143,6 -21206,33 +21251,33 @@@ msgstr "Upraviť lom
msgid "Annotation"
msgstr "Popisy"
+ msgid "Edit Name Information"
+ msgstr "Upraviť údaje o názve"
+
+ msgid "Alternative name"
+ msgstr "AlternatÃvny názov"
+
+ msgid "Historical name"
+ msgstr "Historický názov"
+
+ msgid "Local name"
+ msgstr "Miestny názov"
+
+ msgid "Regional name"
+ msgstr "Regionálny názov"
+
+ msgid "National name"
+ msgstr "Národný názov"
+
+ msgid "International name"
+ msgstr "Medzinárodný názov"
+
+ msgid "Official name"
+ msgstr "Oficiálny názov"
+
+ msgid "Common name abbreviation"
+ msgstr "Bežná skratka názvu"
+
msgid "Edit Address Information"
msgstr "Upraviť informácie o adrese"
@@@ -20179,11 -21269,23 +21314,23 @@@ msgstr "párne
msgid "alphabetic"
msgstr "abecedný"
+ msgid "Accuracy"
+ msgstr "Presnosť"
+
+ msgid "actual"
+ msgstr "skutoÄná"
+
+ msgid "estimate"
+ msgstr "odhadovaná"
+
+ msgid "potential"
+ msgstr "možná"
+
msgid "Contact (common schema)"
msgstr "Kontakt (spoloÄné schéma)"
msgid "Edit Contact information"
- msgstr "Upraviť Kontaktné informácie"
+ msgstr "Upraviť kontaktné informácie"
msgid "Image"
msgstr "Obrázok"
@@@ -20192,7 -21294,7 +21339,7 @@@ msgid "Contact (schema with ''contact:*
msgstr "Kontakt (schéma s predponou \"contact:*\")"
msgid "Edit Contact information (new schema)"
- msgstr "Upraviť Kontaktné informácie (nová schéma)"
+ msgstr "Upraviť kontaktné informácie (nová schéma)"
msgid "Edit Multipolygon"
msgstr "Upraviť multipolygón"
@@@ -20237,7 -21339,7 +21384,7 @@@ msgid "Label point
msgstr "Miesto pre menovku"
msgid "Site"
- msgstr "Areál"
+ msgstr "Areál (site)"
msgid "Edit Site"
msgstr "Upraviť areál"
@@@ -20306,16 -21408,16 +21453,16 @@@ msgid "Type of enforcement
msgstr "Typ vynútenia"
msgid "maxheight"
- msgstr "max výška"
+ msgstr "max. výška"
msgid "maxweight"
- msgstr "max hmotnosť"
+ msgstr "max. hmotnosť"
msgid "maxspeed"
- msgstr "max rýchlosť"
+ msgstr "max. rýchlosť"
msgid "mindistance"
- msgstr "min vzdialenosť"
+ msgstr "min. vzdialenosť"
msgid "check "
msgstr "cestná kontrola "
@@@ -20347,21 -21449,50 +21494,50 @@@ msgstr "Všeobecná trasa
msgid "Edit general route"
msgstr "Upraviť všeobecnú trasu"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "cyklistika"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "autobus"
+
+ msgctxt "route type"
msgid "road"
- msgstr "cesta (vozovka)"
+ msgstr "cesta"
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "trajekt"
+ msgctxt "route type"
msgid "ski"
- msgstr "lyžovanie"
+ msgstr "zjazdovka"
+ msgctxt "route type"
msgid "foot"
- msgstr "pešia (foot)"
+ msgstr "pešia"
+ msgctxt "route type"
msgid "hiking"
msgstr "turistika"
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "elektriÄka"
+
+ msgctxt "route type"
msgid "detour"
msgstr "obchádzka"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "vlak"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "metro"
+
msgid "Symbol description"
msgstr "Popis znaÄky"
@@@ -20407,20 -21538,23 +21583,23 @@@ msgstr "predný bod prerušenia
msgid "backward halt point"
msgstr "zadný bod prerušenia"
- msgid "Route network"
+ msgid "Route Network"
msgstr "Sieť trás"
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr "Upraviť sieť trás"
msgid "member"
msgstr "Älen"
- msgid "Associated street"
- msgstr "Priradená ulica"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "Upraviť priradenú ulicu"
+ msgid "house"
+ msgstr "dom"
msgid "Street"
msgstr "Ulica"
@@@ -20443,7 -21577,7 +21622,7 @@@ msgstr "nieÄo vzÅ¥ahujúce sa k ulici
msgid "Destination sign"
msgstr "SmerovnÃk"
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr "UpraviÅ¥ smerovnÃk"
msgid "Destination written on sign (w/o distance)"
@@@ -20489,7 -21623,7 +21668,7 @@@ msgid "river
msgstr "rieka (river)"
msgid "stream"
- msgstr "potok (stream)"
+ msgstr "prúd"
msgid "canal"
msgstr "prieplav"
@@@ -20539,29 -21673,41 +21718,41 @@@ msgstr "cesty prechádzajúce pod mosto
msgid "way forming the outline footprint"
msgstr "cesta vytvárajúca celý obrys"
- msgid "nodes forming the outline"
- msgstr "body tvoriace stranu mosta"
+ msgid "edge ways parallel to ''across''"
+ msgstr "okrajové cesty paralelné s cestami \"across\""
msgid "ways passing through the tunnel"
msgstr "cesty prechádzajúce tunelom"
+ msgid "edge ways parallel to ''through''"
+ msgstr "okrajové cesty paralelné s cestami \"through\""
+
msgid "bridge"
msgstr "most"
msgid "deprecated"
msgstr "zastaralé"
+ msgid "bicycle"
+ msgstr "pre cyklistov"
+
+ msgid "foot"
+ msgstr "pre peÅ¡Ãch"
+
msgid "horse"
- msgstr "pre kone (horse)"
+ msgstr "pre kone"
msgid "barrier"
- msgstr "prekážka"
+ msgstr "prekážky a zábrany"
msgid "motorroad"
- msgstr "cesta pre motorové vozidlá"
+ msgstr "iná rýchlostná cesta"
+
+ msgid "highway.track"
+ msgstr "poľná cesta"
- msgid "highway_track"
- msgstr "poľná cesta (highway_track)"
+ msgid "livingdashed"
+ msgstr "doprava"
msgid "services"
msgstr "služby"
@@@ -20569,11 -21715,11 +21760,11 @@@
msgid "ford"
msgstr "brod"
- msgid "highway_platform"
- msgstr "cestné nástupište"
+ msgid "highway.platform"
+ msgstr "nástupištia"
- msgid "emergency_access_point"
- msgstr "miesto pohotovostnej prvej pomoci"
+ msgid "emergency.access.point"
+ msgstr "bod pre prÃchod záchrannej služby"
msgid "riverbank"
msgstr "rieÄny breh"
@@@ -20588,46 -21734,49 +21779,49 @@@ msgid "rapids
msgstr "pereje"
msgid "railwaypoint"
- msgstr "železniÄná výhybka"
+ msgstr "železniÄné objekty"
+
+ msgid "raildashed"
+ msgstr "železnica"
msgid "railyard"
msgstr "koľajisko"
msgid "otherrail"
- msgstr "iná koľaj"
+ msgstr "ľahká železnica"
msgid "railover"
- msgstr "nadchod nad železnicou"
+ msgstr "elektriÄka na ceste"
msgid "oldrail"
- msgstr "historická železnica (turistická)"
+ msgstr "historická alebo opustená železnica"
msgid "aeroway"
- msgstr "letecké cesty"
+ msgstr "letecké pomocné dráhy a budovy"
- msgid "aeroway_dark"
- msgstr "lanovka tmavá"
+ msgid "aeroway.dark"
+ msgstr "letecké dráhy"
- msgid "aeroway_light"
- msgstr "lanovka svetlá"
+ msgid "aeroway.light"
+ msgstr "letecké servisné oblasti"
- msgid "piste_easy"
- msgstr "mierna zjazdovka (piste_easy)"
+ msgid "piste.easy"
+ msgstr "zjazdovka ľahká"
- msgid "piste_intermediate"
- msgstr "stredne ťažká zjazdovka (piste_intermediate)"
+ msgid "piste.intermediate"
+ msgstr "zjazdovka pre stredne pokroÄilých"
- msgid "piste_advanced"
- msgstr "zjazdovka pre pokroÄilých (piste_advanced)"
+ msgid "piste.advanced"
+ msgstr "zjazdovka pre pokroÄilých"
- msgid "piste_expert"
- msgstr "zjazdovka pre expertov (piste_expert)"
+ msgid "piste.expert"
+ msgstr "zjazdovka pre skúsených"
- msgid "piste_freeride"
- msgstr "zjazdovka pre freeride (piste_freeride)"
+ msgid "piste.freeride"
+ msgstr "zjazdovka pre voľný zjazd"
- msgid "piste_novice"
- msgstr "zjazdovka pre zaÄiatoÄnÃkov (piste_novice)"
+ msgid "piste.novice"
+ msgstr "zjazdovka pre zaÄiatoÄnÃkov"
msgid "power"
msgstr "energia (power)"
@@@ -20639,28 -21788,28 +21833,28 @@@ msgid "pipeline
msgstr "potrubie (pipeline)"
msgid "leisure"
- msgstr "oddych (leisure)"
+ msgstr "oddych a šport (leisure)"
msgid "marina"
msgstr "prÃstav (marina)"
msgid "amenity"
- msgstr "obÄianska vybavenosÅ¥"
+ msgstr "jedlo a pitie"
- msgid "amenity_traffic"
- msgstr "obÄianska vybavenosÅ¥-doprava"
+ msgid "amenity.traffic"
+ msgstr "dopravná vybavenosť"
- msgid "amenity_light"
- msgstr "obÄianska vybavenosÅ¥-svetlá farba"
+ msgid "amenity.light"
+ msgstr "obÄianska vybavenosÅ¥"
- msgid "light_water"
- msgstr "voda-svetlá farba"
+ msgid "light.water"
+ msgstr "svetlá voda"
msgid "health"
msgstr "zdravie"
- msgid "shop"
- msgstr "obchod"
+ msgid "office"
+ msgstr "úrad"
msgid "hotel"
msgstr "hotel"
@@@ -20734,10 -21883,13 +21928,13 @@@ msgstr "trasa (route)
msgid "boundary"
msgstr "hranica (boundary)"
+ msgid "sport"
+ msgstr "šport"
+
msgid "place"
msgstr "miesto"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr "tiger dáta (USA)"
msgid "address"
@@@ -20752,9 -21904,6 +21949,6 @@@ msgstr "Dedina/Mesto
msgid "One Way"
msgstr "Jednosmerka"
- msgid "Church"
- msgstr "Kostol"
-
msgid "Fuel Station"
msgstr "Äerpacia stanica"
@@@ -20782,6 -21931,9 +21976,9 @@@ msgstr "znaÄka \"most\" na bode
msgid "wrong highway tag on a node"
msgstr "nesprávna znaÄka \"highway\" na bode"
+ msgid "wrong crossing tag on a way"
+ msgstr "nesprávna znaÄka \"crossing\" na bode"
+
msgid "Unnamed unclassified highway"
msgstr "nepomenovaná neklasifikovaná cesta"
@@@ -20827,11 -21979,41 +22024,41 @@@ msgstr "nezvyÄajná kombinácia znaÄi
msgid "unusual tag combination (highway & natural)"
msgstr "nezvyÄajná kombinácia znaÄiek (highway & natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "nezvyÄajná kombinácia znaÄiek (landuse & building)"
+
+ msgid "unnecessary access key"
+ msgstr "nepotrebný kÄ¾ÃºÄ \"access\""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "nepotrebná znaÄka \"motor_vehicle=yes\""
+
msgid "natural water used for swimming pool"
msgstr "znaÄka \"natural=water\" použitá pre plavecký bazén"
- msgid "incline without highway"
- msgstr "\"incline\" bez \"highway\""
+ msgid "numerical key"
+ msgstr "ÄÃselný kľúÄ"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "Relácia \"route_master\" bez \"route_master\""
+
+ msgid "power line without voltage"
+ msgstr "elektrické vedenie bez \"voltage\""
+
+ msgid "substation key without power=substation"
+ msgstr "KÄ¾ÃºÄ \"substation\" bez \"power=substation\""
+
+ msgid "transformer key without power"
+ msgstr "KÄ¾ÃºÄ \"transformer\" bez \"power\""
+
+ msgid "missing substation=*"
+ msgstr "Chýba \"substation=*\""
+
+ msgid "missing transformer=*"
+ msgstr "Chýba \"transformer=*\""
+
+ msgid "incline without highway or railway"
+ msgstr "\"incline\" bez \"highway\" alebo \"railway\""
msgid "junction without highway"
msgstr "\"junction\" bez \"highway\""
@@@ -20842,8 -22024,8 +22069,8 @@@ msgstr "\"lanes\" bez \"highway\"
msgid "lcn without highway"
msgstr "\"lcn\" bez \"highway\""
- msgid "lit without highway"
- msgstr "\"lit\" bez \"highway\""
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "\"lit\" bez \"highway/railway/piste/parking/platform\""
msgid "living_street without highway"
msgstr "\"living_street\" bez \"highway\""
@@@ -20860,8 -22042,8 +22087,8 @@@ msgstr "\"motorroad\" bez \"highway\"
msgid "ntd_id without highway"
msgstr "\"ntd_id\" bez \"highway\""
- msgid "oneway without highway"
- msgstr "\"oneway\" bez \"highway\""
+ msgid "oneway without highway or railway"
+ msgstr "\"oneway\" bez \"highway\" alebo \"railway\""
msgid "sac_scale without highway"
msgstr "\"sac_scale\" bez \"highway\""
@@@ -20977,20 -22159,131 +22204,131 @@@ msgstr "\"canal\" bez \"waterway\"
msgid "have_riverbank without waterway"
msgstr "\"have_riverbank\" bez \"waterway\""
- msgid "tunnel without highway/railway/waterway"
- msgstr "\"tunnel\" bez \"highway/railway/waterway\""
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "\"tunnel\" bez \"highway/railway/waterway/platform/pipeline\""
- msgid "bridge without highway/railway/waterway"
- msgstr "\"bridge\" bez \"highway/railway/waterway\""
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "\"bridge\" bez \"highway/railway/waterway/platform/piste/pipeline\""
- msgid "psv without highway/railway/waterway"
- msgstr "\"psv\" bez \"highway/railway/waterway\""
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "\"psv\" bez \"highway/railway/waterway/parking\""
msgid "width without physical linear feature"
msgstr "\"width\" bez fyzickej cesty"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "\"maxspeed\" bez \"highway/railway/traffic_sign\""
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "\"maxspeed\" bez \"highway/railway/traffic_sign/enforcement\""
+
+ msgid "fence_type without barrier=fence"
+ msgstr "\"fence_type\" bez \"barrier=fence\""
+
+ msgid "border_type without boundary"
+ msgstr "\"border_type\" bez \"boundary\""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "\"recycling_type\" bez \"amenity=recycling\""
+
+ msgid "board_type without information=board"
+ msgstr "\"board_type\" bez \"information=board\""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "\"shelter_type\" bez \"amenity=shelter\""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "\"lamp_type\" bez \"highway=street_lamp\""
+
+ msgid "map_type without information=map"
+ msgstr "\"map_type\" bez \"information=map\""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "\"site_type\" bez \"historic=archaeological_site\""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "\"artwork_type\" bez \"tourism=artwork\""
+
+ msgid "castle_type without historic=castle"
+ msgstr "\"castle_type\" bez \"historic=castle\""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "\"reservoir_type\" bez \"landuse/water=reservoir\""
+
+ msgid "bunker_type without military=bunker"
+ msgstr "\"bunker_type\" bez \"military=bunker\""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
+ msgstr ""
msgid "religion without denomination"
msgstr "\"religion\" bez \"denomination\""
@@@ -21009,9 -22302,59 +22347,59 @@@ msgid "
msgstr ""
"nezadaný jazyk pre wikipediu, použite \"wikipedia=jazyk:názov stránky\""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
msgstr "neznáma predpona jazyka v znaÄke \"wikipedia\""
+ msgid "layer should be between -5 and 5"
+ msgstr "hodnota \"layer\" by mala byť medzi -5 a 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "\"level\" by malo byÅ¥ ÄÃslo v násobkoch 0.5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "KÄ¾ÃºÄ \"height\" (výška): predvolené sú metre; bodka je desatinný oddeľovaÅ¥; "
+ "ak je zadaná jednotka oddeľuje sa medzerou"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "KÄ¾ÃºÄ \"maxheight\" (max.výška): predvolené sú metre; bodka je desatinný "
+ "oddeľovať; ak je zadaná jednotka oddeľuje sa medzerou"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "KÄ¾ÃºÄ \"width\" (Å¡Ãrka): predvolené sú metre; bodka je desatinný oddeľovaÅ¥; "
+ "ak je zadaná jednotka oddeľuje sa medzerou"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "KÄ¾ÃºÄ \"maxwidth\" (max.Å¡Ãrka): predvolené sú metre; bodka je desatinný "
+ "oddeľovať; ak je zadaná jednotka oddeľuje sa medzerou"
+
+ msgid "unusual maxspeed format"
+ msgstr "nezvyÄajný formát pre \"maxspeed\""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+ "napätie by malo byÅ¥ vo Voltoch bez medzier, oddeľovaÄov a merných jednotiek"
+
+ msgid "unusual frequency specification"
+ msgstr "nezvyÄajné urÄenie frekvencie"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "nezvyÄajný rozchod koľajnÃc; použite milimetre bez oddeľovaÄov"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr ""
+ "nezvyÄajná hodnota sklonu; použite percentá, stupne alebo \"up\" alebo "
+ "\"down\""
+
msgid "Landsat"
msgstr "Landsat"
@@@ -21021,24 -22364,30 +22409,33 @@@ msgstr "Yahoo Sat
msgid "Bing Sat"
msgstr "Bing Sat"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitný OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox Satellite"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "GPS stopy z OpenStreetMap"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Äiernobiely)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21054,8 -22403,8 +22451,8 @@@ msgstr "OpenStreetMap (Nemecký štýl)
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Cambodia, Laos, Thailand, Vietnam bilingual"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI black-and-white 2.5m"
@@@ -21063,6 -22412,9 +22460,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (base map)"
@@@ -21211,14 -22563,39 +22611,39 @@@ msgstr "Bavaria (2 m)
msgid "Stuttgart (Luftbild)"
msgstr "Stuttgart (Luftbild)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "Erlangen 2013 Luftbild (6,25 cm)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "Erlangen 2011 Luftbild (5,0 cm)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr "Stará mapa Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "Stará mapa Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "Physical DE - Physische Karte (Naturräume)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "Physical DE:Harz - Physische Karte (Naturräume)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (Haiti)"
--msgid "Ireland British War Office One-Inch 1941-43 GSGS 4136"
--msgstr "Ireland British War Office One-Inch 1941-43 GSGS 4136"
++msgid "CRAIG - Moulins 2009 - 15 cm"
++msgstr "CRAIG - Moulins 2009 - 15 cm"
--msgid "Ireland Bartholomew Quarter-Inch 1940"
--msgstr "Ireland Bartholomew Quarter-Inch 1940"
++msgid "CRAIG - Montluçon 2009 - 15 cm"
++msgstr "CRAIG - Montluçon 2009 - 15 cm"
msgid "Ireland EEA GMES Urban Atlas"
msgstr "Ireland EEA GMES Urban Atlas"
@@@ -21376,6 -22753,9 +22801,9 @@@ msgstr "USGS Large Scale Imagery
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Roads Overlay"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "New & Misaligned TIGER Roads (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - Tiger Edited Map"
@@@ -21421,6 -22801,39 +22849,39 @@@ msgstr "OS Scottish Popular historic
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew Half Inch, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "OS Town Plans, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "OSM Export"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "Exportovať dopravné údaje do súboru siete SUMO."
+
+ msgid "SUMO Export"
+ msgstr "SUMO Export"
+
+ msgid "Export"
+ msgstr "Export"
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "obnoviť obsah okna"
+
+ msgid "Configure"
+ msgstr "Konfigurovať"
+
+ msgid "Connection Error."
+ msgstr "Chyba pri pripojovanÃ."
+
+ msgid "configure the connected DG100"
+ msgstr "konfigurovať spojenie DG100"
+
+ msgid "delete data after import"
+ msgstr "zmazať dáta po importe"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV Súbory"
@@@ -21482,7 -22895,7 +22943,7 @@@ msgid "Missing mandatory attribute ''{0
msgstr "Chýba povinný atribút ''{0}'' na Älenovi (<member>) relácie {1}."
msgid "Illegal value for attribute ''uid''. Got ''{0}''."
- msgstr "Neplatná hodnota pre vlastnosť ''uid''. Prijatá hodnota je \"{0}\""
+ msgstr "Neplatná hodnota pre vlastnosť ''uid''. Obdržaná hodnota je \"{0}\""
msgid "nodes"
msgstr "body"
@@@ -21629,6 -23042,18 +23090,18 @@@ msgstr "Zobraziť výškový profil
msgid "Elevation Profile"
msgstr "Výškový profil"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Vrstva výškového profilu (experimentálne!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "Zobrazà vrstvu s výškovým profilom"
+
+ msgid "Elevation Grid"
+ msgstr "Výškový profil"
+
+ msgid "No SRTM data"
+ msgstr "Žiadne dáta SRTM"
+
msgid "Open the elevation profile window."
msgstr "Otvoriť okno výškového profilu."
@@@ -21636,13 -23061,13 +23109,13 @@@ msgid "Min
msgstr "Min"
msgid "Avrg"
- msgstr "Avrg"
+ msgstr "Priem"
msgid "Max"
msgstr "Max"
msgid "Dist"
- msgstr "Vzdialenosť"
+ msgstr "Vzdial"
msgid "Gain"
msgstr "Zvýšenie"
@@@ -21650,14 -23075,8 +23123,8 @@@
msgid "Time"
msgstr "Äas"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "Automatické"
-
- msgid "Fixed value"
- msgstr "Pevná hodnota"
+ msgid "Tracks"
+ msgstr "Stopy"
msgid "Elevation profile for track ''{0}''."
msgstr "Výškový profil pre stopu ''{0}''."
@@@ -21681,7 -23100,7 +23148,7 @@@ msgid "Starting Epsilon
msgstr ""
msgid "Max points count per 1 km"
- msgstr "Max poÄet bodov na 1 km"
+ msgstr "Max. poÄet bodov na 1 km"
msgid "Enter key mode"
msgstr ""
@@@ -21923,12 -23342,15 +23390,18 @@@ msgstr "Vyberte neúplné adresy
msgid "Selects all addresses with incomplete data."
msgstr "Vyberie všetky adresy s neúplnými údajmi."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "Použite znaÄku \"addr:street\" alebo \"addr:place\""
+
msgid "House Number Editor"
- msgstr ""
+ msgstr "Editor ÄÃsel domov"
+
+ msgid "House number increment:"
+ msgstr "PrÃrastok ÄÃsla domu:"
+msgid "Housenumber increment:"
+msgstr ""
+
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
msgstr[0] "Aktualizácia vlastnostà {0} objektov"
@@@ -21952,7 -23374,7 +23425,7 @@@ msgid "Layer Properties
msgstr "Vlastnosti vrstvy"
msgid "Error while creating image layer: {0}"
- msgstr ""
+ msgstr "Chyba pri vytváranà obrazovej vrstvy: {0}"
msgid "Import image"
msgstr "Importovať obrázok"
@@@ -21982,7 -23404,7 +23455,7 @@@ msgid "Edit opening hours
msgstr "Upraviť otváraciu dobu"
msgid "Edit time-tag of selected element in a graphical interface"
- msgstr "Ãpravy Äasovú znaÄku vybraných prvkov v grafickom rozhranÃ"
+ msgstr "UpraviÅ¥ Äasovú znaÄku vybraných prvkov v grafickom rozhranÃ"
msgid "edit existing tag"
msgstr "upraviÅ¥ existujúcu znaÄku"
@@@ -22132,8 -23554,8 +23605,8 @@@ msgstr "OÄakávané nepárne ÄÃsla p
msgid "Expected even numbers for addresses"
msgstr "OÄakávané párne ÄÃsla pre adresy"
- msgid "Expected valid number for address increment"
- msgstr "OÄakávané platné ÄÃslo prÃrastka ÄÃsla adresy"
+ msgid "Expected valid number for increment"
+ msgstr "OÄakávané platné ÄÃslo pre prÃrastok"
msgid "Country code must be 2 letters"
msgstr "Kód krajiny musà byÅ¥ z 2 pÃsmen"
@@@ -22392,7 -23814,7 +23865,7 @@@ msgid "Added <b>angle preserving</b> al
msgstr ""
msgid "Various improvements and bugfixes"
- msgstr ""
+ msgstr "Rôzne vylepšenia a opravy chýb"
msgid "Errr..."
msgstr ""
@@@ -22409,17 -23831,8 +23882,8 @@@ msgstr "ÄÃslo domu:
msgid "Street Name:"
msgstr "Názov ulice:"
- msgid "Increment"
- msgstr "PrÃrastok"
-
- msgid "Decrement"
- msgstr "Ãbytok"
-
- msgid "Numbers:"
- msgstr "ÄÃsla:"
-
msgid "Big buildings mode"
- msgstr ""
+ msgstr "Režim veľkých budov"
msgid "Rotate crosshair"
msgstr ""
@@@ -22428,7 -23841,7 +23892,7 @@@ msgid "Advanced settings
msgstr "PokroÄilé nastavenia"
msgid "Buildings tags:"
- msgstr ""
+ msgstr "ZnaÄky budov:"
msgid "Cannot place building outside of the world."
msgstr "Nemožno umiestniť budovy mimo Zeme."
@@@ -22443,10 -23856,10 +23907,10 @@@ msgid "Use Address dialog
msgstr "Použiť adresný dialóg"
msgid "Auto-select building"
- msgstr ""
+ msgstr "Automaticky vybrať budovu"
msgid "Use address nodes under buildings"
- msgstr ""
+ msgstr "Použiť adresové body pod budovami"
msgid "Buildings width:"
msgstr "Å Ãrka budovy:"
@@@ -22455,19 -23868,19 +23919,19 @@@ msgid "Length step:
msgstr "Dĺžka kroku:"
msgid "Advanced..."
- msgstr ""
+ msgstr "PokroÄilé..."
msgid "Draw buildings"
msgstr "Kresliť budovy"
msgid "Point on the corner of the building to start drawing"
- msgstr ""
+ msgstr "OznaÄte roh budovy pre zaÄiatok kreslenia"
msgid "Point on opposite end of the building"
- msgstr ""
+ msgstr "OznaÄte protiľahlý koniec budovy"
msgid "Set width of the building"
- msgstr ""
+ msgstr "Nastavte Å¡Ãrku budovy"
msgid "on polygon"
msgstr ""
@@@ -22603,6 -24016,9 +24067,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "Zvoľte najprv WMS vrstvu v zozname."
@@@ -22610,7 -24026,7 +24077,7 @@@ msgid "Don''t use relation for addresse
msgstr "NepoužÃvaj reláciu pre adresy, ale addr:street na prvku."
msgid "off"
- msgstr ""
+ msgstr "vypnuté"
msgid "25 m"
msgstr "25 m"
@@@ -22618,15 -24034,9 +24085,9 @@@
msgid "50 m"
msgstr "50 m"
- msgid "100 m"
- msgstr "100 m"
-
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
+ msgid "100 m"
+ msgstr "100 m"
+
msgid "symbol"
msgstr "symbol"
@@@ -22684,7 -24094,7 +24145,7 @@@ msgid "
"Invert the original black and white colors (and all intermediate greys). "
"Useful for texts on dark backgrounds."
msgstr ""
- "ZameÅte originálnu Äiernu a bielu farbu ( a vÅ¡etky prechodné Å¡edé). Použité "
+ "ZameÅte originálnu Äiernu a bielu farbu (a vÅ¡etky prechodné Å¡edé). Použité "
"pre texty na tmavých pozadiach."
msgid "Allows multiple layers stacking"
@@@ -22773,6 -24183,9 +24234,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr "Zobraziť krÞe:"
@@@ -22792,6 -24205,9 +24256,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Pridať \"source=...\" do položiek?"
@@@ -23039,8 -24455,11 +24506,11 @@@ msgstr "WMS vrstva ({0}), {1} dlaždice
msgid "Is not vectorized."
msgstr "Nie je vektorizované."
- msgid "Raster size: {0}"
- msgstr "Veľkosť rastra: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "Je vektorizované."
@@@ -23093,8 -24512,8 +24563,8 @@@ msgstr "Zmazať vybranú schému zo zoz
msgid "Color Schemes"
msgstr "Farebná schéma"
- msgid "Adress"
- msgstr ""
+ msgid "Address"
+ msgstr "Adresa"
msgid "Split area"
msgstr "Rozdeliť oblasť"
@@@ -23263,7 -24682,7 +24733,7 @@@ msgid "User {0} is mapping nearby
msgstr ""
msgid "Users mapping nearby:"
- msgstr ""
+ msgstr "PoužÃvatelia mapujúci v okolÃ:"
msgid "Private chat"
msgstr ""
@@@ -23319,27 -24738,9 +24789,9 @@@ msgstr "Vypnúť zaznamenávanie dát a
msgid "Unknown logFormat"
msgstr "Neznámy zaznamenaný formát"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "obnoviť obsah okna"
-
- msgid "Configure"
- msgstr "Konfigurovať"
-
msgid "Configure Device"
msgstr "Konfigurácia zariadenia"
- msgid "Connection Error."
- msgstr "Chyba pri pripojovanÃ."
-
- msgid "configure the connected DG100"
- msgstr "konfigurovať spojenie DG100"
-
- msgid "delete data after import"
- msgstr "zmazať dáta po importe"
-
msgid "Importing data from device."
msgstr "Importovať dáta zo zariadenia."
@@@ -23482,31 -24883,37 +24934,37 @@@ msgid "Collection must contain at leas
msgstr ""
msgid "No ruleset has been selected!"
- msgstr ""
+ msgstr "Nebola zvolená sada pravidiel!"
msgid "No ruleset"
- msgstr ""
+ msgstr "Žiadna sada pravidiel"
msgid ""
"Syntax exception in access ruleset:\n"
"{0}"
msgstr ""
+ "Chyba syntaxe v sade pravidiel:\n"
+ "{0}"
msgid ""
"File not found:\n"
"{0}"
msgstr ""
+ "Súbor sa nenašiel:\n"
+ "{0}"
msgid ""
"Problem when accessing a file:\n"
"{0}"
msgstr ""
+ "Chyba pri otváranà súboru:\n"
+ "{0}"
msgid "File not found:\n"
- msgstr ""
+ msgstr "Súbor sa nenašiel:\n"
msgid "Couldn''t find built-in ruleset {0}"
- msgstr ""
+ msgstr "Nenašla sa zabudovaná sada pravidiel {0}"
msgid "height (m)"
msgstr "výška (m)"
@@@ -23521,7 -24928,7 +24979,7 @@@ msgid "speed (km/h)
msgstr "rýchlosť (km/h)"
msgid "weight (t)"
- msgstr "váha (t)"
+ msgstr "hmotnosť (t)"
msgid "axleload (t)"
msgstr "zaťaženie na nápravu (t)"
@@@ -23536,19 -24943,19 +24994,19 @@@ msgid "Bookmark name must not contain '
msgstr "Názov záložky nesmie obsahovať \"{0}\"!"
msgid "Access class"
- msgstr ""
+ msgstr "Trieda prÃstupu"
msgid "Access class must not contain ''{0}''!"
- msgstr ""
+ msgstr "Trieda prÃstupu nesmie obsahovaÅ¥\"{0}\"!"
msgid "Access types"
- msgstr ""
+ msgstr "Typy prÃstupu"
msgid "Vehicle properties"
- msgstr ""
+ msgstr "Vlastnosti vozidla"
msgid "Road requirements"
- msgstr ""
+ msgstr "Požiadavky na cestu"
msgid "Max. incline up (%, pos.)"
msgstr "Max. stúpanie (%)"
@@@ -23563,69 -24970,72 +25021,72 @@@ msgid "Maximum incline the vehicle can
msgstr "Maximálne klesanie pre vozidlo"
msgid "Surface blacklist"
- msgstr ""
+ msgstr "Zakázané povrchy"
msgid ""
"List of surfaces the vehicle cannot use, values are separated by semicolons "
"(;)"
msgstr ""
+ "Zoznam povrchov, ktoré vozidlo nemôže použiť; hodnoty sú oddelené "
+ "bodkoÄiarkou (;)"
msgid "max. tracktype grade"
- msgstr ""
+ msgstr "maximálny stupeŠcesty (tracktype)"
msgid "Worst tracktype (1-5) the vehicle can still use, 0 for none"
msgstr ""
+ "Najhoršà stupeŠcesty (1-5), ktorý môže vozidlo ešte použiť; 0 pre žiadny"
msgid "Change bookmark"
- msgstr ""
+ msgstr "Zmeniť záložku"
msgid "Edit access parameters"
- msgstr ""
+ msgstr "UpraviÅ¥ parametre prÃstupu"
msgid "Graph View Dialog"
- msgstr ""
+ msgstr "Okno \"Graph view\""
msgid "Open the dialog for graph view configuration."
- msgstr ""
+ msgstr "OtvoriÅ¥ okno konfigurÃcie \"Graph view\""
msgid "default"
- msgstr ""
+ msgstr "predvolené"
msgid "end nodes"
- msgstr ""
+ msgstr "krajné body"
msgid "incline"
- msgstr ""
+ msgstr "sklon"
msgid "Ruleset:"
- msgstr ""
+ msgstr "Sada pravidiel:"
msgid "Parameters:"
- msgstr ""
+ msgstr "Parametre:"
msgid "Coloring:"
- msgstr ""
+ msgstr "Farba:"
msgid "Create/update graph"
- msgstr ""
+ msgstr "Vytvoriť/aktualizovať graf"
msgid "Graphview"
- msgstr ""
+ msgstr "Graphview"
msgid "Settings for the Graphview plugin that visualizes routing graphs."
- msgstr ""
+ msgstr "Nastavenia pluginu Graphview, ktorý zvýrazÅuje graf navigácie."
msgid "Ruleset"
- msgstr ""
+ msgstr "Sada pravidiel"
msgid "Use built-in rulesets"
- msgstr ""
+ msgstr "Použiť zabudované sady pravidiel"
msgid "External ruleset directory:"
- msgstr ""
+ msgstr "Externý prieÄinok sád pravidiel:"
msgid "Select directory"
- msgstr ""
+ msgstr "Zvoľte prieÄinok"
msgid "Vehicle"
msgstr "Vozidlo"
@@@ -23634,13 -25044,13 +25095,13 @@@ msgid "Create
msgstr "Vytvoriť"
msgid "Restore defaults"
- msgstr ""
+ msgstr "Obnoviť predvolené hodnoty"
msgid "Visualization"
- msgstr ""
+ msgstr "Zobrazenie"
msgid "Draw directions separately"
- msgstr ""
+ msgstr "Kresliť smery samostatne"
msgid "Node color"
msgstr "Farba bodu"
@@@ -23649,51 -25059,53 +25110,53 @@@ msgid "Arrow color
msgstr "Farba Å¡Ãpky"
msgid "Arrowhead fill color"
- msgstr ""
+ msgstr "Farba hlavy Å¡Ãpky"
msgid "Arrowhead placement"
- msgstr ""
+ msgstr "Umiestnenie hlavy Å¡Ãpky"
msgid "New bookmark"
- msgstr ""
+ msgstr "Nová záložka"
msgid "Really delete \"{0}\"?"
msgstr "Naozaj zmazať \"{0}\"?"
msgid "Bookmark deletion"
- msgstr ""
+ msgstr "Vymazanie záložky"
msgid ""
"Really restore default bookmarks?\n"
"All manually added or edited bookmarks will be lost!"
msgstr ""
+ "Naozaj obnoviť predvolené záložky?\n"
+ "Všetky manuálne pridané a upravané záložky budú stratené!"
msgid "Bookmark reset"
- msgstr ""
+ msgstr "Resetovať záložky"
msgid "Choose node color"
- msgstr ""
+ msgstr "Vyberte farbu bodu"
msgid "Choose arrow color"
- msgstr ""
+ msgstr "Vyberte farbu Å¡Ãpky"
msgid "Choose arrowhead fill color"
- msgstr ""
+ msgstr "Vyberte farbu hlavy Å¡Ãpky"
msgid "Routing graph calculated by the GraphView plugin"
- msgstr ""
+ msgstr "Graf navigácie vypoÄÃtaný pluginom GraphView"
msgid "GraphView layer is not mergable"
- msgstr ""
+ msgstr "Vrstva GraphView nie je zlúÄiteľná"
msgid "graphview default node"
- msgstr ""
+ msgstr "predvolený bod graphview"
msgid "graphview default segment"
- msgstr ""
+ msgstr "predovlený segment graphview"
msgid "graphview arrowhead core"
- msgstr ""
+ msgstr "hlava Å¡Ãpky graphview"
msgid ""
"Weights must be given as positive decimal numbers with unit \"t\" or without "
@@@ -23723,11 -25135,14 +25186,14 @@@ msgstr "Sklon musà byť zadaný ako kl
msgid "Tracktype grades must be given as integers between 0 and 5."
msgstr ""
+ "StupeÅ cesty (tracktype) musà byÅ¥ zadaný ako celé ÄÃslo medzi 0 až 5."
msgid ""
"Surface values must not contain any of the following characters: '','', '' "
"'{' '', '' '}' '', ''='', ''|''"
msgstr ""
+ "hodnoty povrchu nesmú obsahovať nasledovné znaky: \",\", \" '{' \", \" '}' "
+ "\", \"=\", \"|\""
msgid "Imagery XML Files"
msgstr "XML súbory mapových podkladov"
@@@ -24438,14 -25853,39 +25904,39 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Funkcia umiestnená v relaÄnom Älene bola skopÃrovaná do vÅ¡etkých "
+ "nových ciest.<br>Mali by ste toto potvrdiť a opraviť to ak je to "
+ "potrebné.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Älenstvo v relácii bolo skopÃrované do vÅ¡etkých nových ciest.<br>Mali "
+ "by ste toto overiť a opraviť ak je to nutné.</html>"
+
msgid "Split way"
+ msgstr "Rozdeliť cestu"
+
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>Vložte kÄ¾ÃºÄ znaÄky, t.j. <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
msgstr ""
+ "<html>Vložte hodnotu znaÄky, t.j. <strong><tt>kontrola "
+ "Älenov</tt></strong></html>"
msgid "Michigan Left"
msgstr "Michigan Left"
msgid "Adds no left turn for sets of 4 or 5 ways."
- msgstr "PridÅ¥ zákaz zaboÄenia vľavo pre sadu zo 4 alebo 5 ciest."
+ msgstr "PridaÅ¥ zákaz zaboÄenia vľavo pre sadu zo 4 alebo 5 ciest."
msgid "Please select 4 or 5 ways to assign no left turns."
msgstr "ProsÃm vybraÅ¥ 4 alebo 5 ciest na priradenie zákazu zaboÄenia v ľavo."
@@@ -24461,7 -25901,7 +25952,7 @@@ msgstr "VytvoriÅ¥ Michigan zákaz odboÄ
msgid "Unable to find via nodes. Please check your selection"
msgstr ""
- "Nie som schopný nájsÅ¥ sprostredkujúce body. ProsÃm skontrolujte váš výber."
+ "Nie som schopný nájsÅ¥ sprostredkujúce body. ProsÃm skontrolujte Váš výber."
msgid ""
"XAPI query, e.g., '''' (to download all data), ''[highway=*]'', or "
@@@ -24575,7 -26015,7 +26066,7 @@@ msgid "The username and password is pro
msgstr ""
msgid "username"
- msgstr ""
+ msgstr "meno použÃvateľa"
msgid "password"
msgstr ""
@@@ -24607,7 -26047,7 +26098,7 @@@ msgid "Use {0}
msgstr ""
msgid "Encrypt data with Windows logon credentials"
- msgstr "ZakódovaÅ¥ údaje s prihlasovacÃmi údajmi Windows"
+ msgstr "ZaÅ¡ifrovaÅ¥ údaje s prihlasovacÃmi údajmi Windows"
msgid "The native password manager plugin detected {0} on your system."
msgstr ""
@@@ -24663,7 -26103,7 +26154,7 @@@ msgid "Zip Files
msgstr "zip súbory"
msgid "7Zip Files"
- msgstr ""
+ msgstr "7Zip súbory"
msgid "OpenData XML files"
msgstr "OpenData XML súbory"
@@@ -24729,7 -26169,7 +26220,7 @@@ msgid "Download the list of available m
msgstr ""
msgid "Update modules"
- msgstr ""
+ msgstr "Aktualizovať moduly"
msgid "Update the selected modules"
msgstr "Aktualizovať vybrané moduly"
@@@ -25063,7 -26503,7 +26554,7 @@@ msgid "Processing module list from sit
msgstr ""
msgid "OpenStreetBugs download loop"
- msgstr "OpenStreetBugs sÅ¥ahovaná sluÄka"
+ msgstr "Cyklus sťahovania z OpenStreetBugs"
msgid "Displays OpenStreetBugs issues"
msgstr "Zobrazuje chyby z OpenStreetBugs"
@@@ -25093,9 -26533,6 +26584,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Nastala chyba : {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Nedá sa vytvoriť nová chyba. Výsledok: {0}"
-
msgid "Process queue"
msgstr "Proces poradia"
@@@ -25152,18 -26589,6 +26640,6 @@@ msgstr "
msgid "Close: "
msgstr "Zatvoriť: "
- msgid "New issue"
- msgstr "Nový problém"
-
- msgid "Create issue"
- msgstr "Vytvoriť problém"
-
- msgid "Describe the problem precisely"
- msgstr "Podrobne popÃÅ¡te problém"
-
- msgid "Create: "
- msgstr "Vytvoriť: "
-
msgid "Open in browser"
msgstr ""
@@@ -25511,6 -26936,27 +26987,27 @@@ msgstr "Test zlyhal: Nemôžem ÄÃtaÅ
msgid "Test failed: Could not write mtime."
msgstr "Test zlyhal: Nemôžem zapÃsaÅ¥ mÄas."
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -25662,6 -27108,10 +27159,10 @@@ msgstr "Prázdna schránka
msgid "The clipboard data is not an image"
msgstr "V schránke nie je obrázok"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+ "Varovanie: Nepodarilo sa spracovať zip súbor ''{0}''. Výnimka bola: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -25902,7 -27352,7 +27403,7 @@@ msgid "[gap]
msgstr ""
msgid " [ID] {0}"
- msgstr ""
+ msgstr " [ID] {0}"
msgid "Route patterns ..."
msgstr "Vzory trás"
@@@ -25979,9 -27429,6 +27480,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "Stopy"
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -26177,13 -27624,13 +27675,13 @@@ msgid "Way without ''inner'' or ''outer
msgstr ""
msgid "Revert changeset fully"
- msgstr ""
+ msgstr "Vrátiť celý zmenový súbor"
msgid "Revert selection only"
- msgstr ""
+ msgstr "Vrátiť len výber"
msgid "Revert selection and restore deleted objects"
- msgstr ""
+ msgstr "Vrátiť výber a obnoviť vymazané objekty"
msgid "Revert changeset"
msgstr "Vrátiť zmeny vykonané v zmenovom súbore"
@@@ -26192,10 -27639,13 +27690,13 @@@ msgid "Revert
msgstr "Vrátiť naspäť"
msgid "Enter the ID of the changeset that should be reverted"
- msgstr ""
+ msgstr "Zadajte ID zmenového súboru, ktorý má byť vrátený"
msgid "Reverted changeset"
- msgstr ""
+ msgstr "Vrátený zmenový súbor"
+
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "Nie je povolené vrátiť zmenový súbor z {0}"
msgid "Missing merge target for {0} with id {1}"
msgstr "Chýba zluÄovaný cieľ pre {0} s id {1}"
@@@ -26204,33 -27654,53 +27705,53 @@@ msgid "Objects history
msgstr "História objektov"
msgid "History reverter"
- msgstr ""
+ msgstr "Vrátenie histórie"
msgid "Preparing history data..."
msgstr "Pripravujem dáta histórie..."
msgid "Remote Control has been asked to revert a changeset."
- msgstr ""
+ msgstr "Diaľkové ovládanie bolo požiadané o vrátenie zmenového súboru."
msgid "Reverting..."
- msgstr ""
+ msgstr "Vracia sa..."
msgid ""
"This changeset has objects that are not present in current dataset.\n"
"It is needed to download them before reverting. Do you want to continue?"
msgstr ""
+ "Tento zmenový súbor obsahuje objekty, ktoré sa nenachádzajú v súÄasnej sade "
+ "údajov.\n"
+ "Je potrebné ich pred vrátenÃm najprv stiahnuÅ¥. Chcete pokraÄovaÅ¥?"
msgid "Confirm"
- msgstr ""
+ msgstr "Potvrdiť"
msgid "Fetching missing primitives"
- msgstr ""
+ msgstr "Sťahujú sa chýbajúce základné objekty"
msgid "Downloading changeset"
- msgstr ""
+ msgstr "Sťahuje sa zmenový súbor"
+
+ msgid "See {0}"
+ msgstr "Pozri {0}"
msgid "Revert changeset #{0}"
+ msgstr "Vrátiť zmenový súbor #{0}"
+
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "Upozornenie: Nepodporovaný zaÄiatoÄný prvok ''{0}'' v obsahu zmenového "
+ "súboru na pozÃcii ({1},{2}). Vynechávam."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
msgstr ""
+ "Upozornenie: Nepodporovaný koncový prvok ''{0}'' v obsahu zmenového súboru "
+ "na pozÃcii ({1},{2}). Vynechávam."
msgid "Road Sign Plugin"
msgstr "Plugin Dopravné znaÄky (Road Sign Plugin)"
@@@ -26238,6 -27708,9 +27759,9 @@@
msgid "signs"
msgstr "dopravné znaÄky"
+ msgid "Change Properties"
+ msgstr "Zmeniť vlastnosti"
+
msgid "Country preset:"
msgstr "Prednastavenie krajiny:"
@@@ -26344,7 -27817,7 +27868,7 @@@ msgid "Clear route
msgstr "Vymazať trasu"
msgid "Reconstruct Graph"
- msgstr ""
+ msgstr "Rekonštruovať graf"
msgid "Routing Plugin Preferences"
msgstr "Nastavenia trasového (Routing) Pluginu"
@@@ -26352,9 -27825,6 +27876,6 @@@
msgid "Configure routing preferences."
msgstr "Konfigurácia trasových priorÃt."
- msgid "Highway type"
- msgstr "Typ komunikácie"
-
msgid "Speed (Km/h)"
msgstr "Rýchlosť (km/h)"
@@@ -26533,19 -28003,19 +28054,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -26688,7 -28158,7 +28209,7 @@@ msgid "Street name:
msgstr "Názov ulice: "
msgid "Building: "
- msgstr ""
+ msgstr "Budova: "
msgid "Even/Odd"
msgstr "Párne/Nepárne"
@@@ -26736,7 -28206,7 +28257,7 @@@ msgid "Creates individual buildings fro
msgstr "Vytvoriť viac jednotlivých budov z jednej dlhej budovy."
msgid "Invalid selection"
- msgstr ""
+ msgstr "Chybný výber"
msgid ""
"Select a single, closed way of at least four nodes. (Optionally you can also "
@@@ -26765,6 -28235,95 +28286,95 @@@ msgstr "Tracer.
msgid "Tracer building"
msgstr "Tracer stavieb"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -26801,6 -28360,10 +28411,10 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "Upozornenie: Ignorujem výnimku, pretože úloha bola zrušená. Výnimka: {0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -26819,7 -28382,7 +28433,7 @@@ msgid "Signed
msgstr ""
msgid "Unknown"
- msgstr ""
+ msgstr "Neznámy"
msgid "Object signatures"
msgstr ""
@@@ -26953,9 -28516,6 +28567,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -27144,7 -28704,7 +28755,7 @@@ msgid "Edit the raw tags and members o
msgstr "UpraviÅ¥ raw znaÄky a Älenov tohto zákazu odboÄenia"
msgid "Errors/Warnings"
- msgstr "Chyby /Varovania"
+ msgstr "Chyby/Varovania"
msgid "Show errors and warnings related to this turn restriction"
msgstr "ZobraziÅ¥ chyby a varovania týkajúce sa tohto zákazu odboÄenia"
@@@ -27199,7 -28759,14 +28810,14 @@@ msgid_plural "
"This turn restriction refers to {0} objects which were deleted outside of "
"this turn restriction editor:"
msgstr[0] ""
+ "Tento zákaz odboÄenia odkazuje na {0} objektov, ktoré boli zmazané mimo "
+ "tohto editora zákazov:"
msgstr[1] ""
+ "Tento zákaz odboÄenia odkazuje na {0} objekt, ktorý bol zmazaný mimo tohto "
+ "editora zákazov:"
+ msgstr[2] ""
+ "Tento zákaz odboÄenia odkazuje na {0} objekty, ktoré boli zmazané mimo tohto "
+ "editora zákazov:"
msgid ""
"Updates to this turn restriction can''t be saved unless deleted members are "
@@@ -27453,8 -29020,8 +29071,8 @@@ msgid "
"Warning: the preference with key ''{0}'' has an unsupported value ''{1}''. "
"Assuming the default value ''set-a''."
msgstr ""
- "Upozornenie: nastavený kÄ¾ÃºÄ ''{0}'' má nepodporovanú hodnotu ''{1}''. Za "
- "predpokladu, že sú východiskové hodnoty ''sady-a''."
+ "Upozornenie: nastavenie s kľúÄom \"{0}\" má nepodporovanú hodnotu \"{1}\". "
+ "Použije sa východisková hodnota \"sada A\"."
msgid ""
"This turn restriction uses the way <span class=\"object-name\">{0}</span> "
@@@ -27462,18 -29029,22 +29080,22 @@@
"turn restriction, the way with role <tt>from</tt> should be different from "
"the way with role <tt>to</tt>, though."
msgstr ""
+ "Tento zákaz odboÄenia použÃva cestu <span class=\"object-name\">{0}</span> s "
+ "rolou <tt>z (from)</tt> <strong>a</strong> rolou <tt>do (to)</tt>. V "
+ "obmedzenà odboÄenia vÅ¡ak musà byÅ¥ cesta s rolou <tt>z (from)</tt> odliÅ¡ná od "
+ "cesty s rolou <tt>do (to)</tt>."
msgid "Delete ''from''"
- msgstr "Vymazať ''z''"
+ msgstr "Vymazať \"z\""
msgid "Removes the member with role ''from''"
- msgstr "OdstrániÅ¥ Älena s funkciou ''z''"
+ msgstr "OdstrániÅ¥ Älena s funkciou \"z (from)\""
msgid "Delete ''to''"
- msgstr "Vymazať ''na''"
+ msgstr "Vymazať \"do\""
msgid "Removes the member with role ''to''"
- msgstr "OdstrániÅ¥ Älena s funkciou ''na''"
+ msgstr "OdstrániÅ¥ Älena s funkciou \"do (to)\""
msgid "Fix in editor"
msgstr "Opraviť v editore"
@@@ -27481,7 -29052,7 +29103,7 @@@
msgid ""
"Go to Basic Editor and manually choose members with roles ''from'' and ''to''"
msgstr ""
- "PrejsÅ¥ do Základného Editora a ruÄne zvoliÅ¥ Älenov s funkciou ''z'' a ''na''"
+ "PrejsÅ¥ do Základného Editora a ruÄne zvoliÅ¥ Älenov s funkciou \"z\" a \"do\""
msgid ""
"This turn restriction uses a non-standard restriction type <tt>{0}</tt> for "
@@@ -27502,6 -29073,11 +29124,11 @@@ msgid "
"<strong>via</strong>-object.<br> It is recommended to set it as unique "
"<strong>via</strong>-object."
msgstr ""
+ "Cesta <strong>z (from)</strong> <span class=\"object-name\">{0}</span> a "
+ "cesta <strong>do (to)</strong> <span class=\"object-name\">{1}</span> sa "
+ "pretÃnajú v bode <span class=\"object-name\">{2}</span>, ale tento bod nemá "
+ "úlohu <strong>cez (via)</strong>.<br> OdporúÄa sa nastaviÅ¥ ho ako samostatný "
+ "objekt <strong>cez (via)</strong>."
msgid "Set via-Object"
msgstr "Nastaviť \"cez (via)\" objekt"
@@@ -27543,7 -29119,7 +29170,7 @@@ msgstr "Pridať cestu s úlohou \"do (t
msgid ""
"The two ways participating in the turn restriction <strong>aren''t "
"connected.</strong>"
- msgstr "Cesty v zákaze odboÄenia <strong>nie sú spojené.</strong>"
+ msgstr "Cesty v zákaze odboÄenia <strong>nie sú spojené</strong>."
msgid ""
"Make sure you add one or more via objects (nodes or ways) to the turn "
@@@ -27659,7 -29235,7 +29286,7 @@@ msgstr "Obnoviť Objekt
msgid ""
"Enter the type and ID of the objects that should be undeleted, e.g., ''n1 "
"w2''"
- msgstr ""
+ msgstr "Zadajte typ a ID objektov, ktoré majú byť obnovené, napr. \"n1 w2\""
msgid "Select if the data should be added into a new layer"
msgstr "Vyberte v prÃpade, že údaje by mali byÅ¥ pridané do novej vrstvy"
@@@ -27677,7 -29253,7 +29304,7 @@@ msgid "Add missing nodes at intersectio
msgstr "PridaÅ¥ chýbajúce body v prieseÄnÃkoch vybraných ciest."
msgid "Please select one or more ways with intersections of segments."
- msgstr ""
+ msgstr "ProsÃm vyberte jednu alebo viac ciest s križovanÃm segmentov."
msgid "Align Way Nodes"
msgstr "Zarovnať body cesty"
@@@ -28028,9 -29604,6 +29655,6 @@@ msgstr "OdznaÄiÅ¥ body
msgid "Removes all nodes from selection"
msgstr "Odstráni všetky body z výberu"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr "Importovať video"
@@@ -28053,7 -29626,7 +29677,7 @@@ msgid "Video: {0}
msgstr "Video: {0}"
msgid "Backward"
- msgstr ""
+ msgstr "Späť"
msgid "jumps n sec back"
msgstr "skoÄà n sekúnd späť"
@@@ -28080,19 -29653,19 +29704,19 @@@ msgid "Jump To
msgstr "SkoÄiÅ¥ na"
msgid "jumps to the entered gps time"
- msgstr ""
+ msgstr "skoÄiÅ¥ na zadaný Äas gps"
msgid "Loop"
msgstr "SluÄka"
msgid "loops n sec around current position"
- msgstr ""
+ msgstr "OpakovaÅ¥ n sekúnd okolo aktuálnej pozÃcie"
msgid "Keep centered"
msgstr "Zachovať vycentrované"
msgid "follows the video icon automaticly"
- msgstr ""
+ msgstr "automaticky nasleduje ikonu videa"
msgid "Subtitles"
msgstr "Titulky"
@@@ -28107,7 -29680,7 +29731,7 @@@ msgid "Set the length of a jump
msgstr "Nastaviť dĺžku skoku"
msgid "Jump in video for x ms"
- msgstr ""
+ msgstr "PreskoÄiÅ¥ vo videu x ms"
msgid "Loop length"
msgstr "Dĺžka sluÄky"
@@@ -28261,7 -29834,7 +29885,7 @@@ msgid "
msgstr ""
msgid "Copy {0} template"
- msgstr ""
+ msgstr "KopÃrovaÅ¥ Å¡ablónu {0}"
msgid "Fetch Wikipedia articles with coordinates"
msgstr "ZÃskaÅ¥ Älánky Wikipedie so súradnicami"
@@@ -28278,19 -29851,19 +29902,19 @@@ msgid "Available in local dataset
msgstr ""
msgid "Not linked yet"
- msgstr ""
+ msgstr "Zatiaľ neprepojené"
msgid "{0}.Wikipedia.org"
- msgstr ""
+ msgstr "{0}.Wikipedia.org"
msgid "{0}.Wikipedia.org: {1}"
- msgstr ""
+ msgstr "{0}.Wikipedia.org: {1}"
msgid "Fetches all coordinates from Wikipedia in the current view"
msgstr "ZÃska vÅ¡etky súradnice z Wikipedie v aktuálnom zobrazenÃ"
msgid "coordinates"
- msgstr ""
+ msgstr "súradnice"
msgid "Category"
msgstr "Kategória"
@@@ -28302,13 -29875,13 +29926,13 @@@ msgid "Enter the Wikipedia category
msgstr "Zadajte kategóriu Wikipedie"
msgid "Clipboard"
- msgstr ""
+ msgstr "Schránka"
msgid "Pastes Wikipedia articles from the system clipboard"
- msgstr ""
+ msgstr "Vložà Älánky Wikipedie zo systémovej schránky"
msgid "clipboard"
- msgstr ""
+ msgstr "schránka"
msgid "Open Article"
msgstr "OtvoriÅ¥ Älánok"
@@@ -28317,19 -29890,16 +29941,16 @@@ msgid "Opens the Wikipedia article of t
msgstr "Otvorà v prehliadaÄi Älánok Wikipedie pre zvolenú položku"
msgid "Sets the default language for the Wikipedia articles"
- msgstr "Nastavà štandardný jazyk pre Älánky Wikipedie"
+ msgstr "Nastavà predvolený jazyk pre Älánky Wikipedie"
msgid "Enter the Wikipedia language"
msgstr "Zadajte jazyk Wikipedie"
- msgid "Add Tag"
- msgstr "PridaÅ¥ znaÄku"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
msgstr ""
- "Pridá znaÄku \"wikipedia\" zodpovedajúci tomuto Älánku pre vybraté objekty"
+ "Pridá do vybratých objektov znaÄku \"wikipedia\" zodpovedajúcu tomuto Älánku"
msgid "The Ultimate WMS Super-speed Turbo Challenge II"
msgstr ""
diff --combined i18n/po/sl.po
index 2df3e7d,2b96b6c..f6ee9fc
--- a/i18n/po/sl.po
+++ b/i18n/po/sl.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-30 13:06+0000\n"
"Last-Translator: Dirk Stöcker <launchpad at dstoecker.de>\n"
"Language-Team: Slovenian <sl at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
"n%100==4 ? 3 : 0);\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:59+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:59+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: sl\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -160,13 -166,13 +166,13 @@@ msgid "About JOSM...
msgstr "O JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -251,9 -257,6 +257,6 @@@ msgstr "Orodje: {0}
msgid "Please select at least four nodes."
msgstr "Prosim, izberite vsaj 4 vozliÅ¡Äa."
- msgid "Information"
- msgstr "Informacije"
-
msgid "Align Nodes in Line"
msgstr "Poravnaj vozliÅ¡Äa na premico"
@@@ -290,6 -293,9 +293,9 @@@ msgstr "naprej
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "Informacije"
+
msgid "Zoom to {0}"
msgstr "PoveÄava na {0}"
@@@ -346,9 -352,9 +352,9 @@@ msgstr "
"njih?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Poti se ne da združiti (VozliÅ¡Äa niso povezana v premem zaporedju)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "Združi {0} poti"
@@@ -538,6 -544,9 +544,9 @@@ msgstr "Zgodovina
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Prikaz zgodovine poti, vozliÅ¡Äa ali relacije OSM."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -651,7 -660,7 +660,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -801,11 -810,9 +810,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "Združi vozliÅ¡Äa v najstarejÅ¡ega."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Prosim izberite vsaj dve toÄki za združevanje oz. toÄko, ki je zelo blizu "
- "drugi toÄki."
msgid "Abort Merging"
msgstr "Prekini Združevanje"
@@@ -989,12 -996,8 +996,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1012,9 -1015,6 +1015,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1180,9 -1180,6 +1180,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1328,13 -1325,13 +1325,13 @@@ msgstr "
"sredini poti.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1423,6 -1420,27 +1420,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "IzniÄi"
@@@ -1707,6 -1725,9 +1725,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Sprejto {0} od {1} (še {2})"
@@@ -1928,8 -1949,8 +1949,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2354,6 -2375,9 +2375,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2550,8 -2574,7 +2574,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2637,6 -2660,9 +2660,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2673,10 -2699,10 +2699,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2701,8 -2727,8 +2727,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2806,6 -2832,9 +2832,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2866,8 -2895,8 +2895,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2897,11 -2926,11 +2926,11 @@@ msgstr "Uveljavi izbrane spremembe
msgid "Do not apply changes"
msgstr "Ne uveljavi sprememb"
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
- msgstr "Lastnosti "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr ""
@@@ -2921,6 -2950,9 +2950,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2951,18 -2983,18 +2983,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2971,8 -3003,8 +3003,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2980,13 -3012,11 +3012,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3000,8 -3030,8 +3030,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3031,11 -3061,10 +3061,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "NEZNANO"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3194,8 -3223,7 +3223,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3302,7 -3330,7 +3330,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3340,9 -3368,6 +3368,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3383,6 -3408,9 +3408,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Naslovi"
@@@ -3407,6 -3435,15 +3435,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3466,6 -3503,9 +3503,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Podvojena vozliÅ¡Äa"
@@@ -3548,6 -3588,15 +3588,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3617,6 -3666,12 +3666,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3674,13 -3729,13 +3729,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3712,10 -3767,10 +3767,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
- msgstr "Preverjanje lastnosti:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3849,8 -3904,8 +3904,8 @@@ msgstr "Uporabi privzeto datoteko za Ä
msgid "Use the default spellcheck file (recommended)."
msgstr "Uporabi privzeto datoteko za Ärkovanje (priporoÄeno)."
- msgid "Fix properties"
- msgstr "Popravi lastnosti"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr ""
@@@ -3924,6 -3979,9 +3979,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3954,9 -4012,6 +4012,6 @@@ msgstr "zgradba
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3981,10 -4036,10 +4036,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4047,23 -4102,6 +4102,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4171,7 -4209,7 +4209,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4400,6 -4438,18 +4438,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Zvok"
@@@ -4504,19 -4554,6 +4554,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "ne: lastnost je izrecno izklopljena"
-
- msgid "true: the property is explicitly switched on"
- msgstr "da: lastnost je izrecno vklopljena"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4804,29 -4841,47 +4841,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4841,8 -4896,8 +4896,8 @@@ msgstr "
msgid "Up"
msgstr "Gor"
- msgid "Move up the selected elements by one position."
- msgstr "Premakni izbrani element za eno mesto višje."
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "Dol"
@@@ -4893,14 -4948,6 +4948,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr "VozliÅ¡Äe"
@@@ -5150,14 -5197,14 +5197,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5678,6 -5725,9 +5725,9 @@@ msgstr "Prikaži/Skrij
msgid "Information about layer"
msgstr "Informacije o plasti"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5761,6 -5811,36 +5811,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Tip objekta:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "mešano"
+
+ msgid "Choose the OSM object type"
+ msgstr "Izberi tip OSM objekta"
+
+ msgid "Object ID:"
+ msgstr "ID objekta:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Vnesi ID objekta, ki naj se prenese"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "IDji objektov so lahko loÄeni z vejicami ali presledki.<br/> Primeri: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> v meÅ¡anem naÄinu doloÄi "
+ "tudi tip objekta: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relacije"
@@@ -5851,8 -5931,7 +5931,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6022,9 -6101,6 +6101,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6309,8 -6385,8 +6385,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6375,34 -6451,46 +6451,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Lastnosti/Älanstva"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Lastnosti izbranih predmetov."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<razliÄno>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Latnosti: {0} / Älanstva: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Lastnosti / Älanstva"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "IzbriÅ¡i izbrani kljuÄ vsem predmetom"
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6417,13 -6505,13 +6505,13 @@@ msgstr "Naj res izbrišem izbor iz rela
msgid "Add a new key/value pair to all objects"
msgstr "Dodaj nov par kljuÄ/vrednost vsem predmetom"
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Dodaj oznako"
msgid "Edit the value of the selected key for all objects"
msgstr "Spremeni vrednost izbranega kljuÄa vsem predmetom"
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6581,7 -6669,7 +6669,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6899,6 -6987,25 +6987,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Zaznamki"
@@@ -7032,21 -7139,8 +7139,8 @@@ msgstr "Prenesi povezane (nadrejene rel
msgid "Download object"
msgstr "Prenesi object"
- msgid "Object type:"
- msgstr "Tip objekta:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "mešano"
-
- msgid "Choose the OSM object type"
- msgstr "Izberi tip OSM objekta"
-
- msgid "Object ID:"
- msgstr "ID objekta:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Vnesi ID objekta, ki naj se prenese"
+ msgid "Start downloading"
+ msgstr "ZaÄni prenos"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7058,28 -7152,9 +7152,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Izberi, Äe naj se prenesejo tudi Älani relacije"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "IDji objektov so lahko loÄeni z vejicami ali presledki.<br/> Primeri: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> v meÅ¡anem naÄinu doloÄi "
- "tudi tip objekta: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Prenesi povezane (nadrejene relacije in poti)"
- msgid "Start downloading"
- msgstr "ZaÄni prenos"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "VneÅ¡en napaÄen ID\n"
- "Ne morem prenesti oobjekta."
-
msgid "Class Type"
msgstr ""
@@@ -7176,7 -7251,7 +7251,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7275,6 -7350,9 +7350,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7362,7 -7440,7 +7440,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7381,6 -7459,12 +7459,12 @@@ msgstr "Vpišite kratek opis sprememb,
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7447,8 -7531,7 +7531,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7523,8 -7606,8 +7606,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7538,8 -7621,7 +7621,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7754,12 -7836,6 +7836,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7768,6 -7844,22 +7844,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7783,6 -7875,21 +7875,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7790,8 -7897,8 +7897,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7903,9 -8010,6 +8010,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7915,6 -8019,9 +8019,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7931,7 -8038,7 +8038,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8077,7 -8184,7 +8184,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8107,7 -8214,7 +8214,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8460,9 -8567,6 +8567,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8481,6 -8585,9 +8585,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Slike z geografskim položajem"
@@@ -8538,6 -8645,12 +8645,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8610,9 -8723,6 +8723,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8793,14 -8903,10 +8903,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8815,7 -8921,7 +8921,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8825,8 -8931,7 +8931,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9046,7 -9151,7 +9151,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9761,21 -9866,21 +9866,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9829,6 -9934,9 +9967,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr "Riši nedejavne plasti v drugi barvi"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9882,6 -9990,11 +10023,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10340,6 -10453,12 +10486,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10403,8 -10522,8 +10555,8 @@@ msgstr "Nastavitve zemljevida
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Vira prednastavitev ni bilo mogoÄe prebrati: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10661,40 -10780,40 +10813,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10747,8 -10866,8 +10899,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10757,20 -10876,25 +10909,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10852,14 -10976,8 +11009,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10934,9 -11052,9 +11085,12 @@@ msgstr "Uporabi prednastavitev
msgid "New relation"
msgstr ""
+ msgid "Change Tags"
+ msgstr ""
+
+msgid "Change Properties"
+msgstr "Spremeni lastnosti"
+
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11013,9 -11131,6 +11167,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Vira prednastavitev ni bilo mogoÄe prebrati: {0}"
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11034,6 -11149,14 +11185,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11063,9 -11186,49 +11222,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "ne: lastnost je izrecno izklopljena"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "da: lastnost je izrecno vklopljena"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11096,7 -11259,7 +11295,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11136,28 -11299,26 +11335,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11256,6 -11417,9 +11453,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11271,12 -11435,20 +11471,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11355,7 -11527,7 +11563,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11454,35 -11626,11 +11662,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11492,8 -11640,8 +11676,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11520,10 -11668,7 +11704,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11607,8 -11752,8 +11788,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11807,7 -11952,7 +11988,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11853,6 -11998,15 +12034,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11883,19 -12037,19 +12073,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11917,11 -12071,23 +12107,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11991,13 -12157,13 +12193,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12140,10 -12306,10 +12342,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12158,22 -12324,21 +12360,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12246,8 -12411,7 +12447,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12262,26 -12426,41 +12462,41 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
- msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ msgid "Plugin list download error"
msgstr ""
- msgid "Writing plugin list to local cache ''{0}''"
+ msgid "JOSM failed to download plugin list:"
msgstr ""
- msgid "Parsing plugin list from site ''{0}''"
+ msgid "Details:"
msgstr ""
- msgid ""
- "Failed to parse plugin list document from site ''{0}''. Skipping site. "
- "Exception was: {1}"
+ msgid "Plugin icons download error"
msgstr ""
- msgid "Processing plugin list from site ''{0}''"
+ msgid "JOSM failed to download plugin icons:"
msgstr ""
- msgid "This is after the end of the recording"
+ msgid ""
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
+
+ msgid "Writing plugin list to local cache ''{0}''"
+ msgstr ""
+
+ msgid "Parsing plugin list from site ''{0}''"
+ msgstr ""
+
+ msgid ""
+ "Failed to parse plugin list document from site ''{0}''. Skipping site. "
+ "Exception was: {1}"
+ msgstr ""
+
+ msgid "Processing plugin list from site ''{0}''"
+ msgstr ""
+
+ msgid "This is after the end of the recording"
msgstr ""
msgid "unspecified reason"
@@@ -12586,12 -12765,11 +12801,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12602,9 -12780,52 +12816,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12636,9 -12857,23 +12893,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12961,6 -13196,11 +13232,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13200,6 -13440,9 +13476,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13249,9 -13492,6 +13528,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13288,6 -13528,11 +13564,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13418,6 -13663,9 +13699,9 @@@ msgstr "Nasip
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "Cestnina"
+
msgid "Motorway Link"
msgstr "Avtocestni prikljuÄek"
@@@ -13508,6 -13756,50 +13792,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "da"
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13526,10 -13818,10 +13854,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13541,6 -13833,9 +13869,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13568,18 -13863,12 +13899,12 @@@ msgstr "krožiÅ¡Äe
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "da"
-
msgid "Road Restrictions"
msgstr "Cestne omejitve"
msgid "Edit Road Restrictions"
msgstr "Uredi cestne omejitve"
- msgid "Toll"
- msgstr "Cestnina"
-
msgid "No exit (cul-de-sac)"
msgstr "Brez izhoda (slepa ulica)"
@@@ -13589,9 -13878,6 +13914,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13601,13 -13887,13 +13923,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13655,6 -13941,9 +13977,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Najnižja hitrost (km/h)"
@@@ -13739,6 -14028,9 +14064,9 @@@ msgstr "Uredi most
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13843,21 -14135,30 +14171,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13873,10 -14174,10 +14210,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13912,7 -14213,7 +14249,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13981,12 -14282,18 +14318,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr ""
+ msgid "Drinking Water"
+ msgstr "Pitna voda"
msgid "Traffic Signal"
msgstr "Semafor"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -14002,15 -14309,6 +14345,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14032,6 -14330,15 +14366,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "Stop znak"
@@@ -14041,6 -14348,9 +14384,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14050,10 -14360,7 +14396,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14086,9 -14393,6 +14429,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr "ObraÄaliÅ¡Äe"
@@@ -14131,6 -14435,12 +14471,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr "StebriÄek"
@@@ -14146,6 -14456,9 +14492,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14215,19 -14528,13 +14564,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14258,6 -14565,7 +14604,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14267,10 -14575,10 +14614,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14324,12 -14632,6 +14671,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14390,12 -14692,21 +14731,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "Potok"
msgid "Edit Stream"
msgstr "Uredi potok"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -14435,9 -14746,6 +14785,6 @@@ msgstr "Uredi jez
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14471,6 -14779,21 +14818,21 @@@ msgstr "
msgid "Edit Water"
msgstr "Uredi vodo"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Kopno"
@@@ -14552,18 -14875,23 +14914,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14639,7 -14967,7 +15006,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14663,10 -14991,13 +15030,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14678,9 -15009,6 +15048,6 @@@ msgstr "Tir ozkotirne železnice
msgid "Edit Narrow Gauge Rail"
msgstr "Uredi tir ozkotirne železnice"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14702,15 -15030,15 +15069,15 @@@ msgstr "
msgid "Subway"
msgstr "Podzemna"
+msgid "Edit Tram"
+msgstr ""
+
msgid "Edit Subway"
msgstr "Uredi podzemno"
msgid "Tram"
msgstr ""
-msgid "Edit Tram"
-msgstr ""
-
msgid "Bus Guideway"
msgstr ""
@@@ -14732,6 -15060,9 +15099,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14744,18 -15075,32 +15114,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr ""
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14855,11 -15200,9 +15239,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14871,11 -15214,9 +15253,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14894,12 -15235,12 +15274,12 @@@ msgstr "
msgid "underground"
msgstr ""
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "Dostop"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -14927,9 -15268,6 +15307,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14951,10 -15289,29 +15328,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15104,6 -15461,9 +15500,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15125,6 -15485,12 +15524,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15152,10 -15518,16 +15557,16 @@@ msgstr "Izposojevalnica
msgid "Edit Car Rental"
msgstr "Uredi izposojevalnico avtomobilov"
- msgid "Sharing"
+ msgid "Second hand"
msgstr ""
- msgid "Edit Car Sharing"
+ msgid "only"
+ msgstr ""
+
+ msgid "Sharing"
+ msgstr ""
+
+ msgid "Edit Car Sharing"
msgstr ""
msgid "Edit Motorcycle Parking"
@@@ -15176,22 -15548,6 +15587,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15213,9 -15569,6 +15608,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15410,6 -15763,9 +15802,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15440,6 -15796,9 +15835,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Klopca"
@@@ -15452,9 -15811,6 +15850,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15464,9 -15820,14 +15859,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Zgradba"
@@@ -15479,6 -15840,9 +15879,9 @@@ msgstr "Uredi vhod v podzemno
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15503,14 -15867,6 +15906,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15559,8 -15915,8 +15954,8 @@@ msgstr "Uredi avtobusni peron
msgid "Taxi"
msgstr "Taksi"
- msgid "Edit Taxi station"
- msgstr "Uredi postajaliÅ¡Äe taksijev"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "LetaliÅ¡Äe"
@@@ -15613,41 -15969,41 +16008,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15839,9 -16195,6 +16234,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tu-Su 08:00-15:00; Sa 08:00-12:00"
-
msgid "Tourism"
msgstr "Turizem"
@@@ -15863,9 -16216,15 +16255,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Zemljevid"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15878,6 -16237,9 +16276,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15917,6 -16279,9 +16318,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15938,22 -16303,34 +16342,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16083,49 -16460,43 +16499,43 @@@ msgstr "Umetnina
msgid "Edit Artwork"
msgstr "Uredi umetnino"
- msgid "Place of Worship"
- msgstr "Kraj ÄaÅ¡Äenja"
-
- msgid "Edit Place of Worship"
- msgstr "Uredi kraj ÄaÅ¡Äenja"
-
- msgid "Religion"
- msgstr "Vera"
-
- msgid "bahai"
+ msgid "Recording Studio"
msgstr ""
- msgid "buddhist"
- msgstr "budizem"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "christian"
+ msgid "audio"
msgstr ""
- msgid "hindu"
+ msgid "video"
msgstr ""
- msgid "jain"
+ msgid "Place of Worship"
+ msgstr "Kraj ÄaÅ¡Äenja"
+
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16143,6 -16514,12 +16553,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16155,6 -16532,9 +16571,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16173,37 -16553,137 +16592,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Vera"
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16293,6 -16773,12 +16812,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Zdravje"
@@@ -16374,12 -16860,66 +16899,66 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr ""
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Poštni nabiralnik"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -16389,6 -16929,30 +16968,30 @@@ msgstr "Uredi telefon
msgid "Telephone cards"
msgstr "Telefonske kartice"
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr ""
@@@ -16398,31 -16962,37 +17001,37 @@@ msgstr "
msgid "Display"
msgstr ""
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16450,8 -17020,8 +17059,8 @@@ msgstr "
msgid "Recycling"
msgstr "Recikliranje"
- msgid "Edit Recycling station"
- msgstr "Uredi raciklažno toÄko"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr ""
@@@ -16477,21 -17047,15 +17086,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16526,18 -17090,24 +17129,24 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
+
msgid "Hide"
msgstr ""
msgid "Lock"
msgstr ""
- msgid "Drinking Water"
- msgstr "Pitna voda"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16569,6 -17139,9 +17178,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16606,119 -17179,155 +17218,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Uredi stadion"
- msgid "select sport:"
- msgstr "izberite šport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "šport"
+ msgid "Sport"
+ msgstr "Å port"
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "lokostrelstvo"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "košarka"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "plezanje"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "kolesarjenje"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gimnastika"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hokej"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "streliÅ¡Äe"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "smuÄanje"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "nogomet"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "plavanje"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "namizni_tenis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Å portno srediÅ¡Äe"
@@@ -16750,26 -17359,27 +17398,27 @@@ msgstr "Mini golf
msgid "Edit Miniature Golf"
msgstr "Uredi mini golf"
- msgid "Sport"
- msgstr "Å port"
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr "vrsta"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16777,6 -17387,15 +17426,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr ""
@@@ -16810,6 -17429,22 +17468,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr "Uredi kolesarjenje"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Pasje dirke"
@@@ -16866,7 -17501,7 +17540,7 @@@ msgid "Skating
msgstr "Drsanje"
msgid "Edit Skating"
- msgstr "Uredi Drsanje"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -16910,36 -17545,54 +17584,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16982,19 -17635,15 +17674,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17133,6 -17782,18 +17821,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17145,58 -17806,132 +17845,132 @@@ msgstr "
msgid "Edit Building"
msgstr "Uredi Zgradbo"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr "Stanovanjska zgradba"
msgid "Edit Residential Building"
msgstr "Urejanje stanovanjske stavbe"
- msgid "apartments"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "apartments"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "house"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hut"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "terrace"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "detached"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
msgstr ""
- msgid "house"
+ msgctxt "entrance"
+ msgid "main"
msgstr ""
- msgid "hut"
+ msgctxt "entrance"
+ msgid "service"
msgstr ""
- msgid "terrace"
+ msgctxt "entrance"
+ msgid "exit"
msgstr ""
- msgid "detached"
+ msgctxt "entrance"
+ msgid "emergency"
msgstr ""
msgid "Tower"
@@@ -17423,41 -18158,67 +18197,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17466,8 -18227,8 +18266,8 @@@ msgstr "Geodetska toÄka
msgid "Edit Survey Point"
msgstr "Uredi geodetsko toÄko"
- msgid "Surveillance"
- msgstr "Video nadzor"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Uredi video nadzorno kamero"
@@@ -17478,12 -18239,102 +18278,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17535,88 -18386,191 +18425,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
msgstr ""
- msgid "battery charging"
+ msgid "hygro run-of-the-river / hydro water-storage"
msgstr ""
- msgid "Power Station"
+ msgid "reciprocating_engine"
msgstr ""
- msgid "Edit Power Station"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17628,6 -18582,21 +18621,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17643,6 -18612,9 +18651,9 @@@ msgstr "Uredi steber daljnovoda
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17661,11 -18633,9 +18672,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17774,11 -18744,11 +18783,11 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
- msgstr "Pekarna"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Uredi pekarno"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Mesar"
@@@ -17789,7 -18759,7 +18798,7 @@@ msgstr "Uredi mesarja
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17810,6 -18780,9 +18819,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17822,9 -18795,6 +18834,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17894,7 -18864,7 +18903,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17915,13 -18885,13 +18924,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17930,7 -18900,6 +18939,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17958,6 -18927,12 +18966,12 @@@ msgstr "Uredi menjalnico
msgid "Edit Automated Teller Machine"
msgstr "Uredi bankomat"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17994,10 -18969,31 +19008,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budizem"
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18027,7 -19023,7 +19062,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18039,19 -19035,19 +19074,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18087,7 -19083,7 +19122,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18300,6 -19296,12 +19335,12 @@@ msgstr "Vrh
msgid "Edit Peak"
msgstr "Uredi vrh"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18339,24 -19341,33 +19380,33 @@@ msgstr "Drevo
msgid "Edit Tree"
msgstr "Uredi drevo"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18366,15 -19377,6 +19416,6 @@@ msgstr "Gozd
msgid "Edit Forest Landuse"
msgstr "Uredi gozdnata tla"
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18450,6 -19452,12 +19491,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vinograd"
@@@ -18504,7 -19512,7 +19551,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18516,6 -19524,9 +19563,9 @@@ msgstr "PokopaliÅ¡Äe
msgid "Edit Graveyard"
msgstr "Uredi pokopaliÅ¡Äe"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18591,6 -19602,33 +19641,33 @@@ msgstr "Uredi kamnolom
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Urejanje podatkov o naslovu"
@@@ -18627,6 -19665,18 +19704,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18795,21 -19845,50 +19884,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18855,19 -19934,22 +19973,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18891,7 -19973,7 +20012,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18987,18 -20069,27 +20108,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -19008,7 -20099,10 +20138,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19017,10 -20111,10 +20150,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19038,6 -20132,9 +20171,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19053,28 -20150,28 +20189,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19095,19 -20192,19 +20231,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19182,10 -20279,13 +20318,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr "šport"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19200,9 -20300,6 +20339,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19230,6 -20327,9 +20366,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19275,10 -20375,40 +20414,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19290,7 -20420,7 +20459,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19308,7 -20438,7 +20477,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19425,19 -20555,130 +20594,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19456,7 -20697,46 +20736,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19468,24 -20748,30 +20787,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19501,7 -20787,7 +20829,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19510,6 -20796,9 +20838,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19656,6 -20945,29 +20987,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19821,6 -21133,9 +21175,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19866,6 -21181,39 +21223,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr "izbriši podatke po uvozu"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20058,13 -21406,25 +21448,25 @@@ msgstr "Ni obveznega opisa. Prosimo, vp
msgid "Uploading GPX Track"
msgstr "Pošiljanje sledi GPX"
- msgid "Uploads traces to openstreetmap.org"
- msgstr "Pošlji sledi na openstreetmap.org"
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr "Pošlji sledi na openstreetmap.org"
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
+ msgstr ""
+
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20088,13 -21448,7 +21490,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20357,10 -21711,13 +21753,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20564,7 -21921,7 +21963,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20835,15 -22192,6 +22234,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21014,6 -22362,9 +22404,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21032,12 -22383,6 +22425,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21173,6 -22518,9 +22560,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21190,6 -22538,9 +22580,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21416,7 -22767,10 +22809,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21466,7 -22820,7 +22862,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21606,51 -22960,51 +23002,116 @@@ msgstr "
msgid "GeoChat"
msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21690,27 -23044,9 +23151,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr "izbriši podatke po uvozu"
-
msgid "Importing data from device."
msgstr ""
@@@ -22790,9 -24126,26 +24233,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23439,9 -24792,6 +24899,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23494,18 -24844,6 +24951,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23852,6 -25190,27 +25297,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24003,6 -25362,9 +25469,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24320,9 -25682,6 +25789,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24538,6 -25897,9 +26004,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24570,15 -25932,31 +26039,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Spremeni lastnosti"
+
msgid "Country preset:"
msgstr ""
@@@ -24693,9 -26071,6 +26178,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24874,19 -26249,19 +26356,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25102,6 -26477,95 +26584,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25138,6 -26602,9 +26709,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25290,9 -26757,6 +26864,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26280,9 -27744,6 +27851,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26561,9 -28022,6 +28129,6 @@@ msgstr "Nastavi privzeti jezik za Älan
msgid "Enter the Wikipedia language"
msgstr "Vnesite jezik Wikipedije"
- msgid "Add Tag"
- msgstr "Dodaj oznako"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/sq.po
index 45ad6ad,1407bfb..1f6329c
--- a/i18n/po/sq.po
+++ b/i18n/po/sq.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-11-04 19:43+0000\n"
"Last-Translator: StefanPrifti <Unknown>\n"
"Language-Team: FLOSS Kosova\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:32+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:31+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "Rreth JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "Vegla: {0}
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "E PANJOHUR"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Shëndet"
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/sr.po
index 9dd5460,1d4c729..f307f34
--- a/i18n/po/sr.po
+++ b/i18n/po/sr.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-07-13 07:57+0000\n"
"Last-Translator: Ðикола СмоленÑки <Unknown>\n"
"Language-Team: Serbian <sr at li.org>\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-05 04:58+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 04:57+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: sr\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -51,6 -51,9 +51,9 @@@ msgstr "УÑлови коÑиÑÑеÑÐ
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -60,6 -63,9 +63,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -163,13 -169,13 +169,13 @@@ msgid "About JOSM...
msgstr "РпÑогÑÐ°Ð¼Ñ ÐÐСÐ"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -254,9 -260,6 +260,6 @@@ msgstr "ÐлаÑка: {0}
msgid "Please select at least four nodes."
msgstr "ÐзабеÑиÑе наÑмаÑе ÑеÑиÑи ÑаÑке."
- msgid "Information"
- msgstr "ÐбавеÑÑеÑе"
-
msgid "Align Nodes in Line"
msgstr "ÐоÑеÑÐ°Ñ ÑаÑке Ñ Ð»Ð¸Ð½Ð¸ÑÑ"
@@@ -293,6 -296,9 +296,9 @@@ msgstr "ÑледеÑе
msgid "Nothing selected to zoom to."
msgstr "ÐÐ¸ÐµÑ Ð¸Ð·Ð°Ð±Ñани ниÑÑа ÑÑо ÑÑеба пÑиказаÑи."
+ msgid "Information"
+ msgstr "ÐбавеÑÑеÑе"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -347,7 -353,7 +353,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -527,6 -533,9 +533,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -640,7 -649,7 +649,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -790,8 -799,8 +799,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -976,12 -985,8 +985,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -999,9 -1004,6 +1004,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1167,9 -1169,6 +1169,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1308,13 -1307,13 +1307,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1403,6 -1402,27 +1402,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1687,6 -1707,9 +1707,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1906,8 -1929,8 +1929,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2332,6 -2355,9 +2355,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2528,8 -2554,7 +2554,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2615,6 -2640,9 +2640,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2651,10 -2679,10 +2679,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2677,8 -2705,8 +2705,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2782,6 -2810,9 +2810,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2842,8 -2873,8 +2873,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2873,10 -2904,10 +2904,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2897,6 -2928,9 +2928,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2927,18 -2961,18 +2961,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2947,8 -2981,8 +2981,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2956,13 -2990,11 +2990,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2976,8 -3008,8 +3008,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3007,11 -3039,10 +3039,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "ÐÐÐÐÐÐÐТÐ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3164,8 -3195,7 +3195,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3272,7 -3302,7 +3302,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3310,9 -3340,6 +3340,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3351,6 -3378,9 +3378,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3375,6 -3405,15 +3405,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3434,6 -3473,9 +3473,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3516,6 -3558,15 +3558,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3585,6 -3636,12 +3636,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3642,13 -3699,13 +3699,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3680,10 -3737,10 +3737,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3817,7 -3874,7 +3874,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3892,6 -3949,9 +3949,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3922,9 -3982,6 +3982,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3949,10 -4006,10 +4006,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4015,23 -4072,6 +4072,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4135,7 -4175,7 +4175,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4364,6 -4404,18 +4404,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4468,19 -4520,6 +4520,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4768,29 -4807,47 +4807,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4805,7 -4862,7 +4862,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4857,14 -4914,6 +4914,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5114,14 -5163,14 +5163,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5642,6 -5691,9 +5691,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5725,6 -5777,33 +5777,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5815,8 -5894,7 +5894,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5986,9 -6064,6 +6064,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6273,8 -6348,8 +6348,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6339,34 -6414,46 +6414,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6381,13 -6468,13 +6468,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6541,7 -6628,7 +6628,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6859,6 -6946,25 +6946,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6990,20 -7096,7 +7096,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7014,23 -7107,9 +7107,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7127,7 -7206,7 +7206,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7227,6 -7306,9 +7306,9 @@@ msgid "
msgstr ""
"<html>ÐеÑзиÑа <strong>{0}</strong> напÑавÑена <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7314,7 -7396,7 +7396,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7333,6 -7415,12 +7415,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7399,8 -7487,7 +7487,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7475,8 -7562,8 +7562,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7490,8 -7577,7 +7577,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7706,12 -7792,6 +7792,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7720,13 -7800,29 +7800,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7735,6 -7831,21 +7831,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7742,8 -7853,8 +7853,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7855,9 -7966,6 +7966,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7867,6 -7975,9 +7975,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7883,7 -7994,7 +7994,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8029,7 -8140,7 +8140,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8059,7 -8170,7 +8170,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8412,9 -8523,6 +8523,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8433,6 -8541,9 +8541,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8490,6 -8601,12 +8601,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8556,9 -8673,6 +8673,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8739,14 -8853,10 +8853,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8761,7 -8871,7 +8871,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8771,8 -8881,7 +8881,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8992,7 -9101,7 +9101,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9707,21 -9816,21 +9816,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9775,6 -9884,9 +9917,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9828,6 -9940,11 +9973,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10284,6 -10401,12 +10434,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10347,7 -10470,7 +10503,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10605,40 -10728,40 +10761,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10691,8 -10814,8 +10847,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10701,20 -10824,25 +10857,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10796,14 -10924,8 +10957,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10876,7 -10998,7 +11031,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10955,9 -11077,6 +11110,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10976,6 -11095,14 +11128,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11005,9 -11132,49 +11165,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11038,7 -11205,7 +11238,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11078,28 -11245,26 +11278,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11194,6 -11359,9 +11392,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11209,12 -11377,20 +11410,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11293,7 -11469,7 +11502,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11392,35 -11568,11 +11601,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11430,8 -11582,8 +11615,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11458,10 -11610,7 +11643,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11545,8 -11694,8 +11727,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11743,7 -11892,7 +11925,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11789,6 -11938,15 +11971,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11819,19 -11977,19 +12010,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11853,11 -12011,23 +12044,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11927,13 -12097,13 +12130,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12076,10 -12246,10 +12279,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12094,22 -12264,21 +12297,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12178,8 -12347,7 +12380,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12194,9 -12362,24 +12395,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12518,12 -12701,11 +12734,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12534,30 -12716,73 +12749,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12568,9 -12793,23 +12826,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12893,6 -13132,11 +13165,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13132,6 -13376,9 +13409,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13181,9 -13428,6 +13461,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13220,6 -13464,11 +13497,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13350,6 -13599,9 +13632,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13440,6 -13692,50 +13725,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13458,10 -13754,10 +13787,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13473,6 -13769,9 +13802,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13500,18 -13799,12 +13832,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13521,9 -13814,6 +13847,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13533,13 -13823,13 +13856,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13587,6 -13877,9 +13910,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13671,6 -13964,9 +13997,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13775,21 -14071,30 +14104,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13805,10 -14110,10 +14143,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13844,7 -14149,7 +14182,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13913,12 -14218,18 +14251,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13934,15 -14245,6 +14278,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13964,6 -14266,15 +14299,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13973,6 -14284,9 +14317,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13982,10 -14296,7 +14329,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14018,9 -14329,6 +14362,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14063,6 -14371,12 +14404,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14078,6 -14392,9 +14425,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14147,19 -14464,13 +14497,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14190,6 -14501,7 +14534,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14199,10 -14511,10 +14544,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14256,12 -14568,6 +14601,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14322,12 -14628,21 +14661,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14367,9 -14682,6 +14715,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14403,6 -14715,21 +14748,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14484,18 -14811,23 +14844,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14571,7 -14903,7 +14936,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14595,10 -14927,13 +14960,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14610,9 -14945,6 +14978,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14634,13 -14966,13 +14999,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14664,6 -14996,9 +15029,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14676,21 -15011,35 +15044,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14787,11 -15136,9 +15190,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14803,11 -15150,9 +15204,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14826,10 -15171,10 +15225,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14859,9 -15204,6 +15258,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14883,10 -15225,29 +15279,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15036,6 -15397,9 +15451,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15057,6 -15421,12 +15475,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15084,6 -15454,12 +15508,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15108,22 -15484,6 +15538,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15145,9 -15505,6 +15559,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15342,6 -15699,9 +15753,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15372,6 -15732,9 +15786,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15384,9 -15747,6 +15801,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15396,9 -15756,14 +15810,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15411,6 -15776,9 +15830,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15435,14 -15803,6 +15857,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15491,7 -15851,7 +15905,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15545,41 -15905,41 +15959,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15771,9 -16131,6 +16185,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15795,9 -16152,15 +16206,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15810,6 -16173,9 +16227,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15849,6 -16215,9 +16269,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15870,22 -16239,34 +16293,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16015,49 -16396,43 +16450,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16075,6 -16450,12 +16504,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16087,6 -16468,9 +16522,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16105,37 -16489,137 +16543,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16225,6 -16709,12 +16763,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16306,128 -16796,206 +16850,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16458,16 -17026,22 +17080,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16501,6 -17075,9 +17129,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16538,117 -17115,153 +17169,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16682,33 -17295,43 +17349,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16742,6 -17365,22 +17419,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16842,36 -17481,54 +17535,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16914,19 -17571,15 +17625,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17065,6 -17718,18 +17772,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17077,60 -17742,134 +17796,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17355,41 -18094,67 +18148,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17398,7 -18163,7 +18217,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17410,12 -18175,102 +18229,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17467,88 -18322,191 +18376,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17560,6 -18518,21 +18572,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17575,6 -18548,9 +18602,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17593,11 -18569,9 +18623,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17706,10 -18680,10 +18734,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17721,7 -18695,7 +18749,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17742,6 -18716,9 +18770,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17754,9 -18731,6 +18785,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17826,7 -18800,7 +18854,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17847,13 -18821,13 +18875,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17862,7 -18836,6 +18890,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17890,6 -18863,12 +18917,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17926,10 -18905,31 +18959,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17959,7 -18959,7 +19013,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17971,19 -18971,19 +19025,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18019,7 -19019,7 +19073,7 @@@ msgstr "Ðзмени ÑÑÑиÑÑиÑк
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18232,6 -19232,12 +19286,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18271,24 -19277,33 +19331,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18298,15 -19313,6 +19367,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18382,6 -19388,12 +19442,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18436,7 -19448,7 +19502,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18448,6 -19460,9 +19514,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18484,43 -19499,70 +19553,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18559,6 -19601,18 +19655,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18727,21 -19781,50 +19835,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18787,19 -19870,22 +19924,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18823,7 -19909,7 +19963,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18919,18 -20005,27 +20059,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18940,7 -20035,10 +20089,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18949,10 -20047,10 +20101,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18970,6 -20068,9 +20122,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18985,28 -20086,28 +20140,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19027,19 -20128,19 +20182,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19114,10 -20215,13 +20269,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19132,9 -20236,6 +20290,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19162,6 -20263,9 +20317,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19207,10 -20311,40 +20365,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19222,7 -20356,7 +20410,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19240,7 -20374,7 +20428,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19357,19 -20491,130 +20545,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19388,7 -20633,46 +20687,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19400,24 -20684,30 +20738,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19433,7 -20723,7 +20780,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19442,6 -20732,9 +20789,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19588,6 -20881,29 +20938,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19753,6 -21069,9 +21126,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19798,6 -21117,39 +21174,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19984,19 -21336,31 +21393,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20020,13 -21384,7 +21441,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20289,10 -21647,13 +21704,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20496,7 -21857,7 +21914,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20767,15 -22128,6 +22185,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20946,6 -22298,9 +22355,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20964,12 -22319,6 +22376,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21105,6 -22454,9 +22511,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21122,6 -22474,9 +22531,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21348,7 -22703,10 +22760,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21398,7 -22756,7 +22813,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21567,22 -22925,22 +22982,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21622,27 -22980,9 +23102,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22720,9 -24060,26 +24182,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23369,9 -24726,6 +24848,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23424,18 -24778,6 +24900,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23782,6 -25124,27 +25246,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23933,6 -25296,9 +25418,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24250,9 -25616,6 +25738,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24468,6 -25831,9 +25953,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24500,15 -25866,31 +25988,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24623,9 -26005,6 +26127,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24804,19 -26183,19 +26305,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25032,6 -26411,95 +26533,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25068,6 -26536,9 +26658,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25220,9 -26691,6 +26813,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26208,9 -27676,6 +27798,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26489,9 -27954,6 +28076,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/sv.po
index 15217e6,9e60629..c711953
--- a/i18n/po/sv.po
+++ b/i18n/po/sv.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-07-15 14:32+0000\n"
- "Last-Translator: Niklas Henriksson <fringillus92 at gmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-06 12:31+0000\n"
+ "Last-Translator: Tomas Marklund <tomasmarklund75 at gmail.com>\n"
"Language-Team: Swedish <sv at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:00+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:00+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: sv\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Villkor för användning av bak
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Ãppnande av länk stöds inte pÃ¥ aktuell platform (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr "VARNING: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "INFO: {0}
msgid "DEBUG: {0}"
msgstr "DEBUG: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Kör plattformens uppstarts-hook"
@@@ -162,19 -168,14 +168,14 @@@ msgid "About JOSM...
msgstr "Om JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VARNING: oväntat format på API-baserad URL. Omdirigering till informations- "
- "eller historiesida för OSM-objekt kommer förmodligen inte lyckas. API-"
- "baserad URL är: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "VARNING: felaktigt skriven URL till API:t. Länkar till användarsidor kommer "
- "antagligen inte att fungera. API-URL:en är \"{0}\"."
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -262,9 -263,6 +263,6 @@@ msgstr "Verktyg: {0}
msgid "Please select at least four nodes."
msgstr "Välj åtminstone fyra noder."
- msgid "Information"
- msgstr "Information"
-
msgid "Align Nodes in Line"
msgstr "Placera noderna i en rak linje"
@@@ -301,6 -299,9 +299,9 @@@ msgstr "nästa
msgid "Nothing selected to zoom to."
msgstr "Det finns inte något valt att zooma till"
+ msgid "Information"
+ msgstr "Information"
+
msgid "Zoom to {0}"
msgstr "Zooma till {0}"
@@@ -357,11 -358,9 +358,9 @@@ msgstr "
"några av dem?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Kunde inte slå ihop sträckorna (Det gick inte att göra en enda sekvens av "
- "noder av dem)"
msgid "Combine {0} ways"
msgstr "Slå ihop {0} sträckor"
@@@ -545,6 -544,9 +544,9 @@@ msgstr "Historik
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Visa historik om sträckor, noder eller relationer i OSM"
+ msgid "Show history"
+ msgstr "Visa historik"
+
msgid "History (web)"
msgstr "Historik (webb)"
@@@ -666,11 -668,9 +668,9 @@@ msgid "Joined overlapping areas
msgstr "Slog ihop ytor som låg ovanpå varandra"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "Några av sträckorna var medlemmar i relationer som har ändrats. Kontrollera "
- "att det inte har uppstått några fel."
msgid "Fix tag conflicts"
msgstr "Korrigera taggkonflikter"
@@@ -833,11 -833,11 +833,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "Slå ihop noder med den äldsta."
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "Vänligen välj åtminstone två noder att slå ihop eller en nod som ligger nära "
- "en annan nod."
+ "Välj minst två noder för att slå ihop dem, eller en nod som är nära en annan "
+ "nod."
msgid "Abort Merging"
msgstr "Avbryt sammanslagning"
@@@ -1038,15 -1038,9 +1038,9 @@@ msgid "Orthogonalize / Undo
msgstr "Räta ut vinkel / ångra"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "Räta ut form / ångra\n"
- "Välj noder som flyttades vid förra formuträtningen!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "Ã
ngra formuträtning"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1066,9 -1060,6 +1060,6 @@@ msgstr "Räta upp
msgid "Usage"
msgstr "Användning"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "Valda element kan ej rätas ut"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1248,9 -1239,6 +1239,6 @@@ msgstr "Ladda session
msgid "Load a session from file."
msgstr "Ladda session från fil."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Sessionsfil (*.jos, *.joz)"
-
msgid "Open session"
msgstr "Ãppna session"
@@@ -1400,18 -1388,14 +1388,14 @@@ msgstr "
"sträckan.)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>Ett rollbaserat relationsmedlemskap kopierades till alla nya "
- "sträckor.<br>Du bör kontrollera detta och rätta om nödvändigt.</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Ett relationsmedlemskap kopierades till alla nya sträckor.<br>Du bör "
- "kontrollera detta och rätta om nödvändigt.</html>"
msgid "Split way {0} into {1} parts"
msgstr "Dela sträcka {0} i {1} delar"
@@@ -1515,6 -1499,27 +1499,27 @@@ msgstr "
"eftersom du inte kan se det fullständiga objektet.<br>Ãr du säker pÃ¥ att du "
"vill frigöra?"
+ msgid "Disconnect Node from Way"
+ msgstr "Koppla bort nod från sträcka"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "Koppla loss noder från en sträcka de för närvarande tillhör"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "Välj minst en nod för att koppla loss."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Ã
ngra"
@@@ -1808,6 -1813,9 +1813,9 @@@ msgstr "({0}/{1}) Läser in överordnad
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) Laddar relationen {2}:s överordnade"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Hämtar {0} av {1} ({2} kvar)"
@@@ -2048,10 -2056,10 +2056,10 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Kan inte placera en nod utanför världen."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "Lägg till en ny nod till väg"
- msgstr[1] "Lägg till ny nod till {0} vägar"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Kan inte ta bort nod som används av ytterligare objekt"
@@@ -2066,7 -2074,7 +2074,7 @@@ msgid "Make parallel copies of ways
msgstr "Skapa parallella kopior av vägar"
msgid "make parallel helper line"
- msgstr ""
+ msgstr "skapa parallell hjälplinje"
msgid ""
"Select ways as in Select mode. Drag selected ways or a single way to create "
@@@ -2516,6 -2524,9 +2524,9 @@@ msgstr "\"värde\" i någon nyckel
msgid "matches if ''key'' exists"
msgstr "matchar om \"nyckel\" existerar"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2724,8 -2735,7 +2735,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr "Parameter saknar för NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2821,6 -2831,9 +2831,9 @@@ msgid_plural "Added {0} objects
msgstr[0] "Lade till {0} objekt"
msgstr[1] "Lade till {0} objekt"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Ãndra nod {0}"
@@@ -2857,10 -2870,10 +2870,10 @@@ msgstr "Radera \"{0}\" från {1} objekt
msgid "Set {0}={1} for {2} objects"
msgstr "Sätt {0}={1} för {2} objekt"
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2883,11 -2896,9 +2896,9 @@@ msgid "Double conflict
msgstr "Dubbel konflikt"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "Varning: Lager ''{0}'' existerar inte längre. Kan inte ta bort konflikt för "
- "objekt ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "La till konflikt för ''{0}''"
@@@ -3003,6 -3014,9 +3014,9 @@@ msgstr[1] "Rensade {0} objekt
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "Rotera en nod"
@@@ -3063,11 -3077,9 +3077,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Vid riktningsbyte på denna sträcka, så föreslås följande egenskaper hos "
- "sträckan och dess noder ändras så att dataintegriteten inte komprometteras."
msgid "Relation"
msgstr "Relation"
@@@ -3096,11 -3108,11 +3108,11 @@@ msgstr "Verkställ valda ändringar
msgid "Do not apply changes"
msgstr "Verkställ inte ändringar"
- msgid "Please select which property changes you want to apply."
- msgstr "Välj vilka ändringar av egenskaper som du vill genomföra."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Egenskaper för "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Roller i relationer hänvisar till"
@@@ -3120,6 -3132,9 +3132,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Kunde Ej ta bort den utdaterade backup-filen {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Fel inträffade medan en backup skapades för borttaget lager: {0}"
@@@ -3150,21 -3165,19 +3165,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "Varning: Misslyckades med att hålla kvar preferenser till ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "Varning: Misslyckades med att ladda preferenserna; ''katalogen'' ''{0}'' är "
- "Ej en katalog."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3172,24 -3185,20 +3185,20 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "Varning: Misslyckades med att ladda preferenserna; misslyckades med att "
- "skapa katalogen: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3203,8 -3212,8 +3212,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3234,12 -3243,11 +3243,11 @@@ msgstr "Misslyckades med att ladda resu
msgid "UNKNOWN"
msgstr "OKÃND"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "Varning: revisionsfilen ''/REVISION'' saknas"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr ""
@@@ -3395,8 -3403,7 +3403,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "Parametern {0} är inte inom området «0..{1}», Fick ''{2}''."
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3503,7 -3510,7 +3510,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3541,9 -3548,6 +3548,6 @@@ msgstr "
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3584,6 -3588,9 +3588,9 @@@ msgstr "andra typer av validering
msgid "Running test {0}"
msgstr "Kör test {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Adresser"
@@@ -3608,6 -3615,15 +3615,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "Byggnader i byggnader"
@@@ -3669,6 -3685,9 +3685,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Dubbletter av noder"
@@@ -3752,6 -3771,15 +3771,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "Multipolygon"
@@@ -3821,6 -3849,12 +3849,12 @@@ msgstr "Noder med samma namn
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Detta test hittar noder som har samma namn (de kan vara dubbletter)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "Ãverlappande ytor"
@@@ -3881,15 -3915,15 +3915,15 @@@ msgstr "Relationstypen är okänd
msgid "Relation is empty"
msgstr "Relationen är tom"
+ msgid "Role verification problem"
+ msgstr "Rollverifieringsproblem"
+
msgid "<empty>"
msgstr ""
msgid "Role {0} missing"
msgstr "Rollen {0} saknas"
- msgid "Role verification problem"
- msgstr "Rollverifieringsproblem"
-
msgid "Number of {0} roles too low ({1})"
msgstr ""
@@@ -3923,11 -3957,11 +3957,11 @@@ msgstr "
"Detta testar letar efter sträckor med likartade namn som kan tyda på "
"felstavning."
- msgid "Properties checker :"
- msgstr "Egenskapskontrollerare:"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Denna insticksmodul letar efter fel i egenskapsnycklar och -värden."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Ogiltig taggkontrollsrad - {0}: {1}"
@@@ -4069,8 -4103,8 +4103,8 @@@ msgstr "Använd förvalda rättstavning
msgid "Use the default spellcheck file (recommended)."
msgstr "Använd den förvalda rättstavningsfilen (rekommenderas)."
- msgid "Fix properties"
- msgstr "Rätta till egenskaper"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Kunde inte hitta elementtyp"
@@@ -4146,6 -4180,9 +4180,9 @@@ msgstr "Ãppna sträckor
msgid "This tests if ways which should be circular are closed."
msgstr "Detta kontrollerar om sträckor som bör bilda en cirkel är slutna"
+ msgid "Unclosed way"
+ msgstr "Ej sluten sträcka"
+
msgid "natural type {0}"
msgstr "naturfenomen typ {0}"
@@@ -4176,9 -4213,6 +4213,6 @@@ msgstr "byggnad (building)
msgid "area"
msgstr "yta"
- msgid "Unclosed way"
- msgstr "Ej sluten sträcka"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4207,12 -4241,12 +4241,12 @@@ msgstr "
"Detta test letar efter noder som saknar tagg och som inte ingår i någon "
"sträcka"
- msgid "No tags"
- msgstr "Inga etiketter"
-
msgid "Unconnected nodes without physical tags"
msgstr ""
+ msgid "No tags"
+ msgstr "Inga etiketter"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Har taggar som innehåller ''fixme'' eller ''FIXME''"
@@@ -4277,23 -4311,6 +4311,6 @@@ msgstr "Felvänd kustlinje (coastline)
msgid "Reversed land: land not on left side"
msgstr "Felriktat land: land inte på vänster sida"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Fel antal argument för bokmärke"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Fel inträffade under läsning av bokmärket: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Fel: Oväntad rad ''{0}'' i bokmärkesfilen ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr "Visa Ej igen (Kom ihåg mitt val)"
@@@ -4397,7 -4414,7 +4414,7 @@@ msgstr "Visa hjälpinformation
msgid "Downloading \"Message of the day\""
msgstr "Hämtar \"Dagens meddelande\""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4610,7 -4627,7 +4627,7 @@@ msgid "Tools
msgstr "Verktyg"
msgid "More tools"
- msgstr ""
+ msgstr "Fler verktyg"
msgid "Data"
msgstr ""
@@@ -4642,6 -4659,18 +4659,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Ljud"
@@@ -4746,19 -4775,6 +4775,6 @@@ msgstr "I bakgrunden
msgid "Click to run job in background"
msgstr "Klicka för att köra jobb i bakgrunden"
- msgid "false: the property is explicitly switched off"
- msgstr "false: egenskapen är uttryckligen avstängd"
-
- msgid "true: the property is explicitly switched on"
- msgstr "true: egenskapen är uttryckligen aktiverad"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "delvis: olika valda object har olika värden, ändra inte"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "ej angiven: ange inte denna egenskap för valda objekt"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4828,7 -4844,7 +4844,7 @@@ msgid "from tile
msgstr "från ruta"
msgid "up to tile"
- msgstr ""
+ msgstr "upp till ruta"
msgid ""
"<html>Alternatively you may enter a <strong>tile address</strong> for a "
@@@ -5048,29 -5064,47 +5064,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5085,8 -5119,8 +5119,8 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
- msgstr "Flytta upp valda element en position."
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr ""
@@@ -5137,14 -5171,6 +5171,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5396,14 -5422,14 +5422,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5697,7 -5723,7 +5723,7 @@@ msgid "Display the history of the selec
msgstr "Visa historik för valt objekt"
msgid "Advanced object info"
- msgstr ""
+ msgstr "Avancerad objektinformation"
msgid "map style"
msgstr ""
@@@ -5964,6 -5990,9 +5990,9 @@@ msgstr "Visa/Dölj
msgid "Information about layer"
msgstr "Information om lager"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "Färgscheman karta"
@@@ -6047,6 -6076,36 +6076,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Objekttyp"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "flertypsläge"
+
+ msgid "Choose the OSM object type"
+ msgstr "Välj OSM-objekttyp"
+
+ msgid "Object ID:"
+ msgstr "Objekt-ID:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Ange ID för det objekt som ska laddas ner"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Objekt IDâs kan separeras med komma eller blanksteg.</br> Exempel: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Om Flertypsläge används "
+ "specifiera objekten enligt detta exempel: <b>w123,n110,w12,r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "Relationer"
@@@ -6139,8 -6198,7 +6198,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6314,9 -6372,6 +6372,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr "Uppdatera ändringsuppsättningens innehåll mot OSM-servern"
- msgid "Show history"
- msgstr "Visa historik"
-
msgid "Download and show the history of the selected objects"
msgstr "Ladda ner och visa historik för de valda objekten"
@@@ -6601,8 -6656,8 +6656,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6621,7 -6676,7 +6676,7 @@@ msgid "Query changesets from a server U
msgstr ""
msgid "Advanced"
- msgstr ""
+ msgstr "Avancerat"
msgid "Use a custom changeset query"
msgstr ""
@@@ -6669,35 -6724,47 +6724,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
- msgstr "Markera objekt för vilka du vill ändra egenskaper."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "Egenskaper/Roller"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Egenskaper för valda objekt."
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<olika>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Medlem av"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Egenskaper: {0} / Medlemskap: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Egenskaper / Roller"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Ta bort den valda nyckeln från alla objekt."
- msgid "Delete Properties"
- msgstr "Ta bort egenskaper"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "Ãndra relation"
@@@ -6711,13 -6778,13 +6778,13 @@@ msgstr "Verkligen ta bort det valda frÃ
msgid "Add a new key/value pair to all objects"
msgstr "Lägg till ett nytt nyckel/värde-par till alla objekt."
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Lägg till tagg"
msgid "Edit the value of the selected key for all objects"
msgstr "Redigera värdet av den valda nyckeln för alla objekt."
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6871,7 -6938,7 +6938,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr "Hämtar relation {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -7191,6 -7258,25 +7258,25 @@@ msgstr "
"sträckan sitter inte ihop med vare sig den föregående eller den nästa "
"medlemmen i relationen"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Fel antal argument för bokmärke"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Fel inträffade under läsning av bokmärket: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Bokmärken"
@@@ -7335,21 -7421,8 +7421,8 @@@ msgstr "Laddar ner referenser (föräld
msgid "Download object"
msgstr "Ladda ner objekt"
- msgid "Object type:"
- msgstr "Objekttyp"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "flertypsläge"
-
- msgid "Choose the OSM object type"
- msgstr "Välj OSM-objekttyp"
-
- msgid "Object ID:"
- msgstr "Objekt-ID:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Ange ID för det objekt som ska laddas ner"
+ msgid "Start downloading"
+ msgstr "Påbörja nerladdning"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7359,28 -7432,9 +7432,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "Välj om även medlemmar i relationen ska laddas ner"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Objekt IDâs kan separeras med komma eller blanksteg.</br> Exempel: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Om Flertypsläge används "
- "specifiera objekten enligt detta exempel: <b>w123,n110,w12,r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Påbörja nerladdning"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Ogiltig ID-lista specificerad\n"
- "Kan inte ladda ner objekt."
-
msgid "Class Type"
msgstr ""
@@@ -7477,7 -7531,7 +7531,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7576,6 -7630,9 +7630,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7676,7 -7733,7 +7733,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7695,6 -7752,12 +7752,12 @@@ msgstr "Ge en kort kommentar till de ä
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7728,7 -7791,7 +7791,7 @@@ msgid "Select an open changeset
msgstr ""
msgid "Close changeset after upload"
- msgstr ""
+ msgstr "Stäng ändringsuppsättning efter uppladdning"
msgid "Select to close the changeset after the next upload"
msgstr ""
@@@ -7746,7 -7809,7 +7809,7 @@@ msgid "Open changesets
msgstr ""
msgid "Close changesets"
- msgstr ""
+ msgstr "Stäng ändringsuppsättningar"
msgid "Close the selected open changesets"
msgstr ""
@@@ -7761,8 -7824,7 +7824,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7837,8 -7899,8 +7899,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7852,8 -7914,7 +7914,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7877,7 -7938,7 +7938,7 @@@ msgid "The bold text is the name of th
msgstr ""
msgid "Click here to choose save path"
- msgstr ""
+ msgstr "Klicka här för att välja filsökväg"
msgid "Layer ''{0}'' is not backed by a file"
msgstr ""
@@@ -7904,13 -7965,13 +7965,13 @@@ msgid "Saving layer to ''{0}'' ...
msgstr ""
msgid "Unsaved changes - Save/Upload before exiting?"
- msgstr ""
+ msgstr "Osparade ändringar - Spara/Ladda upp innan du avslutar?"
msgid "Unsaved changes - Save/Upload before deleting?"
- msgstr ""
+ msgstr "Osparade ändringar - Spara/Ladda upp innan du raderar?"
msgid "Uploading and saving modified layers ..."
- msgstr ""
+ msgstr "Skickar in och sparar modifierade lager ..."
msgid ""
"<html>{0} layer has unresolved conflicts.<br>Either resolve them first or "
@@@ -8019,7 -8080,7 +8080,7 @@@ msgid "Layer ''{0}'' has no modificatio
msgstr "Lager ''{0}'' har inga ändringar att spara."
msgid "Layer Name and File Path"
- msgstr ""
+ msgstr "Namn på lager och filsökväg"
msgid "Recommended Actions"
msgstr "Rekommenderade åtgärder"
@@@ -8069,12 -8130,6 +8130,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8089,6 -8144,22 +8144,22 @@@ msgstr "
"offrar en minut nu på att förklara din ändring<br/> kommer du att göra livet "
"enklare för många andra kartredigerare."
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -8104,6 -8175,21 +8175,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "Avbryt uppladdning och fortsätt redigera"
@@@ -8111,8 -8197,8 +8197,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -8140,7 -8226,11 +8226,11 @@@ msgid "Uploading <strong>{0} object</st
msgid_plural ""
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong>"
msgstr[0] ""
+ "Skickar in<strong>{0} objekt</strong> med <strong>1 "
+ "ändringsuppsättning</strong>"
msgstr[1] ""
+ "Skickar in<strong>{0} objekt</strong> med <strong>1 "
+ "ändringsuppsättning</strong>"
msgid ""
"Uploading <strong>{0} object</strong> to <strong>1 changeset</strong> using "
@@@ -8149,7 -8239,11 +8239,11 @@@ msgid_plural "
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong> using "
"<strong>1 request</strong>"
msgstr[0] ""
+ "Skickar in <strong>{0} objekt</strong> till <strong>1 "
+ "ändringsuppsättning</strong> med <strong>1 request</strong>"
msgstr[1] ""
+ "Skickar in <strong>{0} objekt</strong> till <strong>1 "
+ "ändringsuppsättning</strong> med <strong>1 request</strong>"
msgid ""
"Uploading <strong>{0} objects</strong> to <strong>1 changeset</strong> using "
@@@ -8171,7 -8265,7 +8265,7 @@@ msgid "
msgstr ""
msgid "Uploading data for layer ''{0}''"
- msgstr ""
+ msgstr "Skickar in data för lager ''{0}''"
msgid "Continue uploading"
msgstr "Fortsätt uppladdning"
@@@ -8226,9 -8320,6 +8320,6 @@@ msgid "Object ''{0}'' is already delete
msgstr ""
"Objekt ''{0}'' är redan raderat. Hoppar över objektet i uppladdningen."
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "Laddar upp {0} objekt..."
@@@ -8238,6 -8329,9 +8329,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8258,7 -8352,7 +8352,7 @@@ msgstr "Markera objekt att ladda upp
msgid "Cancel uploading"
msgstr "Avbryt uppladdning"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8404,7 -8498,7 +8498,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8434,7 -8528,7 +8528,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8800,9 -8894,6 +8894,6 @@@ msgstr "Extraherar GPS-plats från EXIF
msgid "Starting directory scan"
msgstr "Påbörjar foldergenomläsning"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "Läs in foton..."
@@@ -8821,6 -8912,9 +8912,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr "Fel vid läsning av filer från folder {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Geotaggade bilder"
@@@ -8878,6 -8972,12 +8972,12 @@@ msgstr "Nästa
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Centrera visning"
@@@ -8948,9 -9048,6 +9048,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -9139,14 -9236,10 +9236,10 @@@ msgstr "Fel uppstod vid visning av URL:
msgid "(URL was: "
msgstr "(URL:en var: "
- msgid "Error displaying URL"
- msgstr "Fel vid visning av URL"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -9161,7 -9254,7 +9254,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -9171,8 -9264,7 +9264,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9344,13 -9436,13 +9436,13 @@@ msgid "Access Token
msgstr ""
msgid "Advanced OAuth parameters"
- msgstr ""
+ msgstr "Avancerade OAuth-parametrar"
msgid "Enter the OAuth Access Token"
msgstr ""
msgid "Enter advanced OAuth properties"
- msgstr ""
+ msgstr "Ange avancerade OAuth-parametrar"
msgid ""
"<html><body>Please enter an OAuth Access Token which is authorized to access "
@@@ -9392,7 -9484,7 +9484,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9480,7 -9572,7 +9572,7 @@@ msgid "<html>Retrieving an OAuth Reques
msgstr ""
msgid "Display Advanced OAuth Parameters"
- msgstr ""
+ msgstr "Visa avancerade OAuth-parametrar"
msgid "Retrieve Request Token"
msgstr ""
@@@ -10127,9 -10219,9 +10219,9 @@@ msgid "Add setting
msgstr ""
msgid "Advanced Background: Changed"
- msgstr ""
+ msgstr "Avancerad Bakgrund: Ãndrad"
- msgid "Advanced Background: NonDefalut"
+ msgid "Advanced Background: NonDefault"
msgstr ""
msgid "Current value is default."
@@@ -10198,6 -10290,9 +10290,9 @@@ msgstr "Rita virtuella noder i urvalslÃ
msgid "Draw inactive layers in other color"
msgstr "Rita inaktiva lager i avvikande färg"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -10252,6 -10347,11 +10347,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10723,6 -10823,12 +10823,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "Filbackup"
@@@ -10787,8 -10893,8 +10893,8 @@@ msgstr "Kartinställningar
msgid "Settings for the map projection and data interpretation."
msgstr "Inställningar för kartprojektion och datatolkning."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Kunde inte läsa källan till snabbval för taggning: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11049,21 -11155,6 +11155,6 @@@ msgstr "Swiss Grid (Switzerland)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr ""
-
- msgid "UTM Zone"
- msgstr ""
-
- msgid "North"
- msgstr "Nord"
-
- msgid "South"
- msgstr "Syd"
-
- msgid "Hemisphere"
- msgstr "Halvklot"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
@@@ -11085,6 -11176,21 +11176,21 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr ""
+
+ msgid "UTM Zone"
+ msgstr ""
+
+ msgid "North"
+ msgstr "Nord"
+
+ msgid "South"
+ msgstr "Syd"
+
+ msgid "Hemisphere"
+ msgstr "Halvklot"
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -11135,8 -11241,8 +11241,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -11145,20 -11251,25 +11251,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -11240,16 -11351,10 +11351,10 @@@ msgid "Use a SOCKS proxy
msgstr "Använd en SOCKS proxy"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "avaktiverad"
-
- msgid "no modifier"
- msgstr "ingen modifierare"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -11320,8 -11425,8 +11425,8 @@@ msgstr "Tillämpa snabbval
msgid "New relation"
msgstr ""
- msgid "Change Properties"
- msgstr "Ãndra egenskaper"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11393,15 -11498,12 +11498,12 @@@ msgstr "
msgid "Roles cannot appear more than once"
msgstr ""
--msgid "Preset role element without parent"
++msgid "Cancel auto-increment for this field"
msgstr ""
--msgid "Preset sub element without parent"
++msgid "{0}:"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Kunde inte läsa källan till snabbval för taggning: {0}"
-
msgid "Error parsing {0}: "
msgstr "Fel vid tolkning {0}: "
@@@ -11420,6 -11522,14 +11522,14 @@@ msgstr "Visa enbart Nyckel/värde appli
msgid "Search in tags"
msgstr "Sök bland taggar"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11451,9 -11561,49 +11561,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "false: egenskapen är uttryckligen avstängd"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "true: egenskapen är uttryckligen aktiverad"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "delvis: olika valda object har olika värden, ändra inte"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "ej angiven: ange inte denna egenskap för valda objekt"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr "Högerklick = kopiera till urklipp"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11487,7 -11637,7 +11637,7 @@@ msgid "Contacting OSM Server...
msgstr "Ansluter till OSM-servern..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11527,28 -11677,26 +11677,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11647,6 -11795,9 +11795,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Tolkningsfel: ogiltig dokumentstruktur för gpx-dokument"
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11662,12 -11813,20 +11813,20 @@@ msgstr "Söker efter bilder
msgid "No image files found."
msgstr "Inga bilder hittades."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11746,8 -11905,8 +11905,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "Import från NMEA genomförd"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "Import från NMEA misslyckades!"
@@@ -11845,35 -12004,11 +12004,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11885,8 -12020,8 +12020,8 @@@ msgstr "
"''modify'' eller ''delete''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11913,10 -12048,7 +12048,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -12000,8 -12132,8 +12132,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -12203,15 -12335,15 +12335,21 @@@ msgstr "Skapa nya objekt
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr ""
@@@ -12249,6 -12381,15 +12387,15 @@@ msgstr "Fjärrstyrning har begärts fö
msgid "Remote Control has been asked to load data from the API."
msgstr "Fjärrstyrning har begärts för att hämta data från API"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -12279,19 -12420,19 +12426,19 @@@ msgstr "
msgid "local file"
msgstr "lokal fil"
- msgid "Link to a OSM data file on your local disk."
- msgstr "Länk till OSM datafil på lokal disk."
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "inkludera"
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -12313,11 -12454,23 +12460,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "Länk till OSM datafil på lokal disk."
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Sessionsfil (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Hittar inte fil ''{0}''."
@@@ -12387,13 -12540,13 +12546,13 @@@ msgid "Download skipped
msgstr "Hämta överhoppade"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12554,10 -12707,10 +12713,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr "Uppdatering av insticksmodul misslyckades"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12572,22 -12725,21 +12731,21 @@@ msgstr "Behåll plugin
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12661,8 -12813,7 +12819,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12677,12 -12828,27 +12834,27 @@@ msgstr "Hämtar lista över insticksmod
msgid "Downloading plugin list from ''{0}''"
msgstr "Hämtar lista över insticksmoduler från ''{0}''"
- msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ msgid "Plugin list download error"
msgstr ""
- msgid "Writing plugin list to local cache ''{0}''"
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
+ msgid ""
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
+
+ msgid "Writing plugin list to local cache ''{0}''"
msgstr ""
msgid "Parsing plugin list from site ''{0}''"
@@@ -13014,12 -13180,11 +13186,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -13030,9 -13195,52 +13201,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "reserverad"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -13064,8 -13272,22 +13278,22 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
- msgstr "Högerklick = kopiera till urklipp"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -13391,6 -13613,11 +13619,11 @@@ msgid "Saturation:
msgstr "Färgmättnad:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13635,6 -13862,9 +13868,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13691,9 -13921,6 +13927,6 @@@ msgstr "
"begränsas genom största ytstorlek som tillåts tas bort. Också genomsnitt av "
"närliggande noder."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13730,6 -13957,11 +13963,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13858,7 -14090,10 +14096,10 @@@ msgid "Embankment
msgstr "Bank"
msgid "Lit"
- msgstr ""
+ msgstr "Belyst"
+
+ msgid "Toll"
+ msgstr "Betalstation"
msgid "Motorway Link"
msgstr "Motorvägslänk"
@@@ -13950,6 -14185,50 +14191,50 @@@ msgstr "Bostadsområde
msgid "Edit Residential Street"
msgstr "Redigera en gata i bostadsområde"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Typ av väg"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "ja"
+
+ msgid "no"
+ msgstr "nej"
+
+ msgid "destination"
+ msgstr "mål"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "GÃ¥rdsgata"
@@@ -13968,11 -14247,11 +14253,11 @@@ msgstr "Område
msgid "Service"
msgstr "Tillfartsväg"
- msgid "Edit Serviceway"
- msgstr "Redigera en tillfartsväg"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "Typ av tillfartsväg"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "gränd"
@@@ -13983,6 -14262,9 +14268,9 @@@ msgstr "uppfart
msgid "parking_aisle"
msgstr "parkeringsväg"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Parkeringskorridor"
@@@ -14010,18 -14292,12 +14298,12 @@@ msgstr "rondell
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "ja"
-
msgid "Road Restrictions"
msgstr "Vägbegränsningar"
msgid "Edit Road Restrictions"
msgstr "Redigera vägbegränsningar"
- msgid "Toll"
- msgstr "Betalstation"
-
msgid "No exit (cul-de-sac)"
msgstr "Ã
tervändsgränd"
@@@ -14031,9 -14307,6 +14313,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "mål"
-
msgid "delivery"
msgstr "leveranser"
@@@ -14043,15 -14316,15 +14322,15 @@@ msgstr "med tillåtelse
msgid "private"
msgstr "privat"
+ msgid "customers"
+ msgstr "kunder"
+
msgid "agricultural"
msgstr "jordbruksfordon"
msgid "forestry"
msgstr "skogsbruk"
- msgid "no"
- msgstr "nej"
-
msgid "official"
msgstr ""
@@@ -14097,6 -14370,9 +14376,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Allmänna transportmedel (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Minsta tillåtna hastighet (km/h)"
@@@ -14181,6 -14457,9 +14463,9 @@@ msgstr "Redigera en bro
msgid "viaduct"
msgstr "viadukt"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -14285,20 -14564,29 +14570,29 @@@ msgstr "
msgid "Visibility"
msgstr "Synlighet"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "suverän"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "bra"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "medel"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "dålig"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "hemsk"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "Rullstolar"
@@@ -14315,10 -14603,10 +14609,10 @@@ msgstr "Påbjuden ridväg
msgid "Edit Bridleway"
msgstr "Redigera påbjuden ridväg"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -14354,7 -14642,7 +14648,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14423,12 -14711,18 +14717,18 @@@ msgstr "Rastplats
msgid "Edit Rest Area"
msgstr "Redigera rastplats"
- msgid "Emergency Phone"
- msgstr "Nödtelefon"
+ msgid "Drinking Water"
+ msgstr "Dricksvatten"
msgid "Traffic Signal"
msgstr "Trafikljus"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "Typ av övergångsställe"
@@@ -14444,15 -14738,6 +14744,6 @@@ msgstr "ö
msgid "unmarked"
msgstr "utan markering"
- msgid "Cross on horseback"
- msgstr "Korsa ridande"
-
- msgid "Cross by bicycle"
- msgstr "Korsa cyklande"
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr "Brittiskt namn på övergångsställe"
@@@ -14474,15 -14759,27 +14765,27 @@@ msgstr "pegasus
msgid "tiger"
msgstr "tiger"
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr "Korsa cyklande"
+
+ msgid "Cross on horseback"
+ msgstr "Korsa ridande"
+
msgid "Stop"
msgstr "Stopp"
msgid "Give way"
- msgstr ""
+ msgstr "Väjningsplikt"
msgid "Mini-roundabout"
msgstr "Minirondell"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "Riktning"
@@@ -14492,12 -14789,9 +14795,9 @@@ msgstr "medurs
msgid "Pedestrian Crossing"
msgstr "ÃvergÃ¥ngsställe för fotgängare"
- msgid "Edit Crossing"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
- msgid "Type name (UK)"
- msgstr "Brittiskt typnamn"
-
msgid "Traffic Calming"
msgstr "Farthinder"
@@@ -14528,9 -14822,6 +14828,6 @@@ msgstr "
msgid "Passing Place"
msgstr "Mötesplats"
- msgid "Edit Passing Place"
- msgstr "Redigera Mötesplats"
-
msgid "Turning Circle"
msgstr "Vändplats"
@@@ -14573,6 -14864,12 +14870,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "Tillåten trafik:"
+ msgid "Material"
+ msgstr "Material"
+
+ msgid "stone"
+ msgstr "sten"
+
msgid "Bollard"
msgstr "Trafikkon"
@@@ -14588,6 -14885,9 +14891,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plast"
+
msgid "Cycle Barrier"
msgstr "Cykelhinder"
@@@ -14657,19 -14957,13 +14963,16 @@@ msgstr "
msgid "electric"
msgstr "elektriskt"
- msgid "roundpole"
+ msgid "pole"
msgstr ""
--msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "chain"
- msgstr "kedja"
-
- msgid "hedge"
- msgstr "häck"
++msgid "Edit Guard Rail"
+ msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14700,8 -14994,9 +15003,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "Redigera dike"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14709,11 -15004,11 +15013,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "Ingång"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "Redigera en ingång"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Grind"
@@@ -14766,12 -15061,6 +15070,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Material"
-
- msgid "stone"
- msgstr "sten"
-
msgid "Turnstile"
msgstr "Vändkors"
@@@ -14832,12 -15121,21 +15130,21 @@@ msgstr "Redigera en avloppsränna
msgid "Ditch"
msgstr "Dike"
+ msgid "Edit Ditch"
+ msgstr "Redigera dike"
+
msgid "Stream"
msgstr "Bäck"
msgid "Edit Stream"
msgstr "Redigera en bäck"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -14877,9 -15175,6 +15184,6 @@@ msgstr "Redigera en damm
msgid "Groyne"
msgstr "VÃ¥gbrytare"
- msgid "Edit Groyne"
- msgstr "Redigera vågbrytare"
-
msgid "Breakwater"
msgstr ""
@@@ -14913,6 -15208,21 +15217,21 @@@ msgstr "Redigera täckt resevoar
msgid "Edit Water"
msgstr "Redigera vatten"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Land"
@@@ -14994,20 -15304,25 +15313,25 @@@ msgstr "Redigera en färjeterminal
msgid "Cargo"
msgstr "Last"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "passagerare"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "fordon"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "cykel"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "passagerare;fordon"
+ msgstr ""
msgid "Ferry Route"
msgstr "Färjelinje"
@@@ -15081,8 -15396,8 +15405,8 @@@ msgstr "turism
msgid "freight"
msgstr ""
- msgid "Service/Type"
- msgstr "Sidospår/Typ"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "bangård"
@@@ -15105,11 -15420,14 +15429,14 @@@ msgstr "kontaktledning
msgid "rail"
msgstr "räls"
- msgid "Voltage"
- msgstr "Spänning"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "Frekvens (Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -15120,9 -15438,6 +15447,6 @@@ msgstr "Smalspår
msgid "Edit Narrow Gauge Rail"
msgstr "Redigera en smalspårig järnväg"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "Monorail"
@@@ -15144,15 -15459,15 +15468,15 @@@ msgstr "Redigera snabbspårväg
msgid "Subway"
msgstr "Tunnelbana"
+msgid "Edit Tram"
+msgstr "Redigera en spårväg"
+
msgid "Edit Subway"
msgstr "Redigera en tunnelbana"
msgid "Tram"
msgstr "Spårvagn"
-msgid "Edit Tram"
-msgstr "Redigera en spårväg"
-
msgid "Bus Guideway"
msgstr "Spårbussväg"
@@@ -15174,6 -15489,9 +15498,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "Plankorsning"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -15186,18 -15504,32 +15513,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "halv"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "full"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "Järnvägsövergång"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "Typ av övergångsställe"
@@@ -15297,11 -15629,9 +15638,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -15313,13 -15643,11 +15652,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "Redigera station"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "Pylon"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "Redigera Pylon"
+ msgstr ""
msgid "Parking"
msgstr "Parkeringsplats"
@@@ -15336,12 -15664,12 +15673,12 @@@ msgstr "yta
msgid "underground"
msgstr "underjordisk"
+ msgid "rooftop"
+ msgstr "takparkering"
+
msgid "Access"
msgstr "Ã
tkomst"
- msgid "customers"
- msgstr "kunder"
-
msgid "Park and Ride"
msgstr ""
@@@ -15369,9 -15697,6 +15706,6 @@@ msgstr "Parkeringsplats
msgid "Edit Parking space"
msgstr "Redigera Parkeringsplats"
- msgid "rooftop"
- msgstr "takparkering"
-
msgid "Capacity"
msgstr "Kapacitet"
@@@ -15393,11 -15718,30 +15727,30 @@@ msgstr "Ãppettider
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "MÃ¥n-Fre 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "Tis-Sön 08:00-15:00;Lör 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr ""
@@@ -15546,6 -15890,9 +15899,9 @@@ msgstr "Laddstation
msgid "Edit Charging Station (for electric cars)"
msgstr "Redigera laddstation"
+ msgid "Voltage"
+ msgstr "Spänning"
+
msgid "Amperage"
msgstr "Ampere"
@@@ -15567,6 -15914,12 +15923,12 @@@ msgstr "Bilverkstad
msgid "Edit Car Repair"
msgstr "Redigera en bilverkstad"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "Däckaffär"
@@@ -15594,6 -15947,12 +15956,12 @@@ msgstr "Uthyrning
msgid "Edit Car Rental"
msgstr "Redigera biluthyrning"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "endast"
+
msgid "Sharing"
msgstr "Bilpool"
@@@ -15618,22 -15977,6 +15986,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "ja"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15655,9 -15998,6 +16007,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Kläder"
@@@ -15852,6 -16192,9 +16201,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15882,6 -16225,9 +16234,9 @@@ msgstr "
msgid "Ferry"
msgstr "Färja"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "Bänk"
@@@ -15894,9 -16240,6 +16249,6 @@@ msgstr "Rullstol
msgid "limited"
msgstr "begränsat"
- msgid "only"
- msgstr "endast"
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15906,8 -16249,13 +16258,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr "Station"
+ msgstr "Järnvägsstation"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "Redigera Järnvägsstation"
msgid "Building"
msgstr "Byggnad"
@@@ -15921,6 -16269,9 +16278,9 @@@ msgstr "Redigera tunnelbaneingång
msgid "Ticket Machine"
msgstr "Biljettmaskin"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "Referensnummer"
@@@ -15945,14 -16296,6 +16305,6 @@@ msgstr "Medlems eller Bonuskort
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "Järnvägsstation"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "Redigera Järnvägsstation"
-
msgid "UIC-Reference"
msgstr "UIC-Referens"
@@@ -16001,8 -16344,8 +16353,8 @@@ msgstr "Redigera en bussplattform
msgid "Taxi"
msgstr "Taxi"
- msgid "Edit Taxi station"
- msgstr "Redigera en taxistation"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Flygplats"
@@@ -16055,6 -16398,21 +16407,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr "Internetåtkomst"
+
+ msgid "wlan"
+ msgstr "wlan"
+
+ msgid "wired"
+ msgstr "trådbundet"
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr "Internetåtkomst, avgift"
+
msgctxt "airport"
msgid "Gate"
msgstr "Gate"
@@@ -16063,7 -16421,7 +16430,7 @@@ msgid "Edit Terminal Gate
msgstr ""
msgid "Facilities"
- msgstr ""
+ msgstr "Faciliteter"
msgid "Accommodation"
msgstr "Boende"
@@@ -16077,21 -16435,6 +16444,6 @@@ msgstr "Redigera ett hotell
msgid "Stars"
msgstr "Stjärnor"
- msgid "Internet access"
- msgstr "Internetåtkomst"
-
- msgid "wlan"
- msgstr "wlan"
-
- msgid "wired"
- msgstr "trådbundet"
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr "Internetåtkomst, avgift"
-
msgid "Smoking"
msgstr "Rökare"
@@@ -16281,9 -16624,6 +16633,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "Tis-Sön 08:00-15:00; Lör 08:00-12:00"
-
msgid "Tourism"
msgstr "Turism"
@@@ -16305,9 -16645,15 +16654,15 @@@ msgstr "Utsiktstorn
msgid "Information Office"
msgstr "Turistbyrå"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Karta"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "Detaljeringsgrad"
@@@ -16320,6 -16666,9 +16675,9 @@@ msgstr "gata
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "Visat område"
@@@ -16359,6 -16708,9 +16717,9 @@@ msgstr "
msgid "Information Board"
msgstr "Informationstavla"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "Tavlans innehåll"
@@@ -16380,22 -16732,34 +16741,34 @@@ msgstr "växter
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "Informationsterminal"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "Detaljerad beskrivning"
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr "Telefonnummer"
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16450,10 -16814,10 +16823,10 @@@ msgid "Edit Horse riding
msgstr ""
msgid "Brothel"
- msgstr ""
+ msgstr "Bordell"
msgid "Edit Brothel"
- msgstr ""
+ msgstr "Redigera Bordell"
msgid "Playground"
msgstr "Lekplats"
@@@ -16525,50 -16889,44 +16898,44 @@@ msgstr "Konst
msgid "Edit Artwork"
msgstr "Redigera konstverk"
- msgid "Place of Worship"
- msgstr "Religiös helgedom"
-
- msgid "Edit Place of Worship"
- msgstr "Redigera religiös helgedom"
-
- msgid "Religion"
- msgstr "Religion"
-
- msgid "bahai"
- msgstr "bahai"
+ msgid "Recording Studio"
+ msgstr "Inspelningsstudio"
- msgid "buddhist"
- msgstr "buddism"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "christian"
- msgstr "kristendom"
+ msgid "audio"
+ msgstr "audio"
- msgid "hindu"
- msgstr "hinduism"
+ msgid "video"
+ msgstr "video"
- msgid "jain"
- msgstr "jain"
+ msgid "Place of Worship"
+ msgstr "Religiös helgedom"
- msgid "jewish"
- msgstr "judendom"
+ msgid "Church"
+ msgstr "Kyrka"
- msgid "muslim"
- msgstr "islam"
+ msgid "Edit Church"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "Building type"
+ msgstr ""
- msgid "spiritualist"
+ msgid "basilica"
msgstr ""
- msgid "taoist"
- msgstr "daoism"
+ msgid "cathedral"
+ msgstr "katedral"
- msgid "unitarian"
- msgstr ""
+ msgid "chapel"
+ msgstr "kapell"
- msgid "zoroastrian"
- msgstr "zoroastrianism"
+ msgid "church"
+ msgstr "kyrka"
+
+ msgid "temple"
+ msgstr "tempel"
msgid "Denomination"
msgstr "Samfund"
@@@ -16585,6 -16943,12 +16952,12 @@@ msgstr "katoliker
msgid "evangelical"
msgstr "evangelister"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "jehovas_vittnen"
@@@ -16597,6 -16961,9 +16970,9 @@@ msgstr "metodister
msgid "mormon"
msgstr "mormoner"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "ortodoxa"
@@@ -16615,106 -16982,206 +16991,206 @@@ msgstr "kväkare
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "shiamuslimer"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "sunnimuslimer"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
- msgstr "Sön 10:00"
+ msgid "18:00"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "Sön 10:30"
+ msgid "sunset,sunrise"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "Sön 11:00"
+ msgid "Su 9:30,11:00"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "Ãppettider för besök"
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "Inspelningsstudio"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
msgstr ""
- msgid "audio"
- msgstr "audio"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "video"
+ msgid "Mosque"
+ msgstr ""
- msgid "Public Building"
- msgstr "Offentlig byggnad"
+ msgid "Edit Mosque"
+ msgstr ""
- msgid "Edit Public Building"
- msgstr "Redigera offentlig byggnad"
+ msgid "mosque"
+ msgstr "moské"
- msgid "Town hall"
- msgstr "Stadshus"
+ msgid "ibadi"
+ msgstr ""
- msgid "Edit Town hall"
- msgstr "Redigera stadshus"
+ msgid "shia"
+ msgstr "shiamuslimer"
- msgid "Community Centre"
+ msgid "sunni"
+ msgstr "sunnimuslimer"
+
+ msgid "Synagogue"
msgstr ""
- msgid "Embassy"
- msgstr "Ambassad"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Edit Embassy"
- msgstr "Redigera ambassad"
+ msgid "synagogue"
+ msgstr "synagoga"
- msgid "Courthouse"
- msgstr "Domstol"
+ msgid "conservative"
+ msgstr ""
- msgid "Edit Courthouse"
- msgstr "Redigera domstol"
+ msgid "reform"
+ msgstr ""
- msgid "Prison"
- msgstr "Fängelse"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Prison"
- msgstr "Redigera fängelse"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "Police"
- msgstr "Polisstation"
+ msgid "theravada"
+ msgstr ""
- msgid "Edit Police"
- msgstr "Redigera polisstation"
+ msgid "mahayana"
+ msgstr ""
- msgid "Fire Station"
- msgstr "Brandstation"
+ msgid "vajrayana"
+ msgstr ""
- msgid "Edit Fire Station"
- msgstr "Redigera brandstation"
+ msgid "Hindu Temple"
+ msgstr ""
- msgid "Post Office"
- msgstr "Postkontor"
+ msgid "Edit Hindu Temple"
+ msgstr ""
- msgid "Edit Post Office"
- msgstr "Redigera postkontor"
+ msgid "vaishnavism"
+ msgstr ""
- msgid "Education"
- msgstr "Undervisning"
+ msgid "shaivism"
+ msgstr ""
- msgid "Kindergarten"
- msgstr "Barndaghem"
+ msgid "shaktism"
+ msgstr ""
- msgid "Edit Kindergarten"
- msgstr "Redigera barndaghem"
+ msgid "smartism"
+ msgstr ""
- msgid "School"
- msgstr "Skola"
+ msgid "Shinto Shrine"
+ msgstr ""
- msgid "Edit School"
- msgstr "Redigera skola"
+ msgid "Edit Shinto Shrine"
+ msgstr ""
- msgid "University"
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Religion"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr "daoism"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr "zoroastrianism"
+
+ msgid "Public Building"
+ msgstr "Offentlig byggnad"
+
+ msgid "Edit Public Building"
+ msgstr "Redigera offentlig byggnad"
+
+ msgid "Town hall"
+ msgstr "Stadshus"
+
+ msgid "Edit Town hall"
+ msgstr "Redigera stadshus"
+
+ msgid "Community Centre"
+ msgstr ""
+
+ msgid "Embassy"
+ msgstr "Ambassad"
+
+ msgid "Edit Embassy"
+ msgstr "Redigera ambassad"
+
+ msgid "Courthouse"
+ msgstr "Domstol"
+
+ msgid "Edit Courthouse"
+ msgstr "Redigera domstol"
+
+ msgid "Prison"
+ msgstr "Fängelse"
+
+ msgid "Edit Prison"
+ msgstr "Redigera fängelse"
+
+ msgid "Police"
+ msgstr "Polisstation"
+
+ msgid "Edit Police"
+ msgstr "Redigera polisstation"
+
+ msgid "Fire Station"
+ msgstr "Brandstation"
+
+ msgid "Edit Fire Station"
+ msgstr "Redigera brandstation"
+
+ msgid "Post Office"
+ msgstr "Postkontor"
+
+ msgid "Edit Post Office"
+ msgstr "Redigera postkontor"
+
+ msgid "Education"
+ msgstr "Undervisning"
+
+ msgid "Kindergarten"
+ msgstr "Barndaghem"
+
+ msgid "Edit Kindergarten"
+ msgstr "Redigera barndaghem"
+
+ msgid "School"
+ msgstr "Skola"
+
+ msgid "Edit School"
+ msgstr "Redigera skola"
+
+ msgid "University"
msgstr "Högskola/universitet"
msgid "Edit University"
@@@ -16735,6 -17202,12 +17211,12 @@@ msgstr "Redigera Körskola
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "Hälsovård"
@@@ -16745,10 -17218,10 +17227,10 @@@ msgid "Edit Hospital
msgstr "Redigera sjukhus"
msgid "Clinic"
- msgstr ""
+ msgstr "VÃ¥rdcentral"
msgid "Edit Clinic"
- msgstr ""
+ msgstr "Redigera VÃ¥rdcentral"
msgid "Doctors"
msgstr "Läkare"
@@@ -16769,10 -17242,10 +17251,10 @@@ msgid "Edit Nursing Home
msgstr ""
msgid "Retirement Home"
- msgstr ""
+ msgstr "Ãldreboende"
msgid "Edit Retirement Home"
- msgstr ""
+ msgstr "Redigera Ãldreboende"
msgid "Pharmacy"
msgstr "Apotek"
@@@ -16816,12 -17289,66 +17298,66 @@@ msgstr "Veterinär
msgid "Edit Veterinary"
msgstr "Redigera veterinär"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "offentlig"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "Brevlåda"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "Telefon"
@@@ -16831,6 -17358,30 +17367,30 @@@ msgstr "Redigera en telefon
msgid "Telephone cards"
msgstr "Telefonkort"
+ msgid "Emergency Phone"
+ msgstr "Nödtelefon"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "Klocka"
@@@ -16840,31 -17391,37 +17400,37 @@@ msgstr "Redigera Klocka
msgid "Display"
msgstr "Display"
- msgctxt "display"
msgid "analog"
- msgstr "analog"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "digital"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "solur"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "okonventionell"
+ msgstr ""
msgid "Support"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "väggmonterad"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16892,8 -17449,8 +17458,8 @@@ msgstr "Visar luftfuktighet
msgid "Recycling"
msgstr "Ã
tervinning"
- msgid "Edit Recycling station"
- msgstr "Redigera en återvinningsstation"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Batterier"
@@@ -16919,21 -17476,15 +17485,15 @@@ msgstr "
msgid "Waste Basket"
msgstr "Papperskorg"
- msgid "Edit Waste Basket"
- msgstr "Redigera Papperskorg"
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr "Ryggstöd"
- msgid "plastic"
- msgstr "plast"
-
msgid "Amount of Seats"
msgstr "Antal säten"
@@@ -16968,8 -17519,17 +17528,17 @@@ msgstr "Redigera ett jakttorn
msgid "Height"
msgstr "Höjd"
+ msgctxt "height"
msgid "low"
- msgstr "låg"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Dölj"
@@@ -16977,9 -17537,6 +17546,6 @@@
msgid "Lock"
msgstr "LÃ¥s"
- msgid "Drinking Water"
- msgstr "Dricksvatten"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -17011,6 -17568,9 +17577,9 @@@ msgstr "damm
msgid "Diameter (in mm)"
msgstr "Diameter (mm)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -17048,119 -17608,155 +17617,155 @@@ msgstr "Stadion
msgid "Edit Stadium"
msgstr "Redigera stadion"
- msgid "select sport:"
- msgstr "välj sport:"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "sport"
+ msgid "Sport"
+ msgstr "Sport"
+ msgctxt "sport"
msgid "multi"
- msgstr "flera"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "bågskytte"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "friidrott"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "amerikansk fotboll"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "australisk fotboll"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "baseball"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basket"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "boule"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "bowls"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kanot"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "klättring"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "cricket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "kricket_nät"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "krocket"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "cykling"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "hundracing"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "ridsport"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "gymnastik"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "ishockey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "hästkapplöpning"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motorsport"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "rackets"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "skytte"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "skateboard"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "skridskoåkning"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "skidåkning"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "fotboll"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "simning"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "bordtennis"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tennis"
+ msgstr ""
msgid "Sports Centre"
msgstr "Sporthall"
@@@ -17192,26 -17788,27 +17797,27 @@@ msgstr "Minigolf
msgid "Edit Miniature Golf"
msgstr "Redigera minigolfbana"
- msgid "Sport"
- msgstr "Sport"
-
msgid "Multi"
msgstr "Flera"
msgid "Edit Multi"
msgstr "Redigera flersportsfacilitet"
- msgid "type"
- msgstr "typ"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "plan"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "sporthall"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadion"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -17219,6 -17816,15 +17825,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "plan"
+
+ msgid "sports_centre"
+ msgstr "sporthall"
+
+ msgid "stadium"
+ msgstr "stadion"
+
msgid "10pin"
msgstr ""
@@@ -17252,6 -17858,22 +17867,22 @@@ msgstr "Redigera kanotpaddling
msgid "Edit Cycling"
msgstr "Redigera cykling"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Hundkapplöpning"
@@@ -17308,7 -17930,7 +17939,7 @@@ msgid "Skating
msgstr "Skridskoåkning"
msgid "Edit Skating"
- msgstr "Redigera skridskoåkning"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -17352,36 -17974,54 +17983,54 @@@ msgstr "
msgid "Difficulty"
msgstr "Svårighetsgrad"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "nybörjare"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "lätt"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "expert"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "ospårat"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17424,19 -18064,15 +18073,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17483,7 -18119,7 +18128,7 @@@ msgid "Edit Golf
msgstr "Redigera golf"
msgid "golf_course"
- msgstr "golf_bana"
+ msgstr "golfbana"
msgid "Boule"
msgstr "Boule"
@@@ -17575,6 -18211,18 +18220,18 @@@ msgstr "Modellflygfält
msgid "Edit Model Aerodrome"
msgstr "Redigera Modellflygfält"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "RC-bilar"
@@@ -17587,38 -18235,73 +18244,73 @@@ msgstr "Byggnadsverk
msgid "Edit Building"
msgstr "Redigera byggnad"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr "tak"
+ msgctxt "building"
msgid "garage"
- msgstr "garage"
+ msgstr ""
- msgid "church"
- msgstr "kyrka"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "industri"
+ msgctxt "building"
msgid "school"
msgstr "skola"
+ msgctxt "building"
msgid "hangar"
msgstr "hangar"
+ msgctxt "building"
msgid "commercial"
msgstr "kommersiell"
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "transport"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr "växthus"
+ msgctxt "building"
msgid "office"
msgstr "kontorsbyggnad"
+ msgctxt "building"
msgid "university"
- msgstr "universitet"
+ msgstr "universitet/högskola"
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "sjukhus"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "varuhus"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "sjul"
msgid "Residential Building"
msgstr ""
@@@ -17626,20 -18309,59 +18318,59 @@@
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "lägenheter"
+ msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "hydda"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+ msgctxt "building"
msgid "terrace"
- msgstr "terrass"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
- msgstr "fristående"
+ msgstr ""
+
+ msgid "Entrance"
+ msgstr "Ingång"
+
+ msgid "Edit Entrance"
+ msgstr "Redigera en ingång"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
msgid "Tower"
msgstr "Torn"
@@@ -17820,111 -18542,227 +18551,227 @@@ msgstr "
msgid "Edit Water Works"
msgstr ""
- msgid "Wastewater Plant"
- msgstr "Reningsverk"
+ msgid "Wastewater Plant"
+ msgstr "Reningsverk"
+
+ msgid "Edit Wastewater Plant"
+ msgstr "Redigera reningsverk"
+
+ msgid "Watermill"
+ msgstr ""
+
+ msgid "Edit Watermill"
+ msgstr ""
+
+ msgid "Fountain"
+ msgstr "Fontän"
+
+ msgid "Edit Fountain"
+ msgstr "Redigera en fontän"
+
+ msgid "Water Well"
+ msgstr "Brunn"
+
+ msgid "Edit Water Well"
+ msgstr "Redigera Brunn"
+
+ msgid "Lighthouse"
+ msgstr "Fyrtorn"
+
+ msgid "Edit Lighthouse"
+ msgstr "Fyrtorn"
+
+ msgid "Edit Beacon"
+ msgstr "Redigera fyrbåk"
+
+ msgid "Street Lamp"
+ msgstr "Gatulampa"
+
+ msgid "Edit Street Lamp"
+ msgstr "Redigera Gatulampa"
+
+ msgid "Operation times"
+ msgstr ""
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr "MÃ¥n-Fre 22:00-05:00"
+
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
+
+ msgid "Tide Level"
+ msgstr ""
+
+ msgid "Traffic"
+ msgstr ""
+
+ msgid "Air Quality"
+ msgstr ""
+
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
+
+ msgid "GLONASS Signals"
+ msgstr ""
+
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "Mätpunkt"
+
+ msgid "Edit Survey Point"
+ msgstr "Redigera mätpunkt"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "Redigera övervakningskamera"
+
+ msgid "indoor"
+ msgstr "inomhus"
- msgid "Edit Wastewater Plant"
- msgstr "Redigera reningsverk"
+ msgid "outdoor"
+ msgstr "utomhus"
- msgid "Watermill"
+ msgid "Zone"
msgstr ""
- msgid "Edit Watermill"
+ msgid "parking"
msgstr ""
- msgid "Fountain"
- msgstr "Fontän"
-
- msgid "Edit Fountain"
- msgstr "Redigera en fontän"
+ msgid "traffic"
+ msgstr ""
- msgid "Water Well"
- msgstr "Brunn"
+ msgid "shop"
+ msgstr "affär"
- msgid "Edit Water Well"
- msgstr "Redigera Brunn"
+ msgid "bank"
+ msgstr ""
- msgid "Lighthouse"
- msgstr "Fyrtorn"
+ msgid "Camera"
+ msgstr ""
- msgid "Edit Lighthouse"
- msgstr "Fyrtorn"
+ msgid "fixed"
+ msgstr ""
- msgid "Edit Beacon"
- msgstr "Redigera fyrbåk"
+ msgid "panning"
+ msgstr ""
- msgid "Street Lamp"
- msgstr "Gatulampa"
+ msgid "dome"
+ msgstr ""
- msgid "Edit Street Lamp"
- msgstr "Redigera Gatulampa"
+ msgid "Mounted on"
+ msgstr ""
- msgid "Operation times"
+ msgid "ceiling"
msgstr ""
- msgid "Mo-Fr 22:00-05:00"
- msgstr "MÃ¥n-Fre 22:00-05:00"
+ msgid "Direction in degrees"
+ msgstr ""
- msgid "Measurement Station"
- msgstr "Mätstation"
+ msgid "Inclination in degrees"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "Redigera Mätstation"
+ msgid "Height in meter (m)"
+ msgstr ""
- msgid "Measurement"
- msgstr "Mätning"
+ msgid "Power"
+ msgstr "Elkraft"
- msgid "particulate_matter"
+ msgid "Power Plant"
msgstr ""
- msgid "seismic"
- msgstr "seismisk"
+ msgid "Edit Power Plant"
+ msgstr ""
- msgid "water_level"
- msgstr "vattennivå"
+ msgid "Start date"
+ msgstr ""
- msgid "weather"
- msgstr "väder"
+ msgid "Output forms of energy"
+ msgstr ""
- msgid "Recording"
- msgstr "Spelar in"
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
- msgid "manually"
- msgstr "manuellt"
+ msgid "electricity"
+ msgstr "elektricitet"
- msgid "automated"
- msgstr "automatiserat"
+ msgid "2 W"
+ msgstr "2 W"
- msgid "remote"
- msgstr "fjärrstyrd"
+ msgid "3 kW"
+ msgstr "3 kW"
- msgctxt "display"
- msgid "no"
- msgstr "nej"
+ msgid "5 MW"
+ msgstr "5 MW"
- msgid "Survey Point"
- msgstr "Mätpunkt"
+ msgid "7 GW"
+ msgstr "7 GW"
- msgid "Edit Survey Point"
- msgstr "Redigera mätpunkt"
+ msgid "hot water"
+ msgstr "hetvatten"
- msgid "Surveillance"
- msgstr "Ãvervakning"
+ msgid "hot air"
+ msgstr "hetluft"
- msgid "Edit Surveillance Camera"
- msgstr "Redigera övervakningskamera"
+ msgid "cold water"
+ msgstr "kallvatten"
- msgid "indoor"
- msgstr "inomhus"
+ msgid "cold air"
+ msgstr "kalluft"
- msgid "outdoor"
- msgstr "utomhus"
+ msgid "compressed air"
+ msgstr "tryckluft"
- msgid "public"
- msgstr "offentlig"
+ msgid "steam"
+ msgstr "Ã¥nga"
- msgid "Power"
- msgstr "Elkraft"
+ msgid "vacuum"
+ msgstr "vacuum"
msgid "Power Generator"
msgstr "Kraftverk"
@@@ -17977,89 -18815,192 +18824,192 @@@ msgstr "vindkraft
msgid "Method"
msgstr "Metod"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
- msgstr "förbränning"
+ msgstr ""
- msgid "dam"
- msgstr "damm"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "fission"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "fusion"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "förgasning"
-
- msgid "photovoltaic"
- msgstr "solkraft"
+ msgstr ""
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "pyrolys"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
- msgstr "termisk"
+ msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
- msgstr "elektricitet"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "hetvatten"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "hetluft"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "kallvatten"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "kalluft"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "tryckluft"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "Ã¥nga"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
- msgid "battery charging"
- msgstr "batteriladdning"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "Kraftstation"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Redigera en kraftstation"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Transformatorstation"
@@@ -18070,12 -19011,27 +19020,27 @@@ msgstr "Redigera en transformatorstatio
msgid "Line reference"
msgstr ""
- msgid "Cable Distribution Cabinet"
+ msgid "high"
msgstr ""
- msgid "Edit Cable Distribution Cabinet"
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "låg"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
msgstr ""
+ msgid "Cable Distribution Cabinet"
+ msgstr "Elskåp"
+
+ msgid "Edit Cable Distribution Cabinet"
+ msgstr "Redigera Elskåp"
+
msgid "Power Tower"
msgstr "Kraftledningsmast"
@@@ -18085,6 -19041,9 +19050,9 @@@ msgstr "Redigera en kraftledningsmast
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "Elstolpe"
@@@ -18103,11 -19062,9 +19071,9 @@@ msgstr "Redigera en kraftledning
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -18216,11 -19173,11 +19182,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Redigera kiosk"
- msgid "Baker"
- msgstr "Bageri"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "Redigera bageri"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "Slakteri"
@@@ -18231,8 -19188,8 +19197,8 @@@ msgstr "Redigera slakteri
msgid "Seafood"
msgstr "Skaldjur"
- msgid "Edit Seafood"
- msgstr "Redigera Skaldjur"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr ""
@@@ -18252,6 -19209,9 +19218,9 @@@ msgstr "Marknad
msgid "Edit Marketplace"
msgstr "Redigera Marknad"
+ msgid "Organic"
+ msgstr "Organisk"
+
msgid "Greengrocer"
msgstr ""
@@@ -18264,9 -19224,6 +19233,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "Organisk"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -18336,8 -19293,8 +19302,8 @@@ msgstr "Redigera skrädderi
msgid "Fabric"
msgstr "Tyg"
- msgid "Edit Fabric"
- msgstr "Redigera Tyg"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "Elektronik"
@@@ -18357,14 -19314,14 +19323,14 @@@ msgstr "Redigera elektronikaffär
msgid "Mobile Phone"
msgstr "Mobiltelefoni"
- msgid "Edit Mobile Phone"
- msgstr "Redigera Mobiltelefoni"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "Dammsugare"
- msgid "Edit Vacuum Cleaner"
- msgstr "Redigera Dammsugare"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -18372,9 -19329,8 +19338,8 @@@
msgid "Edit Hifi Shop"
msgstr "Redigera hifi-affär"
- msgctxt "shop"
msgid "Video"
- msgstr "Videobutik"
+ msgstr "Video"
msgid "Edit Video Shop"
msgstr "Redigera videobutik"
@@@ -18400,6 -19356,12 +19365,12 @@@ msgstr "Redigera växlingskontor
msgid "Edit Automated Teller Machine"
msgstr "Redigera uttagsautomat"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "Varuhus"
@@@ -18424,23 -19386,44 +19395,44 @@@ msgstr "Hårfrisör
msgid "Edit Hairdresser"
msgstr "Redigera hårfrisör"
- msgid "Optician"
- msgstr "Optiker"
+ msgid "Optician"
+ msgstr "Optiker"
+
+ msgid "Edit Optician"
+ msgstr "Redigera optiker"
+
+ msgid "Jewelry"
+ msgstr "Guldsmed"
+
+ msgid "Edit Jewelry"
+ msgstr "Redigera guldsmed"
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "buddism"
+
+ msgid "christian"
+ msgstr "kristendom"
- msgid "Edit Optician"
- msgstr "Redigera optiker"
+ msgid "hindu"
+ msgstr "hinduism"
- msgid "Jewelry"
- msgstr "Guldsmed"
+ msgid "jewish"
+ msgstr "judendom"
- msgid "Edit Jewelry"
- msgstr "Redigera guldsmed"
+ msgid "muslim"
+ msgstr "islam"
msgid "Erotic"
msgstr "Erotikaffär"
- msgid "Edit Erotic"
- msgstr "Redigera erotikaffär"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "Florist"
@@@ -18469,8 -19452,8 +19461,8 @@@ msgstr "Redigera järnaffär
msgid "Paint"
msgstr "Färgaffär"
- msgid "Edit Paint"
- msgstr "Redigera Färgaffär"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "Möbler"
@@@ -18481,20 -19464,20 +19473,20 @@@ msgstr "Redigera möbelaffär
msgid "Kitchen"
msgstr "Kök"
- msgid "Edit Kitchen"
- msgstr "Redigera Kök"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "Gardiner"
- msgid "Edit Curtain"
- msgstr "Redigera Gardiner"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "Rambutik"
- msgid "Edit Frames"
- msgstr "Redigera rambutik"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "Kontorsmaterial"
@@@ -18529,8 -19512,8 +19521,8 @@@ msgstr "Redigera resebyrå
msgid "Musical Instrument"
msgstr "Musikaffär"
- msgid "Edit Musical Instruments"
- msgstr "Redigera musikaffär"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "Leksaker"
@@@ -18742,6 -19725,12 +19734,12 @@@ msgstr "Topp
msgid "Edit Peak"
msgstr "Redigera topp"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Glaciär"
@@@ -18781,24 -19770,33 +19779,33 @@@ msgstr "Träd
msgid "Edit Tree"
msgstr "Redigera ett träd"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botaniskt namn"
+ msgid "Tree Row"
+ msgstr "Allé"
+
msgid "Wood"
msgstr "Naturskog"
msgid "Edit Wood"
msgstr "Redigera naturskog"
- msgctxt "wood"
msgid "coniferous"
msgstr "barrskog"
- msgctxt "wood"
msgid "deciduous"
msgstr "lövskog"
- msgctxt "wood"
msgid "mixed"
msgstr "blandskog"
@@@ -18808,15 -19806,6 +19815,6 @@@ msgstr "Kulturskog
msgid "Edit Forest Landuse"
msgstr "Redigera användning av mark för skogsbruk"
- msgid "coniferous"
- msgstr "barrskog"
-
- msgid "deciduous"
- msgstr "lövskog"
-
- msgid "mixed"
- msgstr "blandskog"
-
msgid "Grassland"
msgstr ""
@@@ -18892,6 -19881,12 +19890,12 @@@ msgstr "Ãng
msgid "Edit Meadow Landuse"
msgstr "Redigera markanvändning som äng"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "Vingård"
@@@ -18946,7 -19941,7 +19950,7 @@@ msgstr "Fritidsområde
msgid "Edit Recreation Ground Landuse"
msgstr "Redigera användning av mark för fritidsområde"
- msgid "Residential area"
+ msgid "Residential Area"
msgstr "Bostadsområde"
msgid "Edit Residential Landuse"
@@@ -18958,6 -19953,9 +19962,9 @@@ msgstr "Kyrkogård
msgid "Edit Graveyard"
msgstr "Redigera kyrkogård"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Begravningsplats"
@@@ -18974,13 -19972,13 +19981,13 @@@ msgid "Commercial
msgstr "Affärsområde"
msgid "Edit Commercial Landuse"
- msgstr "Redigera användning av mark för affärsområde"
+ msgstr "Redigera markanvändning för affärsområde"
msgid "Industrial"
msgstr "Industriområde"
msgid "Edit Industrial Landuse"
- msgstr "Redigera användning av mark för industriområde"
+ msgstr "Redigera markanvändning för industriområde"
msgid "Garages"
msgstr "Garage"
@@@ -19033,6 -20031,33 +20040,33 @@@ msgstr "Redigera användning av mark fÃ
msgid "Annotation"
msgstr "Annotering"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "Redigera adressinformation"
@@@ -19069,6 -20094,18 +20103,18 @@@ msgstr "jämn
msgid "alphabetic"
msgstr "alfabetisk"
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -19237,20 -20274,49 +20283,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "väg"
+ msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
- msgstr "skidor"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "fot"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "vandring"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "omväg"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr ""
@@@ -19297,19 -20363,22 +20372,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
- msgstr "Ruttnätverk"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "Redigera ruttnätverk"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "medlem"
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -19333,7 -20402,7 +20411,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19429,18 -20498,27 +20507,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "bro"
msgid "deprecated"
msgstr "förlegad"
+ msgid "bicycle"
+ msgstr "cykel"
+
+ msgid "foot"
+ msgstr "fot"
+
msgid "horse"
msgstr "häst"
@@@ -19450,8 -20528,11 +20537,11 @@@ msgstr "Hinder
msgid "motorroad"
msgstr ""
- msgid "highway_track"
- msgstr "landsvägsspår"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr ""
@@@ -19459,10 -20540,10 +20549,10 @@@
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19480,6 -20561,9 +20570,9 @@@ msgstr "
msgid "railwaypoint"
msgstr "järnvägspunkt"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19495,28 -20579,28 +20588,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19537,20 -20621,20 +20630,20 @@@ msgstr "marina
msgid "amenity"
msgstr "inrättning"
- msgid "amenity_traffic"
- msgstr "trafikinrättning"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "hälsa"
- msgid "shop"
- msgstr "affär"
+ msgid "office"
+ msgstr "kontorsbyggnad"
msgid "hotel"
msgstr "hotell"
@@@ -19624,10 -20708,13 +20717,13 @@@ msgstr "rutt
msgid "boundary"
msgstr "gräns"
+ msgid "sport"
+ msgstr "sport"
+
msgid "place"
msgstr "plats"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19642,9 -20729,6 +20738,6 @@@ msgstr "Mindre tätort/Stad
msgid "One Way"
msgstr "Enkelriktat"
- msgid "Church"
- msgstr "Kyrka"
-
msgid "Fuel Station"
msgstr "Bensinstation"
@@@ -19672,6 -20756,9 +20765,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19717,10 -20804,40 +20813,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19732,7 -20849,7 +20858,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19750,7 -20867,7 +20876,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19867,19 -20984,130 +20993,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19888,17 -21116,56 +21125,56 @@@ msgstr "
msgid "unknown christian denomination"
msgstr ""
- msgid "unknown muslim denomination"
+ msgid "unknown muslim denomination"
+ msgstr ""
+
+ msgid "unknown jewish denomination"
+ msgstr ""
+
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
msgstr ""
- msgid "unknown jewish denomination"
+ msgid "unusual frequency specification"
msgstr ""
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19910,24 -21177,30 +21186,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19943,7 -21216,7 +21228,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19952,6 -21225,9 +21237,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -20098,6 -21374,29 +21386,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -20263,6 -21562,9 +21574,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -20308,6 -21610,39 +21622,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "uppdatera portlistan"
+
+ msgid "Configure"
+ msgstr "Anpassa"
+
+ msgid "Connection Error."
+ msgstr "Anslutningsfel."
+
+ msgid "configure the connected DG100"
+ msgstr "anpassa den anslutna DG100"
+
+ msgid "delete data after import"
+ msgstr "ta bort data efter import"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20509,6 -21844,18 +21856,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20530,13 -21877,7 +21889,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20799,10 -22140,13 +22152,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -21006,7 -22350,7 +22362,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -21277,15 -22621,6 +22633,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21293,7 -22628,7 +22640,7 @@@ msgid "Rotate crosshair
msgstr ""
msgid "Advanced settings"
- msgstr ""
+ msgstr "Avancerade inställningar"
msgid "Buildings tags:"
msgstr ""
@@@ -21323,7 -22658,7 +22670,7 @@@ msgid "Length step:
msgstr ""
msgid "Advanced..."
- msgstr ""
+ msgstr "Avancerat..."
msgid "Draw buildings"
msgstr ""
@@@ -21456,6 -22791,9 +22803,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21474,12 -22812,6 +22824,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21619,6 -22951,9 +22963,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21636,6 -22971,9 +22983,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "Lägg \"source=...\" till objekt?"
@@@ -21862,7 -23200,10 +23212,10 @@@ msgstr "WMS-lager ({0}), {1} ruta/ruto
msgid "Is not vectorized."
msgstr "Ãr inte vektoriserad"
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21914,7 -23255,7 +23267,7 @@@ msgstr "Ta bort valt schema från lista
msgid "Color Schemes"
msgstr "Färgscheman"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -22140,27 -23481,9 +23493,9 @@@ msgstr "Avaktivera dataloggning om avst
msgid "Unknown logFormat"
msgstr "Okänt loggningsformat"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "uppdatera portlistan"
-
- msgid "Configure"
- msgstr "Anpassa"
-
msgid "Configure Device"
msgstr "Anpassa enheten"
- msgid "Connection Error."
- msgstr "Anslutningsfel."
-
- msgid "configure the connected DG100"
- msgstr "anpassa den anslutna DG100"
-
- msgid "delete data after import"
- msgstr "ta bort data efter import"
-
msgid "Importing data from device."
msgstr "Importerar data från enhet."
@@@ -23253,9 -24576,30 +24588,30 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Ett rollbaserat relationsmedlemskap kopierades till alla nya "
+ "sträckor.<br>Du bör kontrollera detta och rätta om nödvändigt.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Ett relationsmedlemskap kopierades till alla nya sträckor.<br>Du bör "
+ "kontrollera detta och rätta om nödvändigt.</html>"
+
msgid "Split way"
msgstr "Dela sträcka"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23904,9 -25248,6 +25260,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Ett fel inträffade: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Kunde inte skapa en ny felrapport. Resultat: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -23961,18 -25302,6 +25314,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Nytt problemfall"
-
- msgid "Create issue"
- msgstr "Skapa ett problemfall"
-
- msgid "Describe the problem precisely"
- msgstr "Beskriv problem noggrannt"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -24321,6 -25650,27 +25662,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24472,6 -25822,9 +25834,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24789,9 -26142,6 +26154,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -25007,6 -26357,9 +26369,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -25039,15 -26392,31 +26404,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Ãndra egenskaper"
+
msgid "Country preset:"
msgstr ""
@@@ -25162,9 -26531,6 +26543,6 @@@ msgstr "Inställningar för insticksmod
msgid "Configure routing preferences."
msgstr "Konfigurera ruttberäkning"
- msgid "Highway type"
- msgstr "Typ av väg"
-
msgid "Speed (Km/h)"
msgstr "Hastighet (Km/h)"
@@@ -25343,19 -26709,19 +26721,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Online-hjälp"
+ msgid "SeaMap Editor"
+ msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25574,6 -26940,95 +26952,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25610,6 -27065,9 +27077,9 @@@ msgstr "Ladda ner objekt från server
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25762,9 -27220,6 +27232,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26750,9 -28205,6 +28217,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr "Tar bort alla noder från urvaö"
- msgid "Video"
- msgstr "Video"
-
msgid "Import Video"
msgstr ""
@@@ -27037,9 -28489,6 +28501,6 @@@ msgstr "Standardspråket för Wikipedia
msgid "Enter the Wikipedia language"
msgstr "Ange Wikipedia språk"
- msgid "Add Tag"
- msgstr "Lägg till tagg"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ta.po
index 84c506c,3484190..44a11b4
--- a/i18n/po/ta.po
+++ b/i18n/po/ta.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-10-03 22:36+0000\n"
"Last-Translator: நவà¯à®©à¯ à®à¯à®®à®¾à®°à¯(à®à¯à®®à¯à®³à®¿à®©à¯) <naveenmtp at gmail.com>\n"
"Language-Team: Tamil <ta at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:01+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:01+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"X-Poedit-Country: INDIA\n"
"Language: ta\n"
"X-Poedit-Language: Tamil\n"
@@@ -52,6 -52,9 +52,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -61,6 -64,9 +64,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -161,13 -167,13 +167,13 @@@ msgid "About JOSM...
msgstr "JOSM பறà¯à®±à®¿"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -255,9 -261,6 +261,6 @@@ msgstr "à®à®°à¯à®µà®¿: {0}
msgid "Please select at least four nodes."
msgstr "à®à¯à®³à¯à®¨à¯à®¤à®ªà®à¯à®¤à®®à®¾à® நாà®à¯à®à¯ பளà¯à®³à®¿à®à®³à¯ தà¯à®°à¯à®¨à¯à®¤à¯à®à¯à®"
- msgid "Information"
- msgstr "தà®à®µà®²à¯"
-
msgid "Align Nodes in Line"
msgstr "பளà¯à®³à®¿à®à®³à¯ à®à¯à®à®¾à® வரிà®à¯à®ªà¯à®ªà®à¯à®¤à¯à®¤à¯"
@@@ -294,6 -297,9 +297,9 @@@ msgstr "à®
à®à¯à®¤à¯à®¤
msgid "Nothing selected to zoom to."
msgstr "பà¯à®°à®¿à®¯à®¤à®¾à®à¯à®à¯à®µà®¤à®±à¯à®à®¾à®© à®à¯à®±à®¿ தà¯à®°à¯à®¨à¯à®¤à¯à®¤à¯à®à¯à®à¯à®à®ªà®à®µà®¿à®²à¯à®²à¯"
+ msgid "Information"
+ msgstr "தà®à®µà®²à¯"
+
msgid "Zoom to {0}"
msgstr "{0} வர௠பà¯à®°à®¿à®¯à®¤à®¾à®à¯à®à¯"
@@@ -349,10 -355,9 +355,9 @@@ msgstr "
"நிà®à®´à¯à®®à¯ திà®à¯à®à®³à®¿à®²à¯ வழிà®à®³à¯ à®à®£à¯à®à¯à® à®à®¯à®²à®¾à®¤à¯. à®à®¿à®²à®µà®±à¯à®±à¯ திரà¯à®ªà¯à®ªà®¿ பà¯à® வà¯à®£à¯à®à¯à®®à®¾?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "வழிà®à®³à¯ à®à®£à¯à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯. (பà¯à®³à¯à®³à®¿à®à®³à®¿à®©à¯ à®à®°à¯ à®à®¯à®¿à®±à®¾à® à®à®£à¯à®à¯à®à®ªà® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯)"
msgid "Combine {0} ways"
msgstr "{0} வழிà®à®³à¯ à®à®£à¯"
@@@ -535,6 -540,9 +540,9 @@@ msgstr "
"OSM வழிà®à®³à¯, பà¯à®³à¯à®³à®¿à®à®³à¯, தà¯à®à®°à¯à®ªà¯à®ªà¯à®à®³à¯ à®à®à®¿à®¯à®µà®±à¯à®±à¯à®ªà¯ பறà¯à®±à®¿ வரலாற௠தà®à®µà®²à¯à®à¯ "
"à®à®¾à®à¯à®à®µà¯à®®à¯"
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -654,7 -662,7 +662,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -804,8 -812,8 +812,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "மிà®à®µà¯à®®à¯ பழà¯à®¯ பà¯à®³à¯à®³à®¿à®¯à®¿à®²à¯ பà¯à®³à¯à®³à®¿à®à®³à¯ à®à®£à¯à®à¯à®à®µà¯à®®à¯"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -992,15 -1000,9 +1000,9 @@@ msgid "Orthogonalize / Undo
msgstr "à®à¯à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à®à¯à®¤à®²à¯ ரதà¯à®¤à¯à®à¯ à®à¯à®¯à¯"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "வà®à®¿à®µà®¤à¯à®¤à¯ à®à¯à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à®à¯à®¤à®²à¯ ரதà¯à®¤à¯à®à¯ à®à¯à®¯à¯\n"
- "à®®à¯à®¨à¯à®¤à®¿à®¯ வà®à®¿à®µà®¤à¯à®¤à¯ à®à¯à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à®à¯à®¤à®²à®¾à®²à¯ நà®à®°à¯à®¤à¯à®¤ பà¯à®³à¯à®³à®¿à®à®³à¯ தà¯à®°à¯à®¨à¯à®¤à¯à®à¯à®¤à¯à®¤à¯à®"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "வà®à®¿à®µà®¤à¯à®¤à¯ à®à¯à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à®à¯à®¤à®²à¯ ரதà¯à®¤à¯à®à¯ à®à¯à®¯à¯"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1020,9 -1022,6 +1022,6 @@@ msgstr "à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à
msgid "Usage"
msgstr "பயனà¯à®ªà®¾à®à¯"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "தà¯à®°à¯à®¨à¯à®¤à¯à®à¯à®¤à¯à®¤ à®à¯à®±à¯à®à®³à¯ à®à¯à®à¯à®¤à¯à®¤à®¾à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1190,9 -1189,6 +1189,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1339,20 -1335,14 +1335,14 @@@ msgstr "
"நà®à¯à®µà®¿à®²à¯à®³à¯à®³ பà¯à®³à¯à®³à®¿à®à®³à¯à®¤à¯ தà¯à®°à¯à®¨à¯à®¤à¯à®à¯)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>à®à®²à¯à®²à®¾ பà¯à®¤à¯ வழிà®à®³à¯à®à¯à®à¯à®®à¯ பà®à¯à®à¯ à®
à®à®¿à®ªà¯à®ªà®à¯à®à¯ à®à¯à®£à¯à® à®à®±à®µà¯ à®à®±à¯à®ªà¯à®ªà®¿à®©à®°à¯ "
- "நிலà¯à®¯à¯à®©à¯à®±à¯ நà®à®²à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯<br>நà¯à®à¯à®à®³à¯ à®à®°à®¿à®ªà¯à®ªà®¾à®°à¯à®¤à¯à®¤à¯, தà¯à®µà¯à®ªà¯à®ªà®à¯à®®à¯à®ªà¯à®¤à¯ "
- "திரà¯à®¤à¯à®¤ வà¯à®£à¯à®à¯à®®à¯</html>"
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>à®à®²à¯à®²à®¾ பà¯à®¤à¯ வழிà®à®³à¯à®à¯à®à¯à®®à¯ à®à®±à®µà¯ à®à®±à¯à®ªà¯à®ªà®¿à®©à®°à¯ நிலà¯à®¯à¯à®©à¯à®±à¯ "
- "நà®à®²à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯<br>நà¯à®à¯à®à®³à¯ à®à®°à®¿à®ªà¯à®ªà®¾à®°à¯à®¤à¯à®¤à¯, தà¯à®µà¯à®ªà¯à®ªà®à¯à®®à¯à®ªà¯à®¤à¯ திரà¯à®¤à¯à®¤ "
- "வà¯à®£à¯à®à¯à®®à¯</html>"
msgid "Split way {0} into {1} parts"
msgstr "{0} வழிய௠{1} பாà®à®à¯à®à®³à®¾à® பிரி."
@@@ -1440,6 -1430,27 +1430,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "à®à¯à®¯à®²à¯à®¨à¯à®à¯à®à¯"
@@@ -1726,6 -1737,9 +1737,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1945,8 -1959,8 +1959,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2371,6 -2385,9 +2385,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2567,8 -2584,7 +2584,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2654,6 -2670,9 +2670,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2690,10 -2709,10 +2709,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2716,8 -2735,8 +2735,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2821,6 -2840,9 +2840,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2881,8 -2903,8 +2903,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2912,10 -2934,10 +2934,10 @@@ msgstr "தà¯à®°à¯à®¨à¯à®¤à¯à®à¯à
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2936,6 -2958,9 +2958,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2966,18 -2991,18 +2991,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2986,8 -3011,8 +3011,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2995,13 -3020,11 +3020,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3015,8 -3038,8 +3038,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3046,11 -3069,10 +3069,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "à®
றியாத"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3203,8 -3225,7 +3225,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3311,7 -3332,7 +3332,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3349,9 -3370,6 +3370,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3390,6 -3408,9 +3408,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3414,6 -3435,15 +3435,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3473,6 -3503,9 +3503,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3555,6 -3588,15 +3588,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3624,6 -3666,12 +3666,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3681,13 -3729,13 +3729,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3719,10 -3767,10 +3767,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3856,7 -3904,7 +3904,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3931,6 -3979,9 +3979,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3961,9 -4012,6 +4012,6 @@@ msgstr "à®à®à¯à®à®¿à®à®®à¯
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3988,10 -4036,10 +4036,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4054,23 -4102,6 +4102,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4174,7 -4205,7 +4205,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4403,6 -4434,18 +4434,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4507,19 -4550,6 +4550,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4807,29 -4837,47 +4837,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4844,7 -4892,7 +4892,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4896,14 -4944,6 +4944,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5153,14 -5193,14 +5193,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5681,6 -5721,9 +5721,9 @@@ msgstr "à®à®¾à®£à¯à®ªà®¿/மறà¯
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5764,6 -5807,33 +5807,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5854,8 -5924,7 +5924,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6025,9 -6094,6 +6094,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6312,8 -6378,8 +6378,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6379,34 -6445,46 +6445,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: foreground"
+ msgstr ""
+
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6421,13 -6499,13 +6499,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6581,7 -6659,7 +6659,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr "பதிவிறà®à¯à®à®ªà¯à®ªà®à¯à®®à¯ à®à®±à®µà¯ {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6899,6 -6977,25 +6977,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7030,21 -7127,8 +7127,8 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr ""
+ msgid "Start downloading"
+ msgstr "பதிவிறà®à¯à®à®¤à¯à®¤à¯ தà¯à®µà®à¯à®à¯"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7054,23 -7138,9 +7138,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "பதிவிறà®à¯à®à®¤à¯à®¤à¯ தà¯à®µà®à¯à®à¯"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7167,7 -7237,7 +7237,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7266,6 -7336,9 +7336,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7353,7 -7426,7 +7426,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7372,6 -7445,12 +7445,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7438,8 -7517,7 +7517,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7514,8 -7592,8 +7592,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7529,8 -7607,7 +7607,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7745,12 -7822,6 +7822,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7759,6 -7830,22 +7830,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7774,6 -7861,21 +7861,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7781,8 -7883,8 +7883,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7894,9 -7996,6 +7996,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7906,6 -8005,9 +8005,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7922,7 -8024,7 +8024,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8068,7 -8170,7 +8170,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8098,7 -8200,7 +8200,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8453,9 -8555,6 +8555,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8474,6 -8573,9 +8573,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8531,6 -8633,12 +8633,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8597,9 -8705,6 +8705,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8780,14 -8885,10 +8885,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8802,7 -8903,7 +8903,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8812,8 -8913,7 +8913,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9033,7 -9133,7 +9133,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9748,21 -9848,21 +9848,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9816,6 -9916,9 +9949,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9869,6 -9972,11 +10005,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10325,6 -10433,12 +10466,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10388,7 -10502,7 +10535,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10646,21 -10760,6 +10793,6 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr ""
-
- msgid "South"
- msgstr ""
-
- msgid "Hemisphere"
- msgstr ""
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
@@@ -10682,6 -10781,21 +10814,21 @@@ msgstr "
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr ""
+
+ msgid "South"
+ msgstr ""
+
+ msgid "Hemisphere"
+ msgstr ""
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -10732,8 -10846,8 +10879,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10742,20 -10856,25 +10889,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10837,14 -10956,8 +10989,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10917,7 -11030,7 +11063,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10996,9 -11109,6 +11142,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -11017,6 -11127,14 +11160,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11046,9 -11164,49 +11197,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11079,7 -11237,7 +11270,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11119,28 -11277,26 +11310,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11235,6 -11391,9 +11424,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11250,12 -11409,20 +11442,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11334,7 -11501,7 +11534,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11433,35 -11600,11 +11633,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11471,8 -11614,8 +11647,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11499,10 -11642,7 +11675,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11586,8 -11726,8 +11759,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11784,7 -11924,7 +11957,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11830,6 -11970,15 +12003,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11860,19 -12009,19 +12042,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11894,11 -12043,23 +12076,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11968,13 -12129,13 +12162,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12117,10 -12278,10 +12311,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12135,22 -12296,21 +12329,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12219,8 -12379,7 +12412,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12235,9 -12394,24 +12427,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12559,12 -12733,11 +12766,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12575,16 -12748,59 +12781,59 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Key is too long (max {0} characters):"
msgstr ""
@@@ -12609,9 -12825,23 +12858,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12934,6 -13164,11 +13197,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13173,6 -13408,9 +13441,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13222,9 -13460,6 +13493,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13261,6 -13496,11 +13529,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13391,6 -13631,9 +13664,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13481,6 -13724,50 +13757,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13499,10 -13786,10 +13819,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13514,6 -13801,9 +13834,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13541,18 -13831,12 +13864,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13562,9 -13846,6 +13879,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13574,13 -13855,13 +13888,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13628,6 -13909,9 +13942,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13712,6 -13996,9 +14029,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13816,21 -14103,30 +14136,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13846,10 -14142,10 +14175,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13885,7 -14181,7 +14214,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13954,12 -14250,18 +14283,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13975,15 -14277,6 +14310,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14005,6 -14298,15 +14331,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14014,6 -14316,9 +14349,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14023,10 -14328,7 +14361,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14059,9 -14361,6 +14394,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14101,7 -14400,13 +14433,19 @@@ msgstr "
msgid "Edit Block"
msgstr ""
--msgid "Allowed traffic:"
++msgid "Bollard type"
++msgstr ""
++
++msgid "rising"
++msgstr ""
++
++msgid "removable"
+ msgstr ""
+
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
msgstr ""
msgid "Bollard"
@@@ -14119,6 -14424,9 +14463,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14188,19 -14496,13 +14535,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14231,6 -14533,7 +14575,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14240,10 -14543,10 +14585,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14297,12 -14600,6 +14642,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14363,12 -14660,21 +14702,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14408,9 -14714,6 +14756,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14444,6 -14747,21 +14789,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14525,18 -14843,23 +14885,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14612,7 -14935,7 +14977,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14636,10 -14959,13 +15001,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14651,9 -14977,6 +15019,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14675,13 -14998,13 +15040,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14705,6 -15028,9 +15070,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14717,21 -15043,35 +15085,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14828,11 -15168,9 +15231,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14844,11 -15182,9 +15245,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14867,10 -15203,10 +15266,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14900,9 -15236,6 +15299,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14924,37 -15257,56 +15320,56 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
msgstr ""
- msgid "Parking entrance"
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
msgstr ""
- msgid "Edit Parking entrance"
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
msgstr ""
- msgid "Fuel"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
msgstr ""
- msgid "Edit Fuel"
+ msgid "sunrise-sunset"
msgstr ""
- msgid "Brand"
+ msgid "Su 10:00+"
msgstr ""
- msgid "Agip"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
- msgid "Aral"
+ msgid "Parking entrance"
msgstr ""
- msgid "Avia"
+ msgid "Edit Parking entrance"
msgstr ""
- msgid "BP"
+ msgid "Fuel"
+ msgstr ""
+
+ msgid "Edit Fuel"
+ msgstr ""
+
+ msgid "Brand"
+ msgstr ""
+
+ msgid "Agip"
+ msgstr ""
+
+ msgid "Aral"
+ msgstr ""
+
+ msgid "Avia"
+ msgstr ""
+
+ msgid "BP"
msgstr ""
msgid "Chevron"
@@@ -15077,6 -15429,9 +15492,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15098,6 -15453,12 +15516,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15125,6 -15486,12 +15549,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15149,22 -15516,6 +15579,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15186,9 -15537,6 +15600,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15383,6 -15731,9 +15794,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15413,6 -15764,9 +15827,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15425,9 -15779,6 +15842,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15437,9 -15788,14 +15851,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15452,6 -15808,9 +15871,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15476,14 -15835,6 +15898,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15532,7 -15883,7 +15946,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15586,41 -15937,41 +16000,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15812,9 -16163,6 +16226,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15836,9 -16184,15 +16247,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15851,6 -16205,9 +16268,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15890,6 -16247,9 +16310,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15911,22 -16271,34 +16334,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16056,49 -16428,43 +16491,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16116,6 -16482,12 +16545,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16128,6 -16500,9 +16563,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16146,37 -16521,137 +16584,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16266,6 -16741,12 +16804,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "à®à®à®²à¯à®¨à®²à®®à¯"
@@@ -16347,83 -16828,167 +16891,167 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
+ msgstr ""
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
msgstr ""
msgid "Batteries"
@@@ -16450,21 -17015,15 +17078,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr ""
-
msgid "Amount of Seats"
msgstr ""
@@@ -16499,16 -17058,22 +17121,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16542,6 -17107,9 +17170,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16579,117 -17147,153 +17210,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16723,33 -17327,43 +17390,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16783,6 -17397,22 +17460,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16883,36 -17513,54 +17576,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16955,19 -17603,15 +17666,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17106,6 -17750,18 +17813,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17118,60 -17774,134 +17837,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17396,41 -18126,67 +18189,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17439,7 -18195,7 +18258,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17451,12 -18207,102 +18270,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17508,97 -18354,215 +18417,215 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
msgstr ""
- msgid "battery charging"
+ msgid "reciprocating_engine"
msgstr ""
- msgid "Power Station"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
msgstr ""
- msgid "Edit Power Station"
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
+ msgstr ""
+
+ msgid "Power Sub Station"
+ msgstr ""
+
+ msgid "Edit Power Sub Station"
+ msgstr ""
+
+ msgid "Line reference"
+ msgstr ""
+
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
msgstr ""
- msgid "Power Sub Station"
+ msgid "low"
msgstr ""
- msgid "Edit Power Sub Station"
+ msgid "750000;200000"
msgstr ""
- msgid "Line reference"
+ msgid "110000;20000"
msgstr ""
msgid "Cable Distribution Cabinet"
@@@ -17616,6 -18580,9 +18643,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17634,11 -18601,9 +18664,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17747,10 -18712,10 +18775,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17762,7 -18727,7 +18790,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17783,6 -18748,9 +18811,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17795,9 -18763,6 +18826,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17867,7 -18832,7 +18895,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17888,13 -18853,13 +18916,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17903,9 -18868,8 +18931,8 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "வà¯à®à®¿à®¯à¯"
msgid "Edit Video Shop"
msgstr ""
@@@ -17931,6 -18895,12 +18958,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17967,10 -18937,31 +19000,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18000,7 -18991,7 +19054,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18012,19 -19003,19 +19066,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18060,7 -19051,7 +19114,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18273,6 -19264,12 +19327,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18312,24 -19309,33 +19372,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18339,15 -19345,6 +19408,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18423,6 -19420,12 +19483,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18477,7 -19480,7 +19543,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18489,6 -19492,9 +19555,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18564,6 -19570,33 +19633,33 @@@ msgstr "
msgid "Annotation"
msgstr ""
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr ""
@@@ -18600,6 -19633,18 +19696,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18768,21 -19813,50 +19876,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18828,19 -19902,22 +19965,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18864,7 -19941,7 +20004,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18960,18 -20037,27 +20100,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18981,7 -20067,10 +20130,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18990,10 -20079,10 +20142,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19011,6 -20100,9 +20163,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19026,28 -20118,28 +20181,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19068,19 -20160,19 +20223,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19155,10 -20247,13 +20310,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19173,9 -20268,6 +20331,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19203,6 -20295,9 +20358,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19248,10 -20343,40 +20406,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19263,7 -20388,7 +20451,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19281,7 -20406,7 +20469,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19398,19 -20523,130 +20586,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19425,11 -20661,50 +20724,50 @@@ msgstr "
msgid "unknown jewish denomination"
msgstr ""
- msgid ""
- "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgid ""
+ "no wikipedia-language given, use ''wikipedia''=''language:page title''"
+ msgstr ""
+
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19441,24 -20716,30 +20779,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19474,7 -20755,7 +20821,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19483,6 -20764,9 +20830,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19629,6 -20913,29 +20979,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19794,6 -21101,9 +21167,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19839,6 -21149,39 +21215,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20040,6 -21383,18 +21449,18 @@@ msgstr "
msgid "Elevation Profile"
msgstr ""
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr ""
@@@ -20061,13 -21416,7 +21482,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20330,10 -21679,13 +21745,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20537,7 -21889,7 +21955,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20808,15 -22160,6 +22226,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20987,6 -22330,9 +22396,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21005,12 -22351,6 +22417,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21146,6 -22486,9 +22552,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21163,6 -22506,9 +22572,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21389,7 -22735,10 +22801,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21439,7 -22788,7 +22854,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21663,27 -23012,9 +23078,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22761,9 -24092,32 +24158,32 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>à®à®²à¯à®²à®¾ பà¯à®¤à¯ வழிà®à®³à¯à®à¯à®à¯à®®à¯ பà®à¯à®à¯ à®
à®à®¿à®ªà¯à®ªà®à¯à®à¯ à®à¯à®£à¯à® à®à®±à®µà¯ à®à®±à¯à®ªà¯à®ªà®¿à®©à®°à¯ "
+ "நிலà¯à®¯à¯à®©à¯à®±à¯ நà®à®²à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯<br>நà¯à®à¯à®à®³à¯ à®à®°à®¿à®ªà¯à®ªà®¾à®°à¯à®¤à¯à®¤à¯, தà¯à®µà¯à®ªà¯à®ªà®à¯à®®à¯à®ªà¯à®¤à¯ "
+ "திரà¯à®¤à¯à®¤ வà¯à®£à¯à®à¯à®®à¯</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>à®à®²à¯à®²à®¾ பà¯à®¤à¯ வழிà®à®³à¯à®à¯à®à¯à®®à¯ à®à®±à®µà¯ à®à®±à¯à®ªà¯à®ªà®¿à®©à®°à¯ நிலà¯à®¯à¯à®©à¯à®±à¯ "
+ "நà®à®²à¯à®à¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯<br>நà¯à®à¯à®à®³à¯ à®à®°à®¿à®ªà¯à®ªà®¾à®°à¯à®¤à¯à®¤à¯, தà¯à®µà¯à®ªà¯à®ªà®à¯à®®à¯à®ªà¯à®¤à¯ திரà¯à®¤à¯à®¤ "
+ "வà¯à®£à¯à®à¯à®®à¯</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23410,9 -24764,6 +24830,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23465,18 -24816,6 +24882,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23823,6 -25162,27 +25228,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23974,6 -25334,9 +25400,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24291,9 -25654,6 +25720,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24509,6 -25869,9 +25935,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24541,15 -25904,31 +25970,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24664,9 -26043,6 +26109,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24845,19 -26221,19 +26287,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25073,6 -26449,95 +26515,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25109,6 -26574,9 +26640,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25261,9 -26729,6 +26795,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26249,9 -27714,6 +27780,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr "வà¯à®à®¿à®¯à¯"
-
msgid "Import Video"
msgstr ""
@@@ -26530,9 -27992,6 +28058,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/te.po
index 9e63108,2aa298a..b7d45bf
--- a/i18n/po/te.po
+++ b/i18n/po/te.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2011-05-13 08:50+0000\n"
"Last-Translator: Praveen Illa <mail2ipn at gmail.com>\n"
"Language-Team: Telugu <te at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:01+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:01+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: te\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr "JOSM à°à±à°°à°¿à°à°à°¿..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr "సమాà°à°¾à°°à°"
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr "సమాà°à°¾à°°à°"
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/th.po
index 0e3c44a,e4974fe..eff4b31
--- a/i18n/po/th.po
+++ b/i18n/po/th.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2009-03-23 02:34+0000\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Thai <th at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:02+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:02+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: th\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/tr.po
index 5c1381d,6f9983a..1f1fbe3
--- a/i18n/po/tr.po
+++ b/i18n/po/tr.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-02 19:30+0000\n"
- "Last-Translator: Emre Sülün <emresulun93 at gmail.com>\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-11-17 07:49+0000\n"
+ "Last-Translator: Erkin Alp Güney <Unknown>\n"
"Language-Team: Türkçe <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:03+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:02+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -27,19 -27,19 +27,19 @@@ msgid "{0}: option ''{1}'' requires an
msgstr ""
msgid "{0}: unrecognized option ''--{1}''"
- msgstr ""
+ msgstr "{0}: ''--{1}'' seçeneÄi tanınmıyor"
msgid "{0}: unrecognized option ''{1}{2}''"
- msgstr ""
+ msgstr "{0}: ''--{1}{2}'' seçeneÄi tanınmıyor"
msgid "{0}: illegal option -- {1}"
- msgstr ""
+ msgstr "{0}: yasadıÅı seçenek -- {1}"
msgid "{0}: invalid option -- {1}"
msgstr "{0}: geçersiz seçenek -- {1}"
msgid "{0}: option requires an argument -- {1}"
- msgstr ""
+ msgstr "{0}: ''--{1}'' seçeneÄi argüman gerektirir"
msgid "Invalid value {0} for parameter ''has_arg''"
msgstr ""
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Arkaplanın Kullanım ÅartlarÄ
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Link açma iÅlemi bu platformda desteklenmiyor (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "HATA: {0}"
+
msgid "WARNING: {0}"
msgstr "UYARI: {0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "BİLGİ: {0}
msgid "DEBUG: {0}"
msgstr "HATA AYIKLAMA: {0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "Platform baÅlangıç kancası yürütülüyor."
@@@ -164,19 -170,14 +170,14 @@@ msgid "About JOSM...
msgstr "JOSM Hakkında..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "DİKKAT: Beklenmeyen format ya da API linki. OSM nesnesi için bilgi yada "
- "geçmiÅ sayfasına yönlendirme iÅlemi muhtemelen baÅarısız olacak. API linki: "
- "''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "DİKKAT: Beklenmeyen format ya da API linki. OSM kullanıcı sayfasına "
- "yönlendirme iÅlemi muhtemelen baÅarısız olacak. API linki: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -230,7 -231,7 +231,7 @@@ msgid "Add layers
msgstr "Katman ekle"
msgid "Invalid service URL."
- msgstr "Geçersiz servis URL'si"
+ msgstr "Geçersiz servis URL''si"
msgid "WMS Error"
msgstr "WMS Hatası"
@@@ -262,9 -263,6 +263,6 @@@ msgstr "Araç: {0}
msgid "Please select at least four nodes."
msgstr "En azından dört nokta seç."
- msgid "Information"
- msgstr "Bilgi"
-
msgid "Align Nodes in Line"
msgstr "Noktalar düz çizgi olarak hızala"
@@@ -301,6 -299,9 +299,9 @@@ msgstr "sonraki
msgid "Nothing selected to zoom to."
msgstr "YakınlaÅtıracak bir Åey yok."
+ msgid "Information"
+ msgstr "Bilgi"
+
msgid "Zoom to {0}"
msgstr "{0} kadar yakınlaÅtır"
@@@ -357,9 -358,9 +358,9 @@@ msgstr "
"deÄiÅtirmek istermisiniz?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "Yollar birleÅtiriledi (Tek bir yoluna konulamadı)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "{0} yol birleÅtir"
@@@ -538,6 -539,9 +539,9 @@@ msgstr "GeçmiÅ
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "OSM yolları, nodları ve iliÅkileri hakkında tarih bilgisini göster."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr "GeçmiŠ(web)"
@@@ -658,7 -662,7 +662,7 @@@ msgid "Joined overlapping areas
msgstr "Ãstüste gelen alanlar birleÅtirildi"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -809,8 -813,8 +813,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Noktaları en eskisiyle birleÅtir"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -994,12 -998,8 +998,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1017,9 -1017,6 +1017,6 @@@ msgstr "DikdörtgenleÅtir
msgid "Usage"
msgstr "Kullanım"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1193,9 -1190,6 +1190,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1336,13 -1330,13 +1330,13 @@@ msgstr "
"Yol seçili kavÅaktan bölünemez. (İpucu: Yolun ortasından kavÅak seçiniz)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1437,6 -1431,27 +1431,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Geri AL(undo)"
@@@ -1720,6 -1735,9 +1735,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "{1} nesneden {0} indiriliyor (kalan: {2})"
@@@ -1942,8 -1960,8 +1960,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2378,6 -2396,9 +2396,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2577,8 -2598,7 +2598,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2663,6 -2683,9 +2683,9 @@@ msgid "Added {0} object
msgid_plural "Added {0} objects"
msgstr[0] "{0} nesne eklendi"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "Nokta {0} deÄiÅtir"
@@@ -2699,10 -2722,10 +2722,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2725,8 -2748,8 +2748,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2832,6 -2855,9 +2855,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2892,11 -2918,9 +2918,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Bu yolu terslerken Åu yolun özelliÄi ve onun sahip olduÄu kavÅalarında "
- "deÄiÅmesidata bütünlüÄü için önerilir."
msgid "Relation"
msgstr "İliÅki"
@@@ -2925,11 -2949,11 +2949,11 @@@ msgstr "Seçili deÄiÅiklikleri uygula
msgid "Do not apply changes"
msgstr "DeÄiÅiklikleri Uygulama"
- msgid "Please select which property changes you want to apply."
- msgstr "lütfen hangi özelliÄin deÄiÅimin uygulanacaÄını seçiniz."
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Ãzellikleri "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "İliÅkide rolü Åunu gösteriyor"
@@@ -2949,6 -2973,9 +2973,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2979,18 -3006,18 +3006,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2999,8 -3026,8 +3026,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -3008,13 -3035,11 +3035,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -3028,8 -3053,8 +3053,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3059,11 -3084,10 +3084,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "BİLİNMEYEN"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3216,8 -3240,7 +3240,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3324,7 -3347,7 +3347,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3362,9 -3385,6 +3385,6 @@@ msgstr "
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3405,6 -3425,9 +3425,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "Adresler"
@@@ -3429,6 -3452,15 +3452,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3488,6 -3520,9 +3520,9 @@@ msgstr " veya
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "Ãift Noktalar"
@@@ -3570,6 -3605,15 +3605,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3639,6 -3683,12 +3683,12 @@@ msgstr "Aynı isimli noktalar
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Bu test aynı isme sahip kavÅakları kontrol eder (çift olabilirler)."
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3697,13 -3747,13 +3747,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3735,12 -3785,11 +3785,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "Bu test yazım hatalarına karÅı test yapar."
- msgid "Properties checker :"
- msgstr "Ãzellik kontol edici :"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
- "Bu test özellik anahtarlarını ve deÄerlerindeki yanlıÅları kontrol eder."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "Geçersiz etkiket kontrol satırı - {0}: {1}"
@@@ -3880,8 -3929,8 +3929,8 @@@ msgstr "Varsayılan imla dosyasını ko
msgid "Use the default spellcheck file (recommended)."
msgstr "Varsayılan imla dosyasını kontrol et (önerilen)."
- msgid "Fix properties"
- msgstr "Ãzellikler Düzelt"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "Eleman tipi bulunamadı"
@@@ -3955,6 -4004,9 +4004,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr "Bu test dairesel yolların kapalı olmasını kontrol eder."
+ msgid "Unclosed way"
+ msgstr "KapanmamıŠyollar"
+
msgid "natural type {0}"
msgstr "doÄal tip {0}"
@@@ -3985,9 -4037,6 +4037,6 @@@ msgstr "yapılar
msgid "area"
msgstr "alan"
- msgid "Unclosed way"
- msgstr "KapanmamıŠyollar"
-
msgid "Unconnected ways"
msgstr ""
@@@ -4014,12 -4063,12 +4063,12 @@@ msgid "This test checks for untagged no
msgstr ""
"Bu test etiketsiz ve herhangi bir yola dahil olmayan noktaları kontrol eder."
- msgid "No tags"
- msgstr "Etiket yok"
-
msgid "Unconnected nodes without physical tags"
msgstr "Sahipsiz ve etiketlenmemiÅ noktalar"
+ msgid "No tags"
+ msgstr "Etiket yok"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr ""
@@@ -4082,23 -4131,6 +4131,6 @@@ msgstr "Ters çizilmiŠsahil çizgisi
msgid "Reversed land: land not on left side"
msgstr "Ters çizilmiÅ yer: kara solda deÄil"
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4202,7 -4234,7 +4234,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4438,6 -4470,18 +4470,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "Ses"
@@@ -4542,19 -4586,6 +4586,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr "yanlıÅ: özellik kaptılmıÅ"
-
- msgid "true: the property is explicitly switched on"
- msgstr "doÄru: özellik açık"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "kısmen: farklı objeler farklı deÄerlere sahip, deÄiÅtirmeyin"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "atanmamıÅ: bu özelliÄi seçili objeye atamayın"
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4841,29 -4872,47 +4872,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4878,7 -4927,7 +4927,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4930,14 -4979,6 +4979,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5186,14 -5227,14 +5227,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5714,6 -5755,9 +5755,9 @@@ msgstr "Göster/Sakla
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5797,6 -5841,36 +5841,36 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Nesne tipi:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "karma"
+
+ msgid "Choose the OSM object type"
+ msgstr "OSM nesne tipini seçin"
+
+ msgid "Object ID:"
+ msgstr "Nesne IDâsi :"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "İndirilecek nesnenin ID numarasını giriniz"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "Nesne numaraları virgül yada boÅluk kullanılarfak ayrılabilir.<br/> Ãrnek: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> KarıÅık durumda nesneleri "
+ "Åu Åekilde belirtin: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "İliÅkiler"
@@@ -5887,8 -5961,7 +5961,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6058,9 -6131,6 +6131,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6345,8 -6415,8 +6415,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6411,35 -6481,47 +6481,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
- msgstr "Ãzellikler/Ãyelikler"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "Seçili objenin özellikleri"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<farklı>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "Ãyesi"
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "Ãzellik: {0} / Ãyelik: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "Ãzellik / Ãyelik"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "Seçili anahtarı her objeden sil"
- msgid "Delete Properties"
- msgstr "ÃzelliÄi Sil"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "İliÅkiyi deÄiÅtir"
@@@ -6453,14 -6535,14 +6535,14 @@@ msgstr "Gerçekten seçili kısmı iliÅ
msgid "Add a new key/value pair to all objects"
msgstr "Her obje için yeni bir anahtar/deÄer çifti ekleyiniz"
- msgid "Add Property"
- msgstr ""
+ msgid "Add Tag"
+ msgstr "Etiket Ekle"
msgid "Edit the value of the selected key for all objects"
msgstr "Seçili anahtarın deÄerini her obje için düzenle"
- msgid "Edit Properties"
- msgstr "Ãzellikleri Düzenle"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr ""
@@@ -6613,7 -6695,7 +6695,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6931,6 -7013,25 +7013,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr "Yer İmleri"
@@@ -7064,21 -7165,8 +7165,8 @@@ msgstr "Yönlendirenleri indir (üst il
msgid "Download object"
msgstr "Nesneyi indir"
- msgid "Object type:"
- msgstr "Nesne tipi:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "karma"
-
- msgid "Choose the OSM object type"
- msgstr "OSM nesne tipini seçin"
-
- msgid "Object ID:"
- msgstr "Nesne IDâsi :"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "İndirilecek nesnenin ID numarasını giriniz"
+ msgid "Start downloading"
+ msgstr "İndirmeyi baÅlat"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7088,26 -7176,9 +7176,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "Nesne numaraları virgül yada boÅluk kullanılarfak ayrılabilir.<br/> Ãrnek: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> KarıÅık durumda nesneleri "
- "Åu Åekilde belirtin: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "Yönlendirenleri indir (üst iliÅkiler ve yollar)"
- msgid "Start downloading"
- msgstr "İndirmeyi baÅlat"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr "Sınıf Tipi"
@@@ -7204,7 -7275,7 +7275,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7303,6 -7374,9 +7374,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7390,7 -7464,7 +7464,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7409,6 -7483,12 +7483,12 @@@ msgstr "YaptıÄınız yükleme için k
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "Takım ID:"
@@@ -7475,8 -7555,7 +7555,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7551,8 -7630,8 +7630,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7566,8 -7645,7 +7645,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7782,12 -7860,6 +7860,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7796,6 -7868,22 +7868,22 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
@@@ -7811,6 -7899,21 +7899,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7818,8 -7921,8 +7921,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7931,9 -8034,6 +8034,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7943,6 -8043,9 +8043,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7959,7 -8062,7 +8062,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8105,7 -8208,7 +8208,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8135,7 -8238,7 +8238,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8498,9 -8601,6 +8601,6 @@@ msgstr "EXIF den GPS verisi çıkartıl
msgid "Starting directory scan"
msgstr "klasör arama baÅladı"
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr "FotoÄraflar okunuyor..."
@@@ -8519,6 -8619,9 +8619,9 @@@ msgstr "Klasörde null dosya bulundu {0
msgid "Error while getting files from directory {0}\n"
msgstr "Klasörden dosya alınmasında hata oluÅtu {0}\n"
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr "Geotagged Görüntüler"
@@@ -8576,6 -8679,12 +8679,12 @@@ msgstr "Sonraki
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "Merkezi görünüm"
@@@ -8646,9 -8755,6 +8755,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8832,14 -8938,10 +8938,10 @@@ msgstr "Bu imleç için tanımlanan lin
msgid "(URL was: "
msgstr "(URL : "
- msgid "Error displaying URL"
- msgstr "Linkin gösterilmesinde hata"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8854,7 -8956,7 +8956,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8864,8 -8966,7 +8966,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9089,7 -9190,7 +9190,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9600,7 -9701,7 +9701,7 @@@ msgid "Configure toolbar
msgstr ""
msgid "Edit shortcut"
- msgstr ""
+ msgstr "Kısayol düzenle"
msgid "Do not hide toolbar and menu"
msgstr ""
@@@ -9735,7 -9836,7 +9836,7 @@@ msgid "
msgstr ""
msgid "shortcut"
- msgstr ""
+ msgstr "kısayol"
msgid "color"
msgstr ""
@@@ -9809,21 -9910,21 +9910,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9877,6 -9978,9 +10011,9 @@@ msgstr "Seçim modunda sanal kavÅaklar
msgid "Draw inactive layers in other color"
msgstr "Pasif katmanları farklı renkte çiz"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9930,6 -10034,11 +10067,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10389,6 -10498,12 +10531,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10452,8 -10567,8 +10600,8 @@@ msgstr "Harita Ayarları
msgid "Settings for the map projection and data interpretation."
msgstr "Harita Projeksiyonu ve İnterpolasyon Ayarları."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr ""
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Etiketteki özellikler okunamadı: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10710,21 -10825,6 +10858,6 @@@ msgstr "Swiss Grid (İsviçre)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM Zone"
-
- msgid "North"
- msgstr "Kuzey"
-
- msgid "South"
- msgstr "Güney"
-
- msgid "Hemisphere"
- msgstr "Yarımküre"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -10746,6 -10846,21 +10879,21 @@@ msgstr "UTM Fransa (DOM)
msgid "UTM Geodesic system"
msgstr ""
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM Zone"
+
+ msgid "North"
+ msgstr "Kuzey"
+
+ msgid "South"
+ msgstr "Güney"
+
+ msgid "Hemisphere"
+ msgstr "Yarımküre"
+
msgid "Testing OSM API URL ''{0}''"
msgstr ""
@@@ -10796,8 -10911,8 +10944,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10806,20 -10921,25 +10954,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10901,16 -11021,10 +11054,10 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- msgid "disabled"
- msgstr "seçilemez"
-
- msgid "no modifier"
- msgstr "Belirteç yok"
-
msgid "Shortcut Background: User"
msgstr ""
@@@ -10927,7 -11041,7 +11074,7 @@@ msgid "Attention: Use real keyboard key
msgstr "Dikkat: Gerçek Klavye tuÅları kullanının!"
msgid "Keyboard Shortcuts"
- msgstr "klavye kısayolları"
+ msgstr "Klavye Kısayolları"
msgid "Changing keyboard shortcuts manually."
msgstr "Klavye kısayollarını elle deÄiÅtir."
@@@ -10981,9 -11095,9 +11128,12 @@@ msgstr "
msgid "New relation"
msgstr ""
+ msgid "Change Tags"
+ msgstr ""
+
+msgid "Change Properties"
+msgstr "Ãzellikleri DeÄiÅtir"
+
msgid "Unknown requisite: {0}"
msgstr ""
@@@ -11060,9 -11174,6 +11210,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr "Etiketteki özellikler okunamadı: {0}"
-
msgid "Error parsing {0}: "
msgstr "İÅleme Hatası {0}: "
@@@ -11081,6 -11192,14 +11228,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11110,9 -11229,49 +11265,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr "yanlıÅ: özellik kaptılmıÅ"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "doÄru: özellik açık"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "kısmen: farklı objeler farklı deÄerlere sahip, deÄiÅtirmeyin"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "atanmamıÅ: bu özelliÄi seçili objeye atamayın"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11143,7 -11302,7 +11338,7 @@@ msgid "Contacting OSM Server...
msgstr "OSM Serverâına BaÄlanıyor..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11183,28 -11342,26 +11378,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11303,6 -11460,9 +11496,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "AyrıÅtırma hatası: gpx dökümanı için geçersiz yapı."
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11318,12 -11478,20 +11514,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11402,8 -11570,8 +11606,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "NMEA içeri alınması baÅarılı"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA içeri alınmasında hata!"
@@@ -11501,35 -11669,11 +11705,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11539,8 -11683,8 +11719,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11567,10 -11711,7 +11747,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11654,8 -11795,8 +11831,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11854,7 -11995,7 +12031,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11900,6 -12041,15 +12077,15 @@@ msgstr "Åu linkten uzak kontrolle ver
msgid "Remote Control has been asked to load data from the API."
msgstr "API tarafından uzaktan kontrol veri yüklemesi soruldu."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11930,19 -12080,19 +12116,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11964,11 -12114,23 +12150,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12038,13 -12200,13 +12236,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12187,10 -12349,10 +12385,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12205,22 -12367,21 +12403,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12292,8 -12453,7 +12489,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12308,9 -12468,24 +12504,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12632,12 -12807,11 +12843,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12648,9 -12822,52 +12858,52 @@@ msgid "
"platform first."
msgstr ""
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12682,9 -12899,23 +12935,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
msgstr ""
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -13011,6 -13242,11 +13278,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13250,6 -13486,9 +13522,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13299,9 -13538,6 +13574,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13338,6 -13574,11 +13610,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13468,6 -13709,9 +13745,9 @@@ msgstr "toprak set
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "ücret"
+
msgid "Motorway Link"
msgstr "Araç yolu hattı"
@@@ -13558,6 -13802,50 +13838,50 @@@ msgstr "yerleÅim alanı
msgid "Edit Residential Street"
msgstr "yerleÅim sokaÄını düzenle"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "Otoyol tipi"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "Evet"
+
+ msgid "no"
+ msgstr "hayır"
+
+ msgid "destination"
+ msgstr "varıÅ"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "Canlı Sokak"
@@@ -13576,10 -13864,10 +13900,10 @@@ msgstr "Alan
msgid "Service"
msgstr "Servis"
- msgid "Edit Serviceway"
- msgstr "Servis yolu düzenle"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13591,6 -13879,9 +13915,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "Park alanı"
@@@ -13618,18 -13909,12 +13945,12 @@@ msgstr "döner kavÅak
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "Evet"
-
msgid "Road Restrictions"
msgstr "Yol kısıtlamaları"
msgid "Edit Road Restrictions"
msgstr "Yol kısıtlamalarını düzenle"
- msgid "Toll"
- msgstr "ücret"
-
msgid "No exit (cul-de-sac)"
msgstr "ÃıkıŠYok"
@@@ -13639,9 -13924,6 +13960,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr "varıÅ"
-
msgid "delivery"
msgstr ""
@@@ -13651,15 -13933,15 +13969,15 @@@ msgstr "ihtiyari
msgid "private"
msgstr "özel"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "tarımsal"
msgid "forestry"
msgstr ""
- msgid "no"
- msgstr "hayır"
-
msgid "official"
msgstr ""
@@@ -13705,6 -13987,9 +14023,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "Toplu taÅıma araçları"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "Min. Hız (km/h)"
@@@ -13789,6 -14074,9 +14110,9 @@@ msgstr "Köprü Düzenle
msgid "viaduct"
msgstr "viyadük"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13893,21 -14181,30 +14217,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13923,10 -14220,10 +14256,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr "At yolu düzenle"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13962,7 -14259,7 +14295,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14031,12 -14328,18 +14364,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
- msgstr "Acil durum telefonu"
+ msgid "Drinking Water"
+ msgstr "İçme Suyu"
msgid "Traffic Signal"
msgstr "Trafik ıÅıkları"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -14052,15 -14355,6 +14391,6 @@@ msgstr "ada
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -14082,6 -14376,15 +14412,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "Dur"
@@@ -14091,6 -14394,9 +14430,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14100,10 -14406,7 +14442,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14136,9 -14439,6 +14475,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr "Dönme Daire"
@@@ -14181,6 -14481,12 +14517,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "İzin verilen trafik:"
+ msgid "Material"
+ msgstr "Malzeme"
+
+ msgid "stone"
+ msgstr "taÅ"
+
msgid "Bollard"
msgstr "direk-iskele"
@@@ -14196,6 -14502,9 +14538,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "plastik"
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14265,19 -14574,13 +14610,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14308,6 -14611,7 +14650,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14317,11 -14621,11 +14660,11 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "GiriÅ"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "GiriŠdüzenle"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "Geçit"
@@@ -14374,12 -14678,6 +14717,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "Malzeme"
-
- msgid "stone"
- msgstr "taÅ"
-
msgid "Turnstile"
msgstr ""
@@@ -14440,12 -14738,21 +14777,21 @@@ msgstr "kanalizasyon düzenle
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr "dere"
msgid "Edit Stream"
msgstr "dere düzenle"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "Kanal"
@@@ -14485,9 -14792,6 +14831,6 @@@ msgstr "Baraj düzenle
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14521,6 -14825,21 +14864,21 @@@ msgstr "Kapalı Sarnıç Düzenle
msgid "Edit Water"
msgstr "Su Düzenle"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "Kara"
@@@ -14602,18 -14921,23 +14960,23 @@@ msgstr "Feribot Terminal düzenle
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "bisiklet"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14689,7 -15013,7 +15052,7 @@@ msgstr "turizm
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14713,10 -15037,13 +15076,13 @@@ msgstr "
msgid "rail"
msgstr "demiryolu"
- msgid "Voltage"
- msgstr "Voltaj"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14728,9 -15055,6 +15094,6 @@@ msgstr "Dar geçiŠdemiryolu
msgid "Edit Narrow Gauge Rail"
msgstr "Dar geçiŠdemiryolu düzenle"
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr "tek ray"
@@@ -14752,15 -15076,15 +15115,15 @@@ msgstr "Hafif Ray Düzenle
msgid "Subway"
msgstr "Metro"
+msgid "Edit Tram"
+msgstr "Tramvay Düzenle"
+
msgid "Edit Subway"
msgstr "Metro Düzenle"
msgid "Tram"
msgstr "Tramvay"
-msgid "Edit Tram"
-msgstr "Tramvay Düzenle"
-
msgid "Bus Guideway"
msgstr "Otobüs Yolu"
@@@ -14782,6 -15106,9 +15145,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "hemzemin geçit"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14794,18 -15121,32 +15160,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "yarım"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "tam"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "geçit"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr ""
@@@ -14905,11 -15246,9 +15285,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14921,11 -15260,9 +15299,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14944,12 -15281,12 +15320,12 @@@ msgstr "yüzey
msgid "underground"
msgstr "yer altı"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "EriÅim"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -14977,9 -15314,6 +15353,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "kapasite"
@@@ -15001,10 -15335,29 +15374,29 @@@ msgstr "AçılıŠsaati
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15154,6 -15507,9 +15546,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr "Voltaj"
+
msgid "Amperage"
msgstr ""
@@@ -15175,6 -15531,12 +15570,12 @@@ msgstr "tamirci
msgid "Edit Car Repair"
msgstr "tamirci düzenle"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15202,6 -15564,12 +15603,12 @@@ msgstr "araç kiralam
msgid "Edit Car Rental"
msgstr "araç kiralam düzenle"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "PaylaÅım Alanı"
@@@ -15226,22 -15594,6 +15633,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15263,9 -15615,6 +15654,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "Kıyafet"
@@@ -15460,6 -15809,9 +15848,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15490,6 -15842,9 +15881,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "banket"
@@@ -15502,9 -15857,6 +15896,6 @@@ msgstr "tekerlekli sandalye
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15514,9 -15866,14 +15905,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr "Bina"
@@@ -15529,6 -15886,9 +15925,9 @@@ msgstr "Metro GiriÅi Düzenle
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15553,14 -15913,6 +15952,6 @@@ msgstr "hesap veya üyelik kartı
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr "UIC-Referans"
@@@ -15609,8 -15961,8 +16000,8 @@@ msgstr "otobüs platformu düzenle
msgid "Taxi"
msgstr "Taksi"
- msgid "Edit Taxi station"
- msgstr "taksi istasyonu düzenle"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "Havaalanı"
@@@ -15663,6 -16015,21 +16054,21 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
+ msgid "Internet access"
+ msgstr ""
+
+ msgid "wlan"
+ msgstr ""
+
+ msgid "wired"
+ msgstr ""
+
+ msgid "terminal"
+ msgstr "terminal"
+
+ msgid "Internet access fee"
+ msgstr ""
+
msgctxt "airport"
msgid "Gate"
msgstr ""
@@@ -15685,21 -16052,6 +16091,6 @@@ msgstr "Hotel Düzenle
msgid "Stars"
msgstr "Stars"
- msgid "Internet access"
- msgstr ""
-
- msgid "wlan"
- msgstr ""
-
- msgid "wired"
- msgstr ""
-
- msgid "terminal"
- msgstr "terminal"
-
- msgid "Internet access fee"
- msgstr ""
-
msgid "Smoking"
msgstr ""
@@@ -15889,9 -16241,6 +16280,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr "Turizm"
@@@ -15913,9 -16262,15 +16301,15 @@@ msgstr "Seyir Kulesi
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "Harita"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15928,6 -16283,9 +16322,9 @@@ msgstr "sokak
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15967,6 -16325,9 +16364,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15988,22 -16349,34 +16388,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16133,50 -16506,44 +16545,44 @@@ msgstr "Sanatsal
msgid "Edit Artwork"
msgstr "Sanatsal Düzenle"
- msgid "Place of Worship"
- msgstr "Tapınak"
-
- msgid "Edit Place of Worship"
- msgstr "Tapınak Düzenle"
-
- msgid "Religion"
- msgstr "Din"
+ msgid "Recording Studio"
+ msgstr ""
- msgid "bahai"
- msgstr "bahai"
+ msgid "Edit Studio"
+ msgstr ""
- msgid "buddhist"
- msgstr "budist"
+ msgid "audio"
+ msgstr ""
- msgid "christian"
- msgstr "hristiyan"
+ msgid "video"
+ msgstr ""
- msgid "hindu"
- msgstr "hindu"
+ msgid "Place of Worship"
+ msgstr "Tapınak"
- msgid "jain"
- msgstr "jain"
+ msgid "Church"
+ msgstr "klise"
- msgid "jewish"
- msgstr "yahudi"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "müslüman"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "sikh"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "spiritualist"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "taoist"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
- msgstr "ZerdüÅtlük"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "mezhep"
@@@ -16193,6 -16560,12 +16599,12 @@@ msgstr "katholik
msgid "evangelical"
msgstr "protestan"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr "yahova_Åahitleri"
@@@ -16205,6 -16578,9 +16617,9 @@@ msgstr "methodist
msgid "mormon"
msgstr "mormon"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "orthodox"
@@@ -16223,39 -16599,139 +16638,139 @@@ msgstr "quaker
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "shia"
msgid "sunni"
msgstr "sunni"
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
msgstr ""
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "Din"
+
+ msgid "bahai"
+ msgstr "bahai"
+
+ msgid "jain"
+ msgstr "jain"
+
+ msgid "sikh"
+ msgstr "sikh"
+
+ msgid "spiritualist"
+ msgstr "spiritualist"
+
+ msgid "taoist"
+ msgstr "taoist"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr "ZerdüÅtlük"
+
msgid "Public Building"
msgstr "Kamu Binası"
@@@ -16343,6 -16819,12 +16858,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "SaÄlık"
@@@ -16424,55 -16906,139 +16945,139 @@@ msgstr "Veteriner
msgid "Edit Veterinary"
msgstr "Veteriner Düzenle"
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
- msgstr "Posta Kutusu"
-
- msgid "Telephone"
- msgstr "Telefon"
+ msgid "Access rights"
+ msgstr ""
- msgid "Edit Telephone"
- msgstr "Telefon Düzenle"
+ msgid "public"
+ msgstr ""
- msgid "Telephone cards"
- msgstr "Telefon kart"
+ msgid "seasonal"
+ msgstr ""
- msgid "Clock"
+ msgid "flush"
msgstr ""
- msgid "Edit Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Display"
+ msgid "chemical"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "seated;urinal"
msgstr ""
- msgid "Support"
+ msgid "squat"
msgstr ""
- msgid "wall_mounted"
+ msgid "urinal"
msgstr ""
+ msgid "Post Box"
+ msgstr "Posta Kutusu"
+
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
+ msgid "Telephone"
+ msgstr "Telefon"
+
+ msgid "Edit Telephone"
+ msgstr "Telefon Düzenle"
+
+ msgid "Telephone cards"
+ msgstr "Telefon kart"
+
+ msgid "Emergency Phone"
+ msgstr "Acil durum telefonu"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
+ msgid "Clock"
+ msgstr ""
+
+ msgid "Edit Clock"
+ msgstr ""
+
+ msgid "Display"
+ msgstr ""
+
+ msgid "analog"
+ msgstr ""
+
+ msgid "digital"
+ msgstr ""
+
+ msgid "sundial"
+ msgstr ""
+
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr ""
@@@ -16500,8 -17066,8 +17105,8 @@@ msgstr "
msgid "Recycling"
msgstr "Geri DönüÅüm"
- msgid "Edit Recycling station"
- msgstr "Geri DönüÅüm İstasyonu"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "Piller"
@@@ -16527,21 -17093,15 +17132,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr "plastik"
-
msgid "Amount of Seats"
msgstr ""
@@@ -16576,8 -17136,17 +17175,17 @@@ msgstr "Av Standı Düzenle
msgid "Height"
msgstr "Yükseklik"
+ msgctxt "height"
msgid "low"
- msgstr "alçak"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "Sakla"
@@@ -16585,9 -17154,6 +17193,6 @@@
msgid "Lock"
msgstr "Kilitle"
- msgid "Drinking Water"
- msgstr "İçme Suyu"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16619,6 -17185,9 +17224,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16656,119 -17225,155 +17264,155 @@@ msgstr "Stadyum
msgid "Edit Stadium"
msgstr "Stadyum Düzenle"
- msgid "select sport:"
- msgstr "Spor Seç"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
- msgstr "spor"
+ msgid "Sport"
+ msgstr "Spor"
+ msgctxt "sport"
msgid "multi"
- msgstr "çoÄul"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "okçuluk"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "atletik"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "avustralya_footbol"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "basebol"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "basketbol"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "bowling"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "çimen bowling"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "kano"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "tırmanma"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "kriket"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "cricket nets"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "croquet"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "bisiklet"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "köpek yarıÅı"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "at binicilik"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "golf"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "jimnastik"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "hokey"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "at_yarıÅı"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "motor"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "pelota"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
- msgstr "raket"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "atıcılık"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "kaykay"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "paten"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "kaymak"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "futbol"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "yüzmek"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "masa_tenisi"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "tenis"
+ msgstr ""
msgid "Sports Centre"
msgstr "spor merkezi"
@@@ -16800,26 -17405,27 +17444,27 @@@ msgstr "Minyatür Golf
msgid "Edit Miniature Golf"
msgstr "Minyatür Golf Düzenle"
- msgid "Sport"
- msgstr "Spor"
-
msgid "Multi"
msgstr "ÃoÄul"
msgid "Edit Multi"
msgstr "ÃoÄul Düzenle"
- msgid "type"
- msgstr "tip"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "atıcılık"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "spor_merkezi"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "stadyum"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16827,6 -17433,15 +17472,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr "atıcılık"
+
+ msgid "sports_centre"
+ msgstr "spor_merkezi"
+
+ msgid "stadium"
+ msgstr "stadyum"
+
msgid "10pin"
msgstr "10pin"
@@@ -16860,6 -17475,22 +17514,22 @@@ msgstr "Kano Düzenle
msgid "Edit Cycling"
msgstr "Bisiklet Düzenle"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "Köpek YarıÅı"
@@@ -16916,7 -17547,7 +17586,7 @@@ msgid "Skating
msgstr "patinaj"
msgid "Edit Skating"
- msgstr "patinaj düzenle"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -16960,36 -17591,54 +17630,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17032,19 -17681,15 +17720,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17183,6 -17828,18 +17867,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17195,60 -17852,134 +17891,134 @@@ msgstr "İnsan Yapımı
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
msgstr ""
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "GiriÅ"
+
+ msgid "Edit Entrance"
+ msgstr "GiriŠdüzenle"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "Kule"
@@@ -17473,41 -18204,67 +18243,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17516,8 -18273,8 +18312,8 @@@ msgstr "Poligon Noktası
msgid "Edit Survey Point"
msgstr "Poligon Noktası Düzenle"
- msgid "Surveillance"
- msgstr "Gözetim"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "Gözetim Kamera Düzenle"
@@@ -17528,12 -18285,102 +18324,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "alıÅveriÅ"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "Güç Jeneratorü"
@@@ -17585,89 -18432,192 +18471,192 @@@ msgstr "rüzgar
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "güneŠenerjisi"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
msgstr ""
- msgid "battery charging"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
msgstr ""
- msgid "Power Station"
- msgstr "Güç İstasyonu"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "Güç İstasyonu Düzenle"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "Alt Güç İstasyonu"
@@@ -17678,6 -18628,21 +18667,21 @@@ msgstr "Alt Güç İstasyonu Düzenle
msgid "Line reference"
msgstr "çizgi referansı"
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "alçak"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17693,6 -18658,9 +18697,9 @@@ msgstr "güç Kulesi Düzenle
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17711,11 -18679,9 +18718,9 @@@ msgstr "Güç Hattı Düzenle
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17824,11 -18790,11 +18829,11 @@@ msgstr "Kiosk
msgid "Edit Kiosk"
msgstr "Kiosk Düzenle"
- msgid "Baker"
- msgstr "fırın"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "fırın düzenle"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "kasap"
@@@ -17839,7 -18805,7 +18844,7 @@@ msgstr "kasap düzenle
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17860,6 -18826,9 +18865,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17872,9 -18841,6 +18880,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17944,7 -18910,7 +18949,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17965,13 -18931,13 +18970,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17980,7 -18946,6 +18985,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -18008,6 -18973,12 +19012,12 @@@ msgstr "Döviz Bürosu Düzenle
msgid "Edit Automated Teller Machine"
msgstr "ATM Düzenle"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -18044,10 -19015,31 +19054,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "budist"
+
+ msgid "christian"
+ msgstr "hristiyan"
+
+ msgid "hindu"
+ msgstr "hindu"
+
+ msgid "jewish"
+ msgstr "yahudi"
+
+ msgid "muslim"
+ msgstr "müslüman"
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -18077,7 -19069,7 +19108,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18089,19 -19081,19 +19120,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18137,7 -19129,7 +19168,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18350,6 -19342,12 +19381,12 @@@ msgstr "Zirve
msgid "Edit Peak"
msgstr "Zirve Düzenle"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "Buzul"
@@@ -18389,26 -19387,35 +19426,35 @@@ msgstr "AÄaç
msgid "Edit Tree"
msgstr "AÄaç Düzenle"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "Botannik İsim"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "Orman"
msgid "Edit Wood"
msgstr "Orman Düzenle"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "Kozalaklı Orman"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "yaprak düken orman"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "karıÅık"
msgid "Forest"
msgstr "orman"
@@@ -18416,15 -19423,6 +19462,6 @@@
msgid "Edit Forest Landuse"
msgstr "orman kullanımı düzenle"
- msgid "coniferous"
- msgstr "Kozalaklı Orman"
-
- msgid "deciduous"
- msgstr "yaprak düken orman"
-
- msgid "mixed"
- msgstr "karıÅık"
-
msgid "Grassland"
msgstr ""
@@@ -18500,6 -19498,12 +19537,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "BaÄ"
@@@ -18554,8 -19558,8 +19597,8 @@@ msgstr "oyun alanı
msgid "Edit Recreation Ground Landuse"
msgstr "oyun alanı kullanımı düzenle"
- msgid "Residential area"
- msgstr "YerleÅim Alanı"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "YerleÅim Alanı Kullanımı Düzenle"
@@@ -18566,6 -19570,9 +19609,9 @@@ msgstr "Mezarlık
msgid "Edit Graveyard"
msgstr "Mezarlık Düzenle"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "Mezarlık"
@@@ -18635,10 -19642,37 +19681,37 @@@ msgstr "Toprak Dolum Alanı Düzenle
msgid "Quarry"
msgstr "TaÅocaÄı"
- msgid "Edit Quarry Landuse"
- msgstr "taÅocaÄı Düzenle"
+ msgid "Edit Quarry Landuse"
+ msgstr "taÅocaÄı Düzenle"
+
+ msgid "Annotation"
+ msgstr ""
+
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18677,6 -19711,18 +19750,18 @@@ msgstr "çift
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr "DoÄruluk"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18845,21 -19891,50 +19930,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "ayak"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18905,19 -19980,22 +20019,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18941,7 -20019,7 +20058,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19037,18 -20115,27 +20154,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "köprü"
msgid "deprecated"
msgstr "kırılmıÅ"
+ msgid "bicycle"
+ msgstr "bisiklet"
+
+ msgid "foot"
+ msgstr "ayak"
+
msgid "horse"
msgstr "at"
@@@ -19058,8 -20145,11 +20184,11 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
- msgstr "araçyolu_hattı"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr ""
@@@ -19067,10 -20157,10 +20196,10 @@@
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -19088,6 -20178,9 +20217,9 @@@ msgstr "
msgid "railwaypoint"
msgstr "demiryolu_noktası"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19103,29 -20196,29 +20235,29 @@@ msgstr "eski_demiryolu
msgid "aeroway"
msgstr "havayolu"
- msgid "aeroway_dark"
- msgstr "havayolu_aÄır"
+ msgid "aeroway.dark"
+ msgstr ""
- msgid "aeroway_light"
- msgstr "hafif_hafif"
+ msgid "aeroway.light"
+ msgstr ""
- msgid "piste_easy"
- msgstr "basit_meydan"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "orta_meydan"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "büyük_meydan"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
- msgstr "acemiKullanıcı_meydanı"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "acemiKullanıcı_meydanı"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "güç"
@@@ -19145,20 -20238,20 +20277,20 @@@ msgstr "
msgid "amenity"
msgstr "dinlenme_yeri"
- msgid "amenity_traffic"
- msgstr "tail_trafiÄi"
+ msgid "amenity.traffic"
+ msgstr ""
- msgid "amenity_light"
- msgstr "eski_sokak_lambası"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "su_lambası"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "saÄlık"
- msgid "shop"
- msgstr "alıÅveriÅ"
+ msgid "office"
+ msgstr ""
msgid "hotel"
msgstr "hotel"
@@@ -19232,10 -20325,13 +20364,13 @@@ msgstr "rut
msgid "boundary"
msgstr "sınırlar"
+ msgid "sport"
+ msgstr "spor"
+
msgid "place"
msgstr "yer"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19250,9 -20346,6 +20385,6 @@@ msgstr "Köy/Åehir
msgid "One Way"
msgstr "tek Yol"
- msgid "Church"
- msgstr "klise"
-
msgid "Fuel Station"
msgstr "Benzin İstasyonu"
@@@ -19280,6 -20373,9 +20412,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19325,10 -20421,40 +20460,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19340,7 -20466,7 +20505,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19358,7 -20484,7 +20523,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19475,19 -20601,130 +20640,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19506,7 -20743,46 +20782,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19518,24 -20794,30 +20833,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19551,7 -20833,7 +20875,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19560,6 -20842,9 +20884,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19706,6 -20991,29 +21033,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19871,6 -21179,9 +21221,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19916,6 -21227,39 +21269,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "Port:"
+
+ msgid "refresh the port list"
+ msgstr "port listesini güncelle"
+
+ msgid "Configure"
+ msgstr "konfigüre"
+
+ msgid "Connection Error."
+ msgstr "BaÄlantı Hatası."
+
+ msgid "configure the connected DG100"
+ msgstr "BaÄlı DG100 ü ayarla"
+
+ msgid "delete data after import"
+ msgstr "verinin içeri alınmasından sonra sil"
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20114,7 -21458,19 +21500,19 @@@ msgstr "İzleri openstreetmap.org sites
msgid "Shows elevation profile"
msgstr ""
- msgid "Elevation Profile"
+ msgid "Elevation Profile"
+ msgstr ""
+
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20138,13 -21494,7 +21536,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20407,10 -21757,13 +21799,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20614,7 -21967,7 +22009,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20885,15 -22238,6 +22280,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -21064,6 -22408,9 +22450,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -21082,12 -22429,6 +22471,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21223,6 -22564,9 +22606,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21240,6 -22584,9 +22626,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21466,7 -22813,10 +22855,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21516,7 -22866,7 +22908,7 @@@ msgstr "Seçili Åemayı sil.
msgid "Color Schemes"
msgstr "Renk Åeması"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21641,66 -22991,66 +23033,131 @@@ msgstr "
msgid "Could not get server response, check logs"
msgstr ""
+
+msgid "Failed to login as {0}:"
+msgstr ""
+
+msgid "The server did not return user ID"
+msgstr ""
+
+msgid "Failed to send message:"
+msgstr ""
+
+msgid "Failed to get messages as {0}:"
+msgstr ""
+
+msgid "GeoChat"
+msgstr ""
+
+msgid "Open GeoChat panel"
+msgstr ""
+
+msgid "Zoom in to see messages"
+msgstr ""
+
+msgid "Login"
+msgstr ""
+
+msgid "Enable autologin"
+msgstr ""
+
+msgid "{0} user"
+msgid_plural "{0} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "not logged in"
+msgstr ""
+
+msgid "User {0} has left"
+msgstr ""
+
+msgid "User {0} is mapping nearby"
+msgstr ""
+
+msgid "Users mapping nearby:"
+msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
+
+ msgid "Failed to login as {0}:"
+ msgstr ""
+
+ msgid "The server did not return user ID"
+ msgstr ""
+
+ msgid "Failed to send message:"
+ msgstr ""
+
+ msgid "Failed to get messages as {0}:"
+ msgstr ""
+
+ msgid "GeoChat"
+ msgstr ""
+
+ msgid "Open GeoChat panel"
+ msgstr ""
+
+ msgid "Zoom in to see messages"
+ msgstr ""
+
+ msgid "Login"
+ msgstr ""
+
+ msgid "Enable autologin"
+ msgstr ""
+
+ msgid "{0} user"
+ msgid_plural "{0} users"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "not logged in"
+ msgstr ""
+
+ msgid "User {0} has left"
+ msgstr ""
+
+ msgid "User {0} is mapping nearby"
+ msgstr ""
+
+ msgid "Users mapping nearby:"
+ msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr "Pozisyon Sadece"
@@@ -21740,27 -23090,9 +23197,9 @@@ msgstr "Mesafe bu deÄerin altına düÅ
msgid "Unknown logFormat"
msgstr "Bilinmeyen logFormat"
- msgid "Port:"
- msgstr "Port:"
-
- msgid "refresh the port list"
- msgstr "port listesini güncelle"
-
- msgid "Configure"
- msgstr "konfigüre"
-
msgid "Configure Device"
msgstr "Aracı Konfigüre et"
- msgid "Connection Error."
- msgstr "BaÄlantı Hatası."
-
- msgid "configure the connected DG100"
- msgstr "BaÄlı DG100 ü ayarla"
-
- msgid "delete data after import"
- msgstr "verinin içeri alınmasından sonra sil"
-
msgid "Importing data from device."
msgstr "Aletten veri alınıyor."
@@@ -22850,9 -24182,26 +24289,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23501,9 -24850,6 +24957,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "Hata OluÅtu: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Yeni hata oluÅturulamadı. Sonuç: {0}"
-
msgid "Process queue"
msgstr ""
@@@ -23556,18 -24902,6 +25009,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr "Yeni konu"
-
- msgid "Create issue"
- msgstr "Konu oluÅtur"
-
- msgid "Describe the problem precisely"
- msgstr "problemi detaylı olarak anlatınız"
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23916,6 -25250,27 +25357,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24067,6 -25422,9 +25529,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24277,7 -25635,7 +25742,7 @@@ msgid "Can''t parse a time from this st
msgstr ""
msgid "Invalid value"
- msgstr "geçersiz deÄer"
+ msgstr "Geçersiz deÄer"
msgid "moved"
msgstr "taÅındı"
@@@ -24384,9 -25742,6 +25849,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24602,6 -25957,9 +26064,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24634,15 -25992,31 +26099,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "Ãzellikleri DeÄiÅtir"
+
msgid "Country preset:"
msgstr ""
@@@ -24757,9 -26131,6 +26238,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr "Otoyol tipi"
-
msgid "Speed (Km/h)"
msgstr "Hız (Km/h)"
@@@ -24938,19 -26309,19 +26416,19 @@@ msgstr "Mesafe faktörü
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "Ãevrimiçi yardım"
+ msgid "SeaMap Editor"
+ msgstr "SeaMap düzenleyici"
- msgid "Load"
- msgstr "Yükle"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "Görünmez"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "SeaMap düzenleyici"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25166,6 -26537,95 +26644,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25202,6 -26662,9 +26769,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25354,9 -26817,6 +26924,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr "DoÄruluk"
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26340,9 -27800,6 +27907,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26580,10 -28037,10 +28144,10 @@@ msgid "Not linked yet
msgstr ""
msgid "{0}.Wikipedia.org"
- msgstr ""
+ msgstr "{0}.Wikipedia.org"
msgid "{0}.Wikipedia.org: {1}"
- msgstr ""
+ msgstr "{0}.Wikipedia.org: {1}"
msgid "Fetches all coordinates from Wikipedia in the current view"
msgstr ""
@@@ -26592,7 -28049,7 +28156,7 @@@ msgid "coordinates
msgstr ""
msgid "Category"
- msgstr ""
+ msgstr "Kategori"
msgid "Fetches a list of all Wikipedia articles of a category"
msgstr ""
@@@ -26601,7 -28058,7 +28165,7 @@@ msgid "Enter the Wikipedia category
msgstr ""
msgid "Clipboard"
- msgstr ""
+ msgstr "Pano"
msgid "Pastes Wikipedia articles from the system clipboard"
msgstr ""
@@@ -26621,9 -28078,6 +28185,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ug.po
index 7031b89,4cd2c15..5848a08
--- a/i18n/po/ug.po
+++ b/i18n/po/ug.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2012-07-14 16:22+0000\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Uyghur <ug at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:03+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:03+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: \n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/uk.po
index f425733,ac5d24e..aad116a
--- a/i18n/po/uk.po
+++ b/i18n/po/uk.po
@@@ -2,8 -2,8 +2,8 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-08-26 14:15+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-12-17 20:41+0000\n"
"Last-Translator: andygol <Unknown>\n"
"Language-Team: Ukrainian <uk at li.org>\n"
"MIME-Version: 1.0\n"
@@@ -11,8 -11,8 +11,8 @@@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
- "X-Launchpad-Export-Date: 2013-08-27 04:32+0000\n"
- "X-Generator: Launchpad (build 16738)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:03+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: uk\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -52,6 -52,9 +52,9 @@@ msgid "Opening link not supported on cu
msgstr ""
"ÐÑдкÑиÑÑÑ Ð¿Ð¾ÑиланнÑ, Ñо не пÑдÑÑимÑÑÑÑÑÑ Ð¿Ð¾ÑоÑÐ½Ð¾Ñ Ð¿Ð»Ð°ÑÑоÑÐ¼Ð¾Ñ (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr "ÐÐÐÐÐÐÐ: {0}"
+
msgid "WARNING: {0}"
msgstr "ÐÐÐÐÐ ÐÐÐÐÐÐЯ: {0}"
@@@ -61,6 -64,9 +64,9 @@@ msgstr "ÐÐФÐÐ ÐÐЦÐЯ: {0}
msgid "DEBUG: {0}"
msgstr "ÐÐÐÐÐÐÐÐÐÐÐÐЯ: {0}"
+ msgid "Cause: "
+ msgstr "ÐÑиÑина: "
+
msgid "Executing platform startup hook"
msgstr "ÐÐ¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÑÑаÑÑовиÑ
пÑоÑедÑÑ"
@@@ -165,19 -171,20 +171,20 @@@ msgid "About JOSM...
msgstr "ÐÑо JOSMâ¦"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐÐÐÐ ÐÐÐÐÐÐЯ: неоÑÑкÑваний ÑоÑÐ¼Ð°Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð¾ API. ÐеÑенапÑÐ°Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð° "
- "ÑÑоÑÑÐ½ÐºÑ Ð· ÑнÑоÑмаÑÑÑÑ Ð°Ð±Ð¾ з ÑÑÑоÑÑÑÑ Ð¾Ð±âÑкÑа OSM можливо не вдалоÑÑ. "
- "ÐÑновне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð¾ API: ''{0}''"
+ "ÐеоÑÑкÑваний ÑоÑÐ¼Ð°Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ (URL) Ð´Ð»Ñ API. ÐеÑенапÑÐ°Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð° ÑÑоÑÑÐ½ÐºÑ Ð· "
+ "ÑнÑоÑмаÑÑÑÑ Ð°Ð±Ð¾ ÑÑÑоÑÑÑÑ Ð¾Ð±âÑкÑа OSM можливо не вÑдбÑдеÑÑÑÑ. ÐÑновне "
+ "поÑÐ¸Ð»Ð°Ð½Ð½Ñ (URL) на API: ''{0}''"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "ÐÐÐÐÐ ÐÐÐÐÐÐЯ: неоÑÑкÑваний ÑоÑÐ¼Ð°Ñ Ð±Ð°Ð·Ð¾Ð²Ð¾Ñ Ð°Ð´ÑеÑи API. ÐеÑенапÑÐ°Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð° "
- "пеÑÑоналÑÐ½Ñ ÑÑоÑÑÐ½ÐºÑ ÐºÐ¾ÑиÑÑÑваÑа OSM не можливо. Ðазова адÑеÑа API: \"{0}\""
+ "ÐеоÑÑкÑваний ÑоÑÐ¼Ð°Ñ Ð¿Ð¾ÑÐ¸Ð»Ð°Ð½Ð½Ñ (URL) Ð´Ð»Ñ API. ÐеÑенапÑÐ°Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð° ÑÑоÑÑÐ½ÐºÑ Ð· "
+ "ÑнÑоÑмаÑÑÑÑ Ð¿Ñо ÑÑаÑника OSM можливо не вÑдбÑдеÑÑÑÑ. ÐÑновне поÑÐ¸Ð»Ð°Ð½Ð½Ñ (URL) "
+ "на API: ''{0}''"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -269,9 -276,6 +276,6 @@@ msgstr "ÐнÑÑÑÑменÑ: {0}
msgid "Please select at least four nodes."
msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, вибеÑÑÑÑ ÑонайменÑе ÑоÑиÑи ÑоÑки."
- msgid "Information"
- msgstr "ÐнÑоÑмаÑÑÑ"
-
msgid "Align Nodes in Line"
msgstr "ÐиÑÑвнÑÑи ÑоÑки в Ð¾Ð´Ð½Ñ Ð»ÑнÑÑ"
@@@ -308,6 -312,9 +312,9 @@@ msgstr "наÑÑÑпного
msgid "Nothing selected to zoom to."
msgstr "ÐÑÑого не видÑлено Ð´Ð»Ñ Ð¼Ð°ÑÑÑабÑваннÑ"
+ msgid "Information"
+ msgstr "ÐнÑоÑмаÑÑÑ"
+
msgid "Zoom to {0}"
msgstr "ÐаÑÑÑабÑваÑи до {0}"
@@@ -364,10 -371,11 +371,11 @@@ msgstr "
"напÑÑмок однÑÑÑ Ð· ниÑ
на пÑоÑилежний?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Ðе вдалоÑÑ Ð·âÑднаÑи лÑнÑÑ (Ðеможливо ÑÑвоÑиÑи Ñдиний ланÑÑг з вÑзлÑв)"
+ "ÐÑнÑÑ Ð½Ðµ можливо обâÑднаÑи<br>(ÐÑ
не можна пеÑеÑвоÑиÑи Ñ ÑÐ´Ð¸Ð½Ñ Ð¿Ð¾ÑлÑдовнÑÑÑÑ "
+ "ÑоÑок)"
msgid "Combine {0} ways"
msgstr "ÐâÑднаÑи лÑнÑÑ â {0} ÑÑ."
@@@ -554,6 -562,9 +562,9 @@@ msgstr "ÐÑÑоÑÑÑ
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "ÐоказаÑи ÑÑÑоÑÑÑ Ð»ÑнÑÑ, ÑоÑки або звâÑÐ·ÐºÑ OSM"
+ msgid "Show history"
+ msgstr "ÐоказаÑи ÑÑÑоÑÑÑ"
+
msgid "History (web)"
msgstr "ÐÑÑоÑÑÑ (веб)"
@@@ -676,11 -687,11 +687,11 @@@ msgid "Joined overlapping areas
msgstr "ÐбâÑÐ´Ð½Ð°Ð½Ñ Ð¿Ð¾Ð»Ñгони, Ñо пеÑекÑиваÑÑÑÑÑ"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
- "ÐеÑÐºÑ Ð· лÑнÑй належали до звâÑзкÑв, ÑÐºÑ Ð±Ñло змÑнено. ÐÑÐ´Ñ Ð»Ð°Ñка, пеÑевÑÑÑе, "
- "Ñи не виникло помилок."
+ "ÐеÑÐºÑ Ð· лÑнÑй вÑ
одили до ÑÐºÐ»Ð°Ð´Ñ Ð·Ð²âÑзкÑв, Ñо бÑли змÑненÑ.<br>ÐÑÐ´Ñ Ð»Ð°Ñка, "
+ "пеÑевÑÑÑе Ñи не зâÑвилиÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸."
msgid "Fix tag conflicts"
msgstr "ÐипÑавиÑи конÑлÑкÑи ÑеÒÑв"
@@@ -848,11 -859,11 +859,11 @@@ msgid "Merge nodes into the oldest one.
msgstr "ÐâÑднаÑи ÑоÑки в Ð¾Ð´Ð½Ñ (найÑÑаÑÑÑÑ)"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
- "ÐÑÐ´Ñ Ð»Ð°Ñка, видÑлÑÑÑ Ñо найменÑе Ð´Ð²Ñ ÑоÑки Ð´Ð»Ñ Ð·Ð»Ð¸ÑÑÑ Ð°Ð±Ð¾ ÑоÑки, ÑÐºÑ "
- "ÑозÑаÑÐ¾Ð²Ð°Ð½Ñ Ð´Ñже близÑко дÑÑг до дÑÑга."
+ "ÐÑÐ´Ñ Ð»Ð°Ñка, видÑлÑÑÑ Ð¿ÑÐ¸Ð½Ð°Ð¹Ð¼Ð½Ñ Ð´Ð²Ñ ÑоÑки Ð´Ð»Ñ Ð·Ð»Ð¸ÑÑÑ Ñи Ð¾Ð´Ð½Ñ ÑоÑкÑ, Ñо "
+ "знаÑ
одиÑÑÑÑ Ð¿Ð¾ÑÑÑ Ð· ÑнÑоÑ."
msgid "Abort Merging"
msgstr "СкаÑÑваÑи обâÑднаннÑ"
@@@ -1066,16 -1077,11 +1077,11 @@@ msgid "Orthogonalize / Undo
msgstr "ÐÑобиÑи пÑÑÐ¼Ñ ÐºÑÑи / ÐÑдмÑниÑи"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "ÐÑобиÑи кÑÑи пÑÑмим / ÐÑдмÑниÑи\n"
- "ÐÑÐ´Ñ Ð»Ð°Ñка, вибеÑÑÑÑ ÑоÑки, ÑÐºÑ Ð±Ñли змÑÑÐµÐ½Ñ Ð¿Ð¾Ð¿ÐµÑеднÑÐ¾Ñ Ð´ÑÑÑ \"ÐÑобиÑи кÑÑи "
- "пÑÑмими\"!"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "ÐÑдмÑниÑи випÑÑÐ¼Ð»ÐµÐ½Ð½Ñ ÐºÑÑÑв"
+ "ÐÑÑогоналÑзаÑÑÑ ÑоÑми / ÐÑдмÑна<br>ÐÑÐ´Ñ Ð»Ð°Ñка, видÑлÑÑÑ ÑоÑки ÑÐºÑ Ð±Ñли "
+ "пеÑемÑÑÐµÐ½Ñ Ð¿Ñд ÑÐ°Ñ Ð¿Ð¾ÑаÑÐºÐ¾Ð²Ð¾Ñ Ð¾ÑÑогоналÑзаÑÑÑ!"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1096,9 -1102,6 +1102,6 @@@ msgstr "ÐÑобиÑи кÑÑи пÑÑÐ
msgid "Usage"
msgstr "ÐикоÑиÑÑаннÑ"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "ÐÐ»Ñ Ð²Ð¸Ð´ÑлениÑ
елеменÑÑв неможливо зÑобиÑи пÑÑÐ¼Ñ ÐºÑÑи"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1281,9 -1284,6 +1284,6 @@@ msgstr "ÐаванÑажиÑи Ñеан
msgid "Load a session from file."
msgstr "ÐаванÑажиÑи ÑÐµÐ°Ð½Ñ Ð· ÑайлÑ."
- msgid "Session file (*.jos, *.joz)"
- msgstr "Файл ÑеанÑÑ (*.jos, *.joz)"
-
msgid "Open session"
msgstr "ÐÑдÑиÑи ÑеанÑ"
@@@ -1441,19 -1441,18 +1441,18 @@@ msgstr "
"лÑнÑÑ)."
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
- "<html>РолÑ, заÑнована на ÑÑаÑÑÑ Ñ Ð·Ð²âÑзкаÑ
, бÑла ÑкопÑйована Ñ Ð²ÑÑ Ð½Ð¾Ð²Ñ "
- "лÑнÑÑ.<br>РезÑлÑÑÐ°Ñ Ð½ÐµÐ¾Ð±Ñ
Ñдно пеÑевÑÑиÑи Ñ Ð²Ð¸Ð¿ÑавиÑи, ÑкÑо бÑде "
- "поÑÑÑбно.</html>"
+ "Ð Ð¾Ð»Ñ ÑÐ»ÐµÐ½Ñ Ð·Ð²âÑÐ·ÐºÑ Ð±Ñла ÑкопÑйована на вÑÑ Ð½Ð¾Ð²Ñ Ð»ÑнÑÑ.<br>У ÑÐ°Ð·Ñ Ð¿Ð¾ÑÑеби вам "
+ "ÑÑеба пеÑевÑÑиÑи ÑÑ
Ñа випÑавиÑи."
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
- "<html>Член звâÑÐ·ÐºÑ Ð±Ñв ÑкопÑйований Ñ Ð²ÑÑ Ð½Ð¾Ð²Ñ Ð»ÑнÑÑ. <br> РезÑлÑÑÐ°Ñ "
- "поÑÑÑбно пеÑевÑÑиÑи Ñа випÑавиÑи за поÑÑеби.</html>"
+ "ÐÐ¾Ð²Ñ Ð»ÑнÑÑ Ñакож бÑдÑÑÑ Ñленами звâÑзкÑ.<br>У ÑÐ°Ð·Ñ Ð¿Ð¾ÑÑеби вам ÑÑеба "
+ "пеÑевÑÑиÑи ÑÑ
Ñа випÑавиÑи."
msgid "Split way {0} into {1} parts"
msgstr "РоздÑлиÑи лÑнÑÑ {0} на {1} ÑаÑÑин"
@@@ -1556,6 -1555,29 +1555,29 @@@ msgstr "
"Ðи намагаÑÑеÑÑ ÑозâÑднаÑи Ð½ÐµÐ¿Ð¾Ð²Ð½Ñ Ð¾Ð±âÑкÑи.<br>Це може викликаÑи пÑоблеми, "
"ÑÐ¾Ð¼Ñ Ñо ви не баÑиÑе ÑÑ
повнÑÑÑÑ.<br>Ðи дÑйÑно бажаÑÑе ÑозâÑднаÑи?"
+ msgid "Disconnect Node from Way"
+ msgstr "ÐÑдâÑднаÑи ÑоÑÐºÑ Ð²Ñд лÑнÑÑ"
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr "ÐÑдâÑÐ´Ð½Ð°Ð½Ð½Ñ ÑоÑки вÑд лÑнÑÑ, до ÑÐºÐ¾Ñ Ð²Ð°Ð½Ð° належиÑÑ"
+
+ msgid "Select at least one node to be disconnected."
+ msgstr "ÐидÑлÑÑÑ Ð¿ÑÐ¸Ð½Ð°Ð¹Ð¼Ð½Ñ Ð¾Ð´Ð½Ñ ÑоÑÐºÑ Ð´Ð»Ñ Ð²ÑдâÑднаннÑ."
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] "Ðеможливо вÑдâÑднаÑи видÑÐ»ÐµÐ½Ñ ÑоÑÐºÑ Ð²Ñд бÑдÑ-Ñого."
+ msgstr[1] "Ðеможливо вÑдâÑднаÑи видÑÐ»ÐµÐ½Ñ ÑоÑки вÑд бÑдÑ-Ñого."
+ msgstr[2] "Ðеможливо вÑдâÑднаÑи видÑÐ»ÐµÐ½Ñ ÑоÑки вÑд бÑдÑ-Ñого."
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] "Ðалежна лÑнÑÑ Ð·Ð½Ð¸ÐºÐ½Ðµ пÑÑÐ»Ñ Ð²ÑдâÑÐ´Ð½Ð°Ð½Ð½Ñ ÑоÑки."
+ msgstr[1] "Ðалежна лÑнÑÑ Ð·Ð½Ð¸ÐºÐ½Ðµ пÑÑÐ»Ñ Ð²ÑдâÑÐ´Ð½Ð°Ð½Ð½Ñ ÑоÑок."
+ msgstr[2] "Ðалежна лÑнÑÑ Ð·Ð½Ð¸ÐºÐ½Ðµ пÑÑÐ»Ñ Ð²ÑдâÑÐ´Ð½Ð°Ð½Ð½Ñ ÑоÑок."
+
msgid "Undo"
msgstr "ÐÑдмÑниÑи"
@@@ -1854,6 -1876,9 +1876,9 @@@ msgstr "({0}/{1}) ÐаванÑаженÐ
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð±Ð°ÑÑкÑв звâÑÐ·ÐºÑ {2}"
+ msgid "Download session"
+ msgstr "ÐаванÑажиÑи ÑеÑÑÑ"
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ {0} з {1} ({2} лиÑилоÑÑ)"
@@@ -2105,11 -2130,11 +2130,11 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr "Ðеможливо помÑÑÑиÑи ÑоÑÐºÑ Ð·Ð° Ð¼ÐµÐ¶Ñ ÑвÑÑÑ."
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] "ÐодаÑи Ð½Ð¾Ð²Ñ ÑоÑÐºÑ Ð´Ð¾ лÑнÑÑ"
- msgstr[1] "ÐодаÑи {0} новиÑ
ÑоÑки до лÑнÑÑ"
- msgstr[2] "ÐодаÑи {0} новиÑ
ÑоÑок до лÑнÑÑ"
+ msgstr[1] "ÐодаÑи Ð½Ð¾Ð²Ñ ÑоÑÐºÑ Ð´Ð¾ {0} лÑнÑй"
+ msgstr[2] "ÐодаÑи Ð½Ð¾Ð²Ñ ÑоÑÐºÑ Ð´Ð¾ {0} лÑнÑй"
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "Ðеможливо вилÑÑиÑи ÑоÑÐºÑ Ð¿Ð¾Ð²âÑÐ·Ð°Ð½Ñ Ñз багаÑÑма обâÑкÑами"
@@@ -2431,10 -2456,10 +2456,10 @@@ msgstr "
"<b>relation</b>)"
msgid "<b>user:</b>... - objects changed by user"
- msgstr "<b>user:</b>⦠- обâÑкÑи, ÑÐºÑ Ð·Ð¼Ñнив коÑиÑÑÑваÑ"
+ msgstr "<b>user:</b>⦠- обâÑкÑи, ÑÐºÑ Ð·Ð¼Ñнив ÑÑаÑник"
msgid "<b>user:anonymous</b> - objects changed by anonymous users"
- msgstr "<b>user:anonymous</b> - обâÑкÑи змÑÐ½ÐµÐ½Ñ Ð°Ð½Ð¾Ð½Ñмними коÑиÑÑÑваÑами"
+ msgstr "<b>user:anonymous</b> - обâÑкÑи змÑÐ½ÐµÐ½Ñ Ð°Ð½Ð¾Ð½Ñмними ÑÑаÑниками"
msgid "<b>id:</b>... - objects with given ID (0 for new objects)"
msgstr "<b>id:</b>⦠- обâÑкÑи Ð·Ñ Ð²ÐºÐ°Ð·Ð°Ð½Ð¸Ð¼ ID (0 Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ
обâÑкÑÑв)"
@@@ -2581,6 -2606,9 +2606,9 @@@ msgstr "''value'' Ñ Ð±ÑдÑÑкомÑ
msgid "matches if ''key'' exists"
msgstr "збÑгаÑÑÑÑÑ ÑкÑо ''key'' ÑÑнÑÑ"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr "виконÑÑÑÑÑÑ, ÑкÑо ''key'' бÑлÑÑе ''value'' (аналогÑÑно, ÑкÑо менге)"
+
msgid "combinators"
msgstr "комбÑнаÑоÑи"
@@@ -2624,7 -2652,7 +2652,7 @@@ msgid "metadata
msgstr "меÑаданÑ"
msgid "objects changed by user"
- msgstr "обâÑкÑи змÑÐ½ÐµÐ½Ñ ÐºÐ¾ÑиÑÑÑваÑем"
+ msgstr "обâÑкÑи змÑÐ½ÐµÐ½Ñ ÑÑаÑником"
msgid "objects with given ID"
msgstr "обâÑкÑи Ñз вказаними ID"
@@@ -2790,10 -2818,8 +2818,8 @@@ msgstr "ÐÑдÑÑÑнÑй паÑаме
msgid "Missing operator for NOT"
msgstr "ÐÑдÑÑÑнÑй паÑамеÑÑ Ð´Ð»Ñ NOT"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr ""
- "ÐопеÑедженнÑ: авÑомаÑиÑне ÑкоÑоÑÐµÐ½Ð½Ñ ÑеÒÑ ''{0}'' на вилÑÑÐµÐ½Ð¾Ð¼Ñ Ð¾Ð±âÑкÑÑ {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr "ÐвÑомаÑиÑне ÑÑÑÐºÐ°Ð½Ð½Ñ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ ÑеÒÑ ''{0}'' Ñ Ð²Ð¸Ð»ÑÑеного обâÑкÑа {1}"
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2889,6 -2915,9 +2915,9 @@@ msgstr[0] "Ðодано {0} обâÑк
msgstr[1] "Ðодано {0} обâÑкÑи"
msgstr[2] "Ðодано {0} обâÑкÑÑв"
+ msgid "New way {0} has 0 nodes"
+ msgstr "Ðова лÑнÑÑ {0} Ð¼Ð°Ñ 0 ÑоÑок"
+
msgid "Change node {0}"
msgstr "ÐмÑниÑи ÑоÑÐºÑ {0}"
@@@ -2925,11 -2954,11 +2954,11 @@@ msgstr "ÐилÑÑиÑи \"{0}\" длÑ
msgid "Set {0}={1} for {2} objects"
msgstr "ÐÑÑановиÑи {0}={1} Ð´Ð»Ñ {2} обâÑкÑÑв"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "ÐилÑÑиÑи {0} паÑамеÑÑ(и) Ð´Ð»Ñ {1} обâÑкÑа(Ñв)"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr "ÐилÑÑено {0} ÑеÒÑв Ñ {1} обâÑкÑа(Ñв)"
- msgid "Set {0} properties for {1} objects"
- msgstr "ÐÑÑановиÑи {0} паÑамеÑÑ(и) Ð´Ð»Ñ {1} обâÑкÑа(Ñв)"
+ msgid "Set {0} tags for {1} objects"
+ msgstr "ÐÑÑановлено {0} ÑеÒÑв Ñ {1} обâÑкÑа(Ñв)"
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "ÐамÑниÑи \"{0}\" на \"{1}\" длÑ"
@@@ -2954,11 -2983,10 +2983,10 @@@ msgid "Double conflict
msgstr "ÐодвÑйний конÑлÑкÑ"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
- "ÐопеÑедженнÑ: ШаÑÑ ''{0}'' бÑлÑÑе не ÑÑнÑÑ. Ðе можливо вилÑÑиÑи конÑлÑÐºÑ Ð´Ð»Ñ "
- "обâÑкÑÑ ''{1}''."
+ "Ð¨Ð°Ñ ''{0}'' бÑлÑÑе не ÑÑнÑÑ. Ðеможливо ÑÑÑнÑÑи конÑлÑÐºÑ Ð´Ð»Ñ Ð¾Ð±âÑкÑа ''{1}''."
msgid "Add conflict for ''{0}''"
msgstr "ÐодаÑи конÑлÑÐºÑ Ð´Ð»Ñ ''{0}''"
@@@ -3082,6 -3110,9 +3110,9 @@@ msgstr[2] "ÐÑиÑено {0} обâÑ
msgid "Resolve conflicts in member list of relation {0}"
msgstr "РозвâÑÐ·Ð°Ð½Ð½Ñ ÐºÐ¾Ð½ÑлÑкÑÑв ÑеÑед ÑленÑв звâÑÐ·ÐºÑ {0}"
+ msgid "Removed nodes from {0}"
+ msgstr "ТоÑки вилÑÑÐµÐ½Ñ Ð· {0}"
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "ÐбеÑнÑÑи {0} ÑоÑкÑ"
@@@ -3156,11 -3187,11 +3187,11 @@@ msgid "Reverse directional way.
msgstr "РозвеÑнÑÑи ÑпÑÑÐ¼Ð¾Ð²Ð°Ð½Ñ Ð»ÑнÑÑ"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "ÐÑи змÑÐ½Ñ Ð½Ð°Ð¿ÑÑÐ¼ÐºÑ Ð»ÑнÑÑ, пÑопонÑÑÑÑÑÑ Ð²Ð¸Ð¿ÑавиÑи наÑÑÑÐ¿Ð½Ñ Ð¿Ð°ÑамеÑÑи Ð´Ð»Ñ "
- "пÑдÑÑимки ÑÑлÑÑноÑÑÑ Ð´Ð°Ð½Ð¸Ñ
."
+ "ÐÑд ÑÐ°Ñ Ð·Ð¼Ñни напÑÑÐ¼ÐºÑ Ð»ÑнÑÑ, наÑÑÑÐ¿Ð½Ñ Ð·Ð¼Ñни пÑопонÑÑÑÑÑÑ Ð´Ð»Ñ Ð¿ÑдÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ "
+ "ÑÑлÑÑноÑÑÑ Ð´Ð°Ð½Ð¸Ñ
."
msgid "Relation"
msgstr "ÐвâÑзок"
@@@ -3189,11 -3220,11 +3220,11 @@@ msgstr "ÐаÑÑоÑÑваÑи позн
msgid "Do not apply changes"
msgstr "Ðе заÑÑоÑовÑваÑи змÑни"
- msgid "Please select which property changes you want to apply."
- msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, познаÑÑе ÑÐºÑ Ð·Ð¼Ñни влаÑÑивоÑÑей ви бажаÑÑе заÑÑоÑÑваÑи."
+ msgid "Please select which changes you want to apply."
+ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, обеÑÑÑÑ ÑÐºÑ Ð·Ð¼Ñни ви бажаÑÑе заÑÑоÑÑваÑи."
- msgid "Properties of "
- msgstr "ÐлаÑÑивоÑÑÑ "
+ msgid "Tags of "
+ msgstr "ТеÒи "
msgid "Roles in relations referring to"
msgstr "Ð Ð¾Ð»Ñ Ð² звâÑзкаÑ
, Ñо вÑдноÑÑÑÑÑÑ Ð´Ð¾"
@@@ -3215,6 -3246,9 +3246,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr "Ðе можливо вилÑÑиÑи ÑÑаÑий ÑезеÑвний Ñайл {0}"
+ msgid "Your work has been saved automatically."
+ msgstr "ÐаÑÑ ÑобоÑÑ Ð±Ñло збеÑежено авÑомаÑиÑно"
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "Ðомилка пÑд ÑÐ°Ñ ÑÑвоÑÐµÐ½Ð½Ñ ÑезеÑÐ²Ð½Ð¾Ñ ÐºÐ¾Ð¿ÑÑ Ð²Ð¸Ð»ÑÑаÑмого ÑаÑÑ : {0}"
@@@ -3248,21 -3282,21 +3282,21 @@@ msgstr "
"але його Ñипове знаÑÐµÐ½Ð½Ñ Ñ Ð¿Ð¾ÑоÑний Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð½Ðµ вÑдоме.<br/> ÐÑÐ´Ñ Ð»Ð°Ñка, "
"акÑивÑйÑе вÑдповÑÐ´Ð½Ñ ÑÑнкÑÑÑ Ð²ÑÑÑÐ½Ñ Ñ Ð¿Ð¾Ð²ÑоÑÑÑÑ ÑпÑÐ¾Ð±Ñ ÑмпоÑÑÑ."
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "ÐопеÑедженнÑ: Ðе вдалоÑÑ ÑÑвоÑиÑи вÑÑаÑÐµÐ½Ñ ÑÐµÐºÑ ÐºÐµÑÑ: {0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr "Ðе вдалоÑÑ ÑÑвоÑиÑи вÑдÑÑÑÐ½Ñ ÑÐµÐºÑ Ð´Ð»Ñ ÐºÐµÑÑ: {0}"
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>Ðе вдалоÑÑ ÑÑвоÑиÑи вÑÑаÑÐµÐ½Ñ ÑÐµÐºÑ ÐºÐµÑÑ: {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "ÐопеÑедженнÑ: не збеÑÑгаÑÑÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ Ñ ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑегÑи налаÑÑÑÐ²Ð°Ð½Ð½Ñ Ñ ''{0}''"
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
- "ÐопеÑедженнÑ: ÐбÑй ÑнÑÑÑалÑзаÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑванÑ. ÐаÑалог налаÑÑÑÐ²Ð°Ð½Ñ ''{0}'' не "
- "Ñ ÐºÐ°Ñалогом."
+ "Ðе вдалоÑÑ ÑнÑÑÑалÑзÑваÑи налаÑÑÑваннÑ. Тека Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ñ ''{0}'' â не Ñ "
+ "ÑекоÑ."
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -3272,11 -3306,11 +3306,11 @@@ msgstr "
"каÑалогом.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
- "ÐопеÑедженнÑ: ÐбÑй ÑнÑÑÑалÑзаÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑванÑ. Ðе можливо ÑÑвоÑиÑи вÑдÑÑÑнÑй "
- "каÑалог Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑванÑ: {0}"
+ "Ðе вдалоÑÑ ÑнÑÑÑалÑзÑваÑи налаÑÑÑваннÑ. Ðе вдалоÑÑ ÑÑвоÑиÑи вÑдÑÑÑÐ½Ñ ÑÐµÐºÑ "
+ "Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑванÑ: {0}"
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
@@@ -3285,18 -3319,14 +3319,14 @@@ msgstr "
"<html>ÐбÑй ÑнÑÑÑалÑзаÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑванÑ<br>Ðе можливо ÑÑвоÑиÑи вÑдÑÑÑнÑй "
"каÑалог Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑванÑ: {0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
- "ÐнÑоÑмаÑÑÑ: ÐÑдÑÑÑнÑй Ñайл налаÑÑÑÐ²Ð°Ð½Ñ ''{0}''. СÑвоÑÐµÐ½Ð½Ñ Ñипового Ñайли "
- "налаÑÑÑванÑ."
+ "Файл налаÑÑÑÐ²Ð°Ð½Ñ ''{0}'' вÑдÑÑÑнÑй. СÑвоÑÑÑмо Ñайл з Ñиповими налаÑÑÑваннÑми."
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
- "ÐопеÑедженнÑ: ÐÑнÑÑÑий Ñайл налаÑÑÑÐ²Ð°Ð½Ñ ''{0}'' бÑде замÑнений на Ñайл з "
- "Ñиповими налаÑÑÑваннÑми."
+ "ÐмÑна поÑоÑного ÑÐ°Ð¹Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ñ ''{0}'' Ñайлом з Ñиповими налаÑÑÑваннÑми."
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -3313,11 -3343,11 +3343,11 @@@ msgstr "
"<br>{0}<br> Ñа ÑÑвоÑено новий Ñайл з Ñиповими налаÑÑÑваннÑми.</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
- "ÐопеÑедженнÑ: ÐбÑй ÑнÑÑÑалÑзаÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑванÑ. ÐбÑй пеÑевÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÑÐ°Ð¹Ð»Ñ "
- "налаÑÑÑÐ²Ð°Ð½Ñ Ð½Ð° ÑÐ¸Ð¿Ð¾Ð²Ñ Ð·Ð½Ð°ÑеннÑ: {0}"
+ "Ðе вдалоÑÑ ÑнÑÑÑалÑзÑваÑи налаÑÑÑваннÑ. Ðе вдалоÑÑ Ð·Ð°Ð¼ÑниÑи Ñайл налаÑÑÑÐ²Ð°Ð½Ñ "
+ "Ñиповими налаÑÑÑваннÑми: {0}"
msgid "Paint style {0}: {1}"
msgstr "СÑÐ¸Ð»Ñ Ð·Ð°ÑаÑбовÑÐ²Ð°Ð½Ð½Ñ {0}:{1}"
@@@ -3348,13 -3378,11 +3378,11 @@@ msgstr "ÐбÑй заванÑаженн
msgid "UNKNOWN"
msgstr "ÐÐÐÐÐÐÐÐ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr ""
- "ÐопеÑедженнÑ: неоÑÑкÑваний Ð½Ð¾Ð¼ÐµÑ Ð²ÐµÑÑÑÑ JOSM Ñ ÑÐ°Ð»Ñ Ð²Ð¸Ð¿ÑÑÐºÑ â ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr "ÐеоÑÑкÑваний Ð½Ð¾Ð¼ÐµÑ Ð²ÐµÑÑÑÑ JOSM â ''{0}'' Ñ ÑÐ°Ð¹Ð»Ñ ÑевÑзÑÑ"
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "ÐопеÑедженнÑ: Ñайл змÑн ''/ REVISION'' вÑдÑÑÑнÑй."
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr "ÐÑдÑÑÑнÑй Ñайл ÑевÑзÑÑ ''/REVISION''."
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "ÐонÑлÑÐºÑ Ð²Ð¶Ðµ заÑеÑÑÑÑовано Ð´Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа ''{0}''"
@@@ -3523,10 -3551,9 +3551,9 @@@ msgstr "Ðеможливо поÑÑвн
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "ÐаÑаменÑÑ {0} не в дÑÐ°Ð¿Ð°Ð·Ð¾Ð½Ñ 0..{1}, його знаÑÐµÐ½Ð½Ñ {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
- "Ðомилка: збÑй заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÐºÐ»Ð°ÑÑ ÑендеÑа мапи â ''{0}''. ÐÐ»Ð°Ñ Ð½Ðµ знайдений."
+ "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи ÐºÐ»Ð°Ñ ÑендеÑÑÐ½Ð³Ñ Ð¼Ð°Ð¿Ð¸ ''{0}''. ÐÐ»Ð°Ñ Ð½Ðµ знайдено."
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3638,8 -3665,8 +3665,8 @@@ msgstr "ÐаÑамеÑÑ +nadgrids дл
msgid "Unkown datum identifier: ''{0}''"
msgstr "ÐевÑдомий ÑденÑиÑÑкаÑÐ¾Ñ Ð´Ð°ÑÑмÑ: ''{0}''"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "ÐимагаÑÑÑÑÑ Ð´Ð°ÑÑм (+datum=*, +towgs84=* або +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr "ÐоÑÑÑбен даÑÑм (+datum=*, +towgs84=* or +nadgrids=*)"
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3679,9 -3706,6 +3706,6 @@@ msgstr "ÐлаÑна пÑоекÑÑÑ
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "Ðомилка: збÑй вÑдкÑиÑÑÑ Ð²Ñ
Ñдного поÑÐ¾ÐºÑ Ð´Ð»Ñ ÑеÑÑÑÑÑ ''/data/{0}''."
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3722,6 -3746,9 +3746,9 @@@ msgstr "ÑнÑе пÑи пеÑевÑÑÑ
msgid "Running test {0}"
msgstr "ÐиконÑÑÑÑÑÑ ÑеÑÑ {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr "ÐеÑевÑÑÐºÑ ''{0}'' завеÑÑено за {1}"
+
msgid "Addresses"
msgstr "ÐдÑеÑи"
@@@ -3746,6 -3773,15 +3773,15 @@@ msgstr "ЧаÑÑини вÑлиÑÑ Ñ
msgid "House number too far from street"
msgstr "ÐÑдинок з номеÑом Ð´Ð¾Ð²Ð¾Ð»Ñ Ð´Ð°Ð»ÐµÐºÐ¾ вÑд вÑлиÑÑ"
+ msgid "Barriers and entrances"
+ msgstr "ÐаÑâÑÑи Ñа пÑд'Ñзди"
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr "ÐеÑевÑÑка помилок баÑâÑÑÑв Ñа пÑд'ÑздÑв"
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr "ТоÑка вÑ
одÑ/вâÑÐ·Ð´Ñ Ð½Ðµ на лÑÐ½Ñ Ð¾Ð³Ð¾ÑожÑ"
+
msgid "Building inside building"
msgstr "ÐÑдÑÐ²Ð»Ñ Ð² ÑеÑÐ´ÐµÐ½Ñ Ð±ÑдÑвлÑ"
@@@ -3807,6 -3843,9 +3843,9 @@@ msgstr " Ñи
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} забоÑонено, викоÑиÑÑовÑйÑе {1} замÑÑÑÑ ÑÑого"
+ msgid "{0} is unnecessary"
+ msgstr "{0} не Ñ Ð¿Ð¾ÑÑÑбними"
+
msgid "Duplicated nodes"
msgstr "ÐодвÑÐ¹Ð½Ñ ÑоÑки"
@@@ -3893,6 -3932,15 +3932,15 @@@ msgstr "ÐиконÑÑ ÑеманÑиÑ
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr "ÐепÑавилÑний кÑÑговий ÑÑÑ
(highway: {0} замÑÑÑÑ {1})"
+ msgid "Missing pedestrian crossing information"
+ msgstr "ÐÑдÑÑÑÐ½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо пÑÑоÑ
Ñдний пеÑеÑ
Ñд"
+
+ msgid "Unknown country code: {0}"
+ msgstr "ÐевÑдомий код кÑаÑни: {0}"
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr "ÐевÑдомий source:maxspeed конÑекÑÑ: {0}"
+
msgid "Multipolygon"
msgstr "ÐÑлÑÑиполÑгон"
@@@ -3965,6 -4013,14 +4013,14 @@@ msgstr "ТоÑки з однаковоÑ
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "Цей ÑеÑÑ ÑÑÐºÐ°Ñ ÑоÑки з однаковими назвами (можливо Ñе дÑблÑкаÑи)."
+ msgid "Opening hours syntax"
+ msgstr "СинÑакÑÐ¸Ñ ÑаÑÑ ÑобоÑи"
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+ "Цей ÑеÑÑ Ð¿ÐµÑевÑÑÑÑ Ð¿ÑавилÑне викоÑиÑÑÐ°Ð½Ð½Ñ ÑинÑакÑиÑÑ ÑеÒÑ opening hours "
+ "(ÑÐµÐ¶Ð¸Ð¼Ñ ÑобоÑи)."
+
msgid "Overlapping Areas"
msgstr "ÐолÑгони, Ñо пеÑекÑиваÑÑÑÑÑ"
@@@ -4024,15 -4080,15 +4080,15 @@@ msgstr "Тип звâÑÐ·ÐºÑ Ð½ÐµÐ²Ñ
msgid "Relation is empty"
msgstr "ÐвâÑзок поÑожнÑй"
+ msgid "Role verification problem"
+ msgstr "ÐÑоблеми пеÑевÑÑки ÑолÑ"
+
msgid "<empty>"
msgstr "<поÑожнÑо>"
msgid "Role {0} missing"
msgstr "ÐÑдÑÑÑÐ½Ñ ÑÐ¾Ð»Ñ {0}"
- msgid "Role verification problem"
- msgstr "ÐÑоблеми пеÑевÑÑки ÑолÑ"
-
msgid "Number of {0} roles too low ({1})"
msgstr "ÐÑлÑкÑÑÑÑ Ñолей {0} занизÑка ({1})"
@@@ -4064,11 -4120,11 +4120,11 @@@ msgid "
msgstr ""
"Цей ÑеÑÑ Ð²Ð¸ÑвлÑÑ Ð»ÑнÑÑ Ð·Ñ ÑÑ
ожими назвами, можливо Ñе помилки набоÑÑ."
- msgid "Properties checker :"
- msgstr "ÐеÑевÑÑка влаÑÑивоÑÑей:"
+ msgid "Tag checker"
+ msgstr "ÐеÑевÑÑка ÑеÒÑв"
- msgid "This plugin checks for errors in property keys and values."
- msgstr "Цей вÑÑлок ÑÑÐºÐ°Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ¸ в назваÑ
клÑÑÑв Ñа ÑÑ
знаÑеннÑÑ
."
+ msgid "This test checks for errors in tag keys and values."
+ msgstr "Цей ÑеÑÑ Ð¿ÐµÑевÑÑÑÑ ÑеÒи Ñа ÑÑ
знаÑÐµÐ½Ð½Ñ Ð½Ð° наÑвнÑÑÑÑ Ð¿Ð¾Ð¼Ð¸Ð»Ð¾Ðº."
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "ÐевÑÑний ÑÑдок пеÑевÑÑки ÑеÒÑв â {0}: {1}"
@@@ -4207,8 -4263,8 +4263,8 @@@ msgid "Use the default spellcheck file
msgstr ""
"ÐикоÑиÑÑовÑваÑи Ñиповий Ñайл Ð´Ð»Ñ Ð¿ÐµÑевÑÑки пÑавопиÑÑ (ÑекомендÑÑÑÑÑÑ)."
- msgid "Fix properties"
- msgstr "ÐипÑавиÑи влаÑÑивоÑÑÑ"
+ msgid "Fix tags"
+ msgstr "ÐипÑавиÑи ÑеÒи"
msgid "Could not find element type"
msgstr "Ðеможливо знайÑи Ñип елеменÑÑ"
@@@ -4283,6 -4339,9 +4339,9 @@@ msgstr "Ðезамкнена лÑнÑÑ
msgid "This tests if ways which should be circular are closed."
msgstr "Цей ÑеÑÑ ÑÑÐºÐ°Ñ ÑозÑÐ¼ÐºÐ½ÐµÐ½Ñ Ð»ÑнÑÑ, ÑÐºÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ð±ÑÑи замкненими."
+ msgid "Unclosed way"
+ msgstr "Ðезамкнена лÑнÑÑ"
+
msgid "natural type {0}"
msgstr "Ñип довкÑÐ»Ð»Ñ (natural) {0}"
@@@ -4313,9 -4372,6 +4372,6 @@@ msgstr "бÑдÑвлÑ
msgid "area"
msgstr "полÑгон"
- msgid "Unclosed way"
- msgstr "Ðезамкнена лÑнÑÑ"
-
msgid "Unconnected ways"
msgstr "ÐезâÑднана лÑнÑÑ"
@@@ -4343,12 -4399,12 +4399,12 @@@ msgstr "
"Цей ÑеÑÑ Ð¿ÐµÑевÑÑÑÑ Ð½Ð° наÑвнÑÑÑÑ ÑоÑок, Ñо не маÑÑÑ ÑеÒÑв, Ñ Ñо не Ñ ÑаÑÑÐ¸Ð½Ð¾Ñ "
"лÑнÑй."
- msgid "No tags"
- msgstr "ÐÐµÐ¼Ð°Ñ ÑеÒÑв"
-
msgid "Unconnected nodes without physical tags"
msgstr "Ðе зâÑÐ´Ð½Ð°Ð½Ñ ÑоÑки без ÑеÒÑв"
+ msgid "No tags"
+ msgstr "ÐÐµÐ¼Ð°Ñ ÑеÒÑв"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "Ð ÑеÒи, Ñо мÑÑÑÑÑÑ ''fixme'' або ''FIXME''"
@@@ -4411,26 -4467,6 +4467,6 @@@ msgstr "ÐвоÑоÑÐ½Ñ Ð±ÐµÑегов
msgid "Reversed land: land not on left side"
msgstr "ÐвоÑоÑÐ½Ñ Ð»ÑнÑÑ ÑÑÑÑ: Ð·ÐµÐ¼Ð»Ñ Ð½Ðµ лÑвоÑÑÑ"
- msgid "Wrong number of arguments for bookmark"
- msgstr "Ðомилкова кÑлÑкÑÑÑÑ Ð°ÑгÑменÑÑв Ð´Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸: %s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "Ðомилка: ÐеоÑÑкÑваний ÑÑдок ''{0}'' Ñ ÑÐ°Ð¹Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´Ð¾Ðº ''{1}''"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
- "Ðомилка: ÐевÑÑне подвÑйне знаÑÐµÐ½Ð½Ñ ''{0}'' Ñ ÑÑÐ´ÐºÑ ''{1}'' Ñ ÑÐ°Ð¹Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´Ð¾Ðº "
- "''{2}''"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
- "<html>Ðеможливо пÑоÑиÑаÑи закладки з<br>''{0}''<br>Ðомилка: {1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "Ðе показÑваÑи Ð·Ð½Ð¾Ð²Ñ (запамâÑÑаÑи вибÑÑ)"
@@@ -4536,8 -4572,8 +4572,8 @@@ msgstr "ÐоказаÑи довÑдко
msgid "Downloading \"Message of the day\""
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Â«ÐовÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð½Ñ»"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "ÐопеÑедженнÑ: неможливо пÑоÑиÑаÑи «ÐовÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð½Ñ». Ðомилка: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr "Ðеможливо пÑоÑиÑаÑи ÐовÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð½Ñ. Ðомилка: {0}"
msgid "Message of the day not available"
msgstr "ÐовÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð´Ð½Ñ Ð½ÐµÐ´Ð¾ÑÑÑпне"
@@@ -4792,6 -4828,18 +4828,18 @@@ msgstr "
"ÐеÑÐµÐ¼Ð¸ÐºÐ°Ñ Ð²Ð¸Ð´Ð¸Ð¼ÑÑÑÑ Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв ÑедагÑÐ²Ð°Ð½Ð½Ñ (ÑобÑо веÑÑикалÑÐ½Ð¾Ñ "
"панелÑ)"
+ msgid "Preset preferences"
+ msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð¾Ñовок"
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr "ÐÑдкÑиÑи Ð²ÐºÐ»Ð°Ð´ÐºÑ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð³Ð¾Ñовок Ñ ÐалаÑÑÑваннÑÑ
"
+
+ msgid "Imagery preferences"
+ msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÑонÑ"
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr "ÐÑдкÑиÑи Ð²ÐºÐ»Ð°Ð´ÐºÑ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ ÑÐ¾Ð½Ñ Ð² ÐалаÑÑÑваннÑÑ
"
+
msgid "Audio"
msgstr "ÐвÑк"
@@@ -4898,19 -4946,6 +4946,6 @@@ msgstr "Ð ÑонÑ
msgid "Click to run job in background"
msgstr "ÐлаÑнÑÑÑ Ñоб пеÑевеÑÑи ÑобоÑÑ Ñ Ñоновий Ñежим"
- msgid "false: the property is explicitly switched off"
- msgstr "Ñ
ибнÑÑÑÑ: паÑамеÑÑ Ñвно вимкнено"
-
- msgid "true: the property is explicitly switched on"
- msgstr "ÑÑÑина: паÑамеÑÑ Ñвно ÑвÑмкнено"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "ÑаÑÑково: ÑÑÐ·Ð½Ñ Ð¾Ð±ÑÐ°Ð½Ñ Ð¾Ð±âÑкÑи маÑÑÑ Ð²ÑдмÑÐ½Ð½Ñ Ð·Ð½Ð°ÑеннÑ; не змÑнÑйÑе"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "обнÑлиÑи: не вÑÑановлÑваÑи Ñей паÑамеÑÑ Ð´Ð»Ñ Ð¾Ð±ÑаниÑ
обâÑкÑÑв"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} мÑ)"
@@@ -5225,6 -5260,9 +5260,9 @@@ msgid "Copy my selected elements to th
msgstr ""
"ÐопÑÑваÑи Ð¼Ð¾Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи в кÑнеÑÑ ÑпиÑÐºÑ Ð¾Ð±âÑднаниÑ
елеменÑÑв."
+ msgid "> before"
+ msgstr "> до"
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
@@@ -5232,6 -5270,9 +5270,9 @@@ msgstr "
"ÐопÑÑваÑи Ð¼Ð¾Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи пеÑед пеÑÑим видÑленим елеменÑом Ñ ÑпиÑÐºÑ "
"обâÑднаниÑ
елеменÑÑв."
+ msgid "> after"
+ msgstr "> пÑÑлÑ"
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
@@@ -5239,16 -5280,25 +5280,25 @@@ msgstr "
"ÐопÑÑваÑи Ð¼Ð¾Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи пÑÑÐ»Ñ Ð¿ÐµÑÑого видÑленого елеменÑа в ÑпиÑÐºÑ "
"обâÑднаниÑ
елеменÑÑв"
+ msgid "< top"
+ msgstr "< звеÑÑ
Ñ"
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
"СкопÑÑваÑи ÑÑÐ¶Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи в поÑаÑок ÑпиÑÐºÑ Ð¾Ð±âÑднаниÑ
елеменÑÑв."
+ msgid "< bottom"
+ msgstr "< знизÑ"
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
"СкопÑÑваÑи ÑÑÐ¶Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи в кÑнеÑÑ ÑпиÑÐºÑ Ð¾Ð±âÑднаниÑ
елеменÑÑв."
+ msgid "< before"
+ msgstr "< до"
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
@@@ -5256,6 -5306,9 +5306,9 @@@ msgstr "
"СкопÑÑваÑи ÑÑÐ¶Ñ Ð²Ð¸Ð´ÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи пеÑед пеÑÑим видÑленим елеменÑом Ñ ÑпиÑÐºÑ "
"обâÑднаниÑ
елеменÑÑв."
+ msgid "< after"
+ msgstr "< пÑÑлÑ"
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -5272,8 -5325,8 +5325,8 @@@ msgstr "ÐопÑÑваÑи вÑÑ ÑÑÐ
msgid "Up"
msgstr "ÐгоÑÑ"
- msgid "Move up the selected elements by one position."
- msgstr "ÐÑднÑÑи видÑÐ»ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи на Ð¾Ð´Ð½Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑ."
+ msgid "Move up the selected entries by one position."
+ msgstr "ÐоÑÑнÑÑи видÑÐ»ÐµÐ½Ñ Ð¾Ð±âÑкÑи на Ð¾Ð´Ð½Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑ."
msgid "Down"
msgstr "Ðниз"
@@@ -5331,16 -5384,6 +5384,6 @@@ msgstr[0] "ЧÑжа веÑÑÑÑ ({0} Ð
msgstr[1] "ЧÑжа веÑÑÑÑ ({0} запиÑи)"
msgstr[2] "ЧÑжа веÑÑÑÑ ({0} запиÑÑв)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
- "РегÑлÑований {0} Ñе не заÑеÑÑÑÑований. Ðеможливо вÑÑановиÑи ÑÑаÑÑÑ Ñ "
- "ÑинÑ
ÑонÑзованиÑ
ÑегÑлÑваннÑÑ
."
-
- msgid "Adjustable {0} not registered yet."
- msgstr "РегÑлÑований {0} Ñе не заÑеÑÑÑÑовано"
-
msgid "Node"
msgstr "ТоÑка"
@@@ -5621,17 -5664,17 +5664,17 @@@ msgctxt "tag
msgid "Key:"
msgstr "ÐлÑÑ:"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
- "<html>ÐведÑÑÑ ÐºÐ»ÑÑ ÑеÒÑ, напÑиклад: <strong><tt>fixme</tt></strong></html>"
+ "<html>ÐведÑÑÑ ÐºÐ»ÑÑ ÑеÒÑ, на пÑикл. <strong><tt>fixme</tt></strong></html>"
msgid "Value:"
msgstr "ÐнаÑеннÑ:"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
- "<html>ÐведÑÑÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ ÑеÒÑ, напÑиклад: <strong><tt>пеÑевÑÑÑе "
+ "<html>ÐедÑÑÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ ÑеÒÑ, на пÑикл. <strong><tt>пеÑевÑÑиÑи "
"ÑленÑв</tt></strong></html>"
msgid ""
@@@ -6213,6 -6256,9 +6256,9 @@@ msgstr "ÐоказаÑи/ÑÑ
оваÑи
msgid "Information about layer"
msgstr "ÐнÑоÑмаÑÑÑ Ð¿Ñо ÑаÑ"
+ msgid "Map paint preferences"
+ msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð»ÑоÑÑв мапи"
+
msgid "Map Paint Styles"
msgstr "СÑÐ¸Ð»Ñ ÐºÐ¾Ð»ÑоÑÑв мапи"
@@@ -6297,6 -6343,38 +6343,38 @@@ msgstr "СÑÐ¸Ð»Ñ Ñ Ð°ÐºÑивним?
msgid "No"
msgstr "ÐÑ"
+ msgid "Object type:"
+ msgstr "Тип обâÑкÑÑ:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "мÑÑаний"
+
+ msgid "Choose the OSM object type"
+ msgstr "ÐбеÑÑÑÑ Ñип обâÑкÑÑ OSM"
+
+ msgid "Object ID:"
+ msgstr "ÐденÑиÑÑкаÑÐ¾Ñ Ð¾Ð±âÑкÑÑ:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "ÐведÑÑÑ ÑденÑиÑÑкаÑÐ¾Ñ Ð¾Ð±âÑкÑÑ, Ñкий поÑÑÑбно заванÑажиÑи з ÑеÑвеÑа"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ID обâÑкÑÑв можÑÑÑ Ð±ÑÑи вÑдокÑÐµÐ¼Ð»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð¾Ñ Ñи пÑобÑлом.<br/> ÐÑиклад: "
+ "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ñ Ð·Ð¼ÑÑÐ°Ð½Ð¾Ð¼Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ "
+ "обâÑкÑи зазнаÑаÑÑÑÑÑ Ð½Ð°ÑÑÑпним Ñином: <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+ "ÐазнаÑено невÑÑний ID пеÑелÑкÑ\n"
+ "ÐÑÐ¾Ð´Ð¾Ð²Ð¶ÐµÐ½Ð½Ñ Ð½ÐµÐ¼Ð¾Ð¶Ð»Ð¸Ð²Ðµ."
+
msgid "Relations"
msgstr "ÐвâÑзки"
@@@ -6385,16 -6463,15 +6463,15 @@@ msgstr[1] "{0} ÐвÑоÑи
msgstr[2] "{0} ÐвÑоÑÑв"
msgid "Select objects submitted by this user"
- msgstr "ÐидÑлиÑи обâÑкÑи надÑÑÐ»Ð°Ð½Ñ Ñим коÑиÑÑÑваÑем"
+ msgstr "ÐидÑлиÑи обâÑкÑи надÑÑÐ»Ð°Ð½Ñ Ñим ÑÑаÑником"
msgid "Launches a browser with information about the user"
- msgstr "ÐÑдкÑиÑи Ñ Ð¾Ð³Ð»ÑдаÑÑ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑиÑÑÑваÑа"
+ msgstr "ÐÑдкÑиÑи Ñ Ð¾Ð³Ð»ÑдаÑÑ ÑнÑоÑмаÑÑÑ Ð¿Ñо ÑÑаÑника"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
- "Увага: вÑдкÑиваÑÑÑÑÑ ÑÑоÑÑнки ÑнÑоÑмаÑÑÑ Ð¿Ñо пеÑÑиÑ
{0} з {1} видÑлениÑ
"
- "коÑиÑÑÑваÑÑв"
+ "ÐÑдкÑиÑи в оглÑдаÑÑ ÑнÑоÑмаÑÑÑ ÑÑлÑки пÑо пеÑÑиÑ
{0} з {1} видÑлениÑ
"
+ "ÑÑаÑникÑв"
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6510,7 -6587,7 +6587,7 @@@ msgid "
"download<br>your changesets from the OSM server unless you enter your OSM "
"user name<br>in the JOSM preferences.</html>"
msgstr ""
- "<html>JOSM запÑÑений вÑд ÑÐ¼ÐµÐ½Ñ Ð°Ð½Ð¾Ð½Ñмного коÑиÑÑÑваÑа.ÐÑн не може "
+ "<html>JOSM запÑÑений вÑд ÑÐ¼ÐµÐ½Ñ Ð°Ð½Ð¾Ð½Ñмного коÑиÑÑÑваÑа. ÐÑн не може "
"заванÑажиÑи<br>ваÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн з ÑеÑвеÑа OSM, поки не введено ÑмâÑ "
"коÑиÑÑÑваÑа<br>в налаÑÑÑваннÑÑ
JOSM.</html>"
@@@ -6568,9 -6645,6 +6645,6 @@@ msgstr "ÐновиÑи вмÑÑÑ
msgid "Update the changeset content from the OSM server"
msgstr "ÐновиÑи вмÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн з ÑеÑвеÑа OSM"
- msgid "Show history"
- msgstr "ÐоказаÑи ÑÑÑоÑÑÑ"
-
msgid "Download and show the history of the selected objects"
msgstr "ÐаванÑажиÑи Ñа показаÑи ÑÑÑоÑÑÑ Ð²Ð¸Ð´ÑлениÑ
обâÑкÑÑв"
@@@ -6698,7 -6772,7 +6772,7 @@@ msgstr "
"ÐаванÑажиÑи набÑÑ Ð·Ð¼Ñн з вказаним номеÑом, вклÑÑаÑÑи вмÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн"
msgid "Select changesets owned by specific users"
- msgstr "ÐибеÑÑÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн, Ñо належаÑÑ Ð¿ÐµÐ²Ð½Ð¸Ð¼ коÑиÑÑÑваÑам"
+ msgstr "ÐибеÑÑÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн, Ñо належаÑÑ Ð¿ÐµÐ²Ð½Ð¸Ð¼ ÑÑаÑникам"
msgid "Select changesets depending on whether they are open or closed"
msgstr "ÐибеÑÑÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн залежно вÑд Ñого, вÑдкÑиÑÑ Ð²Ð¾Ð½Ð¸ або закÑиÑÑ"
@@@ -6723,7 -6797,7 +6797,7 @@@ msgid "Query both open and closed chang
msgstr "ÐÑÑимаÑи вÑдкÑиÑÑ Ñа закÑиÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн"
msgid "User ID:"
- msgstr "Ðд. коÑиÑÑÑваÑа:"
+ msgstr "Ðд. ÑÑаÑника:"
msgid "User name:"
msgstr "ÐмâÑ ÐºÐ¾ÑиÑÑÑваÑа:"
@@@ -6732,10 -6806,10 +6806,10 @@@ msgid "Only changesets owned by myself
msgstr "ТÑлÑки Ð¼Ð¾Ñ Ð½Ð°Ð±Ð¾Ñи змÑн"
msgid "Only changesets owned by the user with the following user ID"
- msgstr "ТÑлÑки набоÑи змÑн коÑиÑÑÑваÑа з ÑденÑиÑÑкаÑоÑом"
+ msgstr "ТÑлÑки набоÑи змÑн ÑÑаÑника з ÑденÑиÑÑкаÑоÑом"
msgid "Only changesets owned by the user with the following user name"
- msgstr "ТÑлÑки набоÑи змÑн коÑиÑÑÑваÑа з Ñменем"
+ msgstr "ТÑлÑки набоÑи змÑн ÑÑаÑника з Ñменем"
msgid ""
"Only changesets owned by myself (disabled. JOSM is currently run by an "
@@@ -6752,24 -6826,24 +6826,24 @@@ msgstr "
"Ñак Ñк вÑн Ñ Ð°Ð½Ð¾Ð½Ñмним"
msgid "Current value ''{0}'' for user ID is not valid"
- msgstr "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ ''{0}'' Ð´Ð»Ñ ÑденÑиÑÑкаÑоÑа коÑиÑÑÑваÑа недÑйÑне"
+ msgstr "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ ''{0}'' Ð´Ð»Ñ ÑденÑиÑÑкаÑоÑа ÑÑаÑника недÑйÑне"
msgid "Cannot restrict the changeset query to the user name ''{0}''"
msgstr ""
- "Ðе можливо обмежиÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑв змÑн змÑнами Ð´Ð»Ñ ÐºÐ¾ÑиÑÑÑваÑа з Ñменем "
- "â ''{0}''"
+ "Ðе можливо обмежиÑи оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑв змÑн змÑнами Ð´Ð»Ñ ÑÑаÑника з Ñменем â "
+ "''{0}''"
msgid "Please enter a valid user ID"
- msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð´ÑйÑний ÑденÑиÑÑкаÑÐ¾Ñ ÐºÐ¾ÑиÑÑÑваÑа"
+ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð´ÑйÑний ÑденÑиÑÑкаÑÐ¾Ñ ÑÑаÑника"
msgid "Invalid user ID"
- msgstr "ÐедÑйÑний ÑденÑиÑÑкаÑÐ¾Ñ ÐºÐ¾ÑиÑÑÑваÑа"
+ msgstr "ÐедÑйÑний ÑденÑиÑÑкаÑÐ¾Ñ ÑÑаÑника"
msgid "Please enter a non-empty user name"
- msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÐºÐ¾ÑиÑÑÑваÑа"
+ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÑÑаÑника"
msgid "Invalid user name"
- msgstr "ÐевÑÑне ÑмâÑ ÐºÐ¾ÑиÑÑÑваÑа"
+ msgstr "ÐевÑÑне ÑмâÑ ÑÑаÑника"
msgid "Date: "
msgstr "ÐаÑа: "
@@@ -6830,8 -6904,8 +6904,8 @@@ msgstr "ÐевÑÑний габаÑиÑ
msgid ""
"The current value is not a valid user ID. Please enter an integer value > 0"
msgstr ""
- "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ Ð²ÑÑним ÑденÑиÑÑкаÑоÑом коÑиÑÑÑваÑа. ÐÑÐ´Ñ Ð»Ð°Ñка, "
- "введÑÑÑ ÑÑле знаÑÐµÐ½Ð½Ñ > 0"
+ "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ Ð²ÑÑним ÑденÑиÑÑкаÑоÑом ÑÑаÑника. ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ "
+ "ÑÑле знаÑÐµÐ½Ð½Ñ > 0"
msgid "Please enter an integer value > 0"
msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ ÑÑле ÑиÑло> 0"
@@@ -6840,11 -6914,11 +6914,11 @@@ msgid "
"<html>The current value is not a valid user name.<br>Please enter an non-"
"empty user name.</html>"
msgstr ""
- "<html>ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ Ð²ÑÑним ÑденÑиÑÑкаÑоÑом коÑиÑÑÑваÑа.<br>ÐÑÐ´Ñ "
- "лаÑка, введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÐºÐ¾ÑиÑÑÑваÑа.</html>"
+ "<html>ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ Ð²ÑÑним ÑденÑиÑÑкаÑоÑом ÑÑаÑника.<br>ÐÑÐ´Ñ Ð»Ð°Ñка, "
+ "введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÑÑаÑника.</html>"
msgid "Please enter an non-empty user name"
- msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÐºÐ¾ÑиÑÑÑваÑа"
+ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ Ð½ÐµÐ¿Ð¾ÑÐ¾Ð¶Ð½Ñ ÑмâÑ ÑÑаÑника"
msgid ""
"Please enter a date in the usual format for your locale.<br>Example: "
@@@ -6889,7 -6963,7 +6963,7 @@@ msgid "
"user name in the preferences first.</em></html>"
msgstr ""
"<html>ÐаванÑажиÑи Ð¼Ð¾Ñ Ð²ÑдкÑиÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн<br><em>ÐÑдклÑÑено. ÐÑÐ´Ñ Ð»Ð°Ñка, "
- "вкажÑÑÑ ÑпоÑаÑÐºÑ Ð²Ð°Ñе ÑмâÑ ÐºÐ¾ÑиÑÑÑваÑа OSM в налаÑÑÑваннÑÑ
.</em></html>"
+ "вкажÑÑÑ ÑпоÑаÑÐºÑ Ð²Ð°Ñе ÑмâÑ ÑÑаÑника OSM в налаÑÑÑваннÑÑ
.</em></html>"
msgid "<html>Download my open changesets</html>"
msgstr "<html>ÐаванÑажиÑи Ð¼Ð¾Ñ Ð²ÑдкÑиÑÑ Ð½Ð°Ð±Ð¾Ñи змÑн</html>"
@@@ -6905,11 -6979,11 +6979,11 @@@ msgid "<html>Download changesets in th
msgstr "<html>ÐаванÑажиÑи набоÑи змÑн Ð´Ð»Ñ Ð¿Ð¾ÑоÑного Ð²Ð¸Ð´Ñ Ð¼Ð°Ð¿Ð¸</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
- "Увага: неоÑÑкÑване знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ ''{0}'', оÑÑимано ''{1}''. "
- "Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð´Ð¾ Ñипового запиÑÑ."
+ "ÐеоÑÑкÑване знаÑÐµÐ½Ð½Ñ ''{1}'' паÑамеÑÑÑ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ñ ''{0}''. Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð´Ð¾ "
+ "Ñипового запиÑÑ."
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr ""
@@@ -6977,35 -7051,47 +7051,47 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr "ÐедÑйÑний URL запиÑÑ Ð¾ÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн"
- msgid "Select objects for which to change properties."
- msgstr "ÐидÑлÑÑÑ Ð¾Ð±âÑкÑи влаÑÑивоÑÑÑ ÑкиÑ
поÑÑÑбно змÑниÑи."
+ msgid "Discardable key: selection Foreground"
+ msgstr "ÐаÑÑаÑÑлий ÑеÒ: видÑÐ»ÐµÐ½Ð½Ñ Foreground"
- msgid "Properties/Memberships"
- msgstr "ÐаÑамеÑÑи/ЧленÑÑво"
+ msgid "Discardable key: selection Background"
+ msgstr "ÐаÑÑаÑÑлий ÑеÒ: видÑÐ»ÐµÐ½Ð½Ñ Background"
- msgid "Properties for selected objects."
- msgstr "ÐаÑамеÑÑи обÑаниÑ
обâÑкÑÑв."
+ msgid "Discardable key: foreground"
+ msgstr "ÐаÑÑаÑÑлий ÑеÒ: foreground"
+
+ msgid "Discardable key: background"
+ msgstr "ÐаÑÑаÑÑлий ÑеÒ: background"
msgid "<different>"
msgstr "<ÑÑзнÑ>"
+ msgid "Select objects for which to change tags."
+ msgstr "ÐидÑлÑÑÑ Ð¾Ð±âÑкÑи Ð´Ð»Ñ ÑкиÑ
поÑÑÑбно змÑниÑи ÑеÒи."
+
+ msgid "Tags/Memberships"
+ msgstr "ТеÒи/ЧленÑÑво"
+
+ msgid "Tags for selected objects."
+ msgstr "ТеÒи видÑлениÑ
обâÑкÑÑв."
+
msgid "Member Of"
msgstr "Член гÑÑпи"
msgid "Position"
msgstr "РозÑаÑÑваннÑ"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "ÐаÑамеÑÑÑв: {0} / ЧленÑв: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr "ТеÒи: {0} / ЧленÑÑво: {1}"
- msgid "Properties / Memberships"
- msgstr "ÐаÑамеÑÑи / Члени"
+ msgid "Tags / Memberships"
+ msgstr "ТеÒи / ЧленÑÑво"
msgid "Delete the selected key in all objects"
msgstr "ÐилÑÑиÑи обÑаний клÑÑ Ð·Ñ Ð²ÑÑÑ
обâÑкÑÑв"
- msgid "Delete Properties"
- msgstr "ÐилÑÑиÑи паÑамеÑÑи"
+ msgid "Delete Tags"
+ msgstr "ÐилÑÑиÑи ÑеÒи"
msgid "Change relation"
msgstr "ÐмÑниÑи звâÑзок"
@@@ -7019,14 -7105,14 +7105,14 @@@ msgstr "Ðи дÑйÑно бажаÑÑÐ
msgid "Add a new key/value pair to all objects"
msgstr "ÐодаÑи Ð½Ð¾Ð²Ñ Ð¿Ð°ÑÑ ÐºÐ»ÑÑ/знаÑÐµÐ½Ð½Ñ Ð´Ð¾ вÑÑÑ
обâÑкÑÑв"
- msgid "Add Property"
- msgstr "ÐодаÑи паÑамеÑÑ"
+ msgid "Add Tag"
+ msgstr "ÐодаÑи ÑеÒ"
msgid "Edit the value of the selected key for all objects"
msgstr "ÐÑавиÑи знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ñаного клÑÑа Ð´Ð»Ñ Ð²ÑÑÑ
обâÑкÑÑв"
- msgid "Edit Properties"
- msgstr "РедагÑваÑи паÑамеÑÑи"
+ msgid "Edit Tags"
+ msgstr "РедагÑваÑи ÑеÒи"
msgid "Go to OSM wiki for tag help (F1)"
msgstr "ÐеÑейÑи до OSM-ÐÑкÑ, Ñоб оÑÑимаÑи довÑÐ´ÐºÑ Ð¿Ñо ÑÐµÒ (F1)"
@@@ -7191,10 -7277,8 +7277,8 @@@ msgstr "ÐвâÑзок вилÑÑенÐ
msgid "Downloading relation {0}"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð·Ð²âÑÐ·ÐºÑ {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr ""
- "ÐопеÑедженнÑ: ÐгноÑÑÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð½ÑÑкÑ, ÑÐ¾Ð¼Ñ Ñо Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±Ñло вÑдмÑнено. ÐинÑÑок: "
- "{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "ÐгноÑÑÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð½ÑÑкÑ, Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±Ñло ÑкаÑоване. ÐинÑÑок: {0}"
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -7545,6 -7629,28 +7629,28 @@@ msgstr "лÑнÑÑ Ð·âÑднана Ð
msgid "way is not connected to previous or next relation member"
msgstr "лÑнÑÑ Ð½Ðµ зâÑднана Ð½Ñ Ð· попеÑеднÑм, Ð½Ñ Ð· наÑÑÑпним Ñленом звâÑзкÑ"
+ msgid "{0} - {1} ({2})"
+ msgstr "{0} - {1} ({2})"
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "Ðомилкова кÑлÑкÑÑÑÑ Ð°ÑгÑменÑÑв Ð´Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ Ð·Ð°ÐºÐ»Ð°Ð´ÐºÐ¸: %s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr "ÐеоÑÑкÑваний ÑÑдок ''{0}'' Ñ ÑÐ°Ð¹Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´Ð¾Ðº ''{1}''"
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+ "Ðомилкове знаÑÐµÐ½Ð½Ñ ÑÐ¸Ð¿Ñ double ''{0}'' Ñ ÑÑÐ´ÐºÑ ''{1}'' Ñ ÑÐ°Ð¹Ð»Ñ Ð·Ð°ÐºÐ»Ð°Ð´Ð¾Ðº "
+ "''{2}''"
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+ "<html>Ðеможливо пÑоÑиÑаÑи закладки з<br>''{0}''<br>Ðомилка: {1}</html>"
+
msgid "Bookmarks"
msgstr "Ðакладки"
@@@ -7695,21 -7801,8 +7801,8 @@@ msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð²
msgid "Download object"
msgstr "ÐаванÑажиÑи обâÑкÑ"
- msgid "Object type:"
- msgstr "Тип обâÑкÑÑ:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "мÑÑаний"
-
- msgid "Choose the OSM object type"
- msgstr "ÐбеÑÑÑÑ Ñип обâÑкÑÑ OSM"
-
- msgid "Object ID:"
- msgstr "ÐденÑиÑÑкаÑÐ¾Ñ Ð¾Ð±âÑкÑÑ:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "ÐведÑÑÑ ÑденÑиÑÑкаÑÐ¾Ñ Ð¾Ð±âÑкÑÑ, Ñкий поÑÑÑбно заванÑажиÑи з ÑеÑвеÑа"
+ msgid "Start downloading"
+ msgstr "ÐоÑаÑи заванÑаженнÑ"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7721,28 -7814,9 +7814,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "ÐибеÑÑÑÑ, ÑкÑо Ñлени звâÑÐ·ÐºÑ Ð¿Ð¾Ð²Ð¸Ð½Ð½Ñ Ñакож бÑÑи заванÑаженÑ"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ID обâÑкÑÑв можÑÑÑ Ð±ÑÑи вÑдокÑÐµÐ¼Ð»ÐµÐ½Ñ ÐºÐ¾Ð¼Ð¾Ñ Ñи пÑобÑлом.<br/> ÐÑиклад: "
- "<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> Ñ Ð·Ð¼ÑÑÐ°Ð½Ð¾Ð¼Ñ Ð²Ð¸Ð³Ð»ÑÐ´Ñ "
- "обâÑкÑи зазнаÑаÑÑÑÑÑ Ð½Ð°ÑÑÑпним Ñином: <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð²âÑзаниÑ
ÑленÑв (баÑÑкÑвÑÑÐºÑ Ð·Ð²âÑзки Ñа лÑнÑÑ)"
- msgid "Start downloading"
- msgstr "ÐоÑаÑи заванÑаженнÑ"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "Ðадано невÑÑний пеÑелÑк ID\n"
- "Ðеможливо заванÑажиÑи обâÑкÑ."
-
msgid "Class Type"
msgstr "Тип клаÑÑ"
@@@ -7855,8 -7929,8 +7929,8 @@@ msgstr "ÐеÑейÑи до наÑÑÑÐ
msgid "Go to the JOSM help home page"
msgstr "ÐеÑейÑи до поÑаÑÐºÐ¾Ð²Ð¾Ñ ÑÑоÑÑнки довÑдки JOSM"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "ÐопеÑедженнÑ: невÑÑне ÑозÑаÑÑÐ²Ð°Ð½Ð½Ñ Ð² докÑменÑÑ HTML. Ðомилка: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr "Ðогане ÑозÑаÑÑÐ²Ð°Ð½Ð½Ñ Ð² HTML докÑменÑÑ. ÐинÑÑок: {0}"
msgid "Failed to open help page. The target URL is empty."
msgstr "Ðе вдалоÑÑ Ð²ÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ Ð´Ð¾Ð²Ñдки. ЦÑлÑовий URL поÑожнÑй."
@@@ -7964,6 -8038,9 +8038,9 @@@ msgid "
msgstr ""
"<html>ÐеÑÑÑÑ <strong>{0}</strong> ÑÑвоÑено Ñ <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr "ÐоменÑÐ°Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн"
+
msgid "Changeset info"
msgstr "ÐнÑоÑмаÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн"
@@@ -8074,9 -8151,8 +8151,8 @@@ msgstr "
msgid "Object still in use"
msgstr "ÐбâÑÐºÑ Ð²Ñе Ñе викоÑиÑÑовÑÑÑÑÑÑ"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr ""
- "ÐопеÑедженнÑ: помилка в Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÑ \"{0}\" не вÑдповÑÐ´Ð°Ñ Ð¾ÑÑкÑÐ²Ð°Ð½Ð¾Ð¼Ñ ÑаблонÑ"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr "Ðаголовок помилки \"{0}\" вÑдÑÑзнÑÑÑÑÑÑ Ð²Ñд оÑÑкÑванного ÑаблонÑ"
msgid "Upload"
msgstr "ÐадÑÑлаÑи"
@@@ -8098,6 -8174,12 +8174,12 @@@ msgstr "ÐапиÑÑÑÑ ÐºÐ¾ÑоÑки
msgid "Enter an upload comment"
msgstr "ÐведÑÑÑ ÐºÐ¾Ð¼ÐµÐ½ÑÐ°Ñ Ð´Ð¾ даниÑ
, Ñо надÑилаÑÑÑÑÑ Ð½Ð° ÑеÑвеÑ"
+ msgid "Specify the data source for the changes:"
+ msgstr "ÐазнаÑÑе джеÑело даниÑ
Ð´Ð»Ñ ÑиÑ
змÑн:"
+
+ msgid "Enter a source"
+ msgstr "ÐодайÑе джеÑело"
+
msgid "Changeset id:"
msgstr "ÐабÑÑ Ð·Ð¼Ñн:"
@@@ -8170,11 -8252,10 +8252,10 @@@ msgid "Closing changeset {0}
msgstr "ÐакÑиÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ ÑÑÑимаÑи дÑалог облÑковиÑ
даниÑ
завжди повеÑÑ
"
- "вÑкон. ÐиÑвлена помилка безпеки."
+ "Ðеможливо зÑобиÑи ÐÑалог облÑковиÑ
даниÑ
завжди звеÑÑ
Ñ. ÐÑÑимано винÑÑок "
+ "безпеки."
msgid "Enter credentials for OSM API"
msgstr "ÐведÑÑÑ Ð¾Ð±Ð»ÑÐºÐ¾Ð²Ñ Ð´Ð°Ð½Ñ Ð´Ð»Ñ OSM API"
@@@ -8258,11 -8339,11 +8339,11 @@@ msgid "Unpacking {0} into {1}
msgstr "РозпакÑÐ²Ð°Ð½Ð½Ñ {0} в {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
- "ÐопеÑедженнÑ: Ðе вдаÑÑÑÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи Ñайл ''{0}''. ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° нÑого "
- "''{1}'' не Ñ Ð´Ð¾Ð¿ÑÑÑÐ¸Ð¼Ð¾Ñ URL-адÑеÑоÑ. ÐÑопÑÑкаÑмо заванÑаженнÑ."
+ "Ðеможливо заванÑажиÑи Ñайл ''{0}''. ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ''{1}'' "
+ "не Ñ Ð²ÑÑними URL. ÐÑопÑÑкаÑмо заванÑаженнÑ."
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -8272,17 -8353,15 +8353,15 @@@
msgstr ""
"Ðе вдалоÑÑ Ð¾ÑÑимаÑи Ð²Ð°Ñ ÑпиÑок вÑдкÑиÑиÑ
набоÑÑв змÑн, оÑкÑлÑки<br>JOSM не "
"ÑденÑиÑÑкÑвав ваÑ.<br>Ðбо ви пÑаÑÑÑÑе анонÑмно, або вам не "
- "дозволено<br>ÑденÑиÑÑкÑваÑи коÑиÑÑÑваÑа, вÑд ÑÐ¼ÐµÐ½Ñ Ñкого ви пÑаÑÑÑÑе."
+ "дозволено<br>ÑденÑиÑÑкÑваÑи ÑÑаÑника, вÑд ÑÐ¼ÐµÐ½Ñ Ñкого ви пÑаÑÑÑÑе."
msgid "Missing user identity"
- msgstr "ÐденÑиÑÑкаÑÑÑ ÐºÐ¾ÑиÑÑÑваÑа вÑдÑÑÑнÑ"
+ msgstr "ÐденÑиÑÑкаÑÑÑ ÑÑаÑника вÑдÑÑÑнÑ"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
- "ÐопеÑедженнÑ: Ðе вдалоÑÑ Ð¾ÑÑимаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо поÑоÑного коÑиÑÑÑваÑа JOSM. "
- "Ðомилка: {0}"
+ "Ðе вдалоÑÑ Ð¾ÑÑимаÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо поÑоÑного коÑиÑÑÑваÑа JOSM. ÐинÑÑок: {0}"
msgid "Download objects"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±âÑкÑÑв"
@@@ -8539,12 -8618,6 +8618,6 @@@ msgstr "ÐадÑÑлаÑи на ÑеÑÐ
msgid "Please revise upload comment"
msgstr "ÐÑдÑлаÑка, пеÑеглÑнÑÑе ÑвÑй коменÑаÑ"
- msgid "Revise"
- msgstr "ÐеÑеглÑнÑÑи"
-
- msgid "Continue as is"
- msgstr "ÐÑодовжиÑи Ñак Ñк Ñ"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -8554,11 -8627,31 +8627,31 @@@
msgstr ""
"ÐÐ°Ñ ÐºÐ¾Ð¼ÐµÐ½ÑÐ°Ñ â <i>поÑожнÑй</i> або <i>дÑже коÑоÑкий</i>.<br /><br "
"/>ТеÑ
нÑÑно, його можливо лиÑиÑи Ñаким, але зважÑе на Ñе, Ñо багаÑо "
- "коÑиÑÑÑваÑÑв<br />пеÑеглÑдаÑÑÑ Ð·Ð¼Ñни Ñ ÑÑй дÑлÑнÑÑ Ð±Ð°Ð¶Ð°ÑÑÑ Ð±Ð°ÑиÑи зÑозÑмÑÐ»Ñ "
+ "ÑÑаÑникÑв<br />пеÑеглÑдаÑÑÑ Ð·Ð¼Ñни Ñ ÑÑй дÑлÑнÑÑ Ð±Ð°Ð¶Ð°ÑÑÑ Ð±Ð°ÑиÑи зÑозÑмÑÐ»Ñ "
"поÑÑненнÑ<br />Ñого, Ñо ÑÑÑ Ð±Ñло змÑнено!<br /><br />ЯкÑо заÑаз ви виÑÑаÑиÑе "
"Ñ
Ð²Ð¸Ð»Ð¸Ð½Ñ Ð½Ð° поÑÑÐ½ÐµÐ½Ð½Ñ Ñого, Ñо ви зÑобили,<br />Ñе полегÑиÑи ÑобоÑÑ ÑнÑиÑ
"
"ÑÑаÑникÑв пÑоекÑÑ."
+ msgid "Please specify a changeset source"
+ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, вкажÑÑÑ Ð´Ð¶ÐµÑело даниÑ
"
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+ "Ðи не вказали джеÑело даниÑ
Ð´Ð»Ñ ÑиÑ
змÑн.<br />ТеÑ
нÑÑно Ñе дозволÑÑÑÑÑÑ, але "
+ "Ñе може допомогÑи ÑнÑим ÑÑаÑникам <br />зÑозÑмÑÑи поÑ
Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ ÑиÑ
даниÑ
.<br "
+ "/><br />ÐиÑÑаÑÑÑе Ñ
Ð²Ð¸Ð»Ð¸Ð½Ñ Ð·Ð°Ñаз, Ð´Ð»Ñ Ñого Ñоб поÑÑниÑи внеÑÐµÐ½Ñ Ð²Ð°Ð¼Ð¸ змÑни, "
+ "Ñе знаÑно<br />ÑпÑоÑÑиÑÑ Ð¶Ð¸ÑÑÑ ÑнÑим мапеÑам."
+
+ msgid "Revise"
+ msgstr "ÐеÑеглÑнÑÑи"
+
+ msgid "Continue as is"
+ msgstr "ÐÑодовжиÑи Ñак Ñк Ñ"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
"ÐовеÑнÑÑиÑÑ Ð´Ð¾ попеÑеднÑого вÑкна, Ñоб ввеÑÑи бÑлÑÑ Ð´Ð¾ÐºÐ»Ð°Ð´Ð½Ð¸Ð¹ коменÑаÑ"
@@@ -8575,19 -8668,40 +8668,40 @@@ msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, ÑпоÑа
msgid "Illegal chunk size"
msgstr "ÐевÑÑний ÑозмÑÑ Ð¿Ð¾ÑÑÑÑ"
- msgid "Cancel the upload and resume editing"
- msgstr "ÐÑдмÑниÑи надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ð¹ Ñа повеÑнÑÑиÑÑ Ð´Ð¾ ÑедагÑваннÑ"
-
- msgid "Tags of changeset {0}"
- msgstr "ТеÒи набоÑÑ Ð·Ð¼Ñн {0}"
+ msgid "{0}={1}"
+ msgstr "{0}={1}"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
- msgstr ""
- "ÐопеÑедженнÑ: обâÑÐºÑ ''{0}'' вилÑÑений на ÑеÑвеÑÑ. ÐÐ°Ð½Ñ Ð±ÑдÑÑÑ Ð·Ð½Ð¾Ð²Ñ "
- "надÑÑÐ»Ð°Ð½Ñ Ð½Ð° ÑеÑвеÑ, але без ÑÑого обâÑкÑа."
-
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ "<html>Ð¢ÐµÒ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн Ð¼Ð°Ñ Ð¿ÑÑÑÑ ÐºÐ»ÑÑ/знаÑеннÑ:<br>{0}<br>ÐÑодовжиÑи?</html>"
+ msgstr[1] ""
+ "<html>ТеÒи набоÑÑ Ð·Ð¼Ñн маÑÑÑ Ð¿ÑÑÑÑ "
+ "клÑÑ/знаÑеннÑ:<br>{0}<br>ÐÑодовжиÑи?</html>"
+ msgstr[2] ""
+ "<html>ТеÒи набоÑÑ Ð·Ð¼Ñн маÑÑÑ Ð¿ÑÑÑÑ "
+ "клÑÑ/знаÑеннÑ:<br>{0}<br>ÐÑодовжиÑи?</html>"
+
+ msgid "Empty metadata"
+ msgstr "ÐÑдÑÑÑÐ½Ñ Ð¼ÐµÑаданÑ"
+
+ msgid "Cancel the upload and resume editing"
+ msgstr "ÐÑдмÑниÑи надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ð¹ Ñа повеÑнÑÑиÑÑ Ð´Ð¾ ÑедагÑваннÑ"
+
+ msgid "Tags of changeset {0}"
+ msgstr "ТеÒи набоÑÑ Ð·Ð¼Ñн {0}"
+
+ msgid ""
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
+ msgstr ""
+ "ÐбâÑÐºÑ ''{0}'' вилÑÑено на ÑеÑвеÑÑ. ÐÑопÑÑкаÑмо його Ñа намагаÑмоÑÑ "
+ "повÑоÑиÑи надÑиланнÑ."
+
msgid "Preparing objects to upload ..."
msgstr "ÐÑдгоÑÑÐ²Ð°Ð½Ð½Ñ Ð¾Ð±âÑкÑÑв до надÑиланнÑâ¦"
@@@ -8733,9 -8847,6 +8847,6 @@@ msgstr "
"ÐбâÑÐºÑ ''{0}'' вилÑÑений. ÐбâÑÐºÑ Ð±Ñде пÑопÑÑено пÑд ÑÐ°Ñ Ð½Ð°Ð´ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
на "
"ÑеÑвеÑ."
- msgid "Warning: {0}"
- msgstr "ÐопеÑедженнÑ: {0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "ÐадÑÐ¸Ð»Ð°Ð½Ð½Ñ {0} обâÑкÑÑâ¦"
@@@ -8748,6 -8859,9 +8859,9 @@@ msgstr "
"ÐгноÑÑÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ñвленого виклÑÑеннÑ, ÑÐ¾Ð¼Ñ Ñо надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° ÑеÑÐ²ÐµÑ ÑкаÑовано. "
"Ðомилка: {0}"
+ msgid "Upload successful!"
+ msgstr "ÐÐ°Ð½Ñ Ð·Ð±ÐµÑежено!"
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -8768,10 -8882,8 +8882,8 @@@ msgstr "ÐидÑлиÑи обâÑкÑÐ
msgid "Cancel uploading"
msgstr "ÐÑдмÑниÑи надÑиланнÑ"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr ""
- "ÐопеÑедженнÑ: неÑподÑване знаÑÐµÐ½Ð½Ñ ÐºÐ»ÑÑа ''{0}'' в налаÑÑÑваннÑÑ
, оÑÑимано "
- "''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr "ÐеоÑÑкÑване знаÑÐµÐ½Ð½Ñ ''{1}'' Ð´Ð»Ñ ÐºÐ»ÑÑа ''{0}'' Ñ Ð½Ð°Ð»Ð°ÑÑÑваннÑÑ
"
msgid "Please select the upload strategy:"
msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, вибеÑÑÑÑ ÑÑÑаÑегÑÑ Ð½Ð°Ð´ÑиланнÑ:"
@@@ -8931,7 -9043,7 +9043,7 @@@ msgstr "ÐаÑÑÑпна мÑÑка
msgid "Jump to next marker"
msgstr "ÐеÑейÑи до наÑÑÑпного маÑкеÑа"
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr "ÐопеÑÐµÐ´Ð½Ñ Ð¼ÑÑка"
msgid "Jump to previous marker"
@@@ -8953,7 -9065,7 +9065,7 @@@ msgid "Save Layer
msgstr "ÐбеÑегÑи ÑаÑ"
msgid "Data Layer {0}"
- msgstr "Ð¨Ð°Ñ Ð´Ð°Ð½Ð¸Ñ
{0}"
+ msgstr "ÐÐ°Ð½Ñ {0}"
msgid "outside downloaded area"
msgstr "по-за межами заванÑÐ°Ð¶ÐµÐ½Ð¾Ñ Ð´ÑлÑнки"
@@@ -8964,8 -9076,9 +9076,9 @@@ msgstr "веÑÑÑÑ {0}
msgid "Merging layers"
msgstr "ÐлиÑÑÑ ÑаÑÑв"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "Увага: ÑпÑлÑне викоÑиÑÑÐ°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
веÑÑÑй 0.6 Ñ 0.5 Ñ Ð²ÐµÑÑÑÑ 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
+ "Ð ÑезÑлÑÑаÑÑ Ð·Ð¼ÑÑÑÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
веÑÑÑÑ 0.6 Ñа 0.5 оÑÑимÑÑмо Ð´Ð°Ð½Ñ Ð²ÐµÑÑÑÑ 0.5"
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -9344,9 -9457,6 +9457,6 @@@ msgstr "ÐидобÑÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¾Ñ
msgid "Starting directory scan"
msgstr "ÐапÑÑк ÑканÑÐ²Ð°Ð½Ð½Ñ ÐºÐ°ÑалогÑ"
- msgid "One of the selected files was null"
- msgstr "Ðдин з видÑлениÑ
ÑайлÑв поÑожнÑй"
-
msgid "Read photos..."
msgstr "ÐеÑеглÑнÑÑи ÑоÑогÑаÑÑÑâ¦"
@@@ -9365,6 -9475,9 +9475,9 @@@ msgstr "Ðнайдено поÑожнÑ
msgid "Error while getting files from directory {0}\n"
msgstr "Ðомилка ÑиÑÐ°Ð½Ð½Ñ ÑайлÑв з каÑÐ°Ð»Ð¾Ð³Ñ {0}\n"
+ msgid "One of the selected files was null"
+ msgstr "Ðдин з видÑлениÑ
ÑайлÑв поÑожнÑй"
+
msgid "Geotagged Images"
msgstr "ÐобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð· геоÑеÒами"
@@@ -9426,6 -9539,12 +9539,12 @@@ msgstr "ÐаÑÑÑпне
msgid "Show next Image"
msgstr "ÐоказаÑи наÑÑÑпне зобÑаженнÑ"
+ msgid "Show first Image"
+ msgstr "ÐоказаÑи пеÑÑе зобÑаженнÑ"
+
+ msgid "Show last Image"
+ msgstr "ÐоказаÑи оÑÑÐ°Ð½Ð½Ñ Ð·Ð¾Ð±ÑаженнÑ"
+
msgid "Center view"
msgstr "ЦенÑÑÑваÑи вид"
@@@ -9509,9 -9628,6 +9628,6 @@@ msgstr "
"вважаÑÑÑÑÑ ÑкÑдливим.<br>ЯкÑо Ñ
оÑеÑе заванÑажиÑи ÑÑеки, ознайомÑеÑÑ Ð· "
"Ñим:</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ ÐºÑеÑÐ»ÐµÐ½Ð½Ñ ÑÑекÑв"
@@@ -9712,16 -9828,12 +9828,12 @@@ msgstr "СÑалаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° Ð
msgid "(URL was: "
msgstr "(поÑиланнÑ: "
- msgid "Error displaying URL"
- msgstr "Ðомилка Ð¿Ð¾ÐºÐ°Ð·Ñ URL"
-
msgid "Select the map painting styles"
msgstr "ÐибеÑÑÑÑ ÑÑÐ¸Ð»Ñ Ð²ÑдÑвоÑÐµÐ½Ð½Ñ Ð¼Ð°Ð¿Ð¸"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи ÑÑÐ¸Ð»Ñ Mappaint з ''{0}''. Ðомилка: {1}"
+ "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи ÑÑÐ¸Ð»Ñ ÐºÐ¾Ð»ÑоÑÑв мапи з ''{0}''. ÐиклÑÑеннÑ: {1}"
msgid "loading style ''{0}''..."
msgstr "заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÑÐ¸Ð»Ñ ''{0}''â¦"
@@@ -9742,9 -9854,8 +9854,8 @@@ msgstr[2] "
"ÐÑд ÑÐ°Ñ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑÑÐ¸Ð»Ñ Ð²Ð¸Ð½Ð¸ÐºÐ»Ð¾ {0} помилок. ÐодÑобиÑÑ Ñ Ð¿ÑнкÑÑ "
"\"ÐнÑоÑмаÑÑÑ\" конÑекÑÑного менÑ."
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr ""
- "ÐопеÑедженнÑ: помилка ÑозбоÑÑ ÑÑилÑв Mappaint з ''{0}''. Ðомилка: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr "Ðе вдалоÑÑ ÑозÑбÑаÑи ÑÑÐ¸Ð»Ñ ÐºÐ¾Ð»ÑоÑÑв мапи з ''{0}''. Ðомилка: {1}"
msgid "Illegal dash pattern, values must be positive"
msgstr "ÐевÑÑний Ñаблон пеÑеÑивÑаÑÑÐ¾Ñ Ð»ÑнÑÑ, знаÑÐµÐ½Ð½Ñ Ð¼Ð°Ñ Ð±ÑÑи позиÑивним"
@@@ -9754,11 -9865,9 +9865,9 @@@ msgstr "
"ÐевÑÑний Ñаблон пеÑеÑивÑаÑÑÐ¾Ñ Ð»ÑнÑÑ, пÑинаймнÑ, одне знаÑÐµÐ½Ð½Ñ Ð¼Ð°Ñ Ð±ÑÑи> 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
- "ÐопеÑедженнÑ: помилка ÑозбоÑÑ ÑÑилÑв Mappaint з ''{0}''. Ðомилка: [{1}:{2}] "
- "{3}"
+ "Ðе вдалоÑÑ ÑозÑбÑаÑи ÑÑÐ¸Ð»Ñ ÐºÐ¾Ð»ÑоÑÑв мапи з ''{0}''. Ðомилка: [{1}:{2}] {3}"
msgid "Access Token Key:"
msgstr "ÐлÑÑ Ð¼ÑÑки доÑÑÑпÑ:"
@@@ -10022,8 -10131,8 +10131,8 @@@ msgstr "ÐакÑиÑи дÑалог Ñ
msgid "Close the dialog and accept the Access Token"
msgstr "ÐакÑиÑи дÑалог Ñ Ð¿ÑийнÑÑи мÑÑÐºÑ Ð´Ð¾ÑÑÑпÑ"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "ÐопеÑедженнÑ: ÑеÑез збÑй вÑдмÑнено запÑÑк опеÑаÑÑÑ OAuth"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr "Ðе вдалоÑÑ ÑкаÑÑваÑи запÑÑк опеÑаÑÑÑ OAuth"
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð¼ÑÑки запиÑÑ OAuth з ''{0}''"
@@@ -10654,7 -10763,7 +10763,7 @@@ msgid "
"programs."
msgstr ""
"ÐеÑевÑÑка даниÑ
OSM, Ñка пеÑевÑÑÑÑ Ð½Ð°ÑвнÑÑÑÑ Ð·Ð°Ð³Ð°Ð»ÑниÑ
помилок, Ñо "
- "здÑйÑнÑÑÑÑÑÑ ÐºÐ¾ÑиÑÑÑваÑами Ñа пÑогÑамами-ÑедакÑоÑами."
+ "здÑйÑнÑÑÑÑÑÑ ÑÑаÑниками Ñа пÑогÑамами-ÑедакÑоÑами."
msgid "Use ignore list."
msgstr "ÐикоÑиÑÑовÑваÑи ÑпиÑок ÑгноÑÑваннÑ."
@@@ -10812,23 -10921,23 +10921,58 @@@ msgstr "ÐодаÑи паÑамеÑÑ
msgid "Advanced Background: Changed"
msgstr "РозÑиÑене знаÑÐµÐ½Ð½Ñ ÑонÑ: ÐмÑнений"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ñ Ñиповим."
+
+ msgid "Default value is ''{0}''."
+ msgstr "Типове знаÑеннÑ â ''{0}''."
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+ "Типове знаÑÐµÐ½Ð½Ñ Ð½Ð° поÑоÑний Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð½ÐµÐ²Ñдоме (паÑамеÑÑ Ð´Ð¾ÑÑ Ð½Ðµ "
+ "викоÑиÑÑовÑвавÑÑ)."
+
+ msgid "Change string setting"
+ msgstr "ÐмÑниÑи пÑамеÑÑи ÑÑдка"
+
++msgid "Simple"
++msgstr "ÐÑоÑÑий"
++
++msgid "List"
++msgstr "СпиÑок"
++
++msgid "List of lists"
++msgstr "ÐеÑелÑк ÑпиÑкÑв"
++
++msgid "List of maps"
++msgstr "ÐеÑелÑк мап"
++
++msgid "Add setting"
++msgstr "ÐодаÑи паÑамеÑÑ"
++
++msgid "Advanced Background: Changed"
++msgstr "РозÑиÑене знаÑÐµÐ½Ð½Ñ ÑонÑ: ÐмÑнений"
++
+msgid "Advanced Background: NonDefalut"
+msgstr "РозÑиÑене знаÑÐµÐ½Ð½Ñ ÑонÑ: ÐеÑиповий"
+
+msgid "Current value is default."
+msgstr "ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ñ Ñиповим."
+
+msgid "Default value is ''{0}''."
+msgstr "Типове знаÑеннÑ â ''{0}''."
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+"Типове знаÑÐµÐ½Ð½Ñ Ð½Ð° поÑоÑний Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð½ÐµÐ²Ñдоме (паÑамеÑÑ Ð´Ð¾ÑÑ Ð½Ðµ "
+"викоÑиÑÑовÑвавÑÑ)."
+
+msgid "Change string setting"
+msgstr "ÐмÑниÑи пÑамеÑÑи ÑÑдка"
+
msgid "Value: "
msgstr "ÐнаÑеннÑ: "
@@@ -10882,6 -10991,9 +11026,9 @@@ msgstr "ÐоказÑваÑи вÑÑÑÑ
msgid "Draw inactive layers in other color"
msgstr "ÐоказÑваÑи неакÑÐ¸Ð²Ð½Ñ ÑаÑи ÑнÑим колÑоÑом"
+ msgid "Display discardable keys"
+ msgstr "ÐоказÑваÑи заÑÑаÑÑÐ»Ñ ÑеÒи"
+
msgid "Highlight target ways and nodes"
msgstr "ÐÑдÑвÑÑÑваÑи лÑнÑÑ Ñа ÑоÑки"
@@@ -10942,6 -11054,13 +11089,13 @@@ msgstr "
"Ð¦Ñ Ð¾Ð¿ÑÑÑ Ð¿ÑигнÑÑÑÑ Ð·Ð°Ð¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð´ÑлÑнок, вÑдкидаÑÑи бÑÐ´Ñ Ñо, Ñо зазнаÑено в "
"обÑÐ°Ð½Ð¾Ð¼Ñ ÑÑилÑ."
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+ "ÐоказÑваÑи ÑеÒи, ÑÐºÑ Ð±Ñли Ð²Ð¸Ð·Ð½Ð°Ð½Ñ Ð·Ð°ÑÑаÑÑлими до ÑÐ°ÐºÐ¾Ñ Ð¼ÑÑи, Ñо вони можÑÑÑ "
+ "бÑÑи вилÑÑÐµÐ½Ñ Ð±ÐµÐ· попеÑедженнÑ."
+
msgid "Options that affect drawing performance"
msgstr "ÐаÑамеÑÑи, Ñо впливаÑÑÑ Ð½Ð° ÑвидкодÑÑ"
@@@ -11434,6 -11553,12 +11588,12 @@@ msgstr "
"<i>(JOSM може залиÑаÑи ÑезеÑÐ²Ð½Ñ ÐºÐ¾Ð¿ÑÑ Ð·Ð±ÐµÑÑгаÑÑи ÑаÑи з даними. ÐÑн Ð´Ð¾Ð´Ð°Ñ Ð´Ð¾ "
"ÑÑ
назви ''~'' Ñа збеÑÑÐ³Ð°Ñ Ñ ÑÑ Ð¶ ÑÐ°Ð¼Ñ ÑекÑ.)</i>"
+ msgid "Notification at each save"
+ msgstr "ÐовÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñи ÐºÐ¾Ð¶Ð½Ð¾Ð¼Ñ Ð·Ð±ÐµÑеженнÑ"
+
+ msgid "When saving, display a small notification"
+ msgstr "ÐÑд ÑÐ°Ñ Ð·Ð±ÐµÑÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾ÐºÐ°Ð·ÑваÑи невелиÑке повÑдомленнÑ"
+
msgid "File backup"
msgstr "РезеÑвне копÑÑÐ²Ð°Ð½Ð½Ñ ÑайлÑв"
@@@ -11503,8 -11628,8 +11663,8 @@@ msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¼Ð°Ð¿
msgid "Settings for the map projection and data interpretation."
msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑоекÑÑÑ Ð¼Ð°Ð¿Ð¸ Ñа ÑнÑеÑпÑеÑаÑÑÑ Ð´Ð°Ð½Ð¸Ñ
."
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "ÐопеÑедженнÑ: Ðеможливо пÑоÑиÑаÑи джеÑело ÑаблонÑв: {0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "Ðеможливо пÑоÑиÑаÑи з джеÑела загоÑовок ÑеÒÑв: {0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -11786,21 -11911,6 +11946,6 @@@ msgstr "ШвейÑаÑÑÑка пÑое
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (без локалÑÐ½Ð¾Ñ ÐºÐ¾ÑекÑÑÑ)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "Ðона UTM"
-
- msgid "North"
- msgstr "ÐÑвнÑÑна"
-
- msgid "South"
- msgstr "ÐÑвденна"
-
- msgid "Hemisphere"
- msgstr "ÐÑвкÑлÑ"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "ФоÑÑ Marigot ÐваделÑпа 1949"
@@@ -11822,6 -11932,21 +11967,21 @@@ msgstr "ФÑанÑÑÑ UTM (DOM)
msgid "UTM Geodesic system"
msgstr "СиÑÑема кооÑÐ´Ð¸Ð½Ð°Ñ UTM"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "Ðона UTM"
+
+ msgid "North"
+ msgstr "ÐÑвнÑÑна"
+
+ msgid "South"
+ msgstr "ÐÑвденна"
+
+ msgid "Hemisphere"
+ msgstr "ÐÑвкÑлÑ"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "ÐеÑевÑÑка URL OSM API ''{0}''"
@@@ -11886,11 -12011,11 +12046,11 @@@ msgid "Select to use OAuth as authentic
msgstr "ÐибÑаÑи Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾ÑиÑÑÐ°Ð½Ð½Ñ OAuth, Ñк меÑ
анÑÐ·Ð¼Ñ Ð¿ÐµÑевÑÑки авÑенÑиÑноÑÑÑ"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
- "ÐопеÑедженнÑ: ÐепÑдÑÑимÑване знаÑÐµÐ½Ð½Ñ Ð¿Ð°ÑамеÑÑÑ ''{0}'', маÑмо ''{1}''. "
- "ÐикоÑиÑÑовÑÑÑÑÑÑ Ð¼ÐµÑод ''ÐÐ°Ð·Ð¾Ð²Ð¾Ñ Ð°Ð²ÑенÑиÑÑкаÑÑÑ''."
+ "Ðе пÑдÑÑимÑване знаÑÐµÐ½Ð½Ñ ''{1}'' в паÑамеÑÑÑ ''{0}''. ÐикоÑиÑÑовÑÑмо меÑод "
+ "''ÐÐ°Ð·Ð¾Ð²Ð¾Ñ Ð°Ð²ÑенÑиÑÑкаÑÑÑ''."
msgid "OSM username:"
msgstr "ÐмâÑ Ð² OSM:"
@@@ -11898,29 -12023,26 +12058,26 @@@
msgid "OSM password:"
msgstr "ÐаÑÐ¾Ð»Ñ Ð² OSM:"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð¾ÑÑимаÑи облÑÐºÐ¾Ð²Ñ Ð´Ð°Ð½Ñ OSM вÑд менеджеÑа облÑковиÑ
"
- "даниÑ
."
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr "Ðе вдалоÑÑ Ð¾ÑÑимаÑи облÑÐºÐ¾Ð²Ñ Ð´Ð°Ð½Ñ ÐСРз менеджеÑа облÑковиÑ
даниÑ
."
msgid "Current credential manager is of type ''{0}''"
msgstr "ÐоÑоÑний Ð¼ÐµÐ½ÐµÐ´Ð¶ÐµÑ Ð¾Ð±Ð»ÑковиÑ
запиÑÑв Ð¼Ð°Ñ Ñип ''{0}''"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr ""
- "ÐопеÑедженнÑ: Ðе вдалоÑÑ Ð·Ð±ÐµÑегÑи облÑÐºÐ¾Ð²Ñ Ð´Ð°Ð½Ñ OSM в менеджеÑÑ Ð¾Ð±Ð»ÑковиÑ
"
- "даниÑ
."
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑегÑи облÑÐºÐ¾Ð²Ñ Ð´Ð°Ð½Ñ Ð² менеджеÑÑ Ð¾Ð±Ð»ÑковиÑ
даниÑ
."
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr ""
- "ÐопеÑедженнÑ: Ðе вдалоÑÑ Ð¾ÑÑимаÑи мÑÑÐºÑ Ð´Ð¾ÑÑÑÐ¿Ñ OAuth вÑд менеджеÑа "
- "облÑковиÑ
даниÑ
"
+ msgid "Periodically check for new messages"
+ msgstr "ÐеÑÑодиÑно пеÑевÑÑÑÑи наÑвнÑÑÑÑ Ð½Ð¾Ð²Ð¸Ñ
повÑдомленÑ"
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr ""
- "ÐопеÑедженнÑ: Ðе вдалоÑÑ Ð·Ð±ÐµÑегÑи мÑÑÐºÑ Ð´Ð¾ÑÑÑÐ¿Ñ OAuth в менеджеÑÑ Ð¾Ð±Ð»ÑковиÑ
"
- "даниÑ
"
+ msgid "Check interval (minutes):"
+ msgstr "ÐнÑеÑвал пеÑевÑÑки (Ñ
в.):"
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr "Ðе вдалоÑÑ Ð¾ÑÑимаÑи ÐÑÑÐºÑ Ð´Ð¾ÑÑÑÐ¿Ñ OAuth з менеджеÑа облÑковиÑ
даниÑ
"
+
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑегÑи ÐÑÑÐºÑ Ð´Ð¾ÑÑÑÐ¿Ñ OAuth в менеджеÑÑ Ð¾Ð±Ð»ÑковиÑ
даниÑ
"
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -12012,17 -12134,12 +12169,12 @@@ msgid "Use a SOCKS proxy
msgstr "ÐикоÑиÑÑовÑваÑи SOCKS-пÑокÑÑ"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
- "Увага: JOSM налаÑÑований на викоÑиÑÑÐ°Ð½Ð½Ñ ÑиÑÑемниÑ
налаÑÑÑÐ²Ð°Ð½Ñ Ð¿ÑокÑÑ, але "
- "JVM не налаÑÑована на ÑÑ
оÑÑиманнÑ. ÐÑÑановлено паÑамеÑÑ Â«Ðез пÑокÑÑ»"
-
- msgid "disabled"
- msgstr "вимкнено"
-
- msgid "no modifier"
- msgstr "модиÑÑкаÑÐ¾Ñ Ð²ÑдÑÑÑнÑй"
+ "JOSM налаÑÑовано на викоÑиÑÑÐ°Ð½Ð½Ñ Ð¿ÑокÑÑ-ÑеÑвеÑа Ñз ÑиÑÑемними "
+ "налаÑÑÑваннÑми, але вÑÑÑÑалÑна маÑина Java не налаÑÑована на ÑÑ
оÑÑиманнÑ. "
+ "Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ñ Ð½Ð° \"Ðез пÑокÑÑ\""
msgid "Shortcut Background: User"
msgstr "Фонова комбÑнаÑÑÑ: ÐоÑиÑÑÑваÑ"
@@@ -12096,8 -12213,8 +12248,8 @@@ msgstr "ÐаÑÑоÑÑваÑи заго
msgid "New relation"
msgstr "Ðовий звâÑзок"
- msgid "Change Properties"
- msgstr "ÐмÑниÑи паÑамеÑÑи"
+ msgid "Change Tags"
+ msgstr "ÐмÑниÑи ÑеÒи"
msgid "Unknown requisite: {0}"
msgstr "ÐевÑдомий запиÑ: {0}"
@@@ -12185,9 -12302,6 +12337,6 @@@ msgstr "Ð Ð¾Ð»Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñа заÐ
msgid "Preset sub element without parent"
msgstr "ÐÐºÐ»Ð°Ð´ÐµÐ½Ñ ÐµÐ»ÐµÐ¼ÐµÐ½Ñи загоÑовок без баÑÑкÑв"
- msgid "Could not read tagging preset source: {0}"
- msgstr "Ðеможливо пÑоÑиÑаÑи з джеÑела загоÑовок ÑеÒÑв: {0}"
-
msgid "Error parsing {0}: "
msgstr "Ðомилка ÑинÑакÑиÑного аналÑзÑ: {0} "
@@@ -12206,6 -12320,16 +12355,16 @@@ msgstr "ÐоказаÑи ÑÑлÑки Ñ
msgid "Search in tags"
msgstr "ШÑкаÑи в ÑеÒаÑ
"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+ "РегÑлÑований {0} Ñе не заÑеÑÑÑÑований. Ðеможливо вÑÑановиÑи ÑÑаÑÑÑ Ñ "
+ "ÑинÑ
ÑонÑзованиÑ
ÑегÑлÑваннÑÑ
."
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "РегÑлÑований {0} Ñе не заÑеÑÑÑÑовано"
+
msgid "All files (*.*)"
msgstr "УÑÑ Ñайли (*.*)"
@@@ -12240,9 -12364,57 +12399,57 @@@ msgstr "
"ÐоÑоÑне знаÑÐµÐ½Ð½Ñ Ð½Ðµ Ñ Ð´Ð¾Ð¿ÑÑÑимим ÑденÑиÑÑкаÑоÑом OSM. ÐÑÐ´Ñ Ð»Ð°Ñка, введÑÑÑ "
"ÑÑле ÑиÑло > 0"
+ msgid "false: the property is explicitly switched off"
+ msgstr "Ñ
ибнÑÑÑÑ: паÑамеÑÑ Ñвно вимкнено"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "ÑÑÑина: паÑамеÑÑ Ñвно ÑвÑмкнено"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "ÑаÑÑково: ÑÑÐ·Ð½Ñ Ð¾Ð±ÑÐ°Ð½Ñ Ð¾Ð±âÑкÑи маÑÑÑ Ð²ÑдмÑÐ½Ð½Ñ Ð·Ð½Ð°ÑеннÑ; не змÑнÑйÑе"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "обнÑлиÑи: не вÑÑановлÑваÑи Ñей паÑамеÑÑ Ð´Ð»Ñ Ð¾Ð±ÑаниÑ
обâÑкÑÑв"
+
msgid "Cut"
msgstr "ÐиÑÑзаÑи"
+ msgid "Right click = copy to clipboard"
+ msgstr "ÐÑава кнопка миÑÑ = копÑÑваÑи Ñ Ð±ÑÑеÑ"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "ÐÑдÑÑÑнÑй обовâÑзковий аÑÑибÑÑ ''{0}''"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+ "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ long. ÐÑÑимано "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+ "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ long (>=0). "
+ "ÐÑÑимано ''{1}''."
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð°ÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ double. ÐаÑмо ''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+ "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ boolean. ÐÑÑимано "
+ "''{1}''."
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+ "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ OsmPrimitiveType. "
+ "ÐÑÑимано ''{1}''."
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -12279,11 -12451,11 +12486,11 @@@ msgid "Contacting OSM Server...
msgstr "ÐâÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· ÑеÑвеÑом OSMâ¦"
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
- "ÐопеÑедженнÑ: невÑÑне знаÑÐµÐ½Ð½Ñ Ð°ÑÑибÑÑÑ ''{0}'' елеменÑа ''{1}'' в "
- "наÑÑÑойкаÑ
можливоÑÑей ÑеÑвеÑа. ÐÑÑимано ''{2}''"
+ "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ ''{2}'' аÑÑибÑÑÑ ''{0}'' елеменÑа ''{1}'' Ñ "
+ "можливоÑÑÑÑ
ÑеÑвеÑа."
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "СеÑÐ²ÐµÑ Ð¿Ð¾Ð²Ñдомив пÑо невдалий ÑозбоÑÑ Ð´Ð°Ñи ''{0}''."
@@@ -12327,39 -12499,35 +12534,35 @@@ msgid "Illegal port number in preferenc
msgstr "ÐепÑавилÑний Ð½Ð¾Ð¼ÐµÑ Ð¿Ð¾ÑÑÑ Ð² налаÑÑÑÐ²Ð°Ð½Ð½Ñ ''{0}''. ÐÑÑимано {1}."
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
- "ÐопеÑедженнÑ: знайдено неоÑÑкÑване знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ ''{0}''. "
- "ÐÑÑимано ''{1}''. ÐÑокÑÑ Ð²Ð¸ÐºÐ¾ÑиÑÑовÑваÑиÑÑ Ð½Ðµ бÑде."
+ "ÐеоÑÑкÑване знаÑÐµÐ½Ð½Ñ ''{1}'' паÑамеÑÑÑ ''{0}''. ÐикоÑиÑÑовÑÑмо пÑÑме "
+ "зâÑÐ´Ð½Ð°Ð½Ð½Ñ (\"Ðез пÑокÑÑ\")."
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "ÐопеÑедженнÑ: неоÑÑкÑÐ²Ð°Ð½Ñ Ð¿Ð°ÑамеÑÑи Ð´Ð»Ñ HTTP-пÑокÑÑ. ÐÑÑимано Ñ
оÑÑ ''{0}'' "
- "Ñа поÑÑ ''{1}''."
+ "ÐеоÑÑкÑваний паÑамеÑÑ Ð´Ð»Ñ HTTP-пÑокÑÑ. ÐаÑмо Ñ
оÑÑ ''{0}'' Ñа поÑÑ ''{1}''."
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
- "ÐопеÑедженнÑ: неоÑÑкÑÐ²Ð°Ð½Ñ Ð¿Ð°ÑамеÑÑи Ð´Ð»Ñ SOCKS-пÑокÑÑ. ÐÑÑимано Ñ
оÑÑ ''{0}'' "
- "Ñа поÑÑ ''{1}''."
+ "ÐеоÑÑкÑваний паÑамеÑÑ Ð´Ð»Ñ SOCKS-пÑокÑÑ. ÐаÑмо Ñ
оÑÑ ''{0}'' Ñа поÑÑ ''{1}''."
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
- "Ðомилка: пÑдклÑÑÐµÐ½Ð½Ñ Ð´Ð¾ ''{0}'' з URI ''{1}'' не вдалоÑÑ. Ðомилка: {2}"
+ "ÐâÑÐ´Ð½Ð°Ð½Ð½Ñ Ð· пÑокÑÑ ''{0}'' Ð´Ð»Ñ URI ''{1}'' не вдалоÑÑ. ÐиклÑÑеннÑ: {2}"
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "ÐопеÑедженнÑ: У ÑиÑÑемниÑ
наÑÑÑойкаÑ
JVM вказано, не викоÑиÑÑовÑваÑи пÑокÑÑ. "
- "ÐаÑамеÑÑ ''java.net.useSystemProxies'' бÑв вÑдÑÑÑнÑй Ñ Ð¼Ð¾Ð¼ÐµÐ½Ñ Ð·Ð°Ð¿ÑÑÐºÑ JOSM. "
- "ÐÑокÑÑ Ð½Ðµ бÑде викоÑиÑÑовÑваÑиÑÑ."
+ "ÐÑÑÑÑалÑна маÑина Java не налаÑÑована на оÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ ÑиÑÑемниÑ
налаÑÑÑÐ²Ð°Ð½Ñ "
+ "пÑокÑÑ-ÑеÑвеÑа. ÐаÑамеÑÑ ''java.net.useSystemProxies'' бÑв пÑопÑÑений пÑд "
+ "ÑÐ°Ñ Ð·Ð°Ð¿ÑÑкÑ. ÐикоÑиÑÑовÑÑмо пÑÑме зâÑÐ´Ð½Ð°Ð½Ð½Ñ (Ðез пÑокÑÑ)."
msgid "Parsing response from server..."
msgstr "РозбÑÑ Ð²ÑдповÑÐ´Ñ Ð²Ñд ÑеÑвеÑаâ¦"
@@@ -12461,6 -12629,9 +12664,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr "Ðомилка ÑозбоÑÑ: непÑавилÑна ÑÑÑÑкÑÑÑа докÑменÑа GPX"
+ msgid "(at line {0}, column {1})"
+ msgstr "(ÑÑдок {0}, ÑÑовпеÑÑ {1})"
+
msgid "Unknown mode {0}."
msgstr "ÐевÑдомий Ñежим {0}."
@@@ -12476,15 -12647,24 +12682,24 @@@ msgstr "ÐоÑÑк ÑайлÑв зобÑ
msgid "No image files found."
msgstr "Файли зобÑÐ°Ð¶ÐµÐ½Ñ Ð½Ðµ знайденÑ."
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] "ÐаÑÑе {0} не пÑоÑиÑане повÑдомленнÑ."
+ msgstr[1] "ÐаÑÑе {0} не пÑоÑиÑаниÑ
повÑдомленÑ."
+ msgstr[2] "ÐаÑÑе {0} не пÑоÑиÑаниÑ
повÑдомленÑ."
+
+ msgid "Click here to see your inbox."
+ msgstr "ÐаÑиÑнÑÑÑ ÑÑÑ, Ñоб пеÑейÑи до вÑ
ÑдниÑ
повÑдомленÑ."
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "Ðе вдалоÑÑ Ð²ÑдкÑиÑи вÑ
Ñдний поÑÑк ÑеÑÑÑÑÑв ''{0}''"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð²ÑдкÑиÑи Ñайл з ÑозÑиÑеннÑм ''{2}'' Ñа ÑмâÑм "
- "''{3}'' в ÑÐ°Ð¹Ð»Ñ Ð°ÑÑ
ÑÐ²Ñ zip ''{0}''. Ðомилка: {1}"
+ "Ðе вдалоÑÑ Ð²ÑдÑиÑи Ñайл з ÑозÑиÑеннÑм ''{2}'' Ñа Ñменем ''{3}'' в zip-ÑÐ°Ð¹Ð»Ñ "
+ "''{0}''. ÐиклÑÑеннÑ: {1}"
msgid "Failed to rename file {0} to {1}."
msgstr "ÐбÑй пеÑейменÑÐ²Ð°Ð½Ð½Ñ ÑÐ°Ð¹Ð»Ñ {0} Ñ {1}."
@@@ -12571,8 -12751,8 +12786,8 @@@ msgstr "ÐевÑÐ´Ð¾Ð¼Ñ ÑÑази: {0
msgid "Zero coordinates: {0}"
msgstr "ÐÑлÑÐ¾Ð²Ñ ÐºÐ¾Ð¾ÑдинаÑи: {0}"
- msgid "NMEA import success"
- msgstr "ÐмпоÑÑ NMEA ÑÑпÑÑно завеÑÑено"
+ msgid "NMEA import success:"
+ msgstr "УÑпÑÑний ÑмпоÑÑ NMEA:"
msgid "NMEA import failure!"
msgstr "ÐбÑй пÑи ÑмпоÑÑÑ NMEA!"
@@@ -12681,47 -12861,15 +12896,15 @@@ msgstr "Ð ÑÐ°Ð¹Ð»Ñ {0} Ð½ÐµÐ¼Ð°Ñ Ð´
msgid "Open OsmChange file"
msgstr "ÐÑдкÑиÑи Ñайл OsmChange"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "ÐÑдÑÑÑнÑй обовâÑзковий аÑÑибÑÑ ''{0}''"
-
msgid "Unsupported version: {0}"
msgstr "ÐепÑдÑÑимÑвана веÑÑÑÑ: {0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
- "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ long. ÐÑÑимано "
- "''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
- "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ long (>=0). "
- "ÐÑÑимано ''{1}''."
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð°ÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ double. ÐаÑмо ''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
- "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ boolean. ÐÑÑимано "
- "''{1}''."
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
- "ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð¾Ð±Ð¾Ð²âÑзкового аÑÑибÑÑÑ ''{0}'' ÑÐ¸Ð¿Ñ OsmPrimitiveType. "
- "ÐÑÑимано ''{1}''."
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
- "ÐопеÑедженнÑ: непÑдÑÑимÑваний поÑаÑковий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в "
- "позиÑÑÑ ({1},{2}). ÐÑопÑÑкаÑмо."
+ "ÐепÑдÑÑимÑваний поÑаÑковий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в позиÑÑÑ "
+ "({1},{2}). ÐÑопÑÑкаÑмо."
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -12731,11 -12879,11 +12914,11 @@@ msgstr "
"''create'', ''modify'' або ''delete''."
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
- "ÐопеÑедженнÑ: непÑдÑÑимÑваний кÑнÑевий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в "
- "позиÑÑÑ ({1},{2}). ÐÑопÑÑкаÑмо."
+ "ÐепÑдÑÑимÑваний кÑнÑевий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в позиÑÑÑ ({1},{2}). "
+ "ÐÑопÑÑкаÑмо."
msgid "Parsing changeset content ..."
msgstr "РозбÑÑ Ð²Ð¼ÑÑÑÑ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñнâ¦"
@@@ -12763,13 -12911,8 +12946,8 @@@ msgstr "
"Ðе вдалоÑÑ Ð¿ÑдпиÑаÑи HTTP-зâÑднаннÑ, викоÑиÑÑовÑÑÑи заголовок авÑенÑиÑÑкаÑÑÑ "
"OAuth"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
- "ÐопеÑедженнÑ: неоÑÑкÑване знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð½Ð°Ð»Ð°ÑÑÑÐ²Ð°Ð½Ð½Ñ ''{0}''. ÐÑÑимано "
- "''{1}''."
-
- msgid "(at line {0}, column {1})"
- msgstr "(ÑÑдок {0}, ÑÑовпеÑÑ {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr "ÐеоÑÑкÑване знаÑÐµÐ½Ð½Ñ ''{1}'' паÑамеÑÑÑ ''{0}''."
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>Ðиникла помилка пÑд ÑÐ°Ñ Ð·Ð±ÐµÑеженнÑ.<br>Ðомилка: <br>{0}</html>"
@@@ -12861,11 -13004,11 +13039,11 @@@ msgstr "
"ÑденÑиÑÑкаÑоÑом {0}. ÐÑÑимано {1}."
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
- "ÐÐÐÐÐ ÐÐÐÐÐÐЯ: ÐоÑмалÑзаÑÑÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ Ð°ÑÑибÑÑа ''version'' елеменÑа {0} на "
- "{2}, веÑÑÑÑ API â ''{3}''. ÐÑÑимано {1}."
+ "ÐпоÑÑдкÑÐ²Ð°Ð½Ð½Ñ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ {1} аÑÑибÑÑÑ ''version'' елеменÑÑ {0} з {2}, веÑÑÑÑ "
+ "API ''{3}''."
msgid "Unknown or unsupported API version. Got {0}."
msgstr "ÐевÑдома Ñи непÑдÑÑимÑвана веÑÑÑÑ API. ÐÑÑимано {0}."
@@@ -12963,7 -13106,7 +13141,7 @@@ msgstr "
"ÐепÑипÑÑÑиме знаÑÐµÐ½Ð½Ñ Ð°ÑÑибÑÑÑ ''{0}'' Ñ XML-ÑеÒа ''{1}''. ÐÑÑимано {2}."
msgid "Reading user info ..."
- msgstr "ЧиÑÐ°Ð½Ð½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо коÑиÑÑÑваÑаâ¦"
+ msgstr "ЧиÑÐ°Ð½Ð½Ñ ÑнÑоÑмаÑÑÑ Ð¿Ñо ÑÑаÑникаâ¦"
msgid "Starting to upload with one request per primitive ..."
msgstr ""
@@@ -13074,17 -13217,15 +13252,21 @@@ msgstr "СÑвоÑÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¸Ñ
Ð
msgid "Read protocol version"
msgstr "ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð²ÐµÑÑÑÑ Ð¿ÑоÑоколÑ"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr ""
- "ÐопеÑедженнÑ: Ðеможливо запÑÑÑиÑи ÑеÑÐ²ÐµÑ Ð´Ð¸ÑÑанÑÑйного кеÑÑÐ²Ð°Ð½Ð½Ñ Ð½Ð° поÑÑÑ "
- "{0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr "Ðеможливо запÑÑÑиÑи ÑеÑÐµÑ Ð²ÑддÑленого кеÑÑÐ²Ð°Ð½Ð½Ñ Ð· поÑÑом {0}: {1}"
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr "RemoteControl::ÐÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·âÑÐ´Ð½Ð°Ð½Ð½Ñ Ð½Ð° поÑÑÑ {0}"
+
+ msgid "RemoteControl::Server stopped."
+ msgstr "RemoteControl::СеÑÐ²ÐµÑ Ð·Ñпинено."
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr "RemoteControl::ÐÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·âÑÐ´Ð½Ð°Ð½Ð½Ñ Ð½Ð° поÑÑÑ {0}"
+
+msgid "RemoteControl::Server stopped."
+msgstr "RemoteControl::СеÑÐ²ÐµÑ Ð·Ñпинено."
+
msgid "Remote Control has been asked to create a new node."
msgstr "ЧеÑез ÐиÑÑанÑÑйне кеÑÑÐ²Ð°Ð½Ð½Ñ Ð¾ÑÑимано Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÑÑвоÑÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¾Ñ ÑоÑки."
@@@ -13129,6 -13270,15 +13311,15 @@@ msgid "Remote Control has been asked t
msgstr ""
"ЧеÑез ÐиÑÑанÑÑйне кеÑÑÐ²Ð°Ð½Ð½Ñ Ð¾ÑÑимано Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° заванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
з API."
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr "ШиÑоÑа повинна бÑÑи мÑж {0} Ñ {1}"
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr "ÐовгоÑа повинна бÑÑи мÑж {0} Ñ {1}"
+
+ msgid "The minima must be less than the maxima"
+ msgstr "ÐÑнÑмÑм Ð¼Ð°Ñ Ð±ÑÑи менÑе макÑимÑмÑ"
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -13165,20 -13315,20 +13356,20 @@@ msgstr "ÐанÑ:
msgid "local file"
msgstr "локалÑний Ñайл"
- msgid "Link to a OSM data file on your local disk."
- msgstr "ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° OSM-Ñайл на локалÑÐ½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ"
+ msgid "Link to a GPX file on your local disk."
+ msgstr "ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° Ñайл GPX на локалÑÐ½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ."
msgid "include"
msgstr "додаÑи"
- msgid "Include OSM data in the .joz session file."
- msgstr "ÐодаÑи Ð´Ð°Ð½Ñ OSM Ñ Ñайл ÑеанÑÑ .joz."
+ msgid "Include GPX data in the .joz session file."
+ msgstr "ÐодаваÑи Ð´Ð°Ð½Ñ GPX до ÑÐ°Ð¹Ð»Ñ ÑеÑÑÑ .joz"
msgid "No file association"
msgstr "ÐевÑдомий Ñип ÑайлÑ"
- msgid "OSM data will be included in the session file."
- msgstr "ÐÐ°Ð½Ñ OSM бÑдÑÑÑ Ð´Ð¾Ð´Ð°Ð½Ñ Ñ Ñайл ÑеанÑÑ."
+ msgid "GPX data will be included in the session file."
+ msgstr "ÐÐ°Ð½Ñ GPX бÑдÑÑÑ Ð´Ð¾Ð´Ð°Ð½Ñ Ð´Ð¾ ÑÐ°Ð¹Ð»Ñ ÑеÑÑÑ."
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -13202,12 -13352,24 +13393,24 @@@ msgstr "Ð¨Ð°Ñ Ð¼ÑÑÑиÑÑ Ð½ÐµÐ·Ð±Ð
msgid "Layer does not contain unsaved data."
msgstr "Ð¨Ð°Ñ Ð½Ðµ мÑÑÑиÑÑ Ð½Ðµ збеÑежениÑ
даниÑ
."
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° OSM-Ñайл на локалÑÐ½Ð¾Ð¼Ñ Ð´Ð¸ÑкÑ"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "ÐодаÑи Ð´Ð°Ð½Ñ OSM Ñ Ñайл ÑеанÑÑ .joz."
+
+ msgid "OSM data will be included in the session file."
+ msgstr "ÐÐ°Ð½Ñ OSM бÑдÑÑÑ Ð´Ð¾Ð´Ð°Ð½Ñ Ñ Ñайл ÑеанÑÑ."
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
"ÐеÑÑÑÑ ''{0}'' меÑаданиÑ
Ð´Ð»Ñ ÑаÑÑ Ð´Ð°Ð½Ð¸Ñ
не пÑдÑÑимÑÑÑÑÑÑ. ÐÑÑкÑÑÑÑÑÑ: 0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "Файл ÑеанÑÑ (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "Ðеможливо знайÑи Ñайл ''{0}''."
@@@ -13283,18 -13445,18 +13486,18 @@@ msgid "Download skipped
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÑопÑÑено"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
- "ÐопеÑедженнÑ: Ðеможливо заванÑажиÑи вÑÑлок ''{0}''. ÐевÑдоме поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ "
- "його заванÑаженнÑ. ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÑопÑÑене."
+ "Ðеможливо заванÑажиÑи вÑÑлок ''{0}''. ÐевÑдоме поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ "
+ "заванÑаженнÑ. ÐÑопÑÑкаÑмо заванÑаженнÑ."
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
- "ÐопеÑедженнÑ: Ðеможливо заванÑажиÑи вÑÑлок ''{0}''. ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ "
- "заванÑÐ°Ð¶ÐµÐ½Ð½Ñ ''{1}'' не Ñ Ð²ÑÑним. ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÑопÑÑене."
+ "Ðеможливо заванÑажиÑи вÑÑлок ''{0}''. ÐоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ заванÑÐ°Ð¶ÐµÐ½Ð½Ñ "
+ "''{1}'' не Ñ Ð´Ð¾Ð¿ÑÑÑимим URL. ÐÑопÑÑкаÑмо заванÑаженнÑ."
msgid "Failed to create plugin directory ''{0}''"
msgstr "Ðе вдалоÑÑ ÑÑвоÑиÑи каÑалог вÑÑлка ''{0}''"
@@@ -13468,11 -13630,11 +13671,11 @@@ msgstr[2] "
msgid "Plugin update failed"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñи вÑÑлок"
- msgid "Warning: failed to find plugin {0}"
- msgstr "ÐопеÑедженнÑ: неможливо знайÑи вÑÑлок {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñи вÑÑлок {0}"
- msgid "Warning: failed to download plugin information list"
- msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи ÑнÑоÑмаÑÑйний ÑпиÑок вÑÑлкÑв"
+ msgid "Failed to download plugin information list"
+ msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи пеÑелÑк вÑÑлкÑв"
msgid "Disable plugin"
msgstr "ÐимкнÑÑи вÑÑлок"
@@@ -13486,29 -13648,27 +13689,27 @@@ msgstr "ÐалиÑиÑи вÑÑлок
msgid "Click to keep the plugin ''{0}''"
msgstr "ÐаÑиÑнÑÑÑ, Ñоб залиÑиÑи вÑÑлок ''{0}''"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð²Ð¸Ð»ÑÑиÑи заÑÑаÑÑлий вÑÑлок ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð»ÑÑиÑи заÑÑаÑÑлий вÑÑлок ''{0}''."
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð²ÑÑановиÑи вже заванÑажений вÑÑлок ''{0}''. ÐÑопÑÑк "
- "ÑÑÑановки. JOSM вÑе Ñе може заванÑажиÑи ÑÑаÑÑ Ð²ÐµÑÑÑÑ Ð²ÑÑлка."
+ "Ðе вдалоÑÑ Ð²ÑÑановиÑи заванÑажений вÑÑлок ''{0}''. ÐÑопÑÑкаÑмо вÑÑановленнÑ. "
+ "JOSM вÑе Ñе викоÑиÑÑовÑваÑиме попеÑÐµÐ´Ð½Ñ Ð²ÐµÑÑÑÑ Ð²ÑÑлка."
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
- "ÐопеÑедженнÑ: збÑй вÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð²ÑÑÐ»ÐºÑ ''{0}'' Ñз ÑимÑаÑового ÑÐ°Ð¹Ð»Ñ ''{1}''. "
- "{2}"
+ "Ðе вдалоÑÑ Ð²ÑÑановиÑи вÑÑлок ''{0}'' Ñз заванÑаженого ÑÐ°Ð¹Ð»Ñ ''{1}''. {2}"
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð²ÑÑановиÑи вÑÑлок ''{0}'' з ÑимÑаÑово заванÑаженого "
- "ÑÐ°Ð¹Ð»Ñ ''{1}''. ÐеÑейменÑÐ²Ð°Ð½Ð½Ñ Ð½Ðµ вдалоÑÑ."
+ "Ðе вдалоÑÑ Ð²ÑÑановиÑи вÑÑлок ''{0}'' Ñз заванÑаженого ÑÐ°Ð¹Ð»Ñ ''{1}''. "
+ "ÐеÑейменÑÐ²Ð°Ð½Ð½Ñ Ð½Ðµ вдалоÑÑ."
msgid "Click to disable the plugin ''{0}''"
msgstr "ÐаÑиÑнÑÑÑ, Ñоб вÑдклÑÑиÑи вÑÑлок ''{0}''"
@@@ -13583,11 -13743,10 +13784,10 @@@ msgstr "ÐбÑобка ÑнÑоÑмаÑ
msgid "Processing file ''{0}''"
msgstr "ÐбÑобка ÑÐ°Ð¹Ð»Ñ ''{0}''"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
- "ÐопеÑедженнÑ: Ðе вдалоÑÑ ÑканÑÐ²Ð°Ð½Ð½Ñ ÑÐ°Ð¹Ð»Ñ ''{0}'' Ð´Ð»Ñ Ð¾ÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ ÑнÑоÑмаÑÑÑ "
- "пÑо вÑÑлок. ÐÑопÑÑено."
+ "Ðе вдалоÑÑ Ð¿ÑоÑканÑваÑи Ñайл ''{0}'' на наÑвнÑÑÑÑ ÑнÑоÑмаÑÑÑ Ð¿Ñо вÑÑлок. "
+ "ÐÑопÑÑкаÑмо."
msgid "Processing plugin site cache icon files..."
msgstr "ÐбÑобка ÑайлÑв знаÑкÑв вÑÑлкÑв з кеÑÑ ÑайÑаâ¦"
@@@ -13601,12 -13760,27 +13801,27 @@@ msgstr "ÐаванÑажиÑи ÑпиÑ
msgid "Downloading plugin list from ''{0}''"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ ÑпиÑÐºÑ Ð²ÑÑлкÑв з ''{0}''"
+ msgid "Plugin list download error"
+ msgstr "Ðомилка заванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÐµÑелÑÐºÑ Ð²ÑÑлкÑв"
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr "JOSM не вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи пеÑелÑк вÑÑлкÑв:"
+
+ msgid "Details:"
+ msgstr "ÐодÑобиÑÑ:"
+
+ msgid "Plugin icons download error"
+ msgstr "Ðомилка заванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð·Ð½Ð°ÑкÑв вÑÑлкÑв"
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr "JOSM не вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи знаÑки вÑÑлкÑв:"
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ ÑÑвоÑиÑи каÑÐ°Ð»Ð¾Ð³Ñ Ð²ÑÑлка ''{0}''. Ðеможливо "
- "запиÑаÑи Ñ ÐºÐµÑ ÑпиÑок вÑÑлкÑв з ÑайÑÑ ''{1}''."
+ "Ðе вдалоÑÑ ÑÑвоÑиÑи ÑÐµÐºÑ Ð´Ð»Ñ Ð²ÑÑлкÑв ''{0}''. Ðеможливо ÑÑвоÑиÑи ÐºÐµÑ "
+ "пеÑелÑÐºÑ Ð²ÑÑлкÑв з ÑайÑÑ ''{1}''."
msgid "Writing plugin list to local cache ''{0}''"
msgstr "ÐÐ°Ð¿Ð¸Ñ ÑпиÑÐºÑ Ð²ÑÑлкÑв в локалÑний ÐºÐµÑ ''{0}''"
@@@ -14089,15 -14263,13 +14304,13 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr "ÐбÑй поÑÑк зобÑÐ°Ð¶ÐµÐ½Ð½Ñ ''{0}''"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð¾Ð±ÑобиÑи zip-Ñайл ''{0}''. Ðомилка: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "Ðе вдалоÑÑ Ð¾Ð±ÑобиÑи zip-Ñайл ''{0}''. ÐиклÑÑеннÑ: {1}"
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
- "ÐопеÑедженнÑ: не вдалоÑÑ Ð¾ÑÑимаÑи доÑÑÑп до каÑÐ°Ð»Ð¾Ð³Ñ ''{0}'' з мÑÑкÑÐ²Ð°Ð½Ñ "
- "безпеки. Ðомилка: {1}"
+ "Ðе вдалоÑÑ Ð¾ÑÑимаÑи доÑÑÑп до Ñеки ''{0}'' з пÑиÑин безпеки. ÐиклÑÑеннÑ: {1}"
msgid "{0}... [please type its number]"
msgstr "{0}⦠[вкажÑÑÑ Ð½Ð¾Ð¼ÐµÑ]"
@@@ -14109,9 -14281,56 +14322,56 @@@ msgstr "
"Ðе вдалоÑÑ Ð²ÑдкÑиÑи поÑиланнÑ. ÐаÑаз не задано плаÑÑоÑмÑ. ÐÑÐ´Ñ Ð»Ð°Ñка, "
"ÑпоÑаÑÐºÑ Ð²ÑÑановÑÑÑ Ð¿Ð»Ð°ÑÑоÑмÑ."
+ msgid "Opening URL: {0}"
+ msgstr "ÐÑдкÑиÑÑÑ URL: {0}"
+
+ msgid "zoom"
+ msgstr "маÑÑÑаб"
+
+ msgid "latitude"
+ msgstr "ÑиÑоÑа"
+
+ msgid "longitude"
+ msgstr "довгоÑа"
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr "URL не мÑÑÑиÑÑ {0}/{1}/{2}"
+
+ msgid "URL does not contain valid {0}"
+ msgstr "URL не мÑÑÑиÑÑ Ð²ÑÑний {0}"
+
msgid "reserved"
msgstr "заÑезеÑвовано"
+ msgid "Outdated Java version"
+ msgstr "ÐаÑÑаÑÑла веÑÑÑÑ Java"
+
+ msgid "Update Java"
+ msgstr "ÐновиÑи Java"
+
+ msgid "You are running version {0} of Java."
+ msgstr "Ðи викоÑиÑÑовÑÑÑе Java веÑÑÑÑ {0}."
+
+ msgid "February 2013"
+ msgstr "ÐÑÑий 2013"
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+ "Ð¦Ñ Ð²ÐµÑÑÑÑ Ð±ÑлÑÑе не пÑдÑÑимÑÑÑÑÑÑ {0}, поÑинаÑÑи з {1} ÑÑ Ð²Ð¸ÐºÐ¾ÑиÑÑÐ°Ð½Ð½Ñ Ð½Ðµ "
+ "ÑекомендÑÑÑÑÑÑ."
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+ "JOSM дÑже ÑкоÑо пеÑеÑÑане пÑаÑÑваÑи з ÑÑÑÑ Ð²ÐµÑÑÑÑÑ; ÑекомендÑÑмо оновиÑи "
+ "Java до веÑÑÑÑ {0}."
+
+ msgid "Would you like to update now ?"
+ msgstr "ХоÑеÑе оновиÑи заÑаз?"
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
"ÐонÑлÑÐºÑ ÐºÐ¾Ð¼Ð±ÑнаÑÑй клавÑÑ: ''{0}'' пеÑепÑизнаÑений з ''{1}'' на ''{2}''."
@@@ -14147,8 -14366,23 +14407,23 @@@ msgstr "
"<html><p> Ðа жалÑ, не можливо вÑÑавиÑи ÑеÒи з бÑÑеÑÑ Ð¾Ð±Ð¼ÑнÑ. ÐÑн не мÑÑÑиÑÑ "
"обâÑкÑÑв JOSM Ñи вÑдповÑдного ÑекÑÑÑ. </p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "ÐÑава кнопка миÑÑ = копÑÑваÑи Ñ Ð±ÑÑеÑ"
+ msgid "ms"
+ msgstr "мÑ"
+
+ msgid "s"
+ msgstr "c"
+
+ msgid "min"
+ msgstr "Ñ
в"
+
+ msgid "h"
+ msgstr "г"
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] "денÑ"
+ msgstr[1] "днÑ"
+ msgstr[2] "днÑв"
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -14494,6 -14728,13 +14769,13 @@@ msgid "Saturation:
msgstr "ÐаÑиÑенÑÑÑÑ:"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+ "ÐозволÑÑ ÑедагÑваÑи ÑнÑоÑмаÑÑÑ Ð¿Ñо ÑÑаÑÑк Ñа екÑпоÑÑÑваÑи ÑÑ Ð² мобÑлÑний "
+ "ÑимÑлÑÑÐ¾Ñ Ð¼ÑÑÑа SUMO"
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -14805,6 -15046,9 +15087,9 @@@ msgstr "
"ÐапиÑÑÑ Ð¿Ð¾Ð·Ð¸ÑÑÑ gps в заголовок ÑÐ°Ð¹Ð»Ñ Ð·Ð¾Ð±ÑаженнÑ. УвÑмкнÑÑÑ ÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²ÑÑÑÑ, "
"наÑиÑнÑвÑи пÑÐ°Ð²Ñ ÐºÐ»Ð°Ð²ÑÑÑ Ð¼Ð¸ÑÑ Ð½Ð° ÑаÑÑ Ð·Ð¾Ð±ÑаженнÑ."
+ msgid "Make photos movable and position them on the map."
+ msgstr "РобиÑÑ Ð·Ð½Ñмки ÑÑÑ
омими Ð´Ð»Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑÐ²Ð°Ð½Ð½Ñ ÑÑ
Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð½Ñ Ð½Ð° мапÑ."
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -14865,9 -15109,6 +15150,6 @@@ msgstr "
"можна обмежиÑи макÑималÑно допÑÑÑимим ÑозмÑÑом полÑгонÑ, а Ñакож кÑлÑкÑÑÑÑ "
"пÑилеглиÑ
ÑоÑок."
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "СÑвоÑÐµÐ½Ð½Ñ Ñа ÑедагÑÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾ÑÑÑкиÑ
мап Ð´Ð»Ñ OpenSeaMap"
-
msgid "Edit features for OpenSeaMap"
msgstr "РедагÑÐ²Ð°Ð½Ð½Ñ Ð¾Ð±âÑкÑÑв OpenSeaMap"
@@@ -14914,6 -15155,13 +15196,13 @@@ msgstr "
"ÐанеÑÐµÐ½Ð½Ñ Ð±ÑдÑÐ²ÐµÐ»Ñ Ð· мапи ЧеÑÑкого кадаÑÑÑÑ. ÐÐ»Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ð¿Ð¾ÑÑÑбний "
"TracerServer (. NET або Mono)."
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+ "ÐÑдÑвоÑÑÑ ÐºÐ¾Ð½ÑÑÑи бÑдÑÐ²ÐµÐ»Ñ Ñа ÑнÑиÑ
обâÑкÑÑв на мапÑ. ÐоÑÑебÑÑ Ð´Ð»Ñ ÑобоÑи "
+ "Tracer2Server"
+
msgid "Plugin to digital sign OSM-Data"
msgstr "ÐÑÑлок Ð´Ð»Ñ Ð½Ð°ÐºÐ»Ð°Ð´ÐµÐ½Ð½Ñ ÑиÑÑового пÑдпиÑÑ Ð½Ð° Ð´Ð°Ð½Ñ OSM"
@@@ -15055,6 -15303,9 +15344,9 @@@ msgstr "ÐаÑип
msgid "Lit"
msgstr "ÐÑвÑÑленнÑ"
+ msgid "Toll"
+ msgstr "ÐлаÑна"
+
msgid "Motorway Link"
msgstr "ÐâÑзд з/на ÐвÑомагÑÑÑÑалÑ"
@@@ -15145,6 -15396,50 +15437,50 @@@ msgstr "ÐÑÑÑевого знаÑен
msgid "Edit Residential Street"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑÑÐµÐ²Ð¾Ñ Ð²ÑлиÑÑ"
+ msgid "Bicycle Road"
+ msgstr "ÐелодоÑога"
+
+ msgid "Edit Bicycle Road"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð²ÐµÐ»Ð¾Ð´Ð¾Ñоги"
+
+ msgid "Highway type"
+ msgstr "Тип доÑоги"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr "мÑÑÑевого знаÑеннÑ"
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr "ÑлÑжбова"
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr "доÑога без клаÑиÑÑкаÑÑÑ"
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr "ÑÑопа"
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr "велодоÑÑжка"
+
+ msgid "Vehicle access"
+ msgstr "ÐозвÑл Ð´Ð»Ñ Ð°Ð²ÑомобÑлÑв"
+
+ msgid "yes"
+ msgstr "Ñак"
+
+ msgid "no"
+ msgstr "нÑ"
+
+ msgid "destination"
+ msgstr "за пÑизнаÑеннÑм"
+
+ msgid "Oneway for bicycle"
+ msgstr "ÐдноÑÑоÑоннÑй ÑÑÑ
Ð´Ð»Ñ Ð²ÐµÐ»Ð¾ÑипедÑв"
+
msgid "Living Street"
msgstr "ÐиÑлова зона"
@@@ -15163,11 -15458,11 +15499,11 @@@ msgstr "ÐолÑгон
msgid "Service"
msgstr "СлÑжбовий пÑоÑзд"
- msgid "Edit Serviceway"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¡Ð»Ñжбового пÑоÑздÑ"
+ msgid "Edit Service Way"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¡Ð»Ñжбового пÑоÑздÑ"
- msgid "Serviceway type"
- msgstr "Тип СлÑжбового пÑоÑздÑ"
+ msgid "Service way type"
+ msgstr "Тип пÑоÑздÑ"
msgid "alley"
msgstr "пÑовÑлок"
@@@ -15178,6 -15473,9 +15514,9 @@@ msgstr "пÑдâÑзна доÑога
msgid "parking_aisle"
msgstr "пÑоÑзд на ÑÑоÑнÑÑ"
+ msgid "drive-through"
+ msgstr "обÑлÑговÑÐ²Ð°Ð½Ð½Ñ Ð°Ð²ÑомобÑлÑÑÑÑв"
+
msgid "Parking Aisle"
msgstr "ÐÑоÑзд на ÑÑоÑнÑÑ"
@@@ -15205,18 -15503,12 +15544,12 @@@ msgstr "ÐÑÑг
msgid "jughandle"
msgstr "одноÑÑоÑоннÑ"
- msgid "yes"
- msgstr "Ñак"
-
msgid "Road Restrictions"
msgstr "ÐоÑÐ¾Ð¶Ð½Ñ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ"
msgid "Edit Road Restrictions"
msgstr "ÐлаÑÑивоÑÑÑ ÐоÑожнÑÑ
обмеженÑ"
- msgid "Toll"
- msgstr "ÐлаÑна"
-
msgid "No exit (cul-de-sac)"
msgstr "ÐлÑÑ
ий кÑÑ"
@@@ -15226,9 -15518,6 +15559,6 @@@ msgstr "ÐÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð·Ð° ÑипÐ
msgid "General Access"
msgstr "ÐагалÑний доÑÑÑп"
- msgid "destination"
- msgstr "за пÑизнаÑеннÑм"
-
msgid "delivery"
msgstr "Ð´Ð»Ñ Ð´Ð¾ÑÑавки ÑоваÑÑв"
@@@ -15238,15 -15527,15 +15568,15 @@@ msgstr "дозволено влаÑни
msgid "private"
msgstr "пÑиваÑна"
+ msgid "customers"
+ msgstr "клÑÑнÑи"
+
msgid "agricultural"
msgstr "ÑÑлÑÑÑкогоÑподаÑÑÑкого пÑизнаÑеннÑ"
msgid "forestry"
msgstr "Ð´Ð»Ñ ÑÑанÑпоÑÑÑ Ð»ÑÑниÑÑва"
- msgid "no"
- msgstr "нÑ"
-
msgid "official"
msgstr "оÑÑÑÑйно"
@@@ -15292,6 -15581,9 +15622,9 @@@ msgstr "ÐвÑомобÑÐ»Ñ Ð· паÑÐ
msgid "Public Service Vehicles (psv)"
msgstr "ÐÑомадÑÑкий ÑÑанÑпоÑÑ"
+ msgid "Tourist buses"
+ msgstr "ТÑÑиÑÑиÑÐ½Ñ Ð°Ð²ÑобÑÑи"
+
msgid "Min. speed (km/h)"
msgstr "ÐÑн. ÑвидкÑÑÑÑ (км/г)"
@@@ -15376,6 -15668,9 +15709,9 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐоÑÑ
msgid "viaduct"
msgstr "вÑадÑк"
+ msgid "suspension"
+ msgstr "пÑдвÑÑний"
+
msgid "swing"
msgstr "ÑозвÑдний"
@@@ -15392,10 -15687,10 +15728,10 @@@ msgid "Ways
msgstr "ШлÑÑ
и"
msgid "Track"
- msgstr "ÒÑÑнÑовка"
+ msgstr "ÐÑÑÑвеÑÑ"
msgid "Edit Track"
- msgstr "ÐлаÑÑивоÑÑÑ ÒÑÑнÑовки"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑÑвÑÑ"
msgid "Tracktype"
msgstr "ÐоÑÐ¾Ð¶Ð½Ñ Ð¿Ð¾ÐºÑиÑÑÑ"
@@@ -15494,20 -15789,29 +15830,29 @@@ msgstr "
msgid "Visibility"
msgstr "ÐидимÑÑÑÑ"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "ÑÑдова"
+ msgstr "непеÑевеÑÑено"
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "добÑа"
+ msgstr "добÑе"
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "ÑеÑеднÑ"
+ msgstr "поÑеÑеднÑо"
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "погана"
+ msgstr "погано"
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "жаÑ
лива"
+ msgstr "жаÑ
ливо"
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr "вÑдÑÑÑнÑ"
msgid "Wheelchairs"
msgstr "ÐнвалÑдним вÑзком"
@@@ -15524,14 -15828,14 +15869,14 @@@ msgstr "ÐоÑога Ð´Ð»Ñ Ð²ÐµÑÑнÐ
msgid "Edit Bridleway"
msgstr "ÐлаÑÑивоÑÑÑ ÐоÑоги Ð´Ð»Ñ Ð²ÐµÑÑникÑв"
- msgid "Cycle Lane"
- msgstr "Ðело-доÑÑжка"
+ msgid "Cycle Lane/Track"
+ msgstr "ÐелодоÑÑжка/СмÑга"
- msgid "Edit Cycle Lane"
- msgstr "ÐлаÑÑивоÑÑÑ Ð²ÐµÐ»Ð¾-доÑÑжки"
+ msgid "Edit Cycle Lane or Track"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐелодоÑÑжки/СмÑги"
msgid "Cycleway"
- msgstr "Ðело-доÑÑжка"
+ msgstr "ÐелодоÑÑжка"
msgid "lane"
msgstr "ÑмÑга"
@@@ -15555,16 -15859,16 +15900,16 @@@ msgid "shared_lane
msgstr "ÑпÑлÑна ÑмÑга"
msgid "Cycleway left"
- msgstr "Ðело-доÑÑжка лÑвоÑÑÑ"
+ msgstr "ÐелодоÑÑжка лÑвоÑÑÑ"
msgid "Cycleway right"
- msgstr "Ðело-доÑÑжка пÑавоÑÑÑ"
+ msgstr "ÐелодоÑÑжка пÑавоÑÑÑ"
msgid "Oneway (bicycle)"
- msgstr "ÐдноÑÑоÑÐ¾Ð½Ð½Ñ Ð²ÐµÐ»Ð¾-доÑÑжка"
+ msgstr "ÐдноÑÑоÑÐ¾Ð½Ð½Ñ Ð²ÐµÐ»Ð¾Ð´Ð¾ÑÑжка"
- msgid "Edit Highway"
- msgstr "ÐлаÑÑивоÑÑÑ Ð´Ð¾Ñоги"
+ msgid "Edit Highway Attributes:"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð°ÑÑибÑÑÑ highway"
msgid "Highway"
msgstr "ÐоÑога"
@@@ -15632,12 -15936,18 +15977,18 @@@ msgstr "Ðона вÑдпоÑинкÑ
msgid "Edit Rest Area"
msgstr "ÐлаÑÑивоÑÑÑ Ðони вÑдпоÑинкÑ"
- msgid "Emergency Phone"
- msgstr "ТелеÑон Ð´Ð»Ñ ÐµÐºÑÑÑениÑ
викликÑв"
+ msgid "Drinking Water"
+ msgstr "ÐиÑна вода"
msgid "Traffic Signal"
msgstr "СвÑÑлоÑоÑ"
+ msgid "Edit Traffic Signal"
+ msgstr "ÐлаÑÑивоÑÑÑ ÑвÑÑлоÑоÑа"
+
+ msgid "Optional crossing attributes:"
+ msgstr "ÐодаÑÐºÐ¾Ð²Ñ Ð²Ð»Ð°ÑÑивоÑÑÑ Ð¿ÐµÑеÑ
ÑеÑÑÑ:"
+
msgid "Pedestrian crossing type"
msgstr "Тип пÑÑоÑ
Ñдного пеÑеÑ
одÑ"
@@@ -15653,15 -15963,6 +16004,6 @@@ msgstr "оÑÑÑÑв
msgid "unmarked"
msgstr "непознаÑений"
- msgid "Cross on horseback"
- msgstr "Ðозволено пеÑеÑзд веÑÑ
и"
-
- msgid "Cross by bicycle"
- msgstr "Ðозволено пеÑеÑзд велоÑипедом"
-
- msgid "Crossing attendant"
- msgstr "ÐÑд наглÑдом ÑегÑлÑвалÑника"
-
msgid "Crossing type name (UK)"
msgstr "Тип пеÑеÑ
ода (Ð.ÐÑиÑанÑÑ)"
@@@ -15683,6 -15984,15 +16025,15 @@@ msgstr "pegasus (Ð´Ð»Ñ Ð²ÐµÑÑникÑ
msgid "tiger"
msgstr "tiger (неÑегÑлÑований вело-пÑÑоÑ
Ñдний)"
+ msgid "Crossing attendant"
+ msgstr "ÐÑд наглÑдом ÑегÑлÑвалÑника"
+
+ msgid "Cross by bicycle"
+ msgstr "Ðозволено пеÑеÑзд велоÑипедом"
+
+ msgid "Cross on horseback"
+ msgstr "Ðозволено пеÑеÑзд веÑÑ
и"
+
msgid "Stop"
msgstr "СÑоп"
@@@ -15692,6 -16002,9 +16043,9 @@@ msgstr "ÐаÑи доÑогÑ
msgid "Mini-roundabout"
msgstr "ÐÑнÑ-кÑÑг"
+ msgid "Edit Mini-Roundabout"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼ÑнÑ-кÑÑга"
+
msgid "Direction"
msgstr "ÐапÑÑмок"
@@@ -15701,11 -16014,8 +16055,8 @@@ msgstr "за Ð³Ð¾Ð´Ð¸Ð½Ð½Ð¸ÐºÐ¾Ð²Ð¾Ñ Ñ
msgid "Pedestrian Crossing"
msgstr "ÐÑÑоÑ
Ñдний пеÑеÑ
Ñд"
- msgid "Edit Crossing"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑоÑ
Ñдного пеÑеÑ
одÑ"
-
- msgid "Type name (UK)"
- msgstr "Ðазва Ñипи (Ð.ÐÑиÑ)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¿ÑÑоÑ
Ñдного пеÑеÑ
одÑ"
msgid "Traffic Calming"
msgstr "ÐаÑоби Ð´Ð»Ñ Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ ÑвидкоÑÑÑ"
@@@ -15737,9 -16047,6 +16088,6 @@@ msgstr "плаÑÑоÑма
msgid "Passing Place"
msgstr "ÐÑÑÑе ÑозâÑздÑ"
- msgid "Edit Passing Place"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑÑÑ ÑозâÑздÑ"
-
msgid "Turning Circle"
msgstr "ÐÑÑг Ð´Ð»Ñ ÑозвоÑоÑÑ"
@@@ -15782,6 -16089,12 +16130,12 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ð±Ð»Ð¾Ðº
msgid "Allowed traffic:"
msgstr "Ðозволено пеÑеÑÑваннÑ:"
+ msgid "Material"
+ msgstr "ÐаÑеÑÑал"
+
+ msgid "stone"
+ msgstr "камÑнÑ"
+
msgid "Bollard"
msgstr "СÑовпÑик"
@@@ -15797,6 -16110,9 +16151,9 @@@ msgstr "пÑднÑмаÑÑÑÑÑ
msgid "removable"
msgstr "знÑмний"
+ msgid "plastic"
+ msgstr "плаÑÑик"
+
msgid "Cycle Barrier"
msgstr "ÐеÑеÑкода Ð´Ð»Ñ Ð²ÐµÐ»Ð¾ÑипедÑв"
@@@ -15866,20 -16182,14 +16223,17 @@@ msgstr "ÑÑÑка ÑабиÑÑ
msgid "electric"
msgstr "елекÑÑика"
- msgid "roundpole"
- msgstr "палиÑÑ"
-
- msgid "split_rail"
- msgstr "ÑÑаÑ
еÑник"
+ msgid "pole"
+ msgstr "ÑÑовп"
- msgid "chain"
- msgstr "ÑÑÑка ÑабиÑÑ"
-msgid "split_rail"
-msgstr "ÑÑаÑ
еÑник"
++msgid "Guard Rail"
++msgstr "ÐаÑ
иÑна огоÑожа"
+
- msgid "hedge"
- msgstr "Ñин"
++msgid "Edit Guard Rail"
++msgstr "ÐлаÑÑивоÑÑÑ ÐаÑ
иÑÐ½Ð¾Ñ Ð¾Ð³Ð¾ÑожÑ"
- msgid "pole"
- msgstr "ÑÑовп"
+ msgid "wire"
+ msgstr "дÑÑÑ"
msgid "Guard Rail"
msgstr "ÐаÑ
иÑна огоÑожа"
@@@ -15909,6 -16219,7 +16263,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr "Ðанава"
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr "ÐлаÑÑивоÑÑÑ Ðанави"
@@@ -15918,11 -16229,11 +16273,11 @@@ msgstr "ÐоÑдÑÑ
msgid "Edit Kerb"
msgstr "ÐлаÑÑивоÑÑÑ ÐоÑдÑÑÑ"
- msgid "Entrance"
- msgstr "ÐÑ
Ñд/ÐâÑзд"
+ msgid "Entrance (barrier opening)"
+ msgstr "ÐÑоÑ
Ñд (в огоÑожÑ)"
- msgid "Edit Entrance"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑ
одÑ/ÐâÑздÑ"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑоÑ
Ð¾Ð´Ñ (в огоÑожÑ)"
msgid "Gate"
msgstr "ÐоÑоÑа"
@@@ -15975,12 -16286,6 +16330,6 @@@ msgstr "вÑзÑкий лаз
msgid "stepover"
msgstr "пеÑелаз"
- msgid "Material"
- msgstr "ÐаÑеÑÑал"
-
- msgid "stone"
- msgstr "камÑнÑ"
-
msgid "Turnstile"
msgstr "ТÑÑнÑкеÑ"
@@@ -16041,12 -16346,21 +16390,21 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑен
msgid "Ditch"
msgstr "Ðанава"
+ msgid "Edit Ditch"
+ msgstr "ÐлаÑÑивоÑÑÑ Ðанави"
+
msgid "Stream"
msgstr "СÑÑÑмок"
msgid "Edit Stream"
msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑÑÑмка"
+ msgid "Wadi"
+ msgstr "ÐадÑ"
+
+ msgid "Edit Wadi"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐадÑ"
+
msgid "Canal"
msgstr "Ðанал"
@@@ -16086,9 -16400,6 +16444,6 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðамб
msgid "Groyne"
msgstr "Хвилелом"
- msgid "Edit Groyne"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¥Ð²Ð¸Ð»ÐµÐ»Ð¾Ð¼Ñ"
-
msgid "Breakwater"
msgstr "ХвилеÑÑз (Ðол)"
@@@ -16122,6 -16433,21 +16477,21 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑиÑ
msgid "Edit Water"
msgstr "ÐлаÑÑивоÑÑÑ Ðоди"
+ msgid "Water Body"
+ msgstr "Ðодойма"
+
+ msgid "lake"
+ msgstr "озеÑо"
+
+ msgid "lagoon"
+ msgstr "лагÑна"
+
+ msgid "pond"
+ msgstr "ÑÑавок"
+
+ msgid "reservoir"
+ msgstr "водоÑÑ
овиÑе"
+
msgid "Land"
msgstr "СÑÑ
одÑл"
@@@ -16203,20 -16529,25 +16573,25 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐоÑо
msgid "Cargo"
msgstr "ÐÐ»Ñ Ð¿ÐµÑевезеннÑ"
+ msgctxt "cargo"
msgid "passengers"
msgstr "паÑажиÑÑв"
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "авÑомобÑлÑ"
+ msgstr "авÑомобÑлÑв"
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "велоÑипедний"
+ msgstr "велоÑипедÑв"
+ msgctxt "cargo"
msgid "hgv"
- msgstr "ванÑажÑвки"
+ msgstr "ванÑажÑвок"
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "паÑажиÑи; авÑомобÑлÑ"
+ msgstr "паÑажиÑÑв;авÑомобÑлÑв"
msgid "Ferry Route"
msgstr "ÐоÑомна пеÑепÑава"
@@@ -16290,8 -16621,8 +16665,8 @@@ msgstr "ÑÑÑиÑÑиÑний
msgid "freight"
msgstr "ванÑажнÑ"
- msgid "Service/Type"
- msgstr "СеÑвÑÑ/Тип"
+ msgid "Service type"
+ msgstr "Тип"
msgid "yard"
msgstr "депо"
@@@ -16314,11 -16645,14 +16689,14 @@@ msgstr "конÑакÑний дÑÑÑ
msgid "rail"
msgstr "Ñейка"
- msgid "Voltage"
- msgstr "ÐапÑÑга"
+ msgid "Voltage in Volts (V)"
+ msgstr "ÐапÑÑга Ñ Ð²Ð¾Ð»ÑÑаÑ
(V)"
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr "ЧаÑÑоÑа в ÐеÑÑаÑ
(Hz)"
- msgid "Frequency (Hz)"
- msgstr "ЧаÑÑоÑа (ÐÑ)"
+ msgid "16.67"
+ msgstr "16.67"
msgid "16.7"
msgstr "16.7"
@@@ -16329,9 -16663,6 +16707,6 @@@ msgstr "ÐÑзÑкоколÑйка
msgid "Edit Narrow Gauge Rail"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑзÑкоколÑйки"
- msgid "Types"
- msgstr "Типи"
-
msgid "Monorail"
msgstr "ÐоноÑейка"
@@@ -16353,15 -16684,15 +16728,15 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðазе
msgid "Subway"
msgstr "ÐеÑÑополÑÑен"
+msgid "Edit Tram"
+msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÑÐ°Ð¼Ð²Ð°Ð¹Ð½Ð¾Ñ Ð»ÑнÑÑ"
+
msgid "Edit Subway"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑÑополÑÑенÑ"
msgid "Tram"
msgstr "ТÑамвайна лÑнÑÑ"
-msgid "Edit Tram"
-msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÑÐ°Ð¼Ð²Ð°Ð¹Ð½Ð¾Ñ Ð»ÑнÑÑ"
-
msgid "Bus Guideway"
msgstr "Рейковий авÑобÑÑ"
@@@ -16383,6 -16714,9 +16758,9 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ð·Ð°Ð½Ðµ
msgid "Level Crossing"
msgstr "ÐалÑзниÑний пеÑеÑзд"
+ msgid "Edit Level Crossing"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¿ÐµÑеÑздÑ"
+
msgid "Supervised"
msgstr "ÐÑ
оÑонÑÑÑÑÑÑ"
@@@ -16395,18 -16729,32 +16773,32 @@@ msgstr "ÐвÑÐºÐ¾Ð²Ñ Ñигнали
msgid "Barrier"
msgstr "ÐгоÑожа"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr "Ñак"
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr "нÑ"
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "половинна"
+ msgstr "наполовинÑ"
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "повна"
+ msgstr "повнÑÑÑÑ"
+ msgctxt "crossing:barrier"
msgid "double_half"
- msgstr "Ð´Ð²Ñ Ð¿Ð¾Ð»Ð¾Ð²Ð¸Ð½Ð¸"
+ msgstr "подвÑйна половинна"
msgid "Crossing"
msgstr "ÐеÑеÑ
Ñд"
+ msgid "Edit Crossing"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¿ÐµÑеÑ
одÑ"
+
msgid "Crossing type"
msgstr "Тип пеÑеÑ
одÑ"
@@@ -16506,13 -16854,11 +16898,11 @@@ msgstr "ТÑанÑпоÑÑеÑна ÑÑ
msgid "Edit Magic Carpet"
msgstr "ÐлаÑÑивоÑÑÑ ÑÑанÑпоÑÑеÑÐ½Ð¾Ñ ÑÑÑÑÑки"
- msgctxt "aerialway"
msgid "Goods"
- msgstr "ÐанÑажна доÑога"
+ msgstr "ÐанÑажна"
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "ÐлаÑÑивоÑÑÑ Ð²Ð°Ð½ÑÐ°Ð¶Ð½Ð¾Ñ Ð´Ð¾Ñоги"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐанÑÐ°Ð¶Ð½Ð¾Ñ Ð´Ð¾Ñоги"
msgctxt "aerialway"
msgid "Station"
@@@ -16522,11 -16868,9 +16912,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑанÑÑÑ"
- msgctxt "aerialway"
msgid "Pylon"
msgstr "ÐпоÑа"
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr "ÐлаÑÑивоÑÑÑ ÐпоÑи"
@@@ -16545,12 -16889,12 +16933,12 @@@ msgstr "наземна
msgid "underground"
msgstr "пÑдземна"
+ msgid "rooftop"
+ msgstr "даÑ
"
+
msgid "Access"
msgstr "Ðозволи"
- msgid "customers"
- msgstr "клÑÑнÑи"
-
msgid "Park and Ride"
msgstr "ÐеÑеÑ
оплÑÑÑа ÑÑоÑнка"
@@@ -16578,9 -16922,6 +16966,6 @@@ msgstr "ÐаÑковоÑе мÑÑÑе
msgid "Edit Parking space"
msgstr "ÐлаÑÑивоÑÑÑ Ð¿Ð°ÑковоÑного мÑÑÑÑ"
- msgid "rooftop"
- msgstr "даÑ
"
-
msgid "Capacity"
msgstr "ÐÑÑÑкÑÑÑÑ"
@@@ -16602,11 -16943,31 +16987,31 @@@ msgstr "Ðодини ÑобоÑи
msgid "24/7"
msgstr "ЦÑлодобово"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "Ðн-ÐÑ 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr "08:30-12:30,15:30-20:00"
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr "Сб-Ðд 00:00-24:00"
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr "Ðн-ÐÑ 08:30-20:00; Сб,Ðд 08:00-15:00; кÑÑм СвÑÑ"
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr "Ðн-ÐÑ 08:30-20:00,ÐÑ-Ðд 08:00-15:00; Сб 08:00-12:00"
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "ÐÑ-Ðд 08:00-15:00;Сб 08:00-12:00"
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+ "Ðн-ÐÑ 08:00-18:00; ÐÐ²Ñ 10-15 виÑ
.; Ð§ÐµÑ 08:00-14:00; Ð¡ÐµÑ Ð²Ð¸Ñ
.; ÐÑÑ 25 виÑ
."
+
+ msgid "sunrise-sunset"
+ msgstr "ÑÑ
Ñд-заÑ
Ñд"
+
+ msgid "Su 10:00+"
+ msgstr "Ðд 10:00+"
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr "Тижд 1-53/2 ÐÑ 09:00-12:00; Тижд 2-52/2 Ð¡Ñ 09:00-12:00"
msgid "Parking entrance"
msgstr "ÐâÑзд на ÑÑоÑнкÑ"
@@@ -16755,6 -17116,9 +17160,9 @@@ msgstr "ÐаÑÑдна ÑÑанÑÑÑ
msgid "Edit Charging Station (for electric cars)"
msgstr "ÐлаÑÑивоÑÑÑ ÐаÑÑÐ´Ð½Ð¾Ñ ÑÑанÑÑÑ (Ð´Ð»Ñ ÐµÐ»ÐµÐºÑÑомобÑлÑв)"
+ msgid "Voltage"
+ msgstr "ÐапÑÑга"
+
msgid "Amperage"
msgstr "Сила ÑÑÑÑмÑ"
@@@ -16776,6 -17140,12 +17184,12 @@@ msgstr "ÐвÑомайÑÑеÑнÑ
msgid "Edit Car Repair"
msgstr "ÐлаÑÑивоÑÑÑ ÐвÑомайÑÑеÑнÑ"
+ msgid "Parts"
+ msgstr "ÐапÑаÑÑини"
+
+ msgid "Edit Car Parts"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐвÑозапÑаÑÑин"
+
msgid "Tyres"
msgstr "ÐолеÑа Ñа Шини"
@@@ -16803,6 -17173,12 +17217,12 @@@ msgstr "ÐÑокаÑ
msgid "Edit Car Rental"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑокаÑÑ Ð°Ð²ÑомобÑлÑв"
+ msgid "Second hand"
+ msgstr "ÐживанÑ"
+
+ msgid "only"
+ msgstr "лиÑе"
+
msgid "Sharing"
msgstr "СпÑлÑне коÑиÑÑÑваннÑ"
@@@ -16827,22 -17203,6 +17247,6 @@@ msgstr "ÐÑдÑоздÑли:
msgid "Sale"
msgstr "ÐÑодаж"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "Ñак"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "Ð¿ÐµÐ²Ð½Ð¾Ñ Ð¼Ð°Ñки"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "викоÑиÑÑаннÑ"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "нÑ"
-
msgid "brand"
msgstr "Ð¿ÐµÐ²Ð½Ð¾Ñ Ð¼Ð°Ñки"
@@@ -16864,11 -17224,8 +17268,8 @@@ msgstr "MOT
msgid "TÃV"
msgstr "TÃV"
- msgid "Parts"
- msgstr "ÐапÑаÑÑини"
-
msgid "Clothes"
- msgstr "ÐдÑг/ÐÑанÑÑ"
+ msgstr "ÐдÑг"
msgid "Edit Bicycle Parking"
msgstr "ÐлаÑÑивоÑÑÑ ÐелоÑÑоÑнки"
@@@ -17061,6 -17418,9 +17462,9 @@@ msgstr "ÐлаÑÑоÑма
msgid "Station or amenities"
msgstr "СÑанÑÑÑ Ñи Ñ.Ñ."
+ msgid "Edit Stop Position"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑÑÑ Ð·Ñпинки"
+
msgid "Bus"
msgstr "ÐвÑобÑÑ"
@@@ -17091,6 -17451,9 +17495,9 @@@ msgstr "ФÑнÑкÑлеÑ
msgid "Ferry"
msgstr "ÐаÑом"
+ msgid "Edit Platform"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐлаÑÑоÑми"
+
msgid "Bench"
msgstr "Ðавка"
@@@ -17103,9 -17466,6 +17510,6 @@@ msgstr "Ð ÑнвалÑдниÑ
вÑзÐ
msgid "limited"
msgstr "обмежений"
- msgid "only"
- msgstr "лиÑе"
-
msgid "Highway platform (legacy)"
msgstr "ÐÑпинка на доÑÐ¾Ð·Ñ (заÑÑаÑÑле)"
@@@ -17115,9 -17475,14 +17519,14 @@@ msgstr "ÐалÑзниÑна плаÑÑ
msgid "funicular"
msgstr "ÑÑнÑкÑлеÑ"
+ msgctxt "railway"
msgid "Station"
msgstr "СÑанÑÑÑ"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑанÑÑÑ"
+
msgid "Building"
msgstr "ÐÑдÑвлÑ"
@@@ -17130,6 -17495,9 +17539,9 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑ
од
msgid "Ticket Machine"
msgstr "ÐвÑÐ¾Ð¼Ð°Ñ Ð¿ÑÐ¾Ð´Ð°Ð¶Ñ ÐºÐ²Ð¸ÑкÑв"
+ msgid "Edit Ticket Machine"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐвÑомаÑÑ Ð¿ÑÐ¾Ð´Ð°Ð¶Ñ ÐºÐ²Ð¸ÑкÑв"
+
msgid "Reference Number"
msgstr "ÐомеÑ"
@@@ -17154,14 -17522,6 +17566,6 @@@ msgstr "накопиÑÑвалÑнÑ, Ð
msgid "Public Transport (legacy)"
msgstr "ÐÑомадÑÑкий ÑÑанÑпоÑÑ (заÑÑаÑÑле)"
- msgctxt "railway"
- msgid "Station"
- msgstr "СÑанÑÑÑ"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑанÑÑÑ"
-
msgid "UIC-Reference"
msgstr "код UIC"
@@@ -17210,8 -17570,8 +17614,8 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐвÑо
msgid "Taxi"
msgstr "ТакÑÑ"
- msgid "Edit Taxi station"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑоÑнки ÑакÑÑ"
+ msgid "Edit Taxi Station"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑпинки ÑакÑÑ"
msgid "Airport"
msgstr "ÐеÑопоÑÑ"
@@@ -17264,12 -17624,27 +17668,27 @@@ msgstr "ТеÑмÑнал
msgid "Edit Terminal"
msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÐµÑмÑналÑ"
- msgctxt "airport"
- msgid "Gate"
- msgstr "ÐиÑ
Ñд на поÑадкÑ"
+ msgid "Internet access"
+ msgstr "ÐнÑеÑÐ½ÐµÑ Ð´Ð¾ÑÑÑп"
- msgid "Edit Terminal Gate"
- msgstr "ÐлаÑÑивоÑÑÑ ÐиÑ
Ð¾Ð´Ñ Ð½Ð° поÑадкÑ"
+ msgid "wlan"
+ msgstr "бездÑоÑовий"
+
+ msgid "wired"
+ msgstr "по пÑоводаÑ
"
+
+ msgid "terminal"
+ msgstr "ÑеÑмÑнал"
+
+ msgid "Internet access fee"
+ msgstr "ÐлаÑа за ÑнÑеÑÐ½ÐµÑ Ð´Ð¾ÑÑÑп"
+
+ msgctxt "airport"
+ msgid "Gate"
+ msgstr "ÐиÑ
Ñд на поÑадкÑ"
+
+ msgid "Edit Terminal Gate"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐиÑ
Ð¾Ð´Ñ Ð½Ð° поÑадкÑ"
msgid "Facilities"
msgstr "ÐоÑлÑги"
@@@ -17286,21 -17661,6 +17705,6 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐоÑе
msgid "Stars"
msgstr "ÐÑÑки"
- msgid "Internet access"
- msgstr "ÐнÑеÑÐ½ÐµÑ Ð´Ð¾ÑÑÑп"
-
- msgid "wlan"
- msgstr "бездÑоÑовий"
-
- msgid "wired"
- msgstr "по пÑоводаÑ
"
-
- msgid "terminal"
- msgstr "ÑеÑмÑнал"
-
- msgid "Internet access fee"
- msgstr "ÐлаÑа за ÑнÑеÑÐ½ÐµÑ Ð´Ð¾ÑÑÑп"
-
msgid "Smoking"
msgstr "ÐÑÑÑÑ Ð´Ð»Ñ Ð¿Ð°Ð»ÑннÑ"
@@@ -17490,9 -17850,6 +17894,6 @@@ msgstr "СÑÑипклÑб
msgid "Edit Stripclub"
msgstr "ÐлаÑÑивоÑÑÑ ÑÑÑипклÑбÑ"
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "ÐÑ-Сб 08:00-15:00; Ðд 08:00-12:00"
-
msgid "Tourism"
msgstr "ТÑÑизм"
@@@ -17514,9 -17871,15 +17915,15 @@@ msgstr "ÐглÑдова вежа
msgid "Information Office"
msgstr "ÐнÑоÑмаÑÑйне бÑÑо"
+ msgid "Edit Information Office"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐнÑоÑмаÑÑйного бÑÑо"
+
msgid "Map"
msgstr "Ðапа"
+ msgid "Edit Information Map"
+ msgstr "ÐлаÑÑивоÑÑÑ Ðапи"
+
msgid "Detail Grade"
msgstr "Тип мапи"
@@@ -17524,11 -17887,14 +17931,14 @@@ msgid "topo
msgstr "ÑопогÑаÑÑÑна"
msgid "street"
- msgstr "мапа вÑлиÑÑ"
+ msgstr "вÑлиÑÑ"
msgid "scheme"
msgstr "план-ÑÑ
ема"
+ msgid "toposcope"
+ msgstr "ÑопоÑкоп"
+
msgid "Shown Area"
msgstr "ТеÑиÑоÑÑÑ"
@@@ -17545,7 -17911,7 +17955,7 @@@ msgid "Closer Description
msgstr "ÐеÑалÑний опиÑ"
msgid "Routes shown for:"
- msgstr "ÐаÑÑÑÑÑи на мапÑ:"
+ msgstr "ÐаÑÑÑÑÑи:"
msgid "Hiking"
msgstr "пÑÑÑ"
@@@ -17568,6 -17934,9 +17978,9 @@@ msgstr "â¦ÑнÑÑ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ñ Ñп
msgid "Information Board"
msgstr "ÐнÑоÑмаÑÑйна доÑка"
+ msgid "Edit Information Board"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐнÑоÑмаÑÑÐ¹Ð½Ð¾Ñ Ð´Ð¾Ñки"
+
msgid "Board Content"
msgstr "ÐмÑÑÑ Ð¿Ð¾ÐºÐ°Ð¶Ñика"
@@@ -17578,10 -17947,10 +17991,10 @@@ msgid "history
msgstr "ÑÑÑоÑиÑна довÑдка"
msgid "nature"
- msgstr "пÑиÑода"
+ msgstr "ÑоÑлиннÑÑÑÑ"
msgid "wildlife"
- msgstr "жива пÑиÑода"
+ msgstr "Ð´Ð¸ÐºÑ ÑваÑини"
msgid "plants"
msgstr "ÑоÑлини"
@@@ -17589,23 -17958,35 +18002,35 @@@
msgid "Guidepost"
msgstr "ÐказÑвний ÑÑовп"
+ msgid "Edit Guidepost"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐказÑвного ÑÑовпÑ"
+
msgid "Information Terminal"
msgstr "ÐнÑоÑмаÑÑйний ÑеÑмÑнал"
+ msgid "Edit Information Terminal"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐнÑоÑмаÑÑйного ÑеÑмÑналÑ"
+
msgid "Closer description"
msgstr "ÐеÑалÑний опиÑ"
msgid "Audioguide"
msgstr "ÐÑдÑогÑд"
+ msgid "Edit Audioguide"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑдÑогÑдÑ"
+
msgid "Audioguide via mobile phone?"
msgstr "ÐÑдÑогÑд за Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¾Ñ Ð¼Ð¾Ð±ÑлÑного ÑелеÑонÑ?"
msgid "Phone number"
msgstr "ÐÐ¾Ð¼ÐµÑ ÑелеÑонÑ"
- msgid "Other Information Points"
- msgstr "ÐнÑÑ ÑнÑоÑмаÑÑÐ¹Ð½Ñ Ð¿ÑнкÑи"
+ msgid "Other Information Point"
+ msgstr "ÐнÑа ÑнÑоÑмаÑÑÑ"
+
+ msgid "Edit Information Point"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐнÑÐ¾Ñ ÑнÑоÑмаÑÑÑ"
msgid "Leisure"
msgstr "ÐозвÑллÑ"
@@@ -17734,50 -18115,44 +18159,44 @@@ msgstr "ÐиÑвоÑи миÑÑеÑÑв
msgid "Edit Artwork"
msgstr "ÐлаÑÑивоÑÑÑ ÐиÑвоÑÑв миÑÑеÑÑв"
- msgid "Place of Worship"
- msgstr "ÐÑлÑÑове мÑÑÑе"
-
- msgid "Edit Place of Worship"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑлÑÑового мÑÑÑÑ"
-
- msgid "Religion"
- msgstr "РелÑгÑÑ"
+ msgid "Recording Studio"
+ msgstr "СÑÑдÑÑ Ð·Ð²ÑкозапиÑÑ"
- msgid "bahai"
- msgstr "баÑ
аÑ"
+ msgid "Edit Studio"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑÑдÑÑ"
- msgid "buddhist"
- msgstr "бÑддизм"
+ msgid "audio"
+ msgstr "звÑк"
- msgid "christian"
- msgstr "Ñ
ÑиÑÑиÑнÑÑво"
+ msgid "video"
+ msgstr "вÑдео"
- msgid "hindu"
- msgstr "ÑндÑÑзм"
+ msgid "Place of Worship"
+ msgstr "ÐÑлÑÑове мÑÑÑе"
- msgid "jain"
- msgstr "джайнÑзм"
+ msgid "Church"
+ msgstr "Ð¥Ñам"
- msgid "jewish"
- msgstr "ÑÑдаÑзм"
+ msgid "Edit Church"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¦ÐµÑкви"
- msgid "muslim"
- msgstr "ÑÑлам"
+ msgid "Building type"
+ msgstr "Тип бÑдÑвлÑ"
- msgid "sikh"
- msgstr "ÑикÑ
Ñзм"
+ msgid "basilica"
+ msgstr "базилÑка"
- msgid "spiritualist"
- msgstr "ÑпÑÑиÑÑалÑзм"
+ msgid "cathedral"
+ msgstr "ÑобоÑ"
- msgid "taoist"
- msgstr "даоÑизм"
+ msgid "chapel"
+ msgstr "каплиÑÑ"
- msgid "unitarian"
- msgstr "ÑнÑаÑÑÑво"
+ msgid "church"
+ msgstr "ÑеÑква"
- msgid "zoroastrian"
- msgstr "зоÑоаÑÑÑизм"
+ msgid "temple"
+ msgstr "Ñ
Ñам"
msgid "Denomination"
msgstr "ÐÑÑоÑповÑданнÑ"
@@@ -17794,6 -18169,12 +18213,12 @@@ msgstr "каÑолиÑизм
msgid "evangelical"
msgstr "ÑвангелÑзм"
+ msgid "greek_catholic"
+ msgstr "гÑеко-каÑолиÑÑка"
+
+ msgid "greek_orthodox"
+ msgstr "гÑеÑÑка пÑавоÑлавна"
+
msgid "jehovahs_witness"
msgstr "ÑвÑдки ÑÑгови"
@@@ -17806,6 -18187,9 +18231,9 @@@ msgstr "меÑодизм
msgid "mormon"
msgstr "моÑмонÑÑво"
+ msgid "new_apostolic"
+ msgstr "новоапоÑÑолÑÑÑка ÑеÑква"
+
msgid "orthodox"
msgstr "пÑавоÑлавâÑ"
@@@ -17824,38 -18208,139 +18252,139 @@@ msgstr "квакеÑи
msgid "roman_catholic"
msgstr "ÑимÑÑко-каÑолиÑÑкие"
+ msgid "russian_orthodox"
+ msgstr "ÑоÑÑйÑÑка пÑавоÑлавна"
+
+ msgid "seventh_day_adventist"
+ msgstr "адвенÑиÑÑÑв ÑÑомого днÑ"
+
+ msgid "Service Times"
+ msgstr "Розклад ÑлÑжÑнÑ"
+
+ msgid "18:00"
+ msgstr "18:00"
+
+ msgid "sunset,sunrise"
+ msgstr "заÑ
Ñд,ÑÑ
Ñд"
+
+ msgid "Su 9:30,11:00"
+ msgstr "Ðд 9:30,11:00"
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr "Сб,Ðд,СвÑÑа 9:00"
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr "Сб 18:00; Ðд 10:45"
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+ "ÐÑ 08:00-18:00; ÐÐ²Ñ 10-15 виÑ
.; Ð§ÐµÑ 07:00-20:00; Ð¡ÐµÑ Ð²Ð¸Ñ
.; ÐÑÑ 24 08:00-24:00"
+
+ msgid "Sa 10:00+"
+ msgstr "СР10:00+"
+
+ msgid "Mosque"
+ msgstr "ÐеÑеÑÑ"
+
+ msgid "Edit Mosque"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐеÑеÑÑ"
+
+ msgid "mosque"
+ msgstr "меÑеÑÑ"
+
+ msgid "ibadi"
+ msgstr "ÑбадиÑÑÑка"
+
msgid "shia"
msgstr "ÑиÑÑи"
msgid "sunni"
msgstr "ÑÑнÑÑи"
- msgid "Service Times"
- msgstr "Розклад ÑлÑжÑнÑ"
+ msgid "Synagogue"
+ msgstr "Синагога"
- msgid "Su 10:00"
- msgstr "СÑб 10:00"
+ msgid "Edit Synagogue"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¡Ð¸Ð½Ð°Ð³Ð¾Ð³Ð¸"
- msgid "Su 10:30"
- msgstr "Ðед 10:30"
+ msgid "synagogue"
+ msgstr "Ñинагога"
- msgid "Su 11:00"
- msgstr "СÑб 11:00"
+ msgid "conservative"
+ msgstr "конÑеÑваÑивне"
- msgid "Opening Hours for visiting"
- msgstr "Ðодини Ð´Ð»Ñ Ð²ÑдвÑдÑваннÑ"
+ msgid "reform"
+ msgstr "ÑеÑоÑмÑÑÑÑÑке"
- msgid "Recording Studio"
- msgstr "СÑÑдÑÑ Ð·Ð²ÑкозапиÑÑ"
+ msgid "Buddhist Temple"
+ msgstr "ÐÑддиÑÑÑÑкий Ñ
Ñам"
- msgid "Edit Studio"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑÑдÑÑ"
+ msgid "Edit Buddhist Temple"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑддиÑÑÑÑкого Ñ
ÑамÑ"
- msgid "audio"
- msgstr "звÑк"
+ msgid "theravada"
+ msgstr "ÑÑ
еÑавада"
- msgid "video"
- msgstr "вÑдео"
+ msgid "mahayana"
+ msgstr "маÑ
аÑна"
+
+ msgid "vajrayana"
+ msgstr "ваджÑаÑна"
+
+ msgid "Hindu Temple"
+ msgstr "ÐндÑÑÑÑÑÑкий Ñ
Ñам"
+
+ msgid "Edit Hindu Temple"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐндÑÑÑÑÑÑкого Ñ
ÑамÑ"
+
+ msgid "vaishnavism"
+ msgstr "вайÑнавÑзм"
+
+ msgid "shaivism"
+ msgstr "ÑиваÑзм"
+
+ msgid "shaktism"
+ msgstr "ÑакÑизм"
+
+ msgid "smartism"
+ msgstr "ÑмаÑÑизм"
+
+ msgid "Shinto Shrine"
+ msgstr "СинÑоÑÑÑÑÑке ÑвÑÑилиÑе"
+
+ msgid "Edit Shinto Shrine"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¡Ð¸Ð½ÑоÑÑÑÑÑкого ÑвÑÑилиÑа"
+
+ msgid "Other Place of Worship"
+ msgstr "ÐнÑÑ ÐºÑлÑÑÐ¾Ð²Ñ Ð¼ÑÑÑÑ"
+
+ msgid "Edit other Place of Worship"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑлÑÑового мÑÑÑÑ"
+
+ msgid "Religion"
+ msgstr "РелÑгÑÑ"
+
+ msgid "bahai"
+ msgstr "баÑ
аÑ"
+
+ msgid "jain"
+ msgstr "джайнÑзм"
+
+ msgid "sikh"
+ msgstr "ÑикÑ
Ñзм"
+
+ msgid "spiritualist"
+ msgstr "ÑпÑÑиÑÑалÑзм"
+
+ msgid "taoist"
+ msgstr "даоÑизм"
+
+ msgid "unitarian"
+ msgstr "ÑнÑаÑÑÑво"
+
+ msgid "zoroastrian"
+ msgstr "зоÑоаÑÑÑизм"
msgid "Public Building"
msgstr "ÐÑомадÑÑÐºÑ Ð±ÑдÑвлÑ"
@@@ -17944,6 -18429,12 +18473,12 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐвÑо
msgid "License Classes"
msgstr "ÐлаÑи з ÑеоÑеÑиÑÐ½Ð¾Ñ Ð¿ÑдгоÑовки"
+ msgid "A;A1;B;BE;C"
+ msgstr "A;A1;B;BE;C"
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+
msgid "Health"
msgstr "ÐедиÑина"
@@@ -18025,12 -18516,66 +18560,66 @@@ msgstr "ÐеÑеÑинаÑ
msgid "Edit Veterinary"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑеÑенаÑного пÑнкÑÑ"
- msgid "Drinking water"
- msgstr "ÐиÑна вода"
+ msgid "Edit Toilets"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÑалеÑÑ"
+
+ msgid "Access rights"
+ msgstr "ÐÑава доÑÑÑпÑ"
+
+ msgid "public"
+ msgstr "загалÑнодоÑÑÑпне"
+
+ msgid "seasonal"
+ msgstr "пеÑÑодиÑно"
+
+ msgid "flush"
+ msgstr "Ð·Ñ Ð·Ð»Ð¸Ð²Ð¾Ð¼"
+
+ msgid "pitlatrine"
+ msgstr "з вигÑÑÐ±Ð½Ð¾Ñ ÑмоÑ"
+
+ msgid "chemical"
+ msgstr "Ñ
ÑмÑÑний"
+
+ msgid "bucket"
+ msgstr "вÑдÑо"
+
+ msgid "Usage Position"
+ msgstr "СпоÑÑб викоÑиÑÑаннÑ"
+
+ msgid "seated"
+ msgstr "ÑнÑÑаз"
+
+ msgid "seated;urinal"
+ msgstr "ÑнÑÑаз; пÑÑÑаÑ"
+
+ msgid "squat"
+ msgstr "навпÑиÑÑдки"
+
+ msgid "urinal"
+ msgstr "пÑÑÑаÑ"
msgid "Post Box"
msgstr "ÐоÑÑова ÑкÑинÑка"
+ msgid "Edit Postbox"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐоÑÑÐ¾Ð²Ð¾Ñ ÑкÑинÑки"
+
+ msgid "Collection times"
+ msgstr "Ð§Ð°Ñ Ð²Ð¸Ñмки"
+
+ msgid "11:30"
+ msgstr "11:30"
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr "Ðн-ÐÑ 15:00,17:45,19:00,23:00; Сб 15:10; Ðд 10:30,23:00"
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr "Ðн-ÐÑ 09:00-12:00,17:15; Сб 14:00; So,СвÑÑа виÑ
."
+
+ msgid "Drive through"
+ msgstr "ÐбÑлÑговÑÐ²Ð°Ð½Ð½Ñ Ð°Ð²ÑомобÑлÑÑÑÑв"
+
msgid "Telephone"
msgstr "ТелеÑон"
@@@ -18040,6 -18585,30 +18629,30 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ñеле
msgid "Telephone cards"
msgstr "ТелеÑÐ¾Ð½Ð½Ñ ÐºÐ°ÑÑки"
+ msgid "Emergency Phone"
+ msgstr "ТелеÑон Ð´Ð»Ñ ÐµÐºÑÑÑениÑ
викликÑв"
+
+ msgid "Internet Access"
+ msgstr "ÐоÑÑÑп в ÐнÑеÑнеÑ"
+
+ msgid "Edit Internet Access"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐоÑÑÑÐ¿Ñ Ð² ÐнÑеÑнеÑ"
+
+ msgid "Automated Defibrillator"
+ msgstr "ÐвÑомаÑизований деÑÑбÑилÑÑоÑ"
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐвÑомаÑизованого деÑÑбÑилÑÑоÑа"
+
+ msgid "Located inside a building?"
+ msgstr "РозÑаÑований Ñ Ð±ÑдÑвлÑ?"
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr "ÐеÑевÑÑÑвÑÑ Ð² оÑÑÐ°Ð½Ð½Ñ (YYYY-MM-DD)"
+
+ msgid "Last check note"
+ msgstr "ÐÑдмÑÑка пÑо оÑÑÐ°Ð½Ð½Ñ Ð¿ÐµÑевÑÑкÑ"
+
msgid "Clock"
msgstr "Ðодинник"
@@@ -18049,30 -18618,36 +18662,36 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ð³Ð¾Ð´Ð¸
msgid "Display"
msgstr "ЦиÑеÑблаÑ"
- msgctxt "display"
msgid "analog"
- msgstr "аналоговий"
+ msgstr "ÑÑÑÑолÑний"
- msgctxt "display"
msgid "digital"
msgstr "ÑиÑÑовий"
- msgctxt "display"
msgid "sundial"
msgstr "ÑонÑÑний"
- msgctxt "display"
msgid "unorthodox"
msgstr "незвиÑайний"
msgid "Support"
- msgstr "РозÑаÑÑваний на"
+ msgstr "РозÑаÑований на"
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr "ÑÑовпÑ"
+ msgctxt "mounting/support"
msgid "wall_mounted"
msgstr "ÑÑÑнÑ"
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "ÑÑÐµÐ½Ð´Ñ Ð´Ð»Ñ Ð¾Ð³Ð¾Ð»Ð¾ÑенÑ"
+ msgstr "доÑÑÑ Ð´Ð»Ñ Ð¾Ð³Ð¾Ð»Ð¾ÑенÑ"
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr "землÑ"
msgid "Visibility/readability"
msgstr "Ðидно з вÑдÑÑанÑ"
@@@ -18101,8 -18676,8 +18720,8 @@@ msgstr "ÐоказÑÑ Ð²Ð¾Ð»Ð¾Ð³ÑÑÑ
msgid "Recycling"
msgstr "ÐÑÐ½ÐºÑ Ð¿ÑÐ¸Ð¹Ð¾Ð¼Ñ Ð²ÑоÑÐ¸Ð½Ð½Ð¾Ñ ÑиÑовини"
- msgid "Edit Recycling station"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑнкÑÑ Ð¿ÑÐ¸Ð¹Ð¾Ð¼Ñ Ð²ÑоÑÐ¸Ð½Ð½Ð¾Ñ ÑиÑовини"
+ msgid "Edit Recycling Station"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑнкÑÑ Ð¿ÑÐ¸Ð¹Ð¾Ð¼Ñ Ð²ÑоÑÑиÑовини"
msgid "Batteries"
msgstr "ÐаÑаÑейки/ÐкÑмÑлÑÑоÑи"
@@@ -18128,21 -18703,15 +18747,15 @@@ msgstr "ÑенÑÑ
msgid "Waste Basket"
msgstr "УÑна Ð´Ð»Ñ ÑмÑÑÑÑ"
- msgid "Edit Waste Basket"
- msgstr "ÐлаÑÑивоÑÑÑ Ð£Ñни Ð´Ð»Ñ ÑмÑÑÑÑ"
-
msgid "Waste Disposal"
msgstr "Ðаки Ð´Ð»Ñ ÑмÑÑÑÑ"
- msgid "Edit Waste Disposal"
- msgstr "ÐлаÑÑивоÑÑÑ Ð±Ð°ÐºÑв Ð´Ð»Ñ ÑмÑÑÑÑ"
+ msgid "Edit Bench"
+ msgstr "ÐлаÑÑивоÑÑÑ Ðавки"
msgid "Backrest"
msgstr "Спинка"
- msgid "plastic"
- msgstr "плаÑÑик"
-
msgid "Amount of Seats"
msgstr "ÐÑлÑкÑÑÑÑ Ð¼ÑÑÑÑ"
@@@ -18177,18 -18746,24 +18790,24 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐиÑл
msgid "Height"
msgstr "ÐиÑоÑа"
+ msgctxt "height"
msgid "low"
msgstr "низÑка"
+ msgctxt "height"
+ msgid "half"
+ msgstr "половинна"
+
+ msgctxt "height"
+ msgid "full"
+ msgstr "повна"
+
msgid "Hide"
msgstr "ÐÑиÑ
ована"
msgid "Lock"
msgstr "ÐаÑинÑÑÑÑÑÑ"
- msgid "Drinking Water"
- msgstr "ÐиÑна вода"
-
msgid "Edit Source of Potable Water"
msgstr "ÐлаÑÑивоÑÑÑ ÐиÑÐ½Ð¾Ñ Ð²Ð¾Ð´Ð¸"
@@@ -18220,6 -18795,9 +18839,9 @@@ msgstr "ÑÑавок
msgid "Diameter (in mm)"
msgstr "ÐÑамеÑÑ (в мм)"
+ msgid "Hydrant Position"
+ msgstr "РозÑаÑÑваннÑ"
+
msgctxt "hydrant position"
msgid "lane"
msgstr "пÑовÑлок"
@@@ -18257,117 -18835,153 +18879,153 @@@ msgstr "СÑадÑон
msgid "Edit Stadium"
msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÑадÑонÑ"
- msgid "select sport:"
- msgstr "види ÑпоÑÑÑ:"
+ msgid "Select sport:"
+ msgstr "Ðид ÑпоÑÑÑ"
- msgid "sport"
- msgstr "ÑпоÑÑ"
+ msgid "Sport"
+ msgstr "СпоÑÑ"
+ msgctxt "sport"
msgid "multi"
msgstr "багаÑобоÑÑÑво"
+ msgctxt "sport"
msgid "archery"
msgstr "ÑÑÑÑлÑба з лÑка"
+ msgctxt "sport"
msgid "athletics"
msgstr "аÑлеÑика"
+ msgctxt "sport"
msgid "american_football"
msgstr "амеÑиканÑÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "australian_football"
msgstr "авÑÑÑалÑйÑÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "baseball"
msgstr "бейÑбол"
+ msgctxt "sport"
msgid "basketball"
msgstr "баÑкеÑбол"
+ msgctxt "sport"
msgid "boules"
- msgstr "боÑе (пеÑанк)"
+ msgstr "бÑлÑ"
+ msgctxt "sport"
msgid "bowls"
- msgstr "боÑлз"
+ msgstr "кеглÑ"
+ msgctxt "sport"
msgid "canadian_football"
msgstr "канадÑÑкий ÑÑÑбол"
+ msgctxt "sport"
msgid "canoe"
msgstr "каное"
+ msgctxt "sport"
msgid "climbing"
- msgstr "ÑкелелазÑннÑ"
+ msgstr "ÑÑ
одженнÑ"
+ msgctxt "sport"
msgid "cricket"
msgstr "кÑикеÑ"
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "ÑÑенÑвалÑÐ½Ñ ÑÑÑки Ð´Ð»Ñ ÐºÑикеÑÑ"
+ msgstr "кÑикеÑÐ½Ñ ÑÑÑки"
+ msgctxt "sport"
msgid "croquet"
msgstr "кÑокеÑ"
+ msgctxt "sport"
msgid "cycling"
- msgstr "велоÑпоÑÑ"
+ msgstr "Ñзда на велоÑипедÑ"
+ msgctxt "sport"
msgid "dog_racing"
msgstr "ÑобаÑÑ Ð¿ÐµÑегони"
+ msgctxt "sport"
msgid "equestrian"
msgstr "кÑнний ÑпоÑÑ"
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "гаелÑÑÑÐºÑ ÑгÑи"
+ msgstr "гелÑÑÑÐºÑ ÑгÑи"
+ msgctxt "sport"
msgid "golf"
msgstr "голÑÑ"
+ msgctxt "sport"
msgid "gymnastics"
msgstr "гÑмнаÑÑика"
+ msgctxt "sport"
msgid "hockey"
msgstr "Ñ
окей"
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "кÑнÑÑÐºÑ Ð¿ÐµÑегони"
+ msgstr "кÑÐ½Ð½Ñ Ð¿ÐµÑегони"
+ msgctxt "sport"
msgid "motor"
msgstr "моÑоÑпоÑÑ"
+ msgctxt "sport"
msgid "pelota"
msgstr "пелоÑа"
+ msgctxt "sport"
msgid "racquet"
- msgstr "ÑакеÑбол"
+ msgstr "ÑакеÑка"
+ msgctxt "sport"
msgid "rugby_league"
msgstr "лÑга ÑегбÑ"
+ msgctxt "sport"
msgid "rugby_union"
msgstr "ÑоÑз ÑегбÑ"
+ msgctxt "sport"
msgid "shooting"
msgstr "ÑÑÑÑлÑба"
+ msgctxt "sport"
msgid "skateboard"
msgstr "ÑкейÑбоÑд"
+ msgctxt "sport"
msgid "skating"
msgstr "каÑÐ°Ð½Ð½Ñ Ð½Ð° ковзанаÑ
"
+ msgctxt "sport"
msgid "skiing"
msgstr "каÑÐ°Ð½Ð½Ñ Ð½Ð° лижаÑ
"
+ msgctxt "sport"
msgid "soccer"
msgstr "ÑÑÑбол"
+ msgctxt "sport"
msgid "swimming"
msgstr "плаваннÑ"
+ msgctxt "sport"
msgid "table_tennis"
msgstr "наÑÑÑлÑний ÑенÑÑ"
+ msgctxt "sport"
msgid "tennis"
msgstr "ÑенÑÑ"
@@@ -18401,33 -19015,43 +19059,43 @@@ msgstr "ÐÑнÑ-голÑÑ
msgid "Edit Miniature Golf"
msgstr "ÐлаÑÑивоÑÑÑ ÐÐ¾Ð»Ñ Ð´Ð»Ñ Ð¼ÑнÑ-голÑÑÑ"
- msgid "Sport"
- msgstr "СпоÑÑ"
-
msgid "Multi"
msgstr "ÐагаÑобоÑÑÑво"
msgid "Edit Multi"
msgstr "ÐÑавиÑи ÐагаÑобоÑÑÑво"
- msgid "type"
- msgstr "Ñип"
-
+ msgctxt "running"
msgid "pitch"
msgstr "ÑпоÑÑивний майданÑик"
+ msgctxt "running"
msgid "sports_centre"
msgstr "ÑпоÑÑивний ÑенÑÑ"
+ msgctxt "running"
msgid "stadium"
msgstr "ÑÑадÑон"
+ msgctxt "running"
+ msgid "track"
+ msgstr "бÑгова доÑÑжка"
+
msgid "9pin"
msgstr "9 кеглÑв"
msgid "Edit 9pin"
msgstr "ÐлаÑÑивоÑÑÑ 9 кеглÑв"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивний майданÑик"
+
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивний ÑенÑÑ"
+
+ msgid "stadium"
+ msgstr "ÑÑадÑон"
+
msgid "10pin"
msgstr "ÐоÑлÑнг (10-кегелÑний)"
@@@ -18461,6 -19085,22 +19129,22 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðано
msgid "Edit Cycling"
msgstr "ÐлаÑÑивоÑÑÑ ÐелоÑпоÑÑÑ"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивний майданÑик"
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивний ÑенÑÑ"
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr "ÑÑадÑон"
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr "ÑÑек"
+
msgid "Dog Racing"
msgstr "СобаÑÑ Ð¿ÐµÑегони"
@@@ -18561,38 -19201,56 +19245,56 @@@ msgstr "ÑнÑговий паÑк
msgid "Difficulty"
msgstr "СкладнÑÑÑÑ"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "поÑаÑковий ÑÑвенÑ"
+ msgstr "Ð´Ð»Ñ Ð¿Ð¾ÑаÑкÑвеÑÑв"
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "легкий ÑÑвенÑ"
+ msgstr "легко"
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr "поÑеÑеднÑо"
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "Ñкладний ÑÑвенÑ"
+ msgstr "Ð´Ð»Ñ Ð´Ð¾ÑвÑдÑениÑ
"
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "Ð´Ð»Ñ Ð¿ÑоÑеÑÑоналÑв"
+ msgstr "ÐÐ»Ñ ÑаÑ
ÑвÑÑв"
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr "ÑÑÑÑайд"
msgid "Grooming"
msgstr "ÐижнÑ"
+ msgctxt "piste:grooming"
msgid "classic"
msgstr "клаÑиÑна"
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr "могÑл"
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr "конÑковий кÑок"
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
- msgstr "клаÑиÑна;конÑковий кÑок"
+ msgstr "клаÑиÑна; конÑковий кÑок"
+ msgctxt "piste:grooming"
msgid "scooter"
- msgstr "пÑокладено ÑнÑгоÑ
одом"
+ msgstr "ÑÑÑÑмкий ÑпÑÑк"
+ msgctxt "piste:grooming"
msgid "backcountry"
- msgstr "пÑокладено лижниками"
+ msgstr "в глÑÑинÑ"
msgid "Shooting"
msgstr "СÑÑÑлÑба"
@@@ -18633,21 -19291,17 +19335,17 @@@ msgstr "ÐаелÑÑÑÐºÑ ÐгÑи
msgid "Edit Gaelic Games"
msgstr "ÐлаÑÑивоÑÑÑ ÐаелÑÑÑкиÑ
ÐгоÑ"
- msgctxt "gaelic game"
msgid "Hurling"
- msgstr "ÐеÑлÑнг"
+ msgstr "ХеÑлÑнг"
- msgctxt "gaelic game"
msgid "Football"
msgstr "ФÑÑбол"
- msgctxt "gaelic game"
msgid "Camogie"
msgstr "ÐамоджÑ"
- msgctxt "gaelic game"
msgid "Rounders"
- msgstr "РаÑндеÑз (англÑйÑÑка лапÑа)"
+ msgstr "РаÑндеÑз"
msgid "Rugby League"
msgstr "ÐÑга ÑегбÑ"
@@@ -18784,6 -19438,18 +19482,18 @@@ msgstr "ÐеÑодÑом Ð´Ð»Ñ Ð°Ð²ÑÐ
msgid "Edit Model Aerodrome"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑодÑÐ¾Ð¼Ñ Ð´Ð»Ñ Ð°Ð²Ñамоделей"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr "ÑпоÑÑивний майданÑик"
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr "ÑпоÑÑивний ÑенÑÑ"
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr "ÑÑек"
+
msgid "RC Car"
msgstr "ÐиÑÑанÑÑйно кеÑÐ¾Ð²Ð°Ð½Ñ Ð°Ð²ÑомобÑлÑ"
@@@ -18796,59 -19462,133 +19506,133 @@@ msgstr "ШÑÑÑÐ½Ñ Ð¾Ð±âÑкÑи
msgid "Edit Building"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑдÑвлÑ"
+ msgctxt "building"
+ msgid "yes"
+ msgstr "Ñак"
+
+ msgctxt "building"
msgid "roof"
msgstr "даÑ
"
+ msgctxt "building"
msgid "garage"
msgstr "гаÑаж"
- msgid "church"
- msgstr "ÑеÑква"
+ msgctxt "building"
+ msgid "garages"
+ msgstr "гаÑажÑ"
+ msgctxt "building"
+ msgid "industrial"
+ msgstr "пÑомиÑловÑÑÑÑ"
+
+ msgctxt "building"
msgid "school"
msgstr "Ñкола"
+ msgctxt "building"
msgid "hangar"
msgstr "ангаÑ"
+ msgctxt "building"
msgid "commercial"
- msgstr "комеÑÑÑйна"
+ msgstr "комеÑÑÑйного пÑизнаÑеннÑ"
+ msgctxt "building"
msgid "farm"
msgstr "ÑеÑма"
+ msgctxt "building"
msgid "transportation"
- msgstr "повâÑзано з ÑÑаÑпоÑÑом"
+ msgstr "ÑÑаÑпоÑÑ"
+ msgctxt "building"
msgid "greenhouse"
msgstr "ÑеплиÑÑ"
+ msgctxt "building"
msgid "office"
msgstr "оÑÑÑ"
+ msgctxt "building"
msgid "university"
msgstr "ÑнÑвеÑÑиÑеÑ"
+ msgctxt "building"
+ msgid "hospital"
+ msgstr "лÑкаÑнÑ"
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr "Ñклад"
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr "ÑоздÑÑбна ÑоÑгÑвлÑ"
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr "ÑаÑай"
+
msgid "Residential Building"
msgstr "ÐиÑлова бÑдÑвлÑ"
msgid "Edit Residential Building"
msgstr "ÐлаÑÑивоÑÑÑ ÐиÑÐ»Ð¾Ð²Ð¾Ñ Ð±ÑдÑвлÑ"
+ msgctxt "building"
+ msgid "residential"
+ msgstr "жиÑловий бÑдинок"
+
+ msgctxt "building"
msgid "apartments"
- msgstr "багаÑоповеÑÑ
Ñвка з кваÑÑиÑами"
+ msgstr "багаÑокваÑÑиÑний бÑдинок"
+ msgctxt "building"
msgid "house"
- msgstr "бÑдинок"
+ msgstr "жиÑло"
+ msgctxt "building"
msgid "hut"
- msgstr "ÑÑоÑожка"
+ msgstr "Ñ
алÑпа"
+
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr "гÑÑÑожиÑок"
+ msgctxt "building"
msgid "terrace"
- msgstr "ÑаÑнÑ
аÑÑ"
+ msgstr "ÑаÑнÑ
аÑз"
+ msgctxt "building"
msgid "detached"
- msgstr "окÑемий бÑдинок"
+ msgstr "окÑемо ÑозÑаÑована бÑдÑвлÑ"
+
+ msgid "Entrance"
+ msgstr "ÐÑ
Ñд/ÐâÑзд"
+
+ msgid "Edit Entrance"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑ
одÑ/ÐâÑздÑ"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr "Ñак"
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr "головний"
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr "ÑлÑжбовий"
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr "виÑ
Ñд"
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr "аваÑÑйний"
msgid "Tower"
msgstr "ÐаÑÑа"
@@@ -19074,42 -19814,68 +19858,68 @@@ msgstr "Ð§Ð°Ñ ÑобоÑи
msgid "Mo-Fr 22:00-05:00"
msgstr "Ðн-ÐÑ 22:00-05:00"
- msgid "Measurement Station"
- msgstr "ÐимÑÑÑвалÑна ÑÑанÑÑÑ"
+ msgid "Monitoring Station"
+ msgstr "СÑанÑÑÑ ÑпоÑÑеÑеженнÑ"
- msgid "Edit Measurement Station"
- msgstr "ÐлаÑÑивоÑÑÑ ÐимÑÑÑвалÑÐ½Ð¾Ñ ÑÑанÑÑÑ"
+ msgid "Edit Monitoring Station"
+ msgstr "ÐлаÑÑивоÑÑÑ ÑÑанÑÑÑ ÑпоÑÑеÑеженнÑ"
- msgid "Measurement"
- msgstr "ÐимÑÑÑваннÑ"
+ msgid "Monitoring:"
+ msgstr "СпоÑÑеÑÑгаÑÑÑÑÑ:"
- msgid "particulate_matter"
- msgstr "ÑвеÑдиÑ
ÑаÑÑок"
+ msgid "Weather"
+ msgstr "Ðогода"
- msgid "seismic"
- msgstr "ÑейÑмÑÑна"
+ msgid "Water level"
+ msgstr "Ð ÑÐ²ÐµÐ½Ñ Ð²Ð¾Ð´Ð¸"
- msgid "water_level"
- msgstr "ÑÑÐ²Ð½Ñ Ð²Ð¾Ð´Ð¸"
+ msgid "Tide Level"
+ msgstr "ÐиÑоÑа Ñ
вилÑ"
- msgid "weather"
- msgstr "погодна"
+ msgid "Traffic"
+ msgstr "ТÑаÑÑк"
- msgid "Recording"
- msgstr "РейÑÑÑаÑÑÑ"
+ msgid "Air Quality"
+ msgstr "ЧиÑÑоÑа повÑÑÑÑ"
- msgid "manually"
- msgstr "вÑÑÑнÑ"
+ msgid "Noise"
+ msgstr "ШÑм"
- msgid "automated"
- msgstr "авÑомаÑиÑно"
+ msgid "GPS Signals"
+ msgstr "Сигнал GPS"
- msgid "remote"
- msgstr "вÑддалено"
+ msgid "GLONASS Signals"
+ msgstr "Сигнал GLONASS"
- msgctxt "display"
- msgid "no"
- msgstr "немаÑ"
+ msgid "Galileo Signals"
+ msgstr "Сигнал Galileo"
+
+ msgid "Radiation"
+ msgstr "РадÑаÑÑйний Ñон"
+
+ msgid "Seismic Activity"
+ msgstr "СейÑмÑÑна акÑивнÑÑÑÑ"
+
+ msgid "Recording:"
+ msgstr "ÐапиÑ:"
+
+ msgid "Automated"
+ msgstr "ÐвÑомаÑиÑний"
+
+ msgid "Manually"
+ msgstr "ÐÑÑÑнÑ"
+
+ msgid "Remote"
+ msgstr "ÐÑддалено"
+
+ msgid "Display:"
+ msgstr "ÐнÑеÑÑейÑ:"
+
+ msgid "Analog"
+ msgstr "Ðналоговий"
+
+ msgid "Digital"
+ msgstr "ЦиÑÑовий"
msgid "Survey Point"
msgstr "ÐеодезиÑний пÑнкÑ"
@@@ -19117,8 -19883,8 +19927,8 @@@
msgid "Edit Survey Point"
msgstr "ÐлаÑÑивоÑÑÑ ÐеодезиÑного пÑнкÑÑ"
- msgid "Surveillance"
- msgstr "ÐамеÑа ÑпоÑÑеÑеженнÑ"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "ÐлаÑÑивоÑÑÑ ÐамеÑи ÑпоÑÑеÑеженнÑ"
@@@ -19129,18 -19895,108 +19939,108 @@@ msgstr "внÑÑÑÑÑнÑ
msgid "outdoor"
msgstr "зовнÑÑнÑ"
- msgid "public"
- msgstr "загалÑнодоÑÑÑпне"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "магазин"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr "ÐиÑоÑа Ñ Ð¼ÐµÑÑаÑ
(м)"
msgid "Power"
msgstr "ÐнеÑгеÑика"
- msgid "Power Generator"
+ msgid "Power Plant"
msgstr "ÐлекÑÑоÑÑанÑÑÑ"
- msgid "Edit Power Generator"
+ msgid "Edit Power Plant"
msgstr "ÐлаÑÑивоÑÑÑ ÐлекÑÑоÑÑанÑÑÑ"
+ msgid "Start date"
+ msgstr "ÐоÑаÑок ÑобоÑи"
+
+ msgid "Output forms of energy"
+ msgstr "ÐнеÑгÑÑ, Ñо генеÑÑÑÑÑÑÑ"
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr "(бÑÐ´Ñ Ð»Ð°Ñка, додайÑе ÑÑ ÑнÑоÑмаÑÑÑ Ð¿Ñо Ñип генеÑÐ¾Ð²Ð°Ð½Ð¾Ñ ÐµÐ½ÐµÑгÑÑ)"
+
+ msgid "electricity"
+ msgstr "елекÑÑиÑна"
+
+ msgid "2 W"
+ msgstr "2 W"
+
+ msgid "3 kW"
+ msgstr "3 kW"
+
+ msgid "5 MW"
+ msgstr "5 MW"
+
+ msgid "7 GW"
+ msgstr "7 GW"
+
+ msgid "hot water"
+ msgstr "гаÑÑÑа вода"
+
+ msgid "hot air"
+ msgstr "гаÑÑÑе повÑÑÑÑ"
+
+ msgid "cold water"
+ msgstr "Ñ
олодна вода"
+
+ msgid "cold air"
+ msgstr "Ñ
олодне повÑÑÑÑ"
+
+ msgid "compressed air"
+ msgstr "ÑÑиÑнене повÑÑÑÑ"
+
+ msgid "steam"
+ msgstr "паÑ"
+
+ msgid "vacuum"
+ msgstr "вакÑÑм"
+
+ msgid "Power Generator"
+ msgstr "ÐенеÑаÑоÑ"
+
+ msgid "Edit Power Generator"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐенеÑаÑоÑа"
+
msgid "biofuel"
msgstr "бÑопаливо"
@@@ -19162,113 -20018,219 +20062,219 @@@ msgstr "геоÑеÑмалÑний
msgid "hydro"
msgstr "гÑдÑо"
- msgid "nuclear"
- msgstr "аÑомна"
+ msgid "nuclear"
+ msgstr "аÑомна"
+
+ msgid "osmotic"
+ msgstr "оÑмоÑиÑний"
+
+ msgid "solar"
+ msgstr "ÑонÑе"
+
+ msgid "tidal"
+ msgstr "пÑиливи"
+
+ msgid "waste"
+ msgstr "вÑдÑ
оди"
+
+ msgid "wave"
+ msgstr "Ñ
вилÑ"
+
+ msgid "wind"
+ msgstr "вÑÑÑÑна"
+
+ msgid "Method"
+ msgstr "СпоÑÑб"
+
+ msgctxt "generator method"
+ msgid "anaerobic_digestion"
+ msgstr "анаеÑобного збÑоджÑваннÑ"
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr "дамба"
+
+ msgctxt "generator method"
+ msgid "combustion"
+ msgstr "згоÑÑннÑ"
+
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr "бÑопаливо / вÑгÑÐ»Ð»Ñ / Ð´Ð¸Ð·ÐµÐ»Ñ / газ / бензин / маÑло / вÑдÑ
оди"
+
+ msgctxt "generator method"
+ msgid "fission"
+ msgstr "ÑозÑепленнÑ"
+
+ msgctxt "generator method"
+ msgid "fusion"
+ msgstr "плавленнÑ"
+
+ msgctxt "generator method"
+ msgid "gasification"
+ msgstr "газиÑÑкаÑÑÑ"
+
+ msgid "biomass / waste"
+ msgstr "бÑомаÑи / вÑдÑ
оди"
+
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr "ÑоÑоелекÑÑиÑний"
+
+ msgctxt "generator method"
+ msgid "pyrolysis"
+ msgstr "пÑÑолÑз"
+
+ msgctxt "generator method"
+ msgid "run-of-the-river"
+ msgstr "ÑеÑÑÑ ÑÑки"
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr "поÑÑк"
+
+ msgctxt "generator method"
+ msgid "thermal"
+ msgstr "Ñепловий"
+
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr "гÑдÑоакÑмÑлÑÑÑий"
+
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr "водоÑÑ
овиÑе"
+
+ msgid "Generator Type"
+ msgstr "Тип генеÑаÑоÑа"
+
+ msgid "combined_cycle"
+ msgstr "комбÑнований Ñикл"
+
+ msgid "gas combustion"
+ msgstr "ÑпалÑÐ²Ð°Ð½Ð½Ñ Ð³Ð°Ð·Ñ"
+
+ msgid "francis_turbine"
+ msgstr "ÑÑÑбÑна ФÑенÑÑÑа"
+
+ msgid "gas_turbine"
+ msgstr "газова ÑÑÑбÑна"
+
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr "ÑпалÑÐ²Ð°Ð½Ð½Ñ Ð±ÑогазÑ, бÑомаÑи, вÑдÑ
одÑв"
+
+ msgid "heat_pump"
+ msgstr "Ñепловий наÑоÑ"
+
+ msgid "horizontal_axis"
+ msgstr "гоÑизонÑалÑна вÑÑÑ"
- msgid "osmotic"
- msgstr "оÑмоÑиÑний"
+ msgid "tidal steam / wind"
+ msgstr "пÑиливи паÑи / вÑÑÑÑ"
- msgid "solar"
- msgstr "ÑонÑе"
+ msgid "kaplan_turbine"
+ msgstr "повоÑоÑно-лопаÑева гÑдÑоÑÑÑбÑна"
- msgid "tidal"
- msgstr "пÑиливи"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr "гидÑоÑеÑÑÑ-ÑÑки/ гÑдÑо водоÑÑ
овиÑе / пÑиливна гÑеблÑ"
- msgid "waste"
- msgstr "вÑдÑ
оди"
+ msgid "pelton_turbine"
+ msgstr "ковÑова ÑÑÑбÑна"
- msgid "wave"
- msgstr "Ñ
вилÑ"
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr "гÑдÑо ÑеÑÑÑ-ÑÑки / гÑдÑо водоÑÑ
овиÑе"
- msgid "wind"
- msgstr "вÑÑÑÑна"
+ msgid "reciprocating_engine"
+ msgstr "поÑÑневий двигÑн"
- msgid "Method"
- msgstr "СпоÑÑб"
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr "бÑопаливо, бÑогаз, дизелÑ, газ, бензин"
- msgid "anaerobic_digestion"
- msgstr "анаеÑобне пеÑеÑÑавленнÑ"
+ msgid "solar_photovoltaic_panel"
+ msgstr "ÑонÑÑÐ½Ñ ÑоÑоелекÑÑиÑÐ½Ñ Ð¿Ð°Ð½ÐµÐ»Ñ"
- msgid "combustion"
- msgstr "ÑпалÑваннÑ"
+ msgid "solar photovoltaic"
+ msgstr "ÑонÑÑÐ½Ñ ÑоÑоелекÑÑиÑнÑ"
- msgid "dam"
- msgstr "гÑеблÑ"
+ msgid "solar_thermal_collector"
+ msgstr "ÑонÑÑниÑ
Ñепловий колекÑоÑ"
- msgid "fission"
- msgstr "ÑозÑепленнÑ"
+ msgid "solar thermal"
+ msgstr "ÑонÑÑне Ñепло"
- msgid "fusion"
- msgstr "злиÑÑÑ"
+ msgid "steam_generator"
+ msgstr "паÑогенеÑаÑоÑ"
- msgid "gasification"
- msgstr "газиÑÑкаÑÑÑ"
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+ "ÑпалÑÐ²Ð°Ð½Ð½Ñ Ð±Ñопалива, вÑгÑллÑ, дизелÑ, газÑ, бензинÑ, наÑÑи, вÑдÑ
одÑв"
- msgid "photovoltaic"
- msgstr "ÑонÑÑна"
+ msgid "steam_turbine"
+ msgstr "паÑова ÑÑÑбÑна"
- msgid "pumped-storage"
- msgstr "гÑдÑоакÑмÑлÑÑоÑ"
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+ "геоÑеÑмалÑÐ½Ñ / ÑонÑÑÐ½Ñ ÑÐµÐ¿Ð»Ð¾Ð²Ñ / ÑпалÑÐ²Ð°Ð½Ð½Ñ Ð±Ñопалива, вÑгÑллÑ, наÑÑи, "
+ "вÑдÑ
одÑв"
- msgid "pumping"
- msgstr "накаÑÑваннÑ"
+ msgid "stellarator"
+ msgstr "ÑÑелаÑаÑоÑ"
- msgid "pyrolysis"
- msgstr "пÑÑолÑз"
+ msgid "nuclear fusion"
+ msgstr "ÑдеÑний ÑинÑез"
- msgid "run-of-the-river"
- msgstr "ÑÑÑковий поÑÑк"
+ msgid "tokamak"
+ msgstr "Ñокамак"
- msgid "thermal"
- msgstr "Ñепловий"
+ msgid "vertical_axis"
+ msgstr "веÑÑикалÑна вÑÑÑ"
- msgid "Output forms of energy"
- msgstr "ÐнеÑгÑÑ, Ñо генеÑÑÑÑÑÑÑ"
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑоÑr 1 (BWR-1)"
- msgid "electricity"
- msgstr "елекÑÑиÑна"
+ msgid "nuclear fission"
+ msgstr "ÑдеÑий подÑл"
- msgid "2 W"
- msgstr "2 W"
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑÐ¾Ñ 2 (BWR-2)"
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑÐ¾Ñ 3 (BWR-3)"
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑÐ¾Ñ 4 (BWR-4)"
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑÐ¾Ñ 5 (BWR-5)"
- msgid "hot water"
- msgstr "гаÑÑÑа вода"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr "ÐиплÑÑий ÑдеÑний ÑеакÑÐ¾Ñ 6 (BWR-6)"
- msgid "hot air"
- msgstr "гаÑÑÑе повÑÑÑÑ"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr "Ðажководний водо-водÑний ÑдеÑний ÑеакÑÐ¾Ñ Ð²Ð¸ÑобниÑÑва Ðанади"
- msgid "cold water"
- msgstr "Ñ
олодна вода"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr "ÐиÑайÑÑкий РеакÑÐ¾Ñ Ð²Ð¸Ñокого ÑиÑÐºÑ (CPR-1000)"
- msgid "cold air"
- msgstr "Ñ
олодне повÑÑÑÑ"
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr "ÐвÑопейÑÑкий РеакÑÐ¾Ñ Ð²Ð¸Ñокого ÑиÑÐºÑ (EPR)"
- msgid "compressed air"
- msgstr "ÑÑиÑнене повÑÑÑÑ"
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr "ТеÑмоÑдеÑний ÑинÑез (ICF)"
- msgid "steam"
- msgstr "паÑ"
+ msgid "Pressurized water reactor (PWR)"
+ msgstr "Ðодо-водÑний ÑдеÑний ÑеакÑÐ¾Ñ (PWR)"
- msgid "vacuum"
- msgstr "вакÑÑм"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr "РеакÑÐ¾Ñ Ð²ÐµÐ»Ð¸ÐºÐ¾Ñ Ð¿Ð¾ÑÑжноÑÑÑ ÐºÐ°Ð½Ð°Ð»Ñний 1000 (RBMK-1000)"
- msgid "battery charging"
- msgstr "заÑÑдка баÑаÑей"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr "РеакÑÐ¾Ñ Ð²ÐµÐ»Ð¸ÐºÐ¾Ñ Ð¿Ð¾ÑÑжноÑÑÑ ÐºÐ°Ð½Ð°Ð»Ñний 1500 (RBMK-1500)"
- msgid "Power Station"
- msgstr "ÐлекÑÑопÑдÑÑанÑÑÑ"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr "Ðодно-водÑний ÐнеÑгеÑиÑний ÑеакÑÐ¾Ñ (VVER)"
- msgid "Edit Power Station"
- msgstr "ÐлаÑÑивоÑÑÑ ÐлекÑÑопÑдÑÑанÑÑÑ"
+ msgid "Output forms of energy:"
+ msgstr "Ðид виÑ
ÑÐ´Ð½Ð¾Ñ ÐµÐ½ÐµÑгÑÑ"
msgid "Power Sub Station"
msgstr "ТÑанÑÑоÑмаÑоÑна бÑдка"
@@@ -19279,6 -20241,21 +20285,21 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ð¢Ñан
msgid "Line reference"
msgstr "назва (номеÑ) меÑежÑ"
+ msgid "high"
+ msgstr "виÑокий"
+
+ msgid "medium"
+ msgstr "ÑеÑеднÑй"
+
+ msgid "low"
+ msgstr "низÑка"
+
+ msgid "750000;200000"
+ msgstr "750000;200000"
+
+ msgid "110000;20000"
+ msgstr "110000;20000"
+
msgid "Cable Distribution Cabinet"
msgstr "ÐабелÑна ÑозподÑлÑÑа ÑаÑа"
@@@ -19294,6 -20271,9 +20315,9 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐпоÑ
msgid "Tower reference"
msgstr "ÐÐ¾Ð¼ÐµÑ Ð¾Ð¿Ð¾Ñи"
+ msgid "steel"
+ msgstr "ÑÑалÑ"
+
msgid "Pole"
msgstr "ÐпоÑа"
@@@ -19312,13 -20292,11 +20336,11 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑнÑ
msgid "Line type"
msgstr "Тип лÑнÑÑ"
- msgctxt "Power Line"
msgid "line"
- msgstr "елекÑÑомеÑежа"
+ msgstr "виÑоковолÑÑна"
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "ÑеÑеднÑоÑ/низÑÐºÐ¾Ñ Ð½Ð°Ð¿ÑÑги"
+ msgstr "низÑковолÑÑна"
msgid "Amount of Cables"
msgstr "ÐÑлÑкÑÑÑÑ ÐºÐ°Ð±ÐµÐ»Ñв"
@@@ -19425,11 -20403,11 +20447,11 @@@ msgstr "ÐÑоÑк
msgid "Edit Kiosk"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑоÑкÑ"
- msgid "Baker"
- msgstr "ÐÑлоÑна"
+ msgid "Bakery"
+ msgstr "ÐекаÑнÑ"
- msgid "Edit Baker"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑлоÑноÑ"
+ msgid "Edit Bakery"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¿ÐµÐºÐ°ÑнÑ"
msgid "Butcher"
msgstr "ÐâÑÑна лавка"
@@@ -19440,8 -20418,8 +20462,8 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐâÑÑ
msgid "Seafood"
msgstr "ÐоÑепÑодÑкÑи"
- msgid "Edit Seafood"
- msgstr "ÐлаÑÑивоÑÑÑ ÐоÑепÑодÑкÑÑв"
+ msgid "Edit Seafood Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¼Ð¾ÑепÑодÑкÑÑв"
msgid "Deli (Fine Food)"
msgstr "ÐелÑкаÑеÑи (ÐиÑÑкана Ñжа)"
@@@ -19461,6 -20439,9 +20483,9 @@@ msgstr "Ринок
msgid "Edit Marketplace"
msgstr "ÐлаÑÑивоÑÑÑ Ð Ð¸Ð½ÐºÑ"
+ msgid "Organic"
+ msgstr "ÐкологÑÑно ÑиÑÑÑ Ð¿ÑодÑкÑи"
+
msgid "Greengrocer"
msgstr "ÐвоÑевий"
@@@ -19473,9 -20454,6 +20498,6 @@@ msgstr "СÑелаж з ÑеÑмеÑÑÑ
msgid "Edit Farm Stand"
msgstr "ÐлаÑÑивоÑÑÑ ÑÑÐµÐ»Ð°Ð¶Ñ Ð· ÑеÑмеÑÑÑкими ÑоваÑами"
- msgid "Organic"
- msgstr "ÐкологÑÑно ÑиÑÑÑ Ð¿ÑодÑкÑи"
-
msgid "Edit Organic/Bio"
msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð½Ð°ÑÑÑалÑниÑ
пÑодÑкÑÑв"
@@@ -19545,8 -20523,8 +20567,8 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑав
msgid "Fabric"
msgstr "Тканини"
- msgid "Edit Fabric"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÐºÐ°Ð½Ð¸Ð½"
+ msgid "Edit Fabric Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ñканин"
msgid "Electronic"
msgstr "ÐлекÑÑонÑка"
@@@ -19566,14 -20544,14 +20588,14 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðага
msgid "Mobile Phone"
msgstr "ÐобÑлÑÐ½Ñ ÑелеÑони"
- msgid "Edit Mobile Phone"
- msgstr "ÐлаÑÑивоÑÑÑ ÐобÑлÑниÑ
ÑелеÑонÑв"
+ msgid "Edit Mobile Phone Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¼Ð¾Ð±ÑлÑниÑ
ÑелеÑонÑв"
msgid "Vacuum Cleaner"
msgstr "ÐилоÑоÑи"
- msgid "Edit Vacuum Cleaner"
- msgstr "ÐлаÑÑивоÑÑÑ ÐилоÑоÑÑв"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¿Ð¸Ð»Ð¾ÑоÑÑв"
msgid "Hifi"
msgstr "ÐÑдÑо апаÑаÑÑÑа"
@@@ -19581,7 -20559,6 +20603,6 @@@
msgid "Edit Hifi Shop"
msgstr "ÐлаÑÑивоÑÑÑ ÐÐ°Ð³Ð°Ð·Ð¸Ð½Ñ ÐÑдÑо апаÑаÑÑÑи"
- msgctxt "shop"
msgid "Video"
msgstr "ÐÑдео"
@@@ -19609,6 -20586,12 +20630,12 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐÑнк
msgid "Edit Automated Teller Machine"
msgstr "ÐлаÑÑивоÑÑÑ ÐанкомаÑÑ"
+ msgid "Pawnbroker"
+ msgstr "ÐомбаÑд"
+
+ msgid "Edit Pawnbroker"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð»Ð¾Ð¼Ð±Ð°ÑдÑ"
+
msgid "Department Store"
msgstr "УнÑвеÑмаг"
@@@ -19645,11 -20628,32 +20672,32 @@@ msgstr "ЮвелÑÑÐ½Ñ Ð²Ð¸Ñоби
msgid "Edit Jewelry"
msgstr "ÐлаÑÑивоÑÑÑ Ð®Ð²ÐµÐ»ÑÑниÑ
виÑобÑв"
+ msgid "Gift"
+ msgstr "ÐодаÑÑнки"
+
+ msgid "Edit Gift Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÐ°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¿Ð¾Ð´Ð°ÑÑнкÑв"
+
+ msgid "buddhist"
+ msgstr "бÑддизм"
+
+ msgid "christian"
+ msgstr "Ñ
ÑиÑÑиÑнÑÑво"
+
+ msgid "hindu"
+ msgstr "ÑндÑÑзм"
+
+ msgid "jewish"
+ msgstr "ÑÑдаÑзм"
+
+ msgid "muslim"
+ msgstr "ÑÑлам"
+
msgid "Erotic"
msgstr "СекÑ-Ñоп"
- msgid "Edit Erotic"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¡ÐµÐºÑ-ÑопÑ"
+ msgid "Edit Erotic Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ ÑекÑ-ÑопÑ"
msgid "Florist"
msgstr "ÐвÑÑковий магазин"
@@@ -19678,8 -20682,8 +20726,8 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðага
msgid "Paint"
msgstr "ÐалÑÑÐ½Ñ Ð°ÐºÑеÑÑаÑи"
- msgid "Edit Paint"
- msgstr "ÐлаÑÑивоÑÑÑ ÐалÑÑниÑ
акÑеÑÑаÑÑв"
+ msgid "Edit Paint Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¼Ð°Ð»ÑÑниÑ
акÑеÑÑаÑÑв"
msgid "Furniture"
msgstr "ÐеблÑ"
@@@ -19690,20 -20694,20 +20738,20 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ðебл
msgid "Kitchen"
msgstr "ÐÑе Ð´Ð»Ñ ÐºÑÑ
нÑ"
- msgid "Edit Kitchen"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑе Ð´Ð»Ñ ÐºÑÑ
нÑ"
+ msgid "Edit Kitchen Store"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÐÑе Ð´Ð»Ñ ÐºÑÑ
нÑ"
msgid "Curtain"
msgstr "ШÑоÑи Ñа гаÑдини"
- msgid "Edit Curtain"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¨ÑÐ¾Ñ Ñа гаÑдин"
+ msgid "Edit Curtain Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÑÑÐ¾Ñ Ñа гаÑдин"
msgid "Frame"
msgstr "Рами"
- msgid "Edit Frames"
- msgstr "ÐлаÑÑивоÑÑÑ Ð Ð°Ð¼"
+ msgid "Edit Frames Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ñам"
msgid "Stationery"
msgstr "ÐанÑÑоваÑи"
@@@ -19738,8 -20742,8 +20786,8 @@@ msgstr "ÐлаÑÑивоÑÑÑ Ð¢ÑÑа
msgid "Musical Instrument"
msgstr "ÐÑзиÑÐ½Ñ ÑнÑÑÑÑменÑи"
- msgid "Edit Musical Instruments"
- msgstr "ÐлаÑÑивоÑÑÑ ÐÑзиÑниÑ
ÑнÑÑÑÑменÑÑв"
+ msgid "Edit Musical Instruments Shop"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¼ÑзиÑниÑ
ÑнÑÑÑÑменÑÑв"
msgid "Toys"
msgstr "ÐгÑаÑки"
@@@ -19951,6 -20955,12 +20999,12 @@@ msgstr "ÐеÑÑина
msgid "Edit Peak"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑÑини"
+ msgid "Saddle"
+ msgstr "ÐеÑевал"
+
+ msgid "Edit Saddle"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð³ÑÑÑÑкого пеÑевалÑ"
+
msgid "Glacier"
msgstr "ÐÑодовик"
@@@ -19990,26 -21000,35 +21044,35 @@@ msgstr "ÐеÑево
msgid "Edit Tree"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑева"
+ msgid "broad_leaved"
+ msgstr "лиÑÑÑнÑ"
+
+ msgid "conifer"
+ msgstr "Ñ
войнÑ"
+
+ msgid "palm"
+ msgstr "палÑми"
+
msgid "Botanical Name"
msgstr "ÐоÑанÑÑна назва"
+ msgid "Tree Row"
+ msgstr "Ð Ñд деÑев"
+
msgid "Wood"
msgstr "ÐеÑева"
msgid "Edit Wood"
msgstr "ÐлаÑÑивоÑÑÑ ÐеÑев"
- msgctxt "wood"
msgid "coniferous"
- msgstr "Ñ
войнÑ"
+ msgstr "Ñ
войний"
- msgctxt "wood"
msgid "deciduous"
- msgstr "лиÑÑÑнÑ"
+ msgstr "лиÑÑÑний"
- msgctxt "wood"
msgid "mixed"
- msgstr "мÑÑанÑ"
+ msgstr "мÑÑаний"
msgid "Forest"
msgstr "ÐÑÑовий маÑив"
@@@ -20017,15 -21036,6 +21080,6 @@@
msgid "Edit Forest Landuse"
msgstr "ÐлаÑÑивоÑÑÑ ÐÑÑового маÑивÑ"
- msgid "coniferous"
- msgstr "Ñ
войний"
-
- msgid "deciduous"
- msgstr "лиÑÑÑний"
-
- msgid "mixed"
- msgstr "мÑÑаний"
-
msgid "Grassland"
msgstr "ТÑави"
@@@ -20101,6 -21111,12 +21155,12 @@@ msgstr "Ðевада
msgid "Edit Meadow Landuse"
msgstr "ÐлаÑÑивоÑÑÑ Ðевади"
+ msgid "Orchard"
+ msgstr "ФÑÑкÑовий Ñад"
+
+ msgid "Edit Orchard Landuse"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð¤ÑÑкÑового ÑадÑ"
+
msgid "Vineyard"
msgstr "ÐиногÑадник"
@@@ -20155,8 -21171,8 +21215,8 @@@ msgstr "ÐайданÑик Ð´Ð»Ñ ÑгÐ
msgid "Edit Recreation Ground Landuse"
msgstr "ÐлаÑÑивоÑÑÑ ÐайданÑÐ¸ÐºÑ Ð´Ð»Ñ ÑгоÑ"
- msgid "Residential area"
- msgstr "ÐиÑлова зона"
+ msgid "Residential Area"
+ msgstr "ÐиÑловий Ñайон"
msgid "Edit Residential Landuse"
msgstr "ÐлаÑÑивоÑÑÑ ÐиÑÐ»Ð¾Ð²Ð¾Ñ Ð·Ð¾Ð½Ð¸"
@@@ -20167,6 -21183,9 +21227,9 @@@ msgstr "ЦвинÑаÑ
msgid "Edit Graveyard"
msgstr "ÐлаÑÑивоÑÑÑ Ð¦Ð²Ð¸Ð½ÑаÑÑ"
+ msgid "shinto"
+ msgstr "ÑинÑоÑзм"
+
msgid "Cemetery"
msgstr "ÐладовиÑе"
@@@ -20242,6 -21261,33 +21305,33 @@@ msgstr "ÐлаÑÑивоÑÑÑ ÐаÑâ
msgid "Annotation"
msgstr "ÐказÑвники"
+ msgid "Edit Name Information"
+ msgstr "ÐлаÑÑивоÑÑÑ Ð½Ð°Ð·Ð²Ð¸"
+
+ msgid "Alternative name"
+ msgstr "ÐлÑÑеÑнаÑивна назва"
+
+ msgid "Historical name"
+ msgstr "ÐÑÑоÑиÑна назва"
+
+ msgid "Local name"
+ msgstr "ÐÑÑÑева назва"
+
+ msgid "Regional name"
+ msgstr "РегÑоналÑна назва"
+
+ msgid "National name"
+ msgstr "ÐаÑÑоналÑна назва"
+
+ msgid "International name"
+ msgstr "ÐÑжнаÑодна назва"
+
+ msgid "Official name"
+ msgstr "ÐÑÑÑÑйна назва"
+
+ msgid "Common name abbreviation"
+ msgstr "ÐагалÑна ÑкоÑоÑена назва"
+
msgid "Edit Address Information"
msgstr "ÐлаÑÑивоÑÑÑ ÐдÑеÑи"
@@@ -20278,6 -21324,18 +21368,18 @@@ msgstr "паÑнÑ
msgid "alphabetic"
msgstr "за абеÑкоÑ"
+ msgid "Accuracy"
+ msgstr "ТоÑнÑÑÑÑ"
+
+ msgid "actual"
+ msgstr "акÑÑалÑна"
+
+ msgid "estimate"
+ msgstr "пÑиблизна"
+
+ msgid "potential"
+ msgstr "можлива"
+
msgid "Contact (common schema)"
msgstr "ÐонÑакÑи (загалÑна ÑÑ
ема)"
@@@ -20446,21 -21504,50 +21548,50 @@@ msgstr "ÐаÑÑÑÑÑ
msgid "Edit general route"
msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°ÑÑÑÑÑÑ"
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr "велоÑипедний"
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr "авÑобÑÑний"
+
+ msgctxt "route type"
msgid "road"
msgstr "доÑога"
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr "поÑомний"
+
+ msgctxt "route type"
msgid "ski"
msgstr "лижний"
+ msgctxt "route type"
msgid "foot"
msgstr "пÑÑий"
+ msgctxt "route type"
msgid "hiking"
- msgstr "пÑÑоÑ
Ñдна екÑкÑÑÑÑÑ"
+ msgstr "ÑÑÑиÑÑиÑний"
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr "ÑÑамвайний"
+ msgctxt "route type"
msgid "detour"
msgstr "обâÑзд"
+ msgctxt "route type"
+ msgid "railway"
+ msgstr "залÑзниÑний"
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr "меÑÑо"
+
msgid "Symbol description"
msgstr "ÐÐ¿Ð¸Ñ ÑимволÑв"
@@@ -20506,26 -21593,29 +21637,29 @@@ msgstr "ÑоÑка зÑпинки в о
msgid "backward halt point"
msgstr "ÑоÑка зÑпинки звоÑоÑнÑого напÑÑмкÑ"
- msgid "Route network"
+ msgid "Route Network"
msgstr "ÐаÑÑÑÑÑна меÑежа"
- msgid "Edit route network"
- msgstr "ÐлаÑÑивоÑÑÑ Ð¼Ð°ÑÑÑÑÑÐ½Ð¾Ñ Ð¼ÐµÑежÑ"
+ msgid "Edit Route Network"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐаÑÑÑÑÑÐ½Ð¾Ñ Ð¼ÐµÑежÑ"
msgid "member"
msgstr "Ñлен"
- msgid "Associated street"
- msgstr "ÐвâÑзана вÑлиÑÑ"
+ msgid "Associated Street"
+ msgstr "ÐÑлиÑÑ (Associated Street)"
- msgid "Edit associated street"
- msgstr "ÐлаÑÑивоÑÑÑ Ð·Ð²âÑÐ·Ð°Ð½Ð¾Ñ Ð²ÑлиÑÑ"
+ msgid "Edit Associated Street"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑлиÑÑ (Associated Street)"
+
+ msgid "house"
+ msgstr "бÑдинок"
msgid "Street"
- msgstr "ÐÑлиÑÑ"
+ msgstr "ÐÑлиÑÑ (Street)"
msgid "Edit Street"
- msgstr "ÐлаÑÑивоÑÑÑ Ð²ÑлиÑÑ"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐÑлиÑÑ (Street)"
msgid "ways being part of street"
msgstr "лÑнÑй â ÑаÑÑини вÑлиÑÑ"
@@@ -20542,8 -21632,8 +21676,8 @@@ msgstr "ÑнÑе
msgid "Destination sign"
msgstr "ÐказÑвник напÑÑмкÑ"
- msgid "Edit Destination sign"
- msgstr "ÐлаÑÑивоÑÑÑ Ð²ÐºÐ°Ð·Ñвника напÑÑмкÑ"
+ msgid "Edit Destination Sign"
+ msgstr "ÐлаÑÑивоÑÑÑ ÐказÑвника напÑÑмкÑ"
msgid "Destination written on sign (w/o distance)"
msgstr "ÐÑÑÑе пÑизнаÑÐµÐ½Ð½Ñ (без вÑдÑÑанÑ)"
@@@ -20638,18 -21728,27 +21772,27 @@@ msgstr "лÑнÑÑ, Ñо пÑоÑ
одÑ
msgid "way forming the outline footprint"
msgstr "лÑнÑÑ, Ñо ÑÑвоÑÑÑ ÐºÐ¾Ð½ÑÑÑ"
- msgid "nodes forming the outline"
- msgstr "ÑоÑки, Ñо ÑÑвоÑÑÑÑÑ ÐºÐ¾Ð½ÑÑÑ"
+ msgid "edge ways parallel to ''across''"
+ msgstr "лÑнÑÑ ÐºÐ¾Ð½ÑÑÑÑ Ð¿Ð°ÑалелÑÐ½Ñ ''across''"
msgid "ways passing through the tunnel"
msgstr "лÑнÑÑ, Ñо пÑоÑ
одÑÑÑ Ð¿Ð¾ ÑÑнелÑ"
+ msgid "edge ways parallel to ''through''"
+ msgstr "лÑнÑÑ ÐºÐ¾Ð½ÑÑÑÑ Ð¿Ð°ÑалелÑÐ½Ñ ''through''"
+
msgid "bridge"
msgstr "мÑÑÑ"
msgid "deprecated"
msgstr "заÑÑаÑÑлий"
+ msgid "bicycle"
+ msgstr "велоÑипедний"
+
+ msgid "foot"
+ msgstr "пÑÑий"
+
msgid "horse"
msgstr "кÑнÑ"
@@@ -20659,8 -21758,11 +21802,11 @@@ msgstr "баÑâÑÑ
msgid "motorroad"
msgstr "доÑога Ð´Ð»Ñ Ð°Ð²ÑомобÑлÑв"
- msgid "highway_track"
- msgstr "ÑÑаÑа"
+ msgid "highway.track"
+ msgstr "highway.track"
+
+ msgid "livingdashed"
+ msgstr "livingdashed"
msgid "services"
msgstr "поÑлÑги"
@@@ -20668,11 -21770,11 +21814,11 @@@
msgid "ford"
msgstr "бÑÑд"
- msgid "highway_platform"
- msgstr "плаÑÑоÑма"
+ msgid "highway.platform"
+ msgstr "highway.platform"
- msgid "emergency_access_point"
- msgstr "пÑÐ½ÐºÑ Ð¿ÐµÑÑÐ¾Ñ Ð´Ð¾Ð¿Ð¾Ð¼Ð¾Ð³Ð¸"
+ msgid "emergency.access.point"
+ msgstr "emergency.access.point"
msgid "riverbank"
msgstr "беÑег ÑÑки"
@@@ -20689,6 -21791,9 +21835,9 @@@ msgstr "поÑоги
msgid "railwaypoint"
msgstr "ÑоÑка залÑзниÑÑ"
+ msgid "raildashed"
+ msgstr "raildashed"
+
msgid "railyard"
msgstr "депо"
@@@ -20704,29 -21809,29 +21853,29 @@@ msgstr "ÑÑаÑа колÑÑ
msgid "aeroway"
msgstr "авÑаÑÑаÑа"
- msgid "aeroway_dark"
- msgstr "ÐаванÑажена авÑаÑÑаÑа"
+ msgid "aeroway.dark"
+ msgstr "aeroway.dark"
- msgid "aeroway_light"
- msgstr "ÐомÑÑно заванÑажена авÑаÑÑаÑа"
+ msgid "aeroway.light"
+ msgstr "aeroway.light"
- msgid "piste_easy"
- msgstr "легка лижнÑ"
+ msgid "piste.easy"
+ msgstr "piste.easy"
- msgid "piste_intermediate"
- msgstr "ноÑмалÑна лижнÑ"
+ msgid "piste.intermediate"
+ msgstr "piste.intermediate"
- msgid "piste_advanced"
- msgstr "ÑÑкладнена лижнÑ"
+ msgid "piste.advanced"
+ msgstr "piste.advanced"
- msgid "piste_expert"
- msgstr "Ñкладна лижнÑ"
+ msgid "piste.expert"
+ msgstr "piste.expert"
- msgid "piste_freeride"
- msgstr "дÑже ÑÐºÐ»Ð°Ð´Ð½Ñ Ð»Ð¸Ð¶Ð½Ñ"
+ msgid "piste.freeride"
+ msgstr "piste.freeride"
- msgid "piste_novice"
- msgstr "Ð»Ð¸Ð¶Ð½Ñ Ð´Ð»Ñ Ð½Ð¾Ð²Ð°ÑкÑв"
+ msgid "piste.novice"
+ msgstr "piste.novice"
msgid "power"
msgstr "енеÑгÑÑ"
@@@ -20746,20 -21851,20 +21895,20 @@@ msgstr "гаванÑ
msgid "amenity"
msgstr "зÑÑÑноÑÑÑ"
- msgid "amenity_traffic"
- msgstr "зÑÑÑноÑÑÑ Ð¿ÐµÑеÑÑваннÑ"
+ msgid "amenity.traffic"
+ msgstr "amenity.traffic"
- msgid "amenity_light"
- msgstr "зÑÑÑноÑÑÑ Ð¿ÑоÑÑÑ"
+ msgid "amenity.light"
+ msgstr "amenity.light"
- msgid "light_water"
- msgstr "легка вода"
+ msgid "light.water"
+ msgstr "light.water"
msgid "health"
msgstr "медиÑина"
- msgid "shop"
- msgstr "магазин"
+ msgid "office"
+ msgstr "оÑÑÑ"
msgid "hotel"
msgstr "гоÑелÑ"
@@@ -20833,11 -21938,14 +21982,14 @@@ msgstr "маÑÑÑÑÑ
msgid "boundary"
msgstr "коÑдон"
+ msgid "sport"
+ msgstr "ÑпоÑÑ"
+
msgid "place"
msgstr "мÑÑÑевÑÑÑÑ"
- msgid "tiger_data"
- msgstr "Ð´Ð°Ð½Ñ TIGER"
+ msgid "tiger.data"
+ msgstr "tiger.data"
msgid "address"
msgstr "адÑеÑа"
@@@ -20851,9 -21959,6 +22003,6 @@@ msgstr "Село/ÐÑÑÑо
msgid "One Way"
msgstr "ÐдноÑÑоÑоннÑ"
- msgid "Church"
- msgstr "Ð¥Ñам"
-
msgid "Fuel Station"
msgstr "ÐÐС"
@@@ -20881,6 -21986,9 +22030,9 @@@ msgstr "ÑÐµÒ bridge на ÑоÑÑÑ
msgid "wrong highway tag on a node"
msgstr "помилковий ÑÐµÒ highway на ÑоÑÑÑ"
+ msgid "wrong crossing tag on a way"
+ msgstr "помилковий ÑÐµÒ crossing на лÑнÑÑ"
+
msgid "Unnamed unclassified highway"
msgstr "ÐоÑоги без клаÑиÑÑкаÑÑÑ, Ñо не маÑÑÑ Ð½Ð°Ð·Ð²Ð¸"
@@@ -20894,7 -22002,7 +22046,7 @@@ msgid "misspelled key name
msgstr "помилки в клÑÑÑ name"
msgid "cycleway with tag bicycle"
- msgstr "вело-доÑÑжки Ñз ÑеÒом bicycle"
+ msgstr "велодоÑÑжки Ñз ÑеÒом bicycle"
msgid "footway with tag foot"
msgstr "ÑÑоÑÑаÑи Ñз ÑеÒом foot"
@@@ -20926,11 -22034,41 +22078,41 @@@ msgstr "неоÑÑкÑвана комб
msgid "unusual tag combination (highway & natural)"
msgstr "неоÑÑкÑвана комбÑнаÑÑÑ ÑеÒÑв (highway Ñа natural)"
+ msgid "unusual tag combination (landuse & building)"
+ msgstr "незвиÑна комбÑнаÑÑÑ ÑеÒÑв (landuse & building)"
+
+ msgid "unnecessary access key"
+ msgstr "непоÑÑÑбний ÑÐµÒ access"
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr "непоÑÑÑбний ÑÐµÒ motor_vehicle=yes"
+
msgid "natural water used for swimming pool"
msgstr "natural=water Ñ Ð¿Ð»Ð°Ð²Ð°Ð»ÑниÑ
баÑейнаÑ
"
- msgid "incline without highway"
- msgstr "ÑÐµÒ incline без ÑеÒÑ highway"
+ msgid "numerical key"
+ msgstr "ÑиÑловий клÑÑ"
+
+ msgid "route_master relation without route_master=*"
+ msgstr "звâÑзок route_master без ÑеÒÑ route_master=*"
+
+ msgid "power line without voltage"
+ msgstr "не вказано напÑÑÐ³Ñ ÐµÐ»ÐµÐºÑÑомеÑежÑ"
+
+ msgid "substation key without power=substation"
+ msgstr "ÑÐµÒ substation без power=substation"
+
+ msgid "transformer key without power"
+ msgstr "ÑÐµÒ transformer без power"
+
+ msgid "missing substation=*"
+ msgstr "Ð½ÐµÐ¼Ð°Ñ substation=*"
+
+ msgid "missing transformer=*"
+ msgstr "Ð½ÐµÐ¼Ð°Ñ transformer=*"
+
+ msgid "incline without highway or railway"
+ msgstr "ÑÐµÒ incline без ÑеÒÑв highway Ñи railway"
msgid "junction without highway"
msgstr "ÑÐµÒ junction без ÑеÒÑ highway"
@@@ -20941,8 -22079,8 +22123,8 @@@ msgstr "ÑÐµÒ lanes без ÑеÒÑ hi
msgid "lcn without highway"
msgstr "ÑÐµÒ lcn без ÑеÒÑ highway"
- msgid "lit without highway"
- msgstr "ÑÐµÒ lit без ÑеÒÑ highway"
+ msgid "lit without highway/railway/piste/parking/platform"
+ msgstr "ÑÐµÒ lit без highway/railway/piste/parking/platform"
msgid "living_street without highway"
msgstr "ÑÐµÒ living_street без ÑÑÒÑ highway"
@@@ -20959,8 -22097,8 +22141,8 @@@ msgstr "ÑÐµÒ motorroad без ÑеÒÑ
msgid "ntd_id without highway"
msgstr "ÑÐµÒ ntd_id без ÑеÒÑ highway"
- msgid "oneway without highway"
- msgstr "ÑÐµÒ oneway без ÑеÒÑ highway"
+ msgid "oneway without highway or railway"
+ msgstr "ÑÐµÒ oneway без ÑеÒÑв highway Ñи railway"
msgid "sac_scale without highway"
msgstr "ÑÐµÒ sac_scale без ÑеÒÑ highway"
@@@ -21034,62 -22172,173 +22216,173 @@@ msgstr "ÑÐµÒ pzb без ÑеÒÑ rail
msgid "radio without railway"
msgstr "ÑÐµÒ radio без ÑеÒÑ railway"
- msgid "structure_gauge without railway"
- msgstr "ÑÐµÒ structure_gauge без ÑеÒÑ railway"
+ msgid "structure_gauge without railway"
+ msgstr "ÑÐµÒ structure_gauge без ÑеÒÑ railway"
+
+ msgid "tilting_technologie without railway"
+ msgstr "ÑÐµÒ tilting_technologie без ÑеÒÑ railway"
+
+ msgid "track_class without railway"
+ msgstr "ÑÐµÒ track_class без ÑеÒÑ railway"
+
+ msgid "tracks without railway"
+ msgstr "ÑÐµÒ tracks без ÑеÒÑ railway"
+
+ msgid "traffic_mode without railway"
+ msgstr "ÑÐµÒ traffic_mode без ÑеÒÑ railway"
+
+ msgid "usage without railway"
+ msgstr "ÑÐµÒ usage без ÑеÒÑ railway"
+
+ msgid "workrules without railway"
+ msgstr "ÑÐµÒ workrules без ÑеÒÑ railway"
+
+ msgid "stream without waterway"
+ msgstr "ÑÐµÒ stream без ÑеÒÑ waterway"
+
+ msgid "intermittent without waterway"
+ msgstr "ÑÐµÒ intermittent без ÑеÒÑ waterway"
+
+ msgid "boat without waterway / natural=water"
+ msgstr "ÑÐµÒ boat без ÑеÒÑ waterway / natural=water"
+
+ msgid "length_unit without waterway"
+ msgstr "ÑÐµÒ length_unit без ÑеÒÑ waterway"
+
+ msgid "llid without waterway"
+ msgstr "ÑÐµÒ llid без ÑеÒÑ waterway"
+
+ msgid "canal without waterway"
+ msgstr "ÑÐµÒ canal без ÑеÒÑ waterway"
+
+ msgid "have_riverbank without waterway"
+ msgstr "ÑÐµÒ have_riverbank без ÑеÒÑ waterway"
+
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
+ msgstr "ÑÐµÒ tunnel без highway/railway/waterway/platform/pipeline"
+
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
+ msgstr "ÑÐµÒ bridge без highway/railway/waterway/platform/piste/pipeline"
+
+ msgid "psv without highway/railway/waterway/parking"
+ msgstr "ÑÐµÒ psv без highway/railway/waterway/parking"
+
+ msgid "width without physical linear feature"
+ msgstr "ÑÐµÒ width на нелÑнÑÐ¹Ð½Ð¾Ð¼Ñ Ð¾Ð±âÑкÑÑ"
+
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr "ÑÐµÒ maxspeed без highway/railway/traffic_sign/enforcement"
+
+ msgid "fence_type without barrier=fence"
+ msgstr "ÑÐµÒ fence_type без barrier=fence"
+
+ msgid "border_type without boundary"
+ msgstr "ÑÐµÒ border_type без boundary"
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr "ÑÐµÒ recycling_type без amenity=recycling"
+
+ msgid "board_type without information=board"
+ msgstr "ÑÐµÒ board_type без information=board"
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr "ÑÐµÒ shelter_type без amenity=shelter"
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr "ÑÐµÒ lamp_type без highway=street_lamp"
+
+ msgid "map_type without information=map"
+ msgstr "ÑÐµÒ map_type без information=map"
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr "ÑÐµÒ site_type без historic=archaeological_site"
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr "ÑÐµÒ artwork_type без tourism=artwork"
+
+ msgid "castle_type without historic=castle"
+ msgstr "ÑÐµÒ castle_type без historic=castle"
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr "ÑÐµÒ reservoir_type без landuse/water=reservoir"
+
+ msgid "bunker_type without military=bunker"
+ msgstr "ÑÐµÒ bunker_type без military=bunker"
+
+ msgid "source:addr without addr:*"
+ msgstr "source:addr без addr:*"
+
+ msgid "source:date without source"
+ msgstr "source:date без source"
+
+ msgid "source:name without name"
+ msgstr "source:name без name"
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr "source:maxspeed без maxspeed"
+
+ msgid "source:building without building"
+ msgstr "source:building без building"
+
+ msgid "source:ref without ref"
+ msgstr "source:ref без ref"
+
+ msgid "source:population without population"
+ msgstr "source:population без population"
- msgid "tilting_technologie without railway"
- msgstr "ÑÐµÒ tilting_technologie без ÑеÒÑ railway"
+ msgid "source:geometry on a node"
+ msgstr "source:geometry на ÑоÑÑÑ"
- msgid "track_class without railway"
- msgstr "ÑÐµÒ track_class без ÑеÒÑ railway"
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr "source:[addr:]postcode без addr:postcode"
- msgid "tracks without railway"
- msgstr "ÑÐµÒ tracks без ÑеÒÑ railway"
+ msgid "source:postal_code without addr:postcode"
+ msgstr "source:postal_code без addr:postcode"
- msgid "traffic_mode without railway"
- msgstr "ÑÐµÒ traffic_mode без ÑеÒÑ railway"
+ msgid "source:ele without ele"
+ msgstr "source:ele без ele"
- msgid "usage without railway"
- msgstr "ÑÐµÒ usage без ÑеÒÑ railway"
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr "source:ref:INSEE без ref:INSEE"
- msgid "workrules without railway"
- msgstr "ÑÐµÒ workrules без ÑеÒÑ railway"
+ msgid "source:lit without lit"
+ msgstr "source:lit без lit"
- msgid "stream without waterway"
- msgstr "ÑÐµÒ stream без ÑеÒÑ waterway"
+ msgid "source:hgv without hgv"
+ msgstr "source:hgv без hgv"
- msgid "intermittent without waterway"
- msgstr "ÑÐµÒ intermittent без ÑеÒÑ waterway"
+ msgid "source:outline on a node"
+ msgstr "source:outline на ÑоÑÑÑ"
- msgid "boat without waterway / natural=water"
- msgstr "ÑÐµÒ boat без ÑеÒÑ waterway / natural=water"
+ msgid "source:highway without highway"
+ msgstr "source:highway без highway"
- msgid "length_unit without waterway"
- msgstr "ÑÐµÒ length_unit без ÑеÒÑ waterway"
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr "source:maxaxleload без maxaxleload"
- msgid "llid without waterway"
- msgstr "ÑÐµÒ llid без ÑеÒÑ waterway"
+ msgid "source:surface without surface"
+ msgstr "source:surface без surface"
- msgid "canal without waterway"
- msgstr "ÑÐµÒ canal без ÑеÒÑ waterway"
+ msgid "source:bridge without bridge"
+ msgstr "source:bridge без bridge"
- msgid "have_riverbank without waterway"
- msgstr "ÑÐµÒ have_riverbank без ÑеÒÑ waterway"
+ msgid "source:old_name without old_name"
+ msgstr "source:old_name без old_name"
- msgid "tunnel without highway/railway/waterway"
- msgstr "ÑÐµÒ tunnel без ÑеÒÑ highway/railway/waterway"
+ msgid "source:bicycle without bicycle"
+ msgstr "source:bicycle без bicycle"
- msgid "bridge without highway/railway/waterway"
- msgstr "ÑÐµÒ bridge без ÑеÒÑ highway/railway/waterway"
+ msgid "source:designation without designation"
+ msgstr "source:designation без designation"
- msgid "psv without highway/railway/waterway"
- msgstr "ÑÐµÒ psv без ÑеÒÑ highway/railway/waterway"
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr "source:[addr:]housenumber без addr:housenumber"
- msgid "width without physical linear feature"
- msgstr "ÑÐµÒ width на нелÑнÑÐ¹Ð½Ð¾Ð¼Ñ Ð¾Ð±âÑкÑÑ"
+ msgid "source:height without height"
+ msgstr "source:height без height"
- msgid "maxspeed without highway/railway/traffic_sign"
- msgstr "ÑÐµÒ maxspeed без ÑеÒÑ highway/railway/traffic_sign"
+ msgid "source:lanes without lanes"
+ msgstr "source:lanes без lanes"
msgid "religion without denomination"
msgstr "ÑÐµÒ religion без ÑеÒÑ denomination"
@@@ -21109,9 -22358,58 +22402,58 @@@ msgstr "
"не зазнаÑено Ð¼Ð¾Ð²Ñ ÐÑкÑпедÑÑ, викоÑиÑÑовÑйÑе'' wikipedia''=''мова:заголовок "
"ÑÑоÑÑнки''"
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
msgstr "невÑдомий пÑеÑÑÐºÑ Ð¼Ð¾Ð²Ð¸ ÑеÒÑ wikipedia"
+ msgid "layer should be between -5 and 5"
+ msgstr "ÑÑÐ²ÐµÐ½Ñ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ бÑÑи мÑж -5 Ñа 5"
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr "знаÑеннÑм level повинно бÑÑи ÑиÑло Ñз можливим кÑоком .5"
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "height: Ñипово в меÑÑаÑ
; кÑапка - деÑÑÑковий ÑоздÑлÑваÑ; одинÑÑ Ð²Ð¸Ð¼ÑÑÑ "
+ "вказÑÑÑÑÑÑ ÑеÑез пÑобÑл"
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxheight: Ñипово в меÑÑаÑ
; кÑапка - деÑÑÑковий ÑоздÑлÑваÑ; одинÑÑ Ð²Ð¸Ð¼ÑÑÑ "
+ "вказÑÑÑÑÑÑ ÑеÑез пÑобÑл"
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+ "width: Ñипово в меÑÑаÑ
; кÑапка - деÑÑÑковий ÑоздÑлÑваÑ; одинÑÑ Ð²Ð¸Ð¼ÑÑÑ "
+ "вказÑÑÑÑÑÑ ÑеÑез пÑобÑл"
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+ "maxwidth: Ñипово в меÑÑаÑ
; кÑапка - деÑÑÑковий ÑоздÑлÑваÑ; одинÑÑ Ð²Ð¸Ð¼ÑÑÑ "
+ "вказÑÑÑÑÑÑ ÑеÑез пÑобÑл"
+
+ msgid "unusual maxspeed format"
+ msgstr "незвиÑайний ÑоÑÐ¼Ð°Ñ Ð² maxspeed"
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+ "напÑÑга повинна зазнаÑаÑиÑÑ Ñ Ð²Ð¾Ð»ÑÑаÑ
без пÑобÑлÑв/ÑоздÑлÑникÑв/одиниÑÑ "
+ "вимÑÑÑ"
+
+ msgid "unusual frequency specification"
+ msgstr "незвиÑайний ÑоÑÐ¼Ð°Ñ ÑаÑÑоÑи"
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr "незвиÑайна ÑиÑина колÑÑ; викоÑиÑÑовÑÑÑÑÑÑ mm без ÑоздÑловиÑ
знакÑв"
+
+ msgid "unusual incline; use percentages/degrees or up/down"
+ msgstr "незвиÑайний наÑ
илÑ; викоÑиÑÑовÑÑÑÑÑÑ Ð²ÑдÑоÑки/гÑадÑÑÑв або up/down"
+
msgid "Landsat"
msgstr "Landsat"
@@@ -21121,24 -22419,30 +22463,33 @@@ msgstr "Yahoo - ÑÑпÑÑниковÑ
msgid "Bing Sat"
msgstr "Bing - ÑÑпÑÑÐ½Ð¸ÐºÐ¾Ð²Ñ Ð·Ð½Ñмки"
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr "HDDM (Humanitarian OpenStreetMap)"
+
msgid "MapBox Satellite"
msgstr "MapBox СÑпÑÑÐ½Ð¸ÐºÐ¾Ð²Ñ Ð·Ð½Ñмки"
msgid "MapQuest Open Aerial"
msgstr "MapQuest Open Aerial"
+ msgid "OpenStreetMap GPS Traces"
+ msgstr "OpenStreetMap GPS-ÑÑеки"
+
msgid "OpenStreetMap (Mapnik)"
msgstr "OpenStreetMap (Mapnik)"
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr "OpenStreetMap (Mapnik Ч/Ð)"
- msgid "Skobbler"
- msgstr "Skobbler"
+ msgid "skobbler"
+ msgstr "skobbler"
+
+ msgid "skobbler heatmap"
+ msgstr "skobbler heatmap"
+msgid "skobbler heatmap"
+msgstr "skobbler heatmap"
+
msgid "OpenCycleMap"
msgstr "OpenCycleMap"
@@@ -21154,8 -22458,8 +22505,8 @@@ msgstr "OpenStreetMap (ÐÑмеÑÑки
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr "Ðамбоджа, ÐаоÑ, ТаÑланд, ÐâÑÑнам Ð´Ð²Ñ Ð¼Ð¾Ð²Ð¸"
- msgid "2u"
- msgstr "2u"
+ msgid "osmfr"
+ msgstr "osmfr"
msgid "AGRI black-and-white 2.5m"
msgstr "AGRI Ñ/б 2.5м"
@@@ -21163,6 -22467,9 +22514,9 @@@
msgid "Geoimage.at MaxRes"
msgstr "Geoimage.at MaxRes"
+ msgid "basemap.at"
+ msgstr "basemap.at"
+
msgid "Graz: Basiskarte (base map)"
msgstr "Graz: Basiskarte (оÑновна мапа)"
@@@ -21309,6 -22616,31 +22663,31 @@@ msgstr "ÐаваÑÑÑ (2 м)
msgid "Stuttgart (Luftbild)"
msgstr "ШÑÑÑгаÑÑ (Ðид з повÑÑÑÑ)"
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr "ÐÑланген 2013 ÐеÑознÑмок (6.25 Ñм)"
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr "ÐÑланген 2011 ÐеÑознÑмок (5.0 Ñм)"
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr "СÑаÑа мапа Ð¦Ð²ÐµÐ½ÐºÐ°Ñ - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr "СÑаÑа мапа ÐÐµÐ³Ð°Ñ - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr "ФÑзиÑÐ½Ñ Ð¼Ð°Ð¿Ð¸ DE - ФÑзиÑна мапа (пÑиÑодниÑ
ÑеÑиÑоÑÑй)"
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr "ФÑзиÑÐ½Ñ Ð¼Ð°Ð¿Ð¸ DE:ÐаÑÑ - ФÑзиÑна мапа (пÑиÑодниÑ
ÑеÑиÑоÑÑй)"
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+ "ФÑзиÑÐ½Ñ Ð¼Ð°Ð¿Ð¸ DE:ÐаÑÑ - ÑÐ°Ñ Ð´Ð»Ñ Bing (напÑиклад, непÑозоÑÑÑÑÑ Ð²Ñд 20 до 50 "
+ "вÑдÑоÑкÑв викоÑиÑÑаннÑ)"
+
msgid "Imagerie Drone (Haiti)"
msgstr "Imagerie Drone (ÐаÑÑÑ)"
@@@ -21475,6 -22807,9 +22854,9 @@@ msgstr "USGS ÐобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð²ÐµÐ
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr "OSM US TIGER 2012 Ð¨Ð°Ñ Ð´Ð¾ÑÑг"
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr "ÐÐ¾Ð²Ñ Ñа змÑÑÐµÐ½Ñ Ð´Ð¾Ñоги TIGER (TIGER 2013)"
+
msgid "OSM - Tiger Edited Map"
msgstr "OSM - мапа пÑд ÑедакÑÑÑÑ Tiger"
@@@ -21520,6 -22855,39 +22902,39 @@@ msgstr "OS Scottish Popular ÑÑÑоÑÐ
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr "NLS - Bartholomew пÑвдÑйма, 1897-1907"
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr "OS Town Plans, Cupar 1854 (NLS)"
+
+ msgid "OSM Export"
+ msgstr "ÐкÑпоÑÑ OSM"
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr "ÐкÑпоÑÑ Ð´Ð°Ð½Ð¸Ñ
ÑÑаÑÑÐºÑ Ð² меÑежевий Ñайл SUMO."
+
+ msgid "SUMO Export"
+ msgstr "SUMO ÐкÑпоÑÑ"
+
+ msgid "Export"
+ msgstr "ÐкÑпоÑÑ"
+
+ msgid "Port:"
+ msgstr "ÐоÑÑ:"
+
+ msgid "refresh the port list"
+ msgstr "оновиÑи ÑпиÑок поÑÑÑв"
+
+ msgid "Configure"
+ msgstr "ÐалаÑÑÑваÑи"
+
+ msgid "Connection Error."
+ msgstr "Ðомилка пÑдклÑÑеннÑ."
+
+ msgid "configure the connected DG100"
+ msgstr "налаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑдклÑÑеного DG100"
+
+ msgid "delete data after import"
+ msgstr "вилÑÑиÑи Ð´Ð°Ð½Ñ Ð¿ÑÑÐ»Ñ ÑмпоÑÑÑ"
+
msgid "Columbus V-900 CSV Files"
msgstr "Файли Columbus V-900 CSV"
@@@ -21672,7 -23040,7 +23087,7 @@@ msgid "Upload Traces
msgstr "ÐадÑÐ¸Ð»Ð°Ð½Ð½Ñ ÑÑекÑв на ÑеÑвеÑ"
msgid "Defines the visibility of your trace for other OSM users."
- msgstr "ÐизнаÑÐ°Ñ Ð²Ð¸Ð´Ð¸Ð¼ÑÑÑÑ Ð²Ð°Ñого ÑÑÐµÐºÑ Ð´Ð»Ñ ÑнÑиÑ
коÑиÑÑÑваÑÑв OSM."
+ msgstr "ÐизнаÑÐ°Ñ Ð²Ð¸Ð´Ð¸Ð¼ÑÑÑÑ Ð²Ð°Ñого ÑÑÐµÐºÑ Ð´Ð»Ñ ÑнÑиÑ
ÑÑаÑникÑв OSM."
msgid "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
msgstr "http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"
@@@ -21731,6 -23099,18 +23146,18 @@@ msgstr "ÐоказÑÑ Ð¿ÑоÑÑÐ»Ñ Ð
msgid "Elevation Profile"
msgstr "ÐÑоÑÑÐ»Ñ Ð²Ð¸ÑоÑи"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr "Ð¨Ð°Ñ Ð· ÑÑÑÐºÐ¾Ñ Ð²Ð¸ÑÐ¾Ñ (екÑпеÑименÑалÑний!)"
+
+ msgid "Shows elevation grid layer"
+ msgstr "ÐоказÑÑ ÑÐ°Ñ Ð· ÑÑÑÐºÐ¾Ñ Ð²Ð¸ÑоÑ"
+
+ msgid "Elevation Grid"
+ msgstr "СÑÑка виÑоÑ"
+
+ msgid "No SRTM data"
+ msgstr "Ðез даниÑ
SRTM"
+
msgid "Open the elevation profile window."
msgstr "ÐÑдкÑиÑи вÑкно пÑоÑÑлÑв виÑоÑи"
@@@ -21752,14 -23132,8 +23179,8 @@@ msgstr "ÐбÑлÑÑеннÑ
msgid "Time"
msgstr "ЧаÑ"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "ÐвÑомаÑиÑно"
-
- msgid "Fixed value"
- msgstr "ÐÑÑановлене знаÑеннÑ"
+ msgid "Tracks"
+ msgstr "ТÑеки"
msgid "Elevation profile for track ''{0}''."
msgstr "ÐÑоÑÑÐ»Ñ Ð²Ð¸ÑÐ¾Ñ Ð´Ð»Ñ ÑÑÐµÐºÑ ''{0}''."
@@@ -22035,11 -23409,14 +23456,14 @@@ msgstr "ÐидÑлиÑи неповнÑ
msgid "Selects all addresses with incomplete data."
msgstr "ÐидÑлиÑи вÑÑ Ð°Ð´ÑеÑи з неповними даними."
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr "ÐикоÑиÑÑовÑваÑи ÑÐµÒ 'addr:street' або 'addr:place'"
+
msgid "House Number Editor"
msgstr "РедакÑÐ¾Ñ Ð½Ð¾Ð¼ÐµÑÑв бÑдинкÑв"
- msgid "Housenumber increment:"
- msgstr "ÐÑиÑоÑÐµÐ½Ð½Ñ Ð½Ð¾Ð¼ÐµÑÑ Ð±ÑдинкÑ"
+ msgid "House number increment:"
+ msgstr "ÐÑиÑоÑÐµÐ½Ð½Ñ Ð½Ð¾Ð¼ÐµÑÑв бÑдинкÑв"
msgid "Updating properties of up to {0} object"
msgid_plural "Updating properties of up to {0} objects"
@@@ -22248,8 -23625,8 +23672,8 @@@ msgstr "ÐÑÑкÑÑÑÑÑÑ Ð½ÐµÐ¿Ð°Ñ
msgid "Expected even numbers for addresses"
msgstr "ÐÑÑкÑÑÑÑÑÑ Ð½ÐµÐ¿Ð°ÑÐ½Ñ Ð½Ð¾Ð¼ÐµÑи бÑдÑвелÑ"
- msgid "Expected valid number for address increment"
- msgstr "ÐÑÑкÑÑÑÑÑÑ Ð²ÑÑне знаÑÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð·Ð±ÑлÑÑÐµÐ½Ð½Ñ Ð½Ð¾Ð¼ÐµÑÑв бÑдÑвелÑ"
+ msgid "Expected valid number for increment"
+ msgstr "ÐÑÑкÑÑÑÑÑÑ Ð²ÑÑний Ð½Ð¾Ð¼ÐµÑ Ð´Ð»Ñ Ð¿ÑиÑоÑеннÑ"
msgid "Country code must be 2 letters"
msgstr "Ðод кÑаÑни повинен ÑкладаÑиÑÑ Ð· 2 ÑимволÑв"
@@@ -22624,15 -24001,6 +24048,6 @@@ msgstr "ÐÐ¾Ð¼ÐµÑ Ð´Ð¾Ð¼Ð°:
msgid "Street Name:"
msgstr "ÐÑлиÑÑ:"
- msgid "Increment"
- msgstr "ÐбÑлÑÑеннÑ"
-
- msgid "Decrement"
- msgstr "ÐменÑеннÑ"
-
- msgid "Numbers:"
- msgstr "ÐомеÑи:"
-
msgid "Big buildings mode"
msgstr "Режим великиÑ
бÑдÑвелÑ"
@@@ -22824,6 -24192,9 +24239,9 @@@ msgstr "ÐÑдклÑÑиÑи обÑÑз
msgid "Use \"Tableau d''assemblage\""
msgstr "ÐикоÑиÑÑовÑваÑи «ÐиагÑÐ°Ð¼Ñ Ð·Ð±ÑÑки»"
+ msgid "Replace grey shades by white color only"
+ msgstr "ÐамÑнÑÑÑ ÑÑÑÑ Ð²ÑдÑÑнки бÑлим колÑоÑом"
+
msgid "Select first WMS layer in list."
msgstr "ÐибеÑÑÑÑ Ð¿ÐµÑÑий ÑÐ°Ñ WMS Ð·Ñ ÑпиÑкÑ"
@@@ -22843,12 -24214,6 +24261,6 @@@ msgstr "50 м
msgid "100 m"
msgstr "100 м"
- msgid "high"
- msgstr "виÑокий"
-
- msgid "medium"
- msgstr "ÑеÑеднÑй"
-
msgid "symbol"
msgstr "Ñимвол"
@@@ -23000,6 -24365,10 +24412,10 @@@ msgid "
msgstr ""
"ÐодайÑе \"ТаблиÑÑ(Ñ) збÑÑки\" Ñ Ð¿ÐµÑелÑк кадаÑÑÑовиÑ
лиÑÑÑв Ð´Ð»Ñ Ð·Ð°Ñ
ваÑÑ."
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+ "ÐамÑнÑÑÑ ÑÑÑÑ Ð²ÑдÑÑнки бÑлим колÑоÑом (менÑÑ Ñайли Ñа викоÑиÑÑÐ°Ð½Ð½Ñ Ð¿Ð°Ð¼âÑÑÑ)"
+
msgid "Display crosspieces:"
msgstr "ÐоказаÑи пеÑемиÑки:"
@@@ -23021,6 -24390,9 +24437,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "УвÑмкнÑÑÑ Ð´Ð»Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ÑÑÑ Ð²Ð¸ÐºÐ¾ÑиÑÑÐ°Ð½Ð½Ñ \"add:street\" на ÑоÑкаÑ
."
+ msgid "Unexpected file extension. {0}"
+ msgstr "ÐеÑподÑване ÑозÑиÑÐµÐ½Ð½Ñ ÑайлÑ. {0}"
+
msgid "Add \"source=...\" to elements?"
msgstr "ÐодаÑи до елеменÑÑв \"source=â¦\"?"
@@@ -23269,8 -24641,11 +24688,11 @@@ msgstr "Ð¨Ð°Ñ WMS ({0}), {1} квадÑ
msgid "Is not vectorized."
msgstr "Ðе векÑоÑизований."
- msgid "Raster size: {0}"
- msgstr "РозмÑÑ ÑаÑÑÑÑ: {0}"
+ msgid "Bounding box: {0}"
+ msgstr "ÐабаÑиÑна Ñамка: {0}"
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr "РозмÑÑ Ð·Ð¾Ð±ÑÐ°Ð¶ÐµÐ½Ð½Ñ (px): {0}/{1}"
msgid "Is vectorized."
msgstr "ÐекÑоÑизований."
@@@ -23321,7 -24696,7 +24743,7 @@@ msgstr "ÐилÑÑиÑи обÑÐ°Ð½Ñ Ñ
msgid "Color Schemes"
msgstr "ÐолÑÑÐ½Ñ ÑÑ
еми"
- msgid "Adress"
+ msgid "Address"
msgstr "ÐдÑеÑа"
msgid "Split area"
@@@ -23357,7 -24732,7 +24779,7 @@@ msgid "TCX Files (*.tcx)
msgstr "TCX Ñайли (*.tcx)"
msgid "Download along..."
- msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð²Ð·Ð´Ð¾Ð²Ð¶â¦"
+ msgstr "ÐаванÑажиÑи вздовжâ¦"
msgid "Download OSM data along the selected ways."
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ
OSM вздовж видÑÐ»ÐµÐ½Ð¾Ñ Ð»ÑнÑÑ."
@@@ -23474,7 -24849,7 +24896,7 @@@ msgid "Zoom in to see messages
msgstr "ÐаблизиÑиÑÑ, Ñоб побаÑиÑи повÑдомленнÑ"
msgid "Login"
- msgstr "ÐоÑиÑÑÑваÑ"
+ msgstr "УвÑйÑи"
msgid "Enable autologin"
msgstr "ÐÑ
одиÑи авÑомаÑиÑно"
@@@ -23489,13 -24864,13 +24911,13 @@@ msgid "not logged in
msgstr "не ввÑйÑли в ÑиÑÑемÑ"
msgid "User {0} has left"
- msgstr "ÐоÑиÑÑÑÐ²Ð°Ñ {0} вийÑов"
+ msgstr "УÑаÑник {0} вийÑов"
msgid "User {0} is mapping nearby"
- msgstr "ÐоÑиÑÑÑÐ²Ð°Ñ {0} мапиÑÑ Ð¿Ð¾ÑÑÑ Ð· вами"
+ msgstr "УÑаÑник {0} мапиÑÑ Ð¿Ð¾ÑÑÑ Ð· вами"
msgid "Users mapping nearby:"
- msgstr "ÐоÑиÑÑÑваÑÑ Ð¿Ð¾ÑÑÑ:"
+ msgstr "УÑаÑÐ½Ð¸ÐºÑ Ð¿Ð¾ÑÑÑ:"
msgid "Private chat"
msgstr "ÐÑиваÑний ÑаÑ"
@@@ -23510,7 -24885,7 +24932,7 @@@ msgid "Clear log
msgstr "ÐÑиÑÑиÑи жÑÑнал"
msgid "Show users on map"
- msgstr "ÐоказаÑи коÑиÑÑÑваÑÑв на мапÑ"
+ msgstr "ÐоказаÑи ÑÑаÑникÑв на мапÑ"
msgid "Position only"
msgstr "ТÑлÑки положеннÑ"
@@@ -23551,27 -24926,9 +24973,9 @@@ msgstr "ÐÑдклÑÑиÑи ÑеÑÑÑ
msgid "Unknown logFormat"
msgstr "ÐевÑдомий ÑоÑÐ¼Ð°Ñ ÑеÑÑÑÑаÑÑÑ Ð´Ð°Ð½Ð¸Ñ
"
- msgid "Port:"
- msgstr "ÐоÑÑ:"
-
- msgid "refresh the port list"
- msgstr "оновиÑи ÑпиÑок поÑÑÑв"
-
- msgid "Configure"
- msgstr "ÐалаÑÑÑваÑи"
-
msgid "Configure Device"
msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑиÑÑÑоÑ"
- msgid "Connection Error."
- msgstr "Ðомилка пÑдклÑÑеннÑ."
-
- msgid "configure the connected DG100"
- msgstr "налаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¿ÑдклÑÑеного DG100"
-
- msgid "delete data after import"
- msgstr "вилÑÑиÑи Ð´Ð°Ð½Ñ Ð¿ÑÑÐ»Ñ ÑмпоÑÑÑ"
-
msgid "Importing data from device."
msgstr "ÐмпоÑÑÑваÑи Ð´Ð°Ð½Ñ Ð· пÑиÑÑÑоÑ"
@@@ -24182,8 -25539,8 +25586,8 @@@ msgid "
"Please make sure it is as precise as possible, and describe a region this "
"offset is applicable to."
msgstr ""
- "Ðи збеÑÑгаÑÑе зÑÑв ÑонÑ. ÐнÑÑ ÐºÐ¾ÑиÑÑÑваÑÑ Ð±ÑдÑÑÑ Ð²Ð¸ÐºÐ¾ÑиÑÑовÑваÑи його пÑд "
- "ÑÐ°Ñ ÐºÑеÑÐ»ÐµÐ½Ð½Ñ Ð¼Ð°Ð¿Ð¸\n"
+ "Ðи збеÑÑгаÑÑе зÑÑв ÑонÑ. ÐнÑÑ ÑÑаÑники бÑдÑÑÑ Ð²Ð¸ÐºÐ¾ÑиÑÑовÑваÑи його пÑд ÑÐ°Ñ "
+ "кÑеÑÐ»ÐµÐ½Ð½Ñ Ð¼Ð°Ð¿Ð¸\n"
"ÑÑÑÑ Ð¼ÑÑÑевоÑÑÑ. ÐеÑеконайÑеÑÑ, Ñо вÑн Ñ Ð¼Ð°ÐºÑималÑно ÑоÑним, Ñа опиÑÑÑÑ "
"мÑÑÑевÑÑÑÑ Ð´Ð»Ñ ÑÐºÐ¾Ñ Ð²Ñн пÑдÑ
одиÑÑ."
@@@ -24681,7 -26038,7 +26085,7 @@@ msgid "Missing input data
msgstr "ÐÑ
ÑÐ´Ð½Ñ Ð´Ð°Ð½Ñ Ð²ÑдÑÑÑнÑ"
msgid "Measured values"
- msgstr "ÐимÑÑÑÐ½Ñ Ð·Ð½Ð°ÑеннÑ"
+ msgstr "РезÑлÑÑаÑи вимÑÑÑваннÑ"
msgid "Open the measurement window."
msgstr "ÐÑдкÑиÑи вÑкно вимÑÑÑванÑ."
@@@ -24723,9 -26080,34 +26127,34 @@@ msgstr "ÐлиÑÑÑ Ð¿ÐµÑекÑиÑÑ
msgid "Merge Overlap (combine)"
msgstr "ÐлиÑÑÑ Ð¿ÐµÑекÑиÑÑÑ (комбÑноване)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>РолÑ, заÑнована на ÑÑаÑÑÑ Ñ Ð·Ð²âÑзкаÑ
, бÑла ÑкопÑйована Ñ Ð²ÑÑ Ð½Ð¾Ð²Ñ "
+ "лÑнÑÑ.<br>РезÑлÑÑÐ°Ñ Ð½ÐµÐ¾Ð±Ñ
Ñдно пеÑевÑÑиÑи Ñ Ð²Ð¸Ð¿ÑавиÑи, ÑкÑо бÑде "
+ "поÑÑÑбно.</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+ "<html>Член звâÑÐ·ÐºÑ Ð±Ñв ÑкопÑйований Ñ Ð²ÑÑ Ð½Ð¾Ð²Ñ Ð»ÑнÑÑ. <br> РезÑлÑÑÐ°Ñ "
+ "поÑÑÑбно пеÑевÑÑиÑи Ñа випÑавиÑи за поÑÑеби.</html>"
+
msgid "Split way"
msgstr "РоздÑлиÑи лÑнÑÑ"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+ "<html>ÐведÑÑÑ ÐºÐ»ÑÑ ÑеÒÑ, напÑиклад: <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+ "<html>ÐведÑÑÑ Ð·Ð½Ð°ÑÐµÐ½Ð½Ñ ÑеÒÑ, напÑиклад: <strong><tt>пеÑевÑÑÑе "
+ "ÑленÑв</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "ÐÑÑиганÑÑкий повоÑÐ¾Ñ Ð»ÑвоÑÑÑ"
@@@ -25443,9 -26825,6 +26872,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr "СÑалаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°: {0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "Ðе вдалоÑÑ ÑÑвоÑиÑи повÑÐ´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñо Ð½Ð¾Ð²Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÑ. РезÑлÑÑаÑ: {0}"
-
msgid "Process queue"
msgstr "ÐбÑобиÑи ÑеÑгÑ"
@@@ -25502,18 -26881,6 +26928,6 @@@ msgstr "
msgid "Close: "
msgstr "ÐакÑиÑи: "
- msgid "New issue"
- msgstr "Ðова пÑоблема"
-
- msgid "Create issue"
- msgstr "ÐказаÑи Ð½Ð¾Ð²Ñ Ð¿ÑоблемÑ"
-
- msgid "Describe the problem precisely"
- msgstr "ÐпиÑÑÑÑ Ð¿ÑÐ¾Ð±Ð»ÐµÐ¼Ñ Ñк можна докладнÑÑе"
-
- msgid "Create: "
- msgstr "СÑвоÑиÑи: "
-
msgid "Open in browser"
msgstr "ÐÑдкÑиÑи в оглÑдаÑÑ"
@@@ -25866,6 -27233,27 +27280,27 @@@ msgstr "ТеÑÑ Ð½Ðµ пÑойдено
msgid "Test failed: Could not write mtime."
msgstr "ТеÑÑ Ð½Ðµ пÑойдено: Ðе Ð¼Ð¾Ð¶Ñ Ð·Ð°Ð¿Ð¸ÑаÑи mtime."
+ msgid "Adjust photos"
+ msgstr "ÐÑдÑгнаÑи знÑмки"
+
+ msgid "Move and position photos"
+ msgstr "ÐеÑеÑÑÐ²Ð°Ð½Ð½Ñ Ñа позиÑÑÑÐ²Ð°Ð½Ð½Ñ Ð·Ð½ÑмкÑв"
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr "Click+поÑÑгнÑÑÑ Ð·Ð½Ñмок або shift+click Ð´Ð»Ñ Ð¿Ð¾Ð·Ð¸ÑÑÑÐ²Ð°Ð½Ð½Ñ Ð·Ð½ÑмкÑ."
+
+ msgid "Please load some photos."
+ msgstr "ÐаванÑажÑе кÑлÑка знÑмкÑв."
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr "УвÑмкнÑÑи показ мÑнÑаÑÑÑ"
+
+ msgid "New layer for untagged images"
+ msgstr "Ðовий ÑÐ°Ñ Ð´Ð»Ñ Ð½ÐµÐ¿Ð¾Ð·Ð½Ð°ÑениÑ
знÑмкÑв"
+
+ msgid "Untagged Images"
+ msgstr "ÐепознаÑÐµÐ½Ñ Ð·Ð½Ñмки"
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "ÐажаÑÑе збеÑегÑи поÑоÑне калÑбÑÑÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ ÑаÑÑ {0}?"
@@@ -26021,6 -27409,9 +27456,9 @@@ msgstr "У бÑÑеÑÑ Ð¾Ð±Ð¼ÑÐ½Ñ Ð½
msgid "The clipboard data is not an image"
msgstr "ÐÐ°Ð½Ñ Ð±ÑÑеÑа обмÑÐ½Ñ Ð½Ðµ Ñ Ð·Ð¾Ð±ÑаженнÑм"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "ÐопеÑедженнÑ: не вдалоÑÑ Ð¾Ð±ÑобиÑи zip-Ñайл ''{0}''. Ðомилка: {1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
"ÐалÑбÑÑвалÑний Ñайл, повâÑзаний з Ñайлом зобÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð±Ñв знайдений Ñ: {0}\n"
@@@ -26344,9 -27735,6 +27782,6 @@@ msgstr "Файл GPX не мÑÑÑиÑÑ
msgid "Create Stops from GPX"
msgstr "СÑвоÑиÑи зÑпинки з GPX"
- msgid "Tracks"
- msgstr "ТÑеки"
-
msgid "Tracks in this GPX file:"
msgstr "ТÑеки Ñ ÑÐ°Ð¹Ð»Ñ GPX:"
@@@ -26565,6 -27953,9 +28000,9 @@@ msgstr "ÐведÑÑÑ Id набоÑÑ
msgid "Reverted changeset"
msgstr "ÐÑдмÑнений набÑÑ Ð·Ð¼Ñн"
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr "Ðе допÑÑкаÑÑÑÑÑ, ÑкаÑÑÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн {0}"
+
msgid "Missing merge target for {0} with id {1}"
msgstr "ÐÑдÑÑÑнÑй обâÑÐºÑ Ð·Ð»Ð¸ÑÑÑ Ð´Ð»Ñ {0} з ÑденÑиÑÑкаÑоÑом {1}"
@@@ -26600,15 -27991,35 +28038,35 @@@ msgstr "ÐÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ Ð²ÑдÑÑÑ
msgid "Downloading changeset"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн"
+ msgid "See {0}"
+ msgstr "Ðив {0}"
+
msgid "Revert changeset #{0}"
msgstr "ÐÑдмÑна набоÑÑ Ð·Ð¼Ñн â{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "ÐопеÑедженнÑ: непÑдÑÑимÑваний поÑаÑковий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в "
+ "позиÑÑÑ ({1},{2}). ÐÑопÑÑкаÑмо."
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+ "ÐопеÑедженнÑ: непÑдÑÑимÑваний кÑнÑевий ÐµÐ»ÐµÐ¼ÐµÐ½Ñ ''{0}'' в набоÑÑ Ð·Ð¼Ñн в "
+ "позиÑÑÑ ({1},{2}). ÐÑопÑÑкаÑмо."
+
msgid "Road Sign Plugin"
msgstr "ÐÑÑлок ÐоÑÐ¾Ð¶Ð½Ñ Ð·Ð½Ð°ÐºÐ¸"
msgid "signs"
msgstr "знаки"
+ msgid "Change Properties"
+ msgstr "ÐмÑниÑи паÑамеÑÑи"
+
msgid "Country preset:"
msgstr "Шаблони Ð´Ð»Ñ ÐºÑаÑн:"
@@@ -26723,9 -28134,6 +28181,6 @@@ msgstr "ÐалаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð²ÑÑ
msgid "Configure routing preferences."
msgstr "ÐадаÑи налаÑÑÑÐ²Ð°Ð½Ð½Ñ Ð¼Ð°ÑÑÑÑÑизаÑÑÑ"
- msgid "Highway type"
- msgstr "Тип доÑоги"
-
msgid "Speed (Km/h)"
msgstr "ШвидкÑÑÑÑ (км/г)"
@@@ -26928,20 -28336,20 +28383,20 @@@ msgstr "ÐоеÑÑÑÑÑÐ½Ñ Ð²ÑдÑÑ
msgid "Merge Nearby Nodes Threshold"
msgstr "ÐлиÑÑÑ Ð½Ð°Ð¹Ð±Ð»Ð¸Ð¶ÑиÑ
гÑаниÑниÑ
ÑоÑок"
- msgid "Online Help"
- msgstr "ÐнÑеÑакÑивна довÑдка"
+ msgid "SeaMap Editor"
+ msgstr "РедакÑÐ¾Ñ Ð¼Ð¾ÑÑÑкиÑ
мап"
- msgid "Load"
- msgstr "ÐаванÑажиÑи"
+ msgid "No object selected"
+ msgstr "ÐбâÑкÑи не видÑленÑ"
- msgid "invisible"
- msgstr "невидимий"
+ msgid "Seamark Inspector"
+ msgstr "ÐеÑевÑÑка навÑгаÑÑйниÑ
знакÑв"
- msgid "SeaMap Editor"
- msgstr "РедакÑÐ¾Ñ Ð¼Ð¾ÑÑÑкиÑ
мап"
+ msgid "Select only one object"
+ msgstr "ÐидÑлÑÑÑ ÑÑлÑки один об'ÑкÑ"
- msgid "Export"
- msgstr "ÐкÑпоÑÑ"
+ msgid "Select a map object"
+ msgstr "ÐидÑлÑÑÑ Ð¾Ð±âÑÐºÑ Ð½Ð° мапÑ"
msgid "AutoSave LiveData"
msgstr "ÐвÑозбеÑÐµÐ¶ÐµÐ½Ð½Ñ ÑедагованиÑ
даниÑ
"
@@@ -27165,6 -28573,103 +28620,103 @@@ msgstr "ТÑаÑÑвалÑник.
msgid "Tracer building"
msgstr "ТÑаÑÑвалÑник бÑдÑвлÑ"
+ msgid "Tracer2"
+ msgstr "Tracer2"
+
+ msgid "Tracer2."
+ msgstr "Tracer2."
+
+ msgid "Change tag {0} to {1}"
+ msgstr "ÐмÑниÑи ÑÐµÒ {0} на {1}"
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+ "ÐеÑÑÑÑ Tracer2Server не ÑÑмÑÑна Ñз вÑÑлком. ÐÑÐ´Ñ Ð»Ð°Ñка, заванÑажÑе веÑÑÑÑ "
+ "{0} з\n"
+ "{1}."
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+ "ÐаÑвна нова веÑÑÑÑ Tracer2Server. ÐÐ»Ñ Ð¾ÑÑÐ¸Ð¼Ð°Ð½Ð½Ñ ÐºÑаÑиÑ
ÑезÑлÑÑаÑÑв оновÑÑÑÑÑ "
+ "до веÑÑÑÑ {0}."
+
+ msgid "No set of parameter is active!"
+ msgstr "Ðе акÑивовано жодного набоÑÑ Ð¿Ð°ÑамеÑÑÑв!"
+
+ msgid "Select parameter"
+ msgstr "ÐбеÑÑÑÑ Ð¿Ð°ÑамеÑÑ"
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr "Tracer2: Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð»ÑнÑÑ Ð· {0} ÑоÑки(ок)"
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr "Tracer2: змÑна лÑнÑÑ Ð· {0} ÑоÑки(ок)"
+
+ msgid "Tracer2 error"
+ msgstr "Tracer2 помилка"
+
+ msgid "Parameter for server request"
+ msgstr "ÐаÑамеÑÑи Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸ÑÑ Ð´Ð¾ ÑеÑвеÑа"
+
+ msgid "Tile size:"
+ msgstr "РозмÑÑ ÐºÐ²Ð°Ð´ÑаÑÑ:"
+
+ msgid "Resolution:"
+ msgstr "РоздÑлÑнÑÑÑÑ:"
+
+ msgid "Mode:"
+ msgstr "Режим:"
+
+ msgid "Threshold:"
+ msgstr "ÐоÑÑг:"
+
+ msgid "Points per circle:"
+ msgstr "ТоÑок в колÑ:"
+
+ msgid "Tag:"
+ msgstr "ТеÒ:"
+
+ msgid "Preferred values:"
+ msgstr "ÐеÑÐµÐ²Ð°Ð¶Ð½Ñ Ð·Ð½Ð°ÑеннÑ:"
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr "ÐилÑÑиÑи паÑамеÑÑ \"{0}\"?"
+
+ msgid "Add new"
+ msgstr "ÐодаÑи новий"
+
+ msgid "Add predefined"
+ msgstr "ÐодаÑи зÑмовлений"
+
+ msgid "Select predefined parameter"
+ msgstr "ÐибÑаÑи зÑмовлений паÑамеÑÑ"
+
+ msgid "Modify list of parameter for server request."
+ msgstr "ÐмÑниÑи пеÑелÑк паÑамеÑÑÑв Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸ÑÑ Ð´Ð¾ ÑеÑвеÑа"
+
+ msgid "Parameter:"
+ msgstr "ÐаÑамеÑÑ:"
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+ "Tracer2Server не запÑÑений. ÐÑÐ´Ñ Ð»Ð°Ñка, запÑÑÑÑÑÑ Server.\n"
+ "ЯкÑо Ñ Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ ÑеÑвеÑа заванÑажÑе його з\n"
+ "{0}."
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr "Tracer2Server нÑÑого не знайÑов."
+
+ msgid "Tracer2Server has detected an error."
+ msgstr "Tracer2Server виÑвив помилкÑ."
+
msgid "GPG"
msgstr "GPG"
@@@ -27204,6 -28709,11 +28756,11 @@@ msgstr "ÐаваÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð±âÑ
msgid "Download signed data"
msgstr "ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð¿ÑдпиÑаниÑ
даниÑ
"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+ "ÐопеÑедженнÑ: ÐгноÑÑÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð½ÑÑкÑ, ÑÐ¾Ð¼Ñ Ñо Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±Ñло вÑдмÑнено. ÐинÑÑок: "
+ "{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -27369,9 -28879,6 +28926,6 @@@ msgstr "ÐÑÐ´Ð¿Ð¸Ñ ÑкаÑовано
msgid "Please give a tolerance in meters"
msgstr "ÐÑÐ´Ñ Ð»Ð°Ñка, додайÑе пÑипÑÑÐµÐ½Ð½Ñ Ñ Ð¼ÐµÑÑаÑ
"
- msgid "Accuracy"
- msgstr "ТоÑнÑÑÑÑ"
-
msgid "Select as much as you like:"
msgstr "ÐидÑлÑÑÑ ÑÑÑлÑки, ÑкÑлÑки вам поÑÑÑбно:"
@@@ -28246,7 -29753,7 +29800,7 @@@ msgid "Change relation member for {0} {
msgstr "ÐамÑна ÑÐ»ÐµÐ½Ñ Ð·Ð²âÑÐ·ÐºÑ {0} {1}"
msgid "Circle arc"
- msgstr "ÐÑга кола"
+ msgstr "ÐÑга"
msgid "Create a circle arc"
msgstr "СÑвоÑиÑи дÑÐ³Ñ ÐºÐ¾Ð»Ð°"
@@@ -28519,9 -30026,6 +30073,6 @@@ msgstr "ÐнÑÑи видÑÐ»ÐµÐ½Ð½Ñ Ð
msgid "Removes all nodes from selection"
msgstr "ÐнÑÑи видÑÐ»ÐµÐ½Ð½Ñ Ð· ÑÑÑÑ
ÑоÑок"
- msgid "Video"
- msgstr "ÐÑдео"
-
msgid "Import Video"
msgstr "ÐмпоÑÑÑваÑи вÑдео"
@@@ -28825,9 -30329,6 +30376,6 @@@ msgstr "ÐÑÑановиÑи Ñипов
msgid "Enter the Wikipedia language"
msgstr "ÐкажÑÑÑ Ð¼Ð¾Ð²Ñ Ñ ÐÑкÑпедÑÑ"
- msgid "Add Tag"
- msgstr "ÐодаÑи ÑеÒ"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/ur.po
index 0d845e9,2c469fe..32a3b39
--- a/i18n/po/ur.po
+++ b/i18n/po/ur.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2010-05-13 04:15+0000\n"
"Last-Translator: Shoaib Mirza <Unknown>\n"
"Language-Team: Urdu <ur at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:04+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:04+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: ur\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "
msgid "Opening link not supported on current platform (''{0}'')"
msgstr ""
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -159,13 -165,13 +165,13 @@@ msgid "About JOSM...
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
@@@ -250,9 -256,6 +256,6 @@@ msgstr "
msgid "Please select at least four nodes."
msgstr ""
- msgid "Information"
- msgstr ""
-
msgid "Align Nodes in Line"
msgstr ""
@@@ -289,6 -292,9 +292,9 @@@ msgstr "
msgid "Nothing selected to zoom to."
msgstr ""
+ msgid "Information"
+ msgstr ""
+
msgid "Zoom to {0}"
msgstr ""
@@@ -343,7 -349,7 +349,7 @@@ msgid "
msgstr ""
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
@@@ -523,6 -529,9 +529,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr ""
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -636,7 -645,7 +645,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -786,8 -795,8 +795,8 @@@ msgid "Merge nodes into the oldest one.
msgstr ""
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -972,12 -981,8 +981,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -995,9 -1000,6 +1000,6 @@@ msgstr "
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1163,9 -1165,6 +1165,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1304,13 -1303,13 +1303,13 @@@ msgid "
msgstr ""
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1399,6 -1398,27 +1398,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr ""
@@@ -1683,6 -1703,9 +1703,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr ""
@@@ -1902,8 -1925,8 +1925,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2328,6 -2351,9 +2351,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2524,8 -2550,7 +2550,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2611,6 -2636,9 +2636,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2647,10 -2675,10 +2675,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2673,8 -2701,8 +2701,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2778,6 -2806,9 +2806,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr ""
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2838,8 -2869,8 +2869,8 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
msgid "Relation"
@@@ -2869,10 -2900,10 +2900,10 @@@ msgstr "
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
+ msgid "Please select which changes you want to apply."
msgstr ""
- msgid "Properties of "
+ msgid "Tags of "
msgstr ""
msgid "Roles in relations referring to"
@@@ -2893,6 -2924,9 +2924,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2923,18 -2957,18 +2957,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2943,8 -2977,8 +2977,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2952,13 -2986,11 +2986,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2972,8 -3004,8 +3004,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3003,11 -3035,10 +3035,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr ""
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3160,8 -3191,7 +3191,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3268,7 -3298,7 +3298,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3306,9 -3336,6 +3336,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3347,6 -3374,9 +3374,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3371,6 -3401,15 +3401,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3430,6 -3469,9 +3469,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3512,6 -3554,15 +3554,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3581,6 -3632,12 +3632,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3638,13 -3695,13 +3695,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3676,10 -3733,10 +3733,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3813,7 -3870,7 +3870,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3888,6 -3945,9 +3945,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3918,9 -3978,6 +3978,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3945,10 -4002,10 +4002,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4011,23 -4068,6 +4068,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4131,7 -4171,7 +4171,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4360,6 -4400,18 +4400,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4464,19 -4516,6 +4516,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4764,29 -4803,47 +4803,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4801,7 -4858,7 +4858,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4853,14 -4910,6 +4910,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5110,14 -5159,14 +5159,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5638,6 -5687,9 +5687,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5721,6 -5773,33 +5773,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr ""
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr ""
+
+ msgid "Object ID:"
+ msgstr ""
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr ""
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5811,8 -5890,7 +5890,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -5982,9 -6060,6 +6060,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6269,8 -6344,8 +6344,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6335,34 -6410,46 +6410,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6377,13 -6464,13 +6464,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6537,7 -6624,7 +6624,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6855,6 -6942,25 +6942,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -6986,20 -7092,7 +7092,7 @@@ msgstr "
msgid "Download object"
msgstr ""
- msgid "Object type:"
- msgstr ""
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr ""
-
- msgid "Object ID:"
- msgstr ""
-
- msgid "Enter the ID of the object that should be downloaded"
+ msgid "Start downloading"
msgstr ""
msgid ""
@@@ -7010,23 -7103,9 +7103,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr ""
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7123,7 -7202,7 +7202,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7222,6 -7301,9 +7301,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7309,7 -7391,7 +7391,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7328,6 -7410,12 +7410,12 @@@ msgstr "
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7394,8 -7482,7 +7482,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7470,8 -7557,8 +7557,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7485,8 -7572,7 +7572,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7701,12 -7787,6 +7787,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7715,13 -7795,29 +7795,29 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
msgstr ""
- msgid "Cancel and return to the previous dialog"
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
msgstr ""
- msgid "Do not show this message again"
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgstr ""
+
+ msgid "Cancel and return to the previous dialog"
+ msgstr ""
+
+ msgid "Do not show this message again"
msgstr ""
msgid "Please enter a valid chunk size first"
@@@ -7730,6 -7826,21 +7826,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7737,8 -7848,8 +7848,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7850,9 -7961,6 +7961,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7862,6 -7970,9 +7970,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7878,7 -7989,7 +7989,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8024,7 -8135,7 +8135,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8054,7 -8165,7 +8165,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8407,9 -8518,6 +8518,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8428,6 -8536,9 +8536,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8485,6 -8596,12 +8596,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8551,9 -8668,6 +8668,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8734,14 -8848,10 +8848,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8756,7 -8866,7 +8866,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8766,8 -8876,7 +8876,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -8987,7 -9096,7 +9096,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9702,21 -9811,21 +9811,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9770,6 -9879,9 +9912,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9823,6 -9935,11 +9968,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10279,6 -10396,12 +10429,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10342,7 -10465,7 +10498,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10600,40 -10723,40 +10756,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10686,8 -10809,8 +10842,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10696,20 -10819,25 +10852,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10791,14 -10919,8 +10952,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10871,7 -10993,7 +11026,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10950,9 -11072,6 +11105,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10971,6 -11090,14 +11123,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11000,9 -11127,49 +11160,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11033,7 -11200,7 +11233,7 @@@ msgid "Contacting OSM Server...
msgstr ""
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11073,28 -11240,26 +11273,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11189,6 -11354,9 +11387,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11204,12 -11372,20 +11405,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11288,7 -11464,7 +11497,7 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
+ msgid "NMEA import success:"
msgstr ""
msgid "NMEA import failure!"
@@@ -11387,35 -11563,11 +11596,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11425,8 -11577,8 +11610,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11453,10 -11605,7 +11638,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11540,8 -11689,8 +11722,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11738,7 -11887,7 +11920,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11784,6 -11933,15 +11966,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11814,19 -11972,19 +12005,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11848,11 -12006,23 +12039,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11922,13 -12092,13 +12125,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12071,10 -12241,10 +12274,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12089,22 -12259,21 +12292,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12173,8 -12342,7 +12375,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12189,9 -12357,24 +12390,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12513,12 -12696,11 +12729,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12529,30 -12711,73 +12744,73 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
msgstr ""
- msgid "Clear buffer"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
+ msgstr ""
+
+ msgid "Clear buffer"
msgstr ""
msgid "Ignore warnings"
@@@ -12563,9 -12788,23 +12821,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
msgstr ""
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12888,6 -13127,11 +13160,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13127,6 -13371,9 +13404,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13176,9 -13423,6 +13456,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13215,6 -13459,11 +13492,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13345,6 -13594,9 +13627,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13435,6 -13687,50 +13720,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13453,10 -13749,10 +13782,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13468,6 -13764,9 +13797,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13495,18 -13794,12 +13827,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13516,9 -13809,6 +13842,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13528,13 -13818,13 +13851,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13582,6 -13872,9 +13905,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13666,6 -13959,9 +13992,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13770,21 -14066,30 +14099,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13800,10 -14105,10 +14138,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13839,7 -14144,7 +14177,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13908,12 -14213,18 +14246,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13929,15 -14240,6 +14273,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13959,6 -14261,15 +14294,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -13968,6 -14279,9 +14312,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -13977,10 -14291,7 +14324,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14013,9 -14324,6 +14357,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14058,6 -14366,12 +14399,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14073,6 -14387,9 +14420,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14142,19 -14459,13 +14492,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14185,6 -14496,7 +14529,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14194,10 -14506,10 +14539,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14251,12 -14563,6 +14596,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14317,12 -14623,21 +14656,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14362,9 -14677,6 +14710,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14398,6 -14710,21 +14743,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14479,18 -14806,23 +14839,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14566,7 -14898,7 +14931,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14590,10 -14922,13 +14955,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14605,9 -14940,6 +14973,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14629,13 -14961,13 +14994,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14659,6 -14991,9 +15024,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14671,21 -15006,35 +15039,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14782,11 -15131,9 +15185,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14798,11 -15145,9 +15199,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14821,10 -15166,10 +15220,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14854,9 -15199,6 +15253,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14878,10 -15220,29 +15274,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15031,6 -15392,9 +15446,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15052,6 -15416,12 +15470,12 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr ""
@@@ -15079,6 -15449,12 +15503,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15103,22 -15479,6 +15533,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15140,9 -15500,6 +15554,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15337,6 -15694,9 +15748,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15367,6 -15727,9 +15781,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15379,9 -15742,6 +15796,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15391,9 -15751,14 +15805,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15406,6 -15771,9 +15825,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15430,14 -15798,6 +15852,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15486,7 -15846,7 +15900,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15540,41 -15900,41 +15954,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15766,9 -16126,6 +16180,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15790,9 -16147,15 +16201,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15805,6 -16168,9 +16222,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15844,6 -16210,9 +16264,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15865,22 -16234,34 +16288,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16010,49 -16391,43 +16445,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
+ msgid "Church"
msgstr ""
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16070,6 -16445,12 +16499,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16082,6 -16463,9 +16517,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16100,37 -16484,137 +16538,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16220,6 -16704,12 +16758,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16301,128 -16791,206 +16845,206 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
msgstr ""
- msgid "Amount of Seats"
+ msgid "Support"
msgstr ""
- msgid "Edit Shelter"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
+ msgstr ""
+
+ msgid "Amount of Seats"
+ msgstr ""
+
+ msgid "Edit Shelter"
msgstr ""
msgid "Type of shelter"
@@@ -16453,16 -17021,22 +17075,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16496,6 -17070,9 +17124,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16533,117 -17110,153 +17164,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16677,33 -17290,43 +17344,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16737,6 -17360,22 +17414,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16837,36 -17476,54 +17530,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16909,19 -17566,15 +17620,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17060,6 -17713,18 +17767,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17072,60 -17737,134 +17791,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17350,41 -18089,67 +18143,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17393,7 -18158,7 +18212,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17405,12 -18170,102 +18224,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17462,88 -18317,191 +18371,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17555,6 -18513,21 +18567,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17570,6 -18543,9 +18597,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17588,11 -18564,9 +18618,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17701,10 -18675,10 +18729,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17716,7 -18690,7 +18744,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17737,6 -18711,9 +18765,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17749,9 -18726,6 +18780,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17821,7 -18795,7 +18849,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17842,13 -18816,13 +18870,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17857,7 -18831,6 +18885,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17885,6 -18858,12 +18912,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17921,10 -18900,31 +18954,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17954,7 -18954,7 +19008,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17966,19 -18966,19 +19020,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18014,7 -19014,7 +19068,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18227,6 -19227,12 +19281,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18266,24 -19272,33 +19326,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18293,15 -19308,6 +19362,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18377,6 -19383,12 +19437,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18431,7 -19443,7 +19497,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18443,6 -19455,9 +19509,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18479,43 -19494,70 +19548,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18554,6 -19596,18 +19650,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18722,21 -19776,50 +19830,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18782,19 -19865,22 +19919,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18818,7 -19904,7 +19958,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18914,18 -20000,27 +20054,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18935,7 -20030,10 +20084,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18944,10 -20042,10 +20096,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18965,6 -20063,9 +20117,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -18980,28 -20081,28 +20135,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19022,19 -20123,19 +20177,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19109,10 -20210,13 +20264,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19127,9 -20231,6 +20285,6 @@@ msgstr "
msgid "One Way"
msgstr ""
- msgid "Church"
- msgstr ""
-
msgid "Fuel Station"
msgstr ""
@@@ -19157,6 -20258,9 +20312,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19202,10 -20306,40 +20360,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19217,7 -20351,7 +20405,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19235,7 -20369,7 +20423,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19352,19 -20486,130 +20540,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19383,7 -20628,46 +20682,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19395,24 -20679,30 +20733,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19428,7 -20718,7 +20775,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19437,6 -20727,9 +20784,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19583,6 -20876,29 +20933,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19748,6 -21064,9 +21121,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19793,6 -21112,39 +21169,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -19979,19 -21331,31 +21388,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20015,13 -21379,7 +21436,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20284,10 -21642,13 +21699,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20491,7 -21852,7 +21909,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20762,15 -22123,6 +22180,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20941,6 -22293,9 +22350,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20959,12 -22314,6 +22371,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21100,6 -22449,9 +22506,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21117,6 -22469,9 +22526,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21343,7 -22698,10 +22755,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21393,7 -22751,7 +22808,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21562,22 -22920,22 +22977,87 @@@ msgstr "
msgid "Users mapping nearby:"
msgstr ""
+
+msgid "Private chat"
+msgstr ""
+
+msgid "Close tab"
+msgstr ""
+
+msgid "Logout"
+msgstr ""
+
+msgid "Clear log"
+msgstr ""
+
+msgid "Show users on map"
+msgstr ""
+
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
+
+ msgid "Private chat"
+ msgstr ""
+
+ msgid "Close tab"
+ msgstr ""
+
+ msgid "Logout"
+ msgstr ""
+
+ msgid "Clear log"
+ msgstr ""
+
+ msgid "Show users on map"
+ msgstr ""
+
msgid "Position only"
msgstr ""
@@@ -21617,27 -22975,9 +23097,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22715,9 -24055,26 +24177,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23364,9 -24721,6 +24843,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23419,18 -24773,6 +24895,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23777,6 -25119,27 +25241,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23928,6 -25291,9 +25413,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24245,9 -25611,6 +25733,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24463,6 -25826,9 +25948,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24495,15 -25861,31 +25983,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24618,9 -26000,6 +26122,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24799,19 -26178,19 +26300,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25027,6 -26406,95 +26528,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25063,6 -26531,9 +26653,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25215,9 -26686,6 +26808,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26203,9 -27671,6 +27793,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26484,9 -27949,6 +28071,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/vi.po
index 88b80f7,7c3493a..3483ff0
--- a/i18n/po/vi.po
+++ b/i18n/po/vi.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-03-13 05:33+0000\n"
"Last-Translator: Minh Nguyá»
n <mxn at 1ec5.org>\n"
"Language-Team: Vietnamese <vi at li.org>\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:04+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:04+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: vi\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "Äiá»u khoản Sá» dụng Hì
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "Liên kết Äang má» không ÄÆ°á»£c há» trợ trên phiên bản (''{0}'')"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr ""
@@@ -162,16 -168,14 +168,14 @@@ msgid "About JOSM...
msgstr "Thông tin vỠJOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
msgstr ""
- "Cảnh báo: Äá»nh dạng không rõ cá»§a URL dá»±a theo API. Chuyá»n hưá»ng sang trang "
- "ngưá»i dung cá»§a các Äá»i tượng OSM có thá» thất bại. URL dá»±a theo API :{0}"
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -256,9 -260,6 +260,6 @@@ msgstr "Công cụ {0}
msgid "Please select at least four nodes."
msgstr "Xin hãy chá»n Ãt nhất 4 ná»t"
- msgid "Information"
- msgstr "Thông tin"
-
msgid "Align Nodes in Line"
msgstr "Canh các ná»t theo ÄÆ°á»ng"
@@@ -295,6 -296,9 +296,9 @@@ msgstr "kế tiếp
msgid "Nothing selected to zoom to."
msgstr "Chưa chá»n Äá» xem"
+ msgid "Information"
+ msgstr "Thông tin"
+
msgid "Zoom to {0}"
msgstr "Phóng to Äến {0}"
@@@ -351,10 -355,9 +355,9 @@@ msgstr "
"chúng ?"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
msgstr ""
- "Không thá» gá»p ( Các ÄÆ°á»ng nà y không thá» gá»p thà nh má»t chuá»i các ná»t ÄÆ¡n ÄÆ°á»£c)"
msgid "Combine {0} ways"
msgstr "Gá»p {0} ÄÆ°á»ng"
@@@ -532,6 -535,9 +535,9 @@@ msgstr "
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "Hiá»n thông tin lá»ch sá» vá» lá»i, ná»t, hoặc quan há» OSM."
+ msgid "Show history"
+ msgstr ""
+
msgid "History (web)"
msgstr ""
@@@ -645,7 -651,7 +651,7 @@@ msgid "Joined overlapping areas
msgstr ""
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
msgstr ""
@@@ -795,8 -801,8 +801,8 @@@ msgid "Merge nodes into the oldest one.
msgstr "Hợp nhất các ná»t và o ná»t cÅ© nhất"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
msgstr ""
msgid "Abort Merging"
@@@ -979,12 -985,8 +985,8 @@@ msgid "Orthogonalize / Undo
msgstr ""
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
- msgstr ""
-
- msgid "Undo Orthogonalize Shape"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
msgid ""
@@@ -1002,9 -1004,6 +1004,6 @@@ msgstr "Trực giao hóa
msgid "Usage"
msgstr ""
- msgid "Selected Elements cannot be orthogonalized"
- msgstr ""
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1171,9 -1170,6 +1170,6 @@@ msgstr "
msgid "Load a session from file."
msgstr ""
- msgid "Session file (*.jos, *.joz)"
- msgstr ""
-
msgid "Open session"
msgstr ""
@@@ -1315,13 -1311,13 +1311,13 @@@ msgstr "
"cá»§a ÄÆ°á»ng)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
msgstr ""
msgid "Split way {0} into {1} parts"
@@@ -1416,6 -1412,27 +1412,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "Hoà n lại"
@@@ -1700,6 -1717,9 +1717,9 @@@ msgstr "
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr ""
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "Tải {0} của {1} (còn {2})"
@@@ -1918,8 -1938,8 +1938,8 @@@ msgstr "
msgid "Cannot place a node outside of the world."
msgstr ""
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
msgstr[0] ""
msgstr[1] ""
@@@ -2348,6 -2368,9 +2368,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2547,8 -2570,7 +2570,7 @@@ msgstr "
msgid "Missing operator for NOT"
msgstr ""
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
msgstr ""
msgid ""
@@@ -2634,6 -2656,9 +2656,9 @@@ msgid_plural "Added {0} objects
msgstr[0] ""
msgstr[1] ""
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr ""
@@@ -2670,10 -2695,10 +2695,10 @@@ msgstr "
msgid "Set {0}={1} for {2} objects"
msgstr ""
- msgid "Deleted {0} properties for {1} objects"
+ msgid "Deleted {0} tags for {1} objects"
msgstr ""
- msgid "Set {0} properties for {1} objects"
+ msgid "Set {0} tags for {1} objects"
msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
@@@ -2695,8 -2720,8 +2720,8 @@@ msgid "Double conflict
msgstr ""
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
msgstr ""
msgid "Add conflict for ''{0}''"
@@@ -2800,6 -2825,9 +2825,9 @@@ msgstr[1] "
msgid "Resolve conflicts in member list of relation {0}"
msgstr "Xá» lý các xung Äá»t trong danh sách các thà nh phần {0}"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] ""
@@@ -2860,11 -2888,9 +2888,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
msgstr ""
- "Khi Äảo chiá»u ÄÆ°á»ng nà y, những thay Äá»i tiếp theo Äến tÃnh chất cá»§a ÄÆ°á»ng và "
- "các ná»t cá»§a nó ÄÆ°á»£c Äá» nghá» Äá» duy trì tÃnh thá»ng nhất cá»§a dữ liá»u"
msgid "Relation"
msgstr "Quan há»"
@@@ -2893,11 -2919,11 +2919,11 @@@ msgstr "Ãp dụng các thay Äá»i ÄÃ
msgid "Do not apply changes"
msgstr ""
- msgid "Please select which property changes you want to apply."
- msgstr "Hãy chá»n các tÃnh chất thay Äá»i mà bạn muá»n áp dụng"
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "Thuá»c tÃnh cá»§a "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "Các vai trò trong quan há» Äang tham chiếu Äến"
@@@ -2917,6 -2943,9 +2943,9 @@@ msgstr "
msgid "Unable to delete old backup file {0}"
msgstr ""
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr ""
@@@ -2947,18 -2976,18 +2976,18 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr ""
- msgid "Warning: failed to persist preferences to ''{0}''"
+ msgid "Failed to persist preferences to ''{0}''"
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
msgstr ""
msgid ""
@@@ -2967,8 -2996,8 +2996,8 @@@
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
msgstr ""
msgid ""
@@@ -2976,13 -3005,11 +3005,11 @@@
"preference directory: {0}</html>"
msgstr ""
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
+ "Replacing existing preference file ''{0}'' with default preference file."
msgstr ""
msgid ""
@@@ -2996,8 -3023,8 +3023,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
msgstr ""
msgid "Paint style {0}: {1}"
@@@ -3027,11 -3054,10 +3054,10 @@@ msgstr "
msgid "UNKNOWN"
msgstr "KHÃNG RÃ"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
+ msgid "The revision file ''/REVISION'' is missing."
msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
@@@ -3181,8 -3207,7 +3207,7 @@@ msgstr "
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr ""
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3289,7 -3314,7 +3314,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3327,9 -3352,6 +3352,6 @@@ msgstr "
msgid "GRS80"
msgstr ""
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr ""
-
msgid "WGS84"
msgstr ""
@@@ -3368,6 -3390,9 +3390,9 @@@ msgstr "
msgid "Running test {0}"
msgstr ""
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr ""
@@@ -3392,6 -3417,15 +3417,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr ""
@@@ -3451,6 -3485,9 +3485,9 @@@ msgstr "
msgid "{0} is deprecated, use {1} instead"
msgstr ""
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr ""
@@@ -3533,6 -3570,15 +3570,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr ""
@@@ -3602,6 -3648,12 +3648,12 @@@ msgstr "
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr ""
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr ""
@@@ -3659,13 -3711,13 +3711,13 @@@ msgstr "
msgid "Relation is empty"
msgstr ""
- msgid "<empty>"
+ msgid "Role verification problem"
msgstr ""
- msgid "Role {0} missing"
+ msgid "<empty>"
msgstr ""
- msgid "Role verification problem"
+ msgid "Role {0} missing"
msgstr ""
msgid "Number of {0} roles too low ({1})"
@@@ -3697,10 -3749,10 +3749,10 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr ""
- msgid "Properties checker :"
+ msgid "Tag checker"
msgstr ""
- msgid "This plugin checks for errors in property keys and values."
+ msgid "This test checks for errors in tag keys and values."
msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
@@@ -3834,7 -3886,7 +3886,7 @@@ msgstr "
msgid "Use the default spellcheck file (recommended)."
msgstr ""
- msgid "Fix properties"
+ msgid "Fix tags"
msgstr ""
msgid "Could not find element type"
@@@ -3909,6 -3961,9 +3961,9 @@@ msgstr "
msgid "This tests if ways which should be circular are closed."
msgstr ""
+ msgid "Unclosed way"
+ msgstr ""
+
msgid "natural type {0}"
msgstr ""
@@@ -3939,9 -3994,6 +3994,6 @@@ msgstr "
msgid "area"
msgstr ""
- msgid "Unclosed way"
- msgstr ""
-
msgid "Unconnected ways"
msgstr ""
@@@ -3966,10 -4018,10 +4018,10 @@@ msgstr "
msgid "This test checks for untagged nodes that are not part of any way."
msgstr ""
- msgid "No tags"
+ msgid "Unconnected nodes without physical tags"
msgstr ""
- msgid "Unconnected nodes without physical tags"
+ msgid "No tags"
msgstr ""
msgid "Has tag containing ''fixme'' or ''FIXME''"
@@@ -4032,23 -4084,6 +4084,6 @@@ msgstr "
msgid "Reversed land: land not on left side"
msgstr ""
- msgid "Wrong number of arguments for bookmark"
- msgstr ""
-
- msgid "Error reading bookmark entry: %s"
- msgstr ""
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr ""
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr ""
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr ""
-
msgid "Do not show again (remembers choice)"
msgstr ""
@@@ -4150,7 -4185,7 +4185,7 @@@ msgstr "
msgid "Downloading \"Message of the day\""
msgstr ""
- msgid "Warning: failed to read MOTD. Exception was: {0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
msgstr ""
msgid "Message of the day not available"
@@@ -4379,6 -4414,18 +4414,18 @@@ msgstr "
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr ""
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr ""
@@@ -4483,19 -4530,6 +4530,6 @@@ msgstr "
msgid "Click to run job in background"
msgstr ""
- msgid "false: the property is explicitly switched off"
- msgstr ""
-
- msgid "true: the property is explicitly switched on"
- msgstr ""
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr ""
-
- msgid "unset: do not set this property on the selected objects"
- msgstr ""
-
msgid "{0} ({1} ms)"
msgstr ""
@@@ -4783,29 -4817,47 +4817,47 @@@ msgstr "
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr ""
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr ""
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr ""
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr ""
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4820,7 -4872,7 +4872,7 @@@ msgstr "
msgid "Up"
msgstr ""
- msgid "Move up the selected elements by one position."
+ msgid "Move up the selected entries by one position."
msgstr ""
msgid "Down"
@@@ -4872,14 -4924,6 +4924,6 @@@ msgid_plural "Their version ({0} entrie
msgstr[0] ""
msgstr[1] ""
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr ""
-
- msgid "Adjustable {0} not registered yet."
- msgstr ""
-
msgid "Node"
msgstr ""
@@@ -5129,14 -5173,14 +5173,14 @@@ msgctxt "tag
msgid "Key:"
msgstr ""
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
msgstr ""
msgid "Value:"
msgstr ""
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
msgstr ""
msgid ""
@@@ -5657,6 -5701,9 +5701,9 @@@ msgstr "
msgid "Information about layer"
msgstr ""
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr ""
@@@ -5740,6 -5787,33 +5787,33 @@@ msgstr "
msgid "No"
msgstr ""
+ msgid "Object type:"
+ msgstr "Loại Äá»i tượng:"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr ""
+
+ msgid "Choose the OSM object type"
+ msgstr "Lá»±a chá»n loại Äá»i tượng OSM"
+
+ msgid "Object ID:"
+ msgstr "ID cá»§a Äá»i tượng:"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "Nháºp ID cá»§a Äá»i tượng Äá» tải vá»"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr ""
@@@ -5830,8 -5904,7 +5904,7 @@@ msgstr "
msgid "Launches a browser with information about the user"
msgstr ""
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
msgstr ""
msgid ""
@@@ -6001,9 -6074,6 +6074,6 @@@ msgstr "
msgid "Update the changeset content from the OSM server"
msgstr ""
- msgid "Show history"
- msgstr ""
-
msgid "Download and show the history of the selected objects"
msgstr ""
@@@ -6288,8 -6358,8 +6358,8 @@@ msgid "<html>Download changesets in th
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
@@@ -6354,34 -6424,46 +6424,46 @@@ msgstr "
msgid "This changeset query URL is invalid"
msgstr ""
- msgid "Select objects for which to change properties."
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
msgstr ""
- msgid "Properties/Memberships"
+ msgid "Discardable key: foreground"
msgstr ""
- msgid "Properties for selected objects."
+ msgid "Discardable key: background"
msgstr ""
msgid "<different>"
msgstr ""
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr ""
msgid "Position"
msgstr ""
- msgid "Properties: {0} / Memberships: {1}"
+ msgid "Tags: {0} / Memberships: {1}"
msgstr ""
- msgid "Properties / Memberships"
+ msgid "Tags / Memberships"
msgstr ""
msgid "Delete the selected key in all objects"
msgstr ""
- msgid "Delete Properties"
+ msgid "Delete Tags"
msgstr ""
msgid "Change relation"
@@@ -6396,13 -6478,13 +6478,13 @@@ msgstr "
msgid "Add a new key/value pair to all objects"
msgstr ""
- msgid "Add Property"
+ msgid "Add Tag"
msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr ""
- msgid "Edit Properties"
+ msgid "Edit Tags"
msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
@@@ -6556,7 -6638,7 +6638,7 @@@ msgstr "
msgid "Downloading relation {0}"
msgstr ""
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
msgstr ""
msgid "Downloading {0} incomplete object"
@@@ -6874,6 -6956,25 +6956,25 @@@ msgstr "
msgid "way is not connected to previous or next relation member"
msgstr ""
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr ""
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr ""
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr ""
+
msgid "Bookmarks"
msgstr ""
@@@ -7005,21 -7106,8 +7106,8 @@@ msgstr "
msgid "Download object"
msgstr "Tải vá» Äá»i tượng"
- msgid "Object type:"
- msgstr "Loại Äá»i tượng:"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr ""
-
- msgid "Choose the OSM object type"
- msgstr "Lá»±a chá»n loại Äá»i tượng OSM"
-
- msgid "Object ID:"
- msgstr "ID cá»§a Äá»i tượng:"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "Nháºp ID cá»§a Äá»i tượng Äá» tải vá»"
+ msgid "Start downloading"
+ msgstr "Bắt Äầu tải vá»"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7029,23 -7117,9 +7117,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr ""
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
-
msgid "Download referrers (parent relations and ways)"
msgstr ""
- msgid "Start downloading"
- msgstr "Bắt Äầu tải vá»"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr ""
@@@ -7142,7 -7216,7 +7216,7 @@@ msgstr "
msgid "Go to the JOSM help home page"
msgstr ""
- msgid "Warning: bad location in HTML document. Exception was: {0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
msgstr ""
msgid "Failed to open help page. The target URL is empty."
@@@ -7241,6 -7315,9 +7315,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr ""
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr ""
@@@ -7335,7 -7412,7 +7412,7 @@@ msgstr "
msgid "Object still in use"
msgstr ""
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
msgstr ""
msgid "Upload"
@@@ -7354,6 -7431,12 +7431,12 @@@ msgstr "Mô tả ngắn má»t sá» tha
msgid "Enter an upload comment"
msgstr ""
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr ""
@@@ -7420,8 -7503,7 +7503,7 @@@ msgid "Closing changeset {0}
msgstr ""
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
+ "Failed to put Credential Dialog always on top. Caught security exception."
msgstr ""
msgid "Enter credentials for OSM API"
@@@ -7496,8 -7578,8 +7578,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7511,8 -7593,7 +7593,7 @@@ msgid "Missing user identity
msgstr ""
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
msgstr ""
msgid "Download objects"
@@@ -7727,12 -7808,6 +7808,6 @@@ msgstr "
msgid "Please revise upload comment"
msgstr ""
- msgid "Revise"
- msgstr ""
-
- msgid "Continue as is"
- msgstr ""
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7741,7 -7816,23 +7816,23 @@@
"explain your change, you will make life<br />easier for many other mappers."
msgstr ""
- msgid "Return to the previous dialog to enter a more descriptive comment"
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr ""
+
+ msgid "Continue as is"
+ msgstr ""
+
+ msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr ""
msgid "Cancel and return to the previous dialog"
@@@ -7756,6 -7847,21 +7847,21 @@@ msgstr "
msgid "Illegal chunk size"
msgstr ""
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr ""
@@@ -7763,8 -7869,8 +7869,8 @@@ msgid "Tags of changeset {0}
msgstr ""
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
msgstr ""
msgid "Preparing objects to upload ..."
@@@ -7876,9 -7982,6 +7982,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr ""
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] ""
@@@ -7888,6 -7991,9 +7991,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr ""
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7904,7 -8010,7 +8010,7 @@@ msgstr "
msgid "Cancel uploading"
msgstr ""
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
msgstr ""
msgid "Please select the upload strategy:"
@@@ -8050,7 -8156,7 +8156,7 @@@ msgstr "
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8080,7 -8186,7 +8186,7 @@@ msgstr "
msgid "Merging layers"
msgstr ""
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
msgstr ""
msgid "{0} deleted"
@@@ -8435,9 -8541,6 +8541,6 @@@ msgstr "
msgid "Starting directory scan"
msgstr ""
- msgid "One of the selected files was null"
- msgstr ""
-
msgid "Read photos..."
msgstr ""
@@@ -8456,6 -8559,9 +8559,9 @@@ msgstr "
msgid "Error while getting files from directory {0}\n"
msgstr ""
+ msgid "One of the selected files was null"
+ msgstr ""
+
msgid "Geotagged Images"
msgstr ""
@@@ -8513,6 -8619,12 +8619,12 @@@ msgstr "
msgid "Show next Image"
msgstr ""
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr ""
@@@ -8579,9 -8691,6 +8691,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr ""
- msgid "http://www.openstreetmap.org/traces"
- msgstr ""
-
msgid "Customize track drawing"
msgstr ""
@@@ -8762,14 -8871,10 +8871,10 @@@ msgstr "
msgid "(URL was: "
msgstr ""
- msgid "Error displaying URL"
- msgstr ""
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
msgstr ""
msgid "loading style ''{0}''..."
@@@ -8784,7 -8889,7 +8889,7 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
msgstr ""
msgid "Illegal dash pattern, values must be positive"
@@@ -8794,8 -8899,7 +8899,7 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
msgstr ""
msgid "Access Token Key:"
@@@ -9015,7 -9119,7 +9119,7 @@@ msgstr "
msgid "Close the dialog and accept the Access Token"
msgstr ""
- msgid "Warning: failed to cancel running OAuth operation"
+ msgid "Failed to cancel running OAuth operation"
msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
@@@ -9730,21 -9834,21 +9834,54 @@@ msgstr "
msgid "Advanced Background: Changed"
msgstr ""
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
+
+ msgid "Current value is default."
+ msgstr ""
+
+ msgid "Default value is ''{0}''."
+ msgstr ""
+
+ msgid "Default value currently unknown (setting has not been used yet)."
+ msgstr ""
+
+ msgid "Change string setting"
+ msgstr ""
+
++msgid "Simple"
++msgstr ""
++
++msgid "List"
++msgstr ""
++
++msgid "List of lists"
++msgstr ""
++
++msgid "List of maps"
++msgstr ""
++
++msgid "Add setting"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
+msgid "Advanced Background: NonDefalut"
+msgstr ""
+
+msgid "Current value is default."
+msgstr ""
+
+msgid "Default value is ''{0}''."
+msgstr ""
+
+msgid "Default value currently unknown (setting has not been used yet)."
+msgstr ""
+
+msgid "Change string setting"
+msgstr ""
+
msgid "Value: "
msgstr ""
@@@ -9798,6 -9902,9 +9935,9 @@@ msgstr "
msgid "Draw inactive layers in other color"
msgstr ""
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr ""
@@@ -9851,6 -9958,11 +9991,11 @@@ msgid "
"in the selected style."
msgstr ""
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr ""
@@@ -10307,6 -10419,12 +10452,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr ""
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr ""
@@@ -10370,7 -10488,7 +10521,7 @@@ msgstr "
msgid "Settings for the map projection and data interpretation."
msgstr ""
- msgid "Warning: Could not read tagging preset source: {0}"
+ msgid "Could not read tagging preset source: {0}"
msgstr ""
msgid ""
@@@ -10628,40 -10746,40 +10779,40 @@@ msgstr "
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr ""
- msgid "UTM"
+ msgid "Guadeloupe Fort-Marigot 1949"
msgstr ""
- msgid "UTM Zone"
+ msgid "Guadeloupe Ste-Anne 1948"
msgstr ""
- msgid "North"
+ msgid "Martinique Fort Desaix 1952"
msgstr ""
- msgid "South"
+ msgid "Reunion RGR92"
msgstr ""
- msgid "Hemisphere"
+ msgid "Guyane RGFG95"
msgstr ""
- msgid "Guadeloupe Fort-Marigot 1949"
+ msgid "UTM France (DOM)"
msgstr ""
- msgid "Guadeloupe Ste-Anne 1948"
+ msgid "UTM Geodesic system"
msgstr ""
- msgid "Martinique Fort Desaix 1952"
+ msgid "UTM"
msgstr ""
- msgid "Reunion RGR92"
+ msgid "UTM Zone"
msgstr ""
- msgid "Guyane RGFG95"
+ msgid "North"
msgstr ""
- msgid "UTM France (DOM)"
+ msgid "South"
msgstr ""
- msgid "UTM Geodesic system"
+ msgid "Hemisphere"
msgstr ""
msgid "Testing OSM API URL ''{0}''"
@@@ -10714,8 -10832,8 +10865,8 @@@ msgid "Select to use OAuth as authentic
msgstr ""
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10724,20 -10842,25 +10875,25 @@@ msgstr "
msgid "OSM password:"
msgstr ""
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
+ msgid "Failed to retrieve OSM credentials from credential manager."
msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr ""
- msgid "Warning: failed to save OSM credentials to credential manager."
+ msgid "Failed to save OSM credentials to credential manager."
msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
+ msgid "Failed to store OAuth Access Token to credentials manager"
msgstr ""
msgid ""
@@@ -10819,14 -10942,8 +10975,8 @@@ msgid "Use a SOCKS proxy
msgstr ""
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr ""
-
- msgid "disabled"
- msgstr ""
-
- msgid "no modifier"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
msgstr ""
msgid "Shortcut Background: User"
@@@ -10899,7 -11016,7 +11049,7 @@@ msgstr "
msgid "New relation"
msgstr ""
- msgid "Change Properties"
+ msgid "Change Tags"
msgstr ""
msgid "Unknown requisite: {0}"
@@@ -10978,9 -11095,6 +11128,6 @@@ msgstr "
msgid "Preset sub element without parent"
msgstr ""
- msgid "Could not read tagging preset source: {0}"
- msgstr ""
-
msgid "Error parsing {0}: "
msgstr ""
@@@ -10999,6 -11113,14 +11146,14 @@@ msgstr "
msgid "Search in tags"
msgstr ""
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr ""
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr ""
+
msgid "All files (*.*)"
msgstr ""
@@@ -11028,9 -11150,49 +11183,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr ""
+ msgid "false: the property is explicitly switched off"
+ msgstr ""
+
+ msgid "true: the property is explicitly switched on"
+ msgstr ""
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr ""
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr ""
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr ""
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr ""
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr ""
@@@ -11061,7 -11223,7 +11256,7 @@@ msgid "Contacting OSM Server...
msgstr "Äang kết ná»i Äến máy chá»§ OSM..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
msgstr ""
@@@ -11101,28 -11263,26 +11296,26 @@@ msgid "Illegal port number in preferenc
msgstr ""
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
msgid "Parsing response from server..."
@@@ -11221,6 -11381,9 +11414,9 @@@ msgstr "
msgid "Parse error: invalid document structure for GPX document."
msgstr ""
+ msgid "(at line {0}, column {1})"
+ msgstr ""
+
msgid "Unknown mode {0}."
msgstr ""
@@@ -11236,12 -11399,20 +11432,20 @@@ msgstr "
msgid "No image files found."
msgstr ""
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr ""
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
msgstr ""
msgid "Failed to rename file {0} to {1}."
@@@ -11320,8 -11491,8 +11524,8 @@@ msgstr "
msgid "Zero coordinates: {0}"
msgstr ""
- msgid "NMEA import success"
- msgstr "Nháºp NMEA thà nh công"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr ""
@@@ -11419,35 -11590,11 +11623,11 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr ""
-
msgid "Unsupported version: {0}"
msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr ""
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr ""
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
msgstr ""
@@@ -11457,8 -11604,8 +11637,8 @@@ msgid "
msgstr ""
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
msgstr ""
msgid "Parsing changeset content ..."
@@@ -11485,10 -11632,7 +11665,7 @@@ msgstr "
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr ""
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr ""
-
- msgid "(at line {0}, column {1})"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
@@@ -11572,8 -11716,8 +11749,8 @@@ msgid "
msgstr ""
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
@@@ -11770,7 -11914,7 +11947,7 @@@ msgstr "
msgid "Read protocol version"
msgstr ""
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
msgstr ""
msgid "RemoteControl::Accepting connections on port {0}"
@@@ -11816,6 -11960,15 +11993,15 @@@ msgstr "
msgid "Remote Control has been asked to load data from the API."
msgstr ""
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11846,19 -11999,19 +12032,19 @@@ msgstr "
msgid "local file"
msgstr ""
- msgid "Link to a OSM data file on your local disk."
+ msgid "Link to a GPX file on your local disk."
msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
+ msgid "Include GPX data in the .joz session file."
msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
+ msgid "GPX data will be included in the session file."
msgstr ""
msgid ""
@@@ -11880,11 -12033,23 +12066,23 @@@ msgstr "
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr ""
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr ""
+
+ msgid "OSM data will be included in the session file."
+ msgstr ""
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr ""
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -11954,13 -12119,13 +12152,13 @@@ msgid "Download skipped
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
msgstr ""
msgid "Failed to create plugin directory ''{0}''"
@@@ -12103,10 -12268,10 +12301,10 @@@ msgstr[1] "
msgid "Plugin update failed"
msgstr ""
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
+ msgid "Failed to download plugin information list"
msgstr ""
msgid "Disable plugin"
@@@ -12121,22 -12286,21 +12319,21 @@@ msgstr "
msgid "Click to keep the plugin ''{0}''"
msgstr ""
- msgid "Warning: failed to delete outdated plugin ''{0}''."
+ msgid "Failed to delete outdated plugin ''{0}''."
msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
msgstr ""
msgid "Click to disable the plugin ''{0}''"
@@@ -12205,8 -12369,7 +12402,7 @@@ msgstr "
msgid "Processing file ''{0}''"
msgstr ""
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
msgstr ""
msgid "Processing plugin site cache icon files..."
@@@ -12221,9 -12384,24 +12417,24 @@@ msgstr "
msgid "Downloading plugin list from ''{0}''"
msgstr ""
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
@@@ -12545,12 -12723,11 +12756,11 @@@ msgstr "
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
msgstr ""
msgid "{0}... [please type its number]"
@@@ -12561,27 -12738,70 +12771,70 @@@ msgid "
"platform first."
msgstr ""
- msgid "reserved"
+ msgid "Opening URL: {0}"
msgstr ""
- msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgid "zoom"
msgstr ""
- msgid "There was {0} tag found in the buffer, it is suspicious!"
- msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
- msgstr[0] ""
- msgstr[1] ""
+ msgid "latitude"
+ msgstr ""
- msgid "Key is too long (max {0} characters):"
+ msgid "longitude"
msgstr ""
- msgid "Suspicious characters in key:"
+ msgid "URL does not contain {0}/{1}/{2}"
msgstr ""
- msgid "Value is too long (max {0} characters):"
+ msgid "URL does not contain valid {0}"
msgstr ""
- msgid "Do you want to paste these tags?"
+ msgid "reserved"
+ msgstr ""
+
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
+ msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
+ msgstr ""
+
+ msgid "There was {0} tag found in the buffer, it is suspicious!"
+ msgid_plural "There were {0} tags found in the buffer, it is suspicious!"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Key is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Suspicious characters in key:"
+ msgstr ""
+
+ msgid "Value is too long (max {0} characters):"
+ msgstr ""
+
+ msgid "Do you want to paste these tags?"
msgstr ""
msgid "Clear buffer"
@@@ -12595,9 -12815,23 +12848,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12920,6 -13154,11 +13187,11 @@@ msgid "Saturation:
msgstr ""
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr ""
@@@ -13159,6 -13398,9 +13431,9 @@@ msgid "
"right click menu of the image layer."
msgstr ""
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13208,9 -13450,6 +13483,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr ""
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr ""
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13247,6 -13486,11 +13519,11 @@@ msgid "
"to be running."
msgstr ""
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr ""
@@@ -13377,6 -13621,9 +13654,9 @@@ msgstr "
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr ""
+
msgid "Motorway Link"
msgstr ""
@@@ -13467,6 -13714,50 +13747,50 @@@ msgstr "
msgid "Edit Residential Street"
msgstr ""
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr ""
+
+ msgid "no"
+ msgstr ""
+
+ msgid "destination"
+ msgstr ""
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr ""
@@@ -13485,10 -13776,10 +13809,10 @@@ msgstr "
msgid "Service"
msgstr ""
- msgid "Edit Serviceway"
+ msgid "Edit Service Way"
msgstr ""
- msgid "Serviceway type"
+ msgid "Service way type"
msgstr ""
msgid "alley"
@@@ -13500,6 -13791,9 +13824,9 @@@ msgstr "
msgid "parking_aisle"
msgstr ""
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr ""
@@@ -13527,18 -13821,12 +13854,12 @@@ msgstr "
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr ""
-
msgid "Road Restrictions"
msgstr ""
msgid "Edit Road Restrictions"
msgstr ""
- msgid "Toll"
- msgstr ""
-
msgid "No exit (cul-de-sac)"
msgstr ""
@@@ -13548,9 -13836,6 +13869,6 @@@ msgstr "
msgid "General Access"
msgstr ""
- msgid "destination"
- msgstr ""
-
msgid "delivery"
msgstr ""
@@@ -13560,13 -13845,13 +13878,13 @@@ msgstr "
msgid "private"
msgstr ""
- msgid "agricultural"
+ msgid "customers"
msgstr ""
- msgid "forestry"
+ msgid "agricultural"
msgstr ""
- msgid "no"
+ msgid "forestry"
msgstr ""
msgid "official"
@@@ -13614,6 -13899,9 +13932,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr ""
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr ""
@@@ -13698,6 -13986,9 +14019,9 @@@ msgstr "
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13802,21 -14093,30 +14126,30 @@@ msgstr "
msgid "Visibility"
msgstr ""
+ msgctxt "trail_visibility"
msgid "excellent"
msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
msgstr ""
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
+
msgid "Wheelchairs"
msgstr ""
@@@ -13832,10 -14132,10 +14165,10 @@@ msgstr "
msgid "Edit Bridleway"
msgstr ""
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13871,7 -14171,7 +14204,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -13940,12 -14240,18 +14273,18 @@@ msgstr "
msgid "Edit Rest Area"
msgstr ""
- msgid "Emergency Phone"
+ msgid "Drinking Water"
msgstr ""
msgid "Traffic Signal"
msgstr ""
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr ""
@@@ -13961,15 -14267,6 +14300,6 @@@ msgstr "
msgid "unmarked"
msgstr ""
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr ""
-
- msgid "Crossing attendant"
- msgstr ""
-
msgid "Crossing type name (UK)"
msgstr ""
@@@ -13991,6 -14288,15 +14321,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr ""
+
+ msgid "Cross by bicycle"
+ msgstr ""
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr ""
@@@ -14000,6 -14306,9 +14339,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr ""
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr ""
@@@ -14009,10 -14318,7 +14351,7 @@@ msgstr "
msgid "Pedestrian Crossing"
msgstr ""
- msgid "Edit Crossing"
- msgstr ""
-
- msgid "Type name (UK)"
+ msgid "Edit Pedestrian Crossing"
msgstr ""
msgid "Traffic Calming"
@@@ -14045,9 -14351,6 +14384,6 @@@ msgstr "
msgid "Passing Place"
msgstr ""
- msgid "Edit Passing Place"
- msgstr ""
-
msgid "Turning Circle"
msgstr ""
@@@ -14090,6 -14393,12 +14426,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr ""
+ msgid "Material"
+ msgstr ""
+
+ msgid "stone"
+ msgstr ""
+
msgid "Bollard"
msgstr ""
@@@ -14105,6 -14414,9 +14447,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr ""
+
msgid "Cycle Barrier"
msgstr ""
@@@ -14174,19 -14486,13 +14519,13 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
+ msgid "pole"
msgstr ""
msgid "split_rail"
msgstr ""
- msgid "chain"
- msgstr ""
-
- msgid "hedge"
- msgstr ""
-
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14217,6 -14523,7 +14556,7 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
msgstr ""
@@@ -14226,10 -14533,10 +14566,10 @@@ msgstr "
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
+ msgid "Entrance (barrier opening)"
msgstr ""
- msgid "Edit Entrance"
+ msgid "Edit Entrance (barrier opening)"
msgstr ""
msgid "Gate"
@@@ -14283,12 -14590,6 +14623,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr ""
-
- msgid "stone"
- msgstr ""
-
msgid "Turnstile"
msgstr ""
@@@ -14349,12 -14650,21 +14683,21 @@@ msgstr "
msgid "Ditch"
msgstr ""
+ msgid "Edit Ditch"
+ msgstr ""
+
msgid "Stream"
msgstr ""
msgid "Edit Stream"
msgstr ""
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr ""
@@@ -14394,9 -14704,6 +14737,6 @@@ msgstr "
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14430,6 -14737,21 +14770,21 @@@ msgstr "
msgid "Edit Water"
msgstr ""
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr ""
@@@ -14511,18 -14833,23 +14866,23 @@@ msgstr "
msgid "Cargo"
msgstr ""
+ msgctxt "cargo"
msgid "passengers"
msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
msgstr ""
+ msgctxt "cargo"
msgid "hgv"
msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
msgstr ""
@@@ -14598,7 -14925,7 +14958,7 @@@ msgstr "
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14622,10 -14949,13 +14982,13 @@@ msgstr "
msgid "rail"
msgstr ""
- msgid "Voltage"
+ msgid "Voltage in Volts (V)"
msgstr ""
- msgid "Frequency (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
msgstr ""
msgid "16.7"
@@@ -14637,9 -14967,6 +15000,6 @@@ msgstr "
msgid "Edit Narrow Gauge Rail"
msgstr ""
- msgid "Types"
- msgstr ""
-
msgid "Monorail"
msgstr ""
@@@ -14661,13 -14988,13 +15021,13 @@@ msgstr "
msgid "Subway"
msgstr ""
-msgid "Edit Subway"
+msgid "Edit Tram"
msgstr ""
-msgid "Tram"
+msgid "Edit Subway"
msgstr ""
-msgid "Edit Tram"
+msgid "Tram"
msgstr ""
msgid "Bus Guideway"
@@@ -14691,6 -15018,9 +15051,9 @@@ msgstr "
msgid "Level Crossing"
msgstr ""
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr ""
@@@ -14703,21 -15033,35 +15066,56 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "full"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "double_half"
+ msgstr ""
+
+ msgid "Crossing"
+ msgstr ""
+
+ msgid "Edit Crossing"
+ msgstr ""
+
+ msgid "Crossing type"
+ msgstr ""
+
++msgid "Sound signals"
++msgstr ""
++
++msgid "Barrier"
++msgstr ""
++
+msgid "half"
+msgstr ""
+
+msgid "full"
+msgstr ""
+
+msgid "double_half"
+msgstr ""
+
+msgid "Crossing"
+msgstr ""
+
+msgid "Crossing type"
+msgstr ""
+
msgid "Turntable"
msgstr ""
@@@ -14814,11 -15158,9 +15212,9 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
msgstr ""
@@@ -14830,11 -15172,9 +15226,9 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr ""
- msgctxt "aerialway"
msgid "Pylon"
msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
msgstr ""
@@@ -14853,10 -15193,10 +15247,10 @@@ msgstr "
msgid "underground"
msgstr ""
- msgid "Access"
+ msgid "rooftop"
msgstr ""
- msgid "customers"
+ msgid "Access"
msgstr ""
msgid "Park and Ride"
@@@ -14886,9 -15226,6 +15280,6 @@@ msgstr "
msgid "Edit Parking space"
msgstr ""
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr ""
@@@ -14910,10 -15247,29 +15301,29 @@@ msgstr "
msgid "24/7"
msgstr ""
- msgid "Mo-Fr 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
msgstr ""
msgid "Parking entrance"
@@@ -15063,6 -15419,9 +15473,9 @@@ msgstr "
msgid "Edit Charging Station (for electric cars)"
msgstr ""
+ msgid "Voltage"
+ msgstr ""
+
msgid "Amperage"
msgstr ""
@@@ -15084,7 -15443,13 +15497,13 @@@ msgstr "
msgid "Edit Car Repair"
msgstr ""
- msgid "Tyres"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
+ msgid "Tyres"
msgstr ""
msgid "Edit Tyres"
@@@ -15111,6 -15476,12 +15530,12 @@@ msgstr "
msgid "Edit Car Rental"
msgstr ""
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr ""
@@@ -15135,22 -15506,6 +15560,6 @@@ msgstr "
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr ""
-
msgid "brand"
msgstr ""
@@@ -15172,9 -15527,6 +15581,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr ""
@@@ -15369,6 -15721,9 +15775,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15399,6 -15754,9 +15808,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr ""
@@@ -15411,9 -15769,6 +15823,6 @@@ msgstr "
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15423,9 -15778,14 +15832,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr ""
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr ""
+
msgid "Building"
msgstr ""
@@@ -15438,6 -15798,9 +15852,9 @@@ msgstr "
msgid "Ticket Machine"
msgstr ""
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15462,14 -15825,6 +15879,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr ""
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr ""
-
msgid "UIC-Reference"
msgstr ""
@@@ -15518,7 -15873,7 +15927,7 @@@ msgstr "
msgid "Taxi"
msgstr ""
- msgid "Edit Taxi station"
+ msgid "Edit Taxi Station"
msgstr ""
msgid "Airport"
@@@ -15572,41 -15927,41 +15981,41 @@@ msgstr "
msgid "Edit Terminal"
msgstr ""
- msgctxt "airport"
- msgid "Gate"
+ msgid "Internet access"
msgstr ""
- msgid "Edit Terminal Gate"
+ msgid "wlan"
msgstr ""
- msgid "Facilities"
+ msgid "wired"
msgstr ""
- msgid "Accommodation"
+ msgid "terminal"
msgstr ""
- msgid "Hotel"
+ msgid "Internet access fee"
msgstr ""
- msgid "Edit Hotel"
+ msgctxt "airport"
+ msgid "Gate"
msgstr ""
- msgid "Stars"
+ msgid "Edit Terminal Gate"
msgstr ""
- msgid "Internet access"
+ msgid "Facilities"
msgstr ""
- msgid "wlan"
+ msgid "Accommodation"
msgstr ""
- msgid "wired"
+ msgid "Hotel"
msgstr ""
- msgid "terminal"
+ msgid "Edit Hotel"
msgstr ""
- msgid "Internet access fee"
+ msgid "Stars"
msgstr ""
msgid "Smoking"
@@@ -15798,9 -16153,6 +16207,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr ""
-
msgid "Tourism"
msgstr ""
@@@ -15822,9 -16174,15 +16228,15 @@@ msgstr "
msgid "Information Office"
msgstr ""
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr ""
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15837,6 -16195,9 +16249,9 @@@ msgstr "
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr ""
@@@ -15876,6 -16237,9 +16291,9 @@@ msgstr "
msgid "Information Board"
msgstr ""
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr ""
@@@ -15897,22 -16261,34 +16315,34 @@@ msgstr "
msgid "Guidepost"
msgstr ""
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr ""
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr ""
msgid "Phone number"
msgstr ""
- msgid "Other Information Points"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
msgstr ""
msgid "Leisure"
@@@ -16042,49 -16418,43 +16472,43 @@@ msgstr "
msgid "Edit Artwork"
msgstr ""
- msgid "Place of Worship"
- msgstr ""
-
- msgid "Edit Place of Worship"
- msgstr ""
-
- msgid "Religion"
+ msgid "Recording Studio"
msgstr ""
- msgid "bahai"
+ msgid "Edit Studio"
msgstr ""
- msgid "buddhist"
+ msgid "audio"
msgstr ""
- msgid "christian"
+ msgid "video"
msgstr ""
- msgid "hindu"
+ msgid "Place of Worship"
msgstr ""
- msgid "jain"
- msgstr ""
+ msgid "Church"
+ msgstr "Nhà thá»"
- msgid "jewish"
+ msgid "Edit Church"
msgstr ""
- msgid "muslim"
+ msgid "Building type"
msgstr ""
- msgid "sikh"
+ msgid "basilica"
msgstr ""
- msgid "spiritualist"
+ msgid "cathedral"
msgstr ""
- msgid "taoist"
+ msgid "chapel"
msgstr ""
- msgid "unitarian"
+ msgid "church"
msgstr ""
- msgid "zoroastrian"
+ msgid "temple"
msgstr ""
msgid "Denomination"
@@@ -16102,6 -16472,12 +16526,12 @@@ msgstr "
msgid "evangelical"
msgstr ""
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16114,6 -16490,9 +16544,9 @@@ msgstr "
msgid "mormon"
msgstr ""
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr ""
@@@ -16132,37 -16511,137 +16565,137 @@@ msgstr "
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr ""
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr ""
msgid "sunni"
msgstr ""
- msgid "Service Times"
+ msgid "Synagogue"
msgstr ""
- msgid "Su 10:00"
+ msgid "Edit Synagogue"
msgstr ""
- msgid "Su 10:30"
+ msgid "synagogue"
msgstr ""
- msgid "Su 11:00"
+ msgid "conservative"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "reform"
msgstr ""
- msgid "Recording Studio"
+ msgid "Buddhist Temple"
msgstr ""
- msgid "Edit Studio"
+ msgid "Edit Buddhist Temple"
msgstr ""
- msgid "audio"
+ msgid "theravada"
msgstr ""
- msgid "video"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr ""
+
+ msgid "bahai"
+ msgstr ""
+
+ msgid "jain"
+ msgstr ""
+
+ msgid "sikh"
+ msgstr ""
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr ""
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
msgstr ""
msgid "Public Building"
@@@ -16252,6 -16731,12 +16785,12 @@@ msgstr "
msgid "License Classes"
msgstr ""
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr ""
@@@ -16333,122 -16818,200 +16872,200 @@@ msgstr "
msgid "Edit Veterinary"
msgstr ""
- msgid "Drinking water"
+ msgid "Edit Toilets"
msgstr ""
- msgid "Post Box"
+ msgid "Access rights"
msgstr ""
- msgid "Telephone"
+ msgid "public"
msgstr ""
- msgid "Edit Telephone"
+ msgid "seasonal"
msgstr ""
- msgid "Telephone cards"
+ msgid "flush"
msgstr ""
- msgid "Clock"
+ msgid "pitlatrine"
msgstr ""
- msgid "Edit Clock"
+ msgid "chemical"
msgstr ""
- msgid "Display"
+ msgid "bucket"
msgstr ""
- msgctxt "display"
- msgid "analog"
+ msgid "Usage Position"
msgstr ""
- msgctxt "display"
- msgid "digital"
+ msgid "seated"
msgstr ""
- msgctxt "display"
- msgid "sundial"
+ msgid "seated;urinal"
msgstr ""
- msgctxt "display"
- msgid "unorthodox"
+ msgid "squat"
msgstr ""
- msgid "Support"
+ msgid "urinal"
msgstr ""
- msgid "wall_mounted"
+ msgid "Post Box"
msgstr ""
- msgid "billboard"
+ msgid "Edit Postbox"
msgstr ""
- msgid "Visibility/readability"
+ msgid "Collection times"
msgstr ""
- msgid "house (up to 5m)"
+ msgid "11:30"
msgstr ""
- msgid "street (up to 20m)"
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
msgstr ""
- msgid "area (more than 20m)"
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
msgstr ""
- msgid "Shows current date"
+ msgid "Drive through"
msgstr ""
- msgid "Shows temperature"
+ msgid "Telephone"
msgstr ""
- msgid "Shows barometric pressure"
+ msgid "Edit Telephone"
msgstr ""
- msgid "Shows humidity"
+ msgid "Telephone cards"
msgstr ""
- msgid "Recycling"
+ msgid "Emergency Phone"
msgstr ""
- msgid "Edit Recycling station"
+ msgid "Internet Access"
msgstr ""
- msgid "Batteries"
+ msgid "Edit Internet Access"
msgstr ""
- msgid "Cans"
+ msgid "Automated Defibrillator"
msgstr ""
- msgid "Glass"
+ msgid "Edit Automated External Defibrillator"
msgstr ""
- msgid "Paper"
+ msgid "Located inside a building?"
msgstr ""
- msgid "Scrap Metal"
+ msgid "Last check date (YYYY-MM-DD)"
msgstr ""
- msgid "container"
+ msgid "Last check note"
msgstr ""
- msgid "centre"
+ msgid "Clock"
msgstr ""
- msgid "Waste Basket"
+ msgid "Edit Clock"
msgstr ""
- msgid "Edit Waste Basket"
+ msgid "Display"
msgstr ""
- msgid "Waste Disposal"
+ msgid "analog"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "digital"
msgstr ""
- msgid "Backrest"
+ msgid "sundial"
msgstr ""
- msgid "plastic"
+ msgid "unorthodox"
+ msgstr ""
+
+ msgid "Support"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "wall_mounted"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "billboard"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
+ msgid "Visibility/readability"
+ msgstr ""
+
+ msgid "house (up to 5m)"
+ msgstr ""
+
+ msgid "street (up to 20m)"
+ msgstr ""
+
+ msgid "area (more than 20m)"
+ msgstr ""
+
+ msgid "Shows current date"
+ msgstr ""
+
+ msgid "Shows temperature"
+ msgstr ""
+
+ msgid "Shows barometric pressure"
+ msgstr ""
+
+ msgid "Shows humidity"
+ msgstr ""
+
+ msgid "Recycling"
+ msgstr ""
+
+ msgid "Edit Recycling Station"
+ msgstr ""
+
+ msgid "Batteries"
+ msgstr ""
+
+ msgid "Cans"
+ msgstr ""
+
+ msgid "Glass"
+ msgstr ""
+
+ msgid "Paper"
+ msgstr ""
+
+ msgid "Scrap Metal"
+ msgstr ""
+
+ msgid "container"
+ msgstr ""
+
+ msgid "centre"
+ msgstr ""
+
+ msgid "Waste Basket"
+ msgstr ""
+
+ msgid "Waste Disposal"
+ msgstr ""
+
+ msgid "Edit Bench"
+ msgstr ""
+
+ msgid "Backrest"
msgstr ""
msgid "Amount of Seats"
@@@ -16485,16 -17048,22 +17102,22 @@@ msgstr "
msgid "Height"
msgstr ""
+ msgctxt "height"
msgid "low"
msgstr ""
- msgid "Hide"
+ msgctxt "height"
+ msgid "half"
msgstr ""
- msgid "Lock"
+ msgctxt "height"
+ msgid "full"
msgstr ""
- msgid "Drinking Water"
+ msgid "Hide"
+ msgstr ""
+
+ msgid "Lock"
msgstr ""
msgid "Edit Source of Potable Water"
@@@ -16528,6 -17097,9 +17151,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16565,117 -17137,153 +17191,153 @@@ msgstr "
msgid "Edit Stadium"
msgstr ""
- msgid "select sport:"
+ msgid "Select sport:"
msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr ""
+ msgctxt "sport"
msgid "multi"
msgstr ""
+ msgctxt "sport"
msgid "archery"
msgstr ""
+ msgctxt "sport"
msgid "athletics"
msgstr ""
+ msgctxt "sport"
msgid "american_football"
msgstr ""
+ msgctxt "sport"
msgid "australian_football"
msgstr ""
+ msgctxt "sport"
msgid "baseball"
msgstr ""
+ msgctxt "sport"
msgid "basketball"
msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
msgstr ""
+ msgctxt "sport"
msgid "canoe"
msgstr ""
+ msgctxt "sport"
msgid "climbing"
msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
msgstr ""
+ msgctxt "sport"
msgid "cycling"
msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
msgstr ""
+ msgctxt "sport"
msgid "equestrian"
msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
msgstr ""
+ msgctxt "sport"
msgid "hockey"
msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
msgstr ""
+ msgctxt "sport"
msgid "motor"
msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
msgstr ""
+ msgctxt "sport"
msgid "soccer"
msgstr ""
+ msgctxt "sport"
msgid "swimming"
msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
msgstr ""
+ msgctxt "sport"
msgid "tennis"
msgstr ""
@@@ -16709,33 -17317,43 +17371,43 @@@ msgstr "
msgid "Edit Miniature Golf"
msgstr ""
- msgid "Sport"
- msgstr ""
-
msgid "Multi"
msgstr ""
msgid "Edit Multi"
msgstr ""
- msgid "type"
- msgstr ""
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
msgstr ""
+ msgctxt "running"
msgid "stadium"
msgstr ""
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
+
msgid "9pin"
msgstr ""
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr ""
+
+ msgid "stadium"
+ msgstr ""
+
msgid "10pin"
msgstr ""
@@@ -16769,6 -17387,22 +17441,22 @@@ msgstr "
msgid "Edit Cycling"
msgstr ""
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr ""
@@@ -16869,36 -17503,54 +17557,54 @@@ msgstr "
msgid "Difficulty"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "novice"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -16941,19 -17593,15 +17647,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17092,6 -17740,18 +17794,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17104,60 -17764,134 +17818,134 @@@ msgstr "
msgid "Edit Building"
msgstr ""
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
msgstr ""
+ msgctxt "building"
msgid "garage"
msgstr ""
- msgid "church"
+ msgctxt "building"
+ msgid "garages"
msgstr ""
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+
+ msgctxt "building"
msgid "school"
msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
msgstr ""
+ msgctxt "building"
msgid "university"
msgstr ""
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
+
msgid "Residential Building"
msgstr ""
msgid "Edit Residential Building"
msgstr ""
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr ""
+
+ msgid "Edit Entrance"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr ""
@@@ -17382,41 -18116,67 +18170,67 @@@ msgstr "
msgid "Mo-Fr 22:00-05:00"
msgstr ""
- msgid "Measurement Station"
+ msgid "Monitoring Station"
msgstr ""
- msgid "Edit Measurement Station"
+ msgid "Edit Monitoring Station"
msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
+ msgid "Traffic"
msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
+ msgid "Noise"
msgstr ""
- msgid "automated"
+ msgid "GPS Signals"
msgstr ""
- msgid "remote"
+ msgid "GLONASS Signals"
msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17425,7 -18185,7 +18239,7 @@@ msgstr "
msgid "Edit Survey Point"
msgstr ""
- msgid "Surveillance"
+ msgid "Surveillance Camera"
msgstr ""
msgid "Edit Surveillance Camera"
@@@ -17437,12 -18197,102 +18251,102 @@@ msgstr "
msgid "outdoor"
msgstr ""
- msgid "public"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr ""
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
msgstr ""
msgid "Power"
msgstr ""
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr ""
@@@ -17494,88 -18344,191 +18398,191 @@@ msgstr "
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr ""
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
msgstr ""
- msgid "Edit Power Station"
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
+
+ msgid "Output forms of energy:"
msgstr ""
msgid "Power Sub Station"
@@@ -17587,6 -18540,21 +18594,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr ""
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17602,6 -18570,9 +18624,9 @@@ msgstr "
msgid "Tower reference"
msgstr ""
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr ""
@@@ -17620,11 -18591,9 +18645,9 @@@ msgstr "
msgid "Line type"
msgstr ""
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17733,10 -18702,10 +18756,10 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
+ msgid "Bakery"
msgstr ""
- msgid "Edit Baker"
+ msgid "Edit Bakery"
msgstr ""
msgid "Butcher"
@@@ -17748,7 -18717,7 +18771,7 @@@ msgstr "
msgid "Seafood"
msgstr ""
- msgid "Edit Seafood"
+ msgid "Edit Seafood Shop"
msgstr ""
msgid "Deli (Fine Food)"
@@@ -17769,6 -18738,9 +18792,9 @@@ msgstr "
msgid "Edit Marketplace"
msgstr ""
+ msgid "Organic"
+ msgstr ""
+
msgid "Greengrocer"
msgstr ""
@@@ -17781,9 -18753,6 +18807,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr ""
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17853,7 -18822,7 +18876,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17874,13 -18843,13 +18897,13 @@@ msgstr "
msgid "Mobile Phone"
msgstr ""
- msgid "Edit Mobile Phone"
+ msgid "Edit Mobile Phone Shop"
msgstr ""
msgid "Vacuum Cleaner"
msgstr ""
- msgid "Edit Vacuum Cleaner"
+ msgid "Edit Vacuum Cleaner Shop"
msgstr ""
msgid "Hifi"
@@@ -17889,7 -18858,6 +18912,6 @@@ msgstr "
msgid "Edit Hifi Shop"
msgstr ""
- msgctxt "shop"
msgid "Video"
msgstr ""
@@@ -17917,6 -18885,12 +18939,12 @@@ msgstr "
msgid "Edit Automated Teller Machine"
msgstr ""
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr ""
@@@ -17953,10 -18927,31 +18981,31 @@@ msgstr "
msgid "Edit Jewelry"
msgstr ""
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr ""
+
+ msgid "christian"
+ msgstr ""
+
+ msgid "hindu"
+ msgstr ""
+
+ msgid "jewish"
+ msgstr ""
+
+ msgid "muslim"
+ msgstr ""
+
msgid "Erotic"
msgstr ""
- msgid "Edit Erotic"
+ msgid "Edit Erotic Shop"
msgstr ""
msgid "Florist"
@@@ -17986,7 -18981,7 +19035,7 @@@ msgstr "
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -17998,19 -18993,19 +19047,19 @@@ msgstr "
msgid "Kitchen"
msgstr ""
- msgid "Edit Kitchen"
+ msgid "Edit Kitchen Store"
msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18046,7 -19041,7 +19095,7 @@@ msgstr "
msgid "Musical Instrument"
msgstr ""
- msgid "Edit Musical Instruments"
+ msgid "Edit Musical Instruments Shop"
msgstr ""
msgid "Toys"
@@@ -18259,6 -19254,12 +19308,12 @@@ msgstr "
msgid "Edit Peak"
msgstr ""
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr ""
@@@ -18298,24 -19299,33 +19353,33 @@@ msgstr "
msgid "Edit Tree"
msgstr ""
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr ""
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr ""
msgid "Edit Wood"
msgstr ""
- msgctxt "wood"
msgid "coniferous"
msgstr ""
- msgctxt "wood"
msgid "deciduous"
msgstr ""
- msgctxt "wood"
msgid "mixed"
msgstr ""
@@@ -18325,15 -19335,6 +19389,6 @@@ msgstr "
msgid "Edit Forest Landuse"
msgstr ""
- msgid "coniferous"
- msgstr ""
-
- msgid "deciduous"
- msgstr ""
-
- msgid "mixed"
- msgstr ""
-
msgid "Grassland"
msgstr ""
@@@ -18409,6 -19410,12 +19464,12 @@@ msgstr "
msgid "Edit Meadow Landuse"
msgstr ""
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18463,7 -19470,7 +19524,7 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
+ msgid "Residential Area"
msgstr ""
msgid "Edit Residential Landuse"
@@@ -18475,6 -19482,9 +19536,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18511,43 -19521,70 +19575,70 @@@ msgstr "
msgid "Edit Railway Landuse"
msgstr ""
- msgid "Military"
+ msgid "Military"
+ msgstr ""
+
+ msgid "Edit Military Landuse"
+ msgstr ""
+
+ msgid "Construction area"
+ msgstr ""
+
+ msgid "Edit Construction Landuse"
+ msgstr ""
+
+ msgid "Brownfield"
+ msgstr ""
+
+ msgid "Edit Brownfield Landuse"
+ msgstr ""
+
+ msgid "Greenfield"
+ msgstr ""
+
+ msgid "Edit Greenfield Landuse"
+ msgstr ""
+
+ msgid "Landfill"
+ msgstr ""
+
+ msgid "Edit Landfill Landuse"
msgstr ""
- msgid "Edit Military Landuse"
+ msgid "Quarry"
msgstr ""
- msgid "Construction area"
+ msgid "Edit Quarry Landuse"
msgstr ""
- msgid "Edit Construction Landuse"
+ msgid "Annotation"
msgstr ""
- msgid "Brownfield"
+ msgid "Edit Name Information"
msgstr ""
- msgid "Edit Brownfield Landuse"
+ msgid "Alternative name"
msgstr ""
- msgid "Greenfield"
+ msgid "Historical name"
msgstr ""
- msgid "Edit Greenfield Landuse"
+ msgid "Local name"
msgstr ""
- msgid "Landfill"
+ msgid "Regional name"
msgstr ""
- msgid "Edit Landfill Landuse"
+ msgid "National name"
msgstr ""
- msgid "Quarry"
+ msgid "International name"
msgstr ""
- msgid "Edit Quarry Landuse"
+ msgid "Official name"
msgstr ""
- msgid "Annotation"
+ msgid "Common name abbreviation"
msgstr ""
msgid "Edit Address Information"
@@@ -18586,6 -19623,18 +19677,18 @@@ msgstr "
msgid "alphabetic"
msgstr ""
+ msgid "Accuracy"
+ msgstr ""
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr ""
@@@ -18754,21 -19803,50 +19857,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
msgstr ""
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
msgstr ""
+ msgctxt "route type"
msgid "hiking"
msgstr ""
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18814,19 -19892,22 +19946,22 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
+ msgid "Route Network"
msgstr ""
- msgid "Edit route network"
+ msgid "Edit Route Network"
msgstr ""
msgid "member"
msgstr ""
- msgid "Associated street"
+ msgid "Associated Street"
msgstr ""
- msgid "Edit associated street"
+ msgid "Edit Associated Street"
+ msgstr ""
+
+ msgid "house"
msgstr ""
msgid "Street"
@@@ -18850,7 -19931,7 +19985,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -18946,18 -20027,27 +20081,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr ""
msgid "deprecated"
msgstr ""
+ msgid "bicycle"
+ msgstr ""
+
+ msgid "foot"
+ msgstr ""
+
msgid "horse"
msgstr ""
@@@ -18967,7 -20057,10 +20111,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -18976,10 -20069,10 +20123,10 @@@ msgstr "
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
+ msgid "emergency.access.point"
msgstr ""
msgid "riverbank"
@@@ -18997,6 -20090,9 +20144,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19012,28 -20108,28 +20162,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19054,19 -20150,19 +20204,19 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr ""
- msgid "shop"
+ msgid "office"
msgstr ""
msgid "hotel"
@@@ -19141,10 -20237,13 +20291,13 @@@ msgstr "
msgid "boundary"
msgstr ""
+ msgid "sport"
+ msgstr ""
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19159,9 -20258,6 +20312,6 @@@ msgstr "Là ng/Thà nh phá»
msgid "One Way"
msgstr "Má»t chiá»u"
- msgid "Church"
- msgstr "Nhà thá»"
-
msgid "Fuel Station"
msgstr "Trạm xÄng"
@@@ -19189,6 -20285,9 +20339,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19234,10 -20333,40 +20387,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19249,7 -20378,7 +20432,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19267,7 -20396,7 +20450,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19384,19 -20513,130 +20567,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19415,7 -20655,46 +20709,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19427,24 -20706,30 +20760,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19460,7 -20745,7 +20802,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19469,6 -20754,9 +20811,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19615,6 -20903,29 +20960,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19780,6 -21091,9 +21148,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19825,6 -21139,39 +21196,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr ""
+
+ msgid "refresh the port list"
+ msgstr ""
+
+ msgid "Configure"
+ msgstr ""
+
+ msgid "Connection Error."
+ msgstr ""
+
+ msgid "configure the connected DG100"
+ msgstr ""
+
+ msgid "delete data after import"
+ msgstr ""
+
msgid "Columbus V-900 CSV Files"
msgstr ""
@@@ -20011,19 -21358,31 +21415,31 @@@ msgstr "
msgid "Uploading GPX track: {0}% ({1} of {2})"
msgstr ""
- msgid "No description provided. Please provide some description."
+ msgid "No description provided. Please provide some description."
+ msgstr ""
+
+ msgid "Uploading GPX Track"
+ msgstr ""
+
+ msgid "Uploads traces to openstreetmap.org"
+ msgstr ""
+
+ msgid "Shows elevation profile"
+ msgstr ""
+
+ msgid "Elevation Profile"
msgstr ""
- msgid "Uploading GPX Track"
+ msgid "Elevation Grid Layer (experimental!)"
msgstr ""
- msgid "Uploads traces to openstreetmap.org"
+ msgid "Shows elevation grid layer"
msgstr ""
- msgid "Shows elevation profile"
+ msgid "Elevation Grid"
msgstr ""
- msgid "Elevation Profile"
+ msgid "No SRTM data"
msgstr ""
msgid "Open the elevation profile window."
@@@ -20047,13 -21406,7 +21463,7 @@@ msgstr "
msgid "Time"
msgstr ""
- msgid "Geoid"
- msgstr ""
-
- msgid "Automatic"
- msgstr ""
-
- msgid "Fixed value"
+ msgid "Tracks"
msgstr ""
msgid "Elevation profile for track ''{0}''."
@@@ -20316,10 -21669,13 +21726,13 @@@ msgstr "
msgid "Selects all addresses with incomplete data."
msgstr ""
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20523,7 -21879,7 +21936,7 @@@ msgstr "
msgid "Expected even numbers for addresses"
msgstr ""
- msgid "Expected valid number for address increment"
+ msgid "Expected valid number for increment"
msgstr ""
msgid "Country code must be 2 letters"
@@@ -20794,15 -22150,6 +22207,6 @@@ msgstr "
msgid "Street Name:"
msgstr ""
- msgid "Increment"
- msgstr ""
-
- msgid "Decrement"
- msgstr ""
-
- msgid "Numbers:"
- msgstr ""
-
msgid "Big buildings mode"
msgstr ""
@@@ -20973,6 -22320,9 +22377,9 @@@ msgstr "
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr ""
@@@ -20991,12 -22341,6 +22398,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr ""
@@@ -21132,6 -22476,9 +22533,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21149,6 -22496,9 +22553,9 @@@ msgstr "
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr ""
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr ""
@@@ -21375,7 -22725,10 +22782,10 @@@ msgstr "
msgid "Is not vectorized."
msgstr ""
- msgid "Raster size: {0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
msgstr ""
msgid "Is vectorized."
@@@ -21425,7 -22778,7 +22835,7 @@@ msgstr "
msgid "Color Schemes"
msgstr ""
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21610,6 -22963,6 +23020,71 @@@ msgstr "
msgid "Show users on map"
msgstr ""
++msgid "Public"
++msgstr ""
++
++msgid "Could not get server response, check logs"
++msgstr ""
++
++msgid "Failed to login as {0}:"
++msgstr ""
++
++msgid "The server did not return user ID"
++msgstr ""
++
++msgid "Failed to send message:"
++msgstr ""
++
++msgid "Failed to get messages as {0}:"
++msgstr ""
++
++msgid "GeoChat"
++msgstr ""
++
++msgid "Open GeoChat panel"
++msgstr ""
++
++msgid "Zoom in to see messages"
++msgstr ""
++
++msgid "Login"
++msgstr ""
++
++msgid "Enable autologin"
++msgstr ""
++
++msgid "{0} user"
++msgid_plural "{0} users"
++msgstr[0] ""
++msgstr[1] ""
++
++msgid "not logged in"
++msgstr ""
++
++msgid "User {0} has left"
++msgstr ""
++
++msgid "User {0} is mapping nearby"
++msgstr ""
++
++msgid "Users mapping nearby:"
++msgstr ""
++
++msgid "Private chat"
++msgstr ""
++
++msgid "Close tab"
++msgstr ""
++
++msgid "Logout"
++msgstr ""
++
++msgid "Clear log"
++msgstr ""
++
++msgid "Show users on map"
++msgstr ""
++
msgid "Position only"
msgstr ""
@@@ -21649,27 -23002,9 +23124,9 @@@ msgstr "
msgid "Unknown logFormat"
msgstr ""
- msgid "Port:"
- msgstr ""
-
- msgid "refresh the port list"
- msgstr ""
-
- msgid "Configure"
- msgstr ""
-
msgid "Configure Device"
msgstr ""
- msgid "Connection Error."
- msgstr ""
-
- msgid "configure the connected DG100"
- msgstr ""
-
- msgid "delete data after import"
- msgstr ""
-
msgid "Importing data from device."
msgstr ""
@@@ -22747,9 -24082,26 +24204,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr ""
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr ""
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
+
msgid "Michigan Left"
msgstr ""
@@@ -23396,9 -24748,6 +24870,6 @@@ msgstr "
msgid "An error occurred: {0}"
msgstr ""
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr ""
-
msgid "Process queue"
msgstr ""
@@@ -23451,18 -24800,6 +24922,6 @@@ msgstr "
msgid "Close: "
msgstr ""
- msgid "New issue"
- msgstr ""
-
- msgid "Create issue"
- msgstr ""
-
- msgid "Describe the problem precisely"
- msgstr ""
-
- msgid "Create: "
- msgstr ""
-
msgid "Open in browser"
msgstr ""
@@@ -23809,6 -25146,27 +25268,27 @@@ msgstr "
msgid "Test failed: Could not write mtime."
msgstr ""
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -23960,6 -25318,9 +25440,9 @@@ msgstr "
msgid "The clipboard data is not an image"
msgstr ""
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24277,9 -25638,6 +25760,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr ""
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24495,6 -25853,9 +25975,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr ""
@@@ -24527,15 -25888,31 +26010,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
+
msgid "Road Sign Plugin"
msgstr ""
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr ""
+
msgid "Country preset:"
msgstr ""
@@@ -24650,9 -26027,6 +26149,6 @@@ msgstr "
msgid "Configure routing preferences."
msgstr ""
- msgid "Highway type"
- msgstr ""
-
msgid "Speed (Km/h)"
msgstr ""
@@@ -24831,19 -26205,19 +26327,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
+ msgid "SeaMap Editor"
msgstr ""
- msgid "Load"
+ msgid "No object selected"
msgstr ""
- msgid "invisible"
+ msgid "Seamark Inspector"
msgstr ""
- msgid "SeaMap Editor"
+ msgid "Select only one object"
msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25059,6 -26433,95 +26555,95 @@@ msgstr "
msgid "Tracer building"
msgstr ""
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr ""
@@@ -25095,6 -26558,9 +26680,9 @@@ msgstr "
msgid "Download signed data"
msgstr ""
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25247,9 -26713,6 +26835,6 @@@ msgstr "
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr ""
-
msgid "Select as much as you like:"
msgstr ""
@@@ -26234,9 -27697,6 +27819,6 @@@ msgstr "
msgid "Removes all nodes from selection"
msgstr ""
- msgid "Video"
- msgstr ""
-
msgid "Import Video"
msgstr ""
@@@ -26515,9 -27975,6 +28097,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/zh_CN.po
index eb3cc43,7125186..d7ab3cb
--- a/i18n/po/zh_CN.po
+++ b/i18n/po/zh_CN.po
@@@ -2,16 -2,16 +2,16 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
- "PO-Revision-Date: 2013-05-11 04:56+0000\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
+ "PO-Revision-Date: 2013-10-19 00:04+0000\n"
"Last-Translator: mmyfl <Unknown>\n"
"Language-Team: æ±è¯ <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:08+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:07+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: zh_CN\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "èæ¯ä½¿ç¨æ¡æ¬¾
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "å½åå¹³å°ä¸æ¯ææå¼é¾æ¥(â{0}â)"
+ msgid "ERROR: {0}"
+ msgstr "é误ï¼{0}"
+
msgid "WARNING: {0}"
msgstr "ãè¦åãï¼{0}"
@@@ -59,6 -62,9 +62,9 @@@ msgstr "ãä¿¡æ¯ãï¼{0}
msgid "DEBUG: {0}"
msgstr "ãè°è¯ãï¼{0}"
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "æ§è¡å¹³å°å¯å¨æé©ä¸"
@@@ -161,14 -167,14 +167,14 @@@ msgid "About JOSM...
msgstr "å
³äº JOSM..."
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
- msgstr "è¦åï¼æå¤ç API åºç¡ URL æ ¼å¼ãéå®åè³ OSM 对象çä¿¡æ¯æåå²è®°å½é¡µé¢å¯è½ä¼å¤±è´¥ãAPI åºç¡ URL 为ï¼â{0}â"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
+ msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
- msgstr "è¦åï¼æå¤ç API åºç¡ URL æ ¼å¼ãéå®åè³ OSM ç¨æ·ç个人页é¢å¯è½ä¼å¤±è´¥ãAPI åºç¡ URL 为ï¼â{0}â"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
+ msgstr ""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -211,7 -217,7 +217,7 @@@ msgid "Add imagery layer {0}
msgstr "æ·»å å¾åå± {0}"
msgid "Select image format for WMS layer"
- msgstr ""
+ msgstr "为WMSå¾å±éæ©å¾åæ ¼å¼"
msgid "Select WMS layers"
msgstr "éæ© WMS å¾å±"
@@@ -252,9 -258,6 +258,6 @@@ msgstr "å·¥å
·ï¼{0}
msgid "Please select at least four nodes."
msgstr "请è³å°éæ© 4 个èç¹ã"
- msgid "Information"
- msgstr "ä¿¡æ¯"
-
msgid "Align Nodes in Line"
msgstr "æåèç¹ä¸ºç´çº¿"
@@@ -280,7 -283,7 +283,7 @@@ msgid "download
msgstr "ä¸è½½"
msgid "problem"
- msgstr ""
+ msgstr "é®é¢"
msgid "previous"
msgstr "ä¸ä¸ä¸ª"
@@@ -291,6 -294,9 +294,9 @@@ msgstr "ä¸ä¸ä¸ª
msgid "Nothing selected to zoom to."
msgstr "没æéæ©ç¼©æ¾ç对象ã"
+ msgid "Information"
+ msgstr "ä¿¡æ¯"
+
msgid "Zoom to {0}"
msgstr "缩æ¾å° {0}"
@@@ -345,9 -351,9 +351,9 @@@ msgid "
msgstr "以è¿äºè·¯å¾ç®åçæ¹åæ¯ä¸è½ç»åçãæ¯å¦è¦å°å®ä»¬ä¸çä¸é¨åå转ï¼"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "ä¸è½ç»åè·¯å¾(å®ä»¬æ æ³å并为åä¸çèç¹ä¸²)"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "åå¹¶ {0} æ¡è·¯å¾"
@@@ -521,6 -527,9 +527,9 @@@ msgstr "åå²è®°å½
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "æ¾ç¤º OSM è·¯å¾ãèç¹æå
³ç³»çåå²è®°å½ä¿¡æ¯ã"
+ msgid "Show history"
+ msgstr "æ¾ç¤ºåå²è®°å½"
+
msgid "History (web)"
msgstr "åå²è®°å½(ç½é¡µ)"
@@@ -636,9 -645,9 +645,9 @@@ msgid "Joined overlapping areas
msgstr "å·²è¿ç»éå çåºå"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
- msgstr "é¨åå±äºå
³ç³»çä¸é¨åçè·¯å¾è¢«ä¿®æ¹äºãè¯·æ£æ¥æ¯å¦é æé误ã"
+ msgstr ""
msgid "Fix tag conflicts"
msgstr "ä¿®æ£æ ç¾å²çª"
@@@ -789,9 -798,9 +798,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "å°èç¹åå¹¶å°ææ§çä¸ä¸ªä¸ã"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
- msgstr "请è³å°éæ©ä¸¤ä¸ªè¦åå¹¶çèç¹ï¼ææ¯é è¿å¦ä¸ä¸ªèç¹çèç¹ã"
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
+ msgstr ""
msgid "Abort Merging"
msgstr "æ¾å¼åå¹¶"
@@@ -977,15 -986,9 +986,9 @@@ msgid "Orthogonalize / Undo
msgstr "ç´è§å/æ¤é"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "å½¢ç¶ç´è§å/æ¤é\n"
- "è¯·éæ©è¢«å䏿¬¡å½¢ç¶ç´è§åå¨ä½æç§»å¨çèç¹ï¼"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "æ¤éå½¢ç¶ç´è§å"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -1004,9 -1007,6 +1007,6 @@@ msgstr "ç´è§å
msgid "Usage"
msgstr "ç¨é"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "éå®çå
ç´ ä¸è½ç´è§å"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1170,9 -1170,6 +1170,6 @@@ msgstr "å è½½ä¼è¯
msgid "Load a session from file."
msgstr "仿件ä¸å è½½ä¸ä¸ªä¼è¯ã"
- msgid "Session file (*.jos, *.joz)"
- msgstr "ä¼è¯æä»¶(*.jos, *.joz)"
-
msgid "Open session"
msgstr "æå¼ä¼è¯"
@@@ -1307,14 -1304,14 +1304,14 @@@ msgid "
msgstr "æ¤è·¯å¾ä¸è½ä»éå®çèç¹åå²ã(æç¤ºï¼éå®çèç¹å¨è·¯å¾çä¸å¤®ã)"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
- msgstr "<html>以è§è²ä¸ºåºç¡çå
³ç³»æåä¼å¤å¶å°ææçæ°è·¯å¾ã<br>å¿
è¦æ¶æ¨åºè¯¥æ£éªå¹¶ä¿®æ£å®ã</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
+ msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
- msgstr "<html>å°å
³ç³»æåå¤å¶å°ææçæ°è·¯å¾ã<br>æ¨åºè¯¥éªè¯è¿ä¸ç¹ï¼å¿
è¦æ¶äºä»¥çº æ£ã</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
+ msgstr ""
msgid "Split way {0} into {1} parts"
msgstr "å°è·¯å¾ {0} åå²ä¸º {1} 个é¨å"
@@@ -1403,6 -1400,27 +1400,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr "æ¨å°è¦æå¼ä¸å®æ´ç对象ã<br>è¿ä¼å¯¼è´ä¸äºé®é¢ï¼å ä¸ºæ¨æ²¡æçå°çæ£ç对象ã<br>æ¨ççè¦æå¼åï¼"
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "æ¤æ¶"
@@@ -1687,6 -1705,9 +1705,9 @@@ msgstr "({0}/{1}) æ£å¨å è½½è·¯å¾ {2
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) æ£å¨å è½½å
³ç³» {2} çç¶é¡¹ç®"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ä¸è½½ {0} / {1} (å©ä¸ {2})"
@@@ -1904,9 -1925,10 +1925,10 @@@ msgstr "åå»ä»¥ç§»å¨é«äº®çèç¹ã
msgid "Cannot place a node outside of the world."
msgstr "ä¸è½å¨ä¸çä¹å¤æ¾ç½®èç¹ã"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "æ·»å ä¸ä¸ªæ°èç¹è³ {0} æ¡è·¯å¾"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "æ æ³å é¤è¢«å¤ä¸ªå¯¹è±¡åç
§çèç¹"
@@@ -2348,6 -2370,9 +2370,9 @@@ msgstr "å¼âvalueâå¨ä»»æé®ä¸
msgid "matches if ''key'' exists"
msgstr "妿åå¨é®âkeyâåå¹é
"
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr "ç»å"
@@@ -2552,9 -2577,8 +2577,8 @@@ msgstr "ç¼ºå° å¼æ çåæ°
msgid "Missing operator for NOT"
msgstr "ç¼ºå° é çè¿ç®å"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr "è¦åï¼èªå¨æªçå¨å·²å é¤å¯¹è±¡ {1} 䏿 ç¾â{0}âçæ°å¼"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr ""
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2640,6 -2664,9 +2664,9 @@@ msgid "Added {0} object
msgid_plural "Added {0} objects"
msgstr[0] "已添å {0} 个对象"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "æ¹åèç¹ {0}"
@@@ -2676,11 -2703,11 +2703,11 @@@ msgstr "ä» {1} 对象å é¤â{0}â
msgid "Set {0}={1} for {2} objects"
msgstr "å¨ {2} å¯¹è±¡è®¾å® {0}={1}"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "å é¤ {1} 个对象ç {0} ä¸ªå±æ§"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "设置 {1} 个对象ç {0} ä¸ªå±æ§"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "å°â{1}âå代为â{0}â"
@@@ -2701,9 -2728,9 +2728,9 @@@ msgid "Double conflict
msgstr "åéå²çª"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
- msgstr "è¦åï¼å¾å±â{0}âä¸ååå¨ãä¸è½å é¤å¯¹è±¡â{1}âçå²çªã"
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
+ msgstr ""
msgid "Add conflict for ''{0}''"
msgstr "æ·»å â{0}âçå²çª"
@@@ -2799,6 -2826,9 +2826,9 @@@ msgstr[0] "æ¸
é¤ {0} 个对象
msgid "Resolve conflicts in member list of relation {0}"
msgstr "è§£å³å
³ç³» {0} æåå表çå²çª"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "æè½¬ {0} 个èç¹"
@@@ -2857,9 -2887,9 +2887,9 @@@ msgid "Reverse directional way.
msgstr "åè½¬è·¯å¾æ¹åã"
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
- msgstr "å¨åè½¬è¿æ¡è·¯å¾æ¶ï¼ä¸ºäºç»´ææ°æ®çä¸è´æ§ï¼å»ºè®®ä¿®æ¹ä¸å该路å¾ä¸å
¶èç¹ç屿§ã"
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
+ msgstr ""
msgid "Relation"
msgstr "å
³ç³»"
@@@ -2888,11 -2918,11 +2918,11 @@@ msgstr "åºç¨éå®çä¿®æ¹
msgid "Do not apply changes"
msgstr "ä¸è¦åºç¨ä¿®æ¹"
- msgid "Please select which property changes you want to apply."
- msgstr "è¯·éæ©è¦æ¥åç屿§ä¿®æ¹ã"
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "屿§ "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "å
³ç³»ä¸çè§è²åç
§å°"
@@@ -2912,6 -2942,9 +2942,9 @@@ msgstr "å建æä»¶æ¶åç IO é误
msgid "Unable to delete old backup file {0}"
msgstr "æ æ³å 餿§çå¤ä»½æä»¶ {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "å建å é¤å¾å±çå¤ä»½æ¶åçé误ï¼{0}"
@@@ -2942,19 -2975,19 +2975,19 @@@ msgid "
"function manually and retry importing."
msgstr "<html>设置æä»¶è¦æ±è¿½å é¦é项å°<b>{0}</b>ï¼<br/>使¤æ¶ï¼å®çé»è®¤å¼æªç¥ã<br/>请æå¨æ¿æ´»ç¸åºçåè½ï¼å¹¶éè¯å¯¼å
¥ã"
- msgid "Warning: Failed to create missing cache directory: {0}"
- msgstr "è¦åï¼æ æ³å建丢失çç¼åç®å½ï¼{0}"
+ msgid "Failed to create missing cache directory: {0}"
+ msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>æ æ³å建丢失çç¼åç®å½ï¼{0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "è¦åï¼å°é¦é项åºå®ä¸ºâ{0}â失败"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
- msgstr "è¦åï¼åå§åé¦é项失败ãé¦é项ç®å½â{0}â䏿¯ä¸ä¸ªç®å½ã"
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -2962,23 -2995,21 +2995,21 @@@
msgstr "<html>åå§åé¦é项失败ã<br>é¦é项ç®å½â{0}â䏿¯ä¸ä¸ªç®å½ã</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
- msgstr "è¦åï¼åå§åé¦éé¡¹å¤±è´¥ãæ æ³å»ºç«ç¼ºå°çé¦é项ç®å½ï¼{0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
msgstr "<html>åå§åé¦é项失败ã<br>æ æ³å»ºç«ç¼ºå°çé¦é项ç®å½ï¼{0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
- msgstr "ä¿¡æ¯ï¼ç¼ºå°é¦é项æä»¶â{0}âãæ£å¨å建ä¸ä¸ªé»è®¤çé¦é项æä»¶ã"
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
+ msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
- msgstr "è¦åï¼ä»¥é»è®¤é¦é项æä»¶åä»£ç°æçé¦é项æä»¶â{0}âã"
+ "Replacing existing preference file ''{0}'' with default preference file."
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -2991,9 -3022,9 +3022,9 @@@ msgid "
msgstr "<html>é¦é项æä»¶æé误ã<br>å°æ§ç设å®å¶ä½å¤ä»½ä¸º<br>{0}<br>å¹¶å»ºç«æ°çé»è®¤é¦é项æä»¶ã</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
- msgstr "è¦åï¼æ æ³åå§åé¦éé¡¹ãæ æ³é置为é»è®¤é¦é项æä»¶ï¼{0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
+ msgstr ""
msgid "Paint style {0}: {1}"
msgstr "ç»ç»æ ·å¼ {0}ï¼{1}"
@@@ -3022,12 -3053,11 +3053,11 @@@ msgstr "æ æ³å è½½èµæºâ{0}âï¼é
msgid "UNKNOWN"
msgstr "䏿"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr "è¦åï¼æå¤ç JOSM 修订æä»¶çæ¬å·ï¼å¼ä¸ºâ{0}â"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "è¦åï¼ç¼ºå°ä¿®è®¢æä»¶â/REVISIONâã"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "å·²ç»æ³¨åååâ{0}âçå²çªã"
@@@ -3178,9 -3208,8 +3208,8 @@@ msgstr "ä¸è½æ¯è¾ IDâ{0}âå IDâ
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "åæ°â{0}âä¸åºä½¿ç¨èå´ 0..{1}ï¼å´æ¶å°â{2}â"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
- msgstr "éè¯¯ï¼æ æ³å è½½å°å¾æ¸²æç±»â{0}âãæ²¡ææ¾å°ç±»ã"
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgstr ""
msgid ""
"Can''t activate map renderer class ''{0}'', because the class wasn''t found."
@@@ -3286,8 -3315,8 +3315,8 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr "æªç¥çåºåæ è¯ç¬¦ï¼â{0}â"
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
- msgstr "éè¦åºå(+datum=*, +towgs84=* æ +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
+ msgstr ""
msgid ""
"Unexpected number of arguments for parameter ''towgs84'' (must be 3 or 7)"
@@@ -3324,9 -3353,6 +3353,6 @@@ msgstr "èªå®ä¹æå½±æ³
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "éè¯¯ï¼æ æ³æå¼è¾å
¥æµèµæºâ/data/{0}âã"
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3367,6 -3393,9 +3393,9 @@@ msgstr "éªè¯å
¶ä»ç
msgid "Running test {0}"
msgstr "æ§è¡æµè¯ {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "å°å"
@@@ -3391,6 -3420,15 +3420,15 @@@ msgstr "å
³ç³»ä¸çå¤éè¡éåç§°
msgid "House number too far from street"
msgstr "è¿ç¦»è¡éçé¨çå·"
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "建çç©å
ç建çç©"
@@@ -3450,6 -3488,9 +3488,9 @@@ msgstr " æ
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} å·²è¿æ¶ï¼ä½¿ç¨ {1} 代æ¿"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "éå¤çèç¹"
@@@ -3532,6 -3573,15 +3573,15 @@@ msgstr "å¨å
¬è·¯ä¸æ§è¡è¯ä¹æ£æ¥ã
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "å¤éå¤è¾¹å½¢"
@@@ -3603,6 -3653,12 +3653,12 @@@ msgstr "æç¸ååç§°çèç¹
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "è¿ä¸ªæµè¯ä¼æ¾åºæç¸ååç§°çèç¹(å¯è½æ¯éå¤çèç¹)ã"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "éå çåºå"
@@@ -3660,15 -3716,15 +3716,15 @@@ msgstr "å
³ç³»ç±»å䏿
msgid "Relation is empty"
msgstr "å
³ç³»æ¯ç©ºç½ç"
+ msgid "Role verification problem"
+ msgstr "è§è²éªè¯é®é¢"
+
msgid "<empty>"
msgstr "<空ç½>"
msgid "Role {0} missing"
msgstr "缺å°è§è² {0}"
- msgid "Role verification problem"
- msgstr "è§è²éªè¯é®é¢"
-
msgid "Number of {0} roles too low ({1})"
msgstr "{0} è§è²çç¼å·å¤ªä½({1})"
@@@ -3698,11 -3754,11 +3754,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "è¿ä¸ªæµè¯ä¼æ£æ¥åç§°è¿ä¼¼çè·¯å¾ï¼å 为æå¯è½æ¯æ¼éåäºã"
- msgid "Properties checker :"
- msgstr "屿§æ£æ¥å¨ï¼"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "è¿ä¸ªæä»¶ä¼æ£æ¥å±æ§ä¸çé®å¼åæ°å¼ææ é误ã"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "æ æçæ ç¾æ£æ¥è¡ - {0}ï¼{1}"
@@@ -3839,8 -3895,8 +3895,8 @@@ msgstr "使ç¨é»è®¤çæ¼åæ£æ¥æä
msgid "Use the default spellcheck file (recommended)."
msgstr "使ç¨é»è®¤çæ¼åæ£æ¥æä»¶(æ¨è)ã"
- msgid "Fix properties"
- msgstr "ä¿®æ£å±æ§"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "æ¾ä¸å°å
ä»¶ç±»å"
@@@ -3914,6 -3970,9 +3970,9 @@@ msgstr "æªå°éçè·¯å¾
msgid "This tests if ways which should be circular are closed."
msgstr "è¿ä¼æµè¯åå½¢çè·¯å¾æ¯å¦å·²å°éã"
+ msgid "Unclosed way"
+ msgstr "æªå°éçè·¯å¾"
+
msgid "natural type {0}"
msgstr "èªç¶ç±»å {0}"
@@@ -3944,9 -4003,6 +4003,6 @@@ msgstr "建ç
msgid "area"
msgstr "åºå"
- msgid "Unclosed way"
- msgstr "æªå°éçè·¯å¾"
-
msgid "Unconnected ways"
msgstr "æªè¿æ¥çè·¯å¾"
@@@ -3971,12 -4027,12 +4027,12 @@@ msgstr "æªæ è®°ç䏿ªè¿æ¥çèç
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "è¿ä¸ªæµè¯ä¼æ£æ¥æªå æ ç¾ï¼ä¸ä¸å±ä»»ä½è·¯å¾çä¸é¨åçèç¹ã"
- msgid "No tags"
- msgstr "æ æ è®°"
-
msgid "Unconnected nodes without physical tags"
msgstr "æªè¿æ¥ä¸æ²¡æå®ä½æ ç¾çèç¹"
+ msgid "No tags"
+ msgstr "æ æ è®°"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "å·²æ è®°âfixmeâæâFIXMEâ"
@@@ -4037,23 -4093,6 +4093,6 @@@ msgstr "åè½¬çæµ·å²¸çº¿ï¼éå°ä¸å
msgid "Reversed land: land not on left side"
msgstr "å转çéå°ï¼éå°ä¸å¨å·¦ä¾§"
- msgid "Wrong number of arguments for bookmark"
- msgstr "é误ç书ç¾åæ°å¼"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "读åä¹¦ç¾æ¶åçé误ï¼%s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "é误ï¼å¨ä¹¦ç¾æä»¶â{1}â䏿æå¤çè¡â{0}â"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr "é误ï¼ä¹¦ç¾æä»¶â{2}âçâ{1}âè¡æä¸åæ³ç double æ°å¼â{0}â"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr "<html>æ æ³è¯»å书ç¾<br>â{0}â<br>é误为ï¼{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "ä¸è¦åæ¾ç¤º(è®°ä½éæ©)"
@@@ -4155,8 -4194,8 +4194,8 @@@ msgstr "æ¾ç¤ºå¸®å©ä¿¡æ¯
msgid "Downloading \"Message of the day\""
msgstr "æ£å¨ä¸è½½âå½å¤©çä¿¡æ¯â"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "è¦åï¼æ æ³è¯»åå½å¤©çä¿¡æ¯ãå¼å¸¸ä¸ºï¼{0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr ""
msgid "Message of the day not available"
msgstr "æ æ³åå¾å½å¤©çä¿¡æ¯ã"
@@@ -4385,6 -4424,18 +4424,18 @@@ msgstr "ç¼è¾å·¥å
·æ
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "忢ç¼è¾å·¥å
·æ (å³åç´çå·¥å
·)çå¯è§åº¦"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "é³é¢(U)"
@@@ -4489,19 -4540,6 +4540,6 @@@ msgstr "å¨åå°
msgid "Click to run job in background"
msgstr "ç¹å»ä»¥å¨åå°è¿è¡å·¥ä½"
- msgid "false: the property is explicitly switched off"
- msgstr "falseï¼è¯¥å±æ§å·²ç»è¢«ç¡®å®å
³éäº"
-
- msgid "true: the property is explicitly switched on"
- msgstr "trueï¼è¯¥å±æ§å·²ç»è¢«ç¡®å®æå¼äº"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "é¨åï¼ä¸åéå®ç对象æä¸åçæ°å¼ï¼ä¸è¦æ¹å"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "åæ¶è®¾å®ï¼ä¸è¦å¨éå®ç对象ä¸è®¾å®è¿ä¸ªå±æ§"
-
msgid "{0} ({1} ms)"
msgstr "{0}({1} 毫ç§)"
@@@ -4790,29 -4828,47 +4828,47 @@@ msgstr "> åºé¨
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "å°æéå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表çç»å°¾"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr "å°æéå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表ç第ä¸ä¸ªéå®å
ä»¶ä¹å"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr "å°æéå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表ç第ä¸ä¸ªéå®å
ä»¶ä¹å"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "å°ä»ä»¬éå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表çå¼å¤´"
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "å°ä»ä»¬éå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表çç»å°¾"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr "å°ä»ä»¬éå®çå
ä»¶å¤å¶å°åå¹¶å
ä»¶å表ç第ä¸ä¸ªéå®å
ä»¶ä¹å"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4827,8 -4883,8 +4883,8 @@@ msgstr "å°ä»ä»¬ææçå
ç´ å¤å¶å
msgid "Up"
msgstr "ä¸"
- msgid "Move up the selected elements by one position."
- msgstr "å°éå®çå
ä»¶åä¸ç§»å¨ä¸ä¸ªä½ç½®"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "ä¸"
@@@ -4876,14 -4932,6 +4932,6 @@@ msgid "Their version ({0} entry)
msgid_plural "Their version ({0} entries)"
msgstr[0] "ä»ä»¬ççæ¬({0} 个项ç®)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr "å¯è°æ´ç {0} å°æªè®¾å®ãä¸è½å¨åæ¥è°æ´ä¸è®¾å®åä¸ã"
-
- msgid "Adjustable {0} not registered yet."
- msgstr "å¯è°æ´ç {0} å°æªæ³¨åã"
-
msgid "Node"
msgstr "èç¹"
@@@ -5135,15 -5183,15 +5183,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "é®å¼ï¼"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>è¾å
¥æ ç¾é®å¼ï¼ä¾å¦ <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "æ°å¼ï¼"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
- msgstr "<html>è¾å
¥æ ç¾æ°å¼ï¼ä¾å¦ <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5696,6 -5744,9 +5744,9 @@@ msgstr "æ¾ç¤º/éè
msgid "Information about layer"
msgstr "å
³äºå¾å±çä¿¡æ¯"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "å°å¾æ ·å¼"
@@@ -5778,6 -5829,36 +5829,36 @@@ msgstr "æ ·å¼ç®åæ¯å¦ä½¿ç¨ä¸ï¼
msgid "No"
msgstr "å¦"
+ msgid "Object type:"
+ msgstr "对象类åï¼"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "æ··å"
+
+ msgid "Choose the OSM object type"
+ msgstr "éæ© OSM 对象类å"
+
+ msgid "Object ID:"
+ msgstr "对象 IDï¼"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "è¾å
¥è¦ä¸è½½ç对象 IDï¼"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "对象 ID å¯ä»¥ç¨éå·æç©ºæ ¼åéã<br/>ä¾å¦ï¼<b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b>卿··å模å¼ä¸ï¼å¯ä»¥è¿æ ·æå®å¯¹è±¡ï¼<b>w123, n110, w12, "
+ "r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "å
³ç³»"
@@@ -5867,9 -5948,8 +5948,8 @@@ msgstr "éæ©è¿ä¸ªç¨æ·ä¸ä¼ ç对è
msgid "Launches a browser with information about the user"
msgstr "å¯å¨æµè§å¨ï¼æ¾ç¤ºå
³äºæ¤ç¨æ·çä¿¡æ¯"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
- msgstr "è¦åï¼åªä¼æ¾ç¤º {1} 个已éå®ç¨æ·çå {0} ä½"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
+ msgstr ""
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -6040,9 -6120,6 +6120,6 @@@ msgstr "æ´æ°å
容
msgid "Update the changeset content from the OSM server"
msgstr "ä» OSM æå¡å¨æ´æ°ä¿®æ¹éåå
容"
- msgid "Show history"
- msgstr "æ¾ç¤ºåå²è®°å½"
-
msgid "Download and show the history of the selected objects"
msgstr "ä¸è½½å¹¶æ¾ç¤ºéå®å¯¹è±¡çåå²è®°å½"
@@@ -6328,9 -6405,9 +6405,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>ä¸è½½å¨ç®åå°å¾æ¥çä¸çä¿®æ¹éå</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
- msgstr "è¦åï¼é¦é项â{0}âææå¤çæ°å¼ï¼å¾å°â{1}âãé设为é»è®¤çæ¥è¯¢ã"
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
+ msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr "ä¸è½å建å¿åç¨æ·ç弿¾ä¿®æ¹éåæ¥è¯¢"
@@@ -6394,35 -6471,47 +6471,47 @@@ msgstr "请注æä¿®æ¹éåæ¥è¯¢ç®å
msgid "This changeset query URL is invalid"
msgstr "è¿ä¸ªä¿®æ¹éåæ¥è¯¢ URL æ¯æ æç"
- msgid "Select objects for which to change properties."
- msgstr "éæ©è¦æ´æ¹å±æ§ç对象ã"
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "屿§/æå"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "éå®å¯¹è±¡ç屿§ã"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<ä¸å>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "æå"
msgid "Position"
msgstr "ä½ç½®"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "屿§ï¼{0}/æåï¼{1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "屿§/æå"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "å 餿æå¯¹è±¡ä¸éå®ç设å®é®"
- msgid "Delete Properties"
- msgstr "å é¤å±æ§"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "æ¹åå
³ç³»"
@@@ -6436,14 -6525,14 +6525,14 @@@ msgstr "ç¡®å®è¦å é¤å
³ç³» {0} çé
msgid "Add a new key/value pair to all objects"
msgstr "å°æ°ç设å®é®/æ°å¼é
对添å å°ææç对象"
- msgid "Add Property"
- msgstr "æ·»å 屿§"
+ msgid "Add Tag"
+ msgstr "æ·»å æ ç¾"
msgid "Edit the value of the selected key for all objects"
msgstr "ç¼è¾ææå¯¹è±¡éå®è®¾å®é®çæ°å¼"
- msgid "Edit Properties"
- msgstr "ç¼è¾å±æ§"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "è½¬å° OSM çç»´åºé¡µé¢æ¥çæ ç¾ç帮å©å
容(F1)"
@@@ -6593,8 -6682,8 +6682,8 @@@ msgstr "å
³ç³»å·²å é¤
msgid "Downloading relation {0}"
msgstr "æ£å¨ä¸è½½å
³ç³» {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr "è¦åï¼å¿½ç¥å¼å¸¸ï¼å 为任å¡è¢«åæ¶ãå¼å¸¸ä¸ºï¼{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -6913,16 -7002,35 +7002,35 @@@ msgstr "è·¯å¾å·²è¿æ¥å°ä¸ä¸ä¸ªå
³ç
msgid "way is not connected to previous or next relation member"
msgstr "è·¯å¾æªè¿æ¥å°åä¸ä¸ªæä¸ä¸ä¸ªå
³ç³»æå"
- msgid "Bookmarks"
- msgstr "书ç¾"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
- msgid "<html>There is currently no download area selected.</html>"
- msgstr "<html>è¿éå°æªéå®ä¸è½½åºåã</html>"
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "é误ç书ç¾åæ°å¼"
- msgid ""
- "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
- "maxlat): </html>"
- msgstr "<html><strong>ç®åçä¸è½½åºå</strong>(æå°ç»åº¦, æå°çº¬åº¦, æå¤§ç»åº¦, æå¤§çº¬åº¦)ï¼</html>"
+ msgid "Error reading bookmark entry: %s"
+ msgstr "读åä¹¦ç¾æ¶åçé误ï¼%s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr "<html>æ æ³è¯»å书ç¾<br>â{0}â<br>é误为ï¼{1}</html>"
+
+ msgid "Bookmarks"
+ msgstr "书ç¾"
+
+ msgid "<html>There is currently no download area selected.</html>"
+ msgstr "<html>è¿éå°æªéå®ä¸è½½åºåã</html>"
+
+ msgid ""
+ "<html><strong>Current download area</strong> (minlon, minlat, maxlon, "
+ "maxlat): </html>"
+ msgstr "<html><strong>ç®åçä¸è½½åºå</strong>(æå°ç»åº¦, æå°çº¬åº¦, æå¤§ç»åº¦, æå¤§çº¬åº¦)ï¼</html>"
msgid "Create bookmark"
msgstr "建ç«ä¹¦ç¾"
@@@ -7046,21 -7154,8 +7154,8 @@@ msgstr "ä¸è½½åç
§è
(ç¶å
³ç³»)
msgid "Download object"
msgstr "ä¸è½½å¯¹è±¡"
- msgid "Object type:"
- msgstr "对象类åï¼"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "æ··å"
-
- msgid "Choose the OSM object type"
- msgstr "éæ© OSM 对象类å"
-
- msgid "Object ID:"
- msgstr "对象 IDï¼"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "è¾å
¥è¦ä¸è½½ç对象 IDï¼"
+ msgid "Start downloading"
+ msgstr "å¼å§ä¸è½½"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7070,28 -7165,9 +7165,9 @@@ msgstr "å¦æå¯¹è±¡çåç
§è
ä¹åºè
msgid "Select if the members of a relation should be downloaded as well"
msgstr "妿ä¸ä¸ªå
³ç³»çæåä¹åºè¢«ä¸è½½ï¼åéæ©"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "对象 ID å¯ä»¥ç¨éå·æç©ºæ ¼åéã<br/>ä¾å¦ï¼<b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b>卿··å模å¼ä¸ï¼å¯ä»¥è¿æ ·æå®å¯¹è±¡ï¼<b>w123, n110, w12, "
- "r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "ä¸è½½åç
§è
(ç¶å
³ç³»åè·¯å¾)"
- msgid "Start downloading"
- msgstr "å¼å§ä¸è½½"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
- "æå®äºæ æç ID å表\n"
- "æ æ³ä¸è½½å¯¹è±¡ã"
-
msgid "Class Type"
msgstr "ç±»å«ç±»å"
@@@ -7197,8 -7273,8 +7273,8 @@@ msgstr "åå¾ä¸ä¸é¡µ
msgid "Go to the JOSM help home page"
msgstr "è½¬å° JOSM 帮å©é¦é¡µ"
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "è¦åï¼å¨ HTML æä»¶ä¸æé误çä½ç½®ãå¼å¸¸ä¸ºï¼{0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "æ æ³æå¼å¸®å©é¡µé¢ãç®æ URL æ¯ç©ºçã"
@@@ -7296,6 -7372,9 +7372,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr "<html>çæ¬ <strong>{0}</strong> 建ç«äº <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "ä¿®æ¹éåä¿¡æ¯"
@@@ -7392,8 -7471,8 +7471,8 @@@ msgstr "ç¹å» <strong>{0}</strong> 以
msgid "Object still in use"
msgstr "对象ä»ç¶å¨ä½¿ç¨"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "è¦åï¼é误æ 头â{0}âä¸é¢è®¡ç模å¼ä¸ç¬¦"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr ""
msgid "Upload"
msgstr "ä¸ä¼ "
@@@ -7413,6 -7492,12 +7492,12 @@@ msgstr "æä¾æ¨çä¿®æ¹çä¸äºç®ç
msgid "Enter an upload comment"
msgstr "è¾å
¥ä¸ä¸ªä¸ä¼ 注解"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "ä¿®æ¹éå idï¼"
@@@ -7479,9 -7564,8 +7564,8 @@@ msgid "Closing changeset {0}
msgstr "æ£å¨å
³éä¿®æ¹éå {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
- msgstr "è¦åï¼æ æ³å°åè¯å¯¹è¯æ¡æ°¸è¿ç½®äºæä¸å±ãæå°å®å
¨æ§å¼å¸¸ã"
+ "Failed to put Credential Dialog always on top. Caught security exception."
+ msgstr ""
msgid "Enter credentials for OSM API"
msgstr "è¾å
¥ OSM API çåè¯"
@@@ -7555,9 -7639,9 +7639,9 @@@ msgid "Unpacking {0} into {1}
msgstr "æ£å¨éæ¾ {0} å° {1}"
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
- msgstr "è¦åï¼æ æ³ä¸è½½æä»¶â{0}âãå
¶ä¸è½½é¾æ¥â{1}â䏿¯ä¸ä¸ªææç URLãæ£å¨è·³è¿ä¸è½½ã"
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
+ msgstr ""
msgid ""
"Could not retrieve the list of your open changesets because<br>JOSM does not "
@@@ -7571,9 -7655,8 +7655,8 @@@ msgid "Missing user identity
msgstr "缺å°ç¨æ·èº«ä»½"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
- msgstr "è¦åï¼æ æ³åå¾ç®åç JOSM ç¨æ·ä¿¡æ¯ãå¼å¸¸ä¸ºï¼{0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
+ msgstr ""
msgid "Download objects"
msgstr "ä¸è½½å¯¹è±¡"
@@@ -7785,12 -7868,6 +7868,6 @@@ msgstr "ä¸ä¼ 已修æ¹çåå
msgid "Please revise upload comment"
msgstr "请修æ¹ä¸ä¼ 注解"
- msgid "Revise"
- msgstr "ä¿®æ¹"
-
- msgid "Continue as is"
- msgstr "å°±è¿æ ·ç»§ç»"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7802,6 -7879,22 +7879,22 @@@ msgstr "
"/>å¨è§çä»ä»¬åºåçä¿®æ¹æ¶ï¼é½æ¯ä¾æ®ææä¹çä¿®æ¹ç»å夿³¨<br />æ¥äºè§£åçäºä»ä¹äºï¼<br /><br "
"/>妿æ¨ç°å¨è±ä¸ç¹æ¶é´è¯´ææ¨çä¿®æ¹ï¼å°±å¯ä»¥è®©å
¶ä»<br />ä¼å¤å¶å¾è
æ´å¥½åäºã"
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "ä¿®æ¹"
+
+ msgid "Continue as is"
+ msgstr "å°±è¿æ ·ç»§ç»"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "è¿åå°ä¸ä¸ä¸ªå¯¹è¯æ¡ä¸è¾å
¥ä¸ä¸ªæ´å
·æè¿°æ§ç注é"
@@@ -7817,6 -7910,21 +7910,21 @@@ msgstr "请å
è¾å
¥ææçåºå大å
msgid "Illegal chunk size"
msgstr "ä¸åæ³çåºå大å°"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "åæ¶ä¸ä¼ å¹¶ç»§ç»ç¼è¾"
@@@ -7824,9 -7932,9 +7932,9 @@@ msgid "Tags of changeset {0}
msgstr "ä¿®æ¹éå {0} çæ ç¾"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
- msgstr "è¦åï¼å¯¹è±¡â{0}âå·²ç»å¨æå¡å¨ç«¯è¢«å é¤äºãç°å¨è·³è¿è¿ä¸ªå¯¹è±¡å¹¶éæ°å°è¯ä¸ä¼ ã"
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
+ msgstr ""
msgid "Preparing objects to upload ..."
msgstr "æ£å¨åå¤è¦ä¸ä¼ ç对象..."
@@@ -7944,9 -8052,6 +8052,6 @@@ msgstr "å
³ç³»â{0}âå·²ç»è¢«å é¤ã
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "对象â{0}âå·²ç»è¢«å é¤ãå¨ä¸ä¼ ä¸è·³è¿æ¤å¯¹è±¡ã"
- msgid "Warning: {0}"
- msgstr "è¦åï¼{0}"
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "æ£å¨ä¸ä¼ {0} 个对象..."
@@@ -7955,6 -8060,9 +8060,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr "å¿½ç¥ææå°çå¼å¸¸ï¼å 为ä¸ä¼ å·²è¢«åæ¶ãå¼å¸¸ä¸ºï¼{0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7971,8 -8079,8 +8079,8 @@@ msgstr "éæ©è¦ä¸ä¼ ç对象
msgid "Cancel uploading"
msgstr "æ£å¨åæ¶ä¸ä¼ "
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr "è¦åï¼é¦é项ç设å®é®â{0}âææå¤çæ°å¼ï¼å¾å°â{1}â"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr ""
msgid "Please select the upload strategy:"
msgstr "è¯·éæ©ä¸ä¼ çæ¹å¼ï¼"
@@@ -8109,8 -8217,8 +8217,8 @@@ msgstr "ä¸ä¸ä¸ªæ è®°
msgid "Jump to next marker"
msgstr "è·³è³ä¸ä¸ä¸ªæ è®°"
- msgid "Previos marker"
- msgstr "åä¸ä¸ªæ è®°"
+ msgid "Previous marker"
+ msgstr ""
msgid "Jump to previous marker"
msgstr "è·³è³åä¸ä¸ªæ è®°"
@@@ -8142,8 -8250,8 +8250,8 @@@ msgstr "çæ¬ {0}
msgid "Merging layers"
msgstr "åå¹¶å¾å±"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "è¦åï¼æ··å 0.6 å 0.5 ççæ°æ®ä¼æä¸º 0.5 ç"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8504,9 -8612,6 +8612,6 @@@ msgstr "æ£å¨ä» EXIF 䏿å GPS ä½
msgid "Starting directory scan"
msgstr "å¼å§æ«æç®å½"
- msgid "One of the selected files was null"
- msgstr "éå®çæä»¶ä¸æä¸ä¸ªä¸ºç©º"
-
msgid "Read photos..."
msgstr "读åç¸ç..."
@@@ -8525,6 -8630,9 +8630,9 @@@ msgstr "å¨ç®å½ {0} åç°ç©ºçæä»
msgid "Error while getting files from directory {0}\n"
msgstr "ä»ç®å½ {0} å徿件æ¶åçé误\n"
+ msgid "One of the selected files was null"
+ msgstr "éå®çæä»¶ä¸æä¸ä¸ªä¸ºç©º"
+
msgid "Geotagged Images"
msgstr "æå°çæ è®°çå¾ç"
@@@ -8580,6 -8688,12 +8688,12 @@@ msgstr "ä¸ä¸å¹
msgid "Show next Image"
msgstr "æ¾ç¤ºä¸ä¸å¼ å¾ç"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "ç½®ä¸æ¥ç"
@@@ -8658,9 -8772,6 +8772,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr "<html>å°æªç»å¤çç GPS æ°æ®ä¸ä¼ ä½å°å¾æ°æ®æ¯ä¸éå½çã<br>å¦ææ¨æ³è¦ä¸ä¼ 轨迹ï¼è¯·çè¿éï¼</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr "èªå®ä¹è½¨è¿¹ç»å¶"
@@@ -8840,15 -8951,11 +8951,11 @@@ msgstr "å°è¯æ¾ç¤ºè¿ä¸ªæ è®°ç UR
msgid "(URL was: "
msgstr "(URL ä¸ºï¼ "
- msgid "Error displaying URL"
- msgstr "卿¾ç¤º URL æ¶åçé误"
-
msgid "Select the map painting styles"
msgstr "éæ©å°å¾çç»ç»æ ·å¼"
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼ä»â{0}âå è½½ Mappaint æ ·å¼å¤±è´¥ãå¼å¸¸ä¸ºï¼{1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr ""
msgid "loading style ''{0}''..."
msgstr "å è½½æ ·å¼â{0}âä¸..."
@@@ -8861,8 -8968,8 +8968,8 @@@ msgid_plural "
"right click menu for details."
msgstr[0] "å è½½è¿ç§æ ·å¼æ¶åçäº {0} 个éè¯¯ãæ¥ç详ç»ä¿¡æ¯ï¼è¯·ä»å³é®èåä¸éæ©âä¿¡æ¯âã"
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr "è¦åï¼æ æ³è§£æâ{0}âç Mappaint æ ·å¼ãé误为ï¼{1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr ""
msgid "Illegal dash pattern, values must be positive"
msgstr "éæ³çè线模å¼ï¼å¼å¿
须为æ£"
@@@ -8871,9 -8978,8 +8978,8 @@@ msgid "Illegal dash pattern, at least o
msgstr "éæ³çè线模å¼ï¼è³å°æä¸ä¸ªå¼å¿
é¡» > 0"
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
- msgstr "è¦åï¼æ æ³è§£æâ{0}âç Mappaint æ ·å¼ãé误为ï¼[{1}ï¼{2}] {3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
+ msgstr ""
msgid "Access Token Key:"
msgstr "访é®ä»¤çé®ï¼"
@@@ -9108,8 -9214,8 +9214,8 @@@ msgstr "å
³éå¯¹è¯æ¡ï¼å¹¶åæ¶ææ
msgid "Close the dialog and accept the Access Token"
msgstr "å
³éå¯¹è¯æ¡ï¼å¹¶åºç¨è®¿é®ä»¤ç"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "è¦åï¼æ æ³åæ¶æ§è¡ä¸ç OAuth æä½"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "æ£å¨ä»â{0}âåå OAuth è¦æ±ä»¤ç"
@@@ -9838,8 -9944,8 +9944,8 @@@ msgstr "æ·»å 设置
msgid "Advanced Background: Changed"
msgstr "é«çº§èæ¯ï¼å·²æ´æ¹"
- msgid "Advanced Background: NonDefalut"
- msgstr "é«çº§èæ¯ï¼éé»è®¤"
+ msgid "Advanced Background: NonDefault"
+ msgstr ""
msgid "Current value is default."
msgstr "å½å弿¯é»è®¤çã"
@@@ -9906,6 -10012,9 +10012,9 @@@ msgstr "å¨éæ©æ¨¡å¼ä¸ï¼ç»åºèæ
msgid "Draw inactive layers in other color"
msgstr "å°æªä½¿ç¨çå¾å±ä»¥å
¶ä»é¢è²ç»å¶"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "é«äº®æ¾ç¤ºç®æ è·¯å¾åèç¹"
@@@ -9959,6 -10068,11 +10068,11 @@@ msgid "
"in the selected style."
msgstr "è¿ä¸ªé项ä¼é²æ¢å¡«æ»¡åºåï¼å¹¶ä¸ä¼è¦çå¨é宿 ·å¼ä¸æå®ç任使°å¼ã"
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "å½±åç»å¶æ§è½çé项"
@@@ -10419,6 -10533,12 +10533,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr "<i>(JOSM å¯ä»¥å¨ä¿åæ°æ®å¾å±æ¶ä¿åå¤ä»½æä»¶ãä¼å¨æä»¶åä¸è¿½å â~âå¹¶ä¿åå¨åä¸ç®å½ã)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "æä»¶å¤ä»½"
@@@ -10482,8 -10602,8 +10602,8 @@@ msgstr "å°å¾è®¾å®å¼
msgid "Settings for the map projection and data interpretation."
msgstr "å°å¾æå½±ä¸æ°æ®è½¬è¯è®¾å®å¼ã"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "è¦åï¼æ æ³è¯»åæ ç¾é¢è®¾ç»åæ¥æºï¼{0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "æ æ³è¯»åæ ç¾é¢è®¾ç»åæ¥æºï¼{0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10749,21 -10869,6 +10869,6 @@@ msgstr "Swiss Grid(ç士)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903/ LV03(æ²¡ææ¬å°æ ¡æ£)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM åº"
-
- msgid "North"
- msgstr "å"
-
- msgid "South"
- msgstr "å"
-
- msgid "Hemisphere"
- msgstr "ç颿影"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -10785,6 -10890,21 +10890,21 @@@ msgstr "UTM æ³å½(DOM)
msgid "UTM Geodesic system"
msgstr "UTM 大尿µéç³»ç»"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM åº"
+
+ msgid "North"
+ msgstr "å"
+
+ msgid "South"
+ msgstr "å"
+
+ msgid "Hemisphere"
+ msgstr "ç颿影"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "æ£å¨æµè¯ OSM API URLâ{0}â"
@@@ -10839,9 -10959,9 +10959,9 @@@ msgid "Select to use OAuth as authentic
msgstr "éæ©ä»¥ä½¿ç¨ OAuth å为éªè¯æºå¶"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
- msgstr "è¦åï¼ä¸æ¯æé¦é项â{0}âçå¼ï¼å¾å°â{1}âã使ç¨èº«ä»½éªè¯æ¹æ³âåºæ¬èº«ä»½éªè¯âã"
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
+ msgstr ""
msgid "OSM username:"
msgstr "OSM ç¨æ·åï¼"
@@@ -10849,21 -10969,26 +10969,26 @@@
msgid "OSM password:"
msgstr "OSM å¯ç ï¼"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "è¦åï¼æ æ³ä»åè¯ç®¡çç¨åºåå OSM åè¯ã"
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr "ç®åçåè¯ç®¡çç¨åºç±»å为â{0}â"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "è¦åï¼æ æ³å° OSM åè¯ä¿åå°åè¯ç®¡çç¨åºã"
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr "è¦åï¼æ æ³ä»åè¯ç®¡çç¨åºåå OAuth 访é®ä»¤ç"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "è¦åï¼æ æ³å° OAuth 访é®ä»¤çä¿åå°åè¯ç®¡çç¨åº"
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr ""
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -10945,15 -11070,9 +11070,9 @@@ msgid "Use a SOCKS proxy
msgstr "ä½¿ç¨ SOCKS 代çæå¡å¨"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr "è¦åï¼JOSM æ¯è®¾å®ä¸ºä½¿ç¨ç³»ç»è®¾å®ç代çæå¡å¨ï¼ä½æ¯ JVM å¹¶æªè®¾å®ä¸ºå¯ä»¥åå¾å®ä»¬ãæ£å¨å°é¦é项é设为âä¸ä½¿ç¨ä»£çæå¡å¨â"
-
- msgid "disabled"
- msgstr "å·²åç¨"
-
- msgid "no modifier"
- msgstr "没æä¿®é¥°é®"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
+ msgstr ""
msgid "Shortcut Background: User"
msgstr "å¿«æ·é®èæ¯ï¼ç¨æ·"
@@@ -11023,8 -11142,8 +11142,8 @@@ msgstr "åºç¨é¢è®¾ç»å
msgid "New relation"
msgstr "æ°å»ºå
³ç³»"
- msgid "Change Properties"
- msgstr "æ´æ¹å±æ§"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "䏿çå¿
éåï¼{0}"
@@@ -11102,9 -11221,6 +11221,6 @@@ msgstr "é¢ç½®æ ç¶å
ç´ çè§è²å
ç
msgid "Preset sub element without parent"
msgstr "é¢ç½®æ ç¶å
ç´ çåå
ç´ "
- msgid "Could not read tagging preset source: {0}"
- msgstr "æ æ³è¯»åæ ç¾é¢è®¾ç»åæ¥æºï¼{0}"
-
msgid "Error parsing {0}: "
msgstr "åæ {0} æ¶åçéè¯¯ï¼ "
@@@ -11123,6 -11239,14 +11239,14 @@@ msgstr "åªæ¾ç¤ºå¯éç¨çé项
msgid "Search in tags"
msgstr "æç´¢å
³é®å"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr "å¯è°æ´ç {0} å°æªè®¾å®ãä¸è½å¨åæ¥è°æ´ä¸è®¾å®åä¸ã"
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "å¯è°æ´ç {0} å°æªæ³¨åã"
+
msgid "All files (*.*)"
msgstr "æææä»¶(*.*)"
@@@ -11152,9 -11276,49 +11276,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "ç®åçæ°å¼ä¸æ¯ææç OSM IDã请è¾å
¥å¤§äº 0 çæ´æ°å¼"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falseï¼è¯¥å±æ§å·²ç»è¢«ç¡®å®å
³éäº"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "trueï¼è¯¥å±æ§å·²ç»è¢«ç¡®å®æå¼äº"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "é¨åï¼ä¸åéå®ç对象æä¸åçæ°å¼ï¼ä¸è¦æ¹å"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "åæ¶è®¾å®ï¼ä¸è¦å¨éå®ç对象ä¸è®¾å®è¿ä¸ªå±æ§"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr "å³é®=å¤å¶å°åªè´´æ¿"
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "缺å°å¿
è¦ç屿§â{0}âã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr "ç±»å long çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr "ç±»å long (>=0) çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr "ç±»å boolean ç屿§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr "ç±»å boolean çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr "ç±»å OsmPrimitiveType çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr "å¤é¨ IDâ{0}âçè·¯å¾å
å«äºç¼ºå¤±çå¤é¨ IDâ{1}âçèç¹ã"
@@@ -11185,9 -11349,9 +11349,9 @@@ msgid "Contacting OSM Server...
msgstr "æ£å¨è¿æ¥ OSM æå¡å¨..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
- msgstr "è¦åï¼å¨æå¡å¨åè½å
ç´ â{1}âç屿§â{0}âæ°å¼æ æãå¾å°â{2}â"
+ msgstr ""
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "è§£ææå¡å¨è¿åçæ¥æâ{0}â失败ã"
@@@ -11225,30 -11389,27 +11389,27 @@@ msgid "Illegal port number in preferenc
msgstr "é¦é项â{0}âä¸ææ æç端å£å·ãå¾å°â{1}âã"
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
- msgstr "è¦åï¼åç°æå¤çé¦é项â{0}âæ°å¼ãå¾å°â{1}âãå°ä¸ä½¿ç¨ä»£çæå¡å¨ã"
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
+ msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦åï¼æå¤ç HTTP 代çæå¡å¨åæ°ãå¾å°ä¸»æºâ{0}âå端å£â{1}âã"
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦åï¼æå¤ç SOCKS 代çæå¡å¨åæ°ãå¾å°ä¸»æºâ{0}âå端å£â{1}âã"
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
- msgstr "é误ï¼ç¨ä»£çæå¡å¨â{0}âè¿æ¥å° URIâ{1}â失败ãå¼å¸¸ä¸ºï¼{2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "è¦åï¼JVM å¹¶æªè®¾å®ä»ç³»ç»è®¾å®å¼æ¥è¯¢ä»£çæå¡å¨ã屿§âjava.net.useSystemProxiesâå¨å¯å¨æ¶ç¼ºå¤±äºãå°ä¸ä½¿ç¨ä»£çæå¡å¨ã"
msgid "Parsing response from server..."
msgstr "æ£å¨åææå¡å¨çååº..."
@@@ -11344,6 -11505,9 +11505,9 @@@ msgstr "è§£æ GPX æä»¶â{0}âæ¶å
msgid "Parse error: invalid document structure for GPX document."
msgstr "åæé误ï¼GPX æä»¶ææ æçæä»¶ç»æ"
+ msgid "(at line {0}, column {1})"
+ msgstr "(å¨ç¬¬ {0} è¡ï¼ç¬¬ {1} å)"
+
msgid "Unknown mode {0}."
msgstr "æªç¥æ¨¡å¼ {0}ã"
@@@ -11359,13 -11523,21 +11523,21 @@@ msgstr "寻æ¾å¾åæä»¶
msgid "No image files found."
msgstr "æ¾ä¸å°å¾åæä»¶ã"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "æå¼èµæºâ{0}âçè¾å
¥ä¸²æµå¤±è´¥"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼æ æ³æå¼ zip æä»¶â{0}â䏿©å±å为â{2}âãå称为â{3}âçæä»¶ãå¼å¸¸ä¸ºï¼{1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
+ msgstr ""
msgid "Failed to rename file {0} to {1}."
msgstr "æ æ³éå½åæä»¶ {0} 为 {1}ã"
@@@ -11442,8 -11614,8 +11614,8 @@@ msgstr "æªç¥çå¥åï¼{0}
msgid "Zero coordinates: {0}"
msgstr "é¶åæ ï¼{0}"
- msgid "NMEA import success"
- msgstr "NMEA è¾å
¥æå"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA è¾å
¥å¤±è´¥ï¼"
@@@ -11541,47 -11713,23 +11713,23 @@@ msgstr "没æå¨æä»¶ {0} 䏿¾å°æ
msgid "Open OsmChange file"
msgstr "æå¼ OsmChange æä»¶"
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "缺å°å¿
è¦ç屿§â{0}âã"
-
msgid "Unsupported version: {0}"
msgstr "䏿¯æççæ¬ï¼{0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr "ç±»å long çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
+ "Unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr ""
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr "ç±»å long (>=0) çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr "ç±»å boolean ç屿§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr "ç±»å boolean çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr "ç±»å OsmPrimitiveType çå¿
è¦å±æ§â{0}âæä¸åæ³çæ°å¼ãå¾å°â{1}âã"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr "è¦åï¼å¨ä¿®æ¹éåå
容çä½ç½®({1},{2})æä¸æ¯æçèµ·å§å
ç´ â{0}âãæ£å¨è·³è¿ã"
-
- msgid ""
- "Illegal document structure. Found node, way, or relation outside of "
- "''create'', ''modify'', or ''delete''."
- msgstr "ä¸åæ³çæä»¶ç»æãåç°èç¹ãè·¯å¾æå
³ç³»å¹¶éâcreateâãâmodifyâæâdeleteâã"
+ "Illegal document structure. Found node, way, or relation outside of "
+ "''create'', ''modify'', or ''delete''."
+ msgstr "ä¸åæ³çæä»¶ç»æãåç°èç¹ãè·¯å¾æå
³ç³»å¹¶éâcreateâãâmodifyâæâdeleteâã"
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr "è¦åï¼å¨ä¿®æ¹éåå
容çä½ç½®({1},{2})æä¸æ¯æçèµ·å§å
ç´ â{0}âãæ£å¨è·³è¿ã"
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
+ msgstr ""
msgid "Parsing changeset content ..."
msgstr "æ£å¨åæä¿®æ¹éåå
容..."
@@@ -11607,11 -11755,8 +11755,8 @@@ msgstr "æ£å¨åæä¿®æ¹éåå表.
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "æ æ³ä»¥ OAuth éªè¯æ 头ç¾ç½² HTTP è¿æ¥"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "è¦åï¼é¦é项â{0}âææå¤çæ°å¼ãå¾å°â{1}âã"
-
- msgid "(at line {0}, column {1})"
- msgstr "(å¨ç¬¬ {0} è¡ï¼ç¬¬ {1} å)"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>å¨ä¿åæ¶åçé误ã<br>é误为ï¼<br>{0}</html>"
@@@ -11696,9 -11841,9 +11841,9 @@@ msgid "
msgstr "å¨ OSM åå ID {0} ç屿§âversionâæä¸åæ³çæ°å¼ãå¾å° {1}ã"
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
- msgstr "è¦åï¼å°å
ç´ {0} ç屿§âversionâæ°å¼ä¸è¬å为 {2}ï¼API çæ¬ä¸ºâ{3}âãå¾å° {1}ã"
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
+ msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
msgstr "䏿æä¸æ¯æç API çæ¬ãå¾å° {0}ã"
@@@ -11895,15 -12040,15 +12040,21 @@@ msgstr "å建æ°å¯¹è±¡
msgid "Read protocol version"
msgstr "读åé讯许å¯è¯çæ¬"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
- msgstr "è¦åï¼æ æ³å¯å¨è¿ç¨æ§å¶æå¡ç«¯å£ {0}:{1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
+ msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "è¿ç¨æ§å¶è¢«è¦æ±å»ºç«æ°çèç¹ã"
@@@ -11941,6 -12086,15 +12092,15 @@@ msgstr "è¿ç¨æ§å¶è¢«è¦æ±èªä¸å
msgid "Remote Control has been asked to load data from the API."
msgstr "è¿ç¨æ§å¶è¢«è¦æ±èª API ä¸è½½æ°æ®ã"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11971,20 -12125,20 +12131,20 @@@ msgstr "æ°æ®ï¼
msgid "local file"
msgstr "æ¬å°æä»¶"
- msgid "Link to a OSM data file on your local disk."
- msgstr "è¿æ¥å°æ¬å°ç£çä¸çä¸ä¸ª OSM æ°æ®æä»¶ã"
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr "å
å«"
- msgid "Include OSM data in the .joz session file."
- msgstr "å° OSM æ°æ®å
å«å¨ .joz ä¼è¯æä»¶ã"
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr "没ææä»¶å
³è"
- msgid "OSM data will be included in the session file."
- msgstr "OSM æ°æ®å°ä¼å
å«å¨ä¼è¯æä»¶ä¸ã"
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -12005,11 -12159,23 +12165,23 @@@ msgstr "å¾å±å
嫿ªä¿åçæ°æ®
msgid "Layer does not contain unsaved data."
msgstr "å¾å±ä¸å
嫿ªä¿åçæ°æ®ã"
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "è¿æ¥å°æ¬å°ç£çä¸çä¸ä¸ª OSM æ°æ®æä»¶ã"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "å° OSM æ°æ®å
å«å¨ .joz ä¼è¯æä»¶ã"
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM æ°æ®å°ä¼å
å«å¨ä¼è¯æä»¶ä¸ã"
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr "䏿¯ææ°æ®å¾å±çæ¬â{0}âç OSM å
æ°æ®ã颿ï¼0.1"
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "ä¼è¯æä»¶(*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr "æ æ³å®ä½æä»¶â{0}âã"
@@@ -12079,14 -12245,14 +12251,14 @@@ msgid "Download skipped
msgstr "ä¸è½½è·³è¿ç"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
- msgstr "è¦åï¼æ æ³ä¸è½½æä»¶â{0}âãå®çä¸è½½è¿æ¥ä¸æãæ£è·³è¿ä¸è½½ã"
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
+ msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
- msgstr "è¦åï¼æ æ³ä¸è½½æä»¶â{0}âãå®çä¸è½½è¿æ¥â{1}â䏿¯ææç URLãæ£è·³è¿ä¸è½½ã"
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
+ msgstr ""
msgid "Failed to create plugin directory ''{0}''"
msgstr "æ æ³å»ºç«æä»¶ç®å½â{0}â"
@@@ -12224,11 -12390,11 +12396,11 @@@ msgstr[0] "è¯·å¨ JOSM å¯å¨åæå¼é
msgid "Plugin update failed"
msgstr "æä»¶æ´æ°å¤±è´¥"
- msgid "Warning: failed to find plugin {0}"
- msgstr "è¦åï¼æ æ³æ¾å°æä»¶ {0}"
+ msgid "Failed to find plugin {0}"
+ msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "è¦åï¼æ æ³ä¸è½½æä»¶æ°æ®å表"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "åç¨æä»¶"
@@@ -12242,23 -12408,22 +12414,22 @@@ msgstr "ä¿çæä»¶
msgid "Click to keep the plugin ''{0}''"
msgstr "ç¹å»ä»¥ä¿çæä»¶â{0}â"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "è¦åï¼å é¤è¿æ¶çæä»¶â{0}â失败ã"
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
- msgstr "è¦åï¼å®è£
å·²ä¸è½½çæä»¶â{0}âå¤±è´¥ãæ£å¨è·³è¿å®è£
ãJOSM ä»ç¶ä¼å è½½æ§çæä»¶çæ¬ã"
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
+ msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
- msgstr "è¦åï¼ä»ä¸´æ¶ä¸è½½æä»¶â{1}âå®è£
æä»¶â{0}â失败ã{2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
+ msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
- msgstr "è¦åï¼ä»ä¸´æ¶ä¸è½½æä»¶â{1}âå®è£
æä»¶â{0}â失败ãä»ç¶å¤±è´¥ã"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
+ msgstr ""
msgid "Click to disable the plugin ''{0}''"
msgstr "ç¹å»ä»¥åç¨æä»¶â{0}â"
@@@ -12326,9 -12491,8 +12497,8 @@@ msgstr "æ£å¨å¤çæä»¶ç½ç«ç¼åæ
msgid "Processing file ''{0}''"
msgstr "æ£å¨å¤çæä»¶â{0}â"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
- msgstr "è¦åï¼æ æ³æ«ææä»¶â{0}âçæä»¶ä¿¡æ¯ãæ£å¨è·³è¿ã"
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgstr ""
msgid "Processing plugin site cache icon files..."
msgstr "æ£å¨å¤çæä»¶ç½ç«çç¼å徿 æä»¶..."
@@@ -12342,10 -12506,25 +12512,25 @@@ msgstr "ä¸è½½æä»¶å表...
msgid "Downloading plugin list from ''{0}''"
msgstr "æ£å¨ä»â{0}âä¸è½½æä»¶å表"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
- msgstr "è¦åï¼æ æ³å»ºç«æä»¶ç®å½â{0}âãä¸è½ä»æä»¶ç½ç«â{1}âç¼åæä»¶å表ã"
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
msgstr "æ£å¨å°æä»¶å表åå
¥æ¬å°ç¼åâ{0}â"
@@@ -12683,13 -12862,12 +12868,12 @@@ msgstr "严éçéè¯¯ï¼æ æ³å®ä½å
msgid "Failed to locate image ''{0}''"
msgstr "å®ä½å¾åâ{0}âæ¶å¤±è´¥"
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼æ æ³å¤ç zip æä»¶â{0}âãå¼å¸¸ä¸ºï¼{1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
- msgstr "è¦åï¼åºäºå®å
¨æ§çç±æ æ³è®¿é®ç®å½â{0}âãå¼å¸¸ä¸ºï¼{1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
+ msgstr ""
msgid "{0}... [please type its number]"
msgstr "{0}... [请è¾å
¥å
¶ç¼å·]"
@@@ -12699,9 -12877,52 +12883,52 @@@ msgid "
"platform first."
msgstr "æ æ³æå¼ URLãç®åå°æªè®¾å®å¹³å°ã请å
设å®å¹³å°ã"
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr "å·²ä¿ç"
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr "å®éå¿«æ·é®å²çªï¼â{0}â被â{1}âç§»å¨å°â{2}âã"
@@@ -12732,8 -12953,22 +12959,22 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr "<html><p>对ä¸èµ·ï¼æ æ³ç²è´´ç¼åä¸çæ ç¾ï¼ç¼å䏿²¡æJOSM对象æéå½çææ¬ã</p></html>"
- msgid "Right click = copy to clipboard"
- msgstr "å³é®=å¤å¶å°åªè´´æ¿"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
+ msgstr ""
+
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
@@@ -13057,6 -13292,11 +13298,11 @@@ msgid "Saturation:
msgstr "饱å度ï¼"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr "以åä¸å¯¹è¯æ¡è¿è¡ç¾¤ç»éç¨å°åå¡«åçè¾å
¥ï¼åæ¶ä¹å¯ä»¥éæ©èªå¨ä»è·¯å¾äº§ç个å«é¨çå·ç èç¹ã"
@@@ -13299,6 -13539,9 +13545,9 @@@ msgid "
"right click menu of the image layer."
msgstr "å° gps å°ç¹ä¿¡æ¯åå
¥å¾çæ¡£çæ¡£å¤´ãå¨å¾çå¾å±æå³é®èåå°±å¯ä»¥æ§è¡è¿é¡¹åè½ã"
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13348,9 -13591,6 +13597,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr "ç±ç§»é¤å±äºå¾éçéè§çèç¹æ¥ç®ååºåãè¿å¯ä»¥ä½¿ç¨æå¤§ç§»é¤åºå大尿¥éå¶ãåæ¶ä¹ä¼å¹³ååéè¿çèç¹ã"
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "建ç«å¹¶ç¼è¾ OpenSeaMap æµ·å¾"
-
msgid "Edit features for OpenSeaMap"
msgstr "OpenSeaMap çç¼è¾åè½"
@@@ -13387,6 -13627,11 +13633,11 @@@ msgid "
"to be running."
msgstr "仿·å
å°ç±å¾æåºå»ºçç©ãéè¦ææ§è¡ TracerServer(.NET æ Mono)ã"
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "ç¨æ¥æ°åç¾å OSM-æ°æ®çæä»¶"
@@@ -13517,6 -13762,9 +13768,9 @@@ msgstr "è·¯å ¤
msgid "Lit"
msgstr "è·¯ç¯"
+ msgid "Toll"
+ msgstr "æ¶è´¹"
+
msgid "Motorway Link"
msgstr "é«éå
¬è·¯è¿ç»çº¿"
@@@ -13607,6 -13855,50 +13861,50 @@@ msgstr "å±
ä½åºéè·¯(Residential)
msgid "Edit Residential Street"
msgstr "ç¼è¾å±
ä½åºéè·¯"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "å
¬è·¯ç±»å"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "æ¯"
+
+ msgid "no"
+ msgstr "å¦"
+
+ msgid "destination"
+ msgstr "ä»
ç®çå°"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "çæ´»è¡é"
@@@ -13625,11 -13917,11 +13923,11 @@@ msgstr "åºå
msgid "Service"
msgstr "æå¡éè·¯(Service)"
- msgid "Edit Serviceway"
- msgstr "ç¼è¾æå¡éè·¯"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "æå¡é路类å"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "å··/å¼"
@@@ -13640,6 -13932,9 +13938,9 @@@ msgstr "车é
msgid "parking_aisle"
msgstr "å车åºéé"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "å车åºéé"
@@@ -13667,18 -13962,12 +13968,12 @@@ msgstr "ç¯å²
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "æ¯"
-
msgid "Road Restrictions"
msgstr "éè·¯éå¶"
msgid "Edit Road Restrictions"
msgstr "ç¼è¾éè·¯éå¶"
- msgid "Toll"
- msgstr "æ¶è´¹"
-
msgid "No exit (cul-de-sac)"
msgstr "没æåºå£(æ»è·¯)"
@@@ -13688,9 -13977,6 +13983,6 @@@ msgstr "äº¤éæ¨¡å¼éå¶
msgid "General Access"
msgstr "常è§"
- msgid "destination"
- msgstr "ä»
ç®çå°"
-
msgid "delivery"
msgstr "é交"
@@@ -13700,15 -13986,15 +13992,15 @@@ msgstr "æé
msgid "private"
msgstr "ç§äºº"
+ msgid "customers"
+ msgstr "顾客"
+
msgid "agricultural"
msgstr "åä¸"
msgid "forestry"
msgstr "æä¸"
- msgid "no"
- msgstr "å¦"
-
msgid "official"
msgstr "宿¹"
@@@ -13754,6 -14040,9 +14046,9 @@@ msgstr "大容é车(hov)
msgid "Public Service Vehicles (psv)"
msgstr "å
Œ
±æ±½è½¦(psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "æä½é度(km/h)"
@@@ -13838,6 -14127,9 +14133,9 @@@ msgstr "ç¼è¾æ¡¥æ¢
msgid "viaduct"
msgstr "æ±æ¡¥"
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr "åæ¡¥"
@@@ -13942,20 -14234,29 +14240,29 @@@ msgstr "
msgid "Visibility"
msgstr "å¯è§ç¶æ"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "æå¥½"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "è¯å¥½"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "ä¸ç"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "è¾å·®"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "坿"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "è½®æ¤
"
@@@ -13972,11 -14273,11 +14279,11 @@@ msgstr "ä¸ç¨é©¬é
msgid "Edit Bridleway"
msgstr "ç¼è¾é©¬é"
- msgid "Cycle Lane"
- msgstr "èªè¡è½¦é"
+ msgid "Cycle Lane/Track"
+ msgstr ""
- msgid "Edit Cycle Lane"
- msgstr "ç¼è¾èªè¡è½¦é"
+ msgid "Edit Cycle Lane or Track"
+ msgstr ""
msgid "Cycleway"
msgstr "èªè¡è½¦è·¯"
@@@ -14011,8 -14312,8 +14318,8 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr "åè¡é(èªè¡è½¦)"
- msgid "Edit Highway"
- msgstr "ç¼è¾å
¬è·¯"
+ msgid "Edit Highway Attributes:"
+ msgstr ""
msgid "Highway"
msgstr "å
¬è·¯"
@@@ -14080,12 -14381,18 +14387,18 @@@ msgstr "伿¯åº
msgid "Edit Rest Area"
msgstr "ç¼è¾ä¼æ¯åº"
- msgid "Emergency Phone"
- msgstr "ç´§æ¥çµè¯"
+ msgid "Drinking Water"
+ msgstr "饮水æº"
msgid "Traffic Signal"
msgstr "ä¿¡å·ç¯"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "äººè¡æ¨ªéç±»å"
@@@ -14101,15 -14408,6 +14414,6 @@@ msgstr "å®å
¨å²
msgid "unmarked"
msgstr "æªç»æ è®°"
- msgid "Cross on horseback"
- msgstr "éªé©¬ç©¿è¶"
-
- msgid "Cross by bicycle"
- msgstr "以èªè¡è½¦ç©¿è¶"
-
- msgid "Crossing attendant"
- msgstr "æäººéªåç©¿è¶"
-
msgid "Crossing type name (UK)"
msgstr "äººè¡æ¨ªéç±»ååç§°(è±å½)"
@@@ -14131,6 -14429,15 +14435,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr "æäººéªåç©¿è¶"
+
+ msgid "Cross by bicycle"
+ msgstr "以èªè¡è½¦ç©¿è¶"
+
+ msgid "Cross on horseback"
+ msgstr "éªé©¬ç©¿è¶"
+
msgid "Stop"
msgstr "ç¦æ¢éè¡"
@@@ -14140,6 -14447,9 +14453,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "å°åç¯å²"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "æ¹å"
@@@ -14149,11 -14459,8 +14465,8 @@@ msgstr "顺æ¶é
msgid "Pedestrian Crossing"
msgstr "äººè¡æ¨ªé"
- msgid "Edit Crossing"
- msgstr "ç¼è¾äººè¡æ¨ªé"
-
- msgid "Type name (UK)"
- msgstr "ç±»ååç§°(è±å½)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "éè·¯åé设æ½"
@@@ -14185,9 -14492,6 +14498,6 @@@ msgstr "
msgid "Passing Place"
msgstr "让车å¤"
- msgid "Edit Passing Place"
- msgstr "ç¼è¾è®©è½¦å¤"
-
msgid "Turning Circle"
msgstr "åæå"
@@@ -14230,6 -14534,12 +14540,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "å
许éè¡æ¹åï¼"
+ msgid "Material"
+ msgstr "æè´¨"
+
+ msgid "stone"
+ msgstr "ç³å¤´"
+
msgid "Bollard"
msgstr "è½¦é»æ±"
@@@ -14245,6 -14555,9 +14561,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "å¡è¶"
+
msgid "Cycle Barrier"
msgstr "èªè¡è½¦æ¤æ "
@@@ -14314,20 -14627,14 +14633,17 @@@ msgstr "
msgid "electric"
msgstr "çµ"
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
- msgstr ""
+ msgid "pole"
+ msgstr "æ"
- msgid "chain"
- msgstr "éé¾"
-msgid "split_rail"
++msgid "Guard Rail"
++msgstr ""
+
- msgid "hedge"
- msgstr "æ 篱"
++msgid "Edit Guard Rail"
+ msgstr ""
- msgid "pole"
- msgstr "æ"
+ msgid "wire"
+ msgstr ""
msgid "Guard Rail"
msgstr ""
@@@ -14357,8 -14664,9 +14673,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "ç¼è¾æ²"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14366,11 -14674,11 +14683,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "å
¥å£"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "ç¼è¾å
¥å£"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "é¨"
@@@ -14423,12 -14731,6 +14740,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "æè´¨"
-
- msgid "stone"
- msgstr "ç³å¤´"
-
msgid "Turnstile"
msgstr "æè½¬æ
é¨"
@@@ -14489,12 -14791,21 +14800,21 @@@ msgstr "ç¼è¾æ¸
msgid "Ditch"
msgstr "æ²"
+ msgid "Edit Ditch"
+ msgstr "ç¼è¾æ²"
+
msgid "Stream"
msgstr "溪æµ"
msgid "Edit Stream"
msgstr "ç¼è¾æºªæµ"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "è¿æ²³"
@@@ -14534,9 -14845,6 +14854,6 @@@ msgstr "ç¼è¾æ°´å
msgid "Groyne"
msgstr "鲿³¢å ¤"
- msgid "Edit Groyne"
- msgstr "ç¼è¾é²æ³¢å ¤"
-
msgid "Breakwater"
msgstr "鲿³¢å ¤"
@@@ -14570,6 -14878,21 +14887,21 @@@ msgstr "ç¼è¾æè¦çç贮水å¤
msgid "Edit Water"
msgstr "ç¼è¾æ°´å"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "éå°"
@@@ -14651,20 -14974,25 +14983,25 @@@ msgstr "ç¼è¾æ¸¡è½®ç«¯ç¹
msgid "Cargo"
msgstr "è£
è½½ç©"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "ä¹å®¢"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "车è¾"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "å车"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "大å货车"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "æ
客å车è¾"
+ msgstr ""
msgid "Ferry Route"
msgstr "渡轮路线"
@@@ -14738,8 -15066,8 +15075,8 @@@ msgstr "æ
游
msgid "freight"
msgstr ""
- msgid "Service/Type"
- msgstr "ç±»å«"
+ msgid "Service type"
+ msgstr ""
msgid "yard"
msgstr "ç«çº¿"
@@@ -14762,11 -15090,14 +15099,14 @@@ msgstr "æ¥è§¦ç½
msgid "rail"
msgstr "第ä¸è½¨"
- msgid "Voltage"
- msgstr "çµå"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
+
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "é¢ç(Hz)"
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -14777,9 -15108,6 +15117,6 @@@ msgstr "çªè½¨
msgid "Edit Narrow Gauge Rail"
msgstr "ç¼è¾çªè½¨"
- msgid "Types"
- msgstr "ç±»å"
-
msgid "Monorail"
msgstr "å轨"
@@@ -14801,15 -15129,15 +15138,15 @@@ msgstr "ç¼è¾è½»è½¨
msgid "Subway"
msgstr "å°é"
+msgid "Edit Tram"
+msgstr "ç¼è¾æè½¨çµè½¦"
+
msgid "Edit Subway"
msgstr "ç¼è¾å°é"
msgid "Tram"
msgstr "æè½¨çµè½¦"
-msgid "Edit Tram"
-msgstr "ç¼è¾æè½¨çµè½¦"
-
msgid "Bus Guideway"
msgstr "导轨巴士"
@@@ -14831,6 -15159,9 +15168,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "é路平交é"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "æäººç管"
@@@ -14843,18 -15174,32 +15183,32 @@@ msgstr "
msgid "Barrier"
msgstr "éç¢ç©"
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "åé«"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "å
¨é«"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "é路人è¡éå£"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "平交éç±»å"
@@@ -14954,13 -15299,11 +15308,11 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
- msgstr "è´§ç©ç¼è½¦"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "ç¼è¾è´§ç©ç¼è½¦"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -14970,13 -15313,11 +15322,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "ç¼è¾è½¦ç«"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "åå¡"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "ç¼è¾åå¡"
+ msgstr ""
msgid "Parking"
msgstr "å车åº"
@@@ -14993,12 -15334,12 +15343,12 @@@ msgstr "å¹³é¢
msgid "underground"
msgstr "å°ä¸"
+ msgid "rooftop"
+ msgstr "å±é¡¶"
+
msgid "Access"
msgstr "éè¡"
- msgid "customers"
- msgstr "顾客"
-
msgid "Park and Ride"
msgstr "å车æ¢ä¹"
@@@ -15026,9 -15367,6 +15376,6 @@@ msgstr "å车ä½
msgid "Edit Parking space"
msgstr "ç¼è¾å车ä½"
- msgid "rooftop"
- msgstr "å±é¡¶"
-
msgid "Capacity"
msgstr "容é"
@@@ -15050,11 -15388,30 +15397,30 @@@ msgstr "弿¾æ¶é´
msgid "24/7"
msgstr "7*24 å°æ¶"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "å¨ä¸-å¨äº 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "å¨äº-卿¥ 08:00-15:00ï¼å¨å
08:00-12:00"
+ msgid "Su 10:00+"
+ msgstr ""
+
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "å车åºå
¥å£"
@@@ -15203,6 -15560,9 +15569,9 @@@ msgstr "å
çµç«
msgid "Edit Charging Station (for electric cars)"
msgstr "ç¼è¾å
çµç«(为çµå¨è½¦)"
+ msgid "Voltage"
+ msgstr "çµå"
+
msgid "Amperage"
msgstr "å®å¹æ°"
@@@ -15224,6 -15584,12 +15593,12 @@@ msgstr "修车åº
msgid "Edit Car Repair"
msgstr "ç¼è¾ä¿®è½¦åº"
+ msgid "Parts"
+ msgstr "é¶ä»¶"
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "è¡¥èå¤"
@@@ -15251,6 -15617,12 +15626,12 @@@ msgstr "ç§è½¦
msgid "Edit Car Rental"
msgstr "ç¼è¾ç§è½¦"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr "åªæ"
+
msgid "Sharing"
msgstr "å
񄧮"
@@@ -15275,22 -15647,6 +15656,6 @@@ msgstr "æå¡ï¼
msgid "Sale"
msgstr "åä»·"
- msgctxt "motorcycle"
- msgid "yes"
- msgstr "æ"
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr "åç"
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "äºæ"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "æ "
-
msgid "brand"
msgstr "åç"
@@@ -15312,9 -15668,6 +15677,6 @@@ msgstr "æ§è½¦æ§è½æ£æµ
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr "é¶ä»¶"
-
msgid "Clothes"
msgstr "æè£
åº"
@@@ -15509,6 -15862,9 +15871,9 @@@ msgstr "ç«å°
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr "å
¬äº¤è½¦"
@@@ -15539,6 -15895,9 +15904,9 @@@ msgstr "ç¼è½¦
msgid "Ferry"
msgstr "渡轮"
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "é¿æ¤
"
@@@ -15551,9 -15910,6 +15919,6 @@@ msgstr "è½®æ¤
msgid "limited"
msgstr "æé"
- msgid "only"
- msgstr "åªæ"
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15563,9 -15919,14 +15928,14 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
msgstr "车ç«"
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "ç¼è¾è½¦ç«"
+
msgid "Building"
msgstr "建çç©"
@@@ -15578,6 -15939,9 +15948,9 @@@ msgstr "ç¼è¾å°éå
¥å£
msgid "Ticket Machine"
msgstr "èªå¨å®ç¥¨æº"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr "ç¼å·"
@@@ -15602,14 -15966,6 +15975,6 @@@ msgstr "å¸å·æä¼åå¡
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "车ç«"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "ç¼è¾è½¦ç«"
-
msgid "UIC-Reference"
msgstr "å½é
éè·¯èçç¼å·"
@@@ -15658,8 -16014,8 +16023,8 @@@ msgstr "ç¼è¾å
¬äº¤è½¦æå°
msgid "Taxi"
msgstr "åºç§è½¦"
- msgid "Edit Taxi station"
- msgstr "ç¼è¾åºç§è½¦æå¼ç«"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "æºåº"
@@@ -15712,6 -16068,21 +16077,21 @@@ msgstr "èªç«æ¥¼
msgid "Edit Terminal"
msgstr "ç¼è¾èªç«æ¥¼"
+ msgid "Internet access"
+ msgstr "ç½ç»æ¥å
¥"
+
+ msgid "wlan"
+ msgstr "æ 线"
+
+ msgid "wired"
+ msgstr "æçº¿"
+
+ msgid "terminal"
+ msgstr "ç»ç«¯"
+
+ msgid "Internet access fee"
+ msgstr "æ¶è´¹ç½ç»æ¥å
¥"
+
msgctxt "airport"
msgid "Gate"
msgstr "ç»æºå£"
@@@ -15734,21 -16105,6 +16114,6 @@@ msgstr "ç¼è¾æ
é¦
msgid "Stars"
msgstr "æçº§"
- msgid "Internet access"
- msgstr "ç½ç»æ¥å
¥"
-
- msgid "wlan"
- msgstr "æ 线"
-
- msgid "wired"
- msgstr "æçº¿"
-
- msgid "terminal"
- msgstr "ç»ç«¯"
-
- msgid "Internet access fee"
- msgstr "æ¶è´¹ç½ç»æ¥å
¥"
-
msgid "Smoking"
msgstr "å¸ç"
@@@ -15938,9 -16294,6 +16303,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "å¨äº-卿¥ 08:00-15:00ï¼å¨å
08:00-12:00"
-
msgid "Tourism"
msgstr "æ
游"
@@@ -15962,9 -16315,15 +16324,15 @@@ msgstr "çºæå¡
msgid "Information Office"
msgstr "ä¿¡æ¯æå¡å¤"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "å°å¾"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr "详ç»ç级"
@@@ -15977,6 -16336,9 +16345,9 @@@ msgstr "è¡
msgid "scheme"
msgstr "设计å¾"
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "æ¾ç¤ºåºå"
@@@ -16016,6 -16378,9 +16387,9 @@@ msgstr "... å
¶ä»è¿è¾æ¹å¼ä¹å¯è¢«
msgid "Information Board"
msgstr "ä¿¡æ¯æ¿"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "ä¿¡æ¯æ¿å
容"
@@@ -16037,23 -16402,35 +16411,35 @@@ msgstr "æ¤ç©
msgid "Guidepost"
msgstr "è·¯ç"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr "ä¿¡æ¯ç»ç«¯æº"
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr "è´´åæè¿°"
msgid "Audioguide"
msgstr "è¯é³å¯¼è§"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "卿æºä¸çè¯é³å¯¼è§ï¼"
msgid "Phone number"
msgstr "çµè¯å·ç "
- msgid "Other Information Points"
- msgstr "å
¶ä»çä¿¡æ¯ç¹"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "ä¼é²"
@@@ -16182,50 -16559,44 +16568,44 @@@ msgstr "èºæ¯å·¥ä½
msgid "Edit Artwork"
msgstr "ç¼è¾èºæ¯å·¥ä½"
- msgid "Place of Worship"
- msgstr "å®æåºæ"
-
- msgid "Edit Place of Worship"
- msgstr "ç¼è¾å®æåºæ"
-
- msgid "Religion"
- msgstr "宿"
+ msgid "Recording Studio"
+ msgstr "å½é³å®¤"
- msgid "bahai"
- msgstr "巴海大åæ"
+ msgid "Edit Studio"
+ msgstr "ç¼è¾å½é³å®¤"
- msgid "buddhist"
- msgstr "使"
+ msgid "audio"
+ msgstr "é³é¢"
- msgid "christian"
- msgstr "åºç£æç³»"
+ msgid "video"
+ msgstr "è§é¢"
- msgid "hindu"
- msgstr "å°åº¦æ"
+ msgid "Place of Worship"
+ msgstr "å®æåºæ"
- msgid "jain"
- msgstr "è飿"
+ msgid "Church"
+ msgstr "æå "
- msgid "jewish"
- msgstr "ç¹å¤ªæ"
+ msgid "Edit Church"
+ msgstr ""
- msgid "muslim"
- msgstr "伿¯å
°æ"
+ msgid "Building type"
+ msgstr ""
- msgid "sikh"
- msgstr "é¡å
æ"
+ msgid "basilica"
+ msgstr ""
- msgid "spiritualist"
- msgstr "å·«æ¯"
+ msgid "cathedral"
+ msgstr ""
- msgid "taoist"
- msgstr "éæ"
+ msgid "chapel"
+ msgstr ""
- msgid "unitarian"
- msgstr "ä¸ä½è®ºæ´¾åºç£æ"
+ msgid "church"
+ msgstr "æå "
- msgid "zoroastrian"
- msgstr "ç¥æ"
+ msgid "temple"
+ msgstr ""
msgid "Denomination"
msgstr "ææ´¾"
@@@ -16242,8 -16613,14 +16622,14 @@@ msgstr "天主æ
msgid "evangelical"
msgstr "ç¦é³æ´¾"
- msgid "jehovahs_witness"
- msgstr "è¶ååè§è¯"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
+ msgid "jehovahs_witness"
+ msgstr "è¶ååè§è¯"
msgid "lutheran"
msgstr "路德派"
@@@ -16254,6 -16631,9 +16640,9 @@@ msgstr "å«çå
¬ä¼æ
msgid "mormon"
msgstr "æ©é¨æ"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "䏿£æ"
@@@ -16272,38 -16652,138 +16661,138 @@@ msgstr "æåæ´¾
msgid "roman_catholic"
msgstr ""
+ msgid "russian_orthodox"
+ msgstr ""
+
+ msgid "seventh_day_adventist"
+ msgstr ""
+
+ msgid "Service Times"
+ msgstr "æå¡æ¶é´"
+
+ msgid "18:00"
+ msgstr ""
+
+ msgid "sunset,sunrise"
+ msgstr ""
+
+ msgid "Su 9:30,11:00"
+ msgstr ""
+
+ msgid "Sa,Su,PH 9:00"
+ msgstr ""
+
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
+
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
+
+ msgid "Sa 10:00+"
+ msgstr ""
+
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
msgid "shia"
msgstr "ä»å¶æ´¾"
msgid "sunni"
msgstr "é尼派"
- msgid "Service Times"
- msgstr "æå¡æ¶é´"
+ msgid "Synagogue"
+ msgstr ""
- msgid "Su 10:00"
- msgstr "æææ¥ 10:00"
+ msgid "Edit Synagogue"
+ msgstr ""
- msgid "Su 10:30"
- msgstr "æææ¥ 10:30"
+ msgid "synagogue"
+ msgstr ""
- msgid "Su 11:00"
- msgstr "æææ¥ 11:00"
+ msgid "conservative"
+ msgstr ""
- msgid "Opening Hours for visiting"
- msgstr "åè§æ¶é´"
+ msgid "reform"
+ msgstr ""
- msgid "Recording Studio"
- msgstr "å½é³å®¤"
+ msgid "Buddhist Temple"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "ç¼è¾å½é³å®¤"
+ msgid "Edit Buddhist Temple"
+ msgstr ""
- msgid "audio"
- msgstr "é³é¢"
+ msgid "theravada"
+ msgstr ""
- msgid "video"
- msgstr "è§é¢"
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "宿"
+
+ msgid "bahai"
+ msgstr "巴海大åæ"
+
+ msgid "jain"
+ msgstr "è飿"
+
+ msgid "sikh"
+ msgstr "é¡å
æ"
+
+ msgid "spiritualist"
+ msgstr "å·«æ¯"
+
+ msgid "taoist"
+ msgstr "éæ"
+
+ msgid "unitarian"
+ msgstr "ä¸ä½è®ºæ´¾åºç£æ"
+
+ msgid "zoroastrian"
+ msgstr "ç¥æ"
msgid "Public Building"
msgstr "å
Œ
±å»ºç"
@@@ -16392,6 -16872,12 +16881,12 @@@ msgstr "ç¼è¾é©¾æ ¡
msgid "License Classes"
msgstr "许å¯ç±»å"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "å¥åº·"
@@@ -16473,12 -16959,66 +16968,66 @@@ msgstr "å
½å»
msgid "Edit Veterinary"
msgstr "ç¼è¾å
½å»"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "å
Œ
±"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "é®ç"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "çµè¯"
@@@ -16488,6 -17028,30 +17037,30 @@@ msgstr "ç¼è¾çµè¯
msgid "Telephone cards"
msgstr "çµè¯å¡"
+ msgid "Emergency Phone"
+ msgstr "ç´§æ¥çµè¯"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "æ¶é"
@@@ -16497,30 -17061,36 +17070,36 @@@ msgstr "ç¼è¾æ¶é
msgid "Display"
msgstr "æ¾ç¤º"
- msgctxt "display"
msgid "analog"
- msgstr "模æ"
+ msgstr ""
- msgctxt "display"
msgid "digital"
- msgstr "æ°å"
+ msgstr ""
- msgctxt "display"
msgid "sundial"
- msgstr "æ¥æ·"
+ msgstr ""
- msgctxt "display"
msgid "unorthodox"
- msgstr "é主æµ"
+ msgstr ""
msgid "Support"
msgstr "æ¯æ"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "壿å¼"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
- msgstr "å示ç"
+ msgstr ""
+
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
msgid "Visibility/readability"
msgstr "å¯è§æ§/å¯è¯»æ§"
@@@ -16549,8 -17119,8 +17128,8 @@@ msgstr "æ¾ç¤ºæ¹¿åº¦
msgid "Recycling"
msgstr "åæ¶"
- msgid "Edit Recycling station"
- msgstr "ç¼è¾åæ¶ç«"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "çµæ± "
@@@ -16576,21 -17146,15 +17155,15 @@@ msgstr "ä¸å¿
msgid "Waste Basket"
msgstr "å徿¡¶"
- msgid "Edit Waste Basket"
- msgstr "ç¼è¾å徿¡¶"
-
msgid "Waste Disposal"
msgstr "åºç©å¤ç"
- msgid "Edit Waste Disposal"
- msgstr "ç¼è¾åºç©å¤ç"
+ msgid "Edit Bench"
+ msgstr ""
msgid "Backrest"
msgstr "é è"
- msgid "plastic"
- msgstr "å¡è¶"
-
msgid "Amount of Seats"
msgstr "座æ¤
æ°é"
@@@ -16625,8 -17189,17 +17198,17 @@@ msgstr "ç¼è¾ç©çç«
msgid "Height"
msgstr "é«åº¦"
+ msgctxt "height"
msgid "low"
- msgstr "ä½"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "éè"
@@@ -16634,9 -17207,6 +17216,6 @@@
msgid "Lock"
msgstr "é"
- msgid "Drinking Water"
- msgstr "饮水æº"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16668,6 -17238,9 +17247,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr "ç´å¾(毫米)"
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr "车é"
@@@ -16705,119 -17278,155 +17287,155 @@@ msgstr "ç«æåº
msgid "Edit Stadium"
msgstr "ç¼è¾ç«ææ¬"
- msgid "select sport:"
- msgstr "éæ©è¿å¨ï¼"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr "è¿å¨"
+ msgctxt "sport"
msgid "multi"
- msgstr "å¤ç§"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "å°ç®"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "ç°å¾"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "æ©æ¦ç"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "澳洲足ç"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "æ£ç"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "篮ç"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
- msgstr "æ³å¼æ»ç"
+ msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "ä¿é¾ç"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "å æ¿å¤§è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "ç¬æ¨è"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "æå²©"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
- msgstr "æ¿ç"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
- msgstr "æ¿çç½"
+ msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "æ¨ç"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "èªè¡è½¦"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "èµç"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "马æ¯"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
- msgstr "çå°å¼è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "é«å°å¤«"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "使"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "æ²æ£ç"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "èµé©¬"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "æ©æè½¦"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
- msgstr "ååç"
+ msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
- msgstr "æ©æ¦çèèµ"
+ msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
- msgstr "æ©æ¦çèç"
+ msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "å°å»"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
- msgstr "æ»æ¿"
+ msgstr ""
+ msgctxt "sport"
msgid "skating"
- msgstr "æ»å°"
+ msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "æ»éª"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "游泳"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "æ¡ç"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "ç½ç"
+ msgstr ""
msgid "Sports Centre"
msgstr "è¿å¨ä¸å¿"
@@@ -16849,26 -17458,27 +17467,27 @@@ msgstr "è¿·ä½ é«å°å¤«
msgid "Edit Miniature Golf"
msgstr "ç¼è¾è¿·ä½ é«å°å¤«"
- msgid "Sport"
- msgstr "è¿å¨"
-
msgid "Multi"
msgstr "å¤ç§"
msgid "Edit Multi"
msgstr "ç¼è¾å¤ç§"
- msgid "type"
- msgstr "ç±»å"
-
+ msgctxt "running"
msgid "pitch"
- msgstr "åºå°"
+ msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "è¿å¨ä¸å¿"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "ä½è²åº"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr "ä¿é¾ç(9ç¶)"
@@@ -16876,6 -17486,15 +17495,15 @@@
msgid "Edit 9pin"
msgstr "ç¼è¾ä¿é¾ç(9ç¶)"
+ msgid "pitch"
+ msgstr "åºå°"
+
+ msgid "sports_centre"
+ msgstr "è¿å¨ä¸å¿"
+
+ msgid "stadium"
+ msgstr "ä½è²åº"
+
msgid "10pin"
msgstr "ä¿é¾ç"
@@@ -16909,6 -17528,22 +17537,22 @@@ msgstr "ç¼è¾ç¬æ¨è
msgid "Edit Cycling"
msgstr "ç¼è¾èªè¡è½¦"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "èµç"
@@@ -16965,7 -17600,7 +17609,7 @@@ msgid "Skating
msgstr "æºå°"
msgid "Edit Skating"
- msgstr "ç¼è¾æºå°"
+ msgstr ""
msgid "ice_rink"
msgstr "æºå°åº"
@@@ -17009,36 -17644,54 +17653,54 @@@ msgstr "å
Œ
msgid "Difficulty"
msgstr "å°é¾åº¦"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "æ°æ"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "容æ"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "é«çº§"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "ä¸å®¶"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
- msgstr "èªç±æ»"
+ msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
- msgstr "ç»å
¸"
+ msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17081,19 -17734,15 +17743,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17232,6 -17881,18 +17890,18 @@@ msgstr "模å飿ºæºåº
msgid "Edit Model Aerodrome"
msgstr "ç¼è¾æ¨¡å飿ºæºåº"
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr "饿§è½¦"
@@@ -17244,38 -17905,73 +17914,73 @@@ msgstr "人é ç©
msgid "Edit Building"
msgstr "ç¼è¾å»ºçç©"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "å±é¡¶"
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "车åº"
+ msgstr ""
- msgid "church"
- msgstr "æå "
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "妿 ¡"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
- msgstr "æºåº"
+ msgstr ""
+ msgctxt "building"
msgid "commercial"
- msgstr "åä¸"
+ msgstr ""
+ msgctxt "building"
msgid "farm"
- msgstr "ååº"
+ msgstr ""
+ msgctxt "building"
msgid "transportation"
- msgstr "交é"
+ msgstr ""
+ msgctxt "building"
msgid "greenhouse"
- msgstr "温室"
+ msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "åå
¬å®¤"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "大å¦"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "ä½å®
楼"
@@@ -17283,21 -17979,60 +17988,60 @@@
msgid "Edit Residential Building"
msgstr "ç¼è¾ä½å®
楼"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
- msgstr "å
¬å¯"
+ msgstr ""
+ msgctxt "building"
msgid "house"
- msgstr "æ¿å"
+ msgstr ""
+ msgctxt "building"
msgid "hut"
- msgstr "å°å±"
+ msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
- msgstr "å¹³å°"
+ msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "å
¥å£"
+
+ msgid "Edit Entrance"
+ msgstr "ç¼è¾å
¥å£"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "å¡"
@@@ -17510,78 -18245,194 +18254,194 @@@ msgstr "ç¼è¾ç¯å¡
msgid "Edit Beacon"
msgstr "ç¼è¾ç¯æ "
- msgid "Street Lamp"
- msgstr "è·¯ç¯"
+ msgid "Street Lamp"
+ msgstr "è·¯ç¯"
+
+ msgid "Edit Street Lamp"
+ msgstr "ç¼è¾è·¯ç¯"
+
+ msgid "Operation times"
+ msgstr "工使¶é´"
+
+ msgid "Mo-Fr 22:00-05:00"
+ msgstr "å¨ä¸-å¨äº 22ï¼00-05ï¼00"
+
+ msgid "Monitoring Station"
+ msgstr ""
+
+ msgid "Edit Monitoring Station"
+ msgstr ""
+
+ msgid "Monitoring:"
+ msgstr ""
+
+ msgid "Weather"
+ msgstr ""
+
+ msgid "Water level"
+ msgstr ""
+
+ msgid "Tide Level"
+ msgstr ""
+
+ msgid "Traffic"
+ msgstr ""
+
+ msgid "Air Quality"
+ msgstr ""
+
+ msgid "Noise"
+ msgstr ""
+
+ msgid "GPS Signals"
+ msgstr ""
+
+ msgid "GLONASS Signals"
+ msgstr ""
+
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
+ msgstr ""
+
+ msgid "Survey Point"
+ msgstr "æµéç¹"
+
+ msgid "Edit Survey Point"
+ msgstr "ç¼è¾æµéç¹"
+
+ msgid "Surveillance Camera"
+ msgstr ""
+
+ msgid "Edit Surveillance Camera"
+ msgstr "ç¼è¾çæ§æå½±æº"
+
+ msgid "indoor"
+ msgstr "室å
"
+
+ msgid "outdoor"
+ msgstr "室å¤"
+
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "ååº"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
- msgid "Edit Street Lamp"
- msgstr "ç¼è¾è·¯ç¯"
+ msgid "Mounted on"
+ msgstr ""
- msgid "Operation times"
- msgstr "工使¶é´"
+ msgid "ceiling"
+ msgstr ""
- msgid "Mo-Fr 22:00-05:00"
- msgstr "å¨ä¸-å¨äº 22ï¼00-05ï¼00"
+ msgid "Direction in degrees"
+ msgstr ""
- msgid "Measurement Station"
- msgstr "æµéç«"
+ msgid "Inclination in degrees"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "ç¼è¾æµéç«"
+ msgid "Height in meter (m)"
+ msgstr ""
- msgid "Measurement"
- msgstr "æµé"
+ msgid "Power"
+ msgstr "çµå"
- msgid "particulate_matter"
- msgstr "é¢ç²ç©"
+ msgid "Power Plant"
+ msgstr ""
- msgid "seismic"
- msgstr "å°é"
+ msgid "Edit Power Plant"
+ msgstr ""
- msgid "water_level"
- msgstr "æ°´ä½"
+ msgid "Start date"
+ msgstr ""
- msgid "weather"
- msgstr "天æ°"
+ msgid "Output forms of energy"
+ msgstr "è½éè¾åºå½¢å¼"
- msgid "Recording"
- msgstr "è®°å½"
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
- msgid "manually"
- msgstr "æå¨"
+ msgid "electricity"
+ msgstr "çµ"
- msgid "automated"
- msgstr "èªå¨"
+ msgid "2 W"
+ msgstr "2 W"
- msgid "remote"
- msgstr "è¿ç¨"
+ msgid "3 kW"
+ msgstr "3 kW"
- msgctxt "display"
- msgid "no"
- msgstr "æ "
+ msgid "5 MW"
+ msgstr "5 MW"
- msgid "Survey Point"
- msgstr "æµéç¹"
+ msgid "7 GW"
+ msgstr "7 GW"
- msgid "Edit Survey Point"
- msgstr "ç¼è¾æµéç¹"
+ msgid "hot water"
+ msgstr "çæ°´"
- msgid "Surveillance"
- msgstr "çæ§"
+ msgid "hot air"
+ msgstr "çæ°"
- msgid "Edit Surveillance Camera"
- msgstr "ç¼è¾çæ§æå½±æº"
+ msgid "cold water"
+ msgstr "å·æ°´"
- msgid "indoor"
- msgstr "室å
"
+ msgid "cold air"
+ msgstr "å·æ°"
- msgid "outdoor"
- msgstr "室å¤"
+ msgid "compressed air"
+ msgstr "å缩空æ°"
- msgid "public"
- msgstr "å
Œ
±"
+ msgid "steam"
+ msgstr "è¸æ±½"
- msgid "Power"
- msgstr "çµå"
+ msgid "vacuum"
+ msgstr "ç空"
msgid "Power Generator"
msgstr "åçµå"
@@@ -17634,89 -18485,192 +18494,192 @@@ msgstr "é£
msgid "Method"
msgstr "æ¹å¼"
+ msgctxt "generator method"
msgid "anaerobic_digestion"
- msgstr "æ æ°§æ¶å"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+ msgctxt "generator method"
msgid "combustion"
- msgstr "çç§"
+ msgstr ""
- msgid "dam"
- msgstr "æ°´å"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
+ msgstr ""
+ msgctxt "generator method"
msgid "fission"
- msgstr "è£å"
+ msgstr ""
+ msgctxt "generator method"
msgid "fusion"
- msgstr "èå"
+ msgstr ""
+ msgctxt "generator method"
msgid "gasification"
- msgstr "æ°å"
-
- msgid "photovoltaic"
- msgstr "å
ä¼"
+ msgstr ""
- msgid "pumped-storage"
- msgstr "æ½æ°´èè½"
+ msgid "biomass / waste"
+ msgstr ""
- msgid "pumping"
- msgstr "æ³µ"
+ msgctxt "generator method"
+ msgid "photovoltaic"
+ msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
- msgstr "è£è§£"
+ msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
- msgstr "æ°´æµ"
+ msgstr ""
+
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+ msgctxt "generator method"
msgid "thermal"
- msgstr "ç"
+ msgstr ""
- msgid "Output forms of energy"
- msgstr "è½éè¾åºå½¢å¼"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
+ msgstr ""
- msgid "electricity"
- msgstr "çµ"
+ msgctxt "generator method"
+ msgid "water-storage"
+ msgstr ""
- msgid "2 W"
- msgstr "2 W"
+ msgid "Generator Type"
+ msgstr ""
- msgid "3 kW"
- msgstr "3 kW"
+ msgid "combined_cycle"
+ msgstr ""
- msgid "5 MW"
- msgstr "5 MW"
+ msgid "gas combustion"
+ msgstr ""
- msgid "7 GW"
- msgstr "7 GW"
+ msgid "francis_turbine"
+ msgstr ""
- msgid "hot water"
- msgstr "çæ°´"
+ msgid "gas_turbine"
+ msgstr ""
- msgid "hot air"
- msgstr "çæ°"
+ msgid "biogas, biomass, gas, waste combustion"
+ msgstr ""
- msgid "cold water"
- msgstr "å·æ°´"
+ msgid "heat_pump"
+ msgstr ""
- msgid "cold air"
- msgstr "å·æ°"
+ msgid "horizontal_axis"
+ msgstr ""
- msgid "compressed air"
- msgstr "å缩空æ°"
+ msgid "tidal steam / wind"
+ msgstr ""
- msgid "steam"
- msgstr "è¸æ±½"
+ msgid "kaplan_turbine"
+ msgstr ""
- msgid "vacuum"
- msgstr "ç空"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 6 (BWR-6)"
+ msgstr ""
+
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
- msgid "battery charging"
- msgstr "çµæ± å
çµ"
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
- msgid "Power Station"
- msgstr "é
çµç«"
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "ç¼è¾é
çµç«"
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr "é
çµåç«"
@@@ -17727,6 -18681,21 +18690,21 @@@ msgstr "ç¼è¾é
çµåç«
msgid "Line reference"
msgstr "çµçº¿ç¼å·"
+ msgid "high"
+ msgstr "é«"
+
+ msgid "medium"
+ msgstr "ä¸"
+
+ msgid "low"
+ msgstr "ä½"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr "çµç¼é
çµæ"
@@@ -17742,6 -18711,9 +18720,9 @@@ msgstr "ç¼è¾çµå¡
msgid "Tower reference"
msgstr "å¡ç¼å·"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "çµç«¿"
@@@ -17760,13 -18732,11 +18741,11 @@@ msgstr "ç¼è¾çµçº¿
msgid "Line type"
msgstr "çµçº¿ç±»å"
- msgctxt "Power Line"
msgid "line"
- msgstr "é«å线"
+ msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
- msgstr "ä½å线"
+ msgstr ""
msgid "Amount of Cables"
msgstr "çµç¼æ°"
@@@ -17873,11 -18843,11 +18852,11 @@@ msgstr "å®è´§äº
msgid "Edit Kiosk"
msgstr "ç¼è¾å®è´§äº"
- msgid "Baker"
- msgstr "é¢å
åº"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "ç¼è¾é¢å
åº"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "èç±»"
@@@ -17888,8 -18858,8 +18867,8 @@@ msgstr "ç¼è¾èåº
msgid "Seafood"
msgstr "æµ·é²"
- msgid "Edit Seafood"
- msgstr "ç¼è¾æµ·é²"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr "çé£åº(ç¾é£)"
@@@ -17909,6 -18879,9 +18888,9 @@@ msgstr "å¸åº
msgid "Edit Marketplace"
msgstr "ç¼è¾å¸åº"
+ msgid "Organic"
+ msgstr "ææº"
+
msgid "Greengrocer"
msgstr "è¬æåº"
@@@ -17921,9 -18894,6 +18903,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "ææº"
-
msgid "Edit Organic/Bio"
msgstr "ç¼è¾ææº/çç©"
@@@ -17993,8 -18963,8 +18972,8 @@@ msgstr "ç¼è¾å¶è¡£åº
msgid "Fabric"
msgstr "å¸"
- msgid "Edit Fabric"
- msgstr "ç¼è¾å¸åº"
+ msgid "Edit Fabric Shop"
+ msgstr ""
msgid "Electronic"
msgstr "çµå¨"
@@@ -18014,14 -18984,14 +18993,14 @@@ msgstr "ç¼è¾çµåææè¡
msgid "Mobile Phone"
msgstr "ææº"
- msgid "Edit Mobile Phone"
- msgstr "ç¼è¾ææº"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "å¸å°å¨"
- msgid "Edit Vacuum Cleaner"
- msgstr "ç¼è¾å¸å°å¨"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -18029,9 -18999,8 +19008,8 @@@
msgid "Edit Hifi Shop"
msgstr "ç¼è¾ Hifi é³ååº"
- msgctxt "shop"
msgid "Video"
- msgstr "å½±å"
+ msgstr "å½±ç"
msgid "Edit Video Shop"
msgstr "ç¼è¾å½±ååº"
@@@ -18057,6 -19026,12 +19035,12 @@@ msgstr "ç¼è¾è´§å¸å
æ¢æ
msgid "Edit Automated Teller Machine"
msgstr "ç¼è¾èªå¨æåæº"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "ç¾è´§ååº"
@@@ -18093,11 -19068,32 +19077,32 @@@ msgstr "é¦é¥°
msgid "Edit Jewelry"
msgstr "ç¼è¾é¦é¥°"
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "使"
+
+ msgid "christian"
+ msgstr "åºç£æç³»"
+
+ msgid "hindu"
+ msgstr "å°åº¦æ"
+
+ msgid "jewish"
+ msgstr "ç¹å¤ªæ"
+
+ msgid "muslim"
+ msgstr "伿¯å
°æ"
+
msgid "Erotic"
msgstr "æ
è²"
- msgid "Edit Erotic"
- msgstr "ç¼è¾æ
è²"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "è±ç±»"
@@@ -18126,8 -19122,8 +19131,8 @@@ msgstr "ç¼è¾ç¡¬ä»¶ååº
msgid "Paint"
msgstr "æ²¹æ¼"
- msgid "Edit Paint"
- msgstr "ç¼è¾æ²¹æ¼"
+ msgid "Edit Paint Shop"
+ msgstr ""
msgid "Furniture"
msgstr "家俱"
@@@ -18138,20 -19134,20 +19143,20 @@@ msgstr "ç¼è¾å®¶ä¿±åº
msgid "Kitchen"
msgstr "çå
·"
- msgid "Edit Kitchen"
- msgstr "ç¼è¾çå
·"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr "çªå¸"
- msgid "Edit Curtain"
- msgstr "ç¼è¾çªå¸"
+ msgid "Edit Curtain Shop"
+ msgstr ""
msgid "Frame"
msgstr "æ¡æ¶"
- msgid "Edit Frames"
- msgstr "ç¼è¾æ¡æ¶"
+ msgid "Edit Frames Shop"
+ msgstr ""
msgid "Stationery"
msgstr "æå
·"
@@@ -18186,8 -19182,8 +19191,8 @@@ msgstr "ç¼è¾æ
è¡ç¤¾
msgid "Musical Instrument"
msgstr "ä¹å¨"
- msgid "Edit Musical Instruments"
- msgstr "ç¼è¾ä¹å¨"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "ç©å
·"
@@@ -18399,6 -19395,12 +19404,12 @@@ msgstr "山峰
msgid "Edit Peak"
msgstr "ç¼è¾å±±å³°"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "å°å·"
@@@ -18438,24 -19440,33 +19449,33 @@@ msgstr "æ
msgid "Edit Tree"
msgstr "ç¼è¾æ "
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "æ¤ç©å¦å"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "æ æ"
msgid "Edit Wood"
msgstr "ç¼è¾æ æ"
- msgctxt "wood"
msgid "coniferous"
- msgstr "éå¶"
+ msgstr "æ¾ç±»"
- msgctxt "wood"
msgid "deciduous"
- msgstr "è½å¶"
+ msgstr "è½å¶ç±»"
- msgctxt "wood"
msgid "mixed"
msgstr "æ··å"
@@@ -18465,15 -19476,6 +19485,6 @@@ msgstr "森æ
msgid "Edit Forest Landuse"
msgstr "ç¼è¾æ£®æåå°å©ç¨"
- msgid "coniferous"
- msgstr "æ¾ç±»"
-
- msgid "deciduous"
- msgstr "è½å¶ç±»"
-
- msgid "mixed"
- msgstr "æ··å"
-
msgid "Grassland"
msgstr ""
@@@ -18549,6 -19551,12 +19560,12 @@@ msgstr "ç§åº
msgid "Edit Meadow Landuse"
msgstr "ç¼è¾ç§åº"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr "è¡èå"
@@@ -18603,8 -19611,8 +19620,8 @@@ msgstr "游ä¹åº
msgid "Edit Recreation Ground Landuse"
msgstr "ç¼è¾æ¸¸ä¹åºç¨å°"
- msgid "Residential area"
- msgstr "å±
ä½åº"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "ç¼è¾å±
ä½åº"
@@@ -18615,6 -19623,9 +19632,9 @@@ msgstr "æå éè¿çå¢å°
msgid "Edit Graveyard"
msgstr "ç¼è¾å¢å°"
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr "ä¸é è¿æå çå¢å°"
@@@ -18690,6 -19701,33 +19710,33 @@@ msgstr "ç¼è¾éç³åº
msgid "Annotation"
msgstr "注é"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "ç¼è¾å°åä¿¡æ¯"
@@@ -18726,6 -19764,18 +19773,18 @@@ msgstr "å¶æ°
msgid "alphabetic"
msgstr "æåæ¯é¡ºåº"
+ msgid "Accuracy"
+ msgstr "精度"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "èç³»(æ®éæ¹å¼)"
@@@ -18894,20 -19944,49 +19953,49 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "éè·¯"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
- msgstr "æ»éª"
+ msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "æ¥è¡"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "å¥è¡"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
- msgstr "ç»è¡"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
msgid "Symbol description"
msgstr "符å·è¯´æ"
@@@ -18954,20 -20033,23 +20042,23 @@@ msgstr "顺å忢ç¹
msgid "backward halt point"
msgstr "éå忢ç¹"
- msgid "Route network"
- msgstr "线路ç½ç»"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "ç¼è¾çº¿è·¯ç½ç»"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "æå"
- msgid "Associated street"
- msgstr "ç¸å
³è¡é"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "ç¼è¾ç¸å
³è¡é"
+ msgid "house"
+ msgstr "æ¿å"
msgid "Street"
msgstr "è¡"
@@@ -18990,8 -20072,8 +20081,8 @@@ msgstr "ä»»ä½ä¸è¡éç¸å
³
msgid "Destination sign"
msgstr "ç®çå°æ å¿"
- msgid "Edit Destination sign"
- msgstr "ç¼è¾ç®çå°æ å¿"
+ msgid "Edit Destination Sign"
+ msgstr ""
msgid "Destination written on sign (w/o distance)"
msgstr "åäºæ å¿ä¸çç®çå°(å/æè·ç¦»)"
@@@ -19086,18 -20168,27 +20177,27 @@@ msgstr "è·¯å¾å¨æ¡¥ä¸éè¿
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr "è·¯å¾ç©¿è¿é§é"
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "æ¡¥"
msgid "deprecated"
msgstr "å·²åºå¼"
+ msgid "bicycle"
+ msgstr "å车"
+
+ msgid "foot"
+ msgstr "æ¥è¡"
+
msgid "horse"
msgstr "马"
@@@ -19107,8 -20198,11 +20207,11 @@@ msgstr "éç¢
msgid "motorroad"
msgstr "æºå¨è½¦ä¸ç¨é"
- msgid "highway_track"
- msgstr "å
¬è·¯è½¨è¿¹"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
+ msgstr ""
msgid "services"
msgstr "æå¡"
@@@ -19116,11 -20210,11 +20219,11 @@@
msgid "ford"
msgstr "æµ
滩"
- msgid "highway_platform"
- msgstr "å
¬è·¯ç«å°"
+ msgid "highway.platform"
+ msgstr ""
- msgid "emergency_access_point"
- msgstr "ç´§æ¥è¿ç»ç¹"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "æ²³å ¤"
@@@ -19137,6 -20231,9 +20240,9 @@@ msgstr "æ¥æµ
msgid "railwaypoint"
msgstr "éè·¯ç¹"
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr "é路车åº"
@@@ -19152,29 -20249,29 +20258,29 @@@ msgstr "æ§éè·¯
msgid "aeroway"
msgstr "æºåº"
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
- msgstr "å级æ»éªåº"
+ msgid "piste.easy"
+ msgstr ""
- msgid "piste_intermediate"
- msgstr "ä¸çº§æ»éªåº"
+ msgid "piste.intermediate"
+ msgstr ""
- msgid "piste_advanced"
- msgstr "é«çº§æ»éªåº"
+ msgid "piste.advanced"
+ msgstr ""
- msgid "piste_expert"
- msgstr "ä¸ä¸æ»éªåº"
+ msgid "piste.expert"
+ msgstr ""
- msgid "piste_freeride"
- msgstr "èªç±å¼æ»éªåº"
+ msgid "piste.freeride"
+ msgstr ""
- msgid "piste_novice"
- msgstr "åå¦è
æ»éªåº"
+ msgid "piste.novice"
+ msgstr ""
msgid "power"
msgstr "å¡"
@@@ -19194,20 -20291,20 +20300,20 @@@ msgstr "ç 头
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
- msgstr "æ¯è§ç¯"
+ msgid "amenity.light"
+ msgstr ""
- msgid "light_water"
- msgstr "èªæ¥æ°´"
+ msgid "light.water"
+ msgstr ""
msgid "health"
msgstr "å»ç"
- msgid "shop"
- msgstr "ååº"
+ msgid "office"
+ msgstr "åå
¬å®¤"
msgid "hotel"
msgstr "æ
é¦"
@@@ -19281,10 -20378,13 +20387,13 @@@ msgstr "路线
msgid "boundary"
msgstr "è¾¹ç"
+ msgid "sport"
+ msgstr "è¿å¨"
+
msgid "place"
msgstr "å°ç¹"
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19299,9 -20399,6 +20408,6 @@@ msgstr "æ/å¸
msgid "One Way"
msgstr "åè¡é"
- msgid "Church"
- msgstr "æå "
-
msgid "Fuel Station"
msgstr "å æ²¹ç«"
@@@ -19329,6 -20426,9 +20435,9 @@@ msgstr "èç¹ä¸çæ¡¥æ¢æ ç¾
msgid "wrong highway tag on a node"
msgstr "èç¹ä¸çé误å
¬è·¯æ ç¾"
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr "æªå½åçæªåç±»å
¬è·¯"
@@@ -19374,10 -20474,40 +20483,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19389,7 -20519,7 +20528,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19407,7 -20537,7 +20546,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19524,19 -20654,130 +20663,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19555,7 -20796,46 +20805,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19567,19 -20847,25 +20856,25 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
msgstr ""
msgid "skobbler heatmap"
@@@ -19600,7 -20886,7 +20895,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19609,6 -20895,9 +20904,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19675,19 -20964,19 +20973,19 @@@ msgstr "
msgid "Estonia Multi (Maaamet)"
msgstr ""
--msgid "CRAIG - Auvergne 2009/2010 - 30 cm"
++msgid "ORT10LT (Lithuania)"
msgstr ""
--msgid "CRAIG - Moulins 2009 - 15 cm"
++msgid "Niger Delta Oct 2012 Landsat"
msgstr ""
--msgid "CRAIG - Montluçon 2009 - 15 cm"
++msgid "Pangasinán/Bulacan (Phillipines HiRes)"
msgstr ""
--msgid "CRAIG - Vichy 2009 - 15 cm"
++msgid "ScanEx IRS"
msgstr ""
--msgid "CRAIG - Le Puy 2010 - 15 cm"
++msgid "ScanEx SPOT"
msgstr ""
msgid "CRIGE PACA Alpes-Maritimes 2009 - 40 cm"
@@@ -19696,16 -20985,16 +20994,16 @@@ msgstr "
msgid "Géobretagne - Brest 2010 - 10 cm"
msgstr ""
--msgid "Géobretagne - Morbihan 2010"
++msgid "Freemap.sk Hiking"
msgstr ""
--msgid "Géolittoral - Orthophotos 2000"
++msgid "Freemap.sk Cyclo"
msgstr ""
--msgid "Géolittoral V2 - Orthophotos 2010-2012"
++msgid "Freemap.sk Ski"
msgstr ""
--msgid "Géolittoral - Sentiers"
++msgid "Katastrálna mapa Slovenska (KaPor, 2010-04)"
msgstr ""
msgid "Loire-Atlantique - Orthophotos 2012 - 20 cm"
@@@ -19714,13 -21003,13 +21012,16 @@@ msgstr "
msgid "Toulouse - Orthophotoplan 2011"
msgstr ""
--msgid "Toulouse - Orthophotoplan 2007"
++msgid "Slovakia EEA GMES Urban Atlas"
+ msgstr ""
+
-msgid "Tours - Orthophotos 2008-2010"
++msgid "Slovakia EEA CORINE 2006"
msgstr ""
- msgid "Tours - Orthophotos 2008-2010"
-msgid "Tours - Orthophotos 2008"
++msgid "Slovakia Historic Maps"
+msgstr ""
+
- msgid "Tours - Orthophotos 2008"
++msgid "South Africa CD:NGI Aerial"
msgstr ""
msgid ""
@@@ -19755,6 -21044,29 +21056,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19920,6 -21232,9 +21244,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19965,6 -21280,39 +21292,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr "导åº"
+
+ msgid "Port:"
+ msgstr "端å£ï¼"
+
+ msgid "refresh the port list"
+ msgstr "éæ°æ´ç端å£å表"
+
+ msgid "Configure"
+ msgstr "设å®"
+
+ msgid "Connection Error."
+ msgstr "è¿æ¥é误ã"
+
+ msgid "configure the connected DG100"
+ msgstr "设å®è¿æ¥ç DG100"
+
+ msgid "delete data after import"
+ msgstr "è¾å
¥åå 餿°æ®"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV æä»¶"
@@@ -20166,6 -21514,18 +21526,18 @@@ msgstr "æ¾ç¤ºé«åº¦è½®å»
msgid "Elevation Profile"
msgstr "é«åº¦è½®å»"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "æå¼é«åº¦è½®å»çªå£ã"
@@@ -20187,14 -21547,8 +21559,8 @@@ msgstr "å¢ç
msgid "Time"
msgstr "æ¶é´"
- msgid "Geoid"
- msgstr "大尿°´åé¢"
-
- msgid "Automatic"
- msgstr "èªå¨"
-
- msgid "Fixed value"
- msgstr "åºå®å¼"
+ msgid "Tracks"
+ msgstr "轨迹"
msgid "Elevation profile for track ''{0}''."
msgstr "轨迹â{0}âçé«åº¦é
ç½®æä»¶ã"
@@@ -20460,10 -21814,13 +21826,13 @@@ msgstr "éæ©ä¸å®æ´çå°å
msgid "Selects all addresses with incomplete data."
msgstr "éæ©æä¸å®æ´æ°æ®çææå°åã"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr "é¨çå·ç¼è¾å¨"
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20576,11 -21933,11 +21945,23 @@@ msgid "Next OSMI bug
msgstr ""
msgid "Osm Inspector Bugs"
+msgstr ""
+
+msgid "OSM Inspector Bugs"
+msgstr ""
+
++msgid "Prev OSMI bug"
++msgstr ""
++
++msgid "Next OSMI bug"
++msgstr ""
++
++msgid "Osm Inspector Bugs"
+ msgstr ""
+
+ msgid "OSM Inspector Bugs"
+ msgstr ""
+
msgid "Selected Bug Info"
msgstr ""
@@@ -20668,8 -22025,8 +22049,8 @@@ msgstr "颿µç奿°å°å
msgid "Expected even numbers for addresses"
msgstr "颿µçå¶æ°å°å"
- msgid "Expected valid number for address increment"
- msgstr "颿µå°åå¢å çæ°å"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "å½ç åªè½ä½¿ç¨ 2 个åè"
@@@ -21012,15 -22369,6 +22393,6 @@@ msgstr "é¨çå·ç ï¼
msgid "Street Name:"
msgstr "è¡éåç§°ï¼"
- msgid "Increment"
- msgstr "éå¢"
-
- msgid "Decrement"
- msgstr "éå"
-
- msgid "Numbers:"
- msgstr "å·ç ï¼"
-
msgid "Big buildings mode"
msgstr "大åå»ºçæ¨¡å¼"
@@@ -21203,6 -22551,9 +22575,9 @@@ msgstr "å¨è¿è¡å°çåç
§æ¶ï¼åç
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "å
å¨å表ä¸éå®ä¸ä¸ª WMS å¾å±ã"
@@@ -21221,12 -22572,6 +22596,6 @@@ msgstr "50 m
msgid "100 m"
msgstr "100 m"
- msgid "high"
- msgstr "é«"
-
- msgid "medium"
- msgstr "ä¸"
-
msgid "symbol"
msgstr "符å·"
@@@ -21367,6 -22712,9 +22736,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21384,6 -22732,9 +22756,9 @@@ msgstr "妿æåæ¶æå¤ä¸ªå¾å±ï
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "å¯ç¨è¿ä¸ªé项ï¼ä»¥ä½¿ç¨èç¹çâadd:streetâæ ç¾ã"
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "å°âsource=...âæ·»å å°å
ä»¶ï¼"
@@@ -21620,8 -22971,11 +22995,11 @@@ msgstr "WMS å¾å±({0})ï¼å·²å è½½ {1
msgid "Is not vectorized."
msgstr "å¹¶éç¢éåçã"
- msgid "Raster size: {0}"
- msgstr "ç¹éµå¤§å°ï¼{0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "æ¯ç¢éåçã"
@@@ -21672,8 -23026,8 +23050,8 @@@ msgstr "ä»å表ä¸å é¤éå®çé
ç
msgid "Color Schemes"
msgstr "é¢è²é
ç½®"
- msgid "Adress"
- msgstr "å°å"
+ msgid "Address"
+ msgstr ""
msgid "Split area"
msgstr "å离åºå"
@@@ -21901,27 -23255,9 +23279,9 @@@ msgstr "åç¨æ°æ®è®°å½è·ç¦»
msgid "Unknown logFormat"
msgstr "䏿çè®°å½æ ¼å¼"
- msgid "Port:"
- msgstr "端å£ï¼"
-
- msgid "refresh the port list"
- msgstr "éæ°æ´ç端å£å表"
-
- msgid "Configure"
- msgstr "设å®"
-
msgid "Configure Device"
msgstr "设å®è£
ç½®"
- msgid "Connection Error."
- msgstr "è¿æ¥é误ã"
-
- msgid "configure the connected DG100"
- msgstr "设å®è¿æ¥ç DG100"
-
- msgid "delete data after import"
- msgstr "è¾å
¥åå 餿°æ®"
-
msgid "Importing data from device."
msgstr "ä»è£
ç½®è¾å
¥æ°æ®"
@@@ -23012,9 -24348,26 +24372,26 @@@ msgstr "åå¹¶éå çè·¯å¾ã
msgid "Merge Overlap (combine)"
msgstr "åå¹¶éå é¨å(ç»å)"
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr "<html>以è§è²ä¸ºåºç¡çå
³ç³»æåä¼å¤å¶å°ææçæ°è·¯å¾ã<br>å¿
è¦æ¶æ¨åºè¯¥æ£éªå¹¶ä¿®æ£å®ã</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr "<html>å°å
³ç³»æåå¤å¶å°ææçæ°è·¯å¾ã<br>æ¨åºè¯¥éªè¯è¿ä¸ç¹ï¼å¿
è¦æ¶äºä»¥çº æ£ã</html>"
+
msgid "Split way"
msgstr "åå²è·¯å¾"
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>è¾å
¥æ ç¾é®å¼ï¼ä¾å¦ <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr "<html>è¾å
¥æ ç¾æ°å¼ï¼ä¾å¦ <strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "å¯ææ ¹å·¦è½¬"
@@@ -23658,9 -25011,6 +25035,6 @@@ msgstr "<html>éå®çæ°æ®å
嫿¥è
msgid "An error occurred: {0}"
msgstr "åçä¸ä¸ªé误ï¼{0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "æ æ³å»ºç«æ°çé误æ¥åãç»æï¼{0}"
-
msgid "Process queue"
msgstr "è¿ç¨éå"
@@@ -23713,18 -25063,6 +25087,6 @@@ msgstr "<html>ç¡®å®å°è¿ä¸ªè®®é¢æ è
msgid "Close: "
msgstr "å
³éï¼ "
- msgid "New issue"
- msgstr "æ°å¢è®®é¢"
-
- msgid "Create issue"
- msgstr "建ç«è®®é¢"
-
- msgid "Describe the problem precisely"
- msgstr "æç¡®çæè¿°æ¤é®é¢"
-
- msgid "Create: "
- msgstr "建ç«ï¼ "
-
msgid "Open in browser"
msgstr "卿µè§å¨ä¸æå¼"
@@@ -24071,6 -25409,27 +25433,27 @@@ msgstr "æµè¯å¤±è´¥ï¼æ æ³è¯»å mti
msgid "Test failed: Could not write mtime."
msgstr "æµè¯å¤±è´¥ï¼æ æ³åå
¥ mtimeã"
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr "æ¨æ³ä¿åå½åçæ ¡åå± {0} åï¼"
@@@ -24224,6 -25583,9 +25607,9 @@@ msgstr "åªè´´æ¿ä¸æ²¡æä¸è¥¿
msgid "The clipboard data is not an image"
msgstr "åªè´´æ¿æ°æ®ä¸æ¯å¾ç"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "è¦åï¼æ æ³å¤ç zip æä»¶â{0}âãå¼å¸¸ä¸ºï¼{1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24541,9 -25903,6 +25927,6 @@@ msgstr "GPX æä»¶ä¸ä¸å
å«è½¨è¿¹æ
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "轨迹"
-
msgid "Tracks in this GPX file:"
msgstr "è¿ä¸ª GPX æä»¶ä¸ç轨迹ï¼"
@@@ -24759,6 -26118,9 +26142,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "ç¼ºå° id {1} {0} çåå¹¶ç®æ "
@@@ -24793,15 -26155,31 +26179,31 @@@ msgstr "æ£å¨è·å缺失çåå
msgid "Downloading changeset"
msgstr "æ£å¨ä¸è½½ä¿®æ¹éå"
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr "æ¢å¤ä¿®æ¹éå#{0}"
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦åï¼å¨ä¿®æ¹éåå
容çä½ç½®({1},{2})æä¸æ¯æçèµ·å§å
ç´ â{0}âãæ£å¨è·³è¿ã"
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦åï¼å¨ä¿®æ¹éåå
容çä½ç½®({1},{2})æä¸æ¯æçèµ·å§å
ç´ â{0}âãæ£å¨è·³è¿ã"
+
msgid "Road Sign Plugin"
msgstr "è·¯æ æä»¶"
msgid "signs"
msgstr "æ å¿"
+ msgid "Change Properties"
+ msgstr "æ´æ¹å±æ§"
+
msgid "Country preset:"
msgstr "é¢è®¾å½å®¶ï¼"
@@@ -24916,9 -26294,6 +26318,6 @@@ msgstr "路线è§åæä»¶é¦é项
msgid "Configure routing preferences."
msgstr "设å®è·¯çº¿è§åé¦é项"
- msgid "Highway type"
- msgstr "å
¬è·¯ç±»å"
-
msgid "Speed (Km/h)"
msgstr "é度éå¶(Km/h)"
@@@ -25099,20 -26474,20 +26498,20 @@@ msgstr "è·ç¦»ç³»æ°
msgid "Merge Nearby Nodes Threshold"
msgstr "åå¹¶éå¼éè¿çèç¹"
- msgid "Online Help"
- msgstr "å¨çº¿å¸®å©"
+ msgid "SeaMap Editor"
+ msgstr "SeaMap ç¼è¾å¨"
- msgid "Load"
- msgstr "å è½½"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "ä¸å¯è§"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "SeaMap ç¼è¾å¨"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
- msgstr "导åº"
+ msgid "Select a map object"
+ msgstr ""
msgid "AutoSave LiveData"
msgstr "èªå¨ä¿å峿¶æ°æ®"
@@@ -25327,6 -26702,95 +26726,95 @@@ msgstr "示踪å¨ã
msgid "Tracer building"
msgstr "æåºå»ºçç©"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25365,6 -26829,9 +26853,9 @@@ msgstr "仿å¡å¨å 载对象
msgid "Download signed data"
msgstr "ä¸è½½ç¾åçæ°æ®"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "è¦åï¼å¿½ç¥å¼å¸¸ï¼å 为任å¡è¢«åæ¶ãå¼å¸¸ä¸ºï¼{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25525,9 -26992,6 +27016,6 @@@ msgstr "ç¾ç½²å·²åæ¶ï¼
msgid "Please give a tolerance in meters"
msgstr "请ç»åºä¸ä¸ªå®¹å·®(ç±³)"
- msgid "Accuracy"
- msgstr "精度"
-
msgid "Select as much as you like:"
msgstr "éæ©æ¨æ³è¦çï¼"
@@@ -26544,9 -28008,6 +28032,6 @@@ msgstr "åæ¶éå®èç¹
msgid "Removes all nodes from selection"
msgstr "å é¤éæ©èå´ä¸ææçèç¹"
- msgid "Video"
- msgstr "å½±ç"
-
msgid "Import Video"
msgstr "导å
¥è§é¢"
@@@ -26827,9 -28288,6 +28312,6 @@@ msgstr "设置维åºç¾ç§æç« çé»è
msgid "Enter the Wikipedia language"
msgstr "è¾å
¥ç»´åºç¾ç§è¯è¨"
- msgid "Add Tag"
- msgstr "æ·»å æ ç¾"
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined i18n/po/zh_TW.po
index aa4dccc,641a483..0c9c244
--- a/i18n/po/zh_TW.po
+++ b/i18n/po/zh_TW.po
@@@ -2,7 -2,7 +2,7 @@@ msgid "
msgstr ""
"Project-Id-Version: josm\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-08-04 03:41+0200\n"
+ "POT-Creation-Date: 2013-12-18 20:13+0100\n"
"PO-Revision-Date: 2013-07-14 15:08+0000\n"
"Last-Translator: Kuang-che Wu <kcwu at csie.org>\n"
"Language-Team: Traditional Chinese\n"
@@@ -10,8 -10,8 +10,8 @@@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
- "X-Launchpad-Export-Date: 2013-08-05 05:07+0000\n"
- "X-Generator: Launchpad (build 16718)\n"
+ "X-Launchpad-Export-Date: 2013-12-19 05:07+0000\n"
+ "X-Generator: Launchpad (build 16872)\n"
"Language: zh_TW\n"
msgid "{0}: option ''{1}'' is ambiguous"
@@@ -50,6 -50,9 +50,9 @@@ msgstr "èæ¯ä½¿ç¨æ¢æ¬¾
msgid "Opening link not supported on current platform (''{0}'')"
msgstr "ç®åçå¹³èºä¸æ¯æ´éåé£çµ(ã{0}ã)"
+ msgid "ERROR: {0}"
+ msgstr ""
+
msgid "WARNING: {0}"
msgstr ""
@@@ -59,6 -62,9 +62,9 @@@ msgstr "
msgid "DEBUG: {0}"
msgstr ""
+ msgid "Cause: "
+ msgstr ""
+
msgid "Executing platform startup hook"
msgstr "å·è¡å¹³èºååæé¤"
@@@ -161,14 -167,14 +167,14 @@@ msgid "About JOSM...
msgstr "éæ¼ JOSM"
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to info or history "
- "page for OSM object will probably fail. API base URL is: ''{0}''"
- msgstr "è¦åï¼éé æç API åºç¤ URL æ ¼å¼ãéæ°å°åè³ OSM ç©ä»¶çè³è¨ææ·å²ç´éé é¢å¯è½æå¤±æãAPI åºç¤ URL çºï¼ã{0}ã"
+ "Unexpected format of API base URL. Redirection to info or history page for "
+ "OSM object will probably fail. API base URL is: ''{0}''"
+ msgstr ""
msgid ""
- "WARNING: unexpected format of API base URL. Redirection to user page for OSM "
- "user will probably fail. API base URL is: ''{0}''"
- msgstr "è¦åï¼æªé æç API åºç¤ URL æ ¼å¼ãéæ°å°åè³ OSM 使ç¨è
ç使ç¨è
é é¢å¯è½æå¤±æãAPI åºç¤ URL çºï¼ã{0}ã"
+ "Unexpected format of API base URL. Redirection to user page for OSM user "
+ "will probably fail. API base URL is: ''{0}''"
+ msgstr ""
msgid ""
"You are about to launch {0} browser windows.<br>This may both clutter your "
@@@ -252,9 -258,6 +258,6 @@@ msgstr "å·¥å
·ï¼{0}
msgid "Please select at least four nodes."
msgstr "è«é¸åè³å°ååç¯é»"
- msgid "Information"
- msgstr "è³è¨"
-
msgid "Align Nodes in Line"
msgstr "å°é½å¨ç´ç·è£¡çç¯é»"
@@@ -291,6 -294,9 +294,9 @@@ msgstr "ä¸ä¸ç´
msgid "Nothing selected to zoom to."
msgstr "æ²æé¸æè¦ç¸®æ¾çç©ä»¶ã"
+ msgid "Information"
+ msgstr "è³è¨"
+
msgid "Zoom to {0}"
msgstr "縮æ¾è³ {0}"
@@@ -345,9 -351,9 +351,9 @@@ msgid "
msgstr "以éäºè·¯å¾ç®åçæ¹åæ¯ä¸è½çµåçãæ¯å¦è¦å°å®åä¸çä¸é¨ååè½ï¼"
msgid ""
- "Could not combine ways (They could not be merged into a single string of "
+ "Could not combine ways<br>(They could not be merged into a single string of "
"nodes)"
- msgstr "ä¸è½çµåè·¯å¾ï¼å®åç¡æ³åä½µçºç¯é»çå®ä¸å串ï¼"
+ msgstr ""
msgid "Combine {0} ways"
msgstr "çµå {0} æ¢è·¯å¾"
@@@ -521,6 -527,9 +527,9 @@@ msgstr "æ·å²ç´é
msgid "Display history information about OSM ways, nodes, or relations."
msgstr "顯示 OSM è·¯å¾ãç¯é»æéä¿çæ·å²ç´éè³è¨ã"
+ msgid "Show history"
+ msgstr "顯示æ·å²ç´é"
+
msgid "History (web)"
msgstr "æ·å² (ç¶²é )"
@@@ -636,9 -645,9 +645,9 @@@ msgid "Joined overlapping areas
msgstr "å·²é£çµéççåå"
msgid ""
- "Some of the ways were part of relations that have been modified. Please "
+ "Some of the ways were part of relations that have been modified.<br>Please "
"verify no errors have been introduced."
- msgstr "é¨å屬æ¼éä¿çä¸é¨åçè·¯å¾è¢«ä¿®æ¹äºãè«æª¢æ¥æ¯å¦é æé¯èª¤ã"
+ msgstr ""
msgid "Fix tag conflicts"
msgstr "ä¿®æ£æ¨ç±¤çè¡çª"
@@@ -786,9 -795,9 +795,9 @@@ msgid "Merge nodes into the oldest one.
msgstr "å°ç¯é»å併尿èçä¸åä¸ã"
msgid ""
- "Please select at least two nodes to merge or a node that is close to another "
- "node."
- msgstr "è«è³å°é¸æå
©åè¦åä½µçç¯é»ææ¯é è¿å¦ä¸åç¯é»çç¯é»ã"
+ "Please select at least two nodes to merge or one node that is close to "
+ "another node."
+ msgstr ""
msgid "Abort Merging"
msgstr "æ¾æ£åä½µ"
@@@ -972,15 -981,9 +981,9 @@@ msgid "Orthogonalize / Undo
msgstr "ç´è§å / 復å"
msgid ""
- "Orthogonalize Shape / Undo\n"
- "Please select nodes that were moved by the previous Orthogonalize Shape "
- "action!"
+ "Orthogonalize Shape / Undo<br>Please select nodes that were moved by the "
+ "previous Orthogonalize Shape action!"
msgstr ""
- "å½¢çç´è§å / 復å\n"
- "è«é¸æè¢«å䏿¬¡å½¢çç´è§ååä½æç§»åçç¯é»ï¼"
-
- msgid "Undo Orthogonalize Shape"
- msgstr "復åå½¢çç´è§å"
msgid ""
"<html>You are using the EPSG:4326 projection which might lead<br>to "
@@@ -999,9 -1002,6 +1002,6 @@@ msgstr "ç´è§å
msgid "Usage"
msgstr "ç¨æ³"
- msgid "Selected Elements cannot be orthogonalized"
- msgstr "é¸åçå
ç´ ä¸è½ç´è§å"
-
msgid ""
"<html>Please make sure all selected ways head in a similar direction<br>or "
"orthogonalize them one by one.</html>"
@@@ -1165,9 -1165,6 +1165,6 @@@ msgstr "è¼å
¥ä½æ¥é段
msgid "Load a session from file."
msgstr "徿ªæ¡è¼å
¥ä½æ¥é段ã"
- msgid "Session file (*.jos, *.joz)"
- msgstr "使¥éæ®µæªæ¡ (*.jos, *.joz)"
-
msgid "Open session"
msgstr "éå使¥é段"
@@@ -1302,14 -1299,14 +1299,14 @@@ msgid "
msgstr "æ¤è·¯å¾ä¸è½å¾é¸åçç¯é»åå²ãï¼æç¤ºï¼é¸åçç¯é»å¨è·¯å¾çä¸å¤®ãï¼"
msgid ""
- "<html>A role based relation membership was copied to all new ways.<br>You "
- "should verify this and correct it when necessary.</html>"
- msgstr "<html>以è§è²çºåºç¤çéä¿æå¡æè¤è£½å°ææçæ°è·¯å¾ã<br>å¿
è¦ææ¨æè©²æª¢é©ä¸¦ä¿®æ£å®ã</html>"
+ "A role based relation membership was copied to all new ways.<br>You should "
+ "verify this and correct it when necessary."
+ msgstr ""
msgid ""
- "<html>A relation membership was copied to all new ways.<br>You should verify "
- "this and correct it when necessary.</html>"
- msgstr "<html>å°éä¿æå¡è¤è£½å°ææçæ°è·¯å¾ã<br>æ¨æè©²å¨å¿
è¦æææª¢é©éåé
ç®ä¸¦ä¿®æ£å®ã</html>"
+ "A relation membership was copied to all new ways.<br>You should verify this "
+ "and correct it when necessary."
+ msgstr ""
msgid "Split way {0} into {1} parts"
msgstr "å°è·¯å¾ {0} åå²çº {1} åé¨å"
@@@ -1399,6 -1396,27 +1396,27 @@@ msgid "
"because you don''t see the real object.<br>Do you really want to unglue?"
msgstr ""
+ msgid "Disconnect Node from Way"
+ msgstr ""
+
+ msgid "Disconnect nodes from a way they currently belong to"
+ msgstr ""
+
+ msgid "Select at least one node to be disconnected."
+ msgstr ""
+
+ msgid "Selected node cannot be disconnected from anything."
+ msgid_plural "Selected nodes cannot be disconnected from anything."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid ""
+ "The affected way would disappear after disconnecting the selected node."
+ msgid_plural ""
+ "The affected way would disappear after disconnecting the selected nodes."
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid "Undo"
msgstr "復å"
@@@ -1681,6 -1699,9 +1699,9 @@@ msgstr "({0}/{1}) æ£å¨è¼å
¥è·¯å¾ {2
msgid "({0}/{1}) Loading parents of relation {2}"
msgstr "({0}/{1}) æ£å¨è¼å
¥éä¿ {2} çä¸å±¤é
ç®"
+ msgid "Download session"
+ msgstr ""
+
msgid "Download {0} of {1} ({2} left)"
msgstr "ä¸è¼ {0} / {1} (å©ä¸ {2})"
@@@ -1898,9 -1919,10 +1919,10 @@@ msgstr "é»é¸å¯ç§»å強調çç¯é»ã
msgid "Cannot place a node outside of the world."
msgstr "ä¸è½å¨ä¸çç¯å以夿¾ç½®ç¯é»ã"
- msgid "Add and a new node to way"
- msgid_plural "Add and a new node to {0} ways"
- msgstr[0] "å å
¥æ°ç¯é»å° {0} è·¯å¾"
+ msgid "Add a new node to way"
+ msgid_plural "Add a new node to {0} ways"
+ msgstr[0] ""
+ msgstr[1] ""
msgid "Cannot delete node that is referenced by multiple objects"
msgstr "ä¸è½åªé¤ç±å¤åç©ä»¶åç
§çç¯é»"
@@@ -2333,6 -2355,9 +2355,9 @@@ msgstr "
msgid "matches if ''key'' exists"
msgstr ""
+ msgid "matches if ''key'' is greater than ''value'' (analogously, less than)"
+ msgstr ""
+
msgid "combinators"
msgstr ""
@@@ -2535,9 -2560,8 +2560,8 @@@ msgstr "ç¼ºå° XOR ç忏
msgid "Missing operator for NOT"
msgstr "ç¼ºå° NOT çéç®å"
- msgid ""
- "Warning: automatically truncating value of tag ''{0}'' on deleted object {1}"
- msgstr "è¦åï¼èªåæªçå¨å·²åªé¤ç©ä»¶ {1} 䏿¨ç±¤ã{0}ãçæ¸å¼"
+ msgid "Automatically truncating value of tag ''{0}'' on deleted object {1}"
+ msgstr ""
msgid ""
"Length of value for tag ''{0}'' on object {1} exceeds the max. allowed "
@@@ -2622,6 -2646,9 +2646,9 @@@ msgid "Added {0} object
msgid_plural "Added {0} objects"
msgstr[0] "å·²å å
¥ {0} åç©ä»¶"
+ msgid "New way {0} has 0 nodes"
+ msgstr ""
+
msgid "Change node {0}"
msgstr "æ¹è®ç¯é» {0}"
@@@ -2658,11 -2685,11 +2685,11 @@@ msgstr "å¾ {1} ç©ä»¶ç§»é¤ã{0}ã
msgid "Set {0}={1} for {2} objects"
msgstr "å¨ {2} ç©ä»¶è¨å® {0}={1}"
- msgid "Deleted {0} properties for {1} objects"
- msgstr "åªé¤ {1} ç©ä»¶ç {0} 屬æ§"
+ msgid "Deleted {0} tags for {1} objects"
+ msgstr ""
- msgid "Set {0} properties for {1} objects"
- msgstr "è¨å® {1} ç©ä»¶ç {0} 屬æ§"
+ msgid "Set {0} tags for {1} objects"
+ msgstr ""
msgid "Replace \"{0}\" by \"{1}\" for"
msgstr "å°ã{1}ãå代çºã{0}ã"
@@@ -2683,9 -2710,9 +2710,9 @@@ msgid "Double conflict
msgstr "ééè¡çª"
msgid ""
- "Warning: Layer ''{0}'' does not exist any more. Cannot remove conflict for "
- "object ''{1}''."
- msgstr "è¦åï¼å層ã{0}ãä¸ååå¨ãä¸è½ç§»é¤ç©ä»¶ã{1}ãçè¡çªã"
+ "Layer ''{0}'' does not exist any more. Cannot remove conflict for object "
+ "''{1}''."
+ msgstr ""
msgid "Add conflict for ''{0}''"
msgstr "å å
¥ã{0}ãè¡çª"
@@@ -2782,6 -2809,9 +2809,9 @@@ msgstr[0] "å·²æ¸
é¤ {0} åç©ä»¶
msgid "Resolve conflicts in member list of relation {0}"
msgstr "解決éä¿ {0} çæå¡æ¸
å®çè¡çª"
+ msgid "Removed nodes from {0}"
+ msgstr ""
+
msgid "Rotate {0} node"
msgid_plural "Rotate {0} nodes"
msgstr[0] "æè½ {0} åç¯é»"
@@@ -2839,9 -2869,9 +2869,9 @@@ msgid "Reverse directional way.
msgstr ""
msgid ""
- "When reversing this way, the following changes to properties of the way and "
- "its nodes are suggested in order to maintain data consistency."
- msgstr "å¨åè½éæ¢è·¯å¾æï¼çºäºç¶æè³æçä¸è´æ§ï¼å»ºè°ä¸åå°è©²è·¯å¾ç屬æ§èå
¶ç¯é»çè®æ´ã"
+ "When reversing this way, the following changes are suggested in order to "
+ "maintain data consistency."
+ msgstr ""
msgid "Relation"
msgstr "éä¿"
@@@ -2870,11 -2900,11 +2900,11 @@@ msgstr "å¥ç¨é¸åçè®æ´
msgid "Do not apply changes"
msgstr "ä¸è¦å¥ç¨è®æ´"
- msgid "Please select which property changes you want to apply."
- msgstr "è«é¸æè¦æ¥åç屬æ§è®æ´ã"
+ msgid "Please select which changes you want to apply."
+ msgstr ""
- msgid "Properties of "
- msgstr "å±¬æ§ "
+ msgid "Tags of "
+ msgstr ""
msgid "Roles in relations referring to"
msgstr "éä¿ä¸çè§è²åç
§å°"
@@@ -2894,6 -2924,9 +2924,9 @@@ msgstr "å»ºç«æªæ¡æç¼ç IOErrorï¼
msgid "Unable to delete old backup file {0}"
msgstr "ç¡æ³åªé¤èçåä»½æªæ¡ {0}"
+ msgid "Your work has been saved automatically."
+ msgstr ""
+
msgid "Error while creating backup of removed layer: {0}"
msgstr "å¨å»ºç«å·²ç§»é¤å層çå份æç¼çé¯èª¤ï¼{0}"
@@@ -2924,19 -2957,19 +2957,19 @@@ msgid "
"function manually and retry importing."
msgstr ""
- msgid "Warning: Failed to create missing cache directory: {0}"
+ msgid "Failed to create missing cache directory: {0}"
msgstr ""
msgid "<html>Failed to create missing cache directory: {0}</html>"
msgstr "<html>ç¡æ³å»ºç«ç¼ºå°çå¿«åç®éï¼ {0}</html>"
- msgid "Warning: failed to persist preferences to ''{0}''"
- msgstr "è¦åï¼å°å好è¨å®åºå®çºã{0}ã失æ"
+ msgid "Failed to persist preferences to ''{0}''"
+ msgstr ""
msgid ""
- "Warning: Failed to initialize preferences. Preference directory ''{0}'' is "
- "not a directory."
- msgstr "è¦åï¼åå§åå好è¨å®å¤±æãå好è¨å®ç®éã{0}ã䏿¯ä¸åç®éã"
+ "Failed to initialize preferences. Preference directory ''{0}'' is not a "
+ "directory."
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Preference directory ''{0}'' is "
@@@ -2944,23 -2977,21 +2977,21 @@@
msgstr "<html>åå§åå好è¨å®å¤±æã<br>å好è¨å®ç®éã{0}ã䏿¯ä¸åç®éã</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to create missing "
- "preference directory: {0}"
- msgstr "è¦åï¼åå§åå好è¨å®å¤±æãç¡æ³å»ºç«ç¼ºå°çå好è¨å®ç®éï¼{0}"
+ "Failed to initialize preferences. Failed to create missing preference "
+ "directory: {0}"
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Failed to create missing "
"preference directory: {0}</html>"
msgstr "<html>åå§åå好è¨å®å¤±æã<br>ç¡æ³å»ºç«ç¼ºå°çå好è¨å®ç®éï¼{0}</html>"
- msgid ""
- "Info: Missing preference file ''{0}''. Creating a default preference file."
+ msgid "Missing preference file ''{0}''. Creating a default preference file."
msgstr ""
msgid ""
- "Warning: Replacing existing preference file ''{0}'' with default preference "
- "file."
- msgstr "è¦åï¼ä»¥é è¨çå好è¨å®æªæ¡åä»£ç¾æçå好è¨å®æªæ¡ã{0}ãã"
+ "Replacing existing preference file ''{0}'' with default preference file."
+ msgstr ""
msgid ""
"<html>Failed to initialize preferences.<br>Failed to reset preference file "
@@@ -2973,9 -3004,9 +3004,9 @@@ msgid "
msgstr "<html>å好è¨å®æªæ¡æé¯èª¤ã<br>å°èçè¨å®è£½ä½åä»½çº <br>{0}<br> ä¸¦å»ºç«æ°çé è¨å好è¨å®æªæ¡ã</html>"
msgid ""
- "Warning: Failed to initialize preferences. Failed to reset preference file "
- "to default: {0}"
- msgstr "è¦åï¼ç¡æ³åå§åå好è¨å®ãç¡æ³å°å好è¨å®æªéè¨çºé è¨å¼ï¼{0}"
+ "Failed to initialize preferences. Failed to reset preference file to "
+ "default: {0}"
+ msgstr ""
msgid "Paint style {0}: {1}"
msgstr "ç¹ªç«æ¨£å¼ {0}ï¼{1}"
@@@ -3004,12 -3035,11 +3035,11 @@@ msgstr "ç¡æ³è¼å
¥è³æºã{0}ãï¼é
msgid "UNKNOWN"
msgstr "䏿"
- msgid ""
- "Warning: unexpected JOSM version number in revision file, value is ''{0}''"
- msgstr "è¦åï¼å¨ä¿®è¨çæªæ¡ä¸ææªé æç JOSM çæ¬èç¢¼ï¼æ¸å¼çºã{0}ã"
+ msgid "Unexpected JOSM version number in revision file, value is ''{0}''"
+ msgstr ""
- msgid "Warning: the revision file ''/REVISION'' is missing."
- msgstr "è¦åï¼ç¼ºå°ä¿®è¨çæªæ¡ã/REVISIONãã"
+ msgid "The revision file ''/REVISION'' is missing."
+ msgstr ""
msgid "Already registered a conflict for primitive ''{0}''."
msgstr "å·²ç¶è¨»åååã{0}ãçè¡çªã"
@@@ -3158,8 -3188,7 +3188,7 @@@ msgstr "ä¸è½æ¯è¼ IDã{0}ãå IDã
msgid "Parameter {0} not in range 0..{1}. Got ''{2}''."
msgstr "忏ã{0}ãä¸æä½¿ç¨ç¯å 0..{1}ï¼å»æ¶å° {2}"
- msgid ""
- "Error: failed to load map renderer class ''{0}''. The class wasn''t found."
+ msgid "Failed to load map renderer class ''{0}''. The class wasn''t found."
msgstr ""
msgid ""
@@@ -3266,7 -3295,7 +3295,7 @@@ msgstr "
msgid "Unkown datum identifier: ''{0}''"
msgstr ""
- msgid "Datum required (+datum=*, +towgs84=* or +nadgirds=*)"
+ msgid "Datum required (+datum=*, +towgs84=* or +nadgrids=*)"
msgstr ""
msgid ""
@@@ -3304,9 -3333,6 +3333,6 @@@ msgstr "èªè¨æå½±æ³
msgid "GRS80"
msgstr "GRS80"
- msgid "Error: failed to open input stream for resource ''/data/{0}''."
- msgstr "é¯èª¤ï¼ç¡æ³éåè³æº ''/data/{0}'' ç輸å
¥ä¸²æµã"
-
msgid "WGS84"
msgstr "WGS84"
@@@ -3347,6 -3373,9 +3373,9 @@@ msgstr "é©èå
¶ä»ç
msgid "Running test {0}"
msgstr "å·è¡æ¸¬è©¦ {0}"
+ msgid "Test ''{0}'' completed in {1}"
+ msgstr ""
+
msgid "Addresses"
msgstr "å°å"
@@@ -3371,6 -3400,15 +3400,15 @@@ msgstr "
msgid "House number too far from street"
msgstr ""
+ msgid "Barriers and entrances"
+ msgstr ""
+
+ msgid "Checks for errors in barriers and entrances."
+ msgstr ""
+
+ msgid "Barrier entrance not set on a barrier"
+ msgstr ""
+
msgid "Building inside building"
msgstr "建ç¯ç©ä¸ç建ç¯"
@@@ -3430,6 -3468,9 +3468,9 @@@ msgstr " æ
msgid "{0} is deprecated, use {1} instead"
msgstr "{0} 已廢æ£ï¼ä½¿ç¨ {1} 代æ¿"
+ msgid "{0} is unnecessary"
+ msgstr ""
+
msgid "Duplicated nodes"
msgstr "éè¤çç¯é»"
@@@ -3512,6 -3553,15 +3553,15 @@@ msgstr "
msgid "Incorrect roundabout (highway: {0} instead of {1})"
msgstr ""
+ msgid "Missing pedestrian crossing information"
+ msgstr ""
+
+ msgid "Unknown country code: {0}"
+ msgstr ""
+
+ msgid "Unknown source:maxspeed context: {0}"
+ msgstr ""
+
msgid "Multipolygon"
msgstr "å¤éå¤éå½¢"
@@@ -3581,6 -3631,12 +3631,12 @@@ msgstr "æå樣å稱çç¯é»
msgid "This test finds nodes that have the same name (might be duplicates)."
msgstr "é忏¬è©¦ææ¾åºæç¸åå稱çç¯é»ï¼å¯è½æ¯éè¤çç¯é»ï¼ã"
+ msgid "Opening hours syntax"
+ msgstr ""
+
+ msgid "This test checks the correct usage of the opening hours syntax."
+ msgstr ""
+
msgid "Overlapping Areas"
msgstr "éççåå"
@@@ -3638,15 -3694,15 +3694,15 @@@ msgstr "éä¿é¡å䏿
msgid "Relation is empty"
msgstr "éä¿æ¯ç©ºç½ç"
+ msgid "Role verification problem"
+ msgstr "è§è²é©èåé¡"
+
msgid "<empty>"
msgstr "<空ç½>"
msgid "Role {0} missing"
msgstr "缺å°è§è² {0}"
- msgid "Role verification problem"
- msgstr "è§è²é©èåé¡"
-
msgid "Number of {0} roles too low ({1})"
msgstr "{0} è§è²çç·¨èå¤ªä½ ({1})"
@@@ -3676,11 -3732,11 +3732,11 @@@ msgid "
"This test checks for ways with similar names that may have been misspelled."
msgstr "é忏¬è©¦ææª¢æ¥å稱è¿ä¼¼çè·¯å¾ï¼å çºé£æå¯è½æ¯æ¼é¯åäºã"
- msgid "Properties checker :"
- msgstr "å±¬æ§æª¢æ¥å¨ï¼"
+ msgid "Tag checker"
+ msgstr ""
- msgid "This plugin checks for errors in property keys and values."
- msgstr "éå夿ç¨å¼ææª¢æ¥å±¬æ§ä¸çè¨å®éµåæ¸å¼æç¡é¯èª¤ã"
+ msgid "This test checks for errors in tag keys and values."
+ msgstr ""
msgid "Invalid tagchecker line - {0}: {1}"
msgstr "ç¡æçæ¨ç±¤æª¢æ¥è¡- {0}ï¼ {1}"
@@@ -3817,8 -3873,8 +3873,8 @@@ msgstr "使ç¨é è¨çæ¼åæª¢æ¥æªæ
msgid "Use the default spellcheck file (recommended)."
msgstr "使ç¨é è¨çæ¼åæª¢æ¥æªæ¡ï¼å»ºè°å¼ï¼ã"
- msgid "Fix properties"
- msgstr "ä¿®æ£å±¬æ§"
+ msgid "Fix tags"
+ msgstr ""
msgid "Could not find element type"
msgstr "æ¾ä¸å°å
ä»¶é¡å"
@@@ -3892,6 -3948,9 +3948,9 @@@ msgstr "æªå°éè·¯å¾
msgid "This tests if ways which should be circular are closed."
msgstr "éææ¸¬è©¦åå½¢çè·¯å¾æ¯å¦å·²å°éã"
+ msgid "Unclosed way"
+ msgstr "æªå°éçè·¯å¾"
+
msgid "natural type {0}"
msgstr "èªç¶çé¡å {0}"
@@@ -3922,9 -3981,6 +3981,6 @@@ msgstr "建ç¯
msgid "area"
msgstr "åå"
- msgid "Unclosed way"
- msgstr "æªå°éçè·¯å¾"
-
msgid "Unconnected ways"
msgstr "æªé£æ¥è·¯å¾"
@@@ -3949,12 -4005,12 +4005,12 @@@ msgstr "æ²ææ¨ç±¤ä¸æªé£æ¥çç¯é
msgid "This test checks for untagged nodes that are not part of any way."
msgstr "é忏¬è©¦ææª¢æ¥æªå æ¨ç±¤ä¸ä¸å±¬ä»»ä½è·¯å¾çä¸é¨åçç¯é»ã"
- msgid "No tags"
- msgstr "æ²ææ¨ç±¤"
-
msgid "Unconnected nodes without physical tags"
msgstr "æªé£æ¥ä¸æ²æå¯¦é«æ¨ç±¤çç¯é»"
+ msgid "No tags"
+ msgstr "æ²ææ¨ç±¤"
+
msgid "Has tag containing ''fixme'' or ''FIXME''"
msgstr "使ç¨çæ¨ç±¤å«æãfixmeãæãFIXMEã"
@@@ -4015,23 -4071,6 +4071,6 @@@ msgstr "åè½ç海岸ç·ï¼é¸å°ä¸å
msgid "Reversed land: land not on left side"
msgstr "åè½çé¸å°ï¼é¸å°ä¸å¨å·¦å´"
- msgid "Wrong number of arguments for bookmark"
- msgstr "æ¸ç±¤ç弿¸æ¸éé¯èª¤"
-
- msgid "Error reading bookmark entry: %s"
- msgstr "è®åæ¸ç±¤é
ç®æç¼çé¯èª¤ï¼%s"
-
- msgid "Error: Unexpected line ''{0}'' in bookmark file ''{1}''"
- msgstr "é¯èª¤ï¼å¨æ¸ç±¤æªæ¡ã{1}ã䏿æªé æçè¡ã{0}ã"
-
- msgid ""
- "Error: Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
- msgstr "é¯èª¤ï¼æ¸ç±¤æªã{2}ãçã{1}ãè¡æä¸åæ ¼ç double æ¸å¼ã{0}ã"
-
- msgid ""
- "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
- msgstr "<html>ç¡æ³è®åæ¸ç±¤<br>''{0}''<br>é¯èª¤çºï¼{1}</html>"
-
msgid "Do not show again (remembers choice)"
msgstr "ä¸è¦å顯示ï¼è¨ä½é¸æï¼"
@@@ -4133,8 -4172,8 +4172,8 @@@ msgstr "顯示æ±å©è³è¨
msgid "Downloading \"Message of the day\""
msgstr "æ£å¨ä¸è¼ãç¶å¤©çè¨æ¯ã"
- msgid "Warning: failed to read MOTD. Exception was: {0}"
- msgstr "è¦åï¼ç¡æ³è®å MOTDãä¾å¤çºï¼{0}"
+ msgid "Failed to read MOTD. Exception was: {0}"
+ msgstr ""
msgid "Message of the day not available"
msgstr "ç¡æ³åå¾ç¶å¤©çè¨æ¯ã"
@@@ -4363,6 -4402,18 +4402,18 @@@ msgstr "編輯工å
·å
msgid "Toggles the visibility of the edit toolbar (i.e., the vertical tool)"
msgstr "åæç·¨è¼¯å·¥å
·åç顯示 (ä¾å¦ï¼åç´å·¥å
·å)"
+ msgid "Preset preferences"
+ msgstr ""
+
+ msgid "Click to open the tagging presets tab in the preferences"
+ msgstr ""
+
+ msgid "Imagery preferences"
+ msgstr ""
+
+ msgid "Click to open the imagery tab in the preferences"
+ msgstr ""
+
msgid "Audio"
msgstr "鳿"
@@@ -4467,19 -4518,6 +4518,6 @@@ msgstr "èæ¯å·è¡
msgid "Click to run job in background"
msgstr "é»é¸ä»¥å¨èæ¯å·è¡å·¥ä½"
- msgid "false: the property is explicitly switched off"
- msgstr "falseï¼è©²å±¬æ§å·²ç¶è¢«ç¢ºå¯¦éä¸äº"
-
- msgid "true: the property is explicitly switched on"
- msgstr "trueï¼è©²å±¬æ§å·²ç¶è¢«ç¢ºå¯¦éåäº"
-
- msgid ""
- "partial: different selected objects have different values, do not change"
- msgstr "é¨åï¼ä¸åé¸åçç©ä»¶æä¸åçæ¸å¼ï¼ä¸è¦æ¹è®"
-
- msgid "unset: do not set this property on the selected objects"
- msgstr "åæ¶è¨å®ï¼ä¸è¦å¨é¸åçç©ä»¶ä¸è¨å®éå屬æ§"
-
msgid "{0} ({1} ms)"
msgstr "{0} ({1} 毫ç§)"
@@@ -4769,29 -4807,47 +4807,47 @@@ msgstr "> åºé¨
msgid "Copy my selected elements to the end of the list of merged elements."
msgstr "å°æé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®ççµå°¾"
+ msgid "> before"
+ msgstr ""
+
msgid ""
"Copy my selected elements before the first selected element in the list of "
"merged elements."
msgstr "å°æé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®ç第ä¸åé¸åå
ä»¶ä¹å"
+ msgid "> after"
+ msgstr ""
+
msgid ""
"Copy my selected elements after the first selected element in the list of "
"merged elements."
msgstr "å°æé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®ç第ä¸åé¸åå
ä»¶ä¹å¾"
+ msgid "< top"
+ msgstr ""
+
msgid ""
"Copy their selected element to the start of the list of merged elements."
msgstr "å°ä»åé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®çéé "
+ msgid "< bottom"
+ msgstr ""
+
msgid ""
"Copy their selected elements to the end of the list of merged elements."
msgstr "å°ä»åé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®ççµå°¾"
+ msgid "< before"
+ msgstr ""
+
msgid ""
"Copy their selected elements before the first selected element in the list "
"of merged elements."
msgstr "å°ä»åé¸åçå
ä»¶è¤è£½å°åä½µå
ä»¶æ¸
å®ç第ä¸åé¸åå
ä»¶ä¹å"
+ msgid "< after"
+ msgstr ""
+
msgid ""
"Copy their selected element after the first selected element in the list of "
"merged elements"
@@@ -4806,8 -4862,8 +4862,8 @@@ msgstr "å°ä»åææçå
ç´ è¤è£½å
msgid "Up"
msgstr "ä¸"
- msgid "Move up the selected elements by one position."
- msgstr "å°é¸åçå
ä»¶åä¸ç§»åä¸åä½ç½®"
+ msgid "Move up the selected entries by one position."
+ msgstr ""
msgid "Down"
msgstr "ä¸"
@@@ -4855,14 -4911,6 +4911,6 @@@ msgid "Their version ({0} entry)
msgid_plural "Their version ({0} entries)"
msgstr[0] "ä»åççæ¬ ({0} åé
ç®)"
- msgid ""
- "Adjustable {0} not registered yet. Cannot set participation in synchronized "
- "adjustment."
- msgstr "å¯èª¿æ´ç {0} å°æªè¨å®ãä¸è½å¨åæ¥èª¿æ´ä¸è¨å®åèã"
-
- msgid "Adjustable {0} not registered yet."
- msgstr "å¯èª¿æ´ç {0} å°æªè¨»åã"
-
msgid "Node"
msgstr "ç¯é»"
@@@ -5109,15 -5157,15 +5157,15 @@@ msgctxt "tag
msgid "Key:"
msgstr "éµå¼ï¼"
- msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
- msgstr "<html>輸å
¥æ¨ç±¤éµå¼ï¼ä¾å¦ <strong><tt>fixme</tt></strong></html>"
+ msgid "<html>Enter a tag key, e.g. <strong><tt>fixme</tt></strong></html>"
+ msgstr ""
msgid "Value:"
msgstr "æ¸å¼ï¼"
msgid ""
- "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
- msgstr "<html>輸å
¥æ¨ç±¤æ¸å¼ï¼ä¾å¦ <strong><tt>check members</tt></strong></html>"
+ "<html>Enter a tag value, e.g. <strong><tt>check members</tt></strong></html>"
+ msgstr ""
msgid ""
"<html>The combined ways are members in one ore more relations. Please decide "
@@@ -5646,6 -5694,9 +5694,9 @@@ msgstr "顯示/é±è
msgid "Information about layer"
msgstr "éæ¼å層çè³è¨"
+ msgid "Map paint preferences"
+ msgstr ""
+
msgid "Map Paint Styles"
msgstr "å°å繪製樣å¼"
@@@ -5729,6 -5780,35 +5780,35 @@@ msgstr "樣å¼ç®åæ¯å¦ä½¿ç¨ä¸ï¼
msgid "No"
msgstr "å¦"
+ msgid "Object type:"
+ msgstr "ç©ä»¶é¡åï¼"
+
+ msgctxt "osm object types"
+ msgid "mixed"
+ msgstr "æ··å"
+
+ msgid "Choose the OSM object type"
+ msgstr "鏿 OSM ç©ä»¶é¡å"
+
+ msgid "Object ID:"
+ msgstr "ç©ä»¶ IDï¼"
+
+ msgid "Enter the ID of the object that should be downloaded"
+ msgstr "輸å
¥è¦ä¸è¼çç©ä»¶ ID"
+
+ msgid ""
+ "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
+ "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
+ "<b>w123, n110, w12, r15</b><br/>"
+ msgstr ""
+ "ç©ä»¶ ID å¯ä»¥ç¨éèæç©ºç½åéã<br/> ä¾å¦ï¼<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> "
+ "æ··åæ¨¡å¼ï¼è«ä»¥é樣æå®ç©ä»¶ï¼ <b>w123, n110, w12, r15</b><br/>"
+
+ msgid ""
+ "Invalid ID list specified\n"
+ "Cannot continue."
+ msgstr ""
+
msgid "Relations"
msgstr "éä¿"
@@@ -5818,9 -5898,8 +5898,8 @@@ msgstr "é¸åéå使ç¨è
å³éçç
msgid "Launches a browser with information about the user"
msgstr "ååç覽å¨é¡¯ç¤ºéæ¼æ¤ä½¿ç¨è
çè³è¨"
- msgid ""
- "Warning: only launching info browsers for the first {0} of {1} selected users"
- msgstr "è¦åï¼åªæé¡¯ç¤º {1} åå·²é¸å使ç¨è
çå {0} ä½"
+ msgid "Only launching info browsers for the first {0} of {1} selected users"
+ msgstr ""
msgid ""
"<html>Failed to create an URL because the encoding ''{0}''<br>was missing on "
@@@ -5991,9 -6070,6 +6070,6 @@@ msgstr "æ´æ°å
§å®¹
msgid "Update the changeset content from the OSM server"
msgstr "å¾ OSM 伺æå¨æ´æ°è®æ´çµåå
§å®¹"
- msgid "Show history"
- msgstr "顯示æ·å²ç´é"
-
msgid "Download and show the history of the selected objects"
msgstr "ä¸è¼ä¸¦é¡¯ç¤ºé¸åç©ä»¶çæ·å²ç´é"
@@@ -6279,9 -6355,9 +6355,9 @@@ msgid "<html>Download changesets in th
msgstr "<html>ä¸è¼å¨ç®åå°å檢è¦ä¸çè®æ´çµå</html>"
msgid ""
- "Warning: unexpected value for preference ''{0}'', got ''{1}''. Resetting to "
- "default query."
- msgstr "è¦åï¼å好è¨å®ã{0}ãææªé æçæ¸å¼ï¼å»æ¶å°ã{1}ããéè¨çºé è¨çæ¥è©¢ã"
+ "Unexpected value for preference ''{0}'', got ''{1}''. Resetting to default "
+ "query."
+ msgstr ""
msgid "Cannot create changeset query for open changesets of anonymous user"
msgstr "å°å¿å使ç¨è
ä¸è½å»ºç«éæ¾è®æ´çµåç建ç«è®æ´çµåæ¥è©¢"
@@@ -6345,35 -6421,47 +6421,47 @@@ msgstr "è«æ³¨æè®æ´çµåæ¥è©¢ç®å
msgid "This changeset query URL is invalid"
msgstr "éåè®æ´çµåæ¥è©¢ URL æ¯ç¡æç"
- msgid "Select objects for which to change properties."
- msgstr "é¸æè¦æ¹è®å±¬æ§çç©ä»¶ã"
+ msgid "Discardable key: selection Foreground"
+ msgstr ""
+
+ msgid "Discardable key: selection Background"
+ msgstr ""
- msgid "Properties/Memberships"
- msgstr "屬æ§/æå¡"
+ msgid "Discardable key: foreground"
+ msgstr ""
- msgid "Properties for selected objects."
- msgstr "é¸åç©ä»¶ç屬æ§ã"
+ msgid "Discardable key: background"
+ msgstr ""
msgid "<different>"
msgstr "<ä¸å>"
+ msgid "Select objects for which to change tags."
+ msgstr ""
+
+ msgid "Tags/Memberships"
+ msgstr ""
+
+ msgid "Tags for selected objects."
+ msgstr ""
+
msgid "Member Of"
msgstr "æå¡"
msgid "Position"
msgstr "ä½ç½®"
- msgid "Properties: {0} / Memberships: {1}"
- msgstr "屬æ§ï¼{0} / æå¡ï¼{1}"
+ msgid "Tags: {0} / Memberships: {1}"
+ msgstr ""
- msgid "Properties / Memberships"
- msgstr "å±¬æ§ / æå¡"
+ msgid "Tags / Memberships"
+ msgstr ""
msgid "Delete the selected key in all objects"
msgstr "åªé¤ææç©ä»¶ä¸é¸åçè¨å®éµ"
- msgid "Delete Properties"
- msgstr "å é¤å±¬æ§"
+ msgid "Delete Tags"
+ msgstr ""
msgid "Change relation"
msgstr "æ¹è®éä¿"
@@@ -6387,14 -6475,14 +6475,14 @@@ msgstr "確å®è¦åªé¤éä¿ {0} çé
msgid "Add a new key/value pair to all objects"
msgstr "å°æ°çè¨å®éµ/æ¸å¼é
å°å å
¥å°ææçç©ä»¶"
- msgid "Add Property"
- msgstr "å å
¥å±¬æ§"
+ msgid "Add Tag"
+ msgstr ""
msgid "Edit the value of the selected key for all objects"
msgstr "編輯ææç©ä»¶é¸åè¨å®éµçæ¸å¼"
- msgid "Edit Properties"
- msgstr "編輯屬æ§"
+ msgid "Edit Tags"
+ msgstr ""
msgid "Go to OSM wiki for tag help (F1)"
msgstr "åå¾ OSM wiki å徿¨ç±¤èªªæ (F1)"
@@@ -6542,8 -6630,8 +6630,8 @@@ msgstr "éä¿å·²åªé¤
msgid "Downloading relation {0}"
msgstr "æ£å¨ä¸è¼éä¿ {0}"
- msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
- msgstr "è¦åï¼å¿½ç¥ä¾å¤ï¼å çºå·¥ä½å·²è¢«åæ¶ãä¾å¤ï¼{0}"
+ msgid "Ignoring exception because task was canceled. Exception: {0}"
+ msgstr ""
msgid "Downloading {0} incomplete object"
msgid_plural "Downloading {0} incomplete objects"
@@@ -6861,6 -6949,25 +6949,25 @@@ msgstr "è·¯å¾å·²é£æ¥å°ä¸ä¸åéä
msgid "way is not connected to previous or next relation member"
msgstr "è·¯å¾æªé£æ¥å°åä¸åæä¸ä¸åéä¿æå¡"
+ msgid "{0} - {1} ({2})"
+ msgstr ""
+
+ msgid "Wrong number of arguments for bookmark"
+ msgstr "æ¸ç±¤ç弿¸æ¸éé¯èª¤"
+
+ msgid "Error reading bookmark entry: %s"
+ msgstr "è®åæ¸ç±¤é
ç®æç¼çé¯èª¤ï¼%s"
+
+ msgid "Unexpected line ''{0}'' in bookmark file ''{1}''"
+ msgstr ""
+
+ msgid "Illegal double value ''{0}'' on line ''{1}'' in bookmark file ''{2}''"
+ msgstr ""
+
+ msgid ""
+ "<html>Could not read bookmarks from<br>''{0}''<br>Error was: {1}</html>"
+ msgstr "<html>ç¡æ³è®åæ¸ç±¤<br>''{0}''<br>é¯èª¤çºï¼{1}</html>"
+
msgid "Bookmarks"
msgstr "æ¸ç±¤"
@@@ -6994,21 -7101,8 +7101,8 @@@ msgstr "ä¸è¼åç
§ (ç¶éä¿)
msgid "Download object"
msgstr "ä¸è¼ç©ä»¶"
- msgid "Object type:"
- msgstr "ç©ä»¶é¡åï¼"
-
- msgctxt "osm object types"
- msgid "mixed"
- msgstr "æ··å"
-
- msgid "Choose the OSM object type"
- msgstr "鏿 OSM ç©ä»¶é¡å"
-
- msgid "Object ID:"
- msgstr "ç©ä»¶ IDï¼"
-
- msgid "Enter the ID of the object that should be downloaded"
- msgstr "輸å
¥è¦ä¸è¼çç©ä»¶ ID"
+ msgid "Start downloading"
+ msgstr "éå§ä¸è¼"
msgid ""
"Select if the referrers of the object should be downloaded as well, "
@@@ -7018,25 -7112,9 +7112,9 @@@ msgstr "
msgid "Select if the members of a relation should be downloaded as well"
msgstr "妿éä¿çæå¡ä¹è¦ä¸è¼è«é¸æ"
- msgid ""
- "Object IDs can be separated by comma or space.<br/> Examples: <b><ul><li>1 2 "
- "5</li><li>1,2,5</li></ul><br/></b> In mixed mode, specify objects like this: "
- "<b>w123, n110, w12, r15</b><br/>"
- msgstr ""
- "ç©ä»¶ ID å¯ä»¥ç¨éèæç©ºç½åéã<br/> ä¾å¦ï¼<b><ul><li>1 2 5</li><li>1,2,5</li></ul><br/></b> "
- "æ··åæ¨¡å¼ï¼è«ä»¥é樣æå®ç©ä»¶ï¼ <b>w123, n110, w12, r15</b><br/>"
-
msgid "Download referrers (parent relations and ways)"
msgstr "ä¸è¼åç
§ (ç¶éä¿èè·¯å¾)"
- msgid "Start downloading"
- msgstr "éå§ä¸è¼"
-
- msgid ""
- "Invalid ID list specified\n"
- "Cannot download object."
- msgstr ""
-
msgid "Class Type"
msgstr "é¡å¥é¡å"
@@@ -7138,8 -7216,8 +7216,8 @@@ msgstr "åå¾ä¸ä¸é
msgid "Go to the JOSM help home page"
msgstr "ç§»è³ JOSM æ±å©é¦é "
- msgid "Warning: bad location in HTML document. Exception was: {0}"
- msgstr "è¦åï¼å¨ HTML æä»¶ä¸æé¯èª¤çä½ç½®ãä¾å¤çºï¼{0}"
+ msgid "Bad location in HTML document. Exception was: {0}"
+ msgstr ""
msgid "Failed to open help page. The target URL is empty."
msgstr "ç¡æ³éåæ±å©é é¢ãç®æ¨ URL æ¯ç©ºçã"
@@@ -7237,6 -7315,9 +7315,9 @@@ msgid "
"<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>"
msgstr "<html>çæ¬ <strong>{0}</strong> å»ºç«æ¼ <strong>{1}</strong></html>"
+ msgid "Changeset comment"
+ msgstr ""
+
msgid "Changeset info"
msgstr "è®æ´çµåè³è¨"
@@@ -7332,8 -7413,8 +7413,8 @@@ msgstr "
msgid "Object still in use"
msgstr "ç©ä»¶ä»å¨ä½¿ç¨ä¸"
- msgid "Warning: error header \"{0}\" did not match with an expected pattern"
- msgstr "è¦åï¼é¯èª¤æ¨é ã{0}ãèé æçæ¨¡å¼ä¸ç¬¦"
+ msgid "Error header \"{0}\" did not match with an expected pattern"
+ msgstr ""
msgid "Upload"
msgstr "ä¸å³"
@@@ -7351,6 -7432,12 +7432,12 @@@ msgstr "æä¾éæ¼æ¨æä¸å³è®æ´ç
msgid "Enter an upload comment"
msgstr "è«è¼¸å
¥ä¸å³å註"
+ msgid "Specify the data source for the changes:"
+ msgstr ""
+
+ msgid "Enter a source"
+ msgstr ""
+
msgid "Changeset id:"
msgstr "è®æ´çµå idï¼"
@@@ -7417,9 -7504,8 +7504,8 @@@ msgid "Closing changeset {0}
msgstr "æ£å¨ééè®æ´çµå {0}"
msgid ""
- "Warning: failed to put Credential Dialog always on top. Caught security "
- "exception."
- msgstr "è¦åï¼ç¡æ³å°æèå°è©±çæ°¸é ç½®æ¼æä¸å±¤ãæå°å®å
¨æ§ä¾å¤ã"
+ "Failed to put Credential Dialog always on top. Caught security exception."
+ msgstr ""
msgid "Enter credentials for OSM API"
msgstr "輸å
¥ OSM API çæè"
@@@ -7493,8 -7579,8 +7579,8 @@@ msgid "Unpacking {0} into {1}
msgstr ""
msgid ""
- "Warning: Cannot download file ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
+ "Cannot download file ''{0}''. Its download link ''{1}'' is not a valid URL. "
+ "Skipping download."
msgstr ""
msgid ""
@@@ -7510,9 -7596,8 +7596,8 @@@ msgid "Missing user identity
msgstr "éºå¤±ä½¿ç¨è
èå¥"
msgid ""
- "Warning: Failed to retrieve user infos for the current JOSM user. Exception "
- "was: {0}"
- msgstr "è¦åï¼ç¡æ³åå¾ç®åç JOSM 使ç¨è
è³è¨ãä¾å¤çºï¼{0}"
+ "Failed to retrieve user infos for the current JOSM user. Exception was: {0}"
+ msgstr ""
msgid "Download objects"
msgstr "ä¸è¼ç©ä»¶.."
@@@ -7724,12 -7809,6 +7809,6 @@@ msgstr "ä¸å³å·²è®æ´çåå
msgid "Please revise upload comment"
msgstr "è«ä¿®æ£ä¸å³å註"
- msgid "Revise"
- msgstr "ä¿®è¨"
-
- msgid "Continue as is"
- msgstr "ä»ç¶ç¹¼çº"
-
msgid ""
"Your upload comment is <i>empty</i>, or <i>very short</i>.<br /><br />This "
"is technically allowed, but please consider that many users who are<br "
@@@ -7741,6 -7820,22 +7820,22 @@@ msgstr "
"/>å¨è§çä»åååçè®æ´æé½æ¯ä¾æææç¾©çè®æ´çµåå註<br />ä¾äºè§£ç¼çäºä»éº¼äºï¼<br /><br "
"/>妿æ¨ç¾å¨è±ä¸é»æéèªªææ¨çè®æ´ï¼å°±å¯ä»¥è®å
¶ä»<br />ç¾å¤è£½åè
æ´å¥½åäºã"
+ msgid "Please specify a changeset source"
+ msgstr ""
+
+ msgid ""
+ "You did not specify a source for your changes.<br />This is technically "
+ "allowed, but it assists other users <br />to understand the origins of the "
+ "data.<br /><br />If you spend a minute now to explain your change, you will "
+ "make life<br />easier for many other mappers."
+ msgstr ""
+
+ msgid "Revise"
+ msgstr "ä¿®è¨"
+
+ msgid "Continue as is"
+ msgstr "ä»ç¶ç¹¼çº"
+
msgid "Return to the previous dialog to enter a more descriptive comment"
msgstr "åå°åä¸åå°è©±ç以輸å
¥æ´å¤æè¿°æ§å註"
@@@ -7756,6 -7851,21 +7851,21 @@@ msgstr "è«å
輸å
¥ææçåå¡å¤§å
msgid "Illegal chunk size"
msgstr "ä¸åæ ¼çåå¡å¤§å°"
+ msgid "{0}={1}"
+ msgstr ""
+
+ msgid ""
+ "<html>The following changeset tag contains an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgid_plural ""
+ "<html>The following changeset tags contain an empty "
+ "key/value:<br>{0}<br>Continue?</html>"
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Empty metadata"
+ msgstr ""
+
msgid "Cancel the upload and resume editing"
msgstr "åæ¶ä¸å³ä¸¦ç¹¼çºç·¨è¼¯"
@@@ -7763,9 -7873,9 +7873,9 @@@ msgid "Tags of changeset {0}
msgstr "è®æ´çµå {0} çæ¨ç±¤"
msgid ""
- "Warning: object ''{0}'' is already deleted on the server. Skipping this "
- "object and retrying to upload."
- msgstr "è¦åï¼ç©ä»¶ã{0}ãå·²ç¶å¨ä¼ºæå¨ç«¯è¢«åªé¤äºãç¾å¨ç¥ééåç©ä»¶ä¸¦éæ°å試ä¸å³ã"
+ "Object ''{0}'' is already deleted on the server. Skipping this object and "
+ "retrying to upload."
+ msgstr ""
msgid "Preparing objects to upload ..."
msgstr "æ£å¨æºåè¦ä¸å³çç©ä»¶..."
@@@ -7883,9 -7993,6 +7993,6 @@@ msgstr "
msgid "Object ''{0}'' is already deleted. Skipping object in upload."
msgstr "ç©ä»¶ã{0}ãå·²ç¶è¢«åªé¤ãå¨ä¸å³ä¸ç¥éæ¤ç©ä»¶ã"
- msgid "Warning: {0}"
- msgstr ""
-
msgid "Uploading {0} object..."
msgid_plural "Uploading {0} objects..."
msgstr[0] "æ£å¨ä¸å³ {0} åç©ä»¶..."
@@@ -7894,6 -8001,9 +8001,9 @@@ msgid "
"Ignoring caught exception because upload is canceled. Exception is: {0}"
msgstr "å¿½ç¥ææå°çä¾å¤ï¼å çºä¸å³å·²è¢«åæ¶ãä¾å¤çºï¼{0}"
+ msgid "Upload successful!"
+ msgstr ""
+
msgid ""
"<html>Mark modified objects <strong>from the current selection</strong> to "
"be uploaded to the server.</html>"
@@@ -7910,8 -8020,8 +8020,8 @@@ msgstr "鏿è¦ä¸å³çç©ä»¶
msgid "Cancel uploading"
msgstr "æ£å¨åæ¶ä¸å³"
- msgid "Warning: unexpected value for key ''{0}'' in preferences, got ''{1}''"
- msgstr "è¦åï¼å好è¨å®çè¨å®éµã{0}ãææªé æçæ¸å¼ï¼å¾å°ã{1}ã"
+ msgid "Unexpected value for key ''{0}'' in preferences, got ''{1}''"
+ msgstr ""
msgid "Please select the upload strategy:"
msgstr "è«é¸æä¸å³çæ¹å¼ï¼"
@@@ -8048,7 -8158,7 +8158,7 @@@ msgstr "ä¸åæ¨è¨
msgid "Jump to next marker"
msgstr ""
- msgid "Previos marker"
+ msgid "Previous marker"
msgstr ""
msgid "Jump to previous marker"
@@@ -8078,8 -8188,8 +8188,8 @@@ msgstr "çæ¬ {0}
msgid "Merging layers"
msgstr "åä½µå層"
- msgid "Warning: mixing 0.6 and 0.5 data results in version 0.5"
- msgstr "è¦åï¼æ··å 0.6 å 0.5 è³æææçº 0.5 ç"
+ msgid "Mixing 0.6 and 0.5 data results in version 0.5"
+ msgstr ""
msgid "{0} deleted"
msgid_plural "{0} deleted"
@@@ -8435,9 -8545,6 +8545,6 @@@ msgstr "å¾ EXIF ä¸è§£åº GPS ä½ç½®
msgid "Starting directory scan"
msgstr "éå§ææç®é"
- msgid "One of the selected files was null"
- msgstr "é¸åçæªæ¡ä¸æä¸åæ¯ null"
-
msgid "Read photos..."
msgstr "è®åç¸ç..."
@@@ -8456,6 -8563,9 +8563,9 @@@ msgstr "å¨ç®é {0} æ¾å°ç©ºçæªæ¡
msgid "Error while getting files from directory {0}\n"
msgstr "å¾ç®é {0} å徿ªæ¡æç¼çé¯èª¤\n"
+ msgid "One of the selected files was null"
+ msgstr "é¸åçæªæ¡ä¸æä¸åæ¯ null"
+
msgid "Geotagged Images"
msgstr "æ Geotag çåç"
@@@ -8511,6 -8621,12 +8621,12 @@@ msgstr "ä¸ä¸å¹
msgid "Show next Image"
msgstr "顯示ä¸ä¸å¼µåç"
+ msgid "Show first Image"
+ msgstr ""
+
+ msgid "Show last Image"
+ msgstr ""
+
msgid "Center view"
msgstr "ç½®ä¸æª¢è¦"
@@@ -8583,9 -8699,6 +8699,6 @@@ msgid "
"harmful.<br>If you want to upload traces, look here:</html>"
msgstr "<html>ä¸å³æªç¶èçç GPS è³æç¶ä½å°åè³ææ¯ä¸é©ç¶çã<br>å¦ææ¨æ³è¦ä¸å³è»è·¡ï¼è«çé裡ï¼</html>"
- msgid "http://www.openstreetmap.org/traces"
- msgstr "http://www.openstreetmap.org/traces"
-
msgid "Customize track drawing"
msgstr ""
@@@ -8765,15 -8878,11 +8878,11 @@@ msgstr "å試顯示é忍è¨ç UR
msgid "(URL was: "
msgstr "(URL æ¯ï¼ "
- msgid "Error displaying URL"
- msgstr "å¨é¡¯ç¤º URL æç¼çé¯èª¤"
-
msgid "Select the map painting styles"
msgstr ""
- msgid ""
- "Warning: failed to load Mappaint styles from ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼å¾ã{0}ãè¼å
¥ Mappaint 樣å¼å¤±æãä¾å¤çºï¼{1}"
+ msgid "Failed to load Mappaint styles from ''{0}''. Exception was: {1}"
+ msgstr ""
msgid "loading style ''{0}''..."
msgstr "è¼å
¥æ¨£å¼ã{0}ã..."
@@@ -8787,8 -8896,8 +8896,8 @@@ msgid_plural "
msgstr[0] ""
msgstr[1] ""
- msgid "Warning: failed to parse Mappaint styles from ''{0}''. Error was: {1}"
- msgstr "è¦åï¼ç¡æ³è§£æã{0}ãç Mappaint 樣å¼ãé¯èª¤çºï¼{1}"
+ msgid "Failed to parse Mappaint styles from ''{0}''. Error was: {1}"
+ msgstr ""
msgid "Illegal dash pattern, values must be positive"
msgstr ""
@@@ -8797,9 -8906,8 +8906,8 @@@ msgid "Illegal dash pattern, at least o
msgstr ""
msgid ""
- "Warning: failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] "
- "{3}"
- msgstr "è¦åï¼ç¡æ³è§£æã{0}ãç Mappaint 樣å¼ãé¯èª¤çºï¼[{1}:{2}] {3}"
+ "Failed to parse Mappaint styles from ''{0}''. Error was: [{1}:{2}] {3}"
+ msgstr ""
msgid "Access Token Key:"
msgstr "ååè¨èéµï¼"
@@@ -9031,8 -9139,8 +9139,8 @@@ msgstr "ééå°è©±çä¸¦åæ¶ææ¬
msgid "Close the dialog and accept the Access Token"
msgstr "ééå°è©±ç並å¥ç¨ååè¨è"
- msgid "Warning: failed to cancel running OAuth operation"
- msgstr "è¦åï¼ç¡æ³åæ¶å·è¡ä¸ç OAuth æä½"
+ msgid "Failed to cancel running OAuth operation"
+ msgstr ""
msgid "Retrieving OAuth Request Token from ''{0}''"
msgstr "æ£å¾ã{0}ãåå OAuth è¦æ±è¨è"
@@@ -9737,6 -9845,6 +9845,42 @@@ msgstr "
msgid "Entry {0}"
msgstr "é
ç® {0}"
++msgid "Reset preferences"
++msgstr ""
++
++msgid ""
++"You are about to clear all preferences to their default values<br />All your "
++"settings will be deleted: plugins, imagery, filters, toolbar buttons, "
++"keyboard, etc. <br />Are you sure you want to continue?"
++msgstr ""
++
++msgid "Load profile"
++msgstr ""
++
++msgid "Save {0} profile"
++msgstr ""
++
++msgid "All the preferences of this group are default, nothing to save"
++msgstr ""
++
++msgid "Choose profile file"
++msgstr ""
++
++msgid "Advanced Background: Changed"
++msgstr ""
++
++msgid "Advanced Background: NonDefault"
++msgstr ""
++
++msgid "Current value is default."
++msgstr ""
++
++msgid "Default value is ''{0}''."
++msgstr ""
++
++msgid "Default value currently unknown (setting has not been used yet)."
++msgstr "é è¨å¼ç®å䏿 (è¨å®å¼å°æªä½¿ç¨)"
++
msgid "Select Setting Type:"
msgstr "鏿è¨å®é¡åï¼"
@@@ -9758,7 -9866,7 +9902,7 @@@ msgstr "å å
¥è¨å®å¼
msgid "Advanced Background: Changed"
msgstr ""
-msgid "Advanced Background: NonDefault"
+msgid "Advanced Background: NonDefalut"
msgstr ""
msgid "Current value is default."
@@@ -9826,6 -9934,9 +9970,9 @@@ msgstr "å¨é¸ææ¨¡å¼ç¹ªåºèæ¬ç¯é
msgid "Draw inactive layers in other color"
msgstr "å°æªä½¿ç¨çå層以å
¶ä»é¡è²ç¹ªè£½"
+ msgid "Display discardable keys"
+ msgstr ""
+
msgid "Highlight target ways and nodes"
msgstr "çªé¡¯ç®æ¨è·¯å¾åç¯é»"
@@@ -9879,6 -9990,11 +10026,11 @@@ msgid "
"in the selected style."
msgstr "éåé¸é
æé²æ¢å¡«æ»¿ååï¼ä¸¦ä¸æè¦èå¨é¸å樣å¼ä¸æå®ç任使¸å¼ã"
+ msgid ""
+ "Display keys which have been deemed uninteresting to the point that they can "
+ "be silently removed."
+ msgstr ""
+
msgid "Options that affect drawing performance"
msgstr "å½±é¿ç¹ªè£½æççé¸é
"
@@@ -10339,6 -10455,12 +10491,12 @@@ msgid "
"the file name and saves it in the same folder.)</i>"
msgstr "<i>(JOSM æå¨å²åè³æå層æä¿çåä»½æªæ¡ã宿卿ªæ¡å稱å¾å ä¸ ''~'' 並å°å®å²åå¨åä¸åè³æå¤¾ã)</i>"
+ msgid "Notification at each save"
+ msgstr ""
+
+ msgid "When saving, display a small notification"
+ msgstr ""
+
msgid "File backup"
msgstr "æªæ¡å份"
@@@ -10402,8 -10524,8 +10560,8 @@@ msgstr "å°åè¨å®å¼
msgid "Settings for the map projection and data interpretation."
msgstr "å°åæå½±èè³æè½è¯è¨å®å¼ã"
- msgid "Warning: Could not read tagging preset source: {0}"
- msgstr "è¦åï¼ç¡æ³è®åæ¨ç±¤é è¨çµå便ºï¼{0}"
+ msgid "Could not read tagging preset source: {0}"
+ msgstr "ç¡æ³è®åæ¨ç±¤é è¨çµå便ºï¼{0}"
msgid ""
"Could not read tagging preset source: {0}\n"
@@@ -10670,21 -10792,6 +10828,6 @@@ msgstr "Swiss Grid (ç士)
msgid "<i>CH1903 / LV03 (without local corrections)</i>"
msgstr "<i>CH1903 / LV03 (æ²ææ¬å°æ ¡æ£)</i>"
- msgid "UTM"
- msgstr "UTM"
-
- msgid "UTM Zone"
- msgstr "UTM å"
-
- msgid "North"
- msgstr "å"
-
- msgid "South"
- msgstr "å"
-
- msgid "Hemisphere"
- msgstr "ç颿影ï¼Hemisphereï¼"
-
msgid "Guadeloupe Fort-Marigot 1949"
msgstr "Guadeloupe Fort-Marigot 1949"
@@@ -10706,6 -10813,21 +10849,21 @@@ msgstr "UTM æ³å (DOM)
msgid "UTM Geodesic system"
msgstr "UTM 大尿¸¬é系統"
+ msgid "UTM"
+ msgstr "UTM"
+
+ msgid "UTM Zone"
+ msgstr "UTM å"
+
+ msgid "North"
+ msgstr "å"
+
+ msgid "South"
+ msgstr "å"
+
+ msgid "Hemisphere"
+ msgstr "ç颿影ï¼Hemisphereï¼"
+
msgid "Testing OSM API URL ''{0}''"
msgstr "æ£å¨æ¸¬è©¦ OSM API URLã{0}ã"
@@@ -10760,8 -10882,8 +10918,8 @@@ msgid "Select to use OAuth as authentic
msgstr "é¸æä»¥ä½¿ç¨ OAuth åçºé©èæ©å¶"
msgid ""
- "Warning: Unsupported value in preference ''{0}'', got ''{1}''. Using "
- "authentication method ''Basic Authentication''."
+ "Unsupported value in preference ''{0}'', got ''{1}''. Using authentication "
+ "method ''Basic Authentication''."
msgstr ""
msgid "OSM username:"
@@@ -10770,21 -10892,26 +10928,26 @@@ msgstr "OSM 使ç¨è
å稱ï¼
msgid "OSM password:"
msgstr "OSM å¯ç¢¼ï¼"
- msgid "Warning: failed to retrieve OSM credentials from credential manager."
- msgstr "è¦åï¼ç¡æ³å¾æè管çç¨å¼åå OSM æèã"
+ msgid "Failed to retrieve OSM credentials from credential manager."
+ msgstr ""
msgid "Current credential manager is of type ''{0}''"
msgstr "ç®åçæè管çç¨å¼é¡åçºã{0}ã"
- msgid "Warning: failed to save OSM credentials to credential manager."
- msgstr "è¦åï¼ç¡æ³å° OSM æèå²åå°æè管çç¨å¼ã"
+ msgid "Failed to save OSM credentials to credential manager."
+ msgstr ""
- msgid ""
- "Warning: Failed to retrieve OAuth Access Token from credential manager"
- msgstr "è¦åï¼ç¡æ³å¾æè管çç¨å¼åå OAuth ååè¨è"
+ msgid "Periodically check for new messages"
+ msgstr ""
+
+ msgid "Check interval (minutes):"
+ msgstr ""
+
+ msgid "Failed to retrieve OAuth Access Token from credential manager"
+ msgstr ""
- msgid "Warning: Failed to store OAuth Access Token to credentials manager"
- msgstr "è¦åï¼ç¡æ³å° OAuth ååè¨èå²åå°æè管çç¨å¼"
+ msgid "Failed to store OAuth Access Token to credentials manager"
+ msgstr ""
msgid ""
"You do not have an Access Token yet to access the OSM server using OAuth. "
@@@ -10866,15 -10993,9 +11029,9 @@@ msgid "Use a SOCKS proxy
msgstr "ä½¿ç¨ SOCKS 代ç伺æå¨"
msgid ""
- "Warning: JOSM is configured to use proxies from the system setting, but the "
- "JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"
- msgstr "è¦åï¼JOSM æ¯è¨å®çºä½¿ç¨ç³»çµ±è¨å®ç代ç伺æå¨ï¼ä½æ¯ JVM 並æªè¨å®çºå¯ä»¥åå¾å®åãå°å好è¨å®éè¨çºãä¸ä½¿ç¨ä»£ç伺æå¨ã"
-
- msgid "disabled"
- msgstr "å·²åç¨"
-
- msgid "no modifier"
- msgstr "æ²æä¿®é£¾éµ"
+ "JOSM is configured to use proxies from the system setting, but the JVM is "
+ "not configured to retrieve them. Resetting preferences to ''No proxy''"
+ msgstr ""
msgid "Shortcut Background: User"
msgstr ""
@@@ -10944,8 -11065,8 +11101,8 @@@ msgstr "å¥ç¨é è¨çµå
msgid "New relation"
msgstr "æ°éä¿"
- msgid "Change Properties"
- msgstr "æ¹è®å±¬æ§"
+ msgid "Change Tags"
+ msgstr ""
msgid "Unknown requisite: {0}"
msgstr "䏿çå¿
éåï¼{0}"
@@@ -11025,9 -11146,6 +11182,6 @@@ msgstr "æ²æç¶é
çé è¨çµåè§è
msgid "Preset sub element without parent"
msgstr "æ²æç¶é
çåå
ç´ "
- msgid "Could not read tagging preset source: {0}"
- msgstr "ç¡æ³è®åæ¨ç±¤é è¨çµå便ºï¼{0}"
-
msgid "Error parsing {0}: "
msgstr "åæ {0} æç¼çé¯èª¤ï¼ "
@@@ -11046,6 -11164,14 +11200,14 @@@ msgstr "åªé¡¯ç¤ºé©å鏿åå
msgid "Search in tags"
msgstr "æå°æ¨ç±¤"
+ msgid ""
+ "Adjustable {0} not registered yet. Cannot set participation in synchronized "
+ "adjustment."
+ msgstr "å¯èª¿æ´ç {0} å°æªè¨å®ãä¸è½å¨åæ¥èª¿æ´ä¸è¨å®åèã"
+
+ msgid "Adjustable {0} not registered yet."
+ msgstr "å¯èª¿æ´ç {0} å°æªè¨»åã"
+
msgid "All files (*.*)"
msgstr ""
@@@ -11075,9 -11201,49 +11237,49 @@@ msgid "
"The current value is not a valid OSM ID. Please enter an integer value > 0"
msgstr "ç®åçæ¸å¼ä¸æ¯ææç OSM IDãè«è¼¸å
¥å¤§æ¼ 0 çæ´æ¸å¼"
+ msgid "false: the property is explicitly switched off"
+ msgstr "falseï¼è©²å±¬æ§å·²ç¶è¢«ç¢ºå¯¦éä¸äº"
+
+ msgid "true: the property is explicitly switched on"
+ msgstr "trueï¼è©²å±¬æ§å·²ç¶è¢«ç¢ºå¯¦éåäº"
+
+ msgid ""
+ "partial: different selected objects have different values, do not change"
+ msgstr "é¨åï¼ä¸åé¸åçç©ä»¶æä¸åçæ¸å¼ï¼ä¸è¦æ¹è®"
+
+ msgid "unset: do not set this property on the selected objects"
+ msgstr "åæ¶è¨å®ï¼ä¸è¦å¨é¸åçç©ä»¶ä¸è¨å®éå屬æ§"
+
msgid "Cut"
msgstr ""
+ msgid "Right click = copy to clipboard"
+ msgstr ""
+
+ msgid "Missing mandatory attribute ''{0}''."
+ msgstr "缺å°å¿
è¦ç屬æ§ã{0}ã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
+ msgstr "é¡å long çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
+ "''{1}''."
+ msgstr "é¡å long (>=0)çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
+
+ msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
+ msgstr ""
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
+ msgstr "é¡å boolean çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
+
+ msgid ""
+ "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
+ "''{1}''."
+ msgstr "é¡å OsmPrimitiveType çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
+
msgid ""
"Way with external ID ''{0}'' includes missing node with external ID ''{1}''."
msgstr "å¤é¨ IDã{0}ãçè·¯å¾å
å«äºç¼ºå°çå¤é¨ IDã{1}ãçç¯é»ã"
@@@ -11108,9 -11274,9 +11310,9 @@@ msgid "Contacting OSM Server...
msgstr "æ£å¨é£æ¥ OSM 伺æå¨..."
msgid ""
- "Warning: illegal value of attribute ''{0}'' of element ''{1}'' in server "
+ "Illegal value of attribute ''{0}'' of element ''{1}'' in server "
"capabilities. Got ''{2}''"
- msgstr "è¦åï¼å¨ä¼ºæå¨åè½å
ç´ ã{1}ãç屬æ§ã{0}ãæ¸å¼ç¡æãå¾å°ã{2}ã"
+ msgstr ""
msgid "Failed to parse date ''{0}'' replied by server."
msgstr "è§£æä¼ºæå¨åè¦çæ¥æã{0}ãã"
@@@ -11148,30 -11314,27 +11350,27 @@@ msgid "Illegal port number in preferenc
msgstr "å¨å好è¨å®ã{0}ãä¸æç¡æç飿¥å èãå¾å°ã{1}ãã"
msgid ""
- "Warning: unexpected value for preference ''{0}'' found. Got ''{1}''. Will "
- "use no proxy."
- msgstr "è¦åï¼ç¼ç¾æªé æçå好è¨å®ã{0}ãæ¸å¼ãå¾å°çæ¸å¼æ¯ã{1}ããå°ä¸ä½¿ç¨ä»£ç伺æå¨ã"
+ "Unexpected value for preference ''{0}'' found. Got ''{1}''. Will use no "
+ "proxy."
+ msgstr ""
msgid ""
- "Warning: Unexpected parameters for HTTP proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦åï¼æªé æç HTTP 代ç伺æå¨åæ¸ãå¾å°ä¸»æ©ã{0}ãå飿¥å ã{1}ãã"
+ "Unexpected parameters for HTTP proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr ""
msgid ""
- "Warning: Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port "
- "''{1}''."
- msgstr "è¦åï¼æªé æç SOCKS 代ç伺æå¨åæ¸ãå¾å°ä¸»æ©ã{0}ãå飿¥å ã{1}ãã"
+ "Unexpected parameters for SOCKS proxy. Got host ''{0}'' and port ''{1}''."
+ msgstr ""
msgid ""
- "Error: Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
- msgstr "é¯èª¤ï¼ä»¥ä»£ç伺æå¨ã{0}ãé£ç·å° URIã{1}ã失æãä¾å¤çºï¼{2}"
+ "Connection to proxy ''{0}'' for URI ''{1}'' failed. Exception was: {2}"
+ msgstr ""
msgid ""
- "Warning: the JVM is not configured to lookup proxies from the system "
- "settings. The property ''java.net.useSystemProxies'' was missing at startup "
- "time. Will not use a proxy."
+ "The JVM is not configured to lookup proxies from the system settings. The "
+ "property ''java.net.useSystemProxies'' was missing at startup time. Will "
+ "not use a proxy."
msgstr ""
- "è¦åï¼JVM 並æªè¨å®å¾ç³»çµ±è¨å®å¼æ¥è©¢ä»£ç伺æå¨ã屬æ§ãjava.net.useSystemProxiesãå¨ååæéºå¤±äºãå°ä¸ä½¿ç¨ä»£ç伺æå¨ã"
msgid "Parsing response from server..."
msgstr "æ£å¨åæä¼ºæå¨çåæ..."
@@@ -11267,6 -11430,9 +11466,9 @@@ msgstr "ç¶è§£æ gpx æªæ¡ã{0}ãæ
msgid "Parse error: invalid document structure for GPX document."
msgstr "åæé¯èª¤ï¼gpx æä»¶æç¡æçæä»¶çµæ§"
+ msgid "(at line {0}, column {1})"
+ msgstr "(第 {0} è¡ï¼ç¬¬ {1} æ¬)"
+
msgid "Unknown mode {0}."
msgstr "ä¸æçæ¨¡å¼ {0}ã"
@@@ -11282,13 -11448,21 +11484,21 @@@ msgstr "å°æ¾åçæªæ¡
msgid "No image files found."
msgstr "æ¾ä¸å°åçæªæ¡ã"
+ msgid "You have {0} unread message."
+ msgid_plural "You have {0} unread messages."
+ msgstr[0] ""
+ msgstr[1] ""
+
+ msgid "Click here to see your inbox."
+ msgstr ""
+
msgid "Failed to open input stream for resource ''{0}''"
msgstr "éåè³æºã{0}ãç輸å
¥ä¸²æµå¤±æ"
msgid ""
- "Warning: failed to open file with extension ''{2}'' and namepart ''{3}'' in "
- "zip file ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼ç¡æ³éå zip æªæ¡ã{0}ãä¸å¯æªåã{2}ãï¼å稱çºã{3}ãçæªæ¡ãä¾å¤çºï¼{1}"
+ "Failed to open file with extension ''{2}'' and namepart ''{3}'' in zip file "
+ "''{0}''. Exception was: {1}"
+ msgstr ""
msgid "Failed to rename file {0} to {1}."
msgstr ""
@@@ -11365,8 -11539,8 +11575,8 @@@ msgstr "ä¸æçæ®µè½ï¼{0}
msgid "Zero coordinates: {0}"
msgstr "é¶åæ¨ï¼{0}"
- msgid "NMEA import success"
- msgstr "NMEA å¯å
¥æå"
+ msgid "NMEA import success:"
+ msgstr ""
msgid "NMEA import failure!"
msgstr "NMEA å¯å
¥å¤±æï¼"
@@@ -11464,37 -11638,13 +11674,13 @@@ msgstr "
msgid "Open OsmChange file"
msgstr ""
- msgid "Missing mandatory attribute ''{0}''."
- msgstr "缺å°å¿
è¦ç屬æ§ã{0}ã"
-
msgid "Unsupported version: {0}"
msgstr "䏿¯æ´ççæ¬ï¼{0}"
msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long. Got ''{1}''."
- msgstr "é¡å long çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type long (>=0). Got "
- "''{1}''."
- msgstr "é¡å long (>=0)çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
-
- msgid "Illegal value for attribute ''{0}'' of type double. Got ''{1}''."
- msgstr ""
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type boolean. Got ''{1}''."
- msgstr "é¡å boolean çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
-
- msgid ""
- "Illegal value for mandatory attribute ''{0}'' of type OsmPrimitiveType. Got "
- "''{1}''."
- msgstr "é¡å OsmPrimitiveType çå¿
è¦å±¬æ§ã{0}ãæä¸åæ ¼çæ¸å¼ãå¾å°ã{1}ãã"
-
- msgid ""
- "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "Unsupported start element ''{0}'' in changeset content at position "
"({1},{2}). Skipping."
- msgstr "è¦åï¼å¨è®æ´çµåå
§å®¹çä½ç½® ({1},{2}) æä¸æ¯æ´çèµ·å§å
ç´ ã{0}ããæ£å¨ç¥éã"
+ msgstr ""
msgid ""
"Illegal document structure. Found node, way, or relation outside of "
@@@ -11502,9 -11652,9 +11688,9 @@@
msgstr "ä¸åæ ¼çæä»¶çµæ§ãç¼ç¾ç¯é»ãè·¯å¾æéä¿ä¸¦éãcreateãããmodifyãæãdeleteãã"
msgid ""
- "Warning: unsupported end element ''{0}'' in changeset content at position "
- "({1},{2}). Skipping."
- msgstr "è¦åï¼å¨è®æ´çµåå
§å®¹çä½ç½® ({1},{2}) æä¸æ¯æ´ççµå°¾å
ç´ ã{0}ããæ£å¨ç¥éã"
+ "Unsupported end element ''{0}'' in changeset content at position ({1},{2}). "
+ "Skipping."
+ msgstr ""
msgid "Parsing changeset content ..."
msgstr "æ£å¨åæè®æ´çµåå
§å®¹ ..."
@@@ -11530,11 -11680,8 +11716,8 @@@ msgstr "æ£å¨åæè®æ´çµåæ¸
å®.
msgid "Failed to sign a HTTP connection with an OAuth Authentication header"
msgstr "ç¡æ³ä»¥ OAuth é©èæ¨é 簽署 HTTP é£ç·"
- msgid "Warning: unexpected value for preference ''{0}''. Got ''{1}''."
- msgstr "è¦åï¼å好è¨å®ã{0}ãææªé æçæ¸å¼ãå¾å°ã{1}ãã"
-
- msgid "(at line {0}, column {1})"
- msgstr "(第 {0} è¡ï¼ç¬¬ {1} æ¬)"
+ msgid "Unexpected value for preference ''{0}''. Got ''{1}''."
+ msgstr ""
msgid "<html>An error occurred while saving.<br>Error is:<br>{0}</html>"
msgstr "<html>å¨å²åæç¼çé¯èª¤ã<br>é¯èª¤çºï¼<br>{0}</html>"
@@@ -11617,9 -11764,9 +11800,9 @@@ msgid "
msgstr "å¨ OSM åå ID {0} ç屬æ§ãversionãæä¸åæ ¼çæ¸å¼ãå¾å° {1}ã"
msgid ""
- "WARNING: Normalizing value of attribute ''version'' of element {0} to {2}, "
- "API version is ''{3}''. Got {1}."
- msgstr "è¦åï¼å°å
ç´ {0} ç屬æ§ãversionãæ¸å¼ä¸è¬åçº {2}ï¼API çæ¬çºã{3}ããå¾å° {1}ã"
+ "Normalizing value of attribute ''version'' of element {0} to {2}, API "
+ "version is ''{3}''. Got {1}."
+ msgstr ""
msgid "Unknown or unsupported API version. Got {0}."
msgstr "䏿æä¸æ¯æ´ç API çæ¬ãå¾å° {0}ã"
@@@ -11816,15 -11963,15 +11999,21 @@@ msgstr "å»ºç«æ°çç©ä»¶
msgid "Read protocol version"
msgstr "è®åéè¨åå®çæ¬"
- msgid "Warning: Cannot start remotecontrol server on port {0}: {1}"
+ msgid "Cannot start remotecontrol server on port {0}: {1}"
+ msgstr ""
+
+ msgid "RemoteControl::Accepting connections on port {0}"
+ msgstr ""
+
+ msgid "RemoteControl::Server stopped."
msgstr ""
+msgid "RemoteControl::Accepting connections on port {0}"
+msgstr ""
+
+msgid "RemoteControl::Server stopped."
+msgstr ""
+
msgid "Remote Control has been asked to create a new node."
msgstr "é 端æ§å¶è¢«è¦æ±å»ºç«æ°çç¯é»ã"
@@@ -11862,6 -12009,15 +12051,15 @@@ msgstr "é 端æ§å¶è¢«è¦æ±èªä¸å
msgid "Remote Control has been asked to load data from the API."
msgstr "é 端æ§å¶è¢«è¦æ±èª API ä¸è¼è³æã"
+ msgid "The latitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The longitudes must be between {0} and {1}"
+ msgstr ""
+
+ msgid "The minima must be less than the maxima"
+ msgstr ""
+
msgid ""
"Remote Control has been asked to load objects (specified by their id) from "
"the API."
@@@ -11892,20 -12048,20 +12090,20 @@@ msgstr "è³æï¼
msgid "local file"
msgstr "æ¬å°æªæ¡"
- msgid "Link to a OSM data file on your local disk."
- msgstr "é£çµå°æ¨æ¬å°ç£ç¢ç OSM è³ææªæ¡ã"
+ msgid "Link to a GPX file on your local disk."
+ msgstr ""
msgid "include"
msgstr ""
- msgid "Include OSM data in the .joz session file."
- msgstr "å¨ .joz 使¥éæ®µæªæ¡ä¸å
å« OSM è³æã"
+ msgid "Include GPX data in the .joz session file."
+ msgstr ""
msgid "No file association"
msgstr ""
- msgid "OSM data will be included in the session file."
- msgstr "OSM è³ææå
嫿¼ä½æ¥éæ®µæªæ¡ä¸ã"
+ msgid "GPX data will be included in the session file."
+ msgstr ""
msgid ""
"Version ''{0}'' of meta data for gpx track layer is not supported. Expected: "
@@@ -11926,11 -12082,23 +12124,23 @@@ msgstr "å層å
嫿ªå²åçè³æ
msgid "Layer does not contain unsaved data."
msgstr ""
+ msgid "Link to a OSM data file on your local disk."
+ msgstr "é£çµå°æ¨æ¬å°ç£ç¢ç OSM è³ææªæ¡ã"
+
+ msgid "Include OSM data in the .joz session file."
+ msgstr "å¨ .joz 使¥éæ®µæªæ¡ä¸å
å« OSM è³æã"
+
+ msgid "OSM data will be included in the session file."
+ msgstr "OSM è³ææå
嫿¼ä½æ¥éæ®µæªæ¡ä¸ã"
+
msgid ""
"Version ''{0}'' of meta data for osm data layer is not supported. Expected: "
"0.1"
msgstr ""
+ msgid "Session file (*.jos, *.joz)"
+ msgstr "使¥éæ®µæªæ¡ (*.jos, *.joz)"
+
msgid "Unable to locate file ''{0}''."
msgstr ""
@@@ -12000,14 -12168,14 +12210,14 @@@ msgid "Download skipped
msgstr "ä¸è¼ç¥éç"
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link is not known. "
- "Skipping download."
- msgstr "è¦åï¼ä¸è½ä¸è¼å¤æç¨å¼ã{0}ããå®çä¸è¼é£çµä¸æãæ£ç¥éä¸è¼ã"
+ "Cannot download plugin ''{0}''. Its download link is not known. Skipping "
+ "download."
+ msgstr ""
msgid ""
- "Warning: Cannot download plugin ''{0}''. Its download link ''{1}'' is not a "
- "valid URL. Skipping download."
- msgstr "è¦åï¼ä¸è½ä¸è¼å¤æç¨å¼ã{0}ããå®çä¸è¼é£çµã{1}ã䏿¯ææç URLãæ£ç¥éä¸è¼ã"
+ "Cannot download plugin ''{0}''. Its download link ''{1}'' is not a valid "
+ "URL. Skipping download."
+ msgstr ""
msgid "Failed to create plugin directory ''{0}''"
msgstr "ç¡æ³å»ºç«å¤æç¨å¼ç®éã{0}ã"
@@@ -12147,11 -12315,11 +12357,11 @@@ msgstr[0] "è«å¨ JOSM ååå¾éåå
msgid "Plugin update failed"
msgstr "夿ç¨å¼æ´æ°å¤±æ"
- msgid "Warning: failed to find plugin {0}"
+ msgid "Failed to find plugin {0}"
msgstr ""
- msgid "Warning: failed to download plugin information list"
- msgstr "è¦åï¼ç¡æ³ä¸è¼å¤æç¨å¼è³ææ¸
å®"
+ msgid "Failed to download plugin information list"
+ msgstr ""
msgid "Disable plugin"
msgstr "åç¨å¤æç¨å¼"
@@@ -12165,23 -12333,22 +12375,22 @@@ msgstr "ä¿ç夿ç¨å¼
msgid "Click to keep the plugin ''{0}''"
msgstr "é»é¸ä»¥ä¿ç夿ç¨å¼ã{0}ã"
- msgid "Warning: failed to delete outdated plugin ''{0}''."
- msgstr "è¦åï¼ç¡æ³åªé¤éæç夿ç¨å¼ã{0}ã"
+ msgid "Failed to delete outdated plugin ''{0}''."
+ msgstr ""
msgid ""
- "Warning: failed to install already downloaded plugin ''{0}''. Skipping "
- "installation. JOSM is still going to load the old plugin version."
- msgstr "è¦åï¼ç¡æ³å®è£å·²ä¸è¼ç夿ç¨å¼ã{0}ããæ£å¨ç¥éå®è£ãJOSM ä»ç¶æè¼å
¥èç夿ç¨å¼çæ¬ã"
+ "Failed to install already downloaded plugin ''{0}''. Skipping installation. "
+ "JOSM is still going to load the old plugin version."
+ msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. {2}"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. {2}"
msgstr ""
msgid ""
- "Warning: failed to install plugin ''{0}'' from temporary download file "
- "''{1}''. Renaming failed."
- msgstr "è¦åï¼ç¡æ³å¾æ«åä¸è¼æªæ¡ã{1}ãå®è£å¤æç¨å¼ã{0}ããä»ç¶å¤±æã"
+ "Failed to install plugin ''{0}'' from temporary download file ''{1}''. "
+ "Renaming failed."
+ msgstr ""
msgid "Click to disable the plugin ''{0}''"
msgstr "é»é¸ä»¥åç¨å¤æç¨å¼ã{0}ã"
@@@ -12249,9 -12416,8 +12458,8 @@@ msgstr "æ£å¨èç夿ç¨å¼ç¶²ç«å
msgid "Processing file ''{0}''"
msgstr "æ£å¨èçæªæ¡ã{0}ã"
- msgid ""
- "Warning: Failed to scan file ''{0}'' for plugin information. Skipping."
- msgstr "è¦åï¼ç¡æ³æææªæ¡ã{0}ãç夿ç¨å¼è³è¨ãæ£å¨ç¥éã"
+ msgid "Failed to scan file ''{0}'' for plugin information. Skipping."
+ msgstr ""
msgid "Processing plugin site cache icon files..."
msgstr "æ£å¨èç夿ç¨å¼ç¶²ç«å¿«ååç¤ºæªæ¡..."
@@@ -12265,10 -12431,25 +12473,25 @@@ msgstr "ä¸è¼å¤æç¨å¼æ¸
å®...
msgid "Downloading plugin list from ''{0}''"
msgstr "æ£å¾ã{0}ãä¸è¼å¤æç¨å¼æ¸
å®"
+ msgid "Plugin list download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin list:"
+ msgstr ""
+
+ msgid "Details:"
+ msgstr ""
+
+ msgid "Plugin icons download error"
+ msgstr ""
+
+ msgid "JOSM failed to download plugin icons:"
+ msgstr ""
+
msgid ""
- "Warning: failed to create plugin directory ''{0}''. Cannot cache plugin list "
- "from plugin site ''{1}''."
- msgstr "è¦åï¼ç¡æ³å»ºç«å¤æç¨å¼ç®éã{0}ããä¸è½å¾å¤æç¨å¼ç¶²ç«ã{1}ãå¿«å夿ç¨å¼æ¸
å®ã"
+ "Failed to create plugin directory ''{0}''. Cannot cache plugin list from "
+ "plugin site ''{1}''."
+ msgstr ""
msgid "Writing plugin list to local cache ''{0}''"
msgstr "æ£å¨å°å¤æç¨å¼æ¸
å®å¯«å
¥æ¬å°ç«¯å¿«åã{0}ã"
@@@ -12602,13 -12783,12 +12825,12 @@@ msgstr "å´éçé¯èª¤ï¼ç¡æ³å®ä½å
msgid "Failed to locate image ''{0}''"
msgstr ""
- msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
- msgstr "è¦åï¼ç¡æ³èç zip æªæ¡ã{0}ããä¾å¤çºï¼{1}"
+ msgid "Failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr ""
msgid ""
- "Warning: failed to access directory ''{0}'' for security reasons. Exception "
- "was: {1}"
- msgstr "è¦åï¼åºæ¼å®å
¨æ§çç±ç¡æ³ååç®éã{0}ããä¾å¤çºï¼{1}"
+ "Failed to access directory ''{0}'' for security reasons. Exception was: {1}"
+ msgstr ""
msgid "{0}... [please type its number]"
msgstr ""
@@@ -12618,9 -12798,52 +12840,52 @@@ msgid "
"platform first."
msgstr "ç¡æ³éå URLãç®åå°æªè¨å®å¹³å°ãè«å
è¨å®å¹³å°ã"
+ msgid "Opening URL: {0}"
+ msgstr ""
+
+ msgid "zoom"
+ msgstr ""
+
+ msgid "latitude"
+ msgstr ""
+
+ msgid "longitude"
+ msgstr ""
+
+ msgid "URL does not contain {0}/{1}/{2}"
+ msgstr ""
+
+ msgid "URL does not contain valid {0}"
+ msgstr ""
+
msgid "reserved"
msgstr ""
+ msgid "Outdated Java version"
+ msgstr ""
+
+ msgid "Update Java"
+ msgstr ""
+
+ msgid "You are running version {0} of Java."
+ msgstr ""
+
+ msgid "February 2013"
+ msgstr ""
+
+ msgid ""
+ "This version is no longer supported by {0} since {1} and is not recommended "
+ "for use."
+ msgstr ""
+
+ msgid ""
+ "JOSM will soon stop working with this version; we highly recommend you to "
+ "update to Java {0}."
+ msgstr ""
+
+ msgid "Would you like to update now ?"
+ msgstr ""
+
msgid "Silent shortcut conflict: ''{0}'' moved by ''{1}'' to ''{2}''."
msgstr ""
@@@ -12652,9 -12875,23 +12917,23 @@@ msgid "
"contain any JOSM object or suitable text. </p></html>"
msgstr ""
- msgid "Right click = copy to clipboard"
+ msgid "ms"
+ msgstr ""
+
+ msgid "s"
+ msgstr ""
+
+ msgid "min"
+ msgstr ""
+
+ msgid "h"
msgstr ""
+ msgid "day"
+ msgid_plural "days"
+ msgstr[0] ""
+ msgstr[1] ""
+
msgid ""
"Preference with key ''{0}'' does not include ''{1}''. Cannot restore window "
"geometry from preferences."
@@@ -12977,6 -13214,11 +13256,11 @@@ msgid "Saturation:
msgstr "彩度ï¼"
msgid ""
+ "Allows to edit traffic information and export it to the urban mobility "
+ "simulator SUMO"
+ msgstr ""
+
+ msgid ""
"Group common Address Interpolation inputs in a single dialog, as well as an "
"option to automatically generate individual house number nodes from a Way."
msgstr "以å®ä¸å°è©±çé²è¡ç¾¤çµéç¨å°å填寫ç輸å
¥ï¼åæä¹å¯ä»¥é¸æèªåå¾è·¯å¾ç¢çåå¥éçè碼ç¯é»ã"
@@@ -13219,6 -13461,9 +13503,9 @@@ msgid "
"right click menu of the image layer."
msgstr "å° gps å°é»è³è¨å¯«å
¥åçæªçæªé ãå¨åçå層æå³éµé¸å®å°±å¯ä»¥å·è¡éé
åè½ã"
+ msgid "Make photos movable and position them on the map."
+ msgstr ""
+
msgid ""
"This plugin allows to display any picture as a background in the editor and "
"align it with the map."
@@@ -13268,9 -13513,6 +13555,6 @@@ msgid "
"constrained by maximum removed area size. Also average nearby nodes."
msgstr "èç±ç§»é¤å±¬æ¼å¾éçéè§çç¯é»ä¾ç°¡åååãéå¯ä»¥ä½¿ç¨æå¤§ç§»é¤åå大å°ä¾éå¶ãåæä¹æå¹³ååéè¿çç¯é»ã"
- msgid "Create and edit seamaps for OpenSeaMap"
- msgstr "建ç«ä¸¦ç·¨è¼¯ OpenSeaMap æµ·å"
-
msgid "Edit features for OpenSeaMap"
msgstr ""
@@@ -13307,6 -13549,11 +13591,11 @@@ msgid "
"to be running."
msgstr "徿·å
å°ç±åæåºå»ºç¯ç©ãéè¦æå·è¡ TracerServer (.NET æ Mono)ã"
+ msgid ""
+ "Traces buildings and other shapes from a map. Needs Tracer2Server to be "
+ "running."
+ msgstr ""
+
msgid "Plugin to digital sign OSM-Data"
msgstr "ç¨ä¾æ¸ä½ç°½ç½² OSM-Data ç夿ç¨å¼"
@@@ -13437,6 -13684,9 +13726,9 @@@ msgstr "å ¤é²
msgid "Lit"
msgstr ""
+ msgid "Toll"
+ msgstr "éè¡è²»"
+
msgid "Motorway Link"
msgstr "é«éå
¬è·¯é£çµ¡éè·¯"
@@@ -13527,6 -13777,50 +13819,50 @@@ msgstr "å±
ä½ç(Residential)
msgid "Edit Residential Street"
msgstr "編輯å±
ä½çè¡é"
+ msgid "Bicycle Road"
+ msgstr ""
+
+ msgid "Edit Bicycle Road"
+ msgstr ""
+
+ msgid "Highway type"
+ msgstr "å
¬è·¯é¡å"
+
+ msgctxt "Highway"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "unclassified"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "path"
+ msgstr ""
+
+ msgctxt "Highway"
+ msgid "cycleway"
+ msgstr ""
+
+ msgid "Vehicle access"
+ msgstr ""
+
+ msgid "yes"
+ msgstr "æ¯"
+
+ msgid "no"
+ msgstr "å¦"
+
+ msgid "destination"
+ msgstr "ç®çå°"
+
+ msgid "Oneway for bicycle"
+ msgstr ""
+
msgid "Living Street"
msgstr "çæ´»è¡é"
@@@ -13545,11 -13839,11 +13881,11 @@@ msgstr "åå
msgid "Service"
msgstr "æåå(Service)"
- msgid "Edit Serviceway"
- msgstr "編輯æååéè·¯"
+ msgid "Edit Service Way"
+ msgstr ""
- msgid "Serviceway type"
- msgstr "æååéè·¯é¡å"
+ msgid "Service way type"
+ msgstr ""
msgid "alley"
msgstr "å··/å¼"
@@@ -13560,6 -13854,9 +13896,9 @@@ msgstr "è»é
msgid "parking_aisle"
msgstr "åè»å ´éé"
+ msgid "drive-through"
+ msgstr ""
+
msgid "Parking Aisle"
msgstr "åè»å ´éé"
@@@ -13587,18 -13884,12 +13926,12 @@@ msgstr "åç°
msgid "jughandle"
msgstr ""
- msgid "yes"
- msgstr "æ¯"
-
msgid "Road Restrictions"
msgstr "éè·¯éå¶"
msgid "Edit Road Restrictions"
msgstr "編輯éè·¯éå¶"
- msgid "Toll"
- msgstr "éè¡è²»"
-
msgid "No exit (cul-de-sac)"
msgstr "æ²æåºå£ï¼æ»è·¯ï¼"
@@@ -13608,9 -13899,6 +13941,6 @@@ msgstr "
msgid "General Access"
msgstr "ä¸è¬éè¡"
- msgid "destination"
- msgstr "ç®çå°"
-
msgid "delivery"
msgstr ""
@@@ -13620,15 -13908,15 +13950,15 @@@ msgstr "鍿ç
msgid "private"
msgstr "ç§äººç"
+ msgid "customers"
+ msgstr ""
+
msgid "agricultural"
msgstr "è¾²æ¥ç"
msgid "forestry"
msgstr "ææ¥"
- msgid "no"
- msgstr "å¦"
-
msgid "official"
msgstr "æ£å¼ç"
@@@ -13674,6 -13962,9 +14004,9 @@@ msgstr "
msgid "Public Service Vehicles (psv)"
msgstr "å
Œ
±æ±½è» (psv)"
+ msgid "Tourist buses"
+ msgstr ""
+
msgid "Min. speed (km/h)"
msgstr "æä½éé (km/h)"
@@@ -13758,6 -14049,9 +14091,9 @@@ msgstr "ç·¨è¼¯æ©æ¨
msgid "viaduct"
msgstr ""
+ msgid "suspension"
+ msgstr ""
+
msgid "swing"
msgstr ""
@@@ -13862,20 -14156,29 +14198,29 @@@ msgstr "
msgid "Visibility"
msgstr "å¯è¦çæ
"
+ msgctxt "trail_visibility"
msgid "excellent"
- msgstr "極好"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "good"
- msgstr "è¯å¥½"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "intermediate"
- msgstr "ä¸ç´"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "bad"
- msgstr "å·®"
+ msgstr ""
+ msgctxt "trail_visibility"
msgid "horrible"
- msgstr "ææç"
+ msgstr ""
+
+ msgctxt "trail_visibility"
+ msgid "no"
+ msgstr ""
msgid "Wheelchairs"
msgstr "輪æ¤
"
@@@ -13892,10 -14195,10 +14237,10 @@@ msgstr "å°ç¨é¦¬é
msgid "Edit Bridleway"
msgstr "編輯馬é"
- msgid "Cycle Lane"
+ msgid "Cycle Lane/Track"
msgstr ""
- msgid "Edit Cycle Lane"
+ msgid "Edit Cycle Lane or Track"
msgstr ""
msgid "Cycleway"
@@@ -13931,7 -14234,7 +14276,7 @@@ msgstr "
msgid "Oneway (bicycle)"
msgstr ""
- msgid "Edit Highway"
+ msgid "Edit Highway Attributes:"
msgstr ""
msgid "Highway"
@@@ -14000,12 -14303,18 +14345,18 @@@ msgstr "伿¯å
msgid "Edit Rest Area"
msgstr "ç·¨è¼¯ä¼æ¯å"
- msgid "Emergency Phone"
- msgstr "ç·æ¥é»è©±"
+ msgid "Drinking Water"
+ msgstr "飲水æ©"
msgid "Traffic Signal"
msgstr "交éèèª"
+ msgid "Edit Traffic Signal"
+ msgstr ""
+
+ msgid "Optional crossing attributes:"
+ msgstr ""
+
msgid "Pedestrian crossing type"
msgstr "è¡äººç©¿è¶éé¡å"
@@@ -14021,15 -14330,6 +14372,6 @@@ msgstr "å®å
¨å³¶
msgid "unmarked"
msgstr "æªç«æ¨è¨"
- msgid "Cross on horseback"
- msgstr ""
-
- msgid "Cross by bicycle"
- msgstr "以èªè¡è»ç©¿è¶"
-
- msgid "Crossing attendant"
- msgstr "æäººéªåç©¿è¶"
-
msgid "Crossing type name (UK)"
msgstr "è¡äººç©¿è¶éé¡åå稱 (è±å)"
@@@ -14051,6 -14351,15 +14393,15 @@@ msgstr "
msgid "tiger"
msgstr ""
+ msgid "Crossing attendant"
+ msgstr "æäººéªåç©¿è¶"
+
+ msgid "Cross by bicycle"
+ msgstr "以èªè¡è»ç©¿è¶"
+
+ msgid "Cross on horseback"
+ msgstr ""
+
msgid "Stop"
msgstr "ç¦æ¢éè¡"
@@@ -14060,6 -14369,9 +14411,9 @@@ msgstr "
msgid "Mini-roundabout"
msgstr "å°ååç°"
+ msgid "Edit Mini-Roundabout"
+ msgstr ""
+
msgid "Direction"
msgstr "æ¹å"
@@@ -14069,11 -14381,8 +14423,8 @@@ msgstr "é æé
msgid "Pedestrian Crossing"
msgstr "è¡äººç©¿è¶é"
- msgid "Edit Crossing"
- msgstr "編輯è¡äººç©¿è¶é"
-
- msgid "Type name (UK)"
- msgstr "é¡åå稱 (è±å)"
+ msgid "Edit Pedestrian Crossing"
+ msgstr ""
msgid "Traffic Calming"
msgstr "éè·¯æ¸éè¨æ½"
@@@ -14105,9 -14414,6 +14456,6 @@@ msgstr "
msgid "Passing Place"
msgstr "è®è»è"
- msgid "Edit Passing Place"
- msgstr "編輯è®è»è"
-
msgid "Turning Circle"
msgstr "è¿´æå"
@@@ -14150,6 -14456,12 +14498,12 @@@ msgstr "
msgid "Allowed traffic:"
msgstr "å
許éè¡æ¹åï¼"
+ msgid "Material"
+ msgstr "æè³ª"
+
+ msgid "stone"
+ msgstr "ç³é "
+
msgid "Bollard"
msgstr "è»é»æ±"
@@@ -14165,6 -14477,9 +14519,9 @@@ msgstr "
msgid "removable"
msgstr ""
+ msgid "plastic"
+ msgstr "å¡è "
+
msgid "Cycle Barrier"
msgstr "èªè¡è»è·æ¬"
@@@ -14234,19 -14549,13 +14591,16 @@@ msgstr "
msgid "electric"
msgstr ""
- msgid "roundpole"
- msgstr ""
-
- msgid "split_rail"
+ msgid "pole"
msgstr ""
- msgid "chain"
-msgid "split_rail"
++msgid "Guard Rail"
+msgstr ""
+
- msgid "hedge"
++msgid "Edit Guard Rail"
msgstr ""
- msgid "pole"
+ msgid "wire"
msgstr ""
msgid "Guard Rail"
@@@ -14277,8 -14586,9 +14631,9 @@@ msgctxt "Barrier
msgid "Ditch"
msgstr ""
+ msgctxt "Barrier"
msgid "Edit Ditch"
- msgstr "ç·¨è¼¯æ¸ é"
+ msgstr ""
msgid "Kerb"
msgstr ""
@@@ -14286,11 -14596,11 +14641,11 @@@
msgid "Edit Kerb"
msgstr ""
- msgid "Entrance"
- msgstr "å
¥å£"
+ msgid "Entrance (barrier opening)"
+ msgstr ""
- msgid "Edit Entrance"
- msgstr "編輯å
¥å£"
+ msgid "Edit Entrance (barrier opening)"
+ msgstr ""
msgid "Gate"
msgstr "éé"
@@@ -14343,12 -14653,6 +14698,6 @@@ msgstr "
msgid "stepover"
msgstr ""
- msgid "Material"
- msgstr "æè³ª"
-
- msgid "stone"
- msgstr "ç³é "
-
msgid "Turnstile"
msgstr "æè½æµé"
@@@ -14409,12 -14713,21 +14758,21 @@@ msgstr "ç·¨è¼¯ææ°´æº
msgid "Ditch"
msgstr "æ¸ é"
+ msgid "Edit Ditch"
+ msgstr "ç·¨è¼¯æ¸ é"
+
msgid "Stream"
msgstr "溪æµ"
msgid "Edit Stream"
msgstr "編輯溪æµ"
+ msgid "Wadi"
+ msgstr ""
+
+ msgid "Edit Wadi"
+ msgstr ""
+
msgid "Canal"
msgstr "éæ²³"
@@@ -14454,9 -14767,6 +14812,6 @@@ msgstr "編輯水壩
msgid "Groyne"
msgstr ""
- msgid "Edit Groyne"
- msgstr ""
-
msgid "Breakwater"
msgstr ""
@@@ -14490,6 -14800,21 +14845,21 @@@ msgstr "編輯æè¦èçæ°´åº«
msgid "Edit Water"
msgstr "編輯水å"
+ msgid "Water Body"
+ msgstr ""
+
+ msgid "lake"
+ msgstr ""
+
+ msgid "lagoon"
+ msgstr ""
+
+ msgid "pond"
+ msgstr ""
+
+ msgid "reservoir"
+ msgstr ""
+
msgid "Land"
msgstr "é¸å°"
@@@ -14571,20 -14896,25 +14941,25 @@@ msgstr "編輯渡輪端é»
msgid "Cargo"
msgstr "貨æ«"
+ msgctxt "cargo"
msgid "passengers"
- msgstr "ä¹å®¢"
+ msgstr ""
+ msgctxt "cargo"
msgid "vehicle"
- msgstr "è»è¼"
+ msgstr ""
+ msgctxt "cargo"
msgid "bicycle"
- msgstr "å®è»"
+ msgstr ""
+ msgctxt "cargo"
msgid "hgv"
- msgstr "大åè»"
+ msgstr ""
+ msgctxt "cargo"
msgid "passengers;vehicle"
- msgstr "ä¹å®¢ï¼è»è¼"
+ msgstr ""
msgid "Ferry Route"
msgstr "渡輪路ç·"
@@@ -14658,7 -14988,7 +15033,7 @@@ msgstr "æ
é
msgid "freight"
msgstr ""
- msgid "Service/Type"
+ msgid "Service type"
msgstr ""
msgid "yard"
@@@ -14682,11 -15012,14 +15057,14 @@@ msgstr "飿¥ç·
msgid "rail"
msgstr "è»"
- msgid "Voltage"
- msgstr "é»å£"
+ msgid "Voltage in Volts (V)"
+ msgstr ""
- msgid "Frequency (Hz)"
- msgstr "é »ç (Hz)"
+ msgid "Frequency in Hertz (Hz)"
+ msgstr ""
+
+ msgid "16.67"
+ msgstr ""
msgid "16.7"
msgstr "16.7"
@@@ -14697,9 -15030,6 +15075,6 @@@ msgstr "çªè»
msgid "Edit Narrow Gauge Rail"
msgstr "編輯çªè»"
- msgid "Types"
- msgstr "é¡å"
-
msgid "Monorail"
msgstr "å®è»"
@@@ -14721,15 -15051,15 +15096,15 @@@ msgstr "編輯è¼è»é»è»
msgid "Subway"
msgstr "å°ä¸éµ"
+msgid "Edit Tram"
+msgstr "編輯路é¢é»è»"
+
msgid "Edit Subway"
msgstr "編輯å°ä¸éµ"
msgid "Tram"
msgstr "è·¯é¢é»è»"
-msgid "Edit Tram"
-msgstr "編輯路é¢é»è»"
-
msgid "Bus Guideway"
msgstr "å°è»é巴士"
@@@ -14751,6 -15081,9 +15126,9 @@@ msgstr "
msgid "Level Crossing"
msgstr "éµè·¯å¹³äº¤é"
+ msgid "Edit Level Crossing"
+ msgstr ""
+
msgid "Supervised"
msgstr "æç®¡çå¡"
@@@ -14763,18 -15096,32 +15141,32 @@@ msgstr "
msgid "Barrier"
msgstr ""
+ msgctxt "crossing:barrier"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
+ msgid "no"
+ msgstr ""
+
+ msgctxt "crossing:barrier"
msgid "half"
- msgstr "åé«"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "full"
- msgstr "å
¨é«"
+ msgstr ""
+ msgctxt "crossing:barrier"
msgid "double_half"
msgstr ""
msgid "Crossing"
msgstr "平交é"
+ msgid "Edit Crossing"
+ msgstr ""
+
msgid "Crossing type"
msgstr "平交éé¡å"
@@@ -14874,13 -15221,11 +15266,11 @@@ msgstr "
msgid "Edit Magic Carpet"
msgstr ""
- msgctxt "aerialway"
msgid "Goods"
- msgstr "貨ç©çºè»"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Goods"
- msgstr "編輯貨ç©è²¨ç©"
+ msgstr ""
msgctxt "aerialway"
msgid "Station"
@@@ -14890,13 -15235,11 +15280,11 @@@ msgctxt "aerialway
msgid "Edit Station"
msgstr "編輯çºè»ç«"
- msgctxt "aerialway"
msgid "Pylon"
- msgstr "塿±"
+ msgstr ""
- msgctxt "aerialway"
msgid "Edit Pylon"
- msgstr "ç·¨è¼¯å¡æ±"
+ msgstr ""
msgid "Parking"
msgstr "åè»å ´"
@@@ -14913,12 -15256,12 +15301,12 @@@ msgstr "å¹³é¢å¼
msgid "underground"
msgstr "å°ä¸"
+ msgid "rooftop"
+ msgstr ""
+
msgid "Access"
msgstr "使ç¨"
- msgid "customers"
- msgstr ""
-
msgid "Park and Ride"
msgstr ""
@@@ -14946,9 -15289,6 +15334,6 @@@ msgstr "åè»æ ¼
msgid "Edit Parking space"
msgstr "編輯åè»æ ¼"
- msgid "rooftop"
- msgstr ""
-
msgid "Capacity"
msgstr "容é"
@@@ -14970,11 -15310,30 +15355,30 @@@ msgstr "éæ¾æé
msgid "24/7"
msgstr "24/7"
- msgid "Mo-Fr 08:30-20:00"
- msgstr "é±ä¸-é±äº 08:30-20:00"
+ msgid "08:30-12:30,15:30-20:00"
+ msgstr ""
+
+ msgid "Sa-Su 00:00-24:00"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off"
+ msgstr ""
+
+ msgid "Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00"
+ msgstr ""
+
+ msgid ""
+ "Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off"
+ msgstr ""
+
+ msgid "sunrise-sunset"
+ msgstr ""
+
+ msgid "Su 10:00+"
+ msgstr ""
- msgid "Tu-Su 08:00-15:00;Sa 08:00-12:00"
- msgstr "é±äº-鱿¥ 08:00-15:00; é±å
08:00-12:00"
+ msgid "week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00"
+ msgstr ""
msgid "Parking entrance"
msgstr "åè»å ´å
¥å£"
@@@ -15123,6 -15482,9 +15527,9 @@@ msgstr "å
é»ç«
msgid "Edit Charging Station (for electric cars)"
msgstr "編輯å
é»ç«ï¼é»åè»è¼ç¨ï¼"
+ msgid "Voltage"
+ msgstr "é»å£"
+
msgid "Amperage"
msgstr ""
@@@ -15144,6 -15506,12 +15551,12 @@@ msgstr "ä¿®è»å ´
msgid "Edit Car Repair"
msgstr "編輯修è»å ´"
+ msgid "Parts"
+ msgstr ""
+
+ msgid "Edit Car Parts"
+ msgstr ""
+
msgid "Tyres"
msgstr "輪è"
@@@ -15171,6 -15539,12 +15584,12 @@@ msgstr "ç§è»
msgid "Edit Car Rental"
msgstr "編輯ç§è»"
+ msgid "Second hand"
+ msgstr ""
+
+ msgid "only"
+ msgstr ""
+
msgid "Sharing"
msgstr "æ±½è»å享"
@@@ -15195,22 -15569,6 +15614,6 @@@ msgstr "æåï¼
msgid "Sale"
msgstr ""
- msgctxt "motorcycle"
- msgid "yes"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "brand"
- msgstr ""
-
- msgctxt "motorcycle"
- msgid "used"
- msgstr "ç¨é"
-
- msgctxt "motorcycle"
- msgid "no"
- msgstr "å¦"
-
msgid "brand"
msgstr ""
@@@ -15232,9 -15590,6 +15635,6 @@@ msgstr "
msgid "TÃV"
msgstr ""
- msgid "Parts"
- msgstr ""
-
msgid "Clothes"
msgstr "è¡£æ"
@@@ -15429,6 -15784,9 +15829,9 @@@ msgstr "
msgid "Station or amenities"
msgstr ""
+ msgid "Edit Stop Position"
+ msgstr ""
+
msgid "Bus"
msgstr ""
@@@ -15459,6 -15817,9 +15862,9 @@@ msgstr "
msgid "Ferry"
msgstr ""
+ msgid "Edit Platform"
+ msgstr ""
+
msgid "Bench"
msgstr "é·æ¤
"
@@@ -15471,9 -15832,6 +15877,6 @@@ msgstr "輪æ¤
msgid "limited"
msgstr ""
- msgid "only"
- msgstr ""
-
msgid "Highway platform (legacy)"
msgstr ""
@@@ -15483,8 -15841,13 +15886,13 @@@ msgstr "
msgid "funicular"
msgstr ""
+ msgctxt "railway"
msgid "Station"
- msgstr ""
+ msgstr "ç«è»ç«"
+
+ msgctxt "railway"
+ msgid "Edit Station"
+ msgstr "編輯ç«è»ç«"
msgid "Building"
msgstr "建ç¯ç©"
@@@ -15498,6 -15861,9 +15906,9 @@@ msgstr "編輯å°ä¸éµå
¥å£
msgid "Ticket Machine"
msgstr "å®ç¥¨æ©"
+ msgid "Edit Ticket Machine"
+ msgstr ""
+
msgid "Reference Number"
msgstr ""
@@@ -15522,14 -15888,6 +15933,6 @@@ msgstr "
msgid "Public Transport (legacy)"
msgstr ""
- msgctxt "railway"
- msgid "Station"
- msgstr "ç«è»ç«"
-
- msgctxt "railway"
- msgid "Edit Station"
- msgstr "編輯ç«è»ç«"
-
msgid "UIC-Reference"
msgstr "UIC-åè"
@@@ -15578,8 -15936,8 +15981,8 @@@ msgstr "編輯å
¬è»æå°
msgid "Taxi"
msgstr "è¨ç¨è»"
- msgid "Edit Taxi station"
- msgstr "編輯è¨ç¨è»æå¼ç«"
+ msgid "Edit Taxi Station"
+ msgstr ""
msgid "Airport"
msgstr "æ©å ´"
@@@ -15632,6 -15990,21 +16035,21 @@@ msgstr "èªå»
msgid "Edit Terminal"
msgstr "編輯èªå»"
+ msgid "Internet access"
+ msgstr "éè¨ç¶²é網路"
+
+ msgid "wlan"
+ msgstr "ç¡ç·ç¶²è·¯"
+
+ msgid "wired"
+ msgstr "æç·ç¶²è·¯"
+
+ msgid "terminal"
+ msgstr ""
+
+ msgid "Internet access fee"
+ msgstr "ç¶²é網路使ç¨è²»"
+
msgctxt "airport"
msgid "Gate"
msgstr "ç»æ©é"
@@@ -15654,21 -16027,6 +16072,6 @@@ msgstr "編輯æ
館
msgid "Stars"
msgstr "æç´"
- msgid "Internet access"
- msgstr "éè¨ç¶²é網路"
-
- msgid "wlan"
- msgstr "ç¡ç·ç¶²è·¯"
-
- msgid "wired"
- msgstr "æç·ç¶²è·¯"
-
- msgid "terminal"
- msgstr ""
-
- msgid "Internet access fee"
- msgstr "ç¶²é網路使ç¨è²»"
-
msgid "Smoking"
msgstr "å¸è¸å"
@@@ -15858,9 -16216,6 +16261,6 @@@ msgstr "
msgid "Edit Stripclub"
msgstr ""
- msgid "Tu-Su 08:00-15:00; Sa 08:00-12:00"
- msgstr "é±äº-鱿¥ 08:00-15:00; é±å
08:00-12:00"
-
msgid "Tourism"
msgstr "æ
éç¸é"
@@@ -15882,9 -16237,15 +16282,15 @@@ msgstr "
msgid "Information Office"
msgstr "è³è¨æåè"
+ msgid "Edit Information Office"
+ msgstr ""
+
msgid "Map"
msgstr "å°å"
+ msgid "Edit Information Map"
+ msgstr ""
+
msgid "Detail Grade"
msgstr ""
@@@ -15897,6 -16258,9 +16303,9 @@@ msgstr "è¡
msgid "scheme"
msgstr ""
+ msgid "toposcope"
+ msgstr ""
+
msgid "Shown Area"
msgstr "顯示åå"
@@@ -15936,6 -16300,9 +16345,9 @@@ msgstr "... å
¶ä»å¯è½çé輸模å¼
msgid "Information Board"
msgstr "è³è¨æ¿"
+ msgid "Edit Information Board"
+ msgstr ""
+
msgid "Board Content"
msgstr "æ¿çå
§å®¹"
@@@ -15957,23 -16324,35 +16369,35 @@@ msgstr "æ¤ç©
msgid "Guidepost"
msgstr "è·¯ç"
+ msgid "Edit Guidepost"
+ msgstr ""
+
msgid "Information Terminal"
msgstr ""
+ msgid "Edit Information Terminal"
+ msgstr ""
+
msgid "Closer description"
msgstr ""
msgid "Audioguide"
msgstr "èªé³å°è¦½"
+ msgid "Edit Audioguide"
+ msgstr ""
+
msgid "Audioguide via mobile phone?"
msgstr "æ¯å¦ééè¡åé»è©±ä½¿ç¨èªé³å°è¦½ï¼"
msgid "Phone number"
msgstr "é»è©±è碼"
- msgid "Other Information Points"
- msgstr "å
¶ä»çè³è¨é»"
+ msgid "Other Information Point"
+ msgstr ""
+
+ msgid "Edit Information Point"
+ msgstr ""
msgid "Leisure"
msgstr "ä¼é"
@@@ -16102,51 -16481,45 +16526,45 @@@ msgstr "èè¡å·¥ä½
msgid "Edit Artwork"
msgstr "編輯èè¡å·¥ä½"
- msgid "Place of Worship"
- msgstr "宿åå¼å ´æ"
-
- msgid "Edit Place of Worship"
- msgstr "ç·¨è¼¯å®æåå¼å ´æ"
+ msgid "Recording Studio"
+ msgstr "éé³å®¤"
- msgid "Religion"
- msgstr "宿"
+ msgid "Edit Studio"
+ msgstr "編輯éé³å®¤"
- msgid "bahai"
- msgstr "巴海大åæ"
+ msgid "audio"
+ msgstr "鳿¨"
- msgid "buddhist"
- msgstr "使"
+ msgid "video"
+ msgstr "å½±ç"
- msgid "christian"
- msgstr "åºç£æç³»"
+ msgid "Place of Worship"
+ msgstr "宿åå¼å ´æ"
- msgid "hindu"
- msgstr "å°åº¦æ"
+ msgid "Church"
+ msgstr "æå "
- msgid "jain"
- msgstr "è飿"
+ msgid "Edit Church"
+ msgstr ""
- msgid "jewish"
- msgstr "ç¶å¤ªæ"
+ msgid "Building type"
+ msgstr ""
- msgid "muslim"
- msgstr "åæ"
+ msgid "basilica"
+ msgstr ""
- msgid "sikh"
- msgstr "é«å
æ"
+ msgid "cathedral"
+ msgstr ""
- msgid "spiritualist"
+ msgid "chapel"
msgstr ""
- msgid "taoist"
- msgstr "éæ"
+ msgid "church"
+ msgstr "æå "
- msgid "unitarian"
+ msgid "temple"
msgstr ""
- msgid "zoroastrian"
- msgstr "ç¥æ"
-
msgid "Denomination"
msgstr "ææ´¾"
@@@ -16162,6 -16535,12 +16580,12 @@@ msgstr "天主æ
msgid "evangelical"
msgstr "ç¦é³æ´¾ææ"
+ msgid "greek_catholic"
+ msgstr ""
+
+ msgid "greek_orthodox"
+ msgstr ""
+
msgid "jehovahs_witness"
msgstr ""
@@@ -16174,6 -16553,9 +16598,9 @@@ msgstr "è¡çå
¬ææ
msgid "mormon"
msgstr "æ©éæ"
+ msgid "new_apostolic"
+ msgstr ""
+
msgid "orthodox"
msgstr "æ±æ£æ"
@@@ -16192,38 -16574,138 +16619,138 @@@ msgstr "æåæ´¾
msgid "roman_catholic"
msgstr ""
- msgid "shia"
- msgstr "ä»èæ´¾"
+ msgid "russian_orthodox"
+ msgstr ""
- msgid "sunni"
- msgstr "é尼派"
+ msgid "seventh_day_adventist"
+ msgstr ""
msgid "Service Times"
msgstr ""
- msgid "Su 10:00"
+ msgid "18:00"
msgstr ""
- msgid "Su 10:30"
+ msgid "sunset,sunrise"
msgstr ""
- msgid "Su 11:00"
+ msgid "Su 9:30,11:00"
msgstr ""
- msgid "Opening Hours for visiting"
+ msgid "Sa,Su,PH 9:00"
msgstr ""
- msgid "Recording Studio"
- msgstr "éé³å®¤"
+ msgid "Sa 18:00; Su 10:45"
+ msgstr ""
- msgid "Edit Studio"
- msgstr "編輯éé³å®¤"
+ msgid ""
+ "Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00"
+ msgstr ""
- msgid "audio"
- msgstr "鳿¨"
+ msgid "Sa 10:00+"
+ msgstr ""
- msgid "video"
- msgstr "å½±ç"
+ msgid "Mosque"
+ msgstr ""
+
+ msgid "Edit Mosque"
+ msgstr ""
+
+ msgid "mosque"
+ msgstr ""
+
+ msgid "ibadi"
+ msgstr ""
+
+ msgid "shia"
+ msgstr "ä»èæ´¾"
+
+ msgid "sunni"
+ msgstr "é尼派"
+
+ msgid "Synagogue"
+ msgstr ""
+
+ msgid "Edit Synagogue"
+ msgstr ""
+
+ msgid "synagogue"
+ msgstr ""
+
+ msgid "conservative"
+ msgstr ""
+
+ msgid "reform"
+ msgstr ""
+
+ msgid "Buddhist Temple"
+ msgstr ""
+
+ msgid "Edit Buddhist Temple"
+ msgstr ""
+
+ msgid "theravada"
+ msgstr ""
+
+ msgid "mahayana"
+ msgstr ""
+
+ msgid "vajrayana"
+ msgstr ""
+
+ msgid "Hindu Temple"
+ msgstr ""
+
+ msgid "Edit Hindu Temple"
+ msgstr ""
+
+ msgid "vaishnavism"
+ msgstr ""
+
+ msgid "shaivism"
+ msgstr ""
+
+ msgid "shaktism"
+ msgstr ""
+
+ msgid "smartism"
+ msgstr ""
+
+ msgid "Shinto Shrine"
+ msgstr ""
+
+ msgid "Edit Shinto Shrine"
+ msgstr ""
+
+ msgid "Other Place of Worship"
+ msgstr ""
+
+ msgid "Edit other Place of Worship"
+ msgstr ""
+
+ msgid "Religion"
+ msgstr "宿"
+
+ msgid "bahai"
+ msgstr "巴海大åæ"
+
+ msgid "jain"
+ msgstr "è飿"
+
+ msgid "sikh"
+ msgstr "é«å
æ"
+
+ msgid "spiritualist"
+ msgstr ""
+
+ msgid "taoist"
+ msgstr "éæ"
+
+ msgid "unitarian"
+ msgstr ""
+
+ msgid "zoroastrian"
+ msgstr "ç¥æ"
msgid "Public Building"
msgstr "å
Œ
±å»ºç¯"
@@@ -16312,6 -16794,12 +16839,12 @@@ msgstr "編輯é§é§è¨ç·´å¸æ ¡
msgid "License Classes"
msgstr "é§ç
§é¡å¥"
+ msgid "A;A1;B;BE;C"
+ msgstr ""
+
+ msgid "A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E"
+ msgstr ""
+
msgid "Health"
msgstr "å¥åº·"
@@@ -16393,12 -16881,66 +16926,66 @@@ msgstr "ç¸é«
msgid "Edit Veterinary"
msgstr "編輯ç¸é«"
- msgid "Drinking water"
+ msgid "Edit Toilets"
+ msgstr ""
+
+ msgid "Access rights"
+ msgstr ""
+
+ msgid "public"
+ msgstr "å
Ž"
+
+ msgid "seasonal"
+ msgstr ""
+
+ msgid "flush"
+ msgstr ""
+
+ msgid "pitlatrine"
+ msgstr ""
+
+ msgid "chemical"
+ msgstr ""
+
+ msgid "bucket"
+ msgstr ""
+
+ msgid "Usage Position"
+ msgstr ""
+
+ msgid "seated"
+ msgstr ""
+
+ msgid "seated;urinal"
+ msgstr ""
+
+ msgid "squat"
+ msgstr ""
+
+ msgid "urinal"
msgstr ""
msgid "Post Box"
msgstr "éµç"
+ msgid "Edit Postbox"
+ msgstr ""
+
+ msgid "Collection times"
+ msgstr ""
+
+ msgid "11:30"
+ msgstr ""
+
+ msgid "Mo-Fr 15:00,17:45,19:00,23:00; Sa 15:10; Su 10:30,23:00"
+ msgstr ""
+
+ msgid "Mo-Fr 09:00-12:00,17:15; Sa 14:00; So,PH off"
+ msgstr ""
+
+ msgid "Drive through"
+ msgstr ""
+
msgid "Telephone"
msgstr "é»è©±"
@@@ -16408,6 -16950,30 +16995,30 @@@ msgstr "編輯é»è©±
msgid "Telephone cards"
msgstr "é»è©±å¡"
+ msgid "Emergency Phone"
+ msgstr "ç·æ¥é»è©±"
+
+ msgid "Internet Access"
+ msgstr ""
+
+ msgid "Edit Internet Access"
+ msgstr ""
+
+ msgid "Automated Defibrillator"
+ msgstr ""
+
+ msgid "Edit Automated External Defibrillator"
+ msgstr ""
+
+ msgid "Located inside a building?"
+ msgstr ""
+
+ msgid "Last check date (YYYY-MM-DD)"
+ msgstr ""
+
+ msgid "Last check note"
+ msgstr ""
+
msgid "Clock"
msgstr "æé"
@@@ -16417,31 -16983,37 +17028,37 @@@ msgstr "編輯æé
msgid "Display"
msgstr "顯示"
- msgctxt "display"
msgid "analog"
msgstr ""
- msgctxt "display"
msgid "digital"
msgstr ""
- msgctxt "display"
msgid "sundial"
msgstr ""
- msgctxt "display"
msgid "unorthodox"
msgstr ""
msgid "Support"
msgstr "æ¯æ´"
+ msgctxt "mounting/support"
+ msgid "pole"
+ msgstr ""
+
+ msgctxt "mounting/support"
msgid "wall_mounted"
- msgstr "ææ¼çä¸"
+ msgstr ""
+ msgctxt "mounting/support"
msgid "billboard"
msgstr ""
+ msgctxt "mounting/support"
+ msgid "ground"
+ msgstr ""
+
msgid "Visibility/readability"
msgstr "è½è¦åº¦/å¯è®æ§"
@@@ -16469,8 -17041,8 +17086,8 @@@ msgstr "顯示溼度
msgid "Recycling"
msgstr "è³æºåæ¶"
- msgid "Edit Recycling station"
- msgstr "è³æºåæ¶ç«"
+ msgid "Edit Recycling Station"
+ msgstr ""
msgid "Batteries"
msgstr "黿± "
@@@ -16496,21 -17068,15 +17113,15 @@@ msgstr "
msgid "Waste Basket"
msgstr ""
- msgid "Edit Waste Basket"
- msgstr ""
-
msgid "Waste Disposal"
msgstr ""
- msgid "Edit Waste Disposal"
+ msgid "Edit Bench"
msgstr ""
msgid "Backrest"
msgstr ""
- msgid "plastic"
- msgstr "å¡è "
-
msgid "Amount of Seats"
msgstr "座æ¤
æ¸é"
@@@ -16545,8 -17111,17 +17156,17 @@@ msgstr "
msgid "Height"
msgstr "é«åº¦"
+ msgctxt "height"
msgid "low"
- msgstr "ä½"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "half"
+ msgstr ""
+
+ msgctxt "height"
+ msgid "full"
+ msgstr ""
msgid "Hide"
msgstr "é±è"
@@@ -16554,9 -17129,6 +17174,6 @@@
msgid "Lock"
msgstr "é"
- msgid "Drinking Water"
- msgstr "飲水æ©"
-
msgid "Edit Source of Potable Water"
msgstr ""
@@@ -16588,6 -17160,9 +17205,9 @@@ msgstr "
msgid "Diameter (in mm)"
msgstr ""
+ msgid "Hydrant Position"
+ msgstr ""
+
msgctxt "hydrant position"
msgid "lane"
msgstr ""
@@@ -16625,119 -17200,155 +17245,155 @@@ msgstr "é«è²é¤¨
msgid "Edit Stadium"
msgstr "編輯é«è²é¤¨"
- msgid "select sport:"
- msgstr "鏿éåï¼"
+ msgid "Select sport:"
+ msgstr ""
- msgid "sport"
+ msgid "Sport"
msgstr "éå"
+ msgctxt "sport"
msgid "multi"
- msgstr "å¤ç¨®"
+ msgstr ""
+ msgctxt "sport"
msgid "archery"
- msgstr "å°ç®"
+ msgstr ""
+ msgctxt "sport"
msgid "athletics"
- msgstr "ç°å¾"
+ msgstr ""
+ msgctxt "sport"
msgid "american_football"
- msgstr "ç¾å¼è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "australian_football"
- msgstr "澳洲足ç"
+ msgstr ""
+ msgctxt "sport"
msgid "baseball"
- msgstr "æ£ç"
+ msgstr ""
+ msgctxt "sport"
msgid "basketball"
- msgstr "ç±ç"
+ msgstr ""
+ msgctxt "sport"
msgid "boules"
msgstr ""
+ msgctxt "sport"
msgid "bowls"
- msgstr "ä¿é½¡ç"
+ msgstr ""
+ msgctxt "sport"
msgid "canadian_football"
- msgstr "å æ¿å¤§è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "canoe"
- msgstr "ç¨æ¨è"
+ msgstr ""
+ msgctxt "sport"
msgid "climbing"
- msgstr "æå²©"
+ msgstr ""
+ msgctxt "sport"
msgid "cricket"
msgstr ""
+ msgctxt "sport"
msgid "cricket_nets"
msgstr ""
+ msgctxt "sport"
msgid "croquet"
- msgstr "æ¨ç"
+ msgstr ""
+ msgctxt "sport"
msgid "cycling"
- msgstr "èªè¡è»"
+ msgstr ""
+ msgctxt "sport"
msgid "dog_racing"
- msgstr "è³½ç"
+ msgstr ""
+ msgctxt "sport"
msgid "equestrian"
- msgstr "馬è¡"
+ msgstr ""
+ msgctxt "sport"
msgid "gaelic_games"
msgstr ""
+ msgctxt "sport"
msgid "golf"
- msgstr "é«ç¾å¤«"
+ msgstr ""
+ msgctxt "sport"
msgid "gymnastics"
- msgstr "髿"
+ msgstr ""
+ msgctxt "sport"
msgid "hockey"
- msgstr "æ²æ£ç"
+ msgstr ""
+ msgctxt "sport"
msgid "horse_racing"
- msgstr "賽馬"
+ msgstr ""
+ msgctxt "sport"
msgid "motor"
- msgstr "æ©æè»"
+ msgstr ""
+ msgctxt "sport"
msgid "pelota"
msgstr ""
+ msgctxt "sport"
msgid "racquet"
msgstr ""
+ msgctxt "sport"
msgid "rugby_league"
msgstr ""
+ msgctxt "sport"
msgid "rugby_union"
msgstr ""
+ msgctxt "sport"
msgid "shooting"
- msgstr "å°æ"
+ msgstr ""
+ msgctxt "sport"
msgid "skateboard"
msgstr ""
+ msgctxt "sport"
msgid "skating"
msgstr ""
+ msgctxt "sport"
msgid "skiing"
- msgstr "æ»éª"
+ msgstr ""
+ msgctxt "sport"
msgid "soccer"
- msgstr "è¶³ç"
+ msgstr ""
+ msgctxt "sport"
msgid "swimming"
- msgstr "游泳"
+ msgstr ""
+ msgctxt "sport"
msgid "table_tennis"
- msgstr "æ¡ç"
+ msgstr ""
+ msgctxt "sport"
msgid "tennis"
- msgstr "ç¶²ç"
+ msgstr ""
msgid "Sports Centre"
msgstr "éåä¸å¿"
@@@ -16769,26 -17380,27 +17425,27 @@@ msgstr "è¿·ä½ é«ç¾å¤«
msgid "Edit Miniature Golf"
msgstr "ç·¨è¼¯è¿·ä½ é«ç¾å¤«"
- msgid "Sport"
- msgstr "éå"
-
msgid "Multi"
msgstr "å¤ç¨®"
msgid "Edit Multi"
msgstr "編輯å¤ç¨®"
- msgid "type"
- msgstr "é¡å"
-
+ msgctxt "running"
msgid "pitch"
msgstr ""
+ msgctxt "running"
msgid "sports_centre"
- msgstr "éåä¸å¿"
+ msgstr ""
+ msgctxt "running"
msgid "stadium"
- msgstr "é«è²é¤¨"
+ msgstr ""
+
+ msgctxt "running"
+ msgid "track"
+ msgstr ""
msgid "9pin"
msgstr ""
@@@ -16796,6 -17408,15 +17453,15 @@@
msgid "Edit 9pin"
msgstr ""
+ msgid "pitch"
+ msgstr ""
+
+ msgid "sports_centre"
+ msgstr "éåä¸å¿"
+
+ msgid "stadium"
+ msgstr "é«è²é¤¨"
+
msgid "10pin"
msgstr ""
@@@ -16829,6 -17450,22 +17495,22 @@@ msgstr "ç·¨è¼¯ç¨æ¨è
msgid "Edit Cycling"
msgstr "編輯èªè¡è»"
+ msgctxt "racing"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "stadium"
+ msgstr ""
+
+ msgctxt "racing"
+ msgid "track"
+ msgstr ""
+
msgid "Dog Racing"
msgstr "è³½ç"
@@@ -16885,7 -17522,7 +17567,7 @@@ msgid "Skating
msgstr "æºå°"
msgid "Edit Skating"
- msgstr "編輯æºå°"
+ msgstr ""
msgid "ice_rink"
msgstr ""
@@@ -16929,36 -17566,54 +17611,54 @@@ msgstr "
msgid "Difficulty"
msgstr "å°é£åº¦"
+ msgctxt "piste:difficulty"
msgid "novice"
- msgstr "æ°æ"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "easy"
- msgstr "容æ"
+ msgstr ""
+ msgctxt "piste:difficulty"
+ msgid "intermediate"
+ msgstr ""
+
+ msgctxt "piste:difficulty"
msgid "advanced"
- msgstr "é²é"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "expert"
- msgstr "å°å®¶"
+ msgstr ""
+ msgctxt "piste:difficulty"
msgid "freeride"
msgstr ""
msgid "Grooming"
msgstr ""
+ msgctxt "piste:grooming"
msgid "classic"
msgstr ""
+ msgctxt "piste:grooming"
msgid "mogul"
msgstr ""
+ msgctxt "piste:grooming"
+ msgid "skating"
+ msgstr ""
+
+ msgctxt "piste:grooming"
msgid "classic;skating"
msgstr ""
+ msgctxt "piste:grooming"
msgid "scooter"
msgstr ""
+ msgctxt "piste:grooming"
msgid "backcountry"
msgstr ""
@@@ -17001,19 -17656,15 +17701,15 @@@ msgstr "
msgid "Edit Gaelic Games"
msgstr ""
- msgctxt "gaelic game"
msgid "Hurling"
msgstr ""
- msgctxt "gaelic game"
msgid "Football"
msgstr ""
- msgctxt "gaelic game"
msgid "Camogie"
msgstr ""
- msgctxt "gaelic game"
msgid "Rounders"
msgstr ""
@@@ -17152,6 -17803,18 +17848,18 @@@ msgstr "
msgid "Edit Model Aerodrome"
msgstr ""
+ msgctxt "aerialway"
+ msgid "pitch"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "sports_centre"
+ msgstr ""
+
+ msgctxt "aerialway"
+ msgid "track"
+ msgstr ""
+
msgid "RC Car"
msgstr ""
@@@ -17164,38 -17827,73 +17872,73 @@@ msgstr "人é ç©
msgid "Edit Building"
msgstr "編輯建ç¯"
+ msgctxt "building"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "building"
msgid "roof"
- msgstr "å±é "
+ msgstr ""
+ msgctxt "building"
msgid "garage"
- msgstr "è»åº«"
+ msgstr ""
- msgid "church"
- msgstr "æå "
+ msgctxt "building"
+ msgid "garages"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "industrial"
+ msgstr ""
+ msgctxt "building"
msgid "school"
- msgstr "叿 ¡"
+ msgstr ""
+ msgctxt "building"
msgid "hangar"
msgstr ""
+ msgctxt "building"
msgid "commercial"
msgstr ""
+ msgctxt "building"
msgid "farm"
msgstr ""
+ msgctxt "building"
msgid "transportation"
msgstr ""
+ msgctxt "building"
msgid "greenhouse"
msgstr ""
+ msgctxt "building"
msgid "office"
- msgstr "辦å
¬å®¤"
+ msgstr ""
+ msgctxt "building"
msgid "university"
- msgstr "大å¸"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "hospital"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "warehouse"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "retail"
+ msgstr ""
+
+ msgctxt "building"
+ msgid "shed"
+ msgstr ""
msgid "Residential Building"
msgstr "å±
ä½ç建ç¯"
@@@ -17203,21 -17901,60 +17946,60 @@@
msgid "Edit Residential Building"
msgstr "編輯å±
ä½ç建ç¯"
+ msgctxt "building"
+ msgid "residential"
+ msgstr ""
+
+ msgctxt "building"
msgid "apartments"
msgstr ""
+ msgctxt "building"
msgid "house"
msgstr ""
+ msgctxt "building"
msgid "hut"
msgstr ""
+ msgctxt "building"
+ msgid "dormitory"
+ msgstr ""
+
+ msgctxt "building"
msgid "terrace"
msgstr ""
+ msgctxt "building"
msgid "detached"
msgstr ""
+ msgid "Entrance"
+ msgstr "å
¥å£"
+
+ msgid "Edit Entrance"
+ msgstr "編輯å
¥å£"
+
+ msgctxt "entrance"
+ msgid "yes"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "main"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "service"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "exit"
+ msgstr ""
+
+ msgctxt "entrance"
+ msgid "emergency"
+ msgstr ""
+
msgid "Tower"
msgstr "å¡"
@@@ -17442,41 -18179,67 +18224,67 @@@ msgstr "é使é
msgid "Mo-Fr 22:00-05:00"
msgstr "é±ä¸-é±äº 22:00-05:00"
- msgid "Measurement Station"
- msgstr "è§æ¸¬ç«"
+ msgid "Monitoring Station"
+ msgstr ""
- msgid "Edit Measurement Station"
- msgstr "ç·¨è¼¯è§æ¸¬ç«"
+ msgid "Edit Monitoring Station"
+ msgstr ""
- msgid "Measurement"
+ msgid "Monitoring:"
msgstr ""
- msgid "particulate_matter"
+ msgid "Weather"
msgstr ""
- msgid "seismic"
+ msgid "Water level"
msgstr ""
- msgid "water_level"
+ msgid "Tide Level"
msgstr ""
- msgid "weather"
- msgstr "天氣"
+ msgid "Traffic"
+ msgstr ""
- msgid "Recording"
+ msgid "Air Quality"
msgstr ""
- msgid "manually"
- msgstr "æå"
+ msgid "Noise"
+ msgstr ""
- msgid "automated"
- msgstr "èªå"
+ msgid "GPS Signals"
+ msgstr ""
- msgid "remote"
- msgstr "éæ§"
+ msgid "GLONASS Signals"
+ msgstr ""
- msgctxt "display"
- msgid "no"
+ msgid "Galileo Signals"
+ msgstr ""
+
+ msgid "Radiation"
+ msgstr ""
+
+ msgid "Seismic Activity"
+ msgstr ""
+
+ msgid "Recording:"
+ msgstr ""
+
+ msgid "Automated"
+ msgstr ""
+
+ msgid "Manually"
+ msgstr ""
+
+ msgid "Remote"
+ msgstr ""
+
+ msgid "Display:"
+ msgstr ""
+
+ msgid "Analog"
+ msgstr ""
+
+ msgid "Digital"
msgstr ""
msgid "Survey Point"
@@@ -17485,8 -18248,8 +18293,8 @@@ msgstr "測éé»
msgid "Edit Survey Point"
msgstr "編輯測éé»"
- msgid "Surveillance"
- msgstr "ç£è¦"
+ msgid "Surveillance Camera"
+ msgstr ""
msgid "Edit Surveillance Camera"
msgstr "編輯ç£è¦æå½±æ©"
@@@ -17497,12 -18260,102 +18305,102 @@@ msgstr "室å
§
msgid "outdoor"
msgstr "æ¶å¤"
- msgid "public"
- msgstr "å
Ž"
+ msgid "Zone"
+ msgstr ""
+
+ msgid "parking"
+ msgstr ""
+
+ msgid "traffic"
+ msgstr ""
+
+ msgid "shop"
+ msgstr "ååº"
+
+ msgid "bank"
+ msgstr ""
+
+ msgid "Camera"
+ msgstr ""
+
+ msgid "fixed"
+ msgstr ""
+
+ msgid "panning"
+ msgstr ""
+
+ msgid "dome"
+ msgstr ""
+
+ msgid "Mounted on"
+ msgstr ""
+
+ msgid "ceiling"
+ msgstr ""
+
+ msgid "Direction in degrees"
+ msgstr ""
+
+ msgid "Inclination in degrees"
+ msgstr ""
+
+ msgid "Height in meter (m)"
+ msgstr ""
msgid "Power"
msgstr "é»å"
+ msgid "Power Plant"
+ msgstr ""
+
+ msgid "Edit Power Plant"
+ msgstr ""
+
+ msgid "Start date"
+ msgstr ""
+
+ msgid "Output forms of energy"
+ msgstr ""
+
+ msgid "(please add this information to the generators if possible)"
+ msgstr ""
+
+ msgid "electricity"
+ msgstr ""
+
+ msgid "2 W"
+ msgstr ""
+
+ msgid "3 kW"
+ msgstr ""
+
+ msgid "5 MW"
+ msgstr ""
+
+ msgid "7 GW"
+ msgstr ""
+
+ msgid "hot water"
+ msgstr ""
+
+ msgid "hot air"
+ msgstr ""
+
+ msgid "cold water"
+ msgstr ""
+
+ msgid "cold air"
+ msgstr ""
+
+ msgid "compressed air"
+ msgstr ""
+
+ msgid "steam"
+ msgstr ""
+
+ msgid "vacuum"
+ msgstr ""
+
msgid "Power Generator"
msgstr "ç¼é»æ©çµ"
@@@ -17554,89 -18407,192 +18452,192 @@@ msgstr "風å
msgid "Method"
msgstr ""
+ msgctxt "generator method"
msgid "anaerobic_digestion"
msgstr ""
+ msgctxt "generator method"
+ msgid "barrage"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "combustion"
msgstr ""
- msgid "dam"
+ msgid "bio / coal / diesel / gas / gasoline / oil / waste"
msgstr ""
+ msgctxt "generator method"
msgid "fission"
msgstr ""
+ msgctxt "generator method"
msgid "fusion"
msgstr ""
+ msgctxt "generator method"
msgid "gasification"
msgstr ""
- msgid "photovoltaic"
- msgstr "å
é»"
-
- msgid "pumped-storage"
+ msgid "biomass / waste"
msgstr ""
- msgid "pumping"
+ msgctxt "generator method"
+ msgid "photovoltaic"
msgstr ""
+ msgctxt "generator method"
msgid "pyrolysis"
msgstr ""
+ msgctxt "generator method"
msgid "run-of-the-river"
msgstr ""
+ msgctxt "generator method"
+ msgid "stream"
+ msgstr ""
+
+ msgctxt "generator method"
msgid "thermal"
msgstr ""
- msgid "Output forms of energy"
+ msgctxt "generator method"
+ msgid "water-pumped-storage"
msgstr ""
- msgid "electricity"
+ msgctxt "generator method"
+ msgid "water-storage"
msgstr ""
- msgid "2 W"
+ msgid "Generator Type"
msgstr ""
- msgid "3 kW"
+ msgid "combined_cycle"
msgstr ""
- msgid "5 MW"
+ msgid "gas combustion"
msgstr ""
- msgid "7 GW"
+ msgid "francis_turbine"
msgstr ""
- msgid "hot water"
+ msgid "gas_turbine"
msgstr ""
- msgid "hot air"
+ msgid "biogas, biomass, gas, waste combustion"
msgstr ""
- msgid "cold water"
+ msgid "heat_pump"
msgstr ""
- msgid "cold air"
+ msgid "horizontal_axis"
msgstr ""
- msgid "compressed air"
+ msgid "tidal steam / wind"
msgstr ""
- msgid "steam"
+ msgid "kaplan_turbine"
msgstr ""
- msgid "vacuum"
+ msgid "hygro run-of-the-river / hydro water-storage / tidal barrage"
+ msgstr ""
+
+ msgid "pelton_turbine"
+ msgstr ""
+
+ msgid "hygro run-of-the-river / hydro water-storage"
+ msgstr ""
+
+ msgid "reciprocating_engine"
+ msgstr ""
+
+ msgid "biofuel, biogas, diesel, gas, gasoline"
+ msgstr ""
+
+ msgid "solar_photovoltaic_panel"
+ msgstr ""
+
+ msgid "solar photovoltaic"
+ msgstr ""
+
+ msgid "solar_thermal_collector"
+ msgstr ""
+
+ msgid "solar thermal"
+ msgstr ""
+
+ msgid "steam_generator"
+ msgstr ""
+
+ msgid "bio, coal, diesel, gas, gasoline, oil, waste combustion"
+ msgstr ""
+
+ msgid "steam_turbine"
+ msgstr ""
+
+ msgid "geothermal / solar thermal / bio, coal, oil, waste combustion"
+ msgstr ""
+
+ msgid "stellarator"
+ msgstr ""
+
+ msgid "nuclear fusion"
+ msgstr ""
+
+ msgid "tokamak"
+ msgstr ""
+
+ msgid "vertical_axis"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 1 (BWR-1)"
+ msgstr ""
+
+ msgid "nuclear fission"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 2 (BWR-2)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 3 (BWR-3)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 4 (BWR-4)"
+ msgstr ""
+
+ msgid "Boiling Water Reactor 5 (BWR-5)"
msgstr ""
- msgid "battery charging"
+ msgid "Boiling Water Reactor 6 (BWR-6)"
msgstr ""
- msgid "Power Station"
- msgstr "ç¼é»å» "
+ msgid "CANada Deuterium Uranium reactor (CANDU)"
+ msgstr ""
+
+ msgid "China Pressurized Reactor (CPR-1000)"
+ msgstr ""
+
+ msgid "European Pressurized Reactor (EPR)"
+ msgstr ""
+
+ msgid "Inertial Confinement Fusion (ICF)"
+ msgstr ""
+
+ msgid "Pressurized water reactor (PWR)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)"
+ msgstr ""
+
+ msgid "Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)"
+ msgstr ""
+
+ msgid "Vodo-Vodyanoi Energetichesky Reactor (VVER)"
+ msgstr ""
- msgid "Edit Power Station"
- msgstr "編輯ç¼é»å» "
+ msgid "Output forms of energy:"
+ msgstr ""
msgid "Power Sub Station"
msgstr ""
@@@ -17647,6 -18603,21 +18648,21 @@@ msgstr "
msgid "Line reference"
msgstr ""
+ msgid "high"
+ msgstr ""
+
+ msgid "medium"
+ msgstr ""
+
+ msgid "low"
+ msgstr "ä½"
+
+ msgid "750000;200000"
+ msgstr ""
+
+ msgid "110000;20000"
+ msgstr ""
+
msgid "Cable Distribution Cabinet"
msgstr ""
@@@ -17662,6 -18633,9 +18678,9 @@@ msgstr "編輯é»å¡
msgid "Tower reference"
msgstr "é«å£é»å¡ç·¨è"
+ msgid "steel"
+ msgstr ""
+
msgid "Pole"
msgstr "é»ç·ç«¿"
@@@ -17680,11 -18654,9 +18699,9 @@@ msgstr "編輯é»ç·
msgid "Line type"
msgstr "é»ç·é¡å"
- msgctxt "Power Line"
msgid "line"
msgstr ""
- msgctxt "Power Line"
msgid "minor_line"
msgstr ""
@@@ -17793,11 -18765,11 +18810,11 @@@ msgstr "
msgid "Edit Kiosk"
msgstr ""
- msgid "Baker"
- msgstr "麵å
é¡"
+ msgid "Bakery"
+ msgstr ""
- msgid "Edit Baker"
- msgstr "編輯麵å
åº"
+ msgid "Edit Bakery"
+ msgstr ""
msgid "Butcher"
msgstr "èé¡"
@@@ -17808,8 -18780,8 +18825,8 @@@ msgstr "編輯èåº
msgid "Seafood"
msgstr "æµ·ç¢"
- msgid "Edit Seafood"
- msgstr "編輯海ç¢"
+ msgid "Edit Seafood Shop"
+ msgstr ""
msgid "Deli (Fine Food)"
msgstr ""
@@@ -17829,6 -18801,9 +18846,9 @@@ msgstr "å¸å ´
msgid "Edit Marketplace"
msgstr "編輯å¸å ´"
+ msgid "Organic"
+ msgstr "ææ©ç¢å"
+
msgid "Greengrocer"
msgstr ""
@@@ -17841,9 -18816,6 +18861,6 @@@ msgstr "
msgid "Edit Farm Stand"
msgstr ""
- msgid "Organic"
- msgstr "ææ©ç¢å"
-
msgid "Edit Organic/Bio"
msgstr ""
@@@ -17913,7 -18885,7 +18930,7 @@@ msgstr "
msgid "Fabric"
msgstr ""
- msgid "Edit Fabric"
+ msgid "Edit Fabric Shop"
msgstr ""
msgid "Electronic"
@@@ -17934,14 -18906,14 +18951,14 @@@ msgstr "編輯é»åææè¡
msgid "Mobile Phone"
msgstr "è¡åé»è©±"
- msgid "Edit Mobile Phone"
- msgstr "編輯è¡åé»è©±"
+ msgid "Edit Mobile Phone Shop"
+ msgstr ""
msgid "Vacuum Cleaner"
msgstr "å¸å¡µå¨"
- msgid "Edit Vacuum Cleaner"
- msgstr "編輯å¸å¡µå¨"
+ msgid "Edit Vacuum Cleaner Shop"
+ msgstr ""
msgid "Hifi"
msgstr "Hifi"
@@@ -17949,9 -18921,8 +18966,8 @@@
msgid "Edit Hifi Shop"
msgstr "編輯 Hifi é³é¿åº"
- msgctxt "shop"
msgid "Video"
- msgstr ""
+ msgstr "å½±çé¡"
msgid "Edit Video Shop"
msgstr "編輯影çé¡ååº"
@@@ -17977,6 -18948,12 +18993,12 @@@ msgstr "編輯éé¢å
ææ
msgid "Edit Automated Teller Machine"
msgstr "編輯èªåææ¬¾æ©"
+ msgid "Pawnbroker"
+ msgstr ""
+
+ msgid "Edit Pawnbroker"
+ msgstr ""
+
msgid "Department Store"
msgstr "ç¾è²¨å
¬å¸"
@@@ -18007,17 -18984,38 +19029,38 @@@ msgstr "ç¼é¡é¡
msgid "Edit Optician"
msgstr "編輯ç¼é¡è¡"
- msgid "Jewelry"
- msgstr "ç 寶"
+ msgid "Jewelry"
+ msgstr "ç 寶"
+
+ msgid "Edit Jewelry"
+ msgstr "編輯ç 寶"
+
+ msgid "Gift"
+ msgstr ""
+
+ msgid "Edit Gift Shop"
+ msgstr ""
+
+ msgid "buddhist"
+ msgstr "使"
+
+ msgid "christian"
+ msgstr "åºç£æç³»"
+
+ msgid "hindu"
+ msgstr "å°åº¦æ"
- msgid "Edit Jewelry"
- msgstr "編輯ç 寶"
+ msgid "jewish"
+ msgstr "ç¶å¤ªæ"
+
+ msgid "muslim"
+ msgstr "åæ"
msgid "Erotic"
msgstr "æ
è¶£ç¨å"
- msgid "Edit Erotic"
- msgstr "編輯æ
è¶£ç¨å"
+ msgid "Edit Erotic Shop"
+ msgstr ""
msgid "Florist"
msgstr "è±é¡"
@@@ -18046,7 -19044,7 +19089,7 @@@ msgstr "編輯硬é«ååº
msgid "Paint"
msgstr ""
- msgid "Edit Paint"
+ msgid "Edit Paint Shop"
msgstr ""
msgid "Furniture"
@@@ -18058,19 -19056,19 +19101,19 @@@ msgstr "編輯å¢ä¿±åº
msgid "Kitchen"
msgstr "廿¿"
- msgid "Edit Kitchen"
- msgstr "ç·¨è¼¯å»æ¿"
+ msgid "Edit Kitchen Store"
+ msgstr ""
msgid "Curtain"
msgstr ""
- msgid "Edit Curtain"
+ msgid "Edit Curtain Shop"
msgstr ""
msgid "Frame"
msgstr ""
- msgid "Edit Frames"
+ msgid "Edit Frames Shop"
msgstr ""
msgid "Stationery"
@@@ -18106,8 -19104,8 +19149,8 @@@ msgstr "編輯æ
è¡ç¤¾
msgid "Musical Instrument"
msgstr "æ¨å¨"
- msgid "Edit Musical Instruments"
- msgstr "編輯æ¨å¨"
+ msgid "Edit Musical Instruments Shop"
+ msgstr ""
msgid "Toys"
msgstr "ç©å
·é¡"
@@@ -18319,6 -19317,12 +19362,12 @@@ msgstr "å³°
msgid "Edit Peak"
msgstr "編輯山峰"
+ msgid "Saddle"
+ msgstr ""
+
+ msgid "Edit Saddle"
+ msgstr ""
+
msgid "Glacier"
msgstr "å°æ²³"
@@@ -18358,26 -19362,35 +19407,35 @@@ msgstr "樹
msgid "Edit Tree"
msgstr "編輯樹"
+ msgid "broad_leaved"
+ msgstr ""
+
+ msgid "conifer"
+ msgstr ""
+
+ msgid "palm"
+ msgstr ""
+
msgid "Botanical Name"
msgstr "æ¤ç©å¸å"
+ msgid "Tree Row"
+ msgstr ""
+
msgid "Wood"
msgstr "樹æ"
msgid "Edit Wood"
msgstr "編輯樹æ"
- msgctxt "wood"
msgid "coniferous"
- msgstr ""
+ msgstr "æ¾é¡"
- msgctxt "wood"
msgid "deciduous"
- msgstr ""
+ msgstr "è½èé¡"
- msgctxt "wood"
msgid "mixed"
- msgstr ""
+ msgstr "æ··å"
msgid "Forest"
msgstr "森æ"
@@@ -18385,15 -19398,6 +19443,6 @@@
msgid "Edit Forest Landuse"
msgstr "編輯森æåå°å©ç¨"
- msgid "coniferous"
- msgstr "æ¾é¡"
-
- msgid "deciduous"
- msgstr "è½èé¡"
-
- msgid "mixed"
- msgstr "æ··å"
-
msgid "Grassland"
msgstr ""
@@@ -18469,6 -19473,12 +19518,12 @@@ msgstr "éèå°
msgid "Edit Meadow Landuse"
msgstr "編輯éèå°åå°å©ç¨"
+ msgid "Orchard"
+ msgstr ""
+
+ msgid "Edit Orchard Landuse"
+ msgstr ""
+
msgid "Vineyard"
msgstr ""
@@@ -18523,8 -19533,8 +19578,8 @@@ msgstr "
msgid "Edit Recreation Ground Landuse"
msgstr ""
- msgid "Residential area"
- msgstr "ä½å®
å"
+ msgid "Residential Area"
+ msgstr ""
msgid "Edit Residential Landuse"
msgstr "編輯ä½å®
ååå°å©ç¨"
@@@ -18535,6 -19545,9 +19590,9 @@@ msgstr "
msgid "Edit Graveyard"
msgstr ""
+ msgid "shinto"
+ msgstr ""
+
msgid "Cemetery"
msgstr ""
@@@ -18610,6 -19623,33 +19668,33 @@@ msgstr "編輯é²å¤©æ¡ç¤¦åå°å©ç¨
msgid "Annotation"
msgstr "é註"
+ msgid "Edit Name Information"
+ msgstr ""
+
+ msgid "Alternative name"
+ msgstr ""
+
+ msgid "Historical name"
+ msgstr ""
+
+ msgid "Local name"
+ msgstr ""
+
+ msgid "Regional name"
+ msgstr ""
+
+ msgid "National name"
+ msgstr ""
+
+ msgid "International name"
+ msgstr ""
+
+ msgid "Official name"
+ msgstr ""
+
+ msgid "Common name abbreviation"
+ msgstr ""
+
msgid "Edit Address Information"
msgstr "編輯å°åè³è¨"
@@@ -18646,6 -19686,18 +19731,18 @@@ msgstr "å¶æ¸
msgid "alphabetic"
msgstr "æåæ¯é åº"
+ msgid "Accuracy"
+ msgstr "æºç¢ºåº¦"
+
+ msgid "actual"
+ msgstr ""
+
+ msgid "estimate"
+ msgstr ""
+
+ msgid "potential"
+ msgstr ""
+
msgid "Contact (common schema)"
msgstr "é£çµ¡æ¹å¼ (ä¸è¬å½¢å¼)"
@@@ -18814,21 -19866,50 +19911,50 @@@ msgstr "
msgid "Edit general route"
msgstr ""
+ msgctxt "route type"
+ msgid "bicycle"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "bus"
+ msgstr ""
+
+ msgctxt "route type"
msgid "road"
- msgstr "éè·¯"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "ferry"
+ msgstr ""
+ msgctxt "route type"
msgid "ski"
msgstr ""
+ msgctxt "route type"
msgid "foot"
- msgstr "æ¥è¡"
+ msgstr ""
+ msgctxt "route type"
msgid "hiking"
- msgstr "å¥è¡"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "tram"
+ msgstr ""
+ msgctxt "route type"
msgid "detour"
msgstr ""
+ msgctxt "route type"
+ msgid "railway"
+ msgstr ""
+
+ msgctxt "route type"
+ msgid "subway"
+ msgstr ""
+
msgid "Symbol description"
msgstr ""
@@@ -18874,20 -19955,23 +20000,23 @@@ msgstr "
msgid "backward halt point"
msgstr ""
- msgid "Route network"
- msgstr "è·¯ç·ç¶²è·¯"
+ msgid "Route Network"
+ msgstr ""
- msgid "Edit route network"
- msgstr "編輯路ç·ç¶²è·¯"
+ msgid "Edit Route Network"
+ msgstr ""
msgid "member"
msgstr "æå¡"
- msgid "Associated street"
- msgstr "éè¯çè¡é"
+ msgid "Associated Street"
+ msgstr ""
+
+ msgid "Edit Associated Street"
+ msgstr ""
- msgid "Edit associated street"
- msgstr "編輯éè¯çè¡é"
+ msgid "house"
+ msgstr ""
msgid "Street"
msgstr "è¡"
@@@ -18910,7 -19994,7 +20039,7 @@@ msgstr "
msgid "Destination sign"
msgstr ""
- msgid "Edit Destination sign"
+ msgid "Edit Destination Sign"
msgstr ""
msgid "Destination written on sign (w/o distance)"
@@@ -19006,18 -20090,27 +20135,27 @@@ msgstr "
msgid "way forming the outline footprint"
msgstr ""
- msgid "nodes forming the outline"
+ msgid "edge ways parallel to ''across''"
msgstr ""
msgid "ways passing through the tunnel"
msgstr ""
+ msgid "edge ways parallel to ''through''"
+ msgstr ""
+
msgid "bridge"
msgstr "æ©"
msgid "deprecated"
msgstr "已廢æ£"
+ msgid "bicycle"
+ msgstr "å®è»"
+
+ msgid "foot"
+ msgstr "æ¥è¡"
+
msgid "horse"
msgstr "馬"
@@@ -19027,7 -20120,10 +20165,10 @@@ msgstr "
msgid "motorroad"
msgstr ""
- msgid "highway_track"
+ msgid "highway.track"
+ msgstr ""
+
+ msgid "livingdashed"
msgstr ""
msgid "services"
@@@ -19036,11 -20132,11 +20177,11 @@@ msgstr "æå
msgid "ford"
msgstr ""
- msgid "highway_platform"
+ msgid "highway.platform"
msgstr ""
- msgid "emergency_access_point"
- msgstr "ç·æ¥é£çµ¡é»"
+ msgid "emergency.access.point"
+ msgstr ""
msgid "riverbank"
msgstr "河岸"
@@@ -19057,6 -20153,9 +20198,9 @@@ msgstr "
msgid "railwaypoint"
msgstr ""
+ msgid "raildashed"
+ msgstr ""
+
msgid "railyard"
msgstr ""
@@@ -19072,28 -20171,28 +20216,28 @@@ msgstr "
msgid "aeroway"
msgstr ""
- msgid "aeroway_dark"
+ msgid "aeroway.dark"
msgstr ""
- msgid "aeroway_light"
+ msgid "aeroway.light"
msgstr ""
- msgid "piste_easy"
+ msgid "piste.easy"
msgstr ""
- msgid "piste_intermediate"
+ msgid "piste.intermediate"
msgstr ""
- msgid "piste_advanced"
+ msgid "piste.advanced"
msgstr ""
- msgid "piste_expert"
+ msgid "piste.expert"
msgstr ""
- msgid "piste_freeride"
+ msgid "piste.freeride"
msgstr ""
- msgid "piste_novice"
+ msgid "piste.novice"
msgstr ""
msgid "power"
@@@ -19114,20 -20213,20 +20258,20 @@@ msgstr "
msgid "amenity"
msgstr ""
- msgid "amenity_traffic"
+ msgid "amenity.traffic"
msgstr ""
- msgid "amenity_light"
+ msgid "amenity.light"
msgstr ""
- msgid "light_water"
+ msgid "light.water"
msgstr ""
msgid "health"
msgstr "å¥åº·"
- msgid "shop"
- msgstr "ååº"
+ msgid "office"
+ msgstr "辦å
¬å®¤"
msgid "hotel"
msgstr "æ
館"
@@@ -19201,10 -20300,13 +20345,13 @@@ msgstr "è·¯ç·
msgid "boundary"
msgstr "éç"
+ msgid "sport"
+ msgstr "éå"
+
msgid "place"
msgstr ""
- msgid "tiger_data"
+ msgid "tiger.data"
msgstr ""
msgid "address"
@@@ -19219,9 -20321,6 +20366,6 @@@ msgstr "æ/å¸
msgid "One Way"
msgstr "å®è¡é"
- msgid "Church"
- msgstr "æå "
-
msgid "Fuel Station"
msgstr "å æ²¹ç«"
@@@ -19249,6 -20348,9 +20393,9 @@@ msgstr "
msgid "wrong highway tag on a node"
msgstr ""
+ msgid "wrong crossing tag on a way"
+ msgstr ""
+
msgid "Unnamed unclassified highway"
msgstr ""
@@@ -19294,10 -20396,40 +20441,40 @@@ msgstr "
msgid "unusual tag combination (highway & natural)"
msgstr ""
+ msgid "unusual tag combination (landuse & building)"
+ msgstr ""
+
+ msgid "unnecessary access key"
+ msgstr ""
+
+ msgid "unnecessary motor_vehicle=yes"
+ msgstr ""
+
msgid "natural water used for swimming pool"
msgstr ""
- msgid "incline without highway"
+ msgid "numerical key"
+ msgstr ""
+
+ msgid "route_master relation without route_master=*"
+ msgstr ""
+
+ msgid "power line without voltage"
+ msgstr ""
+
+ msgid "substation key without power=substation"
+ msgstr ""
+
+ msgid "transformer key without power"
+ msgstr ""
+
+ msgid "missing substation=*"
+ msgstr ""
+
+ msgid "missing transformer=*"
+ msgstr ""
+
+ msgid "incline without highway or railway"
msgstr ""
msgid "junction without highway"
@@@ -19309,7 -20441,7 +20486,7 @@@ msgstr "
msgid "lcn without highway"
msgstr ""
- msgid "lit without highway"
+ msgid "lit without highway/railway/piste/parking/platform"
msgstr ""
msgid "living_street without highway"
@@@ -19327,7 -20459,7 +20504,7 @@@ msgstr "
msgid "ntd_id without highway"
msgstr ""
- msgid "oneway without highway"
+ msgid "oneway without highway or railway"
msgstr ""
msgid "sac_scale without highway"
@@@ -19444,19 -20576,130 +20621,130 @@@ msgstr "
msgid "have_riverbank without waterway"
msgstr ""
- msgid "tunnel without highway/railway/waterway"
+ msgid "tunnel without highway/railway/waterway/platform/pipeline"
msgstr ""
- msgid "bridge without highway/railway/waterway"
+ msgid "bridge without highway/railway/waterway/platform/piste/pipeline"
msgstr ""
- msgid "psv without highway/railway/waterway"
+ msgid "psv without highway/railway/waterway/parking"
msgstr ""
msgid "width without physical linear feature"
msgstr ""
- msgid "maxspeed without highway/railway/traffic_sign"
+ msgid "maxspeed without highway/railway/traffic_sign/enforcement"
+ msgstr ""
+
+ msgid "fence_type without barrier=fence"
+ msgstr ""
+
+ msgid "border_type without boundary"
+ msgstr ""
+
+ msgid "recycling_type without amenity=recycling"
+ msgstr ""
+
+ msgid "board_type without information=board"
+ msgstr ""
+
+ msgid "shelter_type without amenity=shelter"
+ msgstr ""
+
+ msgid "lamp_type without highway=street_lamp"
+ msgstr ""
+
+ msgid "map_type without information=map"
+ msgstr ""
+
+ msgid "site_type without historic=archaeological_site"
+ msgstr ""
+
+ msgid "artwork_type without tourism=artwork"
+ msgstr ""
+
+ msgid "castle_type without historic=castle"
+ msgstr ""
+
+ msgid "reservoir_type without landuse/water=reservoir"
+ msgstr ""
+
+ msgid "bunker_type without military=bunker"
+ msgstr ""
+
+ msgid "source:addr without addr:*"
+ msgstr ""
+
+ msgid "source:date without source"
+ msgstr ""
+
+ msgid "source:name without name"
+ msgstr ""
+
+ msgid "source:maxspeed without maxspeed"
+ msgstr ""
+
+ msgid "source:building without building"
+ msgstr ""
+
+ msgid "source:ref without ref"
+ msgstr ""
+
+ msgid "source:population without population"
+ msgstr ""
+
+ msgid "source:geometry on a node"
+ msgstr ""
+
+ msgid "source:[addr:]postcode without addr:postcode"
+ msgstr ""
+
+ msgid "source:postal_code without addr:postcode"
+ msgstr ""
+
+ msgid "source:ele without ele"
+ msgstr ""
+
+ msgid "source:ref:INSEE without ref:INSEE"
+ msgstr ""
+
+ msgid "source:lit without lit"
+ msgstr ""
+
+ msgid "source:hgv without hgv"
+ msgstr ""
+
+ msgid "source:outline on a node"
+ msgstr ""
+
+ msgid "source:highway without highway"
+ msgstr ""
+
+ msgid "source:maxaxleload without maxaxleload"
+ msgstr ""
+
+ msgid "source:surface without surface"
+ msgstr ""
+
+ msgid "source:bridge without bridge"
+ msgstr ""
+
+ msgid "source:old_name without old_name"
+ msgstr ""
+
+ msgid "source:bicycle without bicycle"
+ msgstr ""
+
+ msgid "source:designation without designation"
+ msgstr ""
+
+ msgid "source:[addr:]housenumber without addr:housenumber"
+ msgstr ""
+
+ msgid "source:height without height"
+ msgstr ""
+
+ msgid "source:lanes without lanes"
msgstr ""
msgid "religion without denomination"
@@@ -19475,7 -20718,46 +20763,46 @@@ msgid "
"no wikipedia-language given, use ''wikipedia''=''language:page title''"
msgstr ""
- msgid "unkown language prefix in wikipedia tag"
+ msgid "unknown language prefix in wikipedia tag"
+ msgstr ""
+
+ msgid "layer should be between -5 and 5"
+ msgstr ""
+
+ msgid "level should be numbers with optional .5 increments"
+ msgstr ""
+
+ msgid ""
+ "height: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxheight: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid ""
+ "width: meters is default; period is separator; if units, put space then unit"
+ msgstr ""
+
+ msgid ""
+ "maxwidth: meters is default; period is separator; if units, put space then "
+ "unit"
+ msgstr ""
+
+ msgid "unusual maxspeed format"
+ msgstr ""
+
+ msgid "voltage should be in volts with no units/delimiter/spaces"
+ msgstr ""
+
+ msgid "unusual frequency specification"
+ msgstr ""
+
+ msgid "unusual train track gauge; use mm with no separator"
+ msgstr ""
+
+ msgid "unusual incline; use percentages/degrees or up/down"
msgstr ""
msgid "Landsat"
@@@ -19487,24 -20769,30 +20814,33 @@@ msgstr "
msgid "Bing Sat"
msgstr ""
+ msgid "HDDM (Humanitarian OpenStreetMap)"
+ msgstr ""
+
msgid "MapBox Satellite"
msgstr ""
msgid "MapQuest Open Aerial"
msgstr ""
+ msgid "OpenStreetMap GPS Traces"
+ msgstr ""
+
msgid "OpenStreetMap (Mapnik)"
msgstr ""
msgid "OpenStreetMap (Mapnik Black & White)"
msgstr ""
- msgid "Skobbler"
+ msgid "skobbler"
+ msgstr ""
+
+ msgid "skobbler heatmap"
msgstr ""
+msgid "skobbler heatmap"
+msgstr ""
+
msgid "OpenCycleMap"
msgstr ""
@@@ -19520,7 -20808,7 +20856,7 @@@ msgstr "
msgid "Cambodia, Laos, Thailand, Vietnam bilingual"
msgstr ""
- msgid "2u"
+ msgid "osmfr"
msgstr ""
msgid "AGRI black-and-white 2.5m"
@@@ -19529,6 -20817,9 +20865,9 @@@ msgstr "
msgid "Geoimage.at MaxRes"
msgstr ""
+ msgid "basemap.at"
+ msgstr ""
+
msgid "Graz: Basiskarte (base map)"
msgstr ""
@@@ -19675,6 -20966,29 +21014,29 @@@ msgstr "
msgid "Stuttgart (Luftbild)"
msgstr ""
+ msgid "Erlangen 2013 Luftbild (6,25 cm)"
+ msgstr ""
+
+ msgid "Erlangen 2011 Luftbild (5,0 cm)"
+ msgstr ""
+
+ msgid "Old map of Zwenkau - TK25 Messtischblatt (4739; 1906; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Old map of Pegau - TK25 Messtischblatt (4839; 1909; PROJ.4-rect)"
+ msgstr ""
+
+ msgid "Physical DE - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid "Physical DE:Harz - Physische Karte (Naturräume)"
+ msgstr ""
+
+ msgid ""
+ "Physical DE:Harz - Overlay für Bing (z.B. Deckkraft zw. 20 und 50 Prozent "
+ "nutzen)"
+ msgstr ""
+
msgid "Imagerie Drone (Haiti)"
msgstr ""
@@@ -19840,6 -21154,9 +21202,9 @@@ msgstr "
msgid "OSM US TIGER 2012 Roads Overlay"
msgstr ""
+ msgid "New & Misaligned TIGER Roads (TIGER 2013)"
+ msgstr ""
+
msgid "OSM - Tiger Edited Map"
msgstr ""
@@@ -19885,6 -21202,39 +21250,39 @@@ msgstr "
msgid "NLS - Bartholomew Half Inch, 1897-1907"
msgstr ""
+ msgid "OS Town Plans, Cupar 1854 (NLS)"
+ msgstr ""
+
+ msgid "OSM Export"
+ msgstr ""
+
+ msgid "Export traffic data to SUMO network file."
+ msgstr ""
+
+ msgid "SUMO Export"
+ msgstr ""
+
+ msgid "Export"
+ msgstr ""
+
+ msgid "Port:"
+ msgstr "飿¥å ï¼"
+
+ msgid "refresh the port list"
+ msgstr "éæ°æ´ç飿¥å æ¸
å®"
+
+ msgid "Configure"
+ msgstr "è¨å®"
+
+ msgid "Connection Error."
+ msgstr "é£ç·é¯èª¤ã"
+
+ msgid "configure the connected DG100"
+ msgstr "è¨å®é£æ¥ç DG100"
+
+ msgid "delete data after import"
+ msgstr "å¯å
¥å¾å é¤è³æ"
+
msgid "Columbus V-900 CSV Files"
msgstr "Columbus V-900 CSV æªæ¡"
@@@ -20086,6 -21436,18 +21484,18 @@@ msgstr "顯示海æè¨å®æª
msgid "Elevation Profile"
msgstr "æµ·æè¨å®æª"
+ msgid "Elevation Grid Layer (experimental!)"
+ msgstr ""
+
+ msgid "Shows elevation grid layer"
+ msgstr ""
+
+ msgid "Elevation Grid"
+ msgstr ""
+
+ msgid "No SRTM data"
+ msgstr ""
+
msgid "Open the elevation profile window."
msgstr "éåæµ·æè¨å®æªè¦çªã"
@@@ -20107,14 -21469,8 +21517,8 @@@ msgstr "å¢ç
msgid "Time"
msgstr "æå»"
- msgid "Geoid"
- msgstr "Geoid"
-
- msgid "Automatic"
- msgstr "èªå"
-
- msgid "Fixed value"
- msgstr "åºå®å¼"
+ msgid "Tracks"
+ msgstr "è»è·¡"
msgid "Elevation profile for track ''{0}''."
msgstr ""
@@@ -20376,10 -21732,13 +21780,13 @@@ msgstr "鏿ä¸å®æ´çå°å
msgid "Selects all addresses with incomplete data."
msgstr "鏿ææè³æä¸å®æ´çå°åã"
+ msgid "Use tag 'addr:street' or 'addr:place'"
+ msgstr ""
+
msgid "House Number Editor"
msgstr ""
- msgid "Housenumber increment:"
+ msgid "House number increment:"
msgstr ""
msgid "Updating properties of up to {0} object"
@@@ -20495,6 -21854,6 +21902,18 @@@ msgstr "
msgid "OSM Inspector Bugs"
msgstr ""
++msgid "Prev OSMI bug"
++msgstr ""
++
++msgid "Next OSMI bug"
++msgstr ""
++
++msgid "Osm Inspector Bugs"
++msgstr ""
++
++msgid "OSM Inspector Bugs"
++msgstr ""
++
msgid "Selected Bug Info"
msgstr ""
@@@ -20582,8 -21941,8 +22001,8 @@@ msgstr "é æ¸¬ç奿¸å°å
msgid "Expected even numbers for addresses"
msgstr "é æ¸¬çå¶æ¸å°å"
- msgid "Expected valid number for address increment"
- msgstr "é æ¸¬å°åå¢å çæ¸å"
+ msgid "Expected valid number for increment"
+ msgstr ""
msgid "Country code must be 2 letters"
msgstr "å碼åªè½ä½¿ç¨ 2 ååå
"
@@@ -20887,15 -22246,6 +22306,6 @@@ msgstr "éçè碼ï¼
msgid "Street Name:"
msgstr "è¡éå稱ï¼"
- msgid "Increment"
- msgstr "éå¢"
-
- msgid "Decrement"
- msgstr "鿏"
-
- msgid "Numbers:"
- msgstr "è碼ï¼"
-
msgid "Big buildings mode"
msgstr "大åå»ºç¯æ¨¡å¼"
@@@ -21078,6 -22428,9 +22488,9 @@@ msgstr "å¨é²è¡å°çåç
§æåç¨å
msgid "Use \"Tableau d''assemblage\""
msgstr ""
+ msgid "Replace grey shades by white color only"
+ msgstr ""
+
msgid "Select first WMS layer in list."
msgstr "å
卿¸
å®ä¸é¸åä¸å WMS å層ã"
@@@ -21096,12 -22449,6 +22509,6 @@@ msgstr "
msgid "100 m"
msgstr ""
- msgid "high"
- msgstr ""
-
- msgid "medium"
- msgstr ""
-
msgid "symbol"
msgstr "符è"
@@@ -21242,6 -22589,9 +22649,9 @@@ msgid "
"Add the \"Tableau(x) d''assemblage\" in the list of cadastre sheets to grab."
msgstr ""
+ msgid "Replace greyscale by white color (smaller files and memory usage)."
+ msgstr ""
+
msgid "Display crosspieces:"
msgstr ""
@@@ -21259,6 -22609,9 +22669,9 @@@ msgstr "妿æåææå¤åå層å
msgid "Enable this to use the tag \"add:street\" on nodes."
msgstr "åç¨éåé¸é
ä¾ä½¿ç¨ç¯é»ç \"add:street\" æ¨ç±¤ã"
+ msgid "Unexpected file extension. {0}"
+ msgstr ""
+
msgid "Add \"source=...\" to elements?"
msgstr "å°ãsource=...ãå å
¥å
ä»¶ï¼"
@@@ -21495,8 -22848,11 +22908,11 @@@ msgstr "WMS å層 ({0})ï¼å·²è¼å
¥ {1
msgid "Is not vectorized."
msgstr "並éåéåçã"
- msgid "Raster size: {0}"
- msgstr "é»é£å¤§å°ï¼{0}"
+ msgid "Bounding box: {0}"
+ msgstr ""
+
+ msgid "Image size (px): {0}/{1}"
+ msgstr ""
msgid "Is vectorized."
msgstr "æ¯åéåçã"
@@@ -21547,7 -22903,7 +22963,7 @@@ msgstr "徿¸
å®ä¸åªé¤é¸åçé
ç
msgid "Color Schemes"
msgstr "é¡è²é
ç½®"
- msgid "Adress"
+ msgid "Address"
msgstr ""
msgid "Split area"
@@@ -21776,27 -23132,9 +23192,9 @@@ msgstr "åç¨è³æè¨éè·é¢
msgid "Unknown logFormat"
msgstr "䏿çè¨éæ ¼å¼"
- msgid "Port:"
- msgstr "飿¥å ï¼"
-
- msgid "refresh the port list"
- msgstr "éæ°æ´ç飿¥å æ¸
å®"
-
- msgid "Configure"
- msgstr "è¨å®"
-
msgid "Configure Device"
msgstr "è¨å®è£ç½®"
- msgid "Connection Error."
- msgstr "é£ç·é¯èª¤ã"
-
- msgid "configure the connected DG100"
- msgstr "è¨å®é£æ¥ç DG100"
-
- msgid "delete data after import"
- msgstr "å¯å
¥å¾å é¤è³æ"
-
msgid "Importing data from device."
msgstr "å¾è£ç½®å¯å
¥è³æ"
@@@ -22881,9 -24219,26 +24279,26 @@@ msgstr "
msgid "Merge Overlap (combine)"
msgstr ""
+ msgid ""
+ "<html>A role based relation membership was copied to all new ways.<br>You "
+ "should verify this and correct it when necessary.</html>"
+ msgstr "<html>以è§è²çºåºç¤çéä¿æå¡æè¤è£½å°ææçæ°è·¯å¾ã<br>å¿
è¦ææ¨æè©²æª¢é©ä¸¦ä¿®æ£å®ã</html>"
+
+ msgid ""
+ "<html>A relation membership was copied to all new ways.<br>You should verify "
+ "this and correct it when necessary.</html>"
+ msgstr "<html>å°éä¿æå¡è¤è£½å°ææçæ°è·¯å¾ã<br>æ¨æè©²å¨å¿
è¦æææª¢é©éåé
ç®ä¸¦ä¿®æ£å®ã</html>"
+
msgid "Split way"
msgstr ""
+ msgid "<html>Enter a tag key, i.e. <strong><tt>fixme</tt></strong></html>"
+ msgstr "<html>輸å
¥æ¨ç±¤éµå¼ï¼ä¾å¦ <strong><tt>fixme</tt></strong></html>"
+
+ msgid ""
+ "<html>Enter a tag value, i.e. <strong><tt>check members</tt></strong></html>"
+ msgstr "<html>輸å
¥æ¨ç±¤æ¸å¼ï¼ä¾å¦ <strong><tt>check members</tt></strong></html>"
+
msgid "Michigan Left"
msgstr "å¯è¥¿æ ¹å·¦è½"
@@@ -23532,9 -24887,6 +24947,6 @@@ msgstr "<html>é¸åçè³æå
å«ä¾è
msgid "An error occurred: {0}"
msgstr "ç¼çä¸åé¯èª¤ï¼{0}"
- msgid "Couldn''t create new bug. Result: {0}"
- msgstr "ç¡æ³å»ºç«æ°çé¯èª¤å ±åãçµæï¼{0}"
-
msgid "Process queue"
msgstr "ç¨åºä½å"
@@@ -23587,18 -24939,6 +24999,6 @@@ msgstr "<html>確å®å°éåè°é¡æ¨è
msgid "Close: "
msgstr "ééï¼ "
- msgid "New issue"
- msgstr "æ°å¢è°é¡"
-
- msgid "Create issue"
- msgstr "建ç«è°é¡"
-
- msgid "Describe the problem precisely"
- msgstr "æç¢ºçæè¿°æ¤åé¡"
-
- msgid "Create: "
- msgstr "建ç«ï¼ "
-
msgid "Open in browser"
msgstr ""
@@@ -23945,6 -25285,27 +25345,27 @@@ msgstr "測試失æï¼ç¡æ³è®å mti
msgid "Test failed: Could not write mtime."
msgstr "測試失æï¼ç¡æ³å¯«å
¥ mtimeã"
+ msgid "Adjust photos"
+ msgstr ""
+
+ msgid "Move and position photos"
+ msgstr ""
+
+ msgid "Click+drag photo or shift+click to position photo."
+ msgstr ""
+
+ msgid "Please load some photos."
+ msgstr ""
+
+ msgid "Toggle the image thumbnail preview"
+ msgstr ""
+
+ msgid "New layer for untagged images"
+ msgstr ""
+
+ msgid "Untagged Images"
+ msgstr ""
+
msgid "Do you want to save current calibration of layer {0}?"
msgstr ""
@@@ -24096,6 -25457,9 +25517,9 @@@ msgstr "åªè²¼ç°¿ä¸æ²ææ±è¥¿
msgid "The clipboard data is not an image"
msgstr "åªè²¼ç°¿è³æä¸æ¯åç"
+ msgid "Warning: failed to handle zip file ''{0}''. Exception was: {1}"
+ msgstr "è¦åï¼ç¡æ³èç zip æªæ¡ã{0}ããä¾å¤çºï¼{1}"
+
msgid "A calibration file associated to the picture file was found: {0}\n"
msgstr ""
@@@ -24413,9 -25777,6 +25837,6 @@@ msgstr "
msgid "Create Stops from GPX"
msgstr ""
- msgid "Tracks"
- msgstr "è»è·¡"
-
msgid "Tracks in this GPX file:"
msgstr ""
@@@ -24631,6 -25992,9 +26052,9 @@@ msgstr "
msgid "Reverted changeset"
msgstr ""
+ msgid "It is not allowed to revert changeset from {0}"
+ msgstr ""
+
msgid "Missing merge target for {0} with id {1}"
msgstr "ç¼ºå° id {1} {0} çåä½µç®æ¨"
@@@ -24663,15 -26027,31 +26087,31 @@@ msgstr "
msgid "Downloading changeset"
msgstr ""
+ msgid "See {0}"
+ msgstr ""
+
msgid "Revert changeset #{0}"
msgstr ""
+ msgid ""
+ "Warning: unsupported start element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦åï¼å¨è®æ´çµåå
§å®¹çä½ç½® ({1},{2}) æä¸æ¯æ´çèµ·å§å
ç´ ã{0}ããæ£å¨ç¥éã"
+
+ msgid ""
+ "Warning: unsupported end element ''{0}'' in changeset content at position "
+ "({1},{2}). Skipping."
+ msgstr "è¦åï¼å¨è®æ´çµåå
§å®¹çä½ç½® ({1},{2}) æä¸æ¯æ´ççµå°¾å
ç´ ã{0}ããæ£å¨ç¥éã"
+
msgid "Road Sign Plugin"
msgstr "è·¯æ¨å¤æç¨å¼"
msgid "signs"
msgstr ""
+ msgid "Change Properties"
+ msgstr "æ¹è®å±¬æ§"
+
msgid "Country preset:"
msgstr ""
@@@ -24786,9 -26166,6 +26226,6 @@@ msgstr "è·¯ç·è¦ç«å¤æç¨å¼å好è
msgid "Configure routing preferences."
msgstr "è¨å®è·¯ç·è¦ç«å好è¨å®"
- msgid "Highway type"
- msgstr "å
¬è·¯é¡å"
-
msgid "Speed (Km/h)"
msgstr "éé (Km/h)"
@@@ -24967,19 -26344,19 +26404,19 @@@ msgstr "
msgid "Merge Nearby Nodes Threshold"
msgstr ""
- msgid "Online Help"
- msgstr "ç·ä¸æ±å©"
+ msgid "SeaMap Editor"
+ msgstr "æµ·å編輯å¨"
- msgid "Load"
- msgstr "è¼å
¥"
+ msgid "No object selected"
+ msgstr ""
- msgid "invisible"
- msgstr "é±è"
+ msgid "Seamark Inspector"
+ msgstr ""
- msgid "SeaMap Editor"
- msgstr "æµ·å編輯å¨"
+ msgid "Select only one object"
+ msgstr ""
- msgid "Export"
+ msgid "Select a map object"
msgstr ""
msgid "AutoSave LiveData"
@@@ -25195,6 -26572,95 +26632,95 @@@ msgstr "追蹤å¨ã
msgid "Tracer building"
msgstr "æåºå»ºç¯ç©"
+ msgid "Tracer2"
+ msgstr ""
+
+ msgid "Tracer2."
+ msgstr ""
+
+ msgid "Change tag {0} to {1}"
+ msgstr ""
+
+ msgid ""
+ "The Tracer2Server version isn''t compatible with this plugin. Please "
+ "download version {0} from\n"
+ "{1}."
+ msgstr ""
+
+ msgid ""
+ "New version of Tracer2Server is available. For best results please upgrade "
+ "to version {0}."
+ msgstr ""
+
+ msgid "No set of parameter is active!"
+ msgstr ""
+
+ msgid "Select parameter"
+ msgstr ""
+
+ msgid "Tracer2: add a way with {0} points"
+ msgstr ""
+
+ msgid "Tracer2: modify way to {0} points"
+ msgstr ""
+
+ msgid "Tracer2 error"
+ msgstr ""
+
+ msgid "Parameter for server request"
+ msgstr ""
+
+ msgid "Tile size:"
+ msgstr ""
+
+ msgid "Resolution:"
+ msgstr ""
+
+ msgid "Mode:"
+ msgstr ""
+
+ msgid "Threshold:"
+ msgstr ""
+
+ msgid "Points per circle:"
+ msgstr ""
+
+ msgid "Tag:"
+ msgstr ""
+
+ msgid "Preferred values:"
+ msgstr ""
+
+ msgid "Delete parameter \"{0}\"?"
+ msgstr ""
+
+ msgid "Add new"
+ msgstr ""
+
+ msgid "Add predefined"
+ msgstr ""
+
+ msgid "Select predefined parameter"
+ msgstr ""
+
+ msgid "Modify list of parameter for server request."
+ msgstr ""
+
+ msgid "Parameter:"
+ msgstr ""
+
+ msgid ""
+ "Tracer2Server isn''t running. Please start the Server.\n"
+ "If you don''t have the server, please download it from\n"
+ "{0}."
+ msgstr ""
+
+ msgid "Tracer2Server hasn''t found anything."
+ msgstr ""
+
+ msgid "Tracer2Server has detected an error."
+ msgstr ""
+
msgid "GPG"
msgstr "GPG"
@@@ -25233,6 -26699,9 +26759,9 @@@ msgstr "å¾ä¼ºæå¨è¼å
¥ç©ä»¶
msgid "Download signed data"
msgstr "ä¸è¼ç°½ç½²çè³æ"
+ msgid "Warning: Ignoring exception because task was canceled. Exception: {0}"
+ msgstr "è¦åï¼å¿½ç¥ä¾å¤ï¼å çºå·¥ä½å·²è¢«åæ¶ãä¾å¤ï¼{0}"
+
msgid ""
"Generating new Keypair.\n"
"Collecting randomness..."
@@@ -25393,9 -26862,6 +26922,6 @@@ msgstr "ç°½ç½²å·²åæ¶ï¼
msgid "Please give a tolerance in meters"
msgstr ""
- msgid "Accuracy"
- msgstr "æºç¢ºåº¦"
-
msgid "Select as much as you like:"
msgstr "é¸ææ¨æ³è¦çï¼"
@@@ -26384,9 -27850,6 +27910,6 @@@ msgstr "åæ¶é¸åç¯é»
msgid "Removes all nodes from selection"
msgstr "å¾é¸æååç§»é¤ææçç¯é»"
- msgid "Video"
- msgstr "å½±çé¡"
-
msgid "Import Video"
msgstr "å¯å
¥å½±ç"
@@@ -26667,9 -28130,6 +28190,6 @@@ msgstr "
msgid "Enter the Wikipedia language"
msgstr ""
- msgid "Add Tag"
- msgstr ""
-
msgid ""
"Adds a ''wikipedia'' tag corresponding to this article to the selected "
"objects"
diff --combined src/org/openstreetmap/josm/actions/AutoScaleAction.java
index 51a9834,4505cb7..a6887ac
--- a/src/org/openstreetmap/josm/actions/AutoScaleAction.java
+++ b/src/org/openstreetmap/josm/actions/AutoScaleAction.java
@@@ -1,4 -1,4 +1,4 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.actions;
import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
@@@ -7,7 -7,9 +7,9 @@@ import static org.openstreetmap.josm.to
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
+ import java.util.Arrays;
import java.util.Collection;
+ import java.util.Collections;
import java.util.HashSet;
import java.util.List;
@@@ -37,7 -39,7 +39,7 @@@ import org.openstreetmap.josm.tools.Sho
*/
public class AutoScaleAction extends JosmAction {
- public static final String[] MODES = {
+ public static final Collection<String> MODES = Collections.unmodifiableList(Arrays.asList(
marktr("data"),
marktr("layer"),
marktr("selection"),
@@@ -45,13 -47,13 +47,18 @@@
marktr("download"),
marktr("problem"),
marktr("previous"),
- marktr("next")};
+ marktr("next")));
+
+ private final String mode;
+
+ protected ZoomChangeAdapter zoomChangeAdapter;
+ protected MapFrameAdapter mapFrameAdapter;
+ private final String mode;
+
+ protected ZoomChangeAdapter zoomChangeAdapter;
+ protected MapFrameAdapter mapFrameAdapter;
+
/**
* Zooms the current map view to the currently selected primitives.
* Does nothing if there either isn't a current map view or if there isn't a current data
@@@ -59,8 -61,7 +66,7 @@@
*
*/
public static void zoomToSelection() {
- if (Main.main == null || Main.main.getEditLayer() == null) return;
- if (Main.map == null || Main.map.mapView == null) return;
+ if (Main.main == null || !Main.main.hasEditLayer()) return;
Collection<OsmPrimitive> sel = Main.main.getEditLayer().data.getSelected();
if (sel.isEmpty()) {
JOptionPane.showMessageDialog(
@@@ -186,7 -187,6 +192,6 @@@
* @return the first selected layer in the layer list dialog
*/
protected Layer getFirstSelectedLayer() {
- if (LayerListDialog.getInstance() == null) return null;
List<Layer> layers = LayerListDialog.getInstance().getModel().getSelectedLayers();
if (layers.isEmpty()) return null;
return layers.get(0);
@@@ -259,7 -259,7 +264,7 @@@
if ("selection".equals(mode)) {
setEnabled(getCurrentDataSet() != null && ! getCurrentDataSet().getSelected().isEmpty());
} else if ("layer".equals(mode)) {
- if (Main.map == null || Main.map.mapView == null || Main.map.mapView.getAllLayersAsList().isEmpty()) {
+ if (!Main.isDisplayingMapView() || Main.map.mapView.getAllLayersAsList().isEmpty()) {
setEnabled(false);
} else {
// FIXME: should also check for whether a layer is selected in the layer list dialog
diff --combined src/org/openstreetmap/josm/actions/JumpToAction.java
index c7a6c1d,44064a8..9d4d5ba
--- a/src/org/openstreetmap/josm/actions/JumpToAction.java
+++ b/src/org/openstreetmap/josm/actions/JumpToAction.java
@@@ -1,4 -1,4 +1,4 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.actions;
import static org.openstreetmap.josm.tools.I18n.tr;
@@@ -7,8 -7,8 +7,8 @@@ import java.awt.BorderLayout
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
- import javax.swing.Icon;
+ import javax.swing.Icon;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
@@@ -18,40 -18,50 +18,51 @@@ import javax.swing.event.DocumentListen
import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.data.Bounds;
import org.openstreetmap.josm.data.coor.LatLon;
+ import org.openstreetmap.josm.gui.MapFrame;
+ import org.openstreetmap.josm.gui.MapFrameListener;
import org.openstreetmap.josm.gui.MapView;
-
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.tools.GBC;
import org.openstreetmap.josm.tools.OsmUrlToBounds;
import org.openstreetmap.josm.tools.Shortcut;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
+ /**
+ * Allows to jump to a specific location.
+ * @since 2575
+ */
public class JumpToAction extends JosmAction {
+
/**
* Constructs a new {@code JumpToAction}.
*/
public JumpToAction() {
- super(tr("Jump To Position"), (Icon) null, tr("Opens a dialog that allows to jump to a specific location"), Shortcut.registerShortcut("tools:jumpto", tr("Tool: {0}", tr("Jump To Position")),
- KeyEvent.VK_J, Shortcut.CTRL), true, "action/jumpto", false);
+ super(tr("Jump To Position"), (Icon) null, tr("Opens a dialog that allows to jump to a specific location"),
+ Shortcut.registerShortcut("tools:jumpto", tr("Tool: {0}", tr("Jump To Position")),
+ KeyEvent.VK_J, Shortcut.CTRL), true, "action/jumpto", true);
}
- private JosmTextField url = new JosmTextField();
- private JosmTextField lat = new JosmTextField();
- private JosmTextField lon = new JosmTextField();
- private JosmTextField zm = new JosmTextField();
+ private final JosmTextField url = new JosmTextField();
+ private final JosmTextField lat = new JosmTextField();
+ private final JosmTextField lon = new JosmTextField();
+ private final JosmTextField zm = new JosmTextField();
- private double zoomFactor = 0;
+ /**
+ * Displays the "Jump to" dialog.
+ */
public void showJumpToDialog() {
- MapView mv = Main.map.mapView;
- if(mv == null)
+ if (!Main.isDisplayingMapView()) {
return;
- LatLon curPos=mv.getProjection().eastNorth2latlon(mv.getCenter());
- lat.setText(java.lang.Double.toString(curPos.lat()));
- lon.setText(java.lang.Double.toString(curPos.lon()));
+ }
+ MapView mv = Main.map.mapView;
+ LatLon curPos = mv.getProjection().eastNorth2latlon(mv.getCenter());
+ lat.setText(Double.toString(curPos.lat()));
+ lon.setText(Double.toString(curPos.lon()));
double dist = mv.getDist100Pixel();
- zoomFactor = 1/dist;
+ double zoomFactor = 1/dist;
- zm.setText(java.lang.Long.toString(Math.round(dist*100)/100));
+ zm.setText(Long.toString(Math.round(dist*100)/100));
updateUrl(true);
JPanel panel = new JPanel(new BorderLayout());
@@@ -63,23 -73,23 +74,23 @@@
+ "</html>"),
BorderLayout.NORTH);
- class osmURLListener implements DocumentListener {
+ class OsmURLListener implements DocumentListener {
@Override public void changedUpdate(DocumentEvent e) { parseURL(); }
@Override public void insertUpdate(DocumentEvent e) { parseURL(); }
@Override public void removeUpdate(DocumentEvent e) { parseURL(); }
}
- class osmLonLatListener implements DocumentListener {
+ class OsmLonLatListener implements DocumentListener {
@Override public void changedUpdate(DocumentEvent e) { updateUrl(false); }
@Override public void insertUpdate(DocumentEvent e) { updateUrl(false); }
@Override public void removeUpdate(DocumentEvent e) { updateUrl(false); }
}
- osmLonLatListener x=new osmLonLatListener();
+ OsmLonLatListener x = new OsmLonLatListener();
lat.getDocument().addDocumentListener(x);
lon.getDocument().addDocumentListener(x);
zm.getDocument().addDocumentListener(x);
- url.getDocument().addDocumentListener(new osmURLListener());
+ url.getDocument().addDocumentListener(new OsmURLListener());
JPanel p = new JPanel(new GridBagLayout());
panel.add(p, BorderLayout.NORTH);
@@@ -123,20 -133,26 +134,26 @@@
}
private void parseURL() {
- if(!url.hasFocus()) return;
- Bounds b = OsmUrlToBounds.parse(url.getText());
+ if (!url.hasFocus()) return;
+ String urlText = url.getText();
+ Bounds b = OsmUrlToBounds.parse(urlText);
if (b != null) {
- lat.setText(Double.toString((b.getMin().lat() + b.getMax().lat())/2));
- lon.setText(Double.toString((b.getMin().lon() + b.getMax().lon())/2));
+ lat.setText(Double.toString((b.getMinLat() + b.getMaxLat())/2));
+ lon.setText(Double.toString((b.getMinLon() + b.getMaxLon())/2));
int zoomLvl = 16;
- String[] args = url.getText().substring(url.getText().indexOf('?')+1).split("&");
- for (String arg : args) {
- int eq = arg.indexOf('=');
- if (eq == -1 || !arg.substring(0, eq).equalsIgnoreCase("zoom")) continue;
-
- zoomLvl = Integer.parseInt(arg.substring(eq + 1));
- break;
+ int hashIndex = urlText.indexOf("#map");
+ if (hashIndex >= 0) {
+ zoomLvl = Integer.parseInt(urlText.substring(hashIndex+5, urlText.indexOf('/', hashIndex)));
+ } else {
+ String[] args = urlText.substring(urlText.indexOf('?')+1).split("&");
+ for (String arg : args) {
+ int eq = arg.indexOf('=');
+ if (eq == -1 || !arg.substring(0, eq).equalsIgnoreCase("zoom")) continue;
+
+ zoomLvl = Integer.parseInt(arg.substring(eq + 1));
+ break;
+ }
}
// 10 000 000 = 10 000 * 1000 = World * (km -> m)
@@@ -157,17 -173,31 +174,31 @@@
if(m > 0)
zoomLvl = (int)Math.round((-1) * Math.log(m/10000000)/Math.log(2));
- int decimals = (int) Math.pow(10, (zoomLvl / 3));
- dlat = Math.round(dlat * decimals);
- dlat /= decimals;
- dlon = Math.round(dlon * decimals);
- dlon /= decimals;
- url.setText("http://www.openstreetmap.org/?lat="+dlat+"&lon="+dlon+"&zoom="+zoomLvl);
- } catch (NumberFormatException x) {}
+ url.setText(OsmUrlToBounds.getURL(dlat, dlon, zoomLvl));
+ } catch (NumberFormatException x) {
+ Main.debug(x.getMessage());
+ }
}
@Override
public void actionPerformed(ActionEvent e) {
showJumpToDialog();
}
+
+ @Override
+ protected void updateEnabledState() {
+ setEnabled(Main.isDisplayingMapView());
+ }
+
+ @Override
+ protected void installAdapters() {
+ super.installAdapters();
+ // make this action listen to mapframe change events
+ Main.addMapFrameListener(new MapFrameListener() {
+ @Override
+ public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) {
+ updateEnabledState();
+ }
+ });
+ }
}
diff --combined src/org/openstreetmap/josm/actions/PasteAction.java
index 2091168,9b6e8df..ee9ec8d
--- a/src/org/openstreetmap/josm/actions/PasteAction.java
+++ b/src/org/openstreetmap/josm/actions/PasteAction.java
@@@ -1,4 -1,4 +1,4 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
// Author: David Earl
package org.openstreetmap.josm.actions;
@@@ -7,7 -7,6 +7,7 @@@ import static org.openstreetmap.josm.to
import java.awt.MouseInfo;
import java.awt.Point;
+import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.util.ArrayList;
@@@ -43,6 -42,9 +43,9 @@@ public final class PasteAction extends
super(tr("Paste"), "paste", tr("Paste contents of paste buffer."),
Shortcut.registerShortcut("system:paste", tr("Edit: {0}", tr("Paste")), KeyEvent.VK_V, Shortcut.CTRL), true);
putValue("help", ht("/Action/Paste"));
+ // CUA shortcut for paste (http://en.wikipedia.org/wiki/IBM_Common_User_Access#Description)
+ Main.registerActionShortcut(this,
+ Shortcut.registerShortcut("system:paste:cua", tr("Edit: {0}", tr("Paste")), KeyEvent.VK_INSERT, Shortcut.SHIFT));
Main.pasteBuffer.addPasteBufferChangedListener(this);
}
@@@ -87,7 -89,10 +90,10 @@@
// default to paste in center of map (pasted via menu or cursor not in MapView)
EastNorth mPosition = Main.map.mapView.getCenter();
- if((e.getModifiers() & Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()) != 0) {
+ // We previously checked for modifier to know if the action has been trigerred via shortcut or via menu
+ // But this does not work if the shortcut is changed to a single key (see #9055)
+ // Observed behaviour: getActionCommand() returns Action.NAME when triggered via menu, but shortcut text when triggered with it
+ if (!getValue(NAME).equals(e.getActionCommand())) {
final Point mp = MouseInfo.getPointerInfo().getLocation();
final Point tl = Main.map.mapView.getLocationOnScreen();
final Point pos = new Point(mp.x-tl.x, mp.y-tl.y);
@@@ -110,7 -115,7 +116,7 @@@
continue;
}
PrimitiveData copy = data.makeCopy();
- copy.clearOsmId();
+ copy.clearOsmMetadata();
if (data instanceof NodeData) {
newNodeIds.put(data.getUniqueId(), copy.getUniqueId());
} else if (data instanceof WayData) {
@@@ -128,7 -133,7 +134,7 @@@
for (PrimitiveData data:bufferCopy) {
if (data instanceof NodeData) {
NodeData nodeData = (NodeData)data;
- if (Main.map.mapView.getEditLayer() == source) {
+ if (Main.main.getEditLayer() == source) {
nodeData.setEastNorth(nodeData.getEastNorth().add(offsetEast, offsetNorth));
}
} else if (data instanceof WayData) {
diff --combined src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmChangeTask.java
index ee1140d,d6925f2..765a6fd
--- a/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmChangeTask.java
+++ b/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmChangeTask.java
@@@ -1,6 -1,8 +1,8 @@@
// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.actions.downloadtasks;
+ import static org.openstreetmap.josm.tools.I18n.tr;
+
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
@@@ -8,8 -10,6 +10,8 @@@ import java.util.List
import java.util.Map;
import java.util.concurrent.Future;
+import static org.openstreetmap.josm.tools.I18n.tr;
+
import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.data.Bounds;
import org.openstreetmap.josm.data.osm.DataSet;
@@@ -183,7 -183,7 +185,7 @@@ public class DownloadOsmChangeTask exte
try {
data.setVisible(hp.isVisible());
} catch (IllegalStateException e) {
- System.err.println("Cannot change visibility for "+p+": "+e.getMessage());
+ Main.error("Cannot change visibility for "+p+": "+e.getMessage());
}
data.setTimestamp(hp.getTimestamp());
data.setKeys(hp.getTags());
@@@ -195,7 -195,7 +197,7 @@@
// Forget this primitive
it.remove();
} catch (AssertionError e) {
- System.err.println("Cannot load "+p + ": " + e.getMessage());
+ Main.error("Cannot load "+p + ": " + e.getMessage());
}
}
}
diff --combined src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
index 4e7c1ad,f26be1b..0780ea3
--- a/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
+++ b/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
@@@ -2,6 -2,7 +2,7 @@@
package org.openstreetmap.josm.actions.mapmode;
import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
+ import static org.openstreetmap.josm.tools.I18n.marktr;
import static org.openstreetmap.josm.tools.I18n.tr;
import java.awt.AWTEvent;
@@@ -17,6 -18,7 +18,7 @@@ import java.awt.event.KeyEvent
import java.awt.event.MouseEvent;
import java.util.Collection;
import java.util.LinkedHashSet;
+ import java.util.Set;
import javax.swing.JOptionPane;
@@@ -39,7 -41,6 +41,7 @@@ import org.openstreetmap.josm.gui.layer
import org.openstreetmap.josm.gui.layer.OsmDataLayer;
import org.openstreetmap.josm.gui.util.GuiHelper;
import org.openstreetmap.josm.tools.Geometry;
+import static org.openstreetmap.josm.tools.I18n.marktr;
import org.openstreetmap.josm.tools.ImageProvider;
import org.openstreetmap.josm.tools.Shortcut;
@@@ -121,7 -122,7 +123,7 @@@ public class ParallelWayAction extends
private WaySegment referenceSegment;
private ParallelWays pWays;
- private LinkedHashSet<Way> sourceWays;
+ private Set<Way> sourceWays;
private EastNorth helperLineStart;
private EastNorth helperLineEnd;
@@@ -162,6 -163,7 +164,7 @@@
try {
Toolkit.getDefaultToolkit().addAWTEventListener(this, AWTEvent.KEY_EVENT_MASK);
} catch (SecurityException ex) {
+ Main.warn(ex);
}
sourceWays = new LinkedHashSet<Way>(getCurrentDataSet().getSelectedWays());
for (Way w : sourceWays) {
@@@ -181,6 -183,7 +184,7 @@@
try {
Toolkit.getDefaultToolkit().removeAWTEventListener(this);
} catch (SecurityException ex) {
+ Main.warn(ex);
}
removeWayHighlighting(sourceWays);
pWays = null;
@@@ -285,11 -288,6 +289,6 @@@
updateStatusLine();
}
- private boolean isValidModifierCombination() {
- // TODO: implement to give feedback on invalid modifier combination
- return true;
- }
-
private boolean sanityCheck() {
// @formatter:off
boolean areWeSane =
@@@ -309,7 -307,7 +308,7 @@@
if (e.getButton() != MouseEvent.BUTTON1)
return;
- if(sanityCheck() == false)
+ if (!sanityCheck())
return;
updateFlagsOnlyChangeableOnPress();
@@@ -522,8 -520,6 +521,6 @@@
private void clearSourceWays() {
assert (sourceWays != null);
- if (sourceWays == null)
- return;
getCurrentDataSet().clearSelection(sourceWays);
for (Way w : sourceWays) {
w.setHighlighted(false);
@@@ -585,20 -581,16 +582,29 @@@
return Main.pref.get(prefKey(subKey), def);
}
- private String getStringPref(String subKey) {
- return getStringPref(subKey, null);
+ @Override
+ public void preferenceChanged(PreferenceChangeEvent e) {
+ if (e.getKey().startsWith(prefKey(""))) {
+ updateAllPreferences();
+ }
+ }
+
+ @Override
+ public void destroy() {
+ super.destroy();
+ Main.pref.removePreferenceChangeListener(this);
}
+
+ @Override
+ public void preferenceChanged(PreferenceChangeEvent e) {
+ if (e.getKey().startsWith(prefKey(""))) {
+ updateAllPreferences();
+ }
+ }
+
+ @Override
+ public void destroy() {
+ super.destroy();
+ Main.pref.removePreferenceChangeListener(this);
+ }
}
diff --combined src/org/openstreetmap/josm/data/coor/Coordinate.java
index da6f9e7,9685356..18316f9
--- a/src/org/openstreetmap/josm/data/coor/Coordinate.java
+++ b/src/org/openstreetmap/josm/data/coor/Coordinate.java
@@@ -1,9 -1,10 +1,10 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.data.coor;
- import java.awt.geom.Point2D;
import java.io.Serializable;
+ import org.openstreetmap.josm.data.osm.BBox;
+
/**
* Base class of points of both coordinate systems.
*
@@@ -14,12 -15,12 +15,12 @@@
* outside of the data package. Routines there should only use LatLon or
* EastNorth.
*
- * @author imi
+ * @since 6162
*/
- abstract class Coordinate extends Point2D implements Serializable {
+ abstract class Coordinate implements Serializable {
- protected double x;
- protected double y;
+ protected final double x;
+ protected final double y;
/**
* Construct the point with latitude / longitude values.
@@@ -31,26 -32,90 +32,92 @@@
this.x = x; this.y = y;
}
+ @Override
public double getX() {
return x;
}
+ @Override
public double getY() {
return y;
}
- @Override
- public void setLocation (double x, double y) {
- this.x = x;
- this.y = y;
+ /**
+ * Returns the euclidean distance from this {@code Coordinate} to a specified {@code Coordinate}.
+ *
+ * @param coor the specified coordinate to be measured against this {@code Coordinate}
+ * @return the euclidean distance from this {@code Coordinate} to a specified {@code Coordinate}
+ * @since 6166
+ */
+ protected final double distance(final Coordinate coor) {
+ return distance(coor.x, coor.y);
+ }
+
+ /**
+ * Returns the euclidean distance from this {@code Coordinate} to a specified coordinate.
+ *
+ * @param px the X coordinate of the specified point to be measured against this {@code Coordinate}
+ * @param py the Y coordinate of the specified point to be measured against this {@code Coordinate}
+ * @return the euclidean distance from this {@code Coordinate} to a specified coordinate
+ * @since 6166
+ */
+ public final double distance(final double px, final double py) {
+ final double dx = this.x-px;
+ final double dy = this.y-py;
+ return Math.sqrt(dx*dx + dy*dy);
+ }
+
+ /**
+ * Returns the square of the euclidean distance from this {@code Coordinate} to a specified {@code Coordinate}.
+ *
+ * @param coor the specified coordinate to be measured against this {@code Coordinate}
+ * @return the square of the euclidean distance from this {@code Coordinate} to a specified {@code Coordinate}
+ * @since 6166
+ */
+ protected final double distanceSq(final Coordinate coor) {
+ return distanceSq(coor.x, coor.y);
+ }
+
+ /**
+ * Returns the square of euclidean distance from this {@code Coordinate} to a specified coordinate.
+ *
+ * @param px the X coordinate of the specified point to be measured against this {@code Coordinate}
+ * @param py the Y coordinate of the specified point to be measured against this {@code Coordinate}
+ * @return the square of the euclidean distance from this {@code Coordinate} to a specified coordinate
+ * @since 6166
+ */
+ public final double distanceSq(final double px, final double py) {
+ final double dx = this.x-px;
+ final double dy = this.y-py;
+ return dx*dx + dy*dy;
+ }
+
+ /**
+ * Converts to single point BBox.
+ *
+ * @return single point BBox defined by this coordinate.
+ * @since 6203
+ */
+ public BBox toBBox() {
+ return new BBox(x, y);
+ }
+
+ /**
+ * Creates bbox around this coordinate. Coordinate defines
+ * center of bbox, its edge will be 2*r.
+ *
+ * @param r size
+ * @return BBox around this coordinate
+ * @since 6203
+ */
+ public BBox toBBox(final double r) {
+ return new BBox(x - r, y - r, x + r, y + r);
}
@Override
public int hashCode() {
final int prime = 31;
- int result = super.hashCode();
+ int result = 1;
long temp;
temp = java.lang.Double.doubleToLongBits(x);
result = prime * result + (int) (temp ^ (temp >>> 32));
@@@ -63,9 -128,7 +130,7 @@@
public boolean equals(Object obj) {
if (this == obj)
return true;
- if (!super.equals(obj))
- return false;
- if (getClass() != obj.getClass())
+ if (obj == null || getClass() != obj.getClass())
return false;
Coordinate other = (Coordinate) obj;
if (java.lang.Double.doubleToLongBits(x) != java.lang.Double.doubleToLongBits(other.x))
diff --combined src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFile.java
index 6db9f84,5d5af7f..e2f75c2
--- a/src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFile.java
+++ b/src/org/openstreetmap/josm/data/projection/datum/NTV2GridShiftFile.java
@@@ -24,9 -24,10 +24,12 @@@ import java.io.InputStream
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
+ import java.util.List;
+
+ import org.openstreetmap.josm.tools.Utils;
+import org.openstreetmap.josm.tools.Utils;
+
/**
* Models the NTv2 format Grid Shift File and exposes methods to shift
* coordinate values using the Sub Grids contained in the file.
@@@ -62,7 -63,6 +65,6 @@@
*/
public class NTV2GridShiftFile implements Serializable {
- private String overviewHeaderCountId;
private int overviewHeaderCount;
private int subGridHeaderCount;
private int subGridCount;
@@@ -78,6 -78,9 +80,9 @@@
private NTV2SubGrid[] topLevelSubGrid;
private NTV2SubGrid lastSubGrid;
+ /**
+ * Constructs a new {@code NTV2GridShiftFile}.
+ */
public NTV2GridShiftFile() {
}
@@@ -91,7 -94,7 +96,7 @@@
*
* @param in Grid Shift File InputStream
* @param loadAccuracy is Accuracy data to be loaded as well as shift data?
- * @throws Exception
+ * @throws IOException
*/
public void loadGridShiftFile(InputStream in, boolean loadAccuracy ) throws IOException {
byte[] b8 = new byte[8];
@@@ -100,7 -103,7 +105,7 @@@
toEllipsoid = "";
topLevelSubGrid = null;
in.read(b8);
- overviewHeaderCountId = new String(b8);
+ String overviewHeaderCountId = new String(b8);
if (!"NUM_OREC".equals(overviewHeaderCountId))
throw new IllegalArgumentException("Input file is not an NTv2 grid shift file");
in.read(b8);
@@@ -163,7 -166,7 +168,7 @@@
*/
private NTV2SubGrid[] createSubGridTree(NTV2SubGrid[] subGrid) {
int topLevelCount = 0;
- HashMap<String, ArrayList<NTV2SubGrid>> subGridMap = new HashMap<String, ArrayList<NTV2SubGrid>>();
+ HashMap<String, List<NTV2SubGrid>> subGridMap = new HashMap<String, List<NTV2SubGrid>>();
for (int i = 0; i < subGrid.length; i++) {
if (subGrid[i].getParentSubGridName().equalsIgnoreCase("NONE")) {
topLevelCount++;
@@@ -176,13 -179,13 +181,13 @@@
if (subGrid[i].getParentSubGridName().equalsIgnoreCase("NONE")) {
topLevelSubGrid[topLevelCount++] = subGrid[i];
} else {
- ArrayList<NTV2SubGrid> parent = subGridMap.get(subGrid[i].getParentSubGridName());
+ List<NTV2SubGrid> parent = subGridMap.get(subGrid[i].getParentSubGridName());
parent.add(subGrid[i]);
}
}
NTV2SubGrid[] nullArray = new NTV2SubGrid[0];
for (int i = 0; i < subGrid.length; i++) {
- ArrayList<NTV2SubGrid> subSubGrids = subGridMap.get(subGrid[i].getSubGridName());
+ List<NTV2SubGrid> subSubGrids = subGridMap.get(subGrid[i].getSubGridName());
if (!subSubGrids.isEmpty()) {
NTV2SubGrid[] subGridArray = subSubGrids.toArray(nullArray);
subGrid[i].setSubGridArray(subGridArray);
diff --combined src/org/openstreetmap/josm/gui/FileDrop.java
index 9ea4c42,033ad84..539760c
--- a/src/org/openstreetmap/josm/gui/FileDrop.java
+++ b/src/org/openstreetmap/josm/gui/FileDrop.java
@@@ -23,7 -23,6 +23,7 @@@ import java.io.Reader
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
+import java.util.EventObject;
import java.util.List;
import java.util.TooManyListenersException;
@@@ -473,49 -472,6 +473,6 @@@ public class FileDro
/* ******** I N N E R C L A S S ******** */
/**
- * This is the event that is passed to the
- * {@link FileDrop.Listener#filesDropped filesDropped(...)} method in
- * your {@link FileDrop.Listener} when files are dropped onto
- * a registered drop target.
- *
- * <p>I'm releasing this code into the Public Domain. Enjoy.</p>
- *
- * @author Robert Harder
- * @author rob at iharder.net
- * @version 1.2
- */
- public static class Event extends EventObject {
-
- private File[] files;
-
- /**
- * Constructs an {@link Event} with the array
- * of files that were dropped and the
- * {@link FileDrop} that initiated the event.
- *
- * @param files The array of files that were dropped
- * @param source The event source
- */
- public Event( File[] files, Object source ) {
- super( source );
- this.files = files;
- } // end constructor
-
- /**
- * Returns an array of files that were dropped on a
- * registered drop target.
- *
- * @return array of files that were dropped
- */
- public File[] getFiles() {
- return files;
- } // end getFiles
-
- } // end inner class Event
-
- /* ******** I N N E R C L A S S ******** */
-
- /**
* At last an easy way to encapsulate your custom objects for dragging and dropping
* in your Java programs!
* When you need to create a {@link java.awt.datatransfer.Transferable} object,
diff --combined src/org/openstreetmap/josm/gui/MainMenu.java
index 2903b24,a4d6653..497b7ef
--- a/src/org/openstreetmap/josm/gui/MainMenu.java
+++ b/src/org/openstreetmap/josm/gui/MainMenu.java
@@@ -84,6 -84,7 +84,7 @@@ import org.openstreetmap.josm.actions.S
import org.openstreetmap.josm.actions.SplitWayAction;
import org.openstreetmap.josm.actions.ToggleGPXLinesAction;
import org.openstreetmap.josm.actions.UnGlueAction;
+ import org.openstreetmap.josm.actions.UnJoinNodeWayAction;
import org.openstreetmap.josm.actions.UndoAction;
import org.openstreetmap.josm.actions.UnselectAllAction;
import org.openstreetmap.josm.actions.UpdateDataAction;
@@@ -108,6 -109,8 +109,8 @@@ import org.openstreetmap.josm.data.Pref
import org.openstreetmap.josm.gui.io.RecentlyOpenedFilesMenu;
import org.openstreetmap.josm.gui.layer.Layer;
import org.openstreetmap.josm.gui.mappaint.MapPaintMenu;
+ import org.openstreetmap.josm.gui.preferences.imagery.ImageryPreference;
+ import org.openstreetmap.josm.gui.preferences.map.TaggingPresetPreference;
import org.openstreetmap.josm.gui.tagging.TaggingPresetSearchAction;
import org.openstreetmap.josm.tools.ImageProvider;
import org.openstreetmap.josm.tools.Shortcut;
@@@ -123,91 -126,183 +126,183 @@@
public class MainMenu extends JMenuBar {
/* File menu */
+ /** File -> New Layer **/
public final NewAction newAction = new NewAction();
+ /** File -> Open... **/
public final OpenFileAction openFile = new OpenFileAction();
+ /** File -> Open Recent > **/
public final RecentlyOpenedFilesMenu recentlyOpened = new RecentlyOpenedFilesMenu();
+ /** File -> Open Location... **/
public final OpenLocationAction openLocation = new OpenLocationAction();
- public final JosmAction save = SaveAction.getInstance();
- public final JosmAction saveAs = SaveAsAction.getInstance();
- public JosmAction sessionLoad;
- public JosmAction sessionSaveAs;
- public final JosmAction gpxExport = new GpxExportAction();
+ /** File -> Save **/
+ public final SaveAction save = SaveAction.getInstance();
+ /** File -> Save As... **/
+ public final SaveAsAction saveAs = SaveAsAction.getInstance();
+ /** File -> Session > Load Session **/
+ public SessionLoadAction sessionLoad;
+ /** File -> Session > Save Session As... **/
+ public SessionSaveAsAction sessionSaveAs;
+ /** File -> Export to GPX... **/
+ public final GpxExportAction gpxExport = new GpxExportAction();
+ /** File -> Download from OSM... **/
public final DownloadAction download = new DownloadAction();
+ /** File -> Download object... **/
public final DownloadPrimitiveAction downloadPrimitive = new DownloadPrimitiveAction();
+ /** File -> Download parent ways/relations... **/
public final DownloadReferrersAction downloadReferrers = new DownloadReferrersAction();
+ /** File -> Close open changesets... **/
public final CloseChangesetAction closeChangesetAction = new CloseChangesetAction();
+ /** File -> Update data **/
public final JosmAction update = new UpdateDataAction();
+ /** File -> Update selection **/
public final JosmAction updateSelection = new UpdateSelectionAction();
+ /** File -> Update modified **/
public final JosmAction updateModified = new UpdateModifiedAction();
+ /** File -> Upload data **/
public final JosmAction upload = new UploadAction();
+ /** File -> Upload selection **/
public final JosmAction uploadSelection = new UploadSelectionAction();
- public final JosmAction restart = new RestartAction();
- public final JosmAction exit = new ExitAction();
+ /** File -> Restart **/
+ public final RestartAction restart = new RestartAction();
+ /** File -> Exit **/
+ public final ExitAction exit = new ExitAction();
/* Edit menu */
+ /** Edit -> Undo... */
public final UndoAction undo = new UndoAction();
+ /** Edit -> Redo */
public final RedoAction redo = new RedoAction();
- public final JosmAction copy = new CopyAction();
+ /** Edit -> Copy */
+ public final CopyAction copy = new CopyAction();
+ /** Edit -> Copy Coordinates */
public final JosmAction copyCoordinates = new CopyCoordinatesAction();
+ /** Edit -> Paste */
public final PasteAction paste = new PasteAction();
- public final JosmAction pasteTags = new PasteTagsAction();
- public final JosmAction duplicate = new DuplicateAction();
- public final JosmAction delete = new DeleteAction();
+ /** Edit -> Paste Tags */
+ public final PasteTagsAction pasteTags = new PasteTagsAction();
+ /** Edit -> Duplicate */
+ public final DuplicateAction duplicate = new DuplicateAction();
+ /** Edit -> Delete */
+ public final DeleteAction delete = new DeleteAction();
+ /** Edit -> Purge... */
public final JosmAction purge = new PurgeAction();
- public final JosmAction merge = new MergeLayerAction();
- public final JosmAction mergeSelected = new MergeSelectionAction();
- public final JosmAction selectAll = new SelectAllAction();
- public final JosmAction unselectAll = new UnselectAllAction();
- public final JosmAction search = new SearchAction();
- public final JosmAction preferences = new PreferencesAction();
+ /** Edit -> Merge layer */
+ public final MergeLayerAction merge = new MergeLayerAction();
+ /** Edit -> Merge selection */
+ public final MergeSelectionAction mergeSelected = new MergeSelectionAction();
+ /** Edit -> Search... */
+ public final SearchAction search = new SearchAction();
+ /** Edit -> Preferences */
+ public final PreferencesAction preferences = new PreferencesAction();
/* View menu */
+ /** View -> Wireframe View */
public final WireframeToggleAction wireFrameToggleAction = new WireframeToggleAction();
public final JosmAction toggleGPXLines = new ToggleGPXLinesAction();
+ /** View -> Advanced info */
public final InfoAction info = new InfoAction();
+ /** View -> Advanced info (web) */
public final InfoWebAction infoweb = new InfoWebAction();
+ /** View -> History */
public final HistoryInfoAction historyinfo = new HistoryInfoAction();
+ /** View -> History (web) */
public final HistoryInfoWebAction historyinfoweb = new HistoryInfoWebAction();
+ /** View -> "Zoom to"... actions */
public final Map<String, AutoScaleAction> autoScaleActions = new HashMap<String, AutoScaleAction>();
+ /** View -> Jump to position */
+ public final JumpToAction jumpToAct = new JumpToAction();
/* Tools menu */
- public final JosmAction splitWay = new SplitWayAction();
- public final JosmAction combineWay = new CombineWayAction();
- public final JosmAction reverseWay = new ReverseWayAction();
- public final JosmAction alignInCircle = new AlignInCircleAction();
- public final JosmAction alignInLine = new AlignInLineAction();
- public final JosmAction distribute = new DistributeAction();
+ /** Tools -> Split Way */
+ public final SplitWayAction splitWay = new SplitWayAction();
+ /** Tools -> Combine Way */
+ public final CombineWayAction combineWay = new CombineWayAction();
+ /** Tools -> Reverse Ways */
+ public final ReverseWayAction reverseWay = new ReverseWayAction();
+ /** Tools -> Simplify Way */
+ public final SimplifyWayAction simplifyWay = new SimplifyWayAction();
+ /** Tools -> Align Nodes in Circle */
+ public final AlignInCircleAction alignInCircle = new AlignInCircleAction();
+ /** Tools -> Align Nodes in Line */
+ public final AlignInLineAction alignInLine = new AlignInLineAction();
+ /** Tools -> Distribute Nodes */
+ public final DistributeAction distribute = new DistributeAction();
+ /** Tools -> Orthogonalize Shape */
public final OrthogonalizeAction ortho = new OrthogonalizeAction();
- public final JosmAction orthoUndo = new Undo(); // action is not shown in the menu. Only triggered by shortcut
- public final JosmAction mirror = new MirrorAction();
- public final AddNodeAction addnode = new AddNodeAction();
- public final MoveNodeAction movenode = new MoveNodeAction();
- public final JosmAction createCircle = new CreateCircleAction();
- public final JosmAction mergeNodes = new MergeNodesAction();
- public final JosmAction joinNodeWay = new JoinNodeWayAction();
- public final JosmAction unglueNodes = new UnGlueAction();
- public final JosmAction simplifyWay = new SimplifyWayAction();
- public final JosmAction joinAreas = new JoinAreasAction();
- public final JosmAction createMultipolygon = new CreateMultipolygonAction();
- public final JosmAction followLine = new FollowLineAction();
+ /** Orthogonalize undo. Action is not shown in the menu. Only triggered by shortcut */
+ public final Undo orthoUndo = new Undo();
+ /** Tools -> Mirror */
+ public final MirrorAction mirror = new MirrorAction();
+ /** Tools -> Follow line */
+ public final FollowLineAction followLine = new FollowLineAction();
+ /** Tools -> Add Node... */
+ public final AddNodeAction addNode = new AddNodeAction();
+ /** Tools -> Move Node... */
+ public final MoveNodeAction moveNode = new MoveNodeAction();
+ /** Tools -> Create Circle */
+ public final CreateCircleAction createCircle = new CreateCircleAction();
+ /** Tools -> Merge Nodes */
+ public final MergeNodesAction mergeNodes = new MergeNodesAction();
+ /** Tools -> Join Node to Way */
+ public final JoinNodeWayAction joinNodeWay = new JoinNodeWayAction();
+ /** Tools -> Disconnect Node from Way */
+ public final UnJoinNodeWayAction unJoinNodeWay = new UnJoinNodeWayAction();
+ /** Tools -> Unglue Ways */
+ public final UnGlueAction unglueNodes = new UnGlueAction();
+ /** Tools -> Join overlapping Areas */
+ public final JoinAreasAction joinAreas = new JoinAreasAction();
+ /** Tools -> Create multipolygon */
+ public final CreateMultipolygonAction createMultipolygon = new CreateMultipolygonAction();
+
+ /* Selection menu */
+ /** Selection -> Select All */
+ public final SelectAllAction selectAll = new SelectAllAction();
+ /** Selection -> Unselect All */
+ public final UnselectAllAction unselectAll = new UnselectAllAction();
/* Audio menu */
+ /** Audio -> Play/Pause */
public final JosmAction audioPlayPause = new AudioPlayPauseAction();
+ /** Audio -> Next marker */
public final JosmAction audioNext = new AudioNextAction();
+ /** Audio -> Previous Marker */
public final JosmAction audioPrev = new AudioPrevAction();
+ /** Audio -> Forward */
public final JosmAction audioFwd = new AudioFwdAction();
+ /** Audio -> Back */
public final JosmAction audioBack = new AudioBackAction();
+ /** Audio -> Faster */
public final JosmAction audioFaster = new AudioFasterAction();
+ /** Audio -> Slower */
public final JosmAction audioSlower = new AudioSlowerAction();
+ /* Windows Menu */
+ /** Windows -> Changeset Manager */
+ public final ChangesetManagerToggleAction changesetManager = new ChangesetManagerToggleAction();
+
/* Help menu */
+ /** Help -> Help */
public final HelpAction help = new HelpAction();
- public final JosmAction about = new AboutAction();
- public final JosmAction statusreport = new ShowStatusReportAction();
+ /** Help -> About */
+ public final AboutAction about = new AboutAction();
+ /** Help -> Show Status Report */
+ public final ShowStatusReportAction statusreport = new ShowStatusReportAction();
+ /**
+ * fileMenu contains I/O actions
+ */
public final JMenu fileMenu = addMenu(marktr("File"), KeyEvent.VK_F, 0, ht("/Menu/File"));
- public final JMenu sessionMenu = new JMenu(tr("Session")); // submenu of the file menu
+ /**
+ * sessionMenu is a submenu of File menu containing all session actions
+ */
+ public final JMenu sessionMenu = new JMenu(tr("Session"));
+ /**
+ * editMenu contains editing actions
+ */
public final JMenu editMenu = addMenu(marktr("Edit"), KeyEvent.VK_E, 1, ht("/Menu/Edit"));
+ /**
+ * viewMenu contains display actions (zoom, map styles, etc.)
+ */
public final JMenu viewMenu = addMenu(marktr("View"), KeyEvent.VK_V, 2, ht("/Menu/View"));
/**
* toolsMenu contains different geometry manipulation actions from JOSM core (most used)
@@@ -225,20 -320,25 +320,25 @@@
* @since 6082
*/
public final JMenu dataMenu = addMenu(marktr("Data"), KeyEvent.VK_D, 5, ht("/Menu/Data"));
- /**
+ /**
* selectionMenu contains all actions related to selecting different objects
* @since 6082 (moved from Utilsplugin2)
*/
public final JMenu selectionMenu = addMenu(marktr("Selection"), KeyEvent.VK_N, 6, ht("/Menu/Selection"));
+ /**
+ * presetsMenu contains presets actions (search, presets tree)
+ */
public final JMenu presetsMenu = addMenu(marktr("Presets"), KeyEvent.VK_P, 7, ht("/Menu/Presets"));
/**
* submenu in Imagery menu that contains plugin-managed additional imagery layers
* @since 6097
*/
public final JMenu imagerySubMenu = new JMenu(tr("More..."));
- public final ImageryMenu imageryMenu =
- (ImageryMenu)addMenu(new ImageryMenu(imagerySubMenu), marktr("Imagery"), KeyEvent.VK_I, 8, ht("/Menu/Imagery"));
- /**
+ /**
+ * imageryMenu contains all imagery-related actions
+ */
+ public final ImageryMenu imageryMenu = addMenu(new ImageryMenu(imagerySubMenu), marktr("Imagery"), KeyEvent.VK_I, 8, ht("/Menu/Imagery"));
+ /**
* gpsMenu contains all plugin actions that are related
* to using GPS data, including opening, uploading and real-time tracking
* @since 6082
@@@ -252,16 -352,21 +352,21 @@@
public final JMenu windowMenu = addMenu(marktr("Windows"), KeyEvent.VK_W, 10, ht("/Menu/Windows"));
public static enum WINDOW_MENU_GROUP { ALWAYS, TOGGLE_DIALOG, VOLATILE }
+ /**
+ * audioMenu contains all audio-related actions. Be careful, this menu is not guaranteed to be displayed at all
+ */
public JMenu audioMenu = null;
+ /**
+ * helpMenu contains JOSM general actions (Help, About, etc.)
+ */
public final JMenu helpMenu = addMenu(marktr("Help"), KeyEvent.VK_H, 11, ht("/Menu/Help"));
- private final int defaultMenuPos = 11;
+ private static final int defaultMenuPos = 11;
public final JosmAction moveUpAction = new MoveAction(MoveAction.Direction.UP);
public final JosmAction moveDownAction = new MoveAction(MoveAction.Direction.DOWN);
public final JosmAction moveLeftAction = new MoveAction(MoveAction.Direction.LEFT);
public final JosmAction moveRightAction = new MoveAction(MoveAction.Direction.RIGHT);
- public final JumpToAction jumpToAct = new JumpToAction();
public final TaggingPresetSearchAction presetSearchAction = new TaggingPresetSearchAction();
public final DialogsToggleAction dialogsToggleAction = new DialogsToggleAction();
@@@ -394,6 -499,7 +499,7 @@@
* @param action the action that should get a menu item
* @param group the item should be added to. Groups are split by a separator.
* 0 is the first group, -1 will add the item to the end.
+ * @return The created menu item
*/
public static <E extends Enum<E>> JMenuItem add(JMenu menu, JosmAction action, Enum<E> group) {
if (action.getShortcut().getAutomatic())
@@@ -415,6 -521,7 +521,7 @@@
* @param group the item should be added to. Groups are split by a separator. Use
* one of the enums that are defined for some of the menus to tell in which
* group the item should go.
+ * @return The created menu item
*/
public static <E extends Enum<E>> JCheckBoxMenuItem addWithCheckbox(JMenu menu, JosmAction action, Enum<E> group) {
int i = getInsertionIndexForGroup(menu, group.ordinal());
@@@ -458,7 -565,7 +565,7 @@@
return addMenu(menu, name, mnemonicKey, position, relativeHelpTopic);
}
- public JMenu addMenu(JMenu menu, String name, int mnemonicKey, int position, String relativeHelpTopic) {
+ public <T extends JMenu> T addMenu(T menu, String name, int mnemonicKey, int position, String relativeHelpTopic) {
Shortcut.registerShortcut("menu:" + name, tr("Menu: {0}", tr(name)), mnemonicKey,
Shortcut.MNEMONIC).setMnemonic(menu);
add(menu, position);
@@@ -466,6 -573,9 +573,9 @@@
return menu;
}
+ /**
+ * Constructs a new {@code MainMenu}.
+ */
public MainMenu() {
JMenuItem current;
@@@ -480,15 -590,14 +590,14 @@@
fileMenu.addSeparator();
add(fileMenu, save);
add(fileMenu, saveAs);
- if (Main.pref.getBoolean("session")) {
- sessionMenu.setToolTipText(tr("Save and load the current session (list of layers, etc.)"));
- sessionMenu.setIcon(ImageProvider.get("session"));
- sessionSaveAs = new SessionSaveAsAction();
- sessionLoad = new SessionLoadAction();
- add(sessionMenu, sessionSaveAs);
- add(sessionMenu, sessionLoad);
- fileMenu.add(sessionMenu);
- }
+ sessionMenu.setToolTipText(tr("Save and load the current session (list of layers, etc.)"));
+ sessionMenu.setIcon(ImageProvider.get("session"));
+ sessionSaveAs = new SessionSaveAsAction();
+ sessionLoad = new SessionLoadAction();
+ add(sessionMenu, sessionSaveAs);
+ add(sessionMenu, sessionLoad);
+ fileMenu.add(sessionMenu);
+ ExpertToggleAction.addVisibilitySwitcher(sessionMenu);
add(fileMenu, gpxExport, true);
fileMenu.addSeparator();
add(fileMenu, download);
@@@ -569,6 -678,7 +678,7 @@@
dialogsToggleAction.addButtonModel(dialogsToggle.getModel());
viewMenu.add(dialogsToggle);
+ add(viewMenu, jumpToAct, true);
viewMenu.addSeparator();
add(viewMenu, info);
add(viewMenu, infoweb);
@@@ -584,11 -694,16 +694,19 @@@
ExpertToggleAction.getInstance().addButtonModel(expertItem.getModel());
add(presetsMenu, presetSearchAction);
+ add(presetsMenu, PreferencesAction.forPreferenceSubTab(tr("Preset preferences"),
+ tr("Click to open the tagging presets tab in the preferences"), TaggingPresetPreference.class));
presetsMenu.addSeparator();
+
+ add(selectionMenu, selectAll);
+ add(selectionMenu, unselectAll);
+ add(imageryMenu, PreferencesAction.forPreferenceTab(tr("Imagery preferences"),
+ tr("Click to open the imagery tab in the preferences"), ImageryPreference.class));
+
+ add(selectionMenu, selectAll);
+ add(selectionMenu, unselectAll);
+
add(toolsMenu, splitWay);
add(toolsMenu, combineWay);
toolsMenu.addSeparator();
@@@ -602,22 -717,22 +720,22 @@@
add(toolsMenu, mirror, true);
toolsMenu.addSeparator();
add(toolsMenu, followLine, true);
- add(toolsMenu, addnode, true);
- add(toolsMenu, movenode, true);
+ add(toolsMenu, addNode, true);
+ add(toolsMenu, moveNode, true);
add(toolsMenu, createCircle);
toolsMenu.addSeparator();
add(toolsMenu, mergeNodes);
add(toolsMenu, joinNodeWay);
+ add(toolsMenu, unJoinNodeWay);
add(toolsMenu, unglueNodes);
toolsMenu.addSeparator();
add(toolsMenu, joinAreas);
add(toolsMenu, createMultipolygon);
// -- changeset manager toggle action
- ChangesetManagerToggleAction changesetManagerToggleAction = new ChangesetManagerToggleAction();
- final JCheckBoxMenuItem mi = MainMenu.addWithCheckbox(windowMenu, changesetManagerToggleAction,
+ final JCheckBoxMenuItem mi = MainMenu.addWithCheckbox(windowMenu, changesetManager,
MainMenu.WINDOW_MENU_GROUP.ALWAYS);
- changesetManagerToggleAction.addButtonModel(mi.getModel());
+ changesetManager.addButtonModel(mi.getModel());
if (!Main.pref.getBoolean("audio.menuinvisible", false)) {
showAudioMenu(true);
@@@ -672,12 -787,9 +790,9 @@@
}
/**
* Refreshes the enabled state
- *
*/
protected void refreshEnabled() {
- presetsMenu.setEnabled(Main.isDisplayingMapView()
- && Main.map.mapView.getEditLayer() != null
- );
+ presetsMenu.setEnabled(Main.main.hasEditLayer());
}
@Override
diff --combined src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java
index d419986,2a6586b..5c08685
--- a/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java
+++ b/src/org/openstreetmap/josm/gui/bbox/TileSelectionBBoxChooser.java
@@@ -20,9 -20,10 +20,10 @@@ import java.awt.event.FocusListener
import java.awt.event.KeyEvent;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
+ import java.util.ArrayList;
import java.util.HashSet;
+ import java.util.List;
import java.util.Set;
- import java.util.Vector;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@@@ -49,9 -50,9 +50,10 @@@ import org.openstreetmap.josm.data.Vers
import org.openstreetmap.josm.data.coor.LatLon;
import org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator;
import org.openstreetmap.josm.gui.widgets.HtmlPanel;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator;
import org.openstreetmap.josm.tools.ImageProvider;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
/**
* TileSelectionBBoxChooser allows to select a bounding box (i.e. for downloading) based
@@@ -67,7 -68,7 +69,7 @@@
* public void propertyChange(PropertyChangeEvent evt) {
* // listen for BBOX events
* if (evt.getPropertyName().equals(BBoxChooser.BBOX_PROP)) {
- * System.out.println("new bbox based on OSM tiles selected: " + (Bounds)evt.getNewValue());
+ * Main.info("new bbox based on OSM tiles selected: " + (Bounds)evt.getNewValue());
* }
* }
* });
@@@ -152,10 -153,10 +154,10 @@@ public class TileSelectionBBoxChooser e
if (bbox == null) return;
// calc the screen coordinates for the new selection rectangle
- MapMarkerDot xmin_ymin = new MapMarkerDot(bbox.getMin().lat(), bbox.getMin().lon());
- MapMarkerDot xmax_ymax = new MapMarkerDot(bbox.getMax().lat(), bbox.getMax().lon());
+ MapMarkerDot xmin_ymin = new MapMarkerDot(bbox.getMinLat(), bbox.getMinLon());
+ MapMarkerDot xmax_ymax = new MapMarkerDot(bbox.getMaxLat(), bbox.getMaxLon());
- Vector<MapMarker> marker = new Vector<MapMarker>(2);
+ List<MapMarker> marker = new ArrayList<MapMarker>(2);
marker.add(xmin_ymin);
marker.add(xmax_ymax);
mapViewer.setBoundingBox(bbox);
@@@ -341,12 -342,12 +343,12 @@@
TileBounds tb = new TileBounds();
tb.zoomLevel = (Integer) spZoomLevel.getValue();
tb.min = new Point(
- Math.max(0,lonToTileX(tb.zoomLevel, bbox.getMin().lon())),
- Math.max(0,latToTileY(tb.zoomLevel, bbox.getMax().lat()-.00001))
+ Math.max(0,lonToTileX(tb.zoomLevel, bbox.getMinLon())),
+ Math.max(0,latToTileY(tb.zoomLevel, bbox.getMaxLat() - 0.00001))
);
tb.max = new Point(
- Math.max(0,lonToTileX(tb.zoomLevel, bbox.getMax().lon())),
- Math.max(0,latToTileY(tb.zoomLevel, bbox.getMin().lat()-.00001))
+ Math.max(0,lonToTileX(tb.zoomLevel, bbox.getMaxLon())),
+ Math.max(0,latToTileY(tb.zoomLevel, bbox.getMinLat() - 0.00001))
);
doFireTileBoundChanged = false;
setTileBounds(tb);
@@@ -406,9 -407,6 +408,6 @@@
if (!valMinY.isValid()) return;
Point min = new Point(valMinX.getTileIndex(), valMinY.getTileIndex());
Point max = new Point(valMaxX.getTileIndex(), valMaxY.getTileIndex());
- if (min.x > max.x) {
-
- }
int zoomlevel = (Integer)spZoomLevel.getValue();
TileBounds tb = new TileBounds(min, max, zoomlevel);
fireTileBoundsChanged(tb);
@@@ -681,10 -679,10 +680,10 @@@
min = null;
max = null;
} else {
- int y1 = OsmMercator.LatToY(bbox.getMin().lat(), MAX_ZOOM);
- int y2 = OsmMercator.LatToY(bbox.getMax().lat(), MAX_ZOOM);
- int x1 = OsmMercator.LonToX(bbox.getMin().lon(), MAX_ZOOM);
- int x2 = OsmMercator.LonToX(bbox.getMax().lon(), MAX_ZOOM);
+ int y1 = OsmMercator.LatToY(bbox.getMinLat(), MAX_ZOOM);
+ int y2 = OsmMercator.LatToY(bbox.getMaxLat(), MAX_ZOOM);
+ int x1 = OsmMercator.LonToX(bbox.getMinLon(), MAX_ZOOM);
+ int x2 = OsmMercator.LonToX(bbox.getMaxLon(), MAX_ZOOM);
min = new Point(Math.min(x1, x2), Math.min(y1, y2));
max = new Point(Math.max(x1, x2), Math.max(y1, y2));
diff --combined src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
index 55b6735,a7a3a6d..acb85c7
--- a/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
+++ b/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
@@@ -59,6 -59,8 +59,8 @@@ import org.openstreetmap.josm.actions.s
import org.openstreetmap.josm.command.ChangeCommand;
import org.openstreetmap.josm.command.ChangePropertyCommand;
import org.openstreetmap.josm.command.Command;
+ import org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent;
+ import org.openstreetmap.josm.data.Preferences.PreferenceChangedListener;
import org.openstreetmap.josm.data.SelectionChangedListener;
import org.openstreetmap.josm.data.osm.IRelation;
import org.openstreetmap.josm.data.osm.Node;
@@@ -74,7 -76,6 +76,6 @@@ import org.openstreetmap.josm.data.osm.
import org.openstreetmap.josm.data.osm.event.SelectionEventManager;
import org.openstreetmap.josm.gui.DefaultNameFormatter;
import org.openstreetmap.josm.gui.ExtendedDialog;
- import org.openstreetmap.josm.gui.MapFrame;
import org.openstreetmap.josm.gui.MapView;
import org.openstreetmap.josm.gui.PopupMenuHandler;
import org.openstreetmap.josm.gui.SideButton;
@@@ -96,23 -97,23 +97,23 @@@ import org.openstreetmap.josm.tools.Sho
import org.openstreetmap.josm.tools.Utils;
/**
- * This dialog displays the properties of the current selected primitives.
+ * This dialog displays the tags of the current selected primitives.
*
* If no object is selected, the dialog list is empty.
- * If only one is selected, all properties of this object are selected.
- * If more than one object are selected, the sum of all properties are displayed. If the
- * different objects share the same property, the shared value is displayed. If they have
+ * If only one is selected, all tags of this object are selected.
+ * If more than one object are selected, the sum of all tags are displayed. If the
+ * different objects share the same tag, the shared value is displayed. If they have
* different values, all of them are put in a combo box and the string "<different>"
* is displayed in italic.
*
- * Below the list, the user can click on an add, modify and delete property button to
+ * Below the list, the user can click on an add, modify and delete tag button to
* edit the table selection value.
*
* The command is applied to all selected entries.
*
* @author imi
*/
- public class PropertiesDialog extends ToggleDialog implements SelectionChangedListener, MapView.EditLayerChangeListener, DataSetListenerAdapter.Listener {
+ public class PropertiesDialog extends ToggleDialog implements SelectionChangedListener, MapView.EditLayerChangeListener, DataSetListenerAdapter.Listener, PreferenceChangedListener {
/**
* hook for roadsigns plugin to display a small button in the upper right corner of this dialog
@@@ -120,9 -121,9 +121,9 @@@
public static final JPanel pluginHook = new JPanel();
/**
- * The property data of selected objects.
+ * The tag data of selected objects.
*/
- private final DefaultTableModel propertyData = new ReadOnlyTableModel();
+ private final DefaultTableModel tagData = new ReadOnlyTableModel();
/**
* The membership data of selected objects.
@@@ -130,27 -131,28 +131,28 @@@
private final DefaultTableModel membershipData = new ReadOnlyTableModel();
/**
- * The properties table.
+ * The tags table.
*/
- private final JTable propertyTable = new JTable(propertyData);
+ private final JTable tagTable = new JTable(tagData);
+
/**
* The membership table.
*/
private final JTable membershipTable = new JTable(membershipData);
// Popup menus
- private final JPopupMenu propertyMenu = new JPopupMenu();
+ private final JPopupMenu tagMenu = new JPopupMenu();
private final JPopupMenu membershipMenu = new JPopupMenu();
// Popup menu handlers
- private final PopupMenuHandler propertyMenuHandler = new PopupMenuHandler(propertyMenu);
+ private final PopupMenuHandler tagMenuHandler = new PopupMenuHandler(tagMenu);
private final PopupMenuHandler membershipMenuHandler = new PopupMenuHandler(membershipMenu);
private final Map<String, Map<String, Integer>> valueCount = new TreeMap<String, Map<String, Integer>>();
/**
- * This sub-object is responsible for all adding and editing of properties
+ * This sub-object is responsible for all adding and editing of tags
*/
- private final TagEditHelper editHelper = new TagEditHelper(propertyData, valueCount);
+ private final TagEditHelper editHelper = new TagEditHelper(tagData, valueCount);
private final DataSetListenerAdapter dataChangedAdapter = new DataSetListenerAdapter(this);
private final HelpAction helpAction = new HelpAction();
@@@ -199,7 -201,7 +201,7 @@@
* Text to display when nothing selected.
*/
private final JLabel selectSth = new JLabel("<html><p>"
- + tr("Select objects for which to change properties.") + "</p></html>");
+ + tr("Select objects for which to change tags.") + "</p></html>");
private PresetHandler presetHandler = new PresetHandler() {
@Override public void updateTags(List<Tag> tags) {
@@@ -218,15 -220,14 +220,15 @@@
/**
* Create a new PropertiesDialog
+ * @param mapFrame The parent map fram
*/
- public PropertiesDialog(MapFrame mapFrame) {
- super(tr("Properties/Memberships"), "propertiesdialog", tr("Properties for selected objects."),
- Shortcut.registerShortcut("subwindow:properties", tr("Toggle: {0}", tr("Properties/Memberships")), KeyEvent.VK_P,
+ public PropertiesDialog() {
+ super(tr("Tags/Memberships"), "propertiesdialog", tr("Tags for selected objects."),
+ Shortcut.registerShortcut("subwindow:properties", tr("Toggle: {0}", tr("Tags/Memberships")), KeyEvent.VK_P,
Shortcut.ALT_SHIFT), 150, true);
- setupPropertiesMenu();
- buildPropertiesTable();
+ setupTagsMenu();
+ buildTagsTable();
setupMembershipMenu();
buildMembershipTable();
@@@ -241,8 -242,8 +243,8 @@@
bothTables.add(pluginHook, GBC.eol().insets(0,1,1,1).anchor(GBC.NORTHEAST).weight(epsilon, epsilon));
}
bothTables.add(selectSth, GBC.eol().fill().insets(10, 10, 10, 10));
- bothTables.add(propertyTable.getTableHeader(), GBC.eol().fill(GBC.HORIZONTAL));
- bothTables.add(propertyTable, GBC.eol().fill(GBC.BOTH));
+ bothTables.add(tagTable.getTableHeader(), GBC.eol().fill(GBC.HORIZONTAL));
+ bothTables.add(tagTable, GBC.eol().fill(GBC.BOTH));
bothTables.add(membershipTable.getTableHeader(), GBC.eol().fill(GBC.HORIZONTAL));
bothTables.add(membershipTable, GBC.eol().fill(GBC.BOTH));
if(!top) {
@@@ -252,9 -253,9 +254,9 @@@
setupKeyboardShortcuts();
// Let the action know when selection in the tables change
- propertyTable.getSelectionModel().addListSelectionListener(editAction);
+ tagTable.getSelectionModel().addListSelectionListener(editAction);
membershipTable.getSelectionModel().addListSelectionListener(editAction);
- propertyTable.getSelectionModel().addListSelectionListener(deleteAction);
+ tagTable.getSelectionModel().addListSelectionListener(deleteAction);
membershipTable.getSelectionModel().addListSelectionListener(deleteAction);
@@@ -263,7 -264,7 +265,7 @@@
}));
MouseClickWatch mouseClickWatch = new MouseClickWatch();
- propertyTable.addMouseListener(mouseClickWatch);
+ tagTable.addMouseListener(mouseClickWatch);
membershipTable.addMouseListener(mouseClickWatch);
scrollPane.addMouseListener(mouseClickWatch);
@@@ -271,41 -272,20 +273,20 @@@
presets.setSize(scrollPane.getSize());
editHelper.loadTagsIfNeeded();
+
+ Main.pref.addPreferenceChangeListener(this);
}
- private void buildPropertiesTable() {
- // setting up the properties table
+ private void buildTagsTable() {
+ // setting up the tags table
- propertyData.setColumnIdentifiers(new String[]{tr("Key"),tr("Value")});
- propertyTable.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
- propertyTable.getTableHeader().setReorderingAllowed(false);
+ tagData.setColumnIdentifiers(new String[]{tr("Key"),tr("Value")});
+ tagTable.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
+ tagTable.getTableHeader().setReorderingAllowed(false);
- propertyTable.getColumnModel().getColumn(1).setCellRenderer(new DefaultTableCellRenderer(){
- @Override public Component getTableCellRendererComponent(JTable table, Object value,
- boolean isSelected, boolean hasFocus, int row, int column) {
- Component c = super.getTableCellRendererComponent(table, value, isSelected, false, row, column);
- if (value == null)
- return this;
- if (c instanceof JLabel) {
- String str = null;
- if (value instanceof String) {
- str = (String) value;
- } else if (value instanceof Map<?, ?>) {
- Map<?, ?> v = (Map<?, ?>) value;
- if (v.size() != 1) {
- str=tr("<different>");
- c.setFont(c.getFont().deriveFont(Font.ITALIC));
- } else {
- final Map.Entry<?, ?> entry = v.entrySet().iterator().next();
- str = (String) entry.getKey();
- }
- }
- ((JLabel)c).putClientProperty("html.disable", Boolean.TRUE); // Fix #8730
- ((JLabel)c).setText(str);
- }
- return c;
- }
- });
+ PropertiesCellRenderer cellRenderer = new PropertiesCellRenderer();
+ tagTable.getColumnModel().getColumn(0).setCellRenderer(cellRenderer);
+ tagTable.getColumnModel().getColumn(1).setCellRenderer(cellRenderer);
}
private void buildMembershipTable() {
@@@ -433,19 -413,19 +414,19 @@@
}
/**
- * creates the popup menu @field propertyMenu and its launcher on property table
+ * creates the popup menu @field tagMenu and its launcher on tag table
*/
- private void setupPropertiesMenu() {
- propertyMenu.add(pasteValueAction);
- propertyMenu.add(copyValueAction);
- propertyMenu.add(copyKeyValueAction);
- propertyMenu.add(copyAllKeyValueAction);
- propertyMenu.addSeparator();
- propertyMenu.add(searchActionAny);
- propertyMenu.add(searchActionSame);
- propertyMenu.addSeparator();
- propertyMenu.add(helpAction);
- propertyTable.addMouseListener(new PopupMenuLauncher(propertyMenu));
+ private void setupTagsMenu() {
+ tagMenu.add(pasteValueAction);
+ tagMenu.add(copyValueAction);
+ tagMenu.add(copyKeyValueAction);
+ tagMenu.add(copyAllKeyValueAction);
+ tagMenu.addSeparator();
+ tagMenu.add(searchActionAny);
+ tagMenu.add(searchActionSame);
+ tagMenu.addSeparator();
+ tagMenu.add(helpAction);
+ tagTable.addMouseListener(new PopupMenuLauncher(tagMenu));
}
/**
@@@ -454,27 -434,27 +435,27 @@@
private void setupKeyboardShortcuts() {
// ENTER = editAction, open "edit" dialog
- propertyTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
+ tagTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
.put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0),"onTableEnter");
- propertyTable.getActionMap().put("onTableEnter",editAction);
+ tagTable.getActionMap().put("onTableEnter",editAction);
membershipTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
.put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0),"onTableEnter");
membershipTable.getActionMap().put("onTableEnter",editAction);
- // INSERT button = addAction, open "add property" dialog
- propertyTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
+ // INSERT button = addAction, open "add tag" dialog
+ tagTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
.put(KeyStroke.getKeyStroke(KeyEvent.VK_INSERT, 0),"onTableInsert");
- propertyTable.getActionMap().put("onTableInsert",addAction);
+ tagTable.getActionMap().put("onTableInsert",addAction);
// unassign some standard shortcuts for JTable to allow upload / download
- InputMapUtils.unassignCtrlShiftUpDown(propertyTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
+ InputMapUtils.unassignCtrlShiftUpDown(tagTable, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
// unassign some standard shortcuts for correct copy-pasting, fix #8508
- propertyTable.setTransferHandler(null);
+ tagTable.setTransferHandler(null);
- propertyTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
+ tagTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
.put(KeyStroke.getKeyStroke(KeyEvent.VK_C, InputEvent.CTRL_MASK),"onCopy");
- propertyTable.getActionMap().put("onCopy",copyKeyValueAction);
+ tagTable.getActionMap().put("onCopy",copyKeyValueAction);
// allow using enter to add tags for all look&feel configurations
InputMapUtils.enableEnter(this.btnAdd);
@@@ -501,7 -481,7 +482,7 @@@
Relation relation = (Relation)membershipData.getValueAt(row, 0);
Main.map.relationListDialog.selectRelation(relation);
RelationEditor.getEditor(
- Main.map.mapView.getEditLayer(),
+ Main.main.getEditLayer(),
relation,
((MemberInfo) membershipData.getValueAt(row, 1)).role).setVisible(true);
}
@@@ -550,17 -530,18 +531,25 @@@
}
}
-- @Override
-- public void setVisible(boolean b) {
-- super.setVisible(b);
-- if (b && Main.main.getCurrentDataSet() != null) {
-- selectionChanged(Main.main.getCurrentDataSet().getSelected());
-- }
++ /**
++ * This simply fires up an {@link RelationEditor} for the relation shown; everything else
++ * is the editor's business.
++ *
++ * @param row
++ */
++ private void editMembership(int row) {
++ Relation relation = (Relation)membershipData.getValueAt(row, 0);
++ Main.map.relationListDialog.selectRelation(relation);
++ RelationEditor.getEditor(
++ Main.map.mapView.getEditLayer(),
++ relation,
++ ((MemberInfo) membershipData.getValueAt(row, 1)).role).setVisible(true);
}
@Override
public void destroy() {
super.destroy();
+ Main.pref.removePreferenceChangeListener(this);
for (JosmAction action : josmActions) {
action.destroy();
}
@@@ -574,25 -555,26 +563,26 @@@
public void selectionChanged(Collection<? extends OsmPrimitive> newSelection) {
if (!isVisible())
return;
- if (propertyTable == null)
+ if (tagTable == null)
return; // selection changed may be received in base class constructor before init
- if (propertyTable.getCellEditor() != null) {
- propertyTable.getCellEditor().cancelCellEditing();
+ if (tagTable.getCellEditor() != null) {
+ tagTable.getCellEditor().cancelCellEditing();
}
String selectedTag;
Relation selectedRelation = null;
selectedTag = editHelper.getChangedKey(); // select last added or last edited key by default
- if (selectedTag == null && propertyTable.getSelectedRowCount() == 1) {
- selectedTag = (String)propertyData.getValueAt(propertyTable.getSelectedRow(), 0);
+ if (selectedTag == null && tagTable.getSelectedRowCount() == 1) {
+ selectedTag = (String)tagData.getValueAt(tagTable.getSelectedRow(), 0);
}
if (membershipTable.getSelectedRowCount() == 1) {
selectedRelation = (Relation)membershipData.getValueAt(membershipTable.getSelectedRow(), 0);
}
- // re-load property data
- propertyData.setRowCount(0);
+ // re-load tag data
+ tagData.setRowCount(0);
+ final boolean displayDiscardableKeys = Main.pref.getBoolean("display.discardable-keys", false);
final Map<String, Integer> keyCount = new HashMap<String, Integer>();
final Map<String, String> tags = new HashMap<String, String>();
valueCount.clear();
@@@ -600,15 -582,17 +590,17 @@@
for (OsmPrimitive osm : newSelection) {
types.add(TaggingPresetType.forPrimitive(osm));
for (String key : osm.keySet()) {
- String value = osm.get(key);
- keyCount.put(key, keyCount.containsKey(key) ? keyCount.get(key) + 1 : 1);
- if (valueCount.containsKey(key)) {
- Map<String, Integer> v = valueCount.get(key);
- v.put(value, v.containsKey(value) ? v.get(value) + 1 : 1);
- } else {
- TreeMap<String, Integer> v = new TreeMap<String, Integer>();
- v.put(value, 1);
- valueCount.put(key, v);
+ if (displayDiscardableKeys || !OsmPrimitive.getDiscardableKeys().contains(key)) {
+ String value = osm.get(key);
+ keyCount.put(key, keyCount.containsKey(key) ? keyCount.get(key) + 1 : 1);
+ if (valueCount.containsKey(key)) {
+ Map<String, Integer> v = valueCount.get(key);
+ v.put(value, v.containsKey(value) ? v.get(value) + 1 : 1);
+ } else {
+ TreeMap<String, Integer> v = new TreeMap<String, Integer>();
+ v.put(value, 1);
+ valueCount.put(key, v);
+ }
}
}
}
@@@ -620,7 -604,7 +612,7 @@@
if (count < newSelection.size()) {
e.getValue().put("", newSelection.size() - count);
}
- propertyData.addRow(new Object[]{e.getKey(), e.getValue()});
+ tagData.addRow(new Object[]{e.getKey(), e.getValue()});
tags.put(e.getKey(), e.getValue().size() == 1
? e.getValue().keySet().iterator().next() : tr("<different>"));
}
@@@ -669,32 -653,32 +661,32 @@@
membershipTable.setVisible(membershipData.getRowCount() > 0);
boolean hasSelection = !newSelection.isEmpty();
- boolean hasTags = hasSelection && propertyData.getRowCount() > 0;
+ boolean hasTags = hasSelection && tagData.getRowCount() > 0;
boolean hasMemberships = hasSelection && membershipData.getRowCount() > 0;
btnAdd.setEnabled(hasSelection);
btnEdit.setEnabled(hasTags || hasMemberships);
btnDel.setEnabled(hasTags || hasMemberships);
- propertyTable.setVisible(hasTags);
- propertyTable.getTableHeader().setVisible(hasTags);
+ tagTable.setVisible(hasTags);
+ tagTable.getTableHeader().setVisible(hasTags);
selectSth.setVisible(!hasSelection);
pluginHook.setVisible(hasSelection);
int selectedIndex;
- if (selectedTag != null && (selectedIndex = findRow(propertyData, selectedTag)) != -1) {
- propertyTable.changeSelection(selectedIndex, 0, false, false);
+ if (selectedTag != null && (selectedIndex = findRow(tagData, selectedTag)) != -1) {
+ tagTable.changeSelection(selectedIndex, 0, false, false);
} else if (selectedRelation != null && (selectedIndex = findRow(membershipData, selectedRelation)) != -1) {
membershipTable.changeSelection(selectedIndex, 0, false, false);
} else if(hasTags) {
- propertyTable.changeSelection(0, 0, false, false);
+ tagTable.changeSelection(0, 0, false, false);
} else if(hasMemberships) {
membershipTable.changeSelection(0, 0, false, false);
}
- if(propertyData.getRowCount() != 0 || membershipData.getRowCount() != 0) {
- setTitle(tr("Properties: {0} / Memberships: {1}",
- propertyData.getRowCount(), membershipData.getRowCount()));
+ if(tagData.getRowCount() != 0 || membershipData.getRowCount() != 0) {
+ setTitle(tr("Tags: {0} / Memberships: {1}",
+ tagData.getRowCount(), membershipData.getRowCount()));
} else {
- setTitle(tr("Properties / Memberships"));
+ setTitle(tr("Tags / Memberships"));
}
}
@@@ -722,20 -706,20 +714,20 @@@
// <editor-fold defaultstate="collapsed" desc="Methods that are called by plugins to extend fuctionality ">
/**
- * Replies the property popup menu handler.
- * @return The property popup menu handler
+ * Replies the tag popup menu handler.
+ * @return The tag popup menu handler
*/
public PopupMenuHandler getPropertyPopupMenuHandler() {
- return propertyMenuHandler;
+ return tagMenuHandler;
}
@SuppressWarnings("unchecked")
public Tag getSelectedProperty() {
- int row = propertyTable.getSelectedRow();
+ int row = tagTable.getSelectedRow();
if (row == -1) return null;
- TreeMap<String, Integer> map = (TreeMap<String, Integer>) propertyData.getValueAt(row, 1);
+ TreeMap<String, Integer> map = (TreeMap<String, Integer>) tagData.getValueAt(row, 1);
return new Tag(
- propertyData.getValueAt(row, 0).toString(),
+ tagData.getValueAt(row, 0).toString(),
map.size() > 1 ? "" : map.keySet().iterator().next());
}
@@@ -763,21 -747,21 +755,21 @@@
if (e.getClickCount() < 2)
{
// single click, clear selection in other table not clicked in
- if (e.getSource() == propertyTable) {
+ if (e.getSource() == tagTable) {
membershipTable.clearSelection();
} else if (e.getSource() == membershipTable) {
- propertyTable.clearSelection();
+ tagTable.clearSelection();
}
}
- // double click, edit or add property
- else if (e.getSource() == propertyTable)
+ // double click, edit or add tag
+ else if (e.getSource() == tagTable)
{
- int row = propertyTable.rowAtPoint(e.getPoint());
+ int row = tagTable.rowAtPoint(e.getPoint());
if (row > -1) {
- boolean focusOnKey = (propertyTable.columnAtPoint(e.getPoint()) == 0);
- editHelper.editProperty(row, focusOnKey);
+ boolean focusOnKey = (tagTable.columnAtPoint(e.getPoint()) == 0);
+ editHelper.editTag(row, focusOnKey);
} else {
- editHelper.addProperty();
+ editHelper.addTag();
btnAdd.requestFocusInWindow();
}
} else if (e.getSource() == membershipTable) {
@@@ -788,15 -772,15 +780,15 @@@
}
else
{
- editHelper.addProperty();
+ editHelper.addTag();
btnAdd.requestFocusInWindow();
}
}
@Override public void mousePressed(MouseEvent e) {
- if (e.getSource() == propertyTable) {
+ if (e.getSource() == tagTable) {
membershipTable.clearSelection();
} else if (e.getSource() == membershipTable) {
- propertyTable.clearSelection();
+ tagTable.clearSelection();
}
}
@@@ -821,16 -805,16 +813,16 @@@
if (cur == last + 1) {
++cnt;
} else if (cnt == 0) {
- positionString += "," + String.valueOf(cur);
+ positionString += "," + cur;
} else {
- positionString += "-" + String.valueOf(last);
- positionString += "," + String.valueOf(cur);
+ positionString += "-" + last;
+ positionString += "," + cur;
cnt = 0;
}
last = cur;
}
if (cnt >= 1) {
- positionString += "-" + String.valueOf(last);
+ positionString += "-" + last;
}
}
if (positionString.length() > 20) {
@@@ -850,7 -834,7 +842,7 @@@
@Override public Class<?> getColumnClass(int columnIndex) {
return String.class;
}
- };
+ }
/**
* Action handling delete button press in properties dialog.
@@@ -859,26 -843,26 +851,26 @@@
public DeleteAction() {
super(tr("Delete"), "dialogs/delete", tr("Delete the selected key in all objects"),
- Shortcut.registerShortcut("properties:delete", tr("Delete Properties"), KeyEvent.VK_D,
+ Shortcut.registerShortcut("properties:delete", tr("Delete Tags"), KeyEvent.VK_D,
Shortcut.ALT_CTRL_SHIFT), false);
updateEnabledState();
}
- protected void deleteProperties(int[] rows){
+ protected void deleteTags(int[] rows){
// convert list of rows to HashMap (and find gap for nextKey)
HashMap<String, String> tags = new HashMap<String, String>(rows.length);
int nextKeyIndex = rows[0];
for (int row : rows) {
- String key = propertyData.getValueAt(row, 0).toString();
+ String key = tagData.getValueAt(row, 0).toString();
if (row == nextKeyIndex + 1) {
nextKeyIndex = row; // no gap yet
}
tags.put(key, null);
}
- // find key to select after deleting other properties
+ // find key to select after deleting other tags
String nextKey = null;
- int rowCount = propertyData.getRowCount();
+ int rowCount = tagData.getRowCount();
if (rowCount > rows.length) {
if (nextKeyIndex == rows[rows.length-1]) {
// no gap found, pick next or previous key in list
@@@ -887,7 -871,7 +879,7 @@@
// gap found
nextKeyIndex++;
}
- nextKey = (String)propertyData.getValueAt(nextKeyIndex, 0);
+ nextKey = (String)tagData.getValueAt(nextKeyIndex, 0);
}
Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
@@@ -895,7 -879,7 +887,7 @@@
membershipTable.clearSelection();
if (nextKey != null) {
- propertyTable.changeSelection(findRow(propertyData, nextKey), 0, false, false);
+ tagTable.changeSelection(findRow(tagData, nextKey), 0, false, false);
}
}
@@@ -926,7 -910,7 +918,7 @@@
}
Main.main.undoRedo.add(new ChangeCommand(cur, rel));
- propertyTable.clearSelection();
+ tagTable.clearSelection();
if (nextRelation != null) {
membershipTable.changeSelection(findRow(membershipData, nextRelation), 0, false, false);
}
@@@ -934,9 -918,9 +926,9 @@@
@Override
public void actionPerformed(ActionEvent e) {
- if (propertyTable.getSelectedRowCount() > 0) {
- int[] rows = propertyTable.getSelectedRows();
- deleteProperties(rows);
+ if (tagTable.getSelectedRowCount() > 0) {
+ int[] rows = tagTable.getSelectedRows();
+ deleteTags(rows);
} else if (membershipTable.getSelectedRowCount() > 0) {
int[] rows = membershipTable.getSelectedRows();
// delete from last relation to convserve row numbers in the table
@@@ -949,7 -933,7 +941,7 @@@
@Override
protected void updateEnabledState() {
setEnabled(
- (propertyTable != null && propertyTable.getSelectedRowCount() >= 1)
+ (tagTable != null && tagTable.getSelectedRowCount() >= 1)
|| (membershipTable != null && membershipTable.getSelectedRowCount() > 0)
);
}
@@@ -966,13 -950,13 +958,13 @@@
class AddAction extends JosmAction {
public AddAction() {
super(tr("Add"), "dialogs/add", tr("Add a new key/value pair to all objects"),
- Shortcut.registerShortcut("properties:add", tr("Add Property"), KeyEvent.VK_A,
+ Shortcut.registerShortcut("properties:add", tr("Add Tag"), KeyEvent.VK_A,
Shortcut.ALT), false);
}
@Override
public void actionPerformed(ActionEvent e) {
- editHelper.addProperty();
+ editHelper.addTag();
btnAdd.requestFocusInWindow();
}
}
@@@ -983,7 -967,7 +975,7 @@@
class EditAction extends JosmAction implements ListSelectionListener {
public EditAction() {
super(tr("Edit"), "dialogs/edit", tr("Edit the value of the selected key for all objects"),
- Shortcut.registerShortcut("properties:edit", tr("Edit Properties"), KeyEvent.VK_S,
+ Shortcut.registerShortcut("properties:edit", tr("Edit Tags"), KeyEvent.VK_S,
Shortcut.ALT), false);
updateEnabledState();
}
@@@ -992,9 -976,9 +984,9 @@@
public void actionPerformed(ActionEvent e) {
if (!isEnabled())
return;
- if (propertyTable.getSelectedRowCount() == 1) {
- int row = propertyTable.getSelectedRow();
- editHelper.editProperty(row, false);
+ if (tagTable.getSelectedRowCount() == 1) {
+ int row = tagTable.getSelectedRow();
+ editHelper.editTag(row, false);
} else if (membershipTable.getSelectedRowCount() == 1) {
int row = membershipTable.getSelectedRow();
editMembership(row);
@@@ -1004,7 -988,7 +996,7 @@@
@Override
protected void updateEnabledState() {
setEnabled(
- (propertyTable != null && propertyTable.getSelectedRowCount() == 1)
+ (tagTable != null && tagTable.getSelectedRowCount() == 1)
^ (membershipTable != null && membershipTable.getSelectedRowCount() == 1)
);
}
@@@ -1029,11 -1013,11 +1021,11 @@@
String lang = LanguageInfo.getWikiLanguagePrefix();
final List<URI> uris = new ArrayList<URI>();
int row;
- if (propertyTable.getSelectedRowCount() == 1) {
- row = propertyTable.getSelectedRow();
- String key = URLEncoder.encode(propertyData.getValueAt(row, 0).toString(), "UTF-8");
+ if (tagTable.getSelectedRowCount() == 1) {
+ row = tagTable.getSelectedRow();
+ String key = URLEncoder.encode(tagData.getValueAt(row, 0).toString(), "UTF-8");
@SuppressWarnings("unchecked")
- Map<String, Integer> m = (Map<String, Integer>) propertyData.getValueAt(row, 1);
+ Map<String, Integer> m = (Map<String, Integer>) tagData.getValueAt(row, 1);
String val = URLEncoder.encode(m.entrySet().iterator().next().getKey(), "UTF-8");
uris.add(new URI(String.format("%s%sTag:%s=%s", base, lang, key, val)));
@@@ -1120,9 -1104,9 +1112,9 @@@
@Override
public void actionPerformed(ActionEvent ae) {
- if (propertyTable.getSelectedRowCount() != 1)
+ if (tagTable.getSelectedRowCount() != 1)
return;
- String key = propertyData.getValueAt(propertyTable.getSelectedRow(), 0).toString();
+ String key = tagData.getValueAt(tagTable.getSelectedRow(), 0).toString();
Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
String clipboard = Utils.getClipboardContent();
if (sel.isEmpty() || clipboard == null)
@@@ -1137,13 -1121,13 +1129,13 @@@
@Override
public void actionPerformed(ActionEvent ae) {
- int[] rows = propertyTable.getSelectedRows();
+ int[] rows = tagTable.getSelectedRows();
Set<String> values = new TreeSet<String>();
Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
if (rows.length == 0 || sel.isEmpty()) return;
for (int row: rows) {
- String key = propertyData.getValueAt(row, 0).toString();
+ String key = tagData.getValueAt(row, 0).toString();
if (sel.isEmpty())
return;
for (OsmPrimitive p : sel) {
@@@ -1220,14 -1204,14 +1212,14 @@@
@Override
public void actionPerformed(ActionEvent e) {
- if (propertyTable.getSelectedRowCount() != 1)
+ if (tagTable.getSelectedRowCount() != 1)
return;
- String key = propertyData.getValueAt(propertyTable.getSelectedRow(), 0).toString();
+ String key = tagData.getValueAt(tagTable.getSelectedRow(), 0).toString();
Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
if (sel.isEmpty())
return;
String sep = "";
- String s = "";
+ StringBuilder s = new StringBuilder();
for (OsmPrimitive p : sel) {
String val = p.get(key);
if (val == null) {
@@@ -1243,14 -1227,22 +1235,22 @@@
} else if (p instanceof Relation) {
t = "type:relation ";
}
- s += sep + "(" + t + "\"" +
- org.openstreetmap.josm.actions.search.SearchAction.escapeStringForSearch(key) + "\"=\"" +
- org.openstreetmap.josm.actions.search.SearchAction.escapeStringForSearch(val) + "\")";
+ s.append(sep).append("(").append(t).append("\"").append(
+ org.openstreetmap.josm.actions.search.SearchAction.escapeStringForSearch(key)).append("\"=\"").append(
+ org.openstreetmap.josm.actions.search.SearchAction.escapeStringForSearch(val)).append("\")");
sep = " OR ";
}
- SearchSetting ss = new SearchSetting(s, SearchMode.replace, true, false, false);
+ SearchSetting ss = new SearchSetting(s.toString(), SearchMode.replace, true, false, false);
org.openstreetmap.josm.actions.search.SearchAction.searchWithoutHistory(ss);
}
}
+
+ @Override
+ public void preferenceChanged(PreferenceChangeEvent e) {
+ if ("display.discardable-keys".equals(e.getKey()) && Main.main.getCurrentDataSet() != null) {
+ // Re-load data when display preference change
+ selectionChanged(Main.main.getCurrentDataSet().getSelected());
+ }
+ }
}
diff --combined src/org/openstreetmap/josm/gui/layer/ImageryLayer.java
index 7bb2a38,47046cf..d524584
--- a/src/org/openstreetmap/josm/gui/layer/ImageryLayer.java
+++ b/src/org/openstreetmap/josm/gui/layer/ImageryLayer.java
@@@ -38,9 -38,9 +38,10 @@@ import org.openstreetmap.josm.data.imag
import org.openstreetmap.josm.data.preferences.ColorProperty;
import org.openstreetmap.josm.data.preferences.IntegerProperty;
import org.openstreetmap.josm.gui.MenuScroller;
+ import org.openstreetmap.josm.gui.widgets.UrlLabel;
import org.openstreetmap.josm.tools.GBC;
import org.openstreetmap.josm.tools.ImageProvider;
+import org.openstreetmap.josm.tools.UrlLabel;
public abstract class ImageryLayer extends Layer {
@@@ -82,7 -82,7 +83,7 @@@
}
public double getPPD(){
- if (Main.map == null || Main.map.mapView == null) return Main.getProjection().getDefaultZoomInPPD();
+ if (!Main.isDisplayingMapView()) return Main.getProjection().getDefaultZoomInPPD();
ProjectionBounds bounds = Main.map.mapView.getProjectionBounds();
return Main.map.mapView.getWidth() / (bounds.maxEast - bounds.minEast);
}
diff --combined src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
index b2e6c1d,149d219..d098219
--- a/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
+++ b/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
@@@ -1,7 -1,4 +1,4 @@@
// License: GPL. See LICENSE file for details.
- // Copyright 2007 by Christian Gallioz (aka khris78)
- // Parts of code from Geotagged plugin (by Rob Neild)
-
package org.openstreetmap.josm.gui.layer.geoimage;
import static org.openstreetmap.josm.tools.I18n.tr;
@@@ -32,10 -29,10 +29,10 @@@ import java.util.Collection
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
+ import java.util.Dictionary;
import java.util.Hashtable;
import java.util.List;
import java.util.TimeZone;
- import java.util.Vector;
import java.util.zip.GZIPInputStream;
import javax.swing.AbstractAction;
@@@ -72,15 -69,16 +69,17 @@@ import org.openstreetmap.josm.gui.Exten
import org.openstreetmap.josm.gui.layer.GpxLayer;
import org.openstreetmap.josm.gui.layer.Layer;
import org.openstreetmap.josm.gui.widgets.JosmComboBox;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.io.GpxReader;
import org.openstreetmap.josm.tools.ExifReader;
import org.openstreetmap.josm.tools.GBC;
import org.openstreetmap.josm.tools.ImageProvider;
import org.openstreetmap.josm.tools.PrimaryDateParser;
import org.xml.sax.SAXException;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
- /** This class displays the window to select the GPX file and the offset (timezone + delta).
+ /**
+ * This class displays the window to select the GPX file and the offset (timezone + delta).
* Then it correlates the images of the layer with that GPX file.
*/
public class CorrelateGpxWithImages extends AbstractAction {
@@@ -114,7 -112,7 +113,7 @@@
}
ExtendedDialog syncDialog;
- Vector<GpxDataWrapper> gpxLst = new Vector<GpxDataWrapper>();
+ List<GpxDataWrapper> gpxLst = new ArrayList<GpxDataWrapper>();
JPanel outerPanel;
JosmComboBox cbGpx;
JosmTextField tfTimezone;
@@@ -290,7 -288,7 +289,7 @@@
panelTf.add(new JLabel(tr("I am in the timezone of: ")), gc);
String[] tmp = TimeZone.getAvailableIDs();
- Vector<String> vtTimezones = new Vector<String>(tmp.length);
+ List<String> vtTimezones = new ArrayList<String>(tmp.length);
for (String tzStr : tmp) {
TimeZone tz = TimeZone.getTimeZone(tzStr);
@@@ -303,7 -301,7 +302,7 @@@
Collections.sort(vtTimezones);
- cbTimezones = new JosmComboBox(vtTimezones);
+ cbTimezones = new JosmComboBox(vtTimezones.toArray());
String tzId = Main.pref.get("geoimage.timezoneid", "");
TimeZone defaultTz;
@@@ -349,6 -347,7 +348,7 @@@
try {
orientation = ExifReader.readOrientation(yLayer.data.get(index).getFile());
} catch (Exception e) {
+ Main.warn(e);
}
imgDisp.setImage(yLayer.data.get(index).getFile(), orientation);
Date date = yLayer.data.get(index).getExifTime();
@@@ -382,6 -381,7 +382,7 @@@
try {
orientation = ExifReader.readOrientation(sel);
} catch (Exception e) {
+ Main.warn(e);
}
imgDisp.setImage(sel, orientation);
@@@ -389,6 -389,7 +390,7 @@@
try {
date = ExifReader.readTime(sel);
} catch (Exception e) {
+ Main.warn(e);
}
if (date != null) {
lbExifTime.setText(new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").format(date));
@@@ -474,7 -475,7 +476,7 @@@
panelCb.add(new JLabel(tr("GPX track: ")));
- cbGpx = new JosmComboBox(gpxLst);
+ cbGpx = new JosmComboBox(gpxLst.toArray());
if (defaultItem != null) {
cbGpx.setSelectedItem(defaultItem);
}
@@@ -540,14 -541,6 +542,6 @@@
boolean ticked = yLayer.thumbsLoaded || Main.pref.getBoolean("geoimage.showThumbs", false);
cbShowThumbs = new JCheckBox(tr("Show Thumbnail images on the map"), ticked);
cbShowThumbs.setEnabled(!yLayer.thumbsLoaded);
- /*cbShowThumbs.addItemListener(new ItemListener() {
- public void itemStateChanged(ItemEvent e) {
- if (e.getStateChange() == ItemEvent.SELECTED) {
- yLayer.loadThumbs();
- } else {
- }
- }
- });*/
int y=0;
GBC gbc = GBC.eol();
@@@ -816,7 -809,7 +810,7 @@@
}
// Construct a list of images that have a date, and sort them on the date.
- ArrayList<ImageEntry> dateImgLst = getSortedImgList();
+ List<ImageEntry> dateImgLst = getSortedImgList();
// Create a temporary copy for each image
for (ImageEntry ie : dateImgLst) {
ie.cleanTmp();
@@@ -880,7 -873,7 +874,7 @@@
final JLabel lblTimezone = new JLabel();
final JSlider sldTimezone = new JSlider(-24, 24, 0);
sldTimezone.setPaintLabels(true);
- Hashtable<Integer,JLabel> labelTable = new Hashtable<Integer, JLabel>();
+ Dictionary<Integer,JLabel> labelTable = new Hashtable<Integer, JLabel>();
labelTable.put(-24, new JLabel("-12:00"));
labelTable.put(-12, new JLabel( "-6:00"));
labelTable.put( 0, new JLabel( "0:00"));
@@@ -902,7 -895,7 +896,7 @@@
// This is called whenever one of the sliders is moved.
// It updates the labels and also calls the "match photos" code
- class sliderListener implements ChangeListener {
+ class SliderListener implements ChangeListener {
@Override
public void stateChanged(ChangeEvent e) {
// parse slider position into real timezone
@@@ -968,12 -961,12 +962,12 @@@
}
// Call the sliderListener once manually so labels get adjusted
- new sliderListener().stateChanged(null);
+ new SliderListener().stateChanged(null);
// Listeners added here, otherwise it tries to match three times
// (when setting the default values)
- sldTimezone.addChangeListener(new sliderListener());
- sldMinutes.addChangeListener(new sliderListener());
- sldSeconds.addChangeListener(new sliderListener());
+ sldTimezone.addChangeListener(new SliderListener());
+ sldMinutes.addChangeListener(new SliderListener());
+ sldSeconds.addChangeListener(new SliderListener());
// There is no way to cancel this dialog, all changes get applied
// immediately. Therefore "Close" is marked with an "OK" icon.
@@@ -994,7 -987,7 +988,7 @@@
return;
GpxData gpx = gpxW.data;
- ArrayList<ImageEntry> imgs = getSortedImgList();
+ List<ImageEntry> imgs = getSortedImgList();
PrimaryDateParser dateParser = new PrimaryDateParser();
// no images found, exit
@@@ -1051,15 -1044,6 +1045,6 @@@
timezone = (double)Math.round(tz * 2)/2; // hours, rounded to one decimal place
delta = Math.round(diff - timezone*60*60); // seconds
- /*System.out.println("phto " + firstExifDate);
- System.out.println("gpx " + firstGPXDate);
- System.out.println("diff " + diff);
- System.out.println("difh " + diffInH);
- System.out.println("days " + dayOffset);
- System.out.println("time " + tz);
- System.out.println("fix " + timezone);
- System.out.println("offt " + delta);*/
-
tfTimezone.getDocument().removeDocumentListener(statusBarUpdater);
tfOffset.getDocument().removeDocumentListener(statusBarUpdater);
@@@ -1075,7 -1059,7 +1060,7 @@@
}
}
- private ArrayList<ImageEntry> getSortedImgList() {
+ private List<ImageEntry> getSortedImgList() {
return getSortedImgList(cbExifImg.isSelected(), cbTaggedImg.isSelected());
}
@@@ -1086,10 -1070,10 +1071,10 @@@
* @param tagged also returns tagged images
* @return matching images
*/
- private ArrayList<ImageEntry> getSortedImgList(boolean exif, boolean tagged) {
- ArrayList<ImageEntry> dateImgLst = new ArrayList<ImageEntry>(yLayer.data.size());
+ private List<ImageEntry> getSortedImgList(boolean exif, boolean tagged) {
+ List<ImageEntry> dateImgLst = new ArrayList<ImageEntry>(yLayer.data.size());
for (ImageEntry e : yLayer.data) {
- if (e.getExifTime() == null) {
+ if (!e.hasExifTime()) {
continue;
}
@@@ -1135,7 -1119,7 +1120,7 @@@
* Match a list of photos to a gpx track with a given offset.
* All images need a exifTime attribute and the List must be sorted according to these times.
*/
- private int matchGpxTrack(ArrayList<ImageEntry> images, GpxData selectedGpx, long offset) {
+ private int matchGpxTrack(List<ImageEntry> images, GpxData selectedGpx, long offset) {
int ret = 0;
PrimaryDateParser dateParser = new PrimaryDateParser();
@@@ -1159,7 -1143,7 +1144,7 @@@
prevWpTime = curWpTime;
} catch(ParseException e) {
- System.err.println("Error while parsing date \"" + curWpTimeStr + '"');
+ Main.error("Error while parsing date \"" + curWpTimeStr + '"');
e.printStackTrace();
prevWp = null;
prevWpTime = 0;
@@@ -1174,7 -1158,19 +1159,19 @@@
return ret;
}
- private int matchPoints(ArrayList<ImageEntry> images, WayPoint prevWp, long prevWpTime,
+ private static Double getElevation(WayPoint wp) {
+ String value = (String) wp.attr.get("ele");
+ if (value != null) {
+ try {
+ return new Double(value);
+ } catch (NumberFormatException e) {
+ Main.warn(e);
+ }
+ }
+ return null;
+ }
+
+ private int matchPoints(List<ImageEntry> images, WayPoint prevWp, long prevWpTime,
WayPoint curWp, long curWpTime, long offset) {
// Time between the track point and the previous one, 5 sec if first point, i.e. photos take
// 5 sec before the first track point can be assumed to be take at the starting position
@@@ -1190,7 -1186,6 +1187,6 @@@
Double speed = null;
Double prevElevation = null;
- Double curElevation = null;
if (prevWp != null) {
double distance = prevWp.getCoor().greatCircleDistance(curWp.getCoor());
@@@ -1198,32 -1193,29 +1194,29 @@@
if (curWpTime > prevWpTime) {
speed = 3600 * distance / (curWpTime - prevWpTime);
}
- try {
- prevElevation = new Double((String) prevWp.attr.get("ele"));
- } catch(Exception e) {}
+ prevElevation = getElevation(prevWp);
}
- try {
- curElevation = new Double((String) curWp.attr.get("ele"));
- } catch (Exception e) {}
+ Double curElevation = getElevation(curWp);
// First trackpoint, then interval is set to five seconds, i.e. photos up to five seconds
// before the first point will be geotagged with the starting point
- if(prevWpTime == 0 || curWpTime <= prevWpTime) {
+ if (prevWpTime == 0 || curWpTime <= prevWpTime) {
while (true) {
if (i < 0) {
break;
}
final ImageEntry curImg = images.get(i);
- if (curImg.getExifTime().getTime() > curWpTime
- || curImg.getExifTime().getTime() < curWpTime - interval) {
+ long time = curImg.getExifTime().getTime();
+ if (time > curWpTime || time < curWpTime - interval) {
break;
}
- if(curImg.tmp.getPos() == null) {
+ if (curImg.tmp.getPos() == null) {
curImg.tmp.setPos(curWp.getCoor());
curImg.tmp.setSpeed(speed);
curImg.tmp.setElevation(curElevation);
curImg.tmp.setGpsTime(new Date(curImg.getExifTime().getTime() - offset));
+ curImg.flagNewGpsData();
ret++;
}
i--;
@@@ -1243,9 -1235,8 +1236,8 @@@
break;
}
- if(curImg.tmp.getPos() == null) {
- // The values of timeDiff are between 0 and 1, it is not seconds but a dimensionless
- // variable
+ if (curImg.tmp.getPos() == null) {
+ // The values of timeDiff are between 0 and 1, it is not seconds but a dimensionless variable
double timeDiff = (double)(imgTime - prevWpTime) / interval;
curImg.tmp.setPos(prevWp.getCoor().interpolate(curWp.getCoor(), timeDiff));
curImg.tmp.setSpeed(speed);
@@@ -1253,6 -1244,7 +1245,7 @@@
curImg.tmp.setElevation(prevElevation + (curElevation - prevElevation) * timeDiff);
}
curImg.tmp.setGpsTime(new Date(curImg.getExifTime().getTime() - offset));
+ curImg.flagNewGpsData();
ret++;
}
@@@ -1261,7 -1253,7 +1254,7 @@@
return ret;
}
- private int getLastIndexOfListBefore(ArrayList<ImageEntry> images, long searchedTime) {
+ private int getLastIndexOfListBefore(List<ImageEntry> images, long searchedTime) {
int lstSize= images.size();
// No photos or the first photo taken is later than the search period
diff --combined src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
index dc7c858,a6402e6..88b0b98
--- a/src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
+++ b/src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
@@@ -11,8 -11,8 +11,9 @@@ import javax.swing.JLabel
import javax.swing.JPanel;
import org.openstreetmap.josm.Main;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.tools.GBC;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
/*
* marker.audiosampleminsecs
@@@ -26,7 -26,7 +27,7 @@@
* audio.toolbar ??
*/
- public class AudioPreference extends DefaultTabPreferenceSetting {
+ public final class AudioPreference extends DefaultTabPreferenceSetting {
public static class Factory implements PreferenceSettingFactory {
@Override
diff --combined src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
index e633dac,90b1ba3..ac7ffe2
--- a/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
+++ b/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
@@@ -1,4 -1,4 +1,4 @@@
- //License: GPL. Copyright 2007 by Immanuel Scholz and others
+ //License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.preferences;
import static org.openstreetmap.josm.tools.I18n.tr;
@@@ -44,6 -44,7 +44,7 @@@ import org.openstreetmap.josm.gui.prefe
import org.openstreetmap.josm.gui.preferences.plugin.PluginPreferencesModel;
import org.openstreetmap.josm.gui.preferences.plugin.PluginUpdatePolicyPanel;
import org.openstreetmap.josm.gui.util.GuiHelper;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator;
import org.openstreetmap.josm.plugins.PluginDownloadTask;
import org.openstreetmap.josm.plugins.PluginInformation;
@@@ -51,9 -52,8 +52,9 @@@ import org.openstreetmap.josm.plugins.R
import org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask;
import org.openstreetmap.josm.tools.GBC;
import org.openstreetmap.josm.tools.ImageProvider;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
- public class PluginPreference extends DefaultTabPreferenceSetting {
+ public final class PluginPreference extends DefaultTabPreferenceSetting {
public static class Factory implements PreferenceSettingFactory {
@Override
public PreferenceSetting createPreferenceSetting() {
@@@ -346,7 -346,7 +347,7 @@@
JOptionPane.INFORMATION_MESSAGE,
null // FIXME: provide help context
);
- };
+ }
});
} catch (Exception e) {
e.printStackTrace();
diff --combined src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java
index c076522,50fffcd..fb700b4
--- a/src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java
+++ b/src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java
@@@ -1,4 -1,4 +1,4 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.preferences;
import static org.openstreetmap.josm.tools.I18n.tr;
@@@ -28,8 -28,8 +28,9 @@@ import javax.swing.event.ChangeListener
import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.actions.ExpertToggleAction;
+import org.openstreetmap.josm.actions.RestartAction;
import org.openstreetmap.josm.actions.ExpertToggleAction.ExpertModeChangeListener;
+ import org.openstreetmap.josm.actions.RestartAction;
import org.openstreetmap.josm.gui.HelpAwareOptionPane;
import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec;
import org.openstreetmap.josm.gui.preferences.advanced.AdvancedPreference;
@@@ -58,7 -58,8 +59,8 @@@ import org.openstreetmap.josm.tools.Ima
*
* @author imi
*/
- public class PreferenceTabbedPane extends JTabbedPane implements MouseWheelListener, ExpertModeChangeListener, ChangeListener {
+ public final class PreferenceTabbedPane extends JTabbedPane implements MouseWheelListener, ExpertModeChangeListener, ChangeListener {
+
/**
* Allows PreferenceSettings to do validation of entered values when ok was pressed.
* If data is invalid then event can return false to cancel closing of preferences dialog.
@@@ -77,7 -78,7 +79,7 @@@
public Component getComponent();
}
- public static class PreferencePanel extends JPanel implements PreferenceTab {
+ public static final class PreferencePanel extends JPanel implements PreferenceTab {
private final TabPreferenceSetting preferenceSetting;
private PreferencePanel(TabPreferenceSetting preferenceSetting) {
@@@ -107,7 -108,7 +109,7 @@@
}
}
- public static class PreferenceScrollPane extends JScrollPane implements PreferenceTab {
+ public static final class PreferenceScrollPane extends JScrollPane implements PreferenceTab {
private final TabPreferenceSetting preferenceSetting;
private PreferenceScrollPane(Component view, TabPreferenceSetting preferenceSetting) {
@@@ -116,8 -117,7 +118,7 @@@
}
private PreferenceScrollPane(PreferencePanel preferencePanel) {
- super(preferencePanel.getComponent());
- this.preferenceSetting = preferencePanel.getTabPreferenceSetting();
+ this(preferencePanel.getComponent(), preferencePanel.getTabPreferenceSetting());
}
@Override
@@@ -200,7 -200,7 +201,7 @@@
selectTabBy(new TabIdentifier(){
@Override
public boolean identify(TabPreferenceSetting tps, Object name) {
- return name != null && tps != null && tps.getIconName() != null && tps.getIconName().equals(name);
+ return name != null && tps != null && tps.getIconName() != null && name.equals(tps.getIconName());
}}, name);
}
@@@ -418,7 -418,9 +419,9 @@@
if (sel != null) {
setSelectedComponent(sel);
}
- } catch (IllegalArgumentException e) {}
+ } catch (IllegalArgumentException e) {
+ Main.warn(e);
+ }
}
@Override
diff --combined src/org/openstreetmap/josm/gui/preferences/advanced/AdvancedPreference.java
index 583109f,1f6291a..d1a1e5c
--- a/src/org/openstreetmap/josm/gui/preferences/advanced/AdvancedPreference.java
+++ b/src/org/openstreetmap/josm/gui/preferences/advanced/AdvancedPreference.java
@@@ -1,8 -1,8 +1,8 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.preferences.advanced;
-import static org.openstreetmap.josm.tools.I18n.marktr;
import static org.openstreetmap.josm.tools.I18n.tr;
+import static org.openstreetmap.josm.tools.I18n.marktr;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
@@@ -16,8 -16,8 +16,9 @@@ import java.util.LinkedHashMap
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
+import javax.swing.AbstractAction;
+ import javax.swing.AbstractAction;
import javax.swing.Box;
import javax.swing.JButton;
import javax.swing.JFileChooser;
@@@ -47,7 -47,7 +48,7 @@@ import org.openstreetmap.josm.gui.util.
import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.tools.GBC;
- public class AdvancedPreference extends DefaultTabPreferenceSetting {
+ public final class AdvancedPreference extends DefaultTabPreferenceSetting {
public static class Factory implements PreferenceSettingFactory {
@Override
@@@ -199,7 -199,7 +200,7 @@@
}
private void exportSelectedToXML() {
- ArrayList<String> keys = new ArrayList<String>();
+ List<String> keys = new ArrayList<String>();
boolean hasLists = false;
for (PrefEntry p: table.getSelectedItems()) {
@@@ -245,7 -245,6 +246,6 @@@
CustomConfigurator.readXML(f, tmpPrefs);
log.append(CustomConfigurator.getLog());
}
- //try { Main.pref.save(); } catch (IOException ex) { }
log.append("</html>");
String msg = log.toString().replace("\n", "<br/>");
@@@ -253,9 -252,6 +253,6 @@@
+ "You can reject preferences changes by pressing \"Cancel\" in preferences dialog <br/>"
+ "To activate some changes JOSM restart may be needed.</html>"), msg).showDialog();
- //JOptionPane.showMessageDialog(Main.parent,
- // tr("Installed plugins and some changes in preferences will start to work after JOSM restart"), tr("Warning"), JOptionPane.WARNING_MESSAGE);
-
readPreferences(tmpPrefs);
// sorting after modification - first modified, then non-default, then default entries
Collections.sort(allData, customComparator);
@@@ -331,7 -327,11 +328,11 @@@
"Are you sure you want to continue?")
+"</html>", null, "")) {
Main.pref.resetToDefault();
- try { Main.pref.save(); } catch (IOException ex) {}
+ try {
+ Main.pref.save();
+ } catch (IOException e) {
+ Main.warn("IOException while saving preferences: "+e.getMessage());
+ }
readPreferences(Main.pref);
applyFilter();
}
@@@ -351,9 -351,9 +352,9 @@@
int idx = s.indexOf('_');
if (idx>=0) {
String t=s.substring(0,idx);
- System.out.println(t);
- if (profileTypes.containsKey(t))
+ if (profileTypes.containsKey(t)) {
p.add(new ImportProfileAction(s, f, t));
+ }
}
}
for (File f: Main.pref.getPreferencesDirFile().listFiles()) {
@@@ -361,8 -361,9 +362,9 @@@
int idx = s.indexOf('_');
if (idx>=0) {
String t=s.substring(0,idx);
- if (profileTypes.containsKey(t))
+ if (profileTypes.containsKey(t)) {
p.add(new ImportProfileAction(s, f, t));
+ }
}
}
}
diff --combined src/org/openstreetmap/josm/gui/preferences/map/BackupPreference.java
index 9d72437,cce94be..90442f4
--- a/src/org/openstreetmap/josm/gui/preferences/map/BackupPreference.java
+++ b/src/org/openstreetmap/josm/gui/preferences/map/BackupPreference.java
@@@ -22,9 -22,9 +22,10 @@@ import org.openstreetmap.josm.gui.prefe
import org.openstreetmap.josm.gui.preferences.SubPreferenceSetting;
import org.openstreetmap.josm.gui.preferences.TabPreferenceSetting;
import org.openstreetmap.josm.gui.widgets.HtmlPanel;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel;
import org.openstreetmap.josm.tools.GBC;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
public class BackupPreference implements SubPreferenceSetting {
@@@ -35,6 -35,7 +36,7 @@@
}
}
private static final BooleanProperty PROP_KEEP_BACKUP = new BooleanProperty("save.keepbackup", false);
+ private JCheckBox notification;
private JCheckBox keepBackup;
private JCheckBox autosave;
private final JosmTextField autosaveInterval = new JosmTextField(8);
@@@ -83,6 -84,13 +85,13 @@@
"It appends ''~'' to the file name and saves it in the same folder.)</i>")),
GBC.eop().fill(GBC.HORIZONTAL).insets(5,0,0,0));
+ panel.add(new JSeparator(), GBC.eop().fill(GBC.HORIZONTAL));
+
+ notification = new JCheckBox(tr("Notification at each save"));
+ notification.setSelected(AutosaveTask.PROP_NOTIFICATION.get());
+ notification.setToolTipText(tr("When saving, display a small notification"));
+ panel.add(notification, GBC.eop());
+
ActionListener autosaveEnabled = new ActionListener(){
@Override
public void actionPerformed(ActionEvent e) {
@@@ -112,6 -120,7 +121,7 @@@
restartRequired |= AutosaveTask.PROP_AUTOSAVE_ENABLED.put(autosave.isSelected());
restartRequired |= AutosaveTask.PROP_INTERVAL.parseAndPut(autosaveInterval.getText());
AutosaveTask.PROP_FILES_PER_LAYER.parseAndPut(backupPerLayer.getText());
+ AutosaveTask.PROP_NOTIFICATION.put(notification.isSelected());
return restartRequired;
}
diff --combined src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java
index 8e3e1d3,53c294d..cc8fed3
--- a/src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java
+++ b/src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java
@@@ -1,6 -1,9 +1,9 @@@
// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.preferences.shortcut;
+ import static org.openstreetmap.josm.tools.I18n.marktr;
+ import static org.openstreetmap.josm.tools.I18n.tr;
+
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
@@@ -8,17 -11,14 +11,14 @@@ import java.awt.GridBagConstraints
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.Toolkit;
-
- import static org.openstreetmap.josm.tools.I18n.marktr;
- import static org.openstreetmap.josm.tools.I18n.tr;
-
import java.awt.event.KeyEvent;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.LinkedHashMap;
+ import java.util.List;
import java.util.Map;
-
import java.util.regex.PatternSyntaxException;
+
import javax.swing.AbstractAction;
import javax.swing.BorderFactory;
import javax.swing.BoxLayout;
@@@ -37,16 -37,16 +37,17 @@@ import javax.swing.event.DocumentListen
import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;
import javax.swing.table.AbstractTableModel;
- import javax.swing.table.TableModel;
import javax.swing.table.DefaultTableCellRenderer;
import javax.swing.table.TableColumnModel;
-
+ import javax.swing.table.TableModel;
import javax.swing.table.TableRowSorter;
+
import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.gui.widgets.JosmComboBox;
+ import org.openstreetmap.josm.gui.widgets.JosmTextField;
import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator;
import org.openstreetmap.josm.tools.Shortcut;
+import org.openstreetmap.josm.gui.widgets.JosmTextField;
/**
* This is the keyboard preferences content.
@@@ -56,40 -56,6 +57,6 @@@ public class PrefJPanel extends JPanel
// table of shortcuts
private AbstractTableModel model;
- // comboboxes of modifier groups, mapping selectedIndex to real data
- private static int[] modifInts = new int[]{
- -1,
- 0,
- KeyEvent.SHIFT_DOWN_MASK,
- KeyEvent.CTRL_DOWN_MASK,
- KeyEvent.ALT_DOWN_MASK,
- KeyEvent.META_DOWN_MASK,
- KeyEvent.CTRL_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK,
- KeyEvent.ALT_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK,
- KeyEvent.META_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK,
- KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK,
- KeyEvent.CTRL_DOWN_MASK | KeyEvent.META_DOWN_MASK,
- KeyEvent.ALT_DOWN_MASK | KeyEvent.META_DOWN_MASK,
- KeyEvent.CTRL_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK,
- KeyEvent.META_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK | KeyEvent.ALT_DOWN_MASK
- };
- // and here are the texts fro the comboboxes
- private static String[] modifList = new String[] {
- tr("disabled"),
- tr("no modifier"),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[2]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[3]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[4]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[5]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[6]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[7]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[8]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[9]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[10]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[11]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[12]).getModifiers()),
- KeyEvent.getKeyModifiersText(KeyStroke.getKeyStroke(KeyEvent.VK_A, modifInts[13]).getModifiers())
- };
// this are the display(!) texts for the checkboxes. Let the JVM do the i18n for us <g>.
// Ok, there's a real reason for this: The JVM should know best how the keys are labelled
// on the physical keyboard. What language pack is installed in JOSM is completely
@@@ -116,7 -82,6 +83,6 @@@
String s = KeyEvent.getKeyText(i);
if (s != null && s.length() > 0 && !s.contains(unknown)) {
list.put(Integer.valueOf(i), s);
- //System.out.println(i+": "+s);
}
} catch (Exception e) {
e.printStackTrace();
@@@ -140,7 -105,6 +106,6 @@@
private JosmTextField filterField = new JosmTextField();
/** Creates new form prefJPanel */
- // Ain't those auto-generated comments helpful or what? <g>
public PrefJPanel(AbstractTableModel model) {
this.model = model;
initComponents();
@@@ -374,7 -338,7 +339,7 @@@
} else {
expr = expr.replace("+", "\\+");
// split search string on whitespace, do case-insensitive AND search
- ArrayList<RowFilter<Object, Object>> andFilters = new ArrayList<RowFilter<Object, Object>>();
+ List<RowFilter<Object, Object>> andFilters = new ArrayList<RowFilter<Object, Object>>();
for (String word : expr.split("\\s+")) {
andFilters.add(RowFilter.regexFilter("(?i)" + word));
}
diff --combined src/org/openstreetmap/josm/gui/preferences/shortcut/ShortcutPreference.java
index f564946,87f3777..355835e
--- a/src/org/openstreetmap/josm/gui/preferences/shortcut/ShortcutPreference.java
+++ b/src/org/openstreetmap/josm/gui/preferences/shortcut/ShortcutPreference.java
@@@ -1,4 -1,4 +1,4 @@@
- // License: GPL. Copyright 2007 by Immanuel Scholz and others
+ // License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.gui.preferences.shortcut;
import static org.openstreetmap.josm.tools.I18n.tr;
@@@ -15,10 -15,10 +15,12 @@@ import org.openstreetmap.josm.gui.prefe
import org.openstreetmap.josm.tools.GBC;
import org.openstreetmap.josm.tools.Shortcut;
- public class ShortcutPreference extends DefaultTabPreferenceSetting {
+ public final class ShortcutPreference extends DefaultTabPreferenceSetting {
+
+ private String defaultFilter;
+ private String defaultFilter;
+
public static class Factory implements PreferenceSettingFactory {
@Override
public PreferenceSetting createPreferenceSetting() {
@@@ -40,7 -40,7 +42,7 @@@
public void addGui(PreferenceTabbedPane gui) {
JPanel p = gui.createPreferenceTab(this);
- PrefJPanel prefpanel = new PrefJPanel(new scListModel());
+ PrefJPanel prefpanel = new PrefJPanel(new ScListModel());
p.add(prefpanel, GBC.eol().fill(GBC.BOTH));
if (defaultFilter!=null) prefpanel.filter(defaultFilter);
}
@@@ -55,11 -55,11 +57,11 @@@
}
// Maybe move this to prefPanel? There's no need for it to be here.
- private static class scListModel extends AbstractTableModel {
+ private static class ScListModel extends AbstractTableModel {
private String[] columnNames = new String[]{tr("Action"), tr("Shortcut")};
private List<Shortcut> data;
- public scListModel() {
+ public ScListModel() {
data = Shortcut.listAll();
}
@Override
diff --combined src/org/openstreetmap/josm/gui/tagging/TagTable.java
index 8b9e16c,1bdd9f4..992fed5
--- a/src/org/openstreetmap/josm/gui/tagging/TagTable.java
+++ b/src/org/openstreetmap/josm/gui/tagging/TagTable.java
@@@ -14,16 -14,14 +14,16 @@@ import java.awt.event.KeyEvent
import java.awt.event.KeyListener;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
+ import java.util.ArrayList;
import java.util.Collections;
import java.util.EventObject;
- import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CopyOnWriteArrayList;
import javax.swing.AbstractAction;
+import static javax.swing.Action.SHORT_DESCRIPTION;
+import static javax.swing.Action.SMALL_ICON;
import javax.swing.CellEditor;
import javax.swing.DefaultListSelectionModel;
import javax.swing.JComponent;
@@@ -37,15 -35,21 +37,21 @@@ import javax.swing.event.ListSelectionL
import javax.swing.table.DefaultTableColumnModel;
import javax.swing.table.TableColumn;
import javax.swing.text.JTextComponent;
+
import org.openstreetmap.josm.Main;
- import org.openstreetmap.josm.actions.PasteTagsAction.TagPaster;
+ import org.openstreetmap.josm.actions.CopyAction;
+ import org.openstreetmap.josm.actions.PasteTagsAction;
import org.openstreetmap.josm.data.osm.OsmPrimitive;
+ import org.openstreetmap.josm.data.osm.PrimitiveData;
import org.openstreetmap.josm.data.osm.Relation;
-
+ import org.openstreetmap.josm.data.osm.Tag;
import org.openstreetmap.josm.gui.dialogs.relation.RunnableAction;
- import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager;
+ import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList;
+ import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager;
import org.openstreetmap.josm.tools.ImageProvider;
+ import org.openstreetmap.josm.tools.TextTagParser;
+ import org.openstreetmap.josm.tools.Utils;
/**
* This is the tabular editor component for OSM tags.
@@@ -328,10 -332,30 +334,30 @@@ public class TagTable extends JTable
public void run() {
Relation relation = new Relation();
model.applyToPrimitive(relation);
- TagPaster tagPaster = new TagPaster(Main.pasteBuffer.getDirectlyAdded(), Collections.<OsmPrimitive>singletonList(relation));
- model.updateTags(tagPaster.execute());
+
+ String buf = Utils.getClipboardContent();
+ if (buf == null || buf.isEmpty() || buf.matches(CopyAction.CLIPBOARD_REGEXP)) {
+ List<PrimitiveData> directlyAdded = Main.pasteBuffer.getDirectlyAdded();
+ if (directlyAdded==null || directlyAdded.isEmpty()) return;
+ PasteTagsAction.TagPaster tagPaster = new PasteTagsAction.TagPaster(directlyAdded, Collections.<OsmPrimitive>singletonList(relation));
+ model.updateTags(tagPaster.execute());
+ } else {
+ // Paste tags from arbitrary text
+ Map<String, String> tags = TextTagParser.readTagsFromText(buf);
+ if (tags==null || tags.isEmpty()) {
+ TextTagParser.showBadBufferMessage(ht("/Action/PasteTags"));
+ } else if (TextTagParser.validateTags(tags)) {
+ List<Tag> newTags = new ArrayList<Tag>();
+ for (Map.Entry<String, String> entry: tags.entrySet()) {
+ String k = entry.getKey();
+ String v = entry.getValue();
+ newTags.add(new Tag(k,v));
+ }
+ model.updateTags(newTags);
+ }
+ }
}
-
+
protected void updateEnabledState() {
setEnabled(TagTable.this.isEnabled());
}
@@@ -372,7 -396,6 +398,6 @@@
*/
protected void init() {
setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
- //setCellSelectionEnabled(true);
setRowSelectionAllowed(true);
setColumnSelectionAllowed(true);
setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
@@@ -463,7 -486,7 +488,7 @@@
public void setAutoCompletionManager(AutoCompletionManager autocomplete) {
if (autocomplete == null) {
- System.out.println("argument autocomplete should not be null. Aborting.");
+ Main.warn("argument autocomplete should not be null. Aborting.");
Thread.dumpStack();
return;
}
diff --combined src/org/openstreetmap/josm/gui/tagging/TaggingPresetMenu.java
index d59aba1,1eb0b98..67404d8
--- a/src/org/openstreetmap/josm/gui/tagging/TaggingPresetMenu.java
+++ b/src/org/openstreetmap/josm/gui/tagging/TaggingPresetMenu.java
@@@ -9,14 -9,15 +9,16 @@@ import java.awt.Point
import java.awt.event.ActionEvent;
import java.util.ArrayList;
import java.util.Collections;
+ import java.util.List;
import javax.swing.Action;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JPopupMenu;
import javax.swing.JSeparator;
+import org.openstreetmap.josm.Main;
+ import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.tools.PresetTextComparator;
public class TaggingPresetMenu extends TaggingPreset {
@@@ -31,11 -32,6 +33,6 @@@
tr("Preset group {0}", getLocaleName())));
putValue("toolbar", "tagginggroup_" + getRawName());
}
-
- @Override
- public void setIcon(String iconName) {
- super.setIcon(iconName);
- }
private Component copyMenuComponent(Component menuComponent) {
if (menuComponent instanceof JMenu) {
@@@ -84,7 -80,7 +81,7 @@@
public static void sortMenu(JMenu menu){
Component[] items = menu.getMenuComponents();
PresetTextComparator comp = new PresetTextComparator();
- ArrayList<JMenuItem> sortarray = new ArrayList<JMenuItem>();
+ List<JMenuItem> sortarray = new ArrayList<JMenuItem>();
int lastSeparator = 0;
for (int i = 0; i < items.length; i++) {
Object item = items[i];
diff --combined src/org/openstreetmap/josm/io/remotecontrol/AddTagsDialog.java
index 61d8a0d,6ece8b8..2171e4b
--- a/src/org/openstreetmap/josm/io/remotecontrol/AddTagsDialog.java
+++ b/src/org/openstreetmap/josm/io/remotecontrol/AddTagsDialog.java
@@@ -78,7 -78,7 +78,7 @@@ public class AddTagsDialog extends Exte
*/
static class ExistingValues {
String tag;
- HashMap<String, Integer> valueCount;
+ Map<String, Integer> valueCount;
public ExistingValues(String tag) {
this.tag=tag; valueCount=new HashMap<String, Integer>();
}
@@@ -134,7 -134,7 +134,7 @@@
final DefaultTableModel tm = new DefaultTableModel(new String[] {tr("Assume"), tr("Key"), tr("Value"), tr("Existing values")}, tags.length) {
final Class<?>[] types = {Boolean.class, String.class, Object.class, ExistingValues.class};
@Override
- public Class getColumnClass(int c) {
+ public Class<?> getColumnClass(int c) {
return types[c];
}
};
@@@ -167,7 -167,6 +167,7 @@@
propertyTable = new JTable(tm) {
private static final long serialVersionUID = 1L;
+ ///private final DefaultCellEditor textEditor = new DefaultCellEditor( new JTextField() );
@Override
public Component prepareRenderer(TableCellRenderer renderer, int row, int column) {
@@@ -287,7 -286,7 +287,7 @@@
findExistingTags();
}
- /*
+ /**
* parse addtags parameters Example URL (part):
* addtags=wikipedia:de%3DResidenzschloss Dresden|name:en%3DDresden Castle
*/
diff --combined src/org/openstreetmap/josm/io/remotecontrol/RemoteControlHttpServer.java
index e1292db,9a37cae..17d5953
--- a/src/org/openstreetmap/josm/io/remotecontrol/RemoteControlHttpServer.java
+++ b/src/org/openstreetmap/josm/io/remotecontrol/RemoteControlHttpServer.java
@@@ -5,13 -5,13 +5,15 @@@ import static org.openstreetmap.josm.to
import java.io.IOException;
import java.net.BindException;
+ import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException;
- import java.net.InetAddress;
+
+ import org.openstreetmap.josm.Main;
+import org.openstreetmap.josm.Main;
+
/**
* Simple HTTP server that spawns a {@link RequestProcessor} for every
* connection.
@@@ -36,7 -36,7 +38,7 @@@ public class RemoteControlHttpServer ex
instance = new RemoteControlHttpServer(port);
instance.start();
} catch (BindException ex) {
- Main.warn(marktr("Warning: Cannot start remotecontrol server on port {0}: {1}"),
+ Main.warn(marktr("Cannot start remotecontrol server on port {0}: {1}"),
Integer.toString(port), ex.getLocalizedMessage());
} catch (IOException ioe) {
ioe.printStackTrace();
--
Editor for OpenStreetMap
More information about the Pkg-osm-commits
mailing list